@charset "utf-8";
html,
body {
  overflow-x: hidden;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background: #F4F6FE;
}
body.modal-open {
  padding-right: 15px !important;
  height: 100vh;
}
.box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: #ffffff;
  position: relative;
  max-width: 1420px;
  overflow: hidden;
}
.box.wide {
  max-width: none;
}
.box section {
  width: 100%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.box section.section-vertical {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.box section.section-vertical .container {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
header {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
footer {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
section {
  padding: 30px 0;
}
section.section-inline + .section-inline {
  padding-top: 0;
}
.margin-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.floater {
  margin: 0 -30px/4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.floater .floater-one {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0 30px/4;
}
body {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-bottom: 1em;
}
h1,
.h1 {
  font-size: 257.143%;
  font-weight: 700;
}
h1.promo,
.h1.promo {
  font-size: 342.857%;
}
h2,
.h2 {
  font-size: 128.5715%;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 114.286%;
  font-weight: 500;
}
h4,
.h4 {
  font-weight: 500;
  font-size: 100%;
}
p {
  line-height: 1.5;
}
a {
  color: #9B1F22;
}
a:hover {
  color: #460e0f;
}
a.no-line {
  text-decoration: none !important;
}
a b {
  font-weight: 500;
}
.desc {
  color: #1a1a1a;
  font-size: 0.875rem;
}
.pagination {
  margin: 30px -2px 0;
}
.page-link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #F4F6FE;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  vertical-align: top;
  text-align: center;
  line-height: 33px;
  min-width: 32px;
  padding: 0 5px;
  color: #000000;
  height: 32px;
  border: 0;
}
.page-link:hover {
  z-index: 0;
  color: #460e0f;
  background: #fafafa;
}
.page-item {
  margin: 0 2px;
}
.page-item:first-child .page-link {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  font-size: 0px;
}
.page-item:first-child .page-link:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #dadada;
  border-width: 1px 0 0 1px;
  border-style: solid;
  margin: -4.5px -2px;
  position: absolute;
  display: block;
  content: '';
  height: 9px;
  width: 9px;
  left: 50%;
  top: 50%;
}
.page-item:last-child .page-link {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  font-size: 0px;
}
.page-item:last-child .page-link:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #dadada;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: -4.5px -6px;
  position: absolute;
  display: block;
  content: '';
  height: 9px;
  width: 9px;
  left: 50%;
  top: 50%;
}
.page-item:hover:not(.disabled) .page-link,
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  border-color: #9B1F22;
  background-color: #9B1F22;
}
.page-item a {
  text-decoration: none;
  text-align: center;
  line-height: 33px;
  display: block;
  width: 22px;
}
fieldset {
  margin: 30px 0;
}
fieldset legend {
  margin-bottom: 30px/2;
}
.form-group {
  margin: 0 0 2rem;
}
.form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #686868;
}
.form-group .form-control {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  border: 1px solid rgba(161, 173, 205, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:not([size]):not([multiple]):not(textarea) {
  height: 40px;
}
.form-group .form-control:hover {
  background: #fafafa;
  border-color: rgba(151, 164, 200, 0.5);
}
.form-group .form-control:focus {
  background: #fafafa;
  border-color: rgba(28, 35, 52, 0.5);
}
.form-group .form-control + .form-control-feedback,
.form-group .form-control + .help-block {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.form-group textarea.form-control {
  min-height: 3.8em;
  resize: none;
}
.form-group .form-control-feedback,
.form-group .help-block,
.form-group .valid-feedback,
.form-group .invalid-feedback {
  opacity: 0;
  float: left;
  max-width: 100%;
  font-size: 0.725em;
  margin: 0;
  padding: 1px 5px;
  line-height: 1.3;
  color: #000000;
  background: rgba(161, 173, 205, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-group .form-control-feedback:empty,
.form-group .help-block:empty,
.form-group .valid-feedback:empty,
.form-group .invalid-feedback:empty {
  display: none !important;
}
.form-group[class*="has-"],
.form-group [class*="is-"] {
  cursor: default;
}
.form-group[class*="has-"] .form-control,
.form-group [class*="is-"] .form-control,
.form-group[class*="has-"].form-control,
.form-group [class*="is-"].form-control {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.form-group[class*="has-"] .form-control-feedback,
.form-group [class*="is-"] .form-control-feedback,
.form-group[class*="has-"] .help-block,
.form-group [class*="is-"] .help-block,
.form-group[class*="has-"] + .valid-feedback,
.form-group [class*="is-"] + .valid-feedback,
.form-group[class*="has-"] + .invalid-feedback,
.form-group [class*="is-"] + .invalid-feedback {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
.form-group[class*="has-"] .form-control-feedback:empty,
.form-group [class*="is-"] .form-control-feedback:empty,
.form-group[class*="has-"] .help-block:empty,
.form-group [class*="is-"] .help-block:empty,
.form-group[class*="has-"] + .valid-feedback:empty,
.form-group [class*="is-"] + .valid-feedback:empty,
.form-group[class*="has-"] + .invalid-feedback:empty,
.form-group [class*="is-"] + .invalid-feedback:empty {
  opacity: 0;
}
.form-group.has-success .form-control,
.form-group .is-valid .form-control,
.form-group.has-success.form-control,
.form-group .is-valid.form-control {
  border-color: #4DBC8B;
}
.form-group.has-success .form-control-feedback,
.form-group .is-valid .form-control-feedback,
.form-group.has-success .help-block,
.form-group .is-valid .help-block,
.form-group.has-success + .valid-feedback,
.form-group .is-valid + .valid-feedback {
  width: auto;
  color: #fff;
  background: #4DBC8B;
}
.form-group.has-success .form-check input.form-check-input[type="checkbox"] + .form-check-label:before,
.form-group .is-valid .form-check input.form-check-input[type="checkbox"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #4DBC8B;
  -moz-box-shadow: inset 0 0 0 2px #4DBC8B;
  box-shadow: inset 0 0 0 2px #4DBC8B;
}
.form-group.has-success .form-check input.form-check-input[type="checkbox"] + .form-check-label:after,
.form-group .is-valid .form-check input.form-check-input[type="checkbox"] + .form-check-label:after {
  border-color: #4DBC8B;
}
.form-group.has-success .form-check input.form-check-input[type="checkbox"]:checked + .form-check-label:before,
.form-group .is-valid .form-check input.form-check-input[type="checkbox"]:checked + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #4DBC8B;
  -moz-box-shadow: inset 0 0 0 2px #4DBC8B;
  box-shadow: inset 0 0 0 2px #4DBC8B;
}
.form-group.has-success .form-check input.form-check-input[type="radio"] + .form-check-label:before,
.form-group .is-valid .form-check input.form-check-input[type="radio"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #4DBC8B;
  -moz-box-shadow: inset 0 0 0 2px #4DBC8B;
  box-shadow: inset 0 0 0 2px #4DBC8B;
}
.form-group.has-success .form-check input.form-check-input[type="radio"]:checked + .form-check-label:before,
.form-group .is-valid .form-check input.form-check-input[type="radio"]:checked + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #4DBC8B;
  -moz-box-shadow: inset 0 0 0 2px #4DBC8B;
  box-shadow: inset 0 0 0 2px #4DBC8B;
}
.form-group.has-danger .form-control,
.form-group.has-error .form-control,
.form-group .is-invalid .form-control,
.form-group.has-danger.form-control,
.form-group.has-error.form-control,
.form-group .is-invalid.form-control {
  border-color: #FD1F3A;
}
.form-group.has-danger .form-control-feedback,
.form-group.has-error .form-control-feedback,
.form-group .is-invalid .form-control-feedback,
.form-group.has-danger .help-block,
.form-group.has-error .help-block,
.form-group .is-invalid .help-block,
.form-group.has-danger + .invalid-feedback,
.form-group.has-error + .invalid-feedback,
.form-group .is-invalid + .invalid-feedback {
  width: auto;
  color: #fff;
  background: #FD1F3A;
}
.form-group.has-danger .form-check input.form-check-input[type="checkbox"] + .form-check-label:before,
.form-group.has-error .form-check input.form-check-input[type="checkbox"] + .form-check-label:before,
.form-group .is-invalid .form-check input.form-check-input[type="checkbox"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #FD1F3A;
  -moz-box-shadow: inset 0 0 0 2px #FD1F3A;
  box-shadow: inset 0 0 0 2px #FD1F3A;
}
.form-group.has-danger .form-check input.form-check-input[type="checkbox"] + .form-check-label:after,
.form-group.has-error .form-check input.form-check-input[type="checkbox"] + .form-check-label:after,
.form-group .is-invalid .form-check input.form-check-input[type="checkbox"] + .form-check-label:after {
  border-color: #FD1F3A;
}
.form-group.has-danger .form-check input.form-check-input[type="checkbox"]:checked + .form-check-label:before,
.form-group.has-error .form-check input.form-check-input[type="checkbox"]:checked + .form-check-label:before,
.form-group .is-invalid .form-check input.form-check-input[type="checkbox"]:checked + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #FD1F3A;
  -moz-box-shadow: inset 0 0 0 2px #FD1F3A;
  box-shadow: inset 0 0 0 2px #FD1F3A;
}
.form-group.has-danger .form-check input.form-check-input[type="radio"] + .form-check-label:before,
.form-group.has-error .form-check input.form-check-input[type="radio"] + .form-check-label:before,
.form-group .is-invalid .form-check input.form-check-input[type="radio"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #FD1F3A;
  -moz-box-shadow: inset 0 0 0 2px #FD1F3A;
  box-shadow: inset 0 0 0 2px #FD1F3A;
}
.form-group.has-danger .form-check input.form-check-input[type="radio"]:checked + .form-check-label:before,
.form-group.has-error .form-check input.form-check-input[type="radio"]:checked + .form-check-label:before,
.form-group .is-invalid .form-check input.form-check-input[type="radio"]:checked + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #FD1F3A;
  -moz-box-shadow: inset 0 0 0 2px #FD1F3A;
  box-shadow: inset 0 0 0 2px #FD1F3A;
}
.form-check input.form-check-input.is-valid[type="checkbox"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #4DBC8B;
  -moz-box-shadow: inset 0 0 0 2px #4DBC8B;
  box-shadow: inset 0 0 0 2px #4DBC8B;
}
.form-check input.form-check-input.is-valid[type="checkbox"] + .form-check-label:after {
  border-color: #4DBC8B;
}
.form-check input.form-check-input.is-valid[type="checkbox"]:checked + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #4DBC8B;
  -moz-box-shadow: inset 0 0 0 2px #4DBC8B;
  box-shadow: inset 0 0 0 2px #4DBC8B;
}
.form-check input.form-check-input.is-valid[type="radio"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #4DBC8B;
  -moz-box-shadow: inset 0 0 0 2px #4DBC8B;
  box-shadow: inset 0 0 0 2px #4DBC8B;
}
.form-check input.form-check-input.is-valid[type="radio"]:checked + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #4DBC8B;
  -moz-box-shadow: inset 0 0 0 2px #4DBC8B;
  box-shadow: inset 0 0 0 2px #4DBC8B;
}
.form-check input.form-check-input.is-valid ~ .form-control-feedback,
.form-check input.form-check-input.is-valid ~ .help-block,
.form-check input.form-check-input.is-valid ~ .valid-feedback {
  opacity: 1;
  width: auto;
  color: #fff;
  display: block;
  background: #4DBC8B;
}
.form-check input.form-check-input.is-invalid[type="checkbox"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #FD1F3A;
  -moz-box-shadow: inset 0 0 0 2px #FD1F3A;
  box-shadow: inset 0 0 0 2px #FD1F3A;
}
.form-check input.form-check-input.is-invalid[type="checkbox"] + .form-check-label:after {
  border-color: #FD1F3A;
}
.form-check input.form-check-input.is-invalid[type="checkbox"]:checked + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #FD1F3A;
  -moz-box-shadow: inset 0 0 0 2px #FD1F3A;
  box-shadow: inset 0 0 0 2px #FD1F3A;
}
.form-check input.form-check-input.is-invalid[type="radio"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #FD1F3A;
  -moz-box-shadow: inset 0 0 0 2px #FD1F3A;
  box-shadow: inset 0 0 0 2px #FD1F3A;
}
.form-check input.form-check-input.is-invalid[type="radio"]:checked + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #FD1F3A;
  -moz-box-shadow: inset 0 0 0 2px #FD1F3A;
  box-shadow: inset 0 0 0 2px #FD1F3A;
}
.form-check input.form-check-input.is-invalid ~ .form-control-feedback,
.form-check input.form-check-input.is-invalid ~ .help-block,
.form-check input.form-check-input.is-invalid ~ .invalid-feedback {
  opacity: 1;
  width: auto;
  color: #fff;
  display: block;
  background: #FD1F3A;
}
.form-feedback {
  position: relative;
  margin: 30px 0;
  padding: 30px/1.5 30px/2 30px/2;
  color: #fff;
  font-size: 0.725em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-feedback.has-danger {
  background: #FD1F3A;
}
.form-feedback .form-feedback-title {
  top: -1em;
  padding: 3px 10px;
  position: absolute;
  color: #000000;
  color: #FD1F3A;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #FD1F3A;
  background: #fff;
}
.form-feedback ul,
.form-feedback li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.form-control[disabled] {
  color: #333333;
  border-color: #e6e6e6 !important;
  background: #e6e6e6 !important;
  -webkit-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50) !important;
  filter: alpha(opacity=50) !important;
}
.form-material {
  position: relative;
  margin: 0 0 2rem;
  z-index: 1;
}
.form-material label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 0;
  z-index: 1;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-material .form-control {
  position: relative;
  height: 40px;
  padding: 0;
  color: #000000;
  background: transparent !important;
  border: 0;
  z-index: 2;
  border-bottom: 1px solid rgba(161, 173, 205, 0.5);
  -webkit-transition: all 0.3s ease 0.3s ease;
  -moz-transition: all 0.3s ease 0.3s ease;
  -o-transition: all 0.3s ease 0.3s ease;
  transition: all 0.3s ease 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-material .form-control:focus {
  box-shadow: none !important;
}
.form-material textarea.form-control {
  padding-bottom: 8px;
  padding-top: 8px;
  height: auto;
}
.form-material:focus label,
.form-material.value label {
  height: auto;
  margin-top: -0.5em;
  font-size: 12px;
  line-height: 0px;
}
textarea.js-height-content {
  border: 0;
  z-index: 2;
  width: 100%;
  resize: none;
  outline: none;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  color: #000000;
  background: transparent !important;
  border-bottom: 1px solid rgba(161, 173, 205, 0.5);
  -webkit-transition: all 0.3s ease 0.3s ease;
  -moz-transition: all 0.3s ease 0.3s ease;
  -o-transition: all 0.3s ease 0.3s ease;
  transition: all 0.3s ease 0.3s ease;
}
textarea.js-height-content.text-gray-dark,
textarea.js-height-content.text-dark,
textarea.js-height-content.text-black {
  border-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}
textarea.js-height-content.font-weight-normal {
  font-size: 14px;
}
textarea.js-height-content.h2 {
  font-size: 128.5715%;
}
.form-check {
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check + .form-check {
  margin-top: 18px;
}
.form-check.inline {
  padding-right: 15px;
  display: inline-block;
}
.form-check input.form-check-input {
  display: none;
}
.form-check input.form-check-input + .form-check-label {
  padding-top: 3px;
  position: relative;
  padding-left: 34px;
  padding-bottom: 2px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
}
.form-check input.form-check-input + .form-check-label:before,
.form-check input.form-check-input + .form-check-label:after {
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-check input.form-check-input[type="checkbox"] + .form-check-label:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 2px #EAEEFF;
  -moz-box-shadow: inset 0 0 0 2px #EAEEFF;
  box-shadow: inset 0 0 0 2px #EAEEFF;
}
.form-check input.form-check-input[type="checkbox"] + .form-check-label:after {
  top: 8px;
  left: 6px;
  width: 12px;
  height: 7px;
  -webkit-transform: rotate(-45deg) translate(15px, -15px);
  -moz-transform: rotate(-45deg) translate(15px, -15px);
  -ms-transform: rotate(-45deg) translate(15px, -15px);
  -o-transform: rotate(-45deg) translate(15px, -15px);
  transform: rotate(-45deg) translate(15px, -15px);
  background: none;
  border-left: 3px solid #9B1F22;
  border-bottom: 3px solid #9B1F22;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.form-check input.form-check-input[type="radio"] + .form-check-label:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 2px #EAEEFF;
  -moz-box-shadow: inset 0 0 0 2px #EAEEFF;
  box-shadow: inset 0 0 0 2px #EAEEFF;
}
.form-check input.form-check-input[type="radio"] + .form-check-label:after {
  top: 6px;
  left: 5px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 0 #EAEEFF;
  -moz-box-shadow: inset 0 0 0 0 #EAEEFF;
  box-shadow: inset 0 0 0 0 #EAEEFF;
}
.form-check input.form-check-input:checked[type="checkbox"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #9B1F22;
  -moz-box-shadow: inset 0 0 0 2px #9B1F22;
  box-shadow: inset 0 0 0 2px #9B1F22;
}
.form-check input.form-check-input:checked[type="checkbox"] + .form-check-label:after {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: rotate(-45deg) translate(0, 0);
  -moz-transform: rotate(-45deg) translate(0, 0);
  -ms-transform: rotate(-45deg) translate(0, 0);
  -o-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}
.form-check input.form-check-input:checked[type="radio"] + .form-check-label:before {
  -webkit-box-shadow: inset 0 0 0 2px #9B1F22;
  -moz-box-shadow: inset 0 0 0 2px #9B1F22;
  box-shadow: inset 0 0 0 2px #9B1F22;
}
.form-check input.form-check-input:checked[type="radio"] + .form-check-label:after {
  -webkit-box-shadow: inset 0 0 0 7px #9B1F22;
  -moz-box-shadow: inset 0 0 0 7px #9B1F22;
  box-shadow: inset 0 0 0 7px #9B1F22;
}
.form-check.switch label {
  margin-right: 10px;
  padding-left: 42px;
  line-height: 25px;
  cursor: pointer;
  color: #000000;
}
.form-check.switch label:before {
  box-shadow: inset 0 0 0 4px #EAEEFF, inset -17px 0 0 4px #EAEEFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  height: 25px;
  width: 42px;
  content: '';
  z-index: 1;
  top: -1px;
  left: 0;
}
.form-check.switch label:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #A1ADCD;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  height: 23px;
  width: 40px;
  content: '';
  z-index: 0;
  left: 1px;
  top: 0;
}
.form-check.switch input {
  display: none;
}
.form-check.switch input:checked + label:before {
  box-shadow: inset 17px 0 0 4px #EAEEFF, inset 0 0 0 4px #EAEEFF;
}
.form-check.switch input:checked + label:after {
  background: #9B1F22;
}
.content a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #03A9F4;
}
.content a:hover {
  color: #02638f;
}
.content ul,
.content ol {
  list-style: none;
  padding: 0;
}
.content ul li + li,
.content ol li + li {
  margin-top: 0.35em;
}
.content ul li {
  padding-left: 15px;
  position: relative;
}
.content ul li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FD1F3A;
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  top: 0.5em;
  left: 0;
}
.content ol {
  counter-set: list;
  counter-reset: list;
}
.content ol li {
  counter-increment: list;
}
.content ol li:before {
  content: counter(list) '. ';
  color: #FD1F3A;
}
.text-clip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.icon:before {
  vertical-align: middle;
}
.map {
  padding-bottom: 34%;
  position: relative;
  display: block;
  margin: 30px 0;
  width: 100%;
}
.map > * {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-dialog.modal-sm {
  max-width: 350px;
}
.modal .modal-content {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 0;
}
.modal .modal-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.72;
  position: relative;
  padding: 20px 30px 0;
  justify-content: center;
  border: 0;
}
.modal .modal-header .close {
  left: 100%;
  width: 24px;
  height: 24px;
  margin: 10px;
  bottom: 100%;
  padding: 7px;
  outline: none;
  text-align: center;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #9B1F22;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .modal-header .close:after,
.modal .modal-header .close:before {
  content: '';
  display: block;
  margin: 0 -2px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.modal .modal-header .close:after {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .modal-header .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-header .close:hover {
  background: #701719;
}
.modal .modal-body {
  padding: 30px 30px 25px;
}
.modal .modal-footer {
  padding: 0 30px 25px;
  display: block;
  border: 0;
}
.modal .modal-footer .buttons-group {
  margin-top: 0;
}
.modal-backdrop {
  background: #F4F6FE;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.maintains {
  text-align: center;
}
.maintains svg {
  width: 600px;
  max-width: 100%;
  margin-bottom: 2em;
}
.maintains svg .maintainse_bg {
  fill: #ffffff;
}
.maintains svg .maintainse_code_bg {
  fill: #000000;
}
.maintains svg .maintainse_border {
  stroke: #000000;
  fill: #ffffff;
}
.p404 {
  text-align: center;
}
.dropzone {
  height: 350px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(161, 173, 205, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.dropzone.dropzone-multiple {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dropzone.dz-drag-hover {
  border-color: #460e0f;
}
.dropzone .dropzone-img {
  justify-content: center;
  margin-bottom: 22px;
  align-items: center;
  position: relative;
  display: flex;
  height: 180px;
  z-index: 1;
}
.dropzone .dropzone-img img,
.dropzone .dropzone-img svg {
  max-height: 100%;
  max-width: 100%;
}
.dropzone .btn {
  font-size: 114.286%;
}
@media (max-width: 991px) {
  .maintains {
    max-height: 100vh;
    font-size: 2.5vh;
  }
  .maintains h1 {
    margin-bottom: 2vh;
    font-size: 4vh;
  }
  .maintains .desc {
    font-size: 2vh;
  }
  .maintains svg {
    max-height: 30vh;
    width: auto;
  }
}
.btn {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border-width: 1px;
  line-height: 38px;
  font-weight: 500;
  padding: 0 30px;
  height: 40px;
}
.btn.btn-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 18px;
  height: 18px;
  width: 18px;
  padding: 0;
}
.btn.btn-md {
  line-height: 48px;
  height: 50px;
}
.btn.btn-lg {
  line-height: 54px;
  height: 56px;
}
.btn.btn-primary {
  color: #fff;
  border-color: #9B1F22;
  background-color: #9B1F22;
  cursor: pointer;
}
.btn.btn-primary:hover,
.btn.btn-primary:active:not(:disabled):not(.disabled) {
  border-color: #701719;
  background-color: #701719;
}
.btn.btn-primary:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(155, 31, 34, 0.2);
}
.btn.btn-primary:focus {
  border-color: #9B1F22;
  background-color: #9B1F22;
  -webkit-box-shadow: 0 0 0 3px rgba(155, 31, 34, 0.3);
  -moz-box-shadow: 0 0 0 3px rgba(155, 31, 34, 0.3);
  box-shadow: 0 0 0 3px rgba(155, 31, 34, 0.3);
}
.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
  color: #fff;
  border-color: #9B1F22;
  background-color: #9B1F22;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-success {
  color: #fff;
  border-color: #4DBC8B;
  background-color: #4DBC8B;
  cursor: pointer;
}
.btn.btn-success:hover,
.btn.btn-success:active:not(:disabled):not(.disabled) {
  border-color: #3b9b71;
  background-color: #3b9b71;
}
.btn.btn-success:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(77, 188, 139, 0.2);
}
.btn.btn-success:focus {
  border-color: #4DBC8B;
  background-color: #4DBC8B;
  -webkit-box-shadow: 0 0 0 3px rgba(77, 188, 139, 0.3);
  -moz-box-shadow: 0 0 0 3px rgba(77, 188, 139, 0.3);
  box-shadow: 0 0 0 3px rgba(77, 188, 139, 0.3);
}
.btn.btn-success.disabled,
.btn.btn-success:disabled {
  color: #fff;
  border-color: #4DBC8B;
  background-color: #4DBC8B;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-info {
  color: #fff;
  border-color: #03A9F4;
  background-color: #03A9F4;
  cursor: pointer;
}
.btn.btn-info:hover,
.btn.btn-info:active:not(:disabled):not(.disabled) {
  border-color: #0286c2;
  background-color: #0286c2;
}
.btn.btn-info:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.2);
}
.btn.btn-info:focus {
  border-color: #03A9F4;
  background-color: #03A9F4;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.3);
  -moz-box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.3);
  box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.3);
}
.btn.btn-info.disabled,
.btn.btn-info:disabled {
  color: #fff;
  border-color: #03A9F4;
  background-color: #03A9F4;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-warning {
  color: #fff;
  border-color: #ffc107;
  background-color: #ffc107;
  cursor: pointer;
}
.btn.btn-warning:hover,
.btn.btn-warning:active:not(:disabled):not(.disabled) {
  border-color: #d39e00;
  background-color: #d39e00;
}
.btn.btn-warning:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.2);
}
.btn.btn-warning:focus {
  border-color: #ffc107;
  background-color: #ffc107;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.3);
  -moz-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.3);
}
.btn.btn-warning.disabled,
.btn.btn-warning:disabled {
  color: #fff;
  border-color: #ffc107;
  background-color: #ffc107;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-danger {
  color: #fff;
  border-color: #A22B2A;
  background-color: #A22B2A;
  cursor: pointer;
}
.btn.btn-danger:hover,
.btn.btn-danger:active:not(:disabled):not(.disabled) {
  border-color: #79201f;
  background-color: #79201f;
}
.btn.btn-danger:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(162, 43, 42, 0.2);
}
.btn.btn-danger:focus {
  border-color: #A22B2A;
  background-color: #A22B2A;
  -webkit-box-shadow: 0 0 0 3px rgba(162, 43, 42, 0.3);
  -moz-box-shadow: 0 0 0 3px rgba(162, 43, 42, 0.3);
  box-shadow: 0 0 0 3px rgba(162, 43, 42, 0.3);
}
.btn.btn-danger.disabled,
.btn.btn-danger:disabled {
  color: #fff;
  border-color: #A22B2A;
  background-color: #A22B2A;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-light {
  background: #F4F6FE;
  font-weight: 500;
  color: #9B1F22;
}
.btn.btn-light:hover {
  color: #ffffff;
  border-color: #701719;
  background-color: #701719;
}
.btn.btn-light:active:not(:disabled):not(.disabled) {
  color: #ffffff;
  border-color: #701719;
  background-color: #701719;
  box-shadow: 0 0 0 0.2rem rgba(155, 31, 34, 0.2);
}
.btn.btn-white {
  background: #ffffff;
  font-weight: 500;
  color: #9B1F22;
}
.btn.btn-white:hover {
  color: #ffffff;
  border-color: #701719;
  background-color: #701719;
}
.btn.btn-white:active:not(:disabled):not(.disabled) {
  color: #ffffff;
  border-color: #701719;
  background-color: #701719;
  box-shadow: 0 0 0 0.2rem rgba(155, 31, 34, 0.2);
}
.btn.btn-outline-primary {
  color: #9B1F22;
  background-color: #ffffff;
  border-color: #9B1F22;
  cursor: pointer;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active:not(:disabled):not(.disabled) {
  background-color: #9B1F22;
  border-color: #9B1F22;
  color: #ffffff;
}
.btn.btn-outline-primary:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(155, 31, 34, 0.2);
  background-color: #9B1F22;
  color: #ffffff;
}
.btn.btn-outline-primary:focus {
  border-color: #9B1F22;
  box-shadow: 0 0 0 0.2rem rgba(155, 31, 34, 0.2);
}
.btn.btn-outline-primary.disabled,
.btn.btn-outline-primary:disabled {
  color: #9B1F22;
  background-color: transparent;
  border-color: #9B1F22;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-success {
  color: #4DBC8B;
  background-color: #ffffff;
  border-color: #4DBC8B;
  cursor: pointer;
}
.btn.btn-outline-success:hover,
.btn.btn-outline-success:active:not(:disabled):not(.disabled) {
  background-color: #4DBC8B;
  border-color: #4DBC8B;
  color: #ffffff;
}
.btn.btn-outline-success:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(77, 188, 139, 0.2);
  background-color: #4DBC8B;
  color: #ffffff;
}
.btn.btn-outline-success:focus {
  border-color: #4DBC8B;
  box-shadow: 0 0 0 0.2rem rgba(77, 188, 139, 0.2);
}
.btn.btn-outline-success.disabled,
.btn.btn-outline-success:disabled {
  color: #4DBC8B;
  background-color: transparent;
  border-color: #4DBC8B;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-info {
  color: #03A9F4;
  background-color: #ffffff;
  border-color: #03A9F4;
  cursor: pointer;
}
.btn.btn-outline-info:hover,
.btn.btn-outline-info:active:not(:disabled):not(.disabled) {
  background-color: #03A9F4;
  border-color: #03A9F4;
  color: #ffffff;
}
.btn.btn-outline-info:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.2);
  background-color: #03A9F4;
  color: #ffffff;
}
.btn.btn-outline-info:focus {
  border-color: #03A9F4;
  box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.2);
}
.btn.btn-outline-info.disabled,
.btn.btn-outline-info:disabled {
  color: #03A9F4;
  background-color: transparent;
  border-color: #03A9F4;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-warning {
  color: #ffc107;
  background-color: #ffffff;
  border-color: #ffc107;
  cursor: pointer;
}
.btn.btn-outline-warning:hover,
.btn.btn-outline-warning:active:not(:disabled):not(.disabled) {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #ffffff;
}
.btn.btn-outline-warning:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.2);
  background-color: #ffc107;
  color: #ffffff;
}
.btn.btn-outline-warning:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.2);
}
.btn.btn-outline-warning.disabled,
.btn.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-danger {
  color: #A22B2A;
  background-color: #ffffff;
  border-color: #A22B2A;
  cursor: pointer;
}
.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:active:not(:disabled):not(.disabled) {
  background-color: #A22B2A;
  border-color: #A22B2A;
  color: #ffffff;
}
.btn.btn-outline-danger:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(162, 43, 42, 0.2);
  background-color: #A22B2A;
  color: #ffffff;
}
.btn.btn-outline-danger:focus {
  border-color: #A22B2A;
  box-shadow: 0 0 0 0.2rem rgba(162, 43, 42, 0.2);
}
.btn.btn-outline-danger.disabled,
.btn.btn-outline-danger:disabled {
  color: #A22B2A;
  background-color: transparent;
  border-color: #A22B2A;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-light {
  border-color: #EAEEFF;
  background: transparent;
  color: #9B1F22;
}
.btn.btn-outline-light:hover {
  border-color: #701719;
}
.btn.btn-outline-light:active:not(:disabled):not(.disabled) {
  color: #9B1F22;
  border-color: #9B1F22;
  background-color: rgba(155, 31, 34, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(155, 31, 34, 0.2);
}
.btn.btn-icon {
  font-size: 24px;
  padding: 0 9px;
}
.btn.btn-icon .icon {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
}
.btn.btn-icon .icon:before {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.btn.btn-icon .icon svg {
  margin: 5px -6px;
  height: 24px;
  width: 24px;
}
.btn.btn-icon .icon svg path {
  stroke: currentColor;
}
.btn.btn-icon.icon-sm {
  font-size: 14px;
  padding: 0 13px;
}
.btn small {
  font-size: 14px;
}
.buttons-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 30px -30px/4 0;
}
.buttons-group .btn {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 30px/4;
}
.buttons-group.buttons-group-stretched .btn {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.buttons-group.buttons-group-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.buttons-group.buttons-group-right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.buttons-group-stretched.wide-ellipsis .btn {
  white-space: nowrap;
  display: flex;
}
.buttons-group-stretched.wide-ellipsis .btn:nth-last-child(2):first-child,
.buttons-group-stretched.wide-ellipsis .btn:nth-last-child(2):first-child ~ .btn {
  width: calc(50% - 15px);
}
.buttons-group-stretched.wide-ellipsis .btn:nth-last-child(3):first-child,
.buttons-group-stretched.wide-ellipsis .btn:nth-last-child(3):first-child ~ .btn {
  width: calc(33% - 15px);
}
.buttons-group-stretched.wide-ellipsis .btn:nth-last-child(4):first-child,
.buttons-group-stretched.wide-ellipsis .btn:nth-last-child(4):first-child ~ .btn {
  width: calc(25% - 15px);
}
.buttons-group-stretched.wide-ellipsis .btn:nth-last-child(5):first-child,
.buttons-group-stretched.wide-ellipsis .btn:nth-last-child(5):first-child ~ .btn {
  width: calc(20% - 15px);
}
.buttons-group-stretched.wide-ellipsis .btn span {
  text-overflow: ellipsis;
  align-self: center;
  overflow: hidden;
  flex: 1 1 100%;
}
.buttons-group-stretched.wide-adaptive .btn {
  white-space: normal;
  align-self: stretch;
  display: flex;
}
.buttons-group-stretched.wide-adaptive .btn:nth-last-child(2):first-child,
.buttons-group-stretched.wide-adaptive .btn:nth-last-child(2):first-child ~ .btn {
  width: calc(50% - 15px);
}
.buttons-group-stretched.wide-adaptive .btn:nth-last-child(3):first-child,
.buttons-group-stretched.wide-adaptive .btn:nth-last-child(3):first-child ~ .btn {
  width: calc(33% - 15px);
}
.buttons-group-stretched.wide-adaptive .btn:nth-last-child(4):first-child,
.buttons-group-stretched.wide-adaptive .btn:nth-last-child(4):first-child ~ .btn {
  width: calc(25% - 15px);
}
.buttons-group-stretched.wide-adaptive .btn:nth-last-child(5):first-child,
.buttons-group-stretched.wide-adaptive .btn:nth-last-child(5):first-child ~ .btn {
  width: calc(20% - 15px);
}
.buttons-group-stretched.wide-adaptive .btn span {
  align-self: center;
  flex: 1 1 100%;
}
@media (max-width: 767px) {
  .buttons-group.buttons-group-responsive {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(2):first-child,
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(2):first-child ~ .btn {
    width: calc(100% - 15px);
  }
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(3):first-child,
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(3):first-child ~ .btn {
    width: calc(100% - 15px);
  }
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(4):first-child,
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(4):first-child ~ .btn {
    width: calc(100% - 15px);
  }
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(5):first-child,
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(5):first-child ~ .btn {
    width: calc(100% - 15px);
  }
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(2):first-child,
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(2):first-child ~ .btn {
    width: calc(100% - 15px);
  }
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(3):first-child,
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(3):first-child ~ .btn {
    width: calc(100% - 15px);
  }
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(4):first-child,
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(4):first-child ~ .btn {
    width: calc(100% - 15px);
  }
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(5):first-child,
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(5):first-child ~ .btn {
    width: calc(100% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(2):first-child,
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(2):first-child ~ .btn {
    width: calc(50% - 15px);
  }
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(3):first-child,
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(3):first-child ~ .btn {
    width: calc(50% - 15px);
  }
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(4):first-child,
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(4):first-child ~ .btn {
    width: calc(50% - 15px);
  }
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(5):first-child,
  .buttons-group-stretched.wide-ellipsis .btn:nth-last-child(5):first-child ~ .btn {
    width: calc(50% - 15px);
  }
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(2):first-child,
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(2):first-child ~ .btn {
    width: calc(50% - 15px);
  }
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(3):first-child,
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(3):first-child ~ .btn {
    width: calc(50% - 15px);
  }
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(4):first-child,
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(4):first-child ~ .btn {
    width: calc(50% - 15px);
  }
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(5):first-child,
  .buttons-group-stretched.wide-adaptive .btn:nth-last-child(5):first-child ~ .btn {
    width: calc(50% - 15px);
  }
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  line-height: 38px;
  border: 1px solid rgba(161, 173, 205, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-selection:not([size]):not([multiple]):not(textarea) {
  min-height: 40px;
}
.select2-container .select2-selection:hover {
  background: #fafafa;
  border-color: rgba(151, 164, 200, 0.5);
}
.select2-container .select2-selection:focus {
  background: #fafafa;
  border-color: rgba(128, 144, 187, 0.5);
}
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding-left: 18px;
}
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered img,
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered svg {
  margin-right: 5px;
  height: 15px;
  width: 15px;
}
.select2-container .select2-selection.select2-selection--multiple .select2-selection__choice {
  line-height: 27px;
}
.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
  display: block;
}
.select2-container .select2-selection .select2-selection__arrow {
  height: 38px;
}
.select2-container .select2-selection .select2-search--inline .select2-search__field {
  height: 30px;
}
.select2-container.select2-container--disabled .select2-selection {
  color: #333333;
  border-color: #e6e6e6 !important;
  background: #e6e6e6 !important;
  -webkit-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50) !important;
  filter: alpha(opacity=50) !important;
}
.select2-container + .form-control-feedback,
.select2-container + .help-block {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.select2-container .select2-results__option {
  color: #686868;
  padding: 6px 18px 5px;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  color: #686868;
  background: #F4F6FE;
}
.select2-container .select2-results__option[aria-selected="true"] {
  background: #F4F6FE;
  font-weight: 500;
  color: #9B1F22;
}
.select2-container .select2-results__option[aria-disabled="true"] {
  display: none;
}
.select2-container .select2-results__option > span {
  position: relative;
  padding-left: 18px;
  display: block;
}
.select2-container .select2-results__option img,
.select2-container .select2-results__option svg {
  position: absolute;
  height: 15px;
  width: 15px;
  left: -3px;
  top: 3px;
}
.select2-container .select2-dropdown {
  -webkit-box-shadow: -7px 9px 15px rgba(137, 165, 202, 0.12115);
  -moz-box-shadow: -7px 9px 15px rgba(137, 165, 202, 0.12115);
  box-shadow: -7px 9px 15px rgba(137, 165, 202, 0.12115);
  border-color: #d0d6e6;
  overflow: hidden;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #a6a6a6;
  border-width: 0 1px 1px 0;
  margin: -6px;
  height: 9px;
  width: 9px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #a6a6a6;
  border-width: 1px 1px 0 0;
  margin: -2px -6px;
  height: 9px;
  width: 9px;
}
.form-material .select2-container .select2-selection {
  position: relative;
  min-height: 40px;
  padding: 0;
  color: #000000;
  background: transparent !important;
  border: 0;
  z-index: 2;
  border-bottom: 1px solid rgba(161, 173, 205, 0.5);
  -webkit-transition: all 0.3s ease 0.3s ease;
  -moz-transition: all 0.3s ease 0.3s ease;
  -o-transition: all 0.3s ease 0.3s ease;
  transition: all 0.3s ease 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group[class*="has-"],
.form-group [class*="is-"] {
  cursor: default;
}
.form-group[class*="has-"] .select2-container .select2-selection,
.form-group [class*="is-"] .select2-container .select2-selection {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.form-group.has-success .select2-container .select2-selection {
  border-color: #4DBC8B;
}
.form-group .is-valid + .select2-container .select2-selection {
  border-color: #4DBC8B;
}
.form-group .is-valid + .select2-container ~ .form-control-feedback,
.form-group .is-valid + .select2-container ~ .help-block,
.form-group .is-valid + .select2-container ~ .valid-feedback {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  opacity: 1;
  width: auto;
  color: #fff;
  display: block;
  background: #4DBC8B;
}
.form-group.has-danger .select2-container .select2-selection,
.form-group.has-error .select2-container .select2-selection,
.form-group .is-invalid .select2-container .select2-selection {
  border-color: #FD1F3A;
}
.form-group .is-invalid + .select2-container .select2-selection {
  border-color: #FD1F3A;
}
.form-group .is-invalid + .select2-container ~ .form-control-feedback,
.form-group .is-invalid + .select2-container ~ .help-block,
.form-group .is-invalid + .select2-container ~ .invalid-feedback {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  opacity: 1;
  width: auto;
  color: #fff;
  display: block;
  background: #FD1F3A;
}
.bg-white {
  background: #ffffff;
}
.bg-ghost-white {
  background: #F4F6FE;
}
.bg-ghost-white .view-type-box table tbody tr:hover td,
.bg-ghost-white .table-wrapper table tbody tr:hover td {
  background: #ffffff;
}
.text-black {
  color: #000000;
}
.text-light {
  color: #A1ADCD !important;
}
.text-gray {
  color: #868686 !important;
}
.text-gray-light {
  color: #999999 !important;
}
.text-gray-dark {
  color: #686868 !important;
}
.text-primary {
  color: #9B1F22 !important;
}
a.text-primary {
  color: #9B1F22 !important;
}
a.text-primary:hover {
  color: #460e0f !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.box-bg {
  background: #f7f7f7;
  background: linear-gradient(to top, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -moz-linear-gradient(bottom, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0)));
  background: -webkit-linear-gradient(bottom, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -o-linear-gradient(bottom, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  background: -ms-linear-gradient(bottom, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='rgba(247, 247, 247, 0)', GradientType=0);
}
.box.wide header {
  position: absolute;
  padding: 25px 0;
  z-index: 3;
  right: 0;
  left: 0;
  top: 0;
}
.box.wide header + section {
  padding-top: 150px;
}
.box.lk {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.025);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.025);
}
.box.lk.bg-ghost-white {
  box-shadow: none !important;
}
.box.lk.bg-ghost-white .left-menu li.active:after {
  background: url(../../../img/left-menu-anchor-gw.svg) left top no-repeat;
}
.box.lk header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(234, 238, 255, 0.5);
  transition-delay: 100ms;
  padding-right: 30px;
  background: #ffffff;
  max-width: 1420px;
  position: fixed;
  width: 100vw;
  z-index: 3;
  left: 0;
  top: 0;
}
.box.lk header.side-open {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0);
  transition-delay: 0ms;
}
.box.lk header.side-open .logo-wrapper {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  transition-delay: 0ms;
  margin-right: -250px;
  width: 250px;
}
.box.lk header.side-open .logo-wrapper:after {
  transition-delay: 0ms;
  right: 0;
}
.box.lk header.side-open .logo-wrapper .logo-back {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  transition-delay: 200ms;
}
.box.lk header.side-open .logo-wrapper .logo {
  transition-delay: 0ms;
  width: 134px;
}
.box.lk header.side-open + .side-wrapper .left-side {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 0ms;
}
.box.lk header.side-open + .side-wrapper .right-side {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0);
  transition-delay: 0ms;
}
.box.lk header .logo {
  margin: 5px 16px 4px;
}
.box.lk header .btn {
  position: relative;
}
.box.lk header .notify {
  -webkit-box-shadow: 0 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FD1F3A;
  position: absolute;
  height: 8px;
  right: -1px;
  width: 8px;
  top: -1px;
}
.top-menu {
  border-left: 1px solid #f2f2f2;
  align-items: center;
  padding-left: 30px;
  display: flex;
  height: 79px;
}
.top-menu .item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  font-size: 128.5715%;
  line-height: 75px;
  font-weight: 700;
  color: #000000;
}
.top-menu .item:hover {
  color: #9B1F22;
}
.top-menu .item.active {
  border-color: #A1ADCD;
}
.top-menu .item + .item {
  margin-left: 40px;
}
footer {
  background: #F4F6FE;
  padding: 35px 0;
}
footer.bg-white {
  border-top: 1px solid #EAEEFF;
}
footer.bg-white .footer-contacts {
  border: 1px solid #EAEEFF;
}
footer h3,
footer .h3,
footer p {
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
footer ul li + li {
  margin-top: 13px;
}
footer a {
  color: #686868;
}
footer .phone,
footer .email,
footer .address {
  padding-left: 30px;
  position: relative;
  color: #000000;
}
footer .phone .icon,
footer .email .icon,
footer .address .icon {
  position: absolute;
  font-size: 20px;
  color: #9B1F22;
  top: -3px;
  left: 0;
}
footer .phone a,
footer .email a,
footer .address a {
  color: inherit;
}
footer .second-line {
  background: #eaeefd;
  margin: 40px 0 -35px;
  padding: 15px 0;
}
footer .btn.btn-default {
  border-color: #9B1F22;
  background: #9B1F22;
  color: #ffffff;
}
footer .btn.btn-default:hover,
footer .btn.btn-default:active:not(:disabled):not(.disabled) {
  border-color: #701719;
  background-color: #701719;
}
.logo-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(234, 238, 255, 0.5);
  transition-delay: 100ms;
  background: #ffffff;
  position: relative;
  margin: -1px 0;
  height: 81px;
}
.logo-wrapper:after {
  background: rgba(234, 238, 255, 0.5);
  transition-delay: 100ms;
  position: absolute;
  content: '';
  right: 100%;
  width: 1px;
  z-index: 0;
  bottom: 0;
  top: 0;
}
.logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 100ms;
  position: relative;
  overflow: hidden;
  max-width: 217px;
  display: block;
  height: 70px;
  z-index: 2;
}
.logo img {
  object-position: left center;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.logo-btn {
  margin: 0 0 4px 29px;
  position: relative;
  padding: 5px 0;
  display: none;
  z-index: 2;
}
.logo-btn span {
  background: #EAEEFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 2px;
  height: 5px;
  width: 5px;
}
.logo-back {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(50%, -250%);
  -moz-transform: translate(50%, -250%);
  -ms-transform: translate(50%, -250%);
  -o-transform: translate(50%, -250%);
  transform: translate(50%, -250%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute !important;
  transition-delay: 0ms;
  display: none;
  width: 40px;
  z-index: 1;
  right: 0;
  top: 50%;
}
#start {
  padding: 230px 0 150px;
}
#start .wrapper {
  position: relative;
}
#start .wrapper:first-child {
  z-index: 4;
}
#start .promo {
  /*text-shadow: 2px 2px 0 @gray95,
					 2px -2px 0 @gray95,
					 -2px 2px 0 @gray95,
					 -2px -2px 0 @gray95;*/
  margin-bottom: 40px;
  max-width: 540px;
}
.your-team {
  position: relative;
  will-change: auto;
}
.your-team .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.your-team .bg .item {
  position: absolute;
  left: 0;
  top: 0;
}
.your-team .bg .item.small {
  -webkit-transform: translate(-275%, -200%);
  -moz-transform: translate(-275%, -200%);
  -ms-transform: translate(-275%, -200%);
  -o-transform: translate(-275%, -200%);
  transform: translate(-275%, -200%);
  z-index: 0;
}
.your-team .bg .item.small svg {
  animation: rotate 120s linear infinite;
}
.your-team .bg .item.small svg path {
  fill: #1B4576;
}
.your-team .bg .item.big {
  -webkit-transform: translate(-43.3%, -56%);
  -moz-transform: translate(-43.3%, -56%);
  -ms-transform: translate(-43.3%, -56%);
  -o-transform: translate(-43.3%, -56%);
  transform: translate(-43.3%, -56%);
  z-index: 1;
}
.your-team .bg .item.big path {
  fill: url(#team-gradient) #ffffff;
}
.your-team .bg .item.big #team-gradient {
  --color-stop: #9B1F22;
  --color-bot: #b76750;
}
.your-team .circle-box {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  position: absolute;
  right: 250px;
  z-index: 1;
  top: 0;
}
.your-team .circle-box .item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 0;
  top: 0;
}
.your-team .circle-box .item.circle:first-child svg {
  animation: rotate 15s linear infinite;
}
.your-team .circle-box .item.circle svg {
  animation: rotate-back 15s linear infinite;
}
.your-team .circle-box .item.text {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 1.85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 118px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  height: 117px;
  width: 117px;
}
.your-team .circle-box .item .round {
  border: 1px solid #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 209px;
  width: 209px;
  opacity: 0.5;
  left: 50%;
  top: 50%;
}
.your-team .circle-box .item .round:nth-child(2) {
  border-color: #f2f2f2;
  height: 309px;
  width: 309px;
  opacity: 0.4;
}
.your-team .circle-box .item .round:nth-child(3) {
  border-color: #d9d9d9;
  height: 405px;
  width: 405px;
  opacity: 0.3;
}
.your-team .circle-box .item .round:nth-child(4) {
  border-color: #bfbfbf;
  height: 535px;
  width: 535px;
  opacity: 0.2;
}
.your-team .circle-box .item .round:nth-child(5) {
  border-color: #a6a6a6;
  height: 737px;
  width: 737px;
  opacity: 0.2;
}
.your-team .team-box {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: -20px;
  height: 209px;
  width: 209px;
  right: 40px;
  z-index: 2;
  top: 50%;
}
.your-team .team-box .member {
  transform-origin: bottom center;
  position: absolute;
  bottom: 50%;
  left: 50%;
}
.your-team .team-box .member:nth-child(1) {
  animation: rotate 40s linear infinite;
  height: 115px;
}
.your-team .team-box .member:nth-child(1) .wrapper {
  -webkit-transform: rotate(245deg);
  -moz-transform: rotate(245deg);
  -ms-transform: rotate(245deg);
  -o-transform: rotate(245deg);
  transform: rotate(245deg);
}
.your-team .team-box .member:nth-child(1) .angle {
  -webkit-transform: rotate(-245deg);
  -moz-transform: rotate(-245deg);
  -ms-transform: rotate(-245deg);
  -o-transform: rotate(-245deg);
  transform: rotate(-245deg);
}
.your-team .team-box .member:nth-child(1) .icon {
  animation: rotate-back 40s linear infinite;
  font-size: 20px;
  margin: -27px;
  height: 56px;
  width: 56px;
}
.your-team .team-box .member:nth-child(2) {
  animation: rotate 40s linear infinite;
  height: 123px;
}
.your-team .team-box .member:nth-child(2) .wrapper {
  animation-delay: 2s;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.your-team .team-box .member:nth-child(2) .angle {
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.your-team .team-box .member:nth-child(2) .icon {
  animation: rotate-back 40s linear infinite;
  font-size: 20px;
  margin: -27px;
  height: 56px;
  width: 56px;
}
.your-team .team-box .member:nth-child(3) {
  animation: rotate 40s linear infinite;
  height: 123px;
}
.your-team .team-box .member:nth-child(3) .wrapper {
  animation-delay: 4s;
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -o-transform: rotate(160deg);
  transform: rotate(160deg);
}
.your-team .team-box .member:nth-child(3) .angle {
  -webkit-transform: rotate(-160deg);
  -moz-transform: rotate(-160deg);
  -ms-transform: rotate(-160deg);
  -o-transform: rotate(-160deg);
  transform: rotate(-160deg);
}
.your-team .team-box .member:nth-child(3) .icon {
  animation: rotate-back 40s linear infinite;
  font-size: 18px;
  margin: -23px;
  height: 48px;
  width: 48px;
}
.your-team .team-box .member:nth-child(4) {
  animation: rotate-back 30s linear infinite;
  height: 117px;
}
.your-team .team-box .member:nth-child(4) .wrapper {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.your-team .team-box .member:nth-child(4) .angle {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.your-team .team-box .member:nth-child(4) .icon {
  animation: rotate 30s linear infinite;
  font-size: 12px;
  margin: -15px;
  height: 32px;
  width: 32px;
}
.your-team .team-box .member:nth-child(5) {
  animation: rotate-back 30s linear infinite;
  height: 130px;
}
.your-team .team-box .member:nth-child(5) .wrapper {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.your-team .team-box .member:nth-child(5) .angle {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.your-team .team-box .member:nth-child(5) .icon {
  animation: rotate 30s linear infinite;
  font-size: 9px;
  margin: -11px;
  height: 24px;
  width: 24px;
}
.your-team .team-box .member:nth-child(6) {
  animation: rotate-back 30s linear infinite;
  height: 100px;
}
.your-team .team-box .member:nth-child(6) .wrapper {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.your-team .team-box .member:nth-child(6) .angle {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.your-team .team-box .member:nth-child(6) .icon {
  animation: rotate 30s linear infinite;
  font-size: 9px;
  margin: -11px;
  height: 24px;
  width: 24px;
}
.your-team .team-box .member:nth-child(7) {
  animation: rotate-back 70s linear infinite;
  height: 200px;
}
.your-team .team-box .member:nth-child(7) .wrapper {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.your-team .team-box .member:nth-child(7) .angle {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.your-team .team-box .member:nth-child(7) .icon {
  animation: rotate 70s linear infinite;
  font-size: 30px;
  margin: -31px;
  height: 64px;
  width: 64px;
}
.your-team .team-box .member:nth-child(8) {
  animation: rotate 70s linear infinite;
  height: 200px;
}
.your-team .team-box .member:nth-child(8) .wrapper {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.your-team .team-box .member:nth-child(8) .angle {
  -webkit-transform: rotate(-300deg);
  -moz-transform: rotate(-300deg);
  -ms-transform: rotate(-300deg);
  -o-transform: rotate(-300deg);
  transform: rotate(-300deg);
}
.your-team .team-box .member:nth-child(8) .icon {
  animation: rotate-back 70s linear infinite;
  font-size: 30px;
  margin: -31px;
  height: 64px;
  width: 64px;
}
.your-team .team-box .member:nth-child(9) {
  animation: rotate-back 60s linear infinite;
  height: 177px;
}
.your-team .team-box .member:nth-child(9) .wrapper {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}
.your-team .team-box .member:nth-child(9) .angle {
  -webkit-transform: rotate(-220deg);
  -moz-transform: rotate(-220deg);
  -ms-transform: rotate(-220deg);
  -o-transform: rotate(-220deg);
  transform: rotate(-220deg);
}
.your-team .team-box .member:nth-child(9) .icon {
  animation: rotate 60s linear infinite;
  font-size: 15px;
  margin: -15px;
  height: 32px;
  width: 32px;
}
.your-team .team-box .member:nth-child(10) {
  animation: rotate-back 70s linear infinite;
  height: 180px;
}
.your-team .team-box .member:nth-child(10) .wrapper {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.your-team .team-box .member:nth-child(10) .angle {
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.your-team .team-box .member:nth-child(10) .icon {
  animation: rotate 70s linear infinite;
  font-size: 48px;
  margin: -51px;
  height: 104px;
  width: 104px;
}
.your-team .team-box .member .wrapper {
  transform-origin: bottom center;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
}
.your-team .team-box .member .angle {
  position: absolute;
  left: 0;
  top: 0;
}
.your-team .team-box .member .icon-user,
.your-team .team-box .member .icon-consultant {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: #ffffff;
  position: absolute;
  border-width: 1px;
  left: 0;
  top: 0;
}
.your-team .team-box .member .icon-user:before,
.your-team .team-box .member .icon-consultant:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.your-team .team-box .member .icon-user {
  border-style: solid;
  background: #ffffff;
  color: #9B1F22;
}
.your-team .team-box .member .icon-consultant {
  background: rgba(255, 255, 255, 0.18);
  border-style: dashed;
  color: #ffffff;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-back {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#services {
  position: relative;
}
#services .services-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
#services .services-bg .item {
  position: absolute;
}
#services .services-bg .item.small {
  animation: rotate 120s linear infinite;
  left: -40px;
  top: -15px;
  z-index: 0;
}
#services .services-bg .item.small path {
  fill: #1B4576;
}
#services .services-bg .item.big {
  animation: rotate-back 120s linear infinite;
  left: -270px;
  z-index: 1;
  top: 40px;
}
#services .services-bg .item.big path {
  fill: url(#services-gradient) #ffffff;
}
#services .services-bg .item.big #services-gradient {
  --color-stop: #9B1F22;
  --color-bot: #b76750;
}
.info-cards_item {
  -webkit-box-shadow: 0 0 0 rgba(173, 182, 217, 0.08);
  -moz-box-shadow: 0 0 0 rgba(173, 182, 217, 0.08);
  box-shadow: 0 0 0 rgba(173, 182, 217, 0.08);
  color: #686868;
  height: calc(100% - 30px);
  flex-direction: column;
  padding: 0 30px 35px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 0 10px 30px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-cards_item:hover {
  -webkit-box-shadow: 0 9px 21px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 9px 21px rgba(0, 0, 0, 0.08);
  box-shadow: 0 9px 21px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.info-cards_item ul {
  margin-bottom: 30px;
  padding: 0 0 0 13px;
  list-style: none;
}
.info-cards_item ul li {
  margin-bottom: 12px;
  position: relative;
}
.info-cards_item ul li:before {
  background: #1B4576;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  opacity: 0.5;
  content: '';
  height: 6px;
  left: -13px;
  width: 6px;
  top: 0.5em;
}
.info-cards_item .buttons-group,
.info-cards_item .btn {
  margin-top: auto;
}
.info-cards_title {
  text-transform: uppercase;
  padding: 40px 30px 113px;
  line-height: 1.166666;
  font-size: 171.4285%;
  text-align: center;
  position: relative;
  font-weight: 700;
  margin: 0 -30px;
  color: #ffffff;
  z-index: 0;
}
.info-cards_title .bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.info-cards_title .bg svg {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 0;
  left: 40%;
}
.info-cards_title .bg svg path:first-child {
  fill: #1B4576;
}
.info-cards_title .bg svg #paint0_linear stop:first-child {
  stop-color: #9B1F22;
}
.info-cards_title .bg svg #paint0_linear stop:last-child {
  stop-color: #da464a;
}
.info-cards_price {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
  align-items: center;
  padding: 25px 0;
  display: flex;
}
.info-cards_price .summ {
  white-space: nowrap;
  padding-right: 15px;
  font-size: 285.714%;
  font-weight: 700;
  line-height: 1;
  color: #000000;
}
.info-cards_price .summ:before {
  background: url(../../../img/usd.svg) left top no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: 5px 8px 0 0;
  height: 28px;
  width: 14px;
  content: '';
}
.info-cards_price .desc {
  line-height: 1.2;
  color: inherit;
}
#advantages {
  position: relative;
}
#advantages .advantages-bg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}
#advantages .advantages-bg .item {
  position: absolute;
}
#advantages .advantages-bg .item.small {
  animation: rotate 120s linear infinite;
  right: -230px;
  bottom: 80px;
  z-index: 0;
}
#advantages .advantages-bg .item.small svg {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#advantages .advantages-bg .item.small rect {
  fill: #1B4576;
}
#advantages .advantages-bg .item.big {
  animation: rotate-back 120s linear infinite;
  bottom: -120px;
  right: -220px;
  z-index: 1;
}
#advantages .advantages-bg .item.big path {
  fill: url(#advantages-gradient-1) #ffffff;
}
#advantages .advantages-bg .item.big #advantages-gradient-1 {
  --color-stop: #9B1F22;
  --color-bot: #b76750;
}
.advantages_item {
  margin-bottom: 50px;
}
.advantages_item .icon {
  border-bottom: 3px solid #1B4576;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 42px;
  font-size: 24px;
  color: #9B1F22;
  width: 24px;
}
.advantages_item .icon img,
.advantages_item .icon svg {
  height: 24px;
  width: 24px;
}
.advantages_item .icon img *,
.advantages_item .icon svg * {
  fill: #9B1F22;
}
.advantages_item h3,
.advantages_item .h3 {
  font-weight: 700;
  color: #9B1F22;
}
.advantages_item p {
  color: #686868;
  font-size: 114.286%;
  line-height: 1.625;
}
.clients {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -25px;
  display: flex;
}
.clients_item {
  justify-content: center;
  align-items: center;
  margin: 0 25px 20px;
  display: flex;
  height: 125px;
  width: 125px;
}
.clients img {
  mix-blend-mode: darken;
  max-height: 100%;
  max-width: 100%;
}
a.clients_item:hover img {
  mix-blend-mode: luminosity;
}
.footer-contacts {
  padding: 25px 30px 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 114.286%;
  background: #ffffff;
  text-align: center;
  position: relative;
  line-height: 1.5;
}
.footer-contacts:before {
  background: url('../../../img/plane.svg') left top no-repeat;
  position: absolute;
  margin: -62px;
  height: 124px;
  width: 124px;
  opacity: 0.5;
  content: '';
  z-index: 0;
  left: 50%;
  top: 40%;
}
.footer-contacts * {
  position: relative;
  z-index: 1;
}
.footer-contacts .btn {
  margin-top: 15px;
}
.footer-contacts p {
  color: #686868;
}
.soc-net {
  display: flex;
}
.soc-net .item {
  background: #F4F6FE;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  vertical-align: top;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  display: block;
  height: 40px;
  width: 40px;
}
.soc-net .item:hover {
  mix-blend-mode: luminosity;
}
.soc-net .item + .item {
  margin-left: 20px;
}
.show-pass {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
  text-align: center;
  position: absolute;
  line-height: 38px;
  color: #EAEEFF;
  font-size: 24px;
  height: 38px;
  width: 24px;
  z-index: 4;
  border: 0;
  right: 0;
  top: 0;
}
.show-pass:hover,
.show-pass.active {
  color: #A1ADCD;
}
.reg-form {
  padding-bottom: 20px;
}
.reg-form .form-check input.form-check-input + .form-check-label {
  padding-left: 48px;
}
.reg-form .icon-right {
  margin-left: 10px;
  font-size: 14px;
}
.reg-form .icon-right:before {
  display: inline-block;
  margin-top: -3px;
}
.reg-form .btn-icon {
  margin-right: 20px;
  font-size: 14px;
  padding: 0 13px;
}
.reg-form .btn-icon:before {
  display: inline-block;
  margin-top: -3px;
}
.steps {
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
  display: flex;
  z-index: 1;
}
.steps .one-step {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Montserrat', serif;
  border: 5px solid #EAEEFF;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 48px;
  color: #A1ADCD;
  font-weight: 700;
  font-size: 28px;
  height: 58px;
  width: 58px;
}
.steps .one-step.current {
  border-color: #9B1F22;
  background: #9B1F22;
  color: #ffffff;
}
.steps .one-step.current:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #9B1F22;
  position: absolute;
  display: block;
  width: 100vw;
  height: 4px;
  z-index: -1;
  content: '';
  right: 0;
  top: 50%;
}
.steps .one-step.current ~ * {
  border-color: #9B1F22;
  background: #9B1F22;
  color: #ffffff;
}
.side-wrapper {
  flex: 1 1 auto;
  display: flex;
}
.left-side {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(98.69deg, #9B1F22 0%, #b76750 100%);
  padding-top: 80px;
  position: fixed;
  height: 100vh;
  width: 250px;
  z-index: 1;
  left: 0;
  top: 0;
}
.left-side_wrapper {
  justify-content: space-between;
  padding: 9px 27px 30px 30px;
  flex-direction: column;
  min-height: 100%;
  display: flex;
  width: 100%;
}
.left-side + .right-side {
  margin-left: 250px;
}
.left-side .mCustomScrollbar {
  margin-right: -1px;
  height: 100%;
}
.left-side .mCSB_container {
  min-height: 100%;
  display: flex;
}
.left-side .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: auto;
  left: 0;
}
.right-side {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-direction: column;
  padding-top: 80px;
  flex: 1 1 auto;
  display: flex;
}
.left-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-menu li {
  position: relative;
  margin-top: 55px;
}
.left-menu li.active:after {
  background: url(../../../img/left-menu-anchor.svg) left top no-repeat;
  margin: -42px 0 0 10px;
  position: absolute;
  height: 84px;
  width: 17px;
  content: '';
  left: 100%;
  top: 50%;
}
.left-menu li.active:before,
.left-menu li.active a {
  opacity: 1;
}
.left-menu li.submenu {
  white-space: nowrap;
}
.left-menu li.submenu:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ffffff;
  display: inline-block;
  margin: 11px 0 0 5px;
  border-bottom: 0;
  opacity: 0.6;
  float: right;
  content: '';
}
.left-menu li.submenu:hover:before {
  opacity: 1;
}
.left-menu li.submenu.open:before,
.left-menu li.submenu.open a {
  opacity: 1;
}
.left-menu li.submenu.open > ul {
  display: block;
}
.left-menu li.submenu.open > ul li.active > a {
  opacity: 1;
}
.left-menu li.submenu.open > ul li a {
  opacity: 0.6;
}
.left-menu li.submenu.open > ul li a:hover {
  opacity: 1;
}
.left-menu li.submenu .submenu:before {
  margin: 8px 0 0 5px;
}
.left-menu li.submenu .submenu.open:before,
.left-menu li.submenu .submenu.open > a {
  opacity: 1;
}
.left-menu li.submenu .submenu > ul {
  padding: 5px 0 0 20px;
}
.left-menu li.submenu .submenu > ul li.active > a {
  opacity: 1;
}
.left-menu li.submenu .submenu > ul li a {
  opacity: 0.6;
}
.left-menu li.submenu .submenu > ul li a:hover {
  opacity: 1;
}
.left-menu li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1.312494;
  white-space: nowrap;
  font-size: 114.286%;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.6;
}
.left-menu li a:hover {
  opacity: 1;
}
.left-menu li a .icon {
  margin-right: 10px;
  font-size: 20px;
}
.left-menu li a .icon.icon-more {
  display: inline-flex;
  margin: 0 7px 0 -1px;
}
.left-menu li a .icon.icon-more span {
  border: 1px solid #ffffff;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 1px;
  height: 7px;
  width: 7px;
}
.left-menu li a .icon.icon-more span:first-child {
  background: #ffffff;
}
.left-menu li a span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
}
.left-menu li ul {
  padding: 14px 0 0 30px;
  list-style: none;
  display: none;
  margin: 0;
}
.left-menu li ul li {
  margin-top: 16px;
}
.left-menu li ul li a {
  line-height: 1.312494;
  white-space: normal;
  font-weight: 400;
  font-size: 100%;
}
.icon-calendare {
  font-size: 20px !important;
}
.view-type {
  border-color: #F4F6FE !important;
  background: #F4F6FE !important;
  color: #A1ADCD !important;
}
.view-type:hover,
.view-type.active {
  color: #9B1F22 !important;
}
.btn[class*='view-type'] {
  padding: 0 9px;
}
.btn[class*='view-type']:first-child {
  padding-right: 7px;
}
.btn[class*='view-type']:last-child {
  padding-left: 7px;
}
.view-type-box,
.table-wrapper {
  display: none;
}
.view-type-box.active,
.table-wrapper.active {
  display: block;
}
.view-type-box.tile .card.bordered,
.table-wrapper.tile .card.bordered {
  height: calc(100% - 30px);
}
.view-type-box table,
.table-wrapper table {
  width: 100%;
}
.view-type-box table thead th,
.table-wrapper table thead th {
  border-bottom: 2px solid rgba(208, 214, 251, 0.6);
  font-weight: 500;
  border-top: 0;
}
.view-type-box table tbody tr:hover td,
.table-wrapper table tbody tr:hover td {
  background: #F4F6FE;
}
.view-type-box table tbody tr:hover td:first-child,
.table-wrapper table tbody tr:hover td:first-child {
  border-left-color: #A1ADCD;
}
.view-type-box table tbody tr:hover td .icon-view,
.table-wrapper table tbody tr:hover td .icon-view {
  opacity: 1;
}
.view-type-box table th,
.table-wrapper table th,
.view-type-box table td,
.table-wrapper table td {
  border-bottom: 1px solid rgba(198, 203, 250, 0.3);
  vertical-align: middle;
  line-height: 1.7;
  padding: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-type-box table th:first-child,
.table-wrapper table th:first-child,
.view-type-box table td:first-child,
.table-wrapper table td:first-child {
  padding-left: 20px;
}
.view-type-box table th,
.table-wrapper table th {
  color: #686868;
  font-weight: 400;
  height: 47px;
}
.view-type-box table td,
.table-wrapper table td {
  height: 64px;
}
.view-type-box table td:first-child,
.table-wrapper table td:first-child {
  border-left: 4px solid transparent;
}
.view-type-box table td b,
.table-wrapper table td b {
  font-weight: 500;
}
.view-type-box table .icon-box,
.table-wrapper table .icon-box {
  padding: 20px 20px 20px 0;
  width: 24px;
}
.view-type-box table .icon-view,
.table-wrapper table .icon-view {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 24px;
  opacity: 0;
}
.table-wrapper {
  display: block !important;
}
.status {
  white-space: nowrap;
}
.status:before {
  background: #F4F6FE;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
  content: '';
  height: 8px;
  width: 8px;
  top: -1px;
}
.status.new {
  color: #03A9F4;
}
.status.new:before {
  background: #03A9F4;
}
.status.resolved {
  color: #4DBC8B;
}
.status.resolved:before {
  background: #4DBC8B;
}
.status.rejected {
  color: #FD1F3A;
}
.status.rejected:before {
  background: #FD1F3A;
}
.status.in-progress {
  color: #7E72F2;
}
.status.in-progress:before {
  background: #7E72F2;
}
.card {
  border: 0;
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid #EAEEFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card:hover .info-header {
  background: #F4F6FE;
  border-color: #EAEEFF;
}
.card:hover .card_icon {
  width: 39px;
}
.card.bordered {
  border: 1px solid #EAEEFF;
  padding: 20px 20px 15px;
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.card.bordered .info-header {
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.card.bordered .partners_logo {
  border-bottom: 1px solid #EAEEFF;
  margin: -20px -20px 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
  height: 170px;
}
.card.bordered .partners_logo img {
  max-height: 100%;
  max-width: 100%;
}
.card.bordered h4,
.card.bordered .h4 {
  font-size: 85.714%;
  font-weight: 400;
}
.card_icon {
  color: #9B1F22;
}
.card_title {
  font-size: 128.5715%;
  align-items: center;
  line-height: 1.78;
  display: flex;
  color: #000000;
}
.card_icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 32px;
  overflow: hidden;
  font-size: 24px;
  height: 32px;
  width: 0px;
}
.card_icon:before {
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.card_subtitle {
  color: #686868;
  font-size: 87%;
}
.card_content {
  line-height: 1.71;
  color: #000000;
}
.card_content + .card_subtitle {
  margin-top: 12px;
}
.card .info-header {
  border-bottom: 1px solid rgba(234, 238, 255, 0.5);
  justify-content: space-between;
  margin: -20px -20px 13px;
  padding: 17px 20px 13px;
  align-items: center;
  display: flex;
}
.card .info-header .status {
  margin-left: auto;
}
.partners_code {
  border: 1px solid #EAEEFF;
  display: inline-block;
  font-size: 128.5715%;
  margin: 0 auto 13px;
  text-align: center;
  font-weight: 700;
  min-width: 145px;
  padding: 4px 8px;
}
.promo_title {
  border-bottom: 1px solid #EAEEFF;
  margin: -20px -20px 15px;
  padding: 13px 20px 9px;
  font-size: 128.5715%;
  font-weight: 700;
}
.promo_row {
  margin-bottom: 10px;
  display: flex;
}
.promo_col {
  width: 100%;
}
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #EAEEFF;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-top: 1px solid #EAEEFF;
  margin-top: -1px;
}
.accordion *[data-toggle="collapse"]:not(.btn) {
  justify-content: space-between;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
  padding-right: 18px;
  display: flex;
  color: #000000;
}
.accordion *[data-toggle="collapse"]:not(.btn):after {
  transform: rotate(45deg) translate(-50%, -75%);
  border-color: #cccccc;
  border-width: 0 1px 1px 0;
  transform-origin: center;
  border-style: solid;
  position: absolute;
  display: block;
  content: '';
  height: 9px;
  width: 9px;
  z-index: 1;
  right: 5px;
  top: 50%;
}
.accordion *[data-toggle="collapse"]:not(.btn)[aria-expanded="true"] {
  color: #9B1F22;
}
.accordion *[data-toggle="collapse"]:not(.btn)[aria-expanded="true"]:after {
  transform: rotate(-135deg) translate(10%, 35%);
}
.info-header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.question-detail tr:hover th,
.question-detail tr:hover td {
  background: #F4F6FE;
}
.question-detail th:first-child,
.question-detail td:first-child {
  width: 286px;
}
.goals-table th:first-child,
.goals-table td:first-child {
  width: 126px;
}
.goals-form {
  border: 1px solid #A1ADCD;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 30px;
}
.goals-form.checklist {
  padding: 10px 20px 18px 14px;
}
.goals-form.checklist:hover .btn-remove {
  opacity: 1;
}
.goals-form.checklist .btn-remove {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.goals-form label.form-check[for] {
  cursor: pointer;
}
.goals-form label.form-check[for] .icon {
  background: transparent;
}
.goals-form .form-check {
  border: 3px solid #d0d9ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  position: relative;
  margin: 4px 0 0;
  color: #ffffff;
  height: 24px;
  width: 24px;
}
.goals-form .form-check.big {
  height: 32px;
  width: 32px;
}
.goals-form .form-check.big .icon {
  line-height: 23px;
  font-size: 32px;
}
.goals-form .form-check .icon {
  background: #d0d9ff;
  justify-content: center;
  flex-direction: column;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  line-height: 17px;
  font-size: 20px;
  height: inherit;
  width: inherit;
  display: flex;
  left: 50%;
  top: 50%;
}
.goals-form .form-check .icon:not(.icon-yes):before,
.goals-form .form-check .icon:not(.icon-yes):after {
  background: #ffffff;
  display: block;
  margin: 2px 0;
  content: '';
  height: 3px;
  width: 15px;
}
.goals-form *:not(.form-check) > .icon:before {
  vertical-align: text-top;
  position: relative;
  top: 1px;
}
.goals-form *:not(.form-check) > .icon.icon-calendare {
  font-size: 16px !important;
}
input:checked + .goals-form {
  background: rgba(77, 188, 139, 0.1);
  border-color: #4DBC8B;
}
input:checked + .goals-form .form-check {
  border-color: #4DBC8B;
  background: #4DBC8B;
}
input:checked + .goals-form .bg-ghost-white {
  background: #ffffff !important;
}
input:checked + .goals-form .btn-light:not(:hover) {
  background: #ffffff;
}
.goals-form input + .goals-form {
  border-color: transparent !important;
  background: transparent !important;
  padding: 0 0 13px;
}
.goals-form input + .goals-form .js-height-content {
  margin-top: 5px;
  padding: 0;
  border: 0;
}
.goals-form input:checked + .goals-form .js-height-content {
  text-decoration: line-through;
}
.goals-form input:checked + .goals-form .bg-ghost-white {
  background: #F4F6FE !important;
}
input:checked + .goals-form input:checked + .goals-form .bg-ghost-white {
  background: #ffffff !important;
}
.numeric-list {
  counter-reset: list;
  padding-bottom: 12px;
}
.numeric-list_item {
  padding-left: 36px;
  position: relative;
}
.numeric-list_item:not(:only-child):before {
  left: 0;
  top: 10px;
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  font-size: 128.5715%;
  counter-increment: list;
  content: counter(list) '.';
}
.numeric-list_item + .numeric-list_item {
  margin-top: 20px;
}
.numeric-list.projects .font-weight-medium {
  font-size: 15px;
}
.numeric-list.projects .icon-list-outline {
  font-size: 20px;
}
.numeric-list.projects input:checked + .goals-form .form-check.big:not([for]) {
  background: transparent;
  opacity: 0.5;
}
.numeric-list.projects input:checked + .goals-form .form-check.big:not([for]) .icon {
  background: transparent;
  font-size: 30px;
  margin: 1px 0 0;
  color: #4DBC8B;
}
.noUiSliderVal {
  font-size: 257.143%;
  line-height: 1.167;
  font-weight: 700;
}
.noUiSliderVal:after {
  content: '%';
}
.noUi-horizontal {
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 6px;
  border: 0;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #EAEEFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 32px;
  font-weight: 700;
  padding: 0 15px;
  color: #9B1F22;
  height: 32px;
  bottom: auto;
  opacity: 0;
  border: 0;
  top: 150%;
}
.noUi-horizontal .noUi-tooltip:before {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #EAEEFF;
  position: absolute;
  margin-left: -4px;
  border-top: 0;
  bottom: 100%;
  content: '';
  left: 50%;
}
.noUi-horizontal .noUi-tooltip:after {
  content: '%';
}
.noUi-horizontal .noUi-handle {
  border-color: #bebebe;
  background: #fbfbfb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  height: 14px;
  width: 14px;
  right: -7px;
  top: -4px;
}
.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  display: none;
}
.noUi-horizontal .noUi-handle:hover .noUi-tooltip {
  opacity: 1;
}
.noUi-connect,
[disabled] .noUi-connect {
  background: #9B1F22;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
[disabled] .noUi-origin {
  display: none;
}
.columnchart_table {
  margin-bottom: 42px;
  position: relative;
}
.columnchart_table-label {
  color: #bec6e1;
  text-align: center;
  position: absolute;
  opacity: 0.9;
}
.columnchart_table-rows {
  position: relative;
  margin-left: 35px;
  z-index: 0;
}
.columnchart_table-row {
  background: #d0d9ff;
  position: relative;
  height: 1px;
  width: 100%;
}
.columnchart_table-row.light {
  background: #F4F6FE;
  margin: 20px 0;
}
.columnchart_table-row .columnchart_table-label {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-right: 10px;
  text-align: left;
  width: 25px;
  left: -35px;
  top: 50%;
}
.columnchart_table-cols {
  position: absolute;
  bottom: -40px;
  z-index: 1;
  left: 35px;
  right: 0;
  top: 0;
}
.columnchart_table-cols-wrapper {
  padding-bottom: 40px;
  align-items: stretch;
  min-width: 100%;
  display: flex;
  height: 100%;
}
.columnchart_table-cols .mCSB_container {
  height: 100%;
}
.columnchart_table-col {
  flex-direction: column;
  margin: 0 auto -31px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
}
.columnchart_table-col.current {
  background: rgba(173, 182, 217, 0.25);
}
.columnchart_table-col .columnchart_table-label {
  position: relative;
  margin-top: 10px;
}
.columnchart_table-vals {
  align-items: flex-end;
  flex-direction: row;
  flex: 1 1 100%;
  display: flex;
}
.columnchart_table-val {
  min-height: 3px;
  margin: 0 1px;
  height: 100%;
  width: 8px;
}
.columnchart_table-val[data-progress="100"] {
  height: 100%;
}
.columnchart_table-val[data-progress="99"] {
  height: 99%;
}
.columnchart_table-val[data-progress="98"] {
  height: 98%;
}
.columnchart_table-val[data-progress="97"] {
  height: 97%;
}
.columnchart_table-val[data-progress="96"] {
  height: 96%;
}
.columnchart_table-val[data-progress="95"] {
  height: 95%;
}
.columnchart_table-val[data-progress="94"] {
  height: 94%;
}
.columnchart_table-val[data-progress="93"] {
  height: 93%;
}
.columnchart_table-val[data-progress="92"] {
  height: 92%;
}
.columnchart_table-val[data-progress="91"] {
  height: 91%;
}
.columnchart_table-val[data-progress="90"] {
  height: 90%;
}
.columnchart_table-val[data-progress="89"] {
  height: 89%;
}
.columnchart_table-val[data-progress="88"] {
  height: 88%;
}
.columnchart_table-val[data-progress="87"] {
  height: 87%;
}
.columnchart_table-val[data-progress="86"] {
  height: 86%;
}
.columnchart_table-val[data-progress="85"] {
  height: 85%;
}
.columnchart_table-val[data-progress="84"] {
  height: 84%;
}
.columnchart_table-val[data-progress="83"] {
  height: 83%;
}
.columnchart_table-val[data-progress="82"] {
  height: 82%;
}
.columnchart_table-val[data-progress="81"] {
  height: 81%;
}
.columnchart_table-val[data-progress="80"] {
  height: 80%;
}
.columnchart_table-val[data-progress="79"] {
  height: 79%;
}
.columnchart_table-val[data-progress="78"] {
  height: 78%;
}
.columnchart_table-val[data-progress="77"] {
  height: 77%;
}
.columnchart_table-val[data-progress="76"] {
  height: 76%;
}
.columnchart_table-val[data-progress="75"] {
  height: 75%;
}
.columnchart_table-val[data-progress="74"] {
  height: 74%;
}
.columnchart_table-val[data-progress="73"] {
  height: 73%;
}
.columnchart_table-val[data-progress="72"] {
  height: 72%;
}
.columnchart_table-val[data-progress="71"] {
  height: 71%;
}
.columnchart_table-val[data-progress="70"] {
  height: 70%;
}
.columnchart_table-val[data-progress="69"] {
  height: 69%;
}
.columnchart_table-val[data-progress="68"] {
  height: 68%;
}
.columnchart_table-val[data-progress="67"] {
  height: 67%;
}
.columnchart_table-val[data-progress="66"] {
  height: 66%;
}
.columnchart_table-val[data-progress="65"] {
  height: 65%;
}
.columnchart_table-val[data-progress="64"] {
  height: 64%;
}
.columnchart_table-val[data-progress="63"] {
  height: 63%;
}
.columnchart_table-val[data-progress="62"] {
  height: 62%;
}
.columnchart_table-val[data-progress="61"] {
  height: 61%;
}
.columnchart_table-val[data-progress="60"] {
  height: 60%;
}
.columnchart_table-val[data-progress="59"] {
  height: 59%;
}
.columnchart_table-val[data-progress="58"] {
  height: 58%;
}
.columnchart_table-val[data-progress="57"] {
  height: 57%;
}
.columnchart_table-val[data-progress="56"] {
  height: 56%;
}
.columnchart_table-val[data-progress="55"] {
  height: 55%;
}
.columnchart_table-val[data-progress="54"] {
  height: 54%;
}
.columnchart_table-val[data-progress="53"] {
  height: 53%;
}
.columnchart_table-val[data-progress="52"] {
  height: 52%;
}
.columnchart_table-val[data-progress="51"] {
  height: 51%;
}
.columnchart_table-val[data-progress="50"] {
  height: 50%;
}
.columnchart_table-val[data-progress="49"] {
  height: 49%;
}
.columnchart_table-val[data-progress="48"] {
  height: 48%;
}
.columnchart_table-val[data-progress="47"] {
  height: 47%;
}
.columnchart_table-val[data-progress="46"] {
  height: 46%;
}
.columnchart_table-val[data-progress="45"] {
  height: 45%;
}
.columnchart_table-val[data-progress="44"] {
  height: 44%;
}
.columnchart_table-val[data-progress="43"] {
  height: 43%;
}
.columnchart_table-val[data-progress="42"] {
  height: 42%;
}
.columnchart_table-val[data-progress="41"] {
  height: 41%;
}
.columnchart_table-val[data-progress="40"] {
  height: 40%;
}
.columnchart_table-val[data-progress="39"] {
  height: 39%;
}
.columnchart_table-val[data-progress="38"] {
  height: 38%;
}
.columnchart_table-val[data-progress="37"] {
  height: 37%;
}
.columnchart_table-val[data-progress="36"] {
  height: 36%;
}
.columnchart_table-val[data-progress="35"] {
  height: 35%;
}
.columnchart_table-val[data-progress="34"] {
  height: 34%;
}
.columnchart_table-val[data-progress="33"] {
  height: 33%;
}
.columnchart_table-val[data-progress="32"] {
  height: 32%;
}
.columnchart_table-val[data-progress="31"] {
  height: 31%;
}
.columnchart_table-val[data-progress="30"] {
  height: 30%;
}
.columnchart_table-val[data-progress="29"] {
  height: 29%;
}
.columnchart_table-val[data-progress="28"] {
  height: 28%;
}
.columnchart_table-val[data-progress="27"] {
  height: 27%;
}
.columnchart_table-val[data-progress="26"] {
  height: 26%;
}
.columnchart_table-val[data-progress="25"] {
  height: 25%;
}
.columnchart_table-val[data-progress="24"] {
  height: 24%;
}
.columnchart_table-val[data-progress="23"] {
  height: 23%;
}
.columnchart_table-val[data-progress="22"] {
  height: 22%;
}
.columnchart_table-val[data-progress="21"] {
  height: 21%;
}
.columnchart_table-val[data-progress="20"] {
  height: 20%;
}
.columnchart_table-val[data-progress="19"] {
  height: 19%;
}
.columnchart_table-val[data-progress="18"] {
  height: 18%;
}
.columnchart_table-val[data-progress="17"] {
  height: 17%;
}
.columnchart_table-val[data-progress="16"] {
  height: 16%;
}
.columnchart_table-val[data-progress="15"] {
  height: 15%;
}
.columnchart_table-val[data-progress="14"] {
  height: 14%;
}
.columnchart_table-val[data-progress="13"] {
  height: 13%;
}
.columnchart_table-val[data-progress="12"] {
  height: 12%;
}
.columnchart_table-val[data-progress="11"] {
  height: 11%;
}
.columnchart_table-val[data-progress="10"] {
  height: 10%;
}
.columnchart_table-val[data-progress="9"] {
  height: 9%;
}
.columnchart_table-val[data-progress="8"] {
  height: 8%;
}
.columnchart_table-val[data-progress="7"] {
  height: 7%;
}
.columnchart_table-val[data-progress="6"] {
  height: 6%;
}
.columnchart_table-val[data-progress="5"] {
  height: 5%;
}
.columnchart_table-val[data-progress="4"] {
  height: 4%;
}
.columnchart_table-val[data-progress="3"] {
  height: 3%;
}
.columnchart_table-val[data-progress="2"] {
  height: 2%;
}
.columnchart_table-val[data-progress="1"] {
  height: 1%;
}
.columnchart_table-val[data-progress="0"] {
  height: 0%;
}
.columnchart_table-val.purple {
  background: #7E72F2;
}
.columnchart_table-val.blue {
  background: #03A9F4;
}
.columnchart_table-val.orange {
  background: #ffc107;
}
.columnchart_table-val.green {
  background: #4DBC8B;
}
.columnchart_table-val.red {
  background: #FD1F3A;
}
.columnchart_legend {
  background: rgba(173, 182, 217, 0.25);
  padding: 30px 20px;
}
.columnchart_legend-item {
  padding-left: 17px;
  position: relative;
}
.columnchart_legend-item.purple:before {
  background: #7E72F2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 12px;
  width: 12px;
  content: '';
  top: 4px;
  left: 0;
}
.columnchart_legend-item.blue:before {
  background: #03A9F4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 12px;
  width: 12px;
  content: '';
  top: 4px;
  left: 0;
}
.columnchart_legend-item.orange:before {
  background: #ffc107;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 12px;
  width: 12px;
  content: '';
  top: 4px;
  left: 0;
}
.columnchart_legend-item.green:before {
  background: #4DBC8B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 12px;
  width: 12px;
  content: '';
  top: 4px;
  left: 0;
}
.columnchart_legend-item.red:before {
  background: #FD1F3A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 12px;
  width: 12px;
  content: '';
  top: 4px;
  left: 0;
}
.columnchart_legend-item + * {
  margin-top: 15px;
}
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin: 0;
}
.add-item {
  justify-content: center;
  margin: 18px 0 22.5px;
  align-items: center;
  display: flex;
}
.add-item:before,
.add-item:after {
  background: #EAEEFF;
  margin: 0 20px;
  flex: 1 1 auto;
  opacity: 0.5;
  height: 1px;
  content: '';
}
.add-item:before {
  margin-left: 0;
}
.add-item:after {
  margin-right: 0;
}
.nav-tabs {
  display: inline-flex;
}
.nav-tabs .nav-item:not(:last-child) {
  margin-right: 30px;
}
.nav-tabs .nav-link {
  border: 0;
  opacity: 0.6;
  color: #9B1F22;
  font-weight: 500;
  font-size: 114.286%;
  padding: 13px 0 10px;
  border-bottom: 3px solid transparent;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  opacity: 1;
}
.nav-tabs .nav-link.active {
  border-color: #9B1F22;
  color: #9B1F22;
  opacity: 1;
}
.left-side-menu-wrapper {
  margin: 0 -15px;
  display: none;
}
.left-side-menu-sandwich {
  background: #9B1F22;
  line-height: inherit;
  border: 0 !important;
  font-size: inherit;
  font-weight: 700;
  overflow: hidden;
  padding: 20px 0;
  display: block;
  margin: 0;
}
.left-side-menu-sandwich:after {
  display: table;
  content: '';
  clear: both;
}
.left-side-menu-sandwich label {
  margin: 0;
}
.left-side-menu-sandwich .sandwich-text {
  vertical-align: middle;
  display: inline-block;
  line-height: inherit;
  color: #ffffff;
  margin: 0;
}
.left-side-menu-sandwich-wrapper {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  height: 16px;
  width: 24px;
}
.left-side-menu-sandwich-wrapper span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  left: 0;
}
.left-side-menu-sandwich-wrapper span:nth-child(1) {
  top: 0;
}
.left-side-menu-sandwich-wrapper span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.left-side-menu-sandwich-wrapper span:nth-child(3) {
  bottom: 0;
}
.left-side-menu-sandwich.active {
  text-align: right;
  color: #9B1F22;
  height: auto;
  width: 100%;
}
.left-side-menu-sandwich.active span {
  background-color: #9B1F22;
}
.left-side-menu-sandwich.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.left-side-menu-sandwich.active span:nth-child(2) {
  margin-left: 50%;
  width: 0;
}
.left-side-menu-sandwich.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
*[aria-expanded="false"] .hide {
  display: none;
}
*[aria-expanded="true"] .show {
  display: none;
}
.e404 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #F4F6FE;
  text-align: center;
  position: relative;
  margin-top: 100px;
  font-weight: 700;
  font-size: 550px;
  line-height: 0;
  z-index: 1;
}
.answers-list__item {
  display: flex;
  margin-bottom: 35px;
}
.answers-list__ava {
  display: block;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  margin-right: 15px;
}
.answers-list__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7px;
}
.answers-list__title b {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-right: 8px;
}
.answers-list__title span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(134, 134, 134, 0.65);
}
.answers-list__main p {
  color: #868686;
  line-height: 1.5;
  margin-bottom: 0px;
}
.w140 {
  width: 140px;
}
.poweredBy {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none!important;
  display: inline-block;
  margin-bottom: 14px;
  color: #868686;
  position: relative;
  font-size: 10px;
  opacity: 0.5;
  width: 137px;
}
.poweredBy[href]:hover {
  color: #868686;
  opacity: 0.7;
}
.poweredBy.white {
  color: #ffffff;
}
.poweredBy.white[href]:hover {
  color: #ffffff;
}
.poweredBy.white svg * {
  fill: #ffffff;
}
.poweredBy svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: auto;
  width: 100%;
}
.poweredBy svg * {
  fill: #868686;
}
.rounded {
  border-radius: 12px !important;
}
@media (max-width: 575px) {
  body.modal-open {
    padding-right: 0 !important;
  }
  h1.promo,
  .h1.promo {
    font-size: 228.5715%;
  }
  .box.wide header .btn.btn-light {
    background: #9B1F22;
    color: #ffffff;
  }
  .box.lk .logo-wrapper {
    width: 87px;
  }
  .box.lk .logo-wrapper .logo {
    margin: 11px 22px 1px;
    height: 43px;
    width: 43px;
  }
  .logo {
    max-width: 125px;
  }
  .logo-btn {
    display: inline-flex;
  }
  .logo-back {
    display: block;
  }
  .top-menu {
    display: none;
  }
  #start {
    padding: 120px 0;
  }
  #start .your-team {
    display: none;
  }
  #services .services-bg {
    display: none;
  }
  .info-cards_item {
    padding: 0 15px 20px;
    margin: 0 0 30px;
  }
  .info-cards_price .summ {
    padding-right: 10px;
  }
  .info-cards_price .summ:before {
    margin-right: 0;
  }
  .info-cards_price .desc {
    font-size: 90%;
  }
  #advantages .advantages-bg {
    display: none;
  }
  .clients {
    margin: 0 -15px;
  }
  .clients_item {
    margin: 0 15px 20px;
  }
  footer .phone,
  footer .email,
  footer .address {
    display: inline-block;
    text-align: left;
  }
  .soc-net {
    justify-content: center;
  }
  .modal .modal-dialog {
    margin: 0;
  }
  .modal .modal-dialog.modal-sm .modal-header .close {
    bottom: 100%;
    top: auto;
  }
  .modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal .modal-header,
  .modal .modal-body,
  .modal .modal-footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal .modal-header {
    z-index: 1;
  }
  .modal .modal-header .close {
    bottom: auto;
    margin: 8px;
    left: auto;
    right: 0;
    top: 0;
  }
  .left-side {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    transition-delay: 100ms;
  }
  .left-side + .right-side {
    transition-delay: 100ms;
    margin-left: 0;
  }
  table thead,
  table th {
    display: none;
  }
  table tbody,
  table tr,
  table td {
    display: block;
  }
  table tbody tr {
    border-bottom: 1px solid rgba(198, 203, 250, 0.3);
    padding: 5px 0;
  }
  table tbody tr:after {
    display: table;
    content: '';
    clear: both;
  }
  table tbody tr:hover td {
    background: transparent;
  }
  table th,
  table td {
    border-bottom: 0;
    line-height: 1.5;
    padding: 5px 0;
  }
  table th[data-title]:before,
  table td[data-title]:before {
    content: attr(data-title) ': ';
    color: #686868;
    line-height: 1.16667;
    font-size: 85.714%;
    margin-right: 3px;
  }
  table th:first-child,
  table td:first-child {
    padding-left: 0;
    border-left: 0;
  }
  table th {
    padding-bottom: 0;
  }
  table .table-status {
    float: left;
  }
  table .icon-box {
    padding: 5px 0;
    height: 31px;
    float: right;
    width: auto;
  }
  table .icon-view {
    opacity: 1;
  }
  table .icon-view:before {
    vertical-align: top;
    line-height: 21px;
    display: block;
  }
  .question-detail {
    border-bottom: 1px solid rgba(198, 203, 250, 0.3);
  }
  .question-detail tr {
    border-bottom: 0;
    padding: 4px 0;
  }
  .question-detail td {
    padding: 4px 0 !important;
  }
  .view-type {
    display: none;
  }
  .view-type-box.table,
  .table-wrapper.table {
    display: none;
  }
  .view-type-box.tile,
  .table-wrapper.tile {
    display: block;
  }
  .view-type-box.tile .row > *:last-child .card.bordered,
  .table-wrapper.tile .row > *:last-child .card.bordered {
    margin-bottom: 0;
    height: 100%;
  }
  .view-type-box table tbody tr:hover td,
  .table-wrapper table tbody tr:hover td,
  .view-type-box table tbody tr:hover td:first-child,
  .table-wrapper table tbody tr:hover td:first-child {
    background: transparent;
  }
  .view-type-box table th:first-child,
  .table-wrapper table th:first-child,
  .view-type-box table td:first-child,
  .table-wrapper table td:first-child {
    padding-left: 0;
  }
  .view-type-box table td,
  .table-wrapper table td {
    border-bottom: 0;
    padding: 8px 0;
    border-top: 0;
    height: auto;
  }
  .view-type-box table td:first-child,
  .table-wrapper table td:first-child {
    border-left: 0;
  }
  .view-type-box table td.text-gray,
  .table-wrapper table td.text-gray {
    padding-top: 0;
  }
  .view-type-box table .icon-box,
  .table-wrapper table .icon-box {
    padding: 8px 0;
  }
  .goals-form {
    padding: 15px 20px;
  }
  .goals-form.checklist {
    padding: 10px;
  }
  .goals-form.checklist .btn-remove {
    line-height: 28px;
    font-size: 18px;
    padding: 0 5px;
    height: 30px;
  }
  .goals-form .form-material {
    margin-bottom: 16px;
  }
  .goals-form .form-check.big {
    height: 20px;
    width: 20px;
  }
  .goals-form .form-check.big .icon {
    line-height: 14px;
    font-size: 20px;
  }
  .goals-form .btn-responsive {
    padding: 0 15px;
  }
  .goals-table th:first-child,
  .goals-table td:first-child {
    width: auto;
  }
  .numeric-list_item {
    padding-left: 25px;
  }
  .numeric-list_item:only-child {
    padding-left: 0;
  }
  .noUiSlider {
    margin-bottom: 17px;
  }
  .left-side-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 90px 15px 30px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    margin-bottom: 30px;
    background: #ffffff;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
  }
  .left-side-menu.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .left-side-menu .nav-tabs {
    border-bottom: 0;
  }
  .left-side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .left-side-menu ul li + li {
    margin-top: 15px;
  }
  .left-side-menu ul li.active a {
    color: #9B1F22;
  }
  .left-side-menu ul li.active a:before {
    margin-right: 10px;
    position: absolute;
    font-size: 135.3%;
    line-height: 0.8;
    color: inherit;
    content: '—';
    right: 100%;
    top: 0;
  }
  .left-side-menu ul li a {
    position: relative;
    line-height: 1.2;
    font-size: 17px;
    color: #000000;
    border: 0;
  }
  .left-side-menu ul li a:hover,
  .left-side-menu ul li a:active,
  .left-side-menu ul li a.active {
    color: #9B1F22;
  }
  .left-side-menu-wrapper {
    display: block;
  }
  .e404 {
    margin-top: 50px;
    font-size: 180px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body.modal-open {
    padding-right: 0 !important;
  }
  h1.promo,
  .h1.promo {
    font-size: 228.5715%;
  }
  .box.wide header .btn.btn-light {
    background: #9B1F22;
    color: #ffffff;
  }
  .box.lk .logo-wrapper {
    width: 87px;
  }
  .box.lk .logo-wrapper .logo {
    margin: 11px 22px 1px;
    height: 43px;
    width: 43px;
  }
  .logo {
    max-width: 125px;
  }
  .logo-btn {
    display: inline-flex;
  }
  .logo-back {
    display: block;
  }
  .top-menu {
    display: none;
  }
  #start {
    padding: 120px 0;
  }
  #start .your-team {
    display: none;
  }
  #services .services-bg {
    display: none;
  }
  .info-cards_item {
    padding: 0 15px 20px;
    margin: 0 0 30px;
  }
  .info-cards_price .summ {
    padding-right: 10px;
  }
  .info-cards_price .summ:before {
    margin-right: 0;
  }
  .info-cards_price .desc {
    font-size: 90%;
  }
  #advantages .advantages-bg {
    display: none;
  }
  .clients {
    margin: 0 -15px;
  }
  .clients_item {
    margin: 0 15px 20px;
  }
  footer .phone,
  footer .email,
  footer .address {
    display: inline-block;
    text-align: left;
  }
  .soc-net {
    justify-content: center;
  }
  .modal .modal-dialog {
    margin: 0;
  }
  .modal .modal-dialog.modal-sm .modal-header .close {
    bottom: 100%;
    top: auto;
  }
  .modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal .modal-header,
  .modal .modal-body,
  .modal .modal-footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal .modal-header {
    z-index: 1;
  }
  .modal .modal-header .close {
    bottom: auto;
    margin: 8px;
    left: auto;
    right: 0;
    top: 0;
  }
  .left-side {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    transition-delay: 100ms;
  }
  .left-side + .right-side {
    transition-delay: 100ms;
    margin-left: 0;
  }
  table thead,
  table th {
    display: none;
  }
  table tbody,
  table tr,
  table td {
    display: block;
  }
  table tbody tr {
    border-bottom: 1px solid rgba(198, 203, 250, 0.3);
    padding: 5px 0;
  }
  table tbody tr:after {
    display: table;
    content: '';
    clear: both;
  }
  table tbody tr:hover td {
    background: transparent;
  }
  table th,
  table td {
    border-bottom: 0;
    line-height: 1.5;
    padding: 5px 0;
  }
  table th[data-title]:before,
  table td[data-title]:before {
    content: attr(data-title) ': ';
    color: #686868;
    line-height: 1.16667;
    font-size: 85.714%;
    margin-right: 3px;
  }
  table th:first-child,
  table td:first-child {
    padding-left: 0;
    border-left: 0;
  }
  table th {
    padding-bottom: 0;
  }
  table .table-status {
    float: left;
  }
  table .icon-box {
    padding: 5px 0;
    height: 31px;
    float: right;
    width: auto;
  }
  table .icon-view {
    opacity: 1;
  }
  table .icon-view:before {
    vertical-align: top;
    line-height: 21px;
    display: block;
  }
  .question-detail {
    border-bottom: 1px solid rgba(198, 203, 250, 0.3);
  }
  .question-detail tr {
    border-bottom: 0;
  }
  .view-type {
    display: none;
  }
  .view-type-box.table {
    display: none;
  }
  .view-type-box.tile {
    display: block;
  }
  .view-type-box.tile .row > *:last-child .card.bordered {
    margin-bottom: 0;
    height: 100%;
  }
  .goals-form {
    padding: 10px 20px 15px;
  }
  .numeric-list_item {
    padding-left: 25px;
  }
  .e404 {
    margin-top: 50px;
    font-size: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box.wide footer .second-line {
    margin-bottom: -56px;
  }
  .box.lk header {
    padding-right: 15px;
  }
  .box.lk header .logo {
    margin: 12px 16px;
    width: 55px;
  }
  .logo {
    height: 55px;
  }
  .top-menu {
    padding-left: 15px;
  }
  .top-menu .item + .item {
    margin-left: 20px;
  }
  .info-cards_item {
    padding: 0 15px 20px;
    margin: 0 0 30px;
  }
  .info-cards_title {
    padding: 30px 15px 85px 15px;
    font-size: 150%;
    margin: 0 -15px;
  }
  .info-cards_title .bg svg {
    left: 15%;
  }
  .info-cards_price {
    text-align: center;
    display: block;
  }
  .info-cards_price .summ {
    margin-bottom: 10px;
  }
  #start .team-box,
  #start .circle-box .circle,
  #start .circle-box .text {
    display: none;
  }
  #advantages .advantages-bg {
    display: none;
  }
  .left-side {
    width: 86px;
  }
  .left-side.focus {
    width: 250px;
  }
  .left-side.focus .left-menu li.submenu:before {
    display: inline-block;
  }
  .left-side.focus .left-menu li.submenu.open ul {
    display: block;
  }
  .left-side.focus .left-menu li.submenu.open > a {
    opacity: 1;
  }
  .left-side.focus .left-menu li a span {
    max-width: 200px;
  }
  .left-side.focus + .right-side {
    -webkit-transform: translate(163px, 0);
    -moz-transform: translate(163px, 0);
    -ms-transform: translate(163px, 0);
    -o-transform: translate(163px, 0);
    transform: translate(163px, 0);
  }
  .left-side + .right-side {
    margin-left: 87px;
  }
  .left-menu {
    display: inline-block;
  }
  .left-menu li.submenu:before {
    display: none;
  }
  .left-menu li.submenu.open ul {
    display: none;
  }
  .left-menu li.submenu.open a {
    opacity: 0.6;
  }
  .left-menu li a span {
    max-width: 0px;
  }
  table th,
  table td {
    font-size: 85.714%;
    padding: 4px 3px;
  }
  table th:first-child,
  table td:first-child {
    padding-left: 4px;
  }
  table .icon-box {
    padding-right: 6px;
  }
  .view-type {
    display: none;
  }
  .view-type-box.table {
    display: none;
  }
  .view-type-box.tile {
    display: block;
  }
  .goals-form {
    padding: 10px 20px 20px;
  }
  .numeric-list_item {
    padding-left: 25px;
  }
  .e404 {
    font-size: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box.wide footer .second-line {
    margin-bottom: -56px;
  }
  .box.lk header {
    padding-right: 15px;
  }
  .top-menu {
    padding-left: 15px;
  }
  .top-menu .item + .item {
    margin-left: 20px;
  }
  .info-cards_item {
    padding: 0 15px 20px;
    margin: 0 0 30px;
  }
  .info-cards_title {
    padding: 30px 15px 85px 15px;
    font-size: 150%;
    margin: 0 -15px;
  }
  .info-cards_title .bg svg {
    left: 15%;
  }
  .info-cards_price {
    text-align: center;
    display: block;
  }
  .info-cards_price .summ {
    margin-bottom: 10px;
  }
  #start .team-box,
  #start .circle-box .circle,
  #start .circle-box .text {
    display: none;
  }
  #advantages .advantages-bg {
    display: none;
  }
}
