

/* Start:/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/zashchita-kriticheskoj-style.css?172856504462123*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: ProximaNova;
  src: url("/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/fonts/ProximaNova-Light.otf") format("opentype"), url("/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/fonts/ProximaNova-Light.woff") format("woff"), url("/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/fonts/ProximaNova-Light.ttf") format("truetype"), url("/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.products-title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 60px;
  text-transform: none;
}

.product-item__title {
  font-size: 30px;
  padding: 20px 10px;
}

.product-item__top {
  background: #fcfcfc;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.products-grid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.products-col {
  width: 380px;
}

.product-item {
  max-width: 380px;
  margin: 0 auto;
}

.product-item__img {
  height: 300px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-item__img img {
  max-width: 100%;
  max-height: 100%;
}

.product-item__disc {
  position: absolute;
  right: 0;
  color: #fff;
  background: #fe553b;
  font-size: 23px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px 0 0 6px;
  top: 100px;
}

.product-item__price {
  position: absolute;
  color: #034a6e;
  font-size: 31px;
  right: 0;
  top: 155px;
  font-weight: 700;
  padding-right: 10px;
}

.product-item__price span {
  display: block;
  text-decoration: line-through;
  font-size: 22PX;
  opacity: .5;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}

.product-item__desc {
  text-align: center;
  color: #fff;
  background: #034a6e;
  font-size: 17px;
  padding: 10px;
  border-radius: 0 0 8px 8px;
}

.product-item__info {
  margin-bottom: 20px;
}

.product-item__info span {
  display: block;
  color: #c2c2c2;
  font-size: 19px;
  margin: 20px 0 15px;
}

.product-item__info ul {
  margin: 0;
  padding: 0 0 0 22px;
  font-size: 21px;
  line-height: 140%;
}

.product-item__btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-item__btn a {
  font-size: 20px;
  color: #84b9d4;
}

.product-order {
  display: inline-block;
  height: 40px;
  background: #ffcd2b;
  line-height: 40px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 20px;
}

.product-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.product-galery__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 360px;
}

.product-galery__slider .slick-list li {
  height: 450px;
  width: 360px;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-galery__slider li img {
  max-width: 100%;
  max-height: 100%;
}

.product-galery__slider-wrapp {
  width: 150px;
  height: 450px;
  float: left;
}

.product-galery__slider {
  margin-left: 160px;
}

.product-galery__slider-thumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-galery__slider-thumb li {
  height: 150px;
  width: 150px;
  box-sizing: border-box;
  padding: 10px 0;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-galery__slider-thumb li img {
  max-width: 100%;
  max-height: 100%;
}

.product-galery__slider-thumb .slick-slide {
  opacity: .3;
}

.product-galery__slider-thumb .slick-slide.slick-current {
  opacity: 1;
}

.product-galery .slick-dots {
  text-align: center;
  margin: 50px 0 30px;
  padding: 0;
  list-style: none;
}

.product-galery .slick-dots li {
  display: inline-block;
  margin: 0 11px;
}

.product-galery .slick-dots li button {
  font-size: 0;
  background: 0 0;
  border: none;
  padding: 0;
  width: 18px;
  height: 18px;
  background: #ccc;
  border-radius: 50%;
  transition: all ease .3s;
}

.product-galery .slick-dots li.slick-active button {
  background: #ffcd2b;
  transform: scale(1.4);
}

.product-galery {
  float: left;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.product-desc {
  margin-left: 540px;
  padding-top: 40px;
}

.product-desc__price {
  color: #034a6e;
  font-size: 50px;
  font-weight: 700;
}

.product-desc__price span {
  display: block;
  color: #7f7f7f;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  text-decoration: line-through;
}

.product-desc__title {
  font-size: 35px;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 120%;
}

.product-desc__disc {
  background: #fe553b;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  margin-left: 30px;
  padding: 5px 8px;
  font-weight: 700;
  border-radius: 6px;
  line-height: 100%;
}

.product-desc__info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 40px 0;
  font-size: 23px;
}

.product-desc__info li {
  margin: 20px 0;
}

.product-desc__info li span {
  color: #ccc;
  margin-left: 10px;
}

.product-desc .tabs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.product-desc .tabs li {
  margin-right: 20px;
}

.product-desc .tabs li a {
  color: #ccc;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.product-desc .tabs li a.active {
  color: #034a6e;
  border-color: #034a6e;
}

.product-desc__table {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
}

.product-desc__table tr td {
  border: 1px solid #e9e9e9;
  padding: 15px 20px;
  font-size: 20px;
  text-align: center;
}

.product-desc__table tr td:last-child {
  font-weight: 700;
}

.product-desc__text {
  font-size: 18px;
}

.products {
  margin-bottom: 100px;
}

.product-desc__control {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.spinner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 30px;
}

.spinner a {
  display: inline-block;
  width: 60px;
  height: 35px;
  background: #f3f3f3;
  text-align: center;
  font-size: 45px;
  color: #ccc;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  border-radius: 17.5px;
  cursor: pointer;
  user-select: none;
}

.spinner input {
  width: 65px;
  text-align: center;
  background: 0 0;
  border: none;
  font-size: 38px;
}

.product-desc__tabs {
  margin-bottom: 30px;
}

.product-order__btn {
  display: inline-block;
  height: 55px;
  background: #ffcd2b;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 22px;
  padding: 0 40px;
  border-radius: 25px;
}

.app-modal {
  width: 700px;
  padding: 40px 50px !important;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  cursor: default !important;
}

.app-modal:before {
  content: "";
  display: block;
  position: absolute;
  width: 565px;
  height: 565px;
  background: #e5f1fc;
  border-radius: 50%;
  left: -306px;
  top: -433px;
}

.app-modal .fancybox-close-small {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #f7f7f7;
  font-size: 0 !important;
}

.app-modal__title {
  color: #0178de;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.app-modal__form {
  position: relative;
  z-index: 2;
}

.inputbox {
  position: relative;
  width: 100%;
}

.inputbox input {
  display: block;
  width: 100%;
  height: 42px;
  border: none;
  border-bottom: 1px solid #0178de;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-left: 30px;
  background: 0 0;
}

.inputbox label {
  display: block;
  position: absolute;
  top: 10px;
  left: 30px;
  transition: all ease .3s;
  pointer-events: none;
  color: #999;
}

.inputbox i {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.icon-user2 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/user-icon.png) no-repeat;
  width: 20px;
  height: 20px;
}

.icon-site {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/site-icon.png) no-repeat;
  width: 22px;
  height: 22px;
}

.icon-phone2 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/phone-icon.png) no-repeat;
  width: 20px;
  height: 20px;
}

.icon-mail2 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/mail-icon.png) no-repeat;
  width: 20px;
  height: 20px;
}

.inputbox.error-field .icon-user2 {
  background-image: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/user-icon2.png);
}

.inputbox.error-field .icon-site {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/site-icon2.png) no-repeat;
}

.inputbox.error-field .icon-phone2 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/phone-icon2.png) no-repeat;
}

.inputbox.error-field .icon-mail2 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/mail-icon2.png) no-repeat;
}

.inputbox.changed label {
  font-size: 11px;
  top: -14px;
  left: 0;
}

.app-modal__row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.app-modal__col {
  width: 250px;
}

.inputbox.textbox input {
  padding-left: 0;
}

.inputbox.textbox label {
  left: 0;
}

.app-modal__radio {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
}

.app-modal__radio > div {
  width: 390px;
}

.app-modal__radio > span {
  width: 170px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.app-modal__radiobox {
  margin: 10px 0;
}

.app-modal__radiobox input {
  display: none;
}

.app-modal__radiobox label {
  display: inline-block;
  cursor: pointer;
}

.app-modal__radiobox label span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

.app-modal__radiobox label i {
  display: block;
  float: left;
  margin-right: 10px;
}

.icon1 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/radio-icon1.png) no-repeat center;
  width: 28px;
  height: 28px;
}

.icon2 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/radio-icon2.png) no-repeat center;
  width: 28px;
  height: 28px;
}

.icon3 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/radio-icon3.png) no-repeat center;
  width: 28px;
  height: 28px;
}

.app-modal__radiobox input:checked + label .icon1 {
  background-image: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/radio-icon1-active.png);
}

.app-modal__radiobox input:checked + label .icon2 {
  background-image: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/radio-icon2-active.png);
}

.app-modal__radiobox input:checked + label .icon3 {
  background-image: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/radio-icon3-active.png);
}

.app-modal__radiobox input:checked + label span {
  background: #0f7fe0;
  background: linear-gradient(to bottom, #0f7fe0 0, #0b99ff 100%);
}

.app-modal__radiobox input:checked + label span:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  left: 4px;
  top: 4px;
}

.app-modal__file {
  background: #ebf4fc;
  border-radius: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 23px 30px;
  margin: 10px 0 25px;
}

.app-modal__file > span {
  font-size: 14px;
}

.file {
  width: 270px;
  height: 50px;
  border-radius: 25px;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/file-icon.png) no-repeat #0880e5 10px 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.file:hover {
  opacity: .8;
}

.file input {
  display: block;
  position: absolute;
  width: 100%;
  height: 138%;
  z-index: 2;
  cursor: pointer;
  top: -22px;
}

.file span {
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  width: 100%;
  padding-left: 55px;
}

.app-modal__btn {
  margin-bottom: 20px;
}

.app-modal__btn input {
  height: 80px;
  background: #ffc84c;
  line-height: 80px;
  display: block;
  width: 100%;
  border: none;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-radius: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.app-modal__btn input:hover {
  background: #f4ae1d;
}

.app-modal__checkbox {
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-modal__checkbox input {
  display: none;
}

.app-modal__checkbox label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid silver;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.app-modal__checkbox input:checked + label span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/check.png) no-repeat;
  width: 20px;
  height: 18px;
  top: -3px;
  left: 3px;
}

.app-modal__checkbox a {
  text-decoration: underline;
}

.app-modal__checkbox a:hover {
  text-decoration: none;
}

.app-modal__info {
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
}

.app-modal__info a {
  color: #0178de;
}

.fancybox-container * {
  box-sizing: border-box !important;
}

.service_nav_header i {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.menu-icon1 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/menu-icon1.png) no-repeat;
}

.menu-icon2 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/menu-icon2.png) no-repeat;
}

.menu-icon3 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/menu-icon3.png) no-repeat;
}

.menu-icon4 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/menu-icon4.png) no-repeat;
}

.service_nav_header div.col {
  font-size: 20px !important;
  color: #000;
}

.service_nav_header {
  margin-bottom: 40px;
}

.nav_prj_sect {
  padding: 40px 45px;
}

.services_menu_ul a {
  font-size: 13px;
  line-height: 100%;
}

.projects_menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 565px;
  height: 565px;
  background: #e5f1fc;
  border-radius: 50%;
  right: -306px;
  bottom: -433px;
  z-index: -1;
}

.first_lvl .projects_menu {
  overflow: hidden;
}

.first_lvl .projects_menu .all-solutions a:not(.btn) {
  color: #eead27 !important;
  border-bottom: 1px dashed #eead27 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  font-family: Open Sans;
}

.nav_prj_sect .col {
  padding: 0 15px;
}

.services_menu_ul li {
  margin: 0 0 14px 0;
  line-height: 100%;
}

.cols_solutions .services_menu_ul {
  border: none !important;
}

.cols_solutions .services_menu_ul a span {
  display: block !important;
  color: #999 !important;
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
}

.cols_solutions .services_menu_ul li {
  position: relative;
  padding-left: 15px;
}

.cols_solutions .services_menu_ul li p {
  padding-bottom: 0;
  line-height: 1;
  margin-top: 4px;
}

.cols_solutions .services_menu_ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f6bb42;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.cols_solutions .services_menu_ul li:first-child {
  padding-left: 0;
}

.cols_solutions .services_menu_ul li:first-child:before {
  display: none;
}

.inputbox.error-field input {
  border-color: red;
}

.banner2 {
  height: 340px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.banner2-title {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  margin-bottom: 25px;
}

.banner2-text {
  max-width: 600px;
}

.banner2-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 340px;
}

.banner2-text p {
  font-size: 18px;
  color: #fff;
}

.button2 {
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #f6bb42;
  padding: 15px 24px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 600;
  color: #fff;
}

.banner2-btn {
  margin-top: 30px;
}

.navigate-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 15px;
}

.navigate-menu__list li a {
  color: #034a6e;
  font-size: 15px;
  font-weight: 600;
}

.navigate-menu__list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
}

.navigate-menu__list li:last-child {
  border-bottom: none;
}

.product-widget__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.product-widget__list li {
  margin: 5px 0;
  line-height: 130%;
  width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.product-widget__list li a {
  font-size: 14px;
  color: #48a2d0;
}

.product-widget__list li a:hover {
  text-decoration: underline;
}

.product-widget__row {
  margin: 0 -15px;
}

.product-widget {
  margin: 100px 0;
}

.services-detail .form-new--static {
  padding-left: 0;
  margin-left: 0;
}

.service_item_vendor {
  position: relative;
  margin-bottom: 30px !important;
}

.service_item_vendor span {
  display: block;
  position: absolute;
  color: #999;
  font-size: 13px;
  bottom: -26px;
  left: 0;
}

.section_services {
  border: none;
}

.service-solutions .service_title {
  padding-left: 115px;
}

.services .section_services__link a span {
  color: #999;
  font-size: 12px;
  display: block;
  line-height: 110%;
  margin-top: 4px;
}

a.section_services__more {
  color: #eead27;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px dashed #eead27;
}

.services .section_services__link a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.service_title_icon_99:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 67px;
  width: 32px;
  height: 32px;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/menu-icon4.png) 0 0 no-repeat;
}

.project--common-card .project_otrasl .otr {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 300;
  font-family: ProximaNova;
  background-size: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 12px 0 12px 30px;
}

.project--common-card .project_otrasl .otr:last-child {
  border-bottom: none;
}

.project--common-card .project_otrasl .otr span {
  position: static;
  transform: translateY(0);
}

.s-icon1 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s1.png) no-repeat left center;
}

.s-icon2 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s2.png) no-repeat left center;
}

.s-icon3 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s3.png) no-repeat left center;
}

.s-icon4 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s4.png) no-repeat left center;
}

.s-icon5 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s5.png) no-repeat left center;
}

.s-icon6 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s6.png) no-repeat left center;
}

.s-icon7 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s7.png) no-repeat left center;
}

.s-icon8 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s8.png) no-repeat left center;
}

.s-icon9 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s9.png) no-repeat left center;
}

.s-icon10 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s10.png) no-repeat left center;
}

.s-icon11 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s11.png) no-repeat left center;
}

.s-icon12 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s12.png) no-repeat left center;
}

.s-icon13 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s13.png) no-repeat left center;
}

.s-icon14 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s14.png) no-repeat left center;
}

.s-icon15 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s15.png) no-repeat left center;
}

.s-icon16 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s16.png) no-repeat left center;
}

.s-icon17 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s17.png) no-repeat left center;
}

.s-icon18 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s18.png) no-repeat left center;
}

.s-icon19 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s19.png) no-repeat left center;
}

.s-icon20 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s20.png) no-repeat left center;
}

.s-icon21 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s21.png) no-repeat left center;
}

.s-icon22 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s22.png) no-repeat left center;
}

.s-icon23 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s23.png) no-repeat left center;
}

.s-icon24 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s24.png) no-repeat left center;
}

.s-icon25 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s25.png) no-repeat left center;
}

.s-icon26 {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/s26.png) no-repeat left center;
}

.projects .col .project--common-card {
  min-height: 330px;
}

.main_slide_small--custom:before {
  opacity: .7 !important;
}

.events-item2 {
  display: flex;
  flex-direction: column;
  height: 320px;
  margin-bottom: 30px;
  font-family: 'Noto Sans', sans-serif;
}

.events-item2__img {
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.events-item2__img a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.events-item2__desc {
  padding: 20px;
}

.events-item2__top {
  display: flex;
  justify-content: space-between;
}

.events-item2__views {
  display: flex;
  align-items: center;
  color: #9f9f9f;
  font-size: 12px;
}

.eye-icon {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/eye-icon.svg) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

.events-item2__label {
  font-size: 14px;
  color: #454545;
  margin-bottom: 8px;
}

.events-item2__title {
  margin-bottom: 25px;
}

.events-item2__title a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.events-item2__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.events-item2__btn {
  display: inline-block;
  height: 36px;
  border: 1px solid #f6bb42;
  line-height: 36px;
  border-radius: 18px;
  color: #000;
  font-size: 14px;
  width: 115px;
  text-align: center;
  font-weight: 400;
}

.events-item2__btn:hover {
  color: #000;
  background: #f6bb42;
}

.events-item2__share a {
  font-size: 12px;
  color: #828282;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}

.events-item2__share a:hover {
  text-decoration: underline;
}

.heart-icon {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/heart-icon.svg) no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.events-item2__share {
  display: flex;
}

.share-icon {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/chare-icon.svg) no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.events-item3__img {
  height: 270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.events-item3__img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: .7;
  transition: all ease .3s;
}

.events-item3:hover .events-item3__img:before {
  opacity: .6;
}

.events-item3__text {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 270px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 30px;
  line-height: 130%;
}

.events-item3__text span {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}

.events-item3__text span.events-item4__btn {
  display: inline-block;
  height: 36px;
  background: #ffff;
  line-height: 36px;
  border-radius: 18px;
  color: #000;
  font-size: 14px;
  width: 115px;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  border: 1px solid #fff;
  font-family: 'Noto Sans', sans-serif;
  text-transform: none;
}

.events-item3 {
  margin-bottom: 40px;
  transition: all ease .3s;
}

.events-item3:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.events-item3__link {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.p_bunner {
  background-position: top center;
  background-repeat: no-repeat;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.p_bunner .container {
  height: 422px;
  display: flex;
  align-items: center;
}

.p_bunner-title {
  font-size: 45px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 130%;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p_s1-text {
  width: 60%;
}

.p_s1-text h3,
.p_s2-text h3 {
  color: #034a6e;
  font-size: 33px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  line-height: 130%;
}

.p_s1-text p,
.p_s2-text p {
  margin-bottom: 30px;
}

.p_s1-img {
  width: 35%;
}

.p_s1-img img {
  width: 100%;
}

.p_section1 {
  padding: 100px 0 60px;
}

.button {
  display: inline-block;
  border-radius: 30px;
  background-color: #f6bb42;
  padding: 0 26px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  white-space: nowrap;
  color: #000;
  font-weight: 700;
}

.button:hover {
  background: #f4ae1d;
  color: #000;
}

.p_s2-img {
  width: 40%;
}

.p_s2-img img {
  max-width: 100%;
}

.p_s2-text {
  width: 50%;
}

.p_section2 {
  background: #f9f9f9;
  padding: 45px 0 20px;
}

.p_s4-title {
  text-align: center;
  color: #034a6e;
  font-size: 33px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 100px;
}

.p_section4 {
  padding: 140px 0;
}

.p-s4__text {
  width: 50%;
}

.p-s4__progress {
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  margin-top: 30px;
}

.p-s4__text p {
  color: #373737;
  font-size: 18px;
  line-height: 140%;
}

.p-s4__progress-line {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.p-s4__progressbar {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

.p-s4__progress-line > span {
  color: #373737;
  font-size: 20px;
  font-weight: 700;
}

.p-s4__progress-row {
  margin-bottom: 50px;
}

.p-s4__progress-row:last-child {
  margin-bottom: 30px;
}

.p-s4__progressbar span {
  display: block;
  height: 4px;
  background: #f6bb42;
}

.wifi-icon {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/wifi-icon.png) no-repeat;
  width: 24px;
  height: 18px;
  margin-left: 5px;
}

.wifi-icon1 {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/wifi-icon1.png) no-repeat;
  width: 24px;
  height: 18px;
  margin-left: 5px;
}

.p-s4__progress-line2 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.p-s4__progress-line2 > span {
  color: #8e8e8e;
  font-size: 20px;
  font-weight: 700;
}

.p-s4__img {
  width: 40%;
  border-radius: 5px;
  overflow: hidden;
}

.p-s4__img img {
  display: block;
}

.video-play {
  display: block;
  position: relative;
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.video-play img {
  display: block;
}

.video-play span {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.play-icon {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/play-icon.png) no-repeat;
  width: 80px;
  height: 80px;
  background-size: 100%;
  margin-bottom: 15px;
}

.p_section5 {
  padding: 120px 0;
  overflow: hidden;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
  flex-wrap: wrap;
}

.tabs li {
  margin: 0 10px 15px 10px;
}

.tabs li a {
  display: inline-block;
  height: 60px;
  line-height: 58px;
  border-radius: 30px;
  padding: 0 20px;
  border: 1px solid #034a6e;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.tabs li a:hover {
  color: #034a6e;
}

.tabs li.active a {
  background: #034a6e;
  color: #fff;
}

.panel-container {
  background: #f9f9f9;
  padding: 60px 120px;
  margin: 0 -60px;
}

.p_s5-text {
  width: 60%;
}

.p_s5-text h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.p_s5-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p_s5-text ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 30px;
}

.p_s5-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #034a6e;
  left: 0;
  top: 8px;
}

.p_s5-item {
  height: 150px;
  background: #ebebeb;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  width: 283px;
  justify-content: center;
}

.p_s5-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  transition: all ease .3s;
}

.p_s5-item a:hover {
  opacity: 1;
}

.fixed-tools {
  z-index: 99;
}

.header-socials {
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-100%);
  width: auto;
}

.header-socials a {
  display: block;
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 50%;
  margin-left: 12px;
  position: relative;
}

.header-btns {
  right: 400px;
}

.header-info {
  right: 220px;
}

.icon-wa {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/wa-icon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon-tg {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/tg-icon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 7px;
  top: 10px;
}

.icon-yt {
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://site.sinto.pro/bitrix/templates/sinto_new/sinto2/images/yt-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
}

.icon-dz {
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://site.sinto.pro/bitrix/templates/sinto_new/sinto2/images/dz-icon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
}

.footer-left {
  position: relative;
  bottom: auto;
  left: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}

.footer-left .social-title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 34px;
}

.footer-left a.social {
  width: 42px;
  height: 42px;
  background-size: contain;
  margin: 0 1px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.footer-left a.social:hover {
  background-color: #fff !important;
}

.wa {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/wa-icon.svg) no-repeat center !important;
  background-size: 24px !important;
}

.tg {
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/tg-icon.svg) no-repeat 38% 50% !important;
  background-size: 24px !important;
}

.import-slider {
  height: 390px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.import-slider__item {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  padding-top: 40px;
  max-width: 760px;
  margin: 0 auto;
}

.import-slider__item h3 {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

.import-slider__item p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

.button3 {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 0 35px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
}

.button3:hover {
  background: #f6bb42;
  color: #000;
  border-color: #f6bb42;
}

.import-slider__btn {
  margin-top: 20px;
}

.import-slider__list .owl-dots button {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #c9c9c9;
  border-radius: 50%;
  margin: 0 8px;
}

.import-slider__list .owl-dots button.active {
  background: #f6bb42;
}

.import-slider__list .owl-dots {
  margin: 0;
  bottom: -50px;
  top: auto;
}

.block-title {
  color: #034a6e;
  font-size: 27px;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 35px;
}

.text {
  font-size: 16px;
  color: #535b60;
  line-height: 2;
}

.text p {
  margin: 20px 0;
}

.text ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.text ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #535b60;
  left: 0;
  top: 14px;
}

.text h4 {
  font-size: 18px;
  color: #034a6e;
  font-weight: 400;
}

.import-section1 .text {
  max-width: 670px;
}

.col-4 {
  width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.is-item {
  background: #fff;
  padding: 24px;
}

.client--common-card {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.is-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #f2f2f2;
  border-radius: 50%;
  margin-bottom: 20px;
}

.is-item__title {
  color: #31424b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.is-item p {
  color: #4e565b;
  font-size: 15px;
  line-height: 2;
  margin: 0;
}

.is-row {
  display: flex;
  margin: 0 -15px;
}

.import-pagetitle {
  height: 393px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.import-pagetitle__text {
  max-width: 850px;
}

.import-pagetitle__text h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

.import-pagetitle__text p {
  font-size: 16px;
  line-height: 2;
}

.import-inner {
  padding: 60px 0 50px;
}

.import-inner .text {
  max-width: 680px;
}

.fixed_nav0 .header-info {
  right: 0;
}

.title-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

.title-widget .h2 {
  font-weight: 500;
  font-size: 32px;
  margin: 0;
  max-width: 750px;
  line-height: 1.3;
}

.serve-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.serve-item {
  border: 1px solid #e7e7e7;
  width: 254px;
  position: relative;
  margin: 0 30px 40px 0;
}

.serve-item__link,
.services-item__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.serve-item__img {
  display: flex;
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #e7e7e7;
  justify-content: center;
  align-items: center;
}

.serve-item__title {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}

.serve-item:hover,
.serve-item:hover .serve-item__img {
  border-color: #034a6e;
}

.col-3 {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}

.services-item {
  position: relative;
  border: 1px solid #e7e7e7;
  transition: all ease .3s;
}

.services-item:hover {
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.05);
}

.services-item__desc {
  background: #fff;
  padding: 10px;
}

.services-item__title {
  font-family: Roboto;
  font-weight: 500;
  color: #000;
  font-size: 18px;
}

.services-item__img img {
  display: block;
  width: 100%;
}

.docs-widget {
  padding: 35px 0;
  border-top: 1px solid #ebebeb;
}

.docs-widget__title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.docs-widget__item {
  margin-bottom: 20px;
}

.docs-widget__item a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
}

.docs-widget__item a:hover {
  color: #034a6e;
}

.pdf-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/pdf-icon.png) no-repeat;
  margin-right: 10px;
}

.docs-widget__item a:hover .pdf-icon {
  background-image: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/pdf-icon2.png);
}

.services-detail {
  padding-bottom: 0;
}

.serve-item__desc {
  position: absolute;
  background: #fff;
  border: 1px solid #034a6e;
  right: -1px;
  left: -1px;
  border-top: 0;
  padding: 0 0 15px 30px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  margin-top: -1px;
}

.serve-item__desc ul {
  margin: 0;
  padding: 0;
}

.serve-item:hover .serve-item__desc {
  opacity: 1;
  visibility: visible;
}

nav .first_lvl > li > a {
  height: auto;
}

nav .show_search_form {
  top: 0;
}

.search_form--new {
  top: 8px;
}

nav.fixed_nav0 .first_lvl {
  margin: 0 auto;
}

nav.fixed_nav0 .header-btn {
  display: block;
}

.block--partners .sert {
  height: 75px !important;
}

.main-page-body .form-new--small {
  max-width: 100%;
}

.footer-services, .footer-solution, .footer_container .info_col {
  width: 25%;
}

.footer-socials {
  position: static !important;
  transform: translateX(0) !important;
}

.info_col .social-title .h4 {
  text-align: right;
}

.info_col .footer-left {
  text-align: right;
  width: 100%;
  float: none;
}

.info_col .footer-socials {
  text-align: right;
}

.btn--transparent:hover {
  background: #f4ae1d !important;
  border-color: #f4ae1d;
  color: #000;
}

.input-wrapper input[type="email"], .input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"] {
  font-size: 16px !important;
}

.form-new textarea {
  font-size: 16px;
  resize: none;
  padding-left: 0 !important;
}

.btn-col {
  margin-top: 56px;
}

.footer__title {
  display: block;
  margin-bottom: 13px;
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 20px;
  line-height: 34px;
  text-transform: capitalize !important;
  font-weight: 700;
}

.footer-socials {
  margin-top: 0 !important;
}

.input-wrapper input[type="email"], .input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"] {
  padding-left: 0 !important;
}

.col--50 .col--100 {
  padding: 10px 0;
}

.first_lvl.fixed_nav {
  width: 100% !important;
}

.first_lvl.fixed_nav > li {
  width: auto !important;
  position: static !important;
}

.first_lvl.fixed_nav .nav_logo {
  left: 65px;
  height: 63px;
  position: absolute;
}

.fixed_nav .header-btns {
  right: 190px;
}

.fixed_nav .burger {
  width: 50px !important;
  left: 0 !important;
}

.header-sign-link__text {
  top: 50% !important;
  left: 131% !important;
  transform: translate(0, -11px) !important;
}

.logo-list__item2 {
  width: 25%;
}

.ib-banner {
  height: 926px;
  background-color: #02164C;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  box-sizing: border-box;
}

.ib-banner__title {
  text-align: center;
  color: #F6BB42;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 78px;
  line-height: 90px;
  margin: 0 0 65px 0;
}

.ib-banner__text {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  max-width: 1270px;
  margin: 0 auto;
}

.ib-banner__text p {
  margin: 40px 0;
  line-height: 120%;
}

.block-title2 {
  color: #02164C;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: 'Rubik', sans-serif;
}

.block-title2 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  line-height: 130%;
  margin-top: 10px;
}

.ib-section1 {
  padding: 60px 0 72px;
}

.ib-section1 .container {
  max-width: 1278px;
}

.ib-s1__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
}

.ib-s1__item-img {
  width: 200px;
  height: 200px;
  background: #010F3D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 35px;
}

.ib-s1__col {
  width: 25%;
  max-width: 250px;
}

.ib-s1__item {
  text-align: center;
  font-family: 'Rubik', sans-serif;
  color: #02164C;
}

.ib-s1__item h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
}

.ib-s1__item p {
  font-size: 15px;
  margin: 0;
  line-height: 18px;
}

.ib-s1__text {
  font-size: 20px;
  font-weight: 600;
  color: #02164C;
  line-height: 130%;
}

.ib-section2 .container {
  max-width: 1278px;
}

.ib-section2 .block-title2 {
  margin-bottom: 15px;
}

.ib-s2__item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 20px 23px;
  color: #02164C;
  height: 100%;
  margin-bottom: 20px;
}

.ib-s2__item h3 {
  margin: 0 0 11px 0;
  font-size: 18px;
  font-weight: 600;
  color: #02164C;
  font-family: 'Rubik', sans-serif;
}

.ib-s2__item ul {
  margin: 0;
  padding: 0 0 0 23px;
  font-size: 14px;
  font-weight: 600;
}

.ib-s2__item ul li {
  line-height: 22px;
}

.ib-s2__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.ib-s2__col {
  width: 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.ib-s2__wrapp {
  background: #FFDA8F;
  padding: 50px 0 30px;
}

.ib-s2__text {
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  color: #02164C;
  font-family: 'Rubik', sans-serif;
  padding: 31px 0 78px;
}

.ib-s2__text.upper {
  text-transform: uppercase;
}

.ib-section3 {
  background: #F5F5F5;
  padding: 40px 0;
}

.ib-section3 .block-title2 {
  text-align: center;
  margin-bottom: 38px;
}

.ib-section3 .block-title2 p {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
  text-transform: none;
  font-weight: 400;
  margin-top: 6px;
  letter-spacing: 0.2px;
}

.ib-section3 .block-title2 p a {
  color: #02324C;
  font-weight: 700;
}

.ib-s3__form {
  max-width: 400px;
  margin: 0 auto;
}

.inputbox2 input {
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #02324C;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 18px;
  background: transparent;
  box-sizing: border-box;
}

.inputbox2 input::placeholder {
  color: #5E5E5E;
}

.ib-s3__form-row {
  margin-bottom: 25px;
}

.ib-s3__form-btn {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #3E3E3E;
  font-family: 'Noto Sans', sans-serif;
  background: #F6BB42;
  border-radius: 12px;
  border: none;
}

.ib-s3__form-btn:hover {
  background: #f4ae1d;
}

.ib-s4__title {
  font-size: 28px;
  letter-spacing: -0.4px;
  line-height: 130%;
  color: #02324C;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.ib-section4 {
  padding: 100px 0 80px;
}

.ib-section4 .container {
  max-width: 1278px;
}

.ib-s4-item {
  height: 153px;
  background: #E7E7E7;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ib-s4-item img {
  display: block;
  max-width: 90%;
}

.ib-s4-carousel .owl-nav {
  display: block !important;
}

.ib-s4-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -12px;
  font-size: 0 !important;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/di-slider-arrow.svg) no-repeat center !important;
}

.ib-s4-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  right: -40px;
  transform: rotate(180deg);
  top: 50%;
  margin-top: -12px;
  font-size: 0 !important;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/../images/di-slider-arrow.svg) no-repeat center !important;
}

.ib-section5 {
  padding: 60px 0 100px;
}

.ib-section5 .container {
  max-width: 1280px;
}

.ib-section5 .block-title2 span {
  letter-spacing: 0.18px;
}

.ib-s5__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1057px;
}

.ib-s5__list li {
  margin-bottom: 20px;
  border: 2px solid #283661;
  border-radius: 37px;
  padding: 26px 15px;
  background: rgba(203, 203, 203, 0.4);
  font-size: 16px;
  color: #02164C;
  font-weight: 600;
}

.ib-section6 {
  background: #FFDA8F;
  padding: 60px 0;
}

.ib-section6 .container {
  max-width: 1280px;
}

.ib-section6 .block-title2 span {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin-top: 20px;
  letter-spacing: 0.08px;
}

.ib-s6__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 400px;
}

.ib-s6__list li {
  height: 75px;
  background: #FFFFFF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-family: 'Rubik', sans-serif;
}

.ib-s6__list li:last-child {
  margin-bottom: 0;
}

.ib-s6__list li span {
  display: block;
  min-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ib-s6__list li div {
  text-align: center;
  flex: 1;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #02164C;
}

.ib-s6__list li:nth-child(1) {
  transform: translate(110px);
}

.ib-s6__list li:nth-child(2) {
  transform: translate(28px);
}

.ib-s6__list li:nth-child(4) {
  transform: translate(28px);
}

.ib-s6__list li:nth-child(5) {
  transform: translate(110px);
}

.ib-s6__list2 {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 400px;
}

.ib-s6__list2 li {
  height: 75px;
  background: #FFFFFF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-family: 'Rubik', sans-serif;
}

.ib-s6__list2 li:last-child {
  margin-bottom: 0;
}

.ib-s6__list2 li span {
  display: block;
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ib-s6__list2 li div {
  text-align: center;
  flex: 1;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #02164C;
}

.ib-s6__list2 li:nth-child(1) {
  transform: translate(-110px);
}

.ib-s6__list2 li:nth-child(2) {
  transform: translate(-28px);
}

.ib-s6__list2 li:nth-child(4) {
  transform: translate(-28px);
}

.ib-s6__list2 li:nth-child(5) {
  transform: translate(-110px);
}

.ib-s6-wrapp {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ib-s6-title {
  position: absolute;
  width: 400px;
  height: 400px;
  background: #00416A;
  border-radius: 50%;
  color: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  top: 50px;
  padding: 70px 25px;
  box-sizing: border-box;
  border: 26.17px solid rgba(196, 212, 255, 0.67);
}

.ib-s6-title h2 {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  margin: 0 0 25px 0;
  text-align: center;
  letter-spacing: 1.5px;
}

.ib-s6-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ib-s6-title ul li {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 130%;
  font-family: 'Noto Sans', sans-serif;
}

.ib-section7 {
  padding: 60px 0;
}

.ib-section7 .container {
  max-width: 1278px;
}

.ib-section7 .ib-s2__col:last-child .ib-s7__item {
  padding: 23px 20px 20px 35px;
}

.ib-s7__item {
  background: rgba(203, 203, 203, 0.4);
  padding: 26px 20px;
  border-radius: 15px;
  height: 100%;
}

.ib-s7__item h3 {
  margin: 0 0 6px 0;
  font-size: 22px;
  font-weight: 600;
  color: #02164C;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
}

.ib-s7__item ul {
  margin: 0;
  padding: 0 0 0 23px;
}

.ib-s7__item ul li {
  font-size: 15px;
  font-weight: 600;
  color: #02164C;
  margin-bottom: -3px;
}

.ib-banner2 {
  min-height: 638px;
  padding-top: 120px;
  font-family: 'Rubik', sans-serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ib-banner2__row {
  display: flex;
}

.ib-banner2__col {
  max-width: 735px;
  color: #fff;
  margin-right: 30px;
}

.ib-banner2__col h3 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 38px;
  margin: 0 0 35px;
}

.ib-banner2__col ul {
  margin: 0;
  padding: 0 0 0 30px;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 44px;
}

.ib-banner2__col ul li {
  font-size: 24px;
  line-height: 35px;
}

.ib-banner2__btn {
  display: flex;
}

.ib-banner2__btn .ib-s3__form-btn {
  text-align: center;
  padding: 0 48px;
  width: auto;
  line-height: 56px;
  color: #013C5E;
  font-size: 18px;
}

.ib-banner2__form {
  margin-left: auto;
}

.ib-banner2__form-wrapp {
  background: #001D2F;
  border-radius: 28px;
  padding: 30px 23px;
  color: #fff;
  width: 300px;
}

.ib-banner2__form-wrapp h3 {
  margin: 0 0 16px;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
}

.ib-banner2__form__row {
  margin-bottom: 23px;
}

.ib-banner2__form__row input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 12px;
  padding: 0 15px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
}

.ib-banner2__form__row input::placeholder {
  color: #5E5E5E;
}

.ib-s6__text {
  font-family: 'Rubik', sans-serif;
  color: #02164C;
  font-size: 16px;
  margin-bottom: 20px;
}

.ib-s6__text h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  line-height: 110%;
}

.ib-s6__text ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.ib-s6__text p {
  margin: 0;
  padding: 0;
}

.ib-section7 .ib-s6__text {
  margin-bottom: 40px;
}

.ib-s2__row2 {
  display: flex;
  margin: 0 -10px;
}

.ib-s2__row2 .ib-s7__item {
  background: #00416A;
  margin-bottom: 20px;
}

.ib-s2__row2 .ib-s7__item:last-child {
  margin-bottom: 0;
}

.ib-s2__row2 .ib-s7__item h4 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px;
}

.ib-s2__row2 .ib-s7__item ul {
  margin-bottom: 20px;
}

.ib-s2__row2 .ib-s7__item ul:last-child {
  margin-bottom: 0;
}

.ib-s2__row2 .ib-s7__item ul li {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}

.ib-s7__text {
  margin-top: 42px;
}

.ib-s7__text h3 {
  color: #FF0000;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.ib-s7__text p {
  color: #02164C;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}

@media (max-width: 1240px) {
  .header-sign-link__text {
    display: none !important;
  }
  .fixed_nav0 .header-info {
    right: 50px;
  }
  .fixed_nav .header-btns {
    right: 240px;
  }
  .products-col {
    width: 310px;
  }
  .product-item__btn a {
    font-size: 17px;
  }
  .product-item__title {
    font-size: 23px;
  }
  .product-item__info ul {
    font-size: 16px;
  }
  .product-item__desc {
    font-size: 15px;
  }
  .product-desc__title {
    font-size: 30px;
  }
  .product-desc__price {
    font-size: 42px;
  }
  .services .cols {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .services .col--25 {
    width: 50%;
  }
  .p_bunner {
    background-size: cover;
    background-position: 50% 50%;
  }
  .p_bunner .container {
    height: 300px;
  }
  .p_bunner-title {
    font-size: 32px;
  }
  .ib-s4-carousel .owl-nav .owl-prev {
    left: 50%;
    margin: 0 0 0 -50px;
    top: auto;
    bottom: -50px;
  }
  .ib-s4-carousel .owl-nav .owl-next {
    right: 50%;
    margin: 0 -50px 0 0;
    top: auto;
    bottom: -50px;
  }
  .ib-s6-title {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 20px;
    border-width: 10px;
    margin-bottom: 20px;
  }
  .ib-s6-title h2 {
    text-align: left;
  }
  .ib-s6-wrapp {
    flex-wrap: wrap;
  }
  .ib-s6__list,
  .ib-s6__list2 {
    width: 48%;
  }
  .ib-s6__list li,
  .ib-s6__list2 li {
    transform: translate(0, 0) !important;
  }
  .ib-banner2__col h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .ib-banner2__col ul {
    margin-bottom: 30px;
  }
  .ib-banner2__col ul li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1150px) {
  body .block--schedule .col--33 {
    float: none !important;
    width: 100% !important;
  }
}

@media (max-width: 1000px) {
  .search_form--new .search_form_cont {
    width: 100% !important;
    right: -11px;
  }
  .first_lvl.fixed_nav {
    width: auto !important;
  }
  body .search_form--new:not(.search_form--static) input[type=text] {
    width: 100% !important;
    box-sizing: border-box;
  }
  .first_lvl.fixed_nav .nav_logo {
    left: 15px;
  }
  .footer_container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_container .info_col,
  .footer_container .footer-solution,
  .footer_container .footer-services {
    width: 50%;
  }
  .info_col .social-title .h4 {
    text-align: left;
  }
  .info_col .footer-left {
    text-align: left;
  }
  .info_col .footer-socials {
    text-align: left;
    float: none;
  }
  .products-col {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .products-grid {
    flex-wrap: wrap;
  }
  .product-galery {
    float: none;
    margin: 0 auto 40px;
    max-width: 520px;
  }
  .product-desc {
    margin-left: 0;
  }
  .flex-row {
    flex-wrap: wrap;
  }
  .p-s4__text,
  .p_s1-text,
  .p_s2-text {
    width: 100%;
  }
  .p-s4__img,
  .p_s1-img,
  .p_s2-img {
    width: 100%;
    text-align: center;
  }
  .p_s1-img img,
  .p_s2-img img,
  .p_s4-img img {
    max-width: 100%;
    width: auto;
  }
  .p_s2-text {
    order: 0;
  }
  .p_s2-img {
    order: 1;
  }
  .p-s4__img {
    text-align: center;
    margin-top: 40px;
  }
  .p_s5-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .p_s5-col {
    display: flex;
    flex-wrap: wrap;
  }
  .panel-container {
    padding: 30px;
    margin: 0;
  }
  .p_s5-item {
    margin: 0 10px 20px 10px;
  }
  .footer-left a.social {
    width: 33px;
    height: 33px;
  }
  .is-row {
    flex-wrap: wrap;
  }
  .is-row .col-4 {
    width: 50%;
    margin-bottom: 30px;
  }
  .is-row .col-3 {
    width: 50%;
    margin-bottom: 30px;
  }
  nav .show_search_form {
    top: 7px;
  }
  .ib-banner__title {
    font-size: 45px;
    line-height: 120%;
  }
  .ib-banner {
    padding: 100px 15px 0;
    height: 660px;
  }
  .ib-banner__text {
    font-size: 20px;
  }
  .ib-s1__col {
    width: 50%;
    max-width: 100%;
  }
  .ib-s1__row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .ib-s1__item {
    margin-bottom: 40px;
  }
  .ib-banner2 {
    padding: 50px 0;
  }
  .ib-banner2__row {
    flex-direction: column;
  }
  .ib-banner2__col h3 {
    text-align: center;
  }
  .ib-banner2__btn {
    display: none;
  }
  .ib-banner2__form {
    margin: auto;
  }
  .ib-s2__row2 {
    flex-direction: column;
  }
  .ib-s2__row2 .ib-s2__col {
    width: 100%;
  }
  .ib-s2__row2 .ib-s7__item {
    margin-bottom: 20px !important;
    padding: 20px !important;
  }
  .ib-s7__text {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .logo-list__row {
    flex-wrap: wrap;
  }
  .logo-list__item2 {
    width: 50%;
  }
  .products-col {
    width: 100%;
  }
  .products-title {
    font-size: 40px;
  }
  .product-desc__title {
    display: block;
  }
  .product-desc__disc {
    margin-left: 10px;
  }
  .product-galery__slider-wrapp {
    display: none;
  }
  .slick-slider {
    margin-left: 0;
  }
  .product-galery__slider {
    width: 100%;
  }
  .product-desc__title {
    font-size: 22px;
  }
  .product-desc__price {
    font-size: 36px;
  }
  .product-desc__price span {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .product-desc__info {
    font-size: 17px;
    margin: 25px 0;
  }
  .product-desc__info li {
    margin: 10px 0;
  }
  .product-desc .tabs li a {
    font-size: 17px;
  }
  .product-desc__table tr td,
  .product-desc__text {
    font-size: 16px;
  }
  .product-desc__table tr td {
    padding: 10px;
  }
  .product-widget__list li {
    width: 100%;
  }
  .product-widget__row {
    flex-direction: column;
  }
  .services .col--25 {
    width: 100%;
  }
  .services__filter {
    margin-bottom: 20px;
  }
  .service-solutions .service_title {
    padding-left: 60px;
  }
  .service_title_icon_99:before {
    left: 17px;
  }
  .service-solutions .section_services__link--with-pic {
    padding-left: 0;
  }
  .tabs li a {
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    font-size: 14px;
  }
  .p_section4,
  .p_section5 {
    padding: 60px 0;
  }
  .p_s4-title {
    margin-bottom: 60px;
  }
  .footer-left {
    float: none;
  }
  .is-row .col-4 {
    width: 100%;
  }
  .import-slider__item {
    padding: 50px 20px 0 20px;
  }
  .import-pagetitle__text h3,
  .import-slider__item h3 {
    font-size: 21px;
  }
  .import-pagetitle__text p,
  .import-slider__item p {
    font-size: 14px;
  }
  .import-pagetitle__text {
    padding: 0 20px;
  }
  .title-widget {
    flex-direction: column;
  }
  .title-widget .h2 {
    margin-bottom: 30px;
  }
  .ib-s6__list,
  .ib-s6__list2 {
    width: 100%;
  }
  .ib-s6__list li,
  .ib-s6__list2 li {
    margin-bottom: 15px !important;
  }
  .ib-s6__list2 li {
    flex-direction: row-reverse;
  }
  .ib-s6__list2 li div {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 700px) {
  body header {
    height: 150px !important;
  }
  body header #logo {
    margin-top: 20px;
  }
  .app-modal__row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .app-modal__col {
    width: 100%;
    margin-bottom: 30px;
  }
  .app-modal__radio {
    flex-direction: column;
    margin-top: 20px;
  }
  .app-modal__file {
    flex-direction: column;
    align-items: center;
  }
  .app-modal__file > span {
    text-align: center;
    margin-bottom: 20px;
  }
  .header-info {
    right: 15px;
    top: -3px;
  }
  .header-socials {
    top: 68%;
  }
  .footer-left {
    text-align: left;
  }
  .serve-item {
    width: 100%;
    margin-right: 0;
  }
  .serve-item__title {
    text-align: center;
  }
  .is-row .col-3 {
    width: 100%;
  }
  .footer_container .info_col,
  .footer_container .footer-solution,
  .footer_container .footer-services {
    width: 100%;
  }
  .events-item2__desc {
    padding: 20px 0;
  }
  .ib-banner__title {
    font-size: 30px;
  }
  .ib-banner__text {
    font-size: 18px;
  }
  .ib-banner {
    padding: 80px 15px;
    height: auto;
  }
  .ib-s1__col {
    width: 100%;
  }
  .ib-s2__col {
    width: 100%;
  }
  .ib-section4 {
    padding: 50px 0;
  }
  .ib-s6__list2 li div {
    font-size: 16px;
  }
  .ib-s7__item {
    margin-bottom: 20px;
  }
  .ib-s2__col:last-child .ib-s7__item {
    margin-bottom: 0;
  }
  .block-title2 {
    font-size: 24px;
  }
  .block-title2 span {
    font-size: 18px;
  }
}
/*# sourceMappingURL=novene-style.css.map */
/* End */
/* /bitrix/templates/sinto_new/zashchita-kriticheskoj-informacionnoj-infrastruktury/css/zashchita-kriticheskoj-style.css?172856504462123 */
