@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@font-face {
  font-family: FiraSans-Regular;
  src: url(./../../assets/fonts/FiraSans/FiraSans-Regular.eot);
  src: url(./../../assets/fonts/FiraSans/FiraSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(./../../assets/fonts/FiraSans/FiraSans-Regular.woff) format('woff'),
    url(./../../assets/fonts/FiraSans/FiraSans-Regular.ttf) format('truetype'),
    url(./../../assets/fonts/FiraSans/FiraSans-Regular.svg) format('svg');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: FiraSans-Book;
  src: url(./../../assets/fonts/FiraSans/FiraSans-Book.eot);
  src: url(./../../assets/fonts/FiraSans/FiraSans-Book.eot?#iefix) format('embedded-opentype'),
    url(./../../assets/fonts/FiraSans/FiraSans-Book.woff) format('woff'),
    url(./../../assets/fonts/FiraSans/FiraSans-Book.ttf) format('truetype'),
    url(./../../assets/fonts/FiraSans/FiraSans-Book.svg) format('svg');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: FiraSans-Light;
  src: url(./../../assets/fonts/FiraSans/FiraSans-Light.eot);
  src: url(./../../assets/fonts/FiraSans/FiraSans-Light.eot?#iefix) format('embedded-opentype'),
    url(./../../assets/fonts/FiraSans/FiraSans-Light.woff) format('woff'),
    url(./../../assets/fonts/FiraSans/FiraSans-Light.ttf) format('truetype'),
    url(./../../assets/fonts/FiraSans/FiraSans-Light.svg) format('svg');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: FiraSans-Medium;
  src: url(./../../assets/fonts/FiraSans/FiraSans-Medium.eot);
  src: url(./../../assets/fonts/FiraSans/FiraSans-Medium.eot?#iefix) format('embedded-opentype'),
    url(./../../assets/fonts/FiraSans/FiraSans-Medium.woff) format('woff'),
    url(./../../assets/fonts/FiraSans/FiraSans-Medium.ttf) format('truetype'),
    url(./../../assets/fonts/FiraSans/FiraSans-Medium.svg) format('svg');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: FiraSans-SemiBold;
  src: url(./../../assets/fonts/FiraSans/FiraSans-SemiBold.eot);
  src: url(./../../assets/fonts/FiraSans/FiraSans-SemiBold.eot?#iefix) format('embedded-opentype'),
    url(./../../assets/fonts/FiraSans/FiraSans-SemiBold.woff) format('woff'),
    url(./../../assets/fonts/FiraSans/FiraSans-SemiBold.ttf) format('truetype'),
    url(./../../assets/fonts/FiraSans/FiraSans-SemiBold.svg) format('svg');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
.header-burger {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header-burger,
.header-burger span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header-burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-burger span:first-child {
  top: 0;
}
.header-burger span:nth-child(2),
.header-burger span:nth-child(3) {
  top: 7px;
}
.header-burger span:nth-child(4) {
  top: 15px;
}
.header-burger.open span:first-child {
  top: 7px;
  width: 0;
  left: 50%;
}
.header-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-burger.open span:nth-child(4) {
  top: 7px;
  width: 0;
  left: 50%;
}
.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  vertical-align: middle;
  font-size: 16px;
  font-family: FiraSans-Medium, sans-serif;
  color: #002250;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  border: 1px solid #ffd600;
  border-radius: 5px;
  outline: none;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  cursor: pointer;
}
.btn--header {
  color: #002250;
  background-color: #f7d37a;
  border-color: #f7d37a;
  -webkit-box-shadow: 0 2px 2px 0 hsla(0, 0%, 100%, 0.14), 0 3px 1px -2px hsla(0, 0%, 100%, 0.2),
    0 1px 5px 0 hsla(0, 0%, 100%, 0.12);
  box-shadow: 0 2px 2px 0 hsla(0, 0%, 100%, 0.14), 0 3px 1px -2px hsla(0, 0%, 100%, 0.2),
    0 1px 5px 0 hsla(0, 0%, 100%, 0.12);
}
.btn--header:active,
.btn--header:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 14px 26px -12px hsla(0, 0%, 100%, 0.42),
    0 8px 10px -5px hsla(0, 0%, 100%, 0.2), 0 4px 23px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 26px -12px hsla(0, 0%, 100%, 0.42), 0 8px 10px -5px hsla(0, 0%, 100%, 0.2),
    0 4px 23px 0 rgba(0, 0, 0, 0.12);
}
.btn--header:hover {
  color: #002250;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn--yellow {
  color: #002250;
  background-color: #ffd600;
  border-color: #ffd600;
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 214, 0, 0.14), 0 3px 1px -2px rgba(255, 214, 0, 0.2),
    0 1px 5px 0 rgba(255, 214, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(255, 214, 0, 0.14), 0 3px 1px -2px rgba(255, 214, 0, 0.2),
    0 1px 5px 0 rgba(255, 214, 0, 0.12);
}
.btn--yellow:active,
.btn--yellow:hover {
  border: 1px solid #ffd600;
  -webkit-box-shadow: 0 14px 26px -12px rgba(255, 214, 0, 0.42),
    0 8px 10px -5px rgba(255, 214, 0, 0.2), 0 4px 23px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 26px -12px rgba(255, 214, 0, 0.42), 0 8px 10px -5px rgba(255, 214, 0, 0.2),
    0 4px 23px 0 rgba(0, 0, 0, 0.12);
}
.btn--yellow:hover {
  color: #002250;
  background-color: #f5cd00;
  border-color: #f5cd00;
}
.btn--blue {
  color: #fff;
  background-color: #001a3d;
  border-color: #001a3d;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 34, 80, 0.14), 0 3px 1px -2px rgba(0, 34, 80, 0.2),
    0 1px 5px 0 rgba(0, 34, 80, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 34, 80, 0.14), 0 3px 1px -2px rgba(0, 34, 80, 0.2),
    0 1px 5px 0 rgba(0, 34, 80, 0.12);
}
.btn--blue:active,
.btn--blue:hover {
  border: 1px solid #002250;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 34, 80, 0.42), 0 8px 10px -5px rgba(0, 34, 80, 0.2),
    0 4px 23px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 26px -12px rgba(0, 34, 80, 0.42), 0 8px 10px -5px rgba(0, 34, 80, 0.2),
    0 4px 23px 0 rgba(0, 0, 0, 0.12);
}
.btn--blue:hover {
  color: #fff;
  background-color: #e2af47;
  border-color: #e2af47;
}

.btn--blue2 {
  color: #fff;
  background-color: #001a3d;
  border-color: #001a3d;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 34, 80, 0.14), 0 3px 1px -2px rgba(0, 34, 80, 0.2),
    0 1px 5px 0 rgba(0, 34, 80, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 34, 80, 0.14), 0 3px 1px -2px rgba(0, 34, 80, 0.2),
    0 1px 5px 0 rgba(0, 34, 80, 0.12);
}
.btn--blue2:active,
.btn--blue2:hover {
  border: 1px solid #001a3d;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 34, 80, 0.42), 0 8px 10px -5px rgba(0, 34, 80, 0.2),
    0 4px 23px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 26px -12px rgba(0, 34, 80, 0.42), 0 8px 10px -5px rgba(0, 34, 80, 0.2),
    0 4px 23px 0 rgba(0, 0, 0, 0.12);
}
.btn--blue2:hover {
  color: #fff;
  background-color: #e2af47;
  border-color: #e2af47;
}

.btn--wide {
  width: 100%;
}
.btn-border {
  border: 1px solid #e12b2b;
  color: #e12b2b;
}
.btn-border:hover,
.btn-fill {
  background-color: #e12b2b;
  color: #fff;
}

#invest-process {
  background: #fff;
}

.btn-fill {
  border-color: #e12b2b;
}
.btn-fill:hover {
  background-color: #c12929;
  border-color: #c12929;
}
.btn-disabled,
.btn-disabled:hover,
.btn:disabled,
.btn:disabled:hover {
  color: #fff;
  background-color: hsla(207, 6%, 68%, 0.9);
  border-color: hsla(207, 6%, 68%, 0.9);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.btn-disabled .pulse,
.btn:disabled .pulse {
  display: none;
}
.btn .pulse {
  position: absolute;
  background-color: inherit;
  border-radius: 50%;
  -webkit-animation: pulse 0.4s ease-out;
  animation: pulse 0.4s ease-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: -1;
}
@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    background-color: #fff;
    opacity: 0;
  }
}
@keyframes pulse {
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    background-color: #fff;
    opacity: 0;
  }
}
.noUi-horizontal {
  height: 3px;
  width: calc(100% - 3px);
}
.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100%;
  background-color: #002250;
  outline: none;
  border: none;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.noUi-target {
  border: none;
}
.noUi-connects {
  bottom: 2px;
}
.noUi-connect {
  background-color: #002250;
}
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -8px;
}
.scrolltop {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #002250;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.scrolltop.scrolltop-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .scrolltop {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
  }
}
.scrolltop-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .scrolltop-arrow {
    top: 3px;
  }
}
.scrolltop-arrow:before {
  content: '';
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 7px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .scrolltop-arrow:before {
    padding: 5px;
    border-width: 0 3px 3px 0;
  }
}
.scrolltop:hover {
  background-color: #00193d;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.47843);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.47843);
}
@media only screen and (max-width: 767px) {
  .scrolltop:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #002250;
  }
}
.scrolltop:focus {
  background-color: #00193d;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.47843);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.47843);
}
body.show-menu #scrolltop {
  opacity: 0;
  pointer-events: none;
}
input {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid #ccd3dc;
  border-radius: 5px;
  color: #7382a0;
  font-family: FiraSans-Light, sans-serif;
  outline: none;
  font-size: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}
input:-moz-read-only {
  opacity: 0.5;
}
input:read-only {
  opacity: 0.5;
}
.selectboxit-container {
  width: 100%;
  height: 100%;
}
.selectboxit-container .selectboxit {
  width: 100%;
  height: 57px;
  border-radius: 5px;
}
.selectboxit-container .selectboxit,
.selectboxit-container a,
.selectboxit-container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.selectboxit-container a,
.selectboxit-container span {
  height: 100%;
  color: #7382a0;
  font-family: FiraSans-Light, sans-serif;
  top: 0;
}
.selectboxit-text {
  width: 100%;
}
.selectboxit-btn {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccd3dc;
}
.selectboxit .selectboxit-option-icon-container {
  display: none;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  border: solid #7382a0;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  bottom: 0;
  margin: auto;
}
.selectboxit.selectboxit-open .selectboxit-arrow-container .selectboxit-arrow {
  border: solid #7382a0;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 5px;
}
.selectboxit-btn.selectboxit-enabled:active,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: #fff !important;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #002250;
  color: #fff;
}
.selectboxit-container {
  height: auto;
}
.selectboxit-container .selectboxit-options {
  border: 1px solid #ccd3dc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  left: 0;
  right: 0;
  width: auto;
  min-width: 0;
}
.selectboxit-container .selectboxit-options a,
.selectboxit-container span {
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.selectboxit-option-icon-container {
  display: none !important;
}
.kladr-error {
  color: #cb3e27;
}
#kladr_autocomplete ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #eaf1f8;
  background-color: #fff;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 500px;
  max-height: 420px;
  width: 100%;
  right: 0;
  color: #313131;
}
#kladr_autocomplete li {
  display: list-item;
  list-style-type: none;
  margin: 0;
  padding: 8px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#kladr_autocomplete li + li {
  border-top: 1px solid #ededed;
  border: none;
}
#kladr_autocomplete li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
#kladr_autocomplete li.active {
  background-color: #e9e9e9;
}
#kladr_autocomplete a {
  text-decoration: none;
}
#kladr_autocomplete strong {
  color: #038ebd;
}
#kladr_autocomplete .spinner {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(./../../assets/images/spinner.png) 50% no-repeat;
  z-index: 9999;
}
#kladr_autocomplete strong {
  color: #f3cc00;
}
#kladr_autocomplete li:hover {
  background-color: #002250;
  color: #fff;
}
#kladr_autocomplete li:hover a {
  color: #fff;
}
#kladr_autocomplete li.active {
  background-color: #002250;
  color: #fff;
}
#kladr_autocomplete ul {
  border-color: #eaf1f8;
  border-top-color: transparent !important;
}
#kladr_autocomplete ul:empty {
  border: none !important;
}
.popup {
  max-width: 670px;
  padding: 40px 35px;
  margin: auto;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .popup {
    padding: 40px 20px 25px;
  }
}
.popup.make-online-purchase-popup {
  max-width: 560px;
}
.popup.make-online-purchase-popup h2 {
  font-size: 32px;
}
@media only screen and (max-width: 480px) {
  .popup.make-online-purchase-popup h2 {
    font-size: 27px;
  }
}
.popup.make-online-purchase-popup .btn {
  min-width: 150px;
  font-size: 16px;
  margin-top: 23px;
}
.mfp-banner-pdn .mfp-content {
  padding: 0;
}
.mfp-banner-pdn {
  pointer-events: none;
}
.mfp-banner-pdn * {
  pointer-events: all;
}
.mfp-banner-pdn .mfp-container {
  pointer-events: none;
}
.mfp-banner-pdn .mfp-content {
  pointer-events: all;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mfp-banner-pdn .popup {
  max-width: 100%;
}
.mfp-banner-pdn.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0;
  pointer-events: none;
}
.mfp-banner-pdn .banner-pdn {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-right: 55px;
}
@media only screen and (max-width: 767px) {
  .mfp-banner-pdn .banner-pdn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mfp-banner-pdn .banner-pdn-capture {
  max-width: 1560px;
  margin: auto;
  font-size: 16px;
}
.mfp-banner-pdn .mfp-close {
  color: #fff;
  top: 0;
  bottom: 0;
  font-size: 60px;
  font-family: serif;
  margin: auto;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mfp-banner-pdn .mfp-close {
    top: 0;
    bottom: auto;
    right: 0;
    font-size: 40px;
  }
}
.mfp-banner-pdn a {
  color: #fff;
  text-decoration: underline;
}
.mfp-banner-pdn a:hover {
  text-decoration: none;
  color: #fff;
}
.sk-circle {
  margin: 100px auto;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #002250;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rsform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.rsform small {
  font-size: 12px;
}
.rsform fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.rsform-group {
  max-width: 250px;
  width: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-right: 40px;
}
.rsform-group.required .rsform-title:after {
  content: '*';
  color: #f44;
  display: inline-block;
  margin-left: 2px;
  font-size: 20px;
  display: none;
}
.rsform-group.error .rsform-input {
  border-color: #f44;
}
.rsform-group.error .rsform-hint {
  display: block;
}
.rsform-group.success {
  position: relative;
}
.rsform-group.success.rs-check_mark:after {
  content: '';
  left: auto;
  top: auto;
  right: -20px;
  bottom: 17px;
  width: 5px;
  height: 10px;
  border: solid #002250;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  zoom: 100%;
  position: absolute;
  display: block !important;
}
.rsform-group.success .rsform-input {
  border-color: #002250;
}
.rsform-checkbox {
  margin: 4px 0 0;
}
.rsform-checkbox .rsform-title {
  font-size: 14px;
}
.rsform-checkbox .rsform-checkbox--input {
  display: none;
}
.rsform-checkbox .rsform-checkbox--input__clone {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #002250;
  position: relative;
  top: 1px;
  margin-right: 5px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.rsform-checkbox .rsform-checkbox--input__clone:before {
  content: '';
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid transparent;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  zoom: 68%;
  position: absolute;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.rsform-checkbox .rsform-checkbox--input:checked + .rsform-checkbox--input__clone {
  background-color: #002250;
}
.rsform-checkbox .rsform-checkbox--input:checked + .rsform-checkbox--input__clone:before {
  border-color: #fff;
}
.rsform-checkbox .rsform-label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rsform-checkbox.error .rsform-checkbox--input__clone {
  background-color: #f44;
}
.rsform-radio {
  margin-bottom: 10px;
}
.rsform-radio--label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rsform-radio--label:last-child {
  margin-bottom: 0;
}
.rsform-radio .rsform-title {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.rsform-radio--input {
  display: none;
}
.rsform-radio--input__clone {
  width: 15px;
  height: 15px;
  background-color: #002250;
  border-radius: 100%;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  bottom: 1px;
}
.rsform-radio--input:checked + .rsform-radio--input__clone {
  background-color: #002250;
}
.rsform-title a {
  color: #002250;
  text-decoration: none;
  font-size: inherit;
}
.rsform-hint {
  display: none;
  position: absolute;
  bottom: -17px;
  left: 20px;
  font-size: 12px;
  color: #f44;
}
.rsform-input {
  padding: 9px 20px;
  border-radius: 20px;
  outline: none;
  border: 1px solid transparent;
  color: #002250;
}
.rsform-input::-webkit-input-placeholder {
  color: #002250;
}
.rsform-input::-moz-placeholder {
  color: #002250;
}
.rsform-input::-ms-input-placeholder {
  color: #002250;
}
.rsform-input::placeholder {
  color: #002250;
}
.rsform-input:active,
.rsform-input:focus {
  border-color: #002250;
}
.rsform-btn {
  margin-top: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.rsform-btn:hover {
  background-color: #ffd600;
}
.js-scrollbar > .scroll-element,
.js-scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.js-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.js-scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.js-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.js-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.js-scrollbar > .scroll-element .scroll-bar,
.js-scrollbar > .scroll-element .scroll-element_outer,
.js-scrollbar > .scroll-element .scroll-element_track {
  border-radius: 8px;
}
.js-scrollbar > .scroll-element .scroll-bar,
.js-scrollbar > .scroll-element .scroll-element_track {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.js-scrollbar > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.js-scrollbar > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.js-scrollbar > .scroll-element.scroll-draggable .scroll-bar,
.js-scrollbar > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.js-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.js-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.js-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.js-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.js-scrollbar > .scroll-element.scroll-y {
  width: 15px;
}
.js-scrollbar > .scroll-element .scroll-bar {
  background-color: transparent !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1 !important;
  right: -50px;
}
.js-scrollbar > .scroll-element .scroll-bar:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #c2cdd8;
  border-radius: 100%;
  background-color: #fff;
}
.js-scrollbar > .scroll-element .scroll-bar:hover {
  background-color: transparent;
}
.js-scrollbar > .scroll-element .scroll-element_track {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  background-color: transparent;
}
.js-scrollbar > .scroll-element .scroll-element_track:before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d1dbe6;
}
.scroll-wrapper > .scroll-content {
  padding-right: 50px;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close {
  font-size: 35px;
  top: 4px;
  right: 6px;
  font-family: inherit;
}
.mfp-close:active {
  top: 4px;
}
.mfp-content .js_code + .reg-form-appeal__note {
  font-size: 12px;
  color: #7382a0;
  font-family: FiraSans-Light, sans-serif;
  margin-bottom: 25px;
}
.mfp-content .reg-form-appeal__btn-code-more {
  cursor: pointer;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:not(#investEffettoSelectBoxItOptions) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#kladr_autocomplete,
#kladr_autocomplete * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html.ovf-a {
  overflow-y: unset !important;
}
body {
  font-family: FiraSans-Regular, sans-serif;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  color: #002250;
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0 ease;
  transition: all 0 ease;
}
body:before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f7f9;
  display: block;
  z-index: 9999;
}
body .mobile-bg,
body:before,
body > * {
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
}
body .mobile-bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
body.body_show {
  opacity: 1;
}
body.body_show:before {
  opacity: 0;
  pointer-events: none;
}
body.show-menu > * {
  -webkit-transform: translateX(-350px) scale(1);
  transform: translateX(-350px) scale(1);
}
@media only screen and (max-width: 410px) {
  body.show-menu > * {
    -webkit-transform: translateX(-280px) scale(1);
    transform: translateX(-280px) scale(1);
  }
}
@media only screen and (max-width: 330px) {
  body.show-menu > * {
    -webkit-transform: translateX(-260px) scale(1);
    transform: translateX(-260px) scale(1);
  }
}
body.show-menu .mobile-bg {
  opacity: 1;
  pointer-events: all;
}
.page-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}
h1 {
  font-size: 62px;
  font-family: FiraSans-Light, sans-serif;
}
@media only screen and (max-width: 1124px) {
  h1 {
    font-size: 38.75px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 31px;
  }
}
h2 {
  font-size: 36px;
  font-family: FiraSans-Light, sans-serif;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1124px) {
  h2 {
    font-size: 29px;
  }
}
h3 {
  font-size: 24px;
}
h3,
h4 {
  font-family: FiraSans-Light, sans-serif;
}
h4 {
  font-size: 18px;
}
a {
  text-decoration: none;
  color: #002250;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
a:hover {
  color: #ffd600;
}
svg.replaced-svg {
  width: 40px;
  height: 40px;
}
small {
  font-family: FiraSans-Light, sans-serif;
  font-size: 12px;
  color: #7382a0;
}
mark {
  color: #2362e2;
  background-color: transparent;
}
ul {
  margin-left: 17px;
}
b {
  font-family: FiraSans-Medium, sans-serif;
}
p {
  font-size: 18px;
}
sup {
  vertical-align: super;
  opacity: 0.5;
  font-size: 10px;
}
.link {
  text-decoration: underline;
}
svg.replaced-svg path {
  fill: #002250;
}
img.svg {
  opacity: 0;
}
.container,
.container_big {
  width: 100%;
  margin: auto;
  display: block;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  padding: 0 20px;
}
@media only screen and (max-width: 1160px) {
  .container,
  .container_big {
    width: auto;
  }
}
.container-du {
  max-width: 1140px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.callback__link {
  color: #ffd600 !important;
}
.container {
  max-width: 1080px;
}
.container_big {
  max-width: 1500px;
}
.light-blue {
  color: #7382a0;
}
.light-font {
  font-family: FiraSans-Light, sans-serif;
}
.st0 {
  fill: #002250 !important;
}
.g-s_pd {
  padding: 130px 0;
}
@media only screen and (max-width: 1124px) {
  .g-s_pd {
    padding: 70px 0;
  }
}
.g-f_light {
  font-family: FiraSans-Light, sans-serif;
}
.g-hide,
.hide {
  display: none;
}
.g-cont_bxs {
  -webkit-box-shadow: 0 20px 80px 0 rgba(0, 34, 80, 0.1);
  box-shadow: 0 20px 80px 0 rgba(0, 34, 80, 0.1);
}
.g-cont_bxs-bottom {
  -webkit-box-shadow: 0 20px 80px -21px rgba(0, 34, 80, 0.1);
  box-shadow: 0 20px 80px -21px rgba(0, 34, 80, 0.1);
}
.g-cont_bxs-top {
  -webkit-box-shadow: 0 20px 80px 21px rgba(0, 34, 80, 0.1);
  box-shadow: 0 20px 80px 21px rgba(0, 34, 80, 0.1);
}
ul.g-main__ul li {
  font-size: 18px;
  margin-bottom: 20px;
  list-style-type: decimal;
}
ul.g-main__ul li > ul {
  margin-top: 10px;
}
ul.g-main__ul li > ul li {
  list-style-type: circle;
  margin-bottom: 10px;
}
ul.g-main__ul li:last-child,
ul.g-main__ul li > ul li:last-child {
  margin-bottom: 0;
}
.star {
  position: relative;
}
.star:before {
  content: ' *';
  color: #f44;
}
.blue-container {
  background-color: #162d56;
}
.footnote {
  margin: 0 0 135px;
}
@media only screen and (max-width: 1124px) {
  .footnote {
    margin-bottom: 75px;
  }
}
.footnote-item {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  text-align: left;
  font-family: FiraSans-Light, sans-serif;
}
.footnote-item:first-child {
  margin-top: 0;
}
.mobile-app {
  width: 100%;
  overflow: hidden;
  background-color: #002250;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  padding: 7px 12px;
  margin-top: -57px;
}
.mobile-app.js-show {
  margin-top: 0;
}
.mobile-app__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 11px;
}
.mobile-app__close {
  font-size: 36px;
  margin-right: 10px;
  font-family: serif;
  font-size: 30px;
}
.mobile-app__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-app svg {
  width: 35px;
  height: 35px;
}
.mobile-app svg path.st0 {
  fill: #fff !important;
  opacity: 1;
}
.mobile-app svg path.st1 {
  fill: #002250;
}
.mobile-app strong {
  display: block;
  font-size: 14px;
}
.mobile-app a {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-disclaimer {
  padding: 60px 0;
  font-size: 12px;
}
.footer-disclaimer p {
  font-size: inherit;
}
.about-du {
  background-image: url(./../../assets/images/about-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .about-du {
    padding: 20px 0 0;
  }
}
.about-du .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about-du .container {
    display: block;
  }
}
.about-du__block {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 110px 0;
}
.about-du__title h2 {
  text-align: left;
}
.about-du__desc p {
  margin-bottom: 32px;
  text-shadow: 0 1px 0 #fff;
}
.about-du__desc p:last-child {
  margin-bottom: 0;
}
.about-du__desc .light-font {
  font-size: 18px;
}
.about-du__button {
  margin-top: 40px;
}
.about-du__button--bottom-offset {
  margin-bottom: 20px;
}
.about-du__chart {
  max-width: 427px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .about-du__chart {
    margin: 0 auto;
  }
}
.about-du__chart img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1350px) {
  .about-du {
    background-position: 80px;
    background-size: cover;
  }
}
@media (max-width: 1169px) {
  .about-du {
    background-image: none;
  }
  .about-du__block,
  .about-du__title,
  .about-du__title h2 {
    text-align: center;
  }
  .about-du__block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.about {
  position: relative;
}
.about:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 50%;
  top: 0;
  background-color: #f5f7f9;
  display: block;
  z-index: 0;
}
@media only screen and (max-width: 1124px) {
  .about {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.about .container_big {
  background-color: #fff;
  background-image: url(./../../assets/images/bg_about.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 145px 0 150px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1124px) {
  .about .container_big {
    background-image: none;
    padding: 60px 0 70px;
  }
}
.about-inner {
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 1480px) {
  .about-inner {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1124px) {
  .about-inner {
    max-width: 100%;
  }
}
.about-title {
  margin-bottom: 40px;
  margin-top: 0;
}
@media only screen and (max-width: 1124px) {
  .about-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.about-capture p {
  margin-bottom: 30px;
}
.about-btns {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1124px) {
  .about-btns {
    margin-top: 20px;
  }
}
.about-btns .btn {
  margin-right: 40px;
  text-align: center;
}
@media only screen and (max-width: 1124px) {
  .about-btns .btn {
    margin-right: 20px;
  }
  .about-btns .btn:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .about-btns .btn {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .about-btns .btn:last-child {
    margin-bottom: 0;
  }
}
.achievements {
  background-image: url(./../../assets/images/achivmients-bg-new3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.achievements__title {
  max-width: 880px;
  margin: 0 auto;
}
.achievements__title h2 {
  color: #fff;
}
.achievements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
  text-align: center;
}
.achievements-item {
  width: 320px;
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .achievements-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .achievements-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.achievements-item__title {
  font-family: FiraSans-SemiBold, sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
}
.achievements-item__desc {
  max-width: 263px;
  margin: auto;
}
.achievements .notice p {
  text-align: right;
  font-size: 10px;
  color: gray;
}
.auto-counter-list {
  padding: 0;
  margin: 0;
  padding-left: 10px;
  list-style-type: none;
  counter-reset: items;
}
.auto-counter-list__item {
  position: relative;
}
.auto-counter-list__item:before {
  position: absolute;
  top: 0;
  left: -18px;
  counter-increment: items;
  content: counters(items, '.') ' ';
}
.auto-counter-list__item:after {
  position: absolute;
  content: '.';
  top: 0;
  left: -8px;
}
.briefcase-structure {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media only screen and (max-width: 1124px) {
  .briefcase-structure {
    margin-bottom: 75px;
  }
}
.briefcase-structure .container {
  background-color: #fff;
  padding: 100px 40px;
}
@media only screen and (max-width: 1124px) {
  .briefcase-structure .container {
    padding: 70px 20px;
  }
}
.briefcase-structure-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 1124px) {
  .briefcase-structure-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.briefcase-structure-title {
  width: 100%;
  margin-bottom: 50px;
}
.briefcase-structure-col {
  width: 100%;
  max-width: 240px;
}
@media only screen and (max-width: 1124px) {
  .briefcase-structure-col {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.briefcase-structure-content {
  width: 100%;
  max-width: 520px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1124px) {
  .briefcase-structure-content {
    margin: 40px 0;
    max-width: 100%;
  }
}
.briefcase-structure-content__title {
  font-size: 16px;
  font-family: FiraSans-SemiBold, sans-serif;
  padding: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.briefcase-structure-content__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  border-bottom: 2px solid #f4f6f9;
}
.briefcase-structure-content__btn {
  font-size: 14px;
  font-family: FiraSans-Medium, sans-serif;
  margin-right: 45px;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .briefcase-structure-content__btn {
    margin-right: 15px;
  }
}
.briefcase-structure-content__btn:last-child {
  margin-right: 0;
}
.briefcase-structure-content__btn.active {
  color: #2362e2;
}
.briefcase-structure-content__btn.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2362e2;
  display: block;
}
.briefcase-structure-content__chart {
  width: 100%;
  position: relative;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 310px;
  padding: 30px 40px;
  overflow: hidden;
}
.briefcase-structure-content__chart svg > g:last-child {
  pointer-events: none;
}
.briefcase-structure-content__chart #briefcase-chart {
  height: 100%;
  width: 100%;
  margin-left: 0;
}
.briefcase-structure-content__chart #briefcase-chart a {
  display: none !important;
}
.briefcase-structure-content__chart .amcharts-legend-div {
  width: auto !important;
}
.briefcase-structure-content__chart .amcharts-legend-div svg {
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .briefcase-structure-content__chart .amcharts-legend-div {
    margin-left: 0;
  }
}
.briefcase-structure-content__chart .amcharts-chart-div {
  margin-left: 0;
}
.briefcase-structure-content__chart text {
  font-family: FiraSans-Book, sans-serif !important;
}
.briefcase-structure-item {
  padding: 40px 30px;
  border: 1px solid #ebeef2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1124px) {
  .briefcase-structure-item {
    width: calc(50% - 20px);
    margin-bottom: 0;
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .briefcase-structure-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .briefcase-structure-item:last-child {
    margin-bottom: 20px;
  }
}
.briefcase-structure-item:last-child {
  margin-bottom: 0;
}
.briefcase-structure-item__value {
  font-size: 18px;
  font-family: FiraSans-Medium, sans-serif;
  margin-top: 20px;
}
@media only screen and (max-width: 1124px) {
  .briefcase-structure-item__value {
    margin-top: 10px;
  }
}
@media (max-width: 749px) {
  .briefcase-structure {
    margin-bottom: 10px;
  }
}
.briefcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(./../../assets/images/bg_special_1.png);
  background-position: 50%;
  background-size: cover;
  padding: 180px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  .briefcase {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 1124px) {
  .briefcase {
    padding: 70px 0;
  }
}
.briefcase-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}
.briefcase-nav__next,
.briefcase-nav__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
  outline: none;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.briefcase-nav__next:before,
.briefcase-nav__prev:before {
  content: '';
  position: absolute;
  margin: auto;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2.8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: block;
  margin-left: 2px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.briefcase-nav__next.swiper-button-disabled,
.briefcase-nav__prev.swiper-button-disabled {
  border-color: #7382a0;
  cursor: default;
}
.briefcase-nav__next.swiper-button-disabled:before,
.briefcase-nav__prev.swiper-button-disabled:before {
  border-color: #7382a0;
}
.briefcase-nav__next:before {
  margin-left: -1px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2.8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1300px) {
  .briefcase-nav {
    position: relative;
    margin-top: 15px;
  }
}
.briefcase-container {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 70px;
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .briefcase-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    max-width: calc(100vw - 40px);
  }
}
.briefcase-capture {
  color: #fff;
  max-width: 540px;
  width: 34%;
  position: absolute;
  bottom: 0;
  top: 0;
}
@media only screen and (max-width: 1480px) {
  .briefcase-capture {
    width: 30%;
  }
}
@media only screen and (max-width: 1300px) {
  .briefcase-capture {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}
.briefcase-capture__title {
  font-size: 36px;
  font-family: FiraSans-Light, sans-serif;
}
.briefcase-capture__link {
  color: #fff;
  margin-top: 40px;
  display: block;
  text-decoration: underline;
}
.briefcase-capture__link:hover {
  color: #fff;
  text-decoration: none;
}
.briefcase-capture__subtitle {
  font-size: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 1124px) {
  .briefcase-capture__subtitle {
    margin-top: 20px;
  }
}
.briefcase-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 50px;
  width: 75%;
  margin-left: 34%;
}
@media only screen and (max-width: 1480px) {
  .briefcase-carousel {
    width: 78%;
    margin-left: 30%;
  }
}
@media only screen and (max-width: 1300px) {
  .briefcase-carousel {
    margin-left: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
.briefcase-carousel .swiper-wrapper {
  height: auto;
}
.briefcase-carousel .swiper-slide {
  max-width: 380px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1300px) {
  .briefcase-carousel .swiper-slide {
    max-width: 100%;
    margin: 0;
  }
}
.briefcase-carousel__item {
  background-color: hsla(0, 0%, 100%, 0.85);
  max-width: 380px;
  width: 100%;
  padding: 40px 35px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 1300px) {
  .briefcase-carousel__item {
    max-width: 100%;
    width: auto;
  }
}
.briefcase-carousel__item > * {
  position: relative;
  z-index: 1;
}
.briefcase-carousel__item:last-child {
  margin-right: 0;
}
.briefcase-carousel__item:hover {
  background-color: #fff;
}
.briefcase-carousel__item--icon {
  height: 41px;
  width: 41px;
  margin-right: 20px;
}
.briefcase-carousel__item--icon img,
.briefcase-carousel__item--icon svg {
  height: 100%;
  width: 100%;
}
.briefcase-carousel__item--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.briefcase-carousel__item--title {
  font-family: FiraSans-Medium, sans-serif;
  min-height: 44px;
}
.briefcase-carousel__item--params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 14px;
}
.briefcase-carousel__item--param {
  font-family: FiraSans-Light, sans-serif;
}
.briefcase-carousel__item--tax {
  padding: 13px 0;
  text-align: center;
  border-top: 1px solid #c0c6ca;
  border-bottom: 1px solid #c0c6ca;
  margin: 25px 0;
}
.briefcase-carousel__item--more {
  width: 100%;
  text-align: center;
  display: block;
  padding: 16px 0;
  margin-bottom: -38px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.briefcase-carousel__item--more:hover {
  color: #00193d;
}
.briefcase-carousel__item--bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 0;
  overflow: hidden;
  max-height: 260px;
  max-width: 260px;
}
.briefcase-carousel__item--bg svg {
  position: relative;
  right: -10%;
  width: 100%;
  height: 100%;
}
.briefcase-carousel__item--bg svg path {
  fill: hsla(204, 9%, 77%, 0.25);
}
.briefcase-carousel__item small {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  min-height: 64px;
}
@media only screen and (max-width: 767px) {
  .briefcase-carousel__item small {
    min-height: 0;
  }
}
.briefcase-carousel__item .btn {
  width: 100%;
}
.briefcase-carousel__item .btn:hover {
  background-color: #ffd600;
  color: #002250;
}
.buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.buttons-wrap .link--video-library {
  font-size: 16px;
  line-height: 21px;
  color: #ffdf4c !important;
  text-decoration: none;
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buttons-wrap .link--video-library {
    margin-left: 0;
    margin-top: 20px;
  }
}
.deductions {
  background-image: url(./../../assets/images/bg_1_2_1.png);
  background-repeat: no-repeat;
  background-position: center 130px;
}
@media only screen and (max-width: 1124px) {
  .deductions {
    padding-top: 0;
  }
}
.deductions-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #fff;
}
@media only screen and (max-width: 1124px) {
  .deductions-btns {
    margin: 20px 0;
  }
}
.deductions-btn {
  border-radius: 0;
  min-height: 60px;
  font-size: 20px;
  min-width: 260px;
  background-color: transparent !important;
  cursor: pointer;
  -webkit-box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
  box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.deductions-btn.btn.btn-empty {
  border-color: #ffd600;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .deductions-btn {
    min-width: 0;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.15;
    font-size: 16px;
  }
}
.deductions-btn:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.deductions-btn:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.deductions-btn.active {
  background-color: #ffd600 !important;
  -webkit-box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
  box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
}
.deductions-btn.active.btn.btn-empty {
  color: #002250;
}
.deductions-capture {
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: auto;
  color: #fff;
  margin-bottom: 40px;
}
.deductions-capture p {
  margin-bottom: 0;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .deductions-capture p {
    font-size: 16px;
  }
}
.deductions-capture p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .deductions-capture {
    max-width: calc(100vw - 40px);
    margin: 0 0 40px;
    width: 100%;
  }
}
.deductions-title {
  color: #fff;
}
.deductions-tabs {
  margin-top: 40px;
}
@media only screen and (max-width: 1124px) {
  .deductions-tabs {
    margin-top: 30px;
  }
}
.deductions-tab {
  border-radius: 7.5px;
}
.deductions-tab__table {
  -webkit-box-shadow: 0 20px 80px -21px rgba(0, 34, 80, 0.3);
  box-shadow: 0 20px 80px -21px rgba(0, 34, 80, 0.3);
  min-width: 820px;
}
@media only screen and (max-width: 1124px) {
  .deductions-tab__table {
    padding-right: 20px;
  }
}
.deductions-tab__table--wrapper {
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-left: 20px;
}
@media only screen and (max-width: 1124px) {
  .deductions-tab__table--wrapper {
    overflow-x: auto;
  }
}
.deductions-tab__header {
  font-size: 18px;
  background-color: #7382a0;
  color: #fff;
  font-family: FiraSans-Medium, sans-serif;
}
.deductions-tab__header .deductions-tab__col {
  min-height: 60px;
}
.deductions-tab__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.deductions-tab__col,
.deductions-tab__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.deductions-tab__col {
  width: 100%;
  border-right: 1px solid #f5f8f9;
  padding: 15px;
}
.deductions-tab__col:last-child {
  border-right: none;
}
.deductions-tab__col.col-1 {
  width: 20%;
}
.deductions-tab__col.col-2 {
  width: 40%;
}
.deductions-tab__col.col-3 {
  width: 60%;
}
.deductions-tab__col.col-4 {
  width: 80%;
}
.deductions-tab__col.col-5 {
  width: 100%;
}
.deductions-tab__body {
  background-color: #fff;
}
.deductions-tab__body .deductions-tab__col {
  min-height: 80px;
}
.deductions-tab__body .deductions-tab__col:first-child {
  font-family: FiraSans-Medium, sans-serif;
  color: #7382a0;
}
.deductions-tab__body .deductions-tab__row:nth-child(2n) {
  background-color: #fafafa;
}
.du-info {
  padding-top: 30px;
  padding-bottom: 30px;
}
.disclaimer {
  font-family: FiraSans-Light, sans-serif;
  margin-bottom: 120px;
}
.disclaimer p {
  margin-bottom: 30px;
  font-size: 16px;
}
.du-info .container {
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.du-manager {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.du-manager-avatar {
  position: relative;
  width: 85px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.du-manager-avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.du-manager-header,
.du-manager-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.du-manager-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-left: 20px;
}
.du-manager-info__position {
  font-size: 12px;
  color: #7382a0;
  margin-right: 8px;
}
.du-manager-info__name {
  color: #002250;
  font-size: 16px;
  font-family: FiraSans-SemiBold, sans-serif;
}
.du-manager-content {
  padding-top: 20px;
}
.du-manager-content__title {
  margin-bottom: 12px;
  font-size: 14px;
  text-decoration: underline;
}
.du-manager-content__text p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
}
@media (max-width: 1169px) {
  .du-info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 749px) {
  .du-manager-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .du-manager-avatar {
    margin: auto;
    margin-bottom: 10px;
  }
  .du-manager-info {
    padding-left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .du-manager-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .du-manager-info__position {
    margin-bottom: 14px;
  }
}
.du-strategy-capture__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.du-strategy-capture__btn .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.du-strategy-capture .strategy-capture-group {
  position: relative;
  z-index: 1;
}
.du-strategy-capture .strategy-capture-param {
  font-family: FiraSans-Medium, sans-serif;
  max-width: 100%;
  width: 50%;
  text-align: right;
  padding-right: 20px;
}
.du-strategy-capture .strategy-capture-value {
  max-width: 100%;
  width: 50%;
  padding-left: 20px;
}
.du-strategy-capture.strategy-capture .container {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.du-strategy-capture .strategy-capture-container {
  margin: 0 auto;
  padding-right: 0;
}
@media (max-width: 749px) {
  .du-strategy-capture.strategy-capture {
    overflow: hidden;
  }
  .du-strategy-capture .strategy-capture-param {
    width: 100%;
    text-align: left;
  }
  .du-strategy-capture .strategy-capture-value {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .du-strategy-capture .strategy-capture-value:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #002b64;
  }
}
.features-title {
  max-width: 555px;
  text-align: center;
  margin: 0 auto;
}
.features__desc {
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  color: #7382a0;
  margin-top: 30px;
}
@media only screen and (max-width: 1124px) {
  .features__desc {
    margin-bottom: 40px;
  }
}
.features-item__icon img,
.features-item__icon svg {
  fill: #002250;
}
.features-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
@media only screen and (max-width: 1124px) {
  .features-inner {
    margin: 0 0 -30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .features-inner {
    margin-bottom: 0;
  }
}
.features-item {
  width: 240px;
  margin-right: 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 240px;
  text-align: center;
}
@media only screen and (max-width: 1124px) {
  .features-item {
    max-width: calc(50% - 40px);
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .features-item {
    max-width: 100%;
    margin-right: 0;
  }
  .features-item:last-child {
    margin-bottom: 0;
  }
}
.features-item__icon {
  width: 55px;
  height: 55px;
  margin: auto;
}
.features-item__icon img,
.features-item__icon svg {
  width: 100%;
  height: 100%;
}
.features-item__title {
  margin-top: 40px;
  font-family: FiraSans-Regular, sans-serif;
}
@media only screen and (max-width: 1124px) {
  .features-item__title {
    margin-top: 20px;
  }
}
.features-item__capture {
  font-size: 12px;
  color: #7382a0;
  margin-top: 11px;
}
.footer {
  background-color: #001a3d;
  width: 100%;
  display: block;
  overflow-x: hidden;
}
.footer .container_big {
  width: auto;
}
.footer-content {
  padding: 25px 75px;
  color: #fff;
  font-family: FiraSans-Light, sans-serif;
  font-size: 12px;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media only screen and (max-width: 1360px) {
  .footer-content {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1124px) {
  .footer-content {
    padding: 25px 0;
  }
}
.form-title__bottom {
  margin-top: 25px;
  margin-bottom: -10px;
  text-align: left;
}
.form-title__bottom:first-child {
  margin-top: 110px;
}
.form-inner {
  max-width: 100%;
  margin: auto;
}
.form-body {
  max-width: 520px;
  margin: auto;
  text-align: left;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group .wrong_code {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  color: #f44;
  display: none;
}
.form-group.error .wrong_code,
.form-group .wrong_code.show-code {
  display: block;
}
.form-group.error .checkbox-label .checkbox-container:before,
.form-group.error .js-wrong_code,
.form-group.error .wrong_code.hide {
  display: none;
}
.form-group.error .checkbox-label .checkbox-container:after,
.form-group.error input {
  border-color: #f44;
}
.form-group.success .form-control_req:after {
  opacity: 1;
}
.form-group.success .wrong_code {
  display: none;
}
.form-group.success .checkbox-label .checkbox-container:after {
  border-color: #ccd3dc;
}
.form-group.success input {
  border-color: #eaf1f8;
}
.form-group__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .form-group__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-group__bottom .form-group {
  margin-bottom: 0;
}
.form-group__bottom .form-group .btn {
  text-transform: none;
  width: 240px;
  padding: 15px 5px;
  margin-right: 0;
}
.form-group .to-login {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}
.form-label {
  font-size: 12px;
  color: #7382a0;
  margin-top: 35px;
  margin-bottom: 5px;
  font-family: FiraSans-Light, sans-serif;
}
.form-control,
.form-control_req {
  position: relative;
}
.form-control_req:after {
  content: '';
  left: auto;
  top: 16px;
  right: 20px;
  bottom: auto;
  width: 8px;
  height: 21px;
  border: solid #002250;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  zoom: 100%;
  position: absolute;
  opacity: 0;
}
.form .control_code {
  display: none;
}
.form .control_code.reg-form-appeal__note {
  display: block;
}
.form .control_phone .reg-form-appeal__note {
  display: none;
  font-size: 12px;
  color: #7382a0;
  font-family: FiraSans-Light, sans-serif;
}
.form .control_phone.success .reg-form-appeal__note {
  display: block;
}
.form .checkbox-label {
  position: relative;
  margin-left: 25px;
  display: block;
  font-family: FiraSans-Light, sans-serif;
  font-size: 12px;
  color: #7382a0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 767px) {
  .form .checkbox-label {
    width: 100%;
  }
}
.form .checkbox-label a {
  color: #7382a0;
}
.form .checkbox-label a:hover {
  color: #7382a0;
  text-decoration: underline;
}
.form .checkbox-label .checkbox-container {
  position: absolute;
  left: -25px;
  width: 15px;
  height: 15px;
}
.form .checkbox-label .checkbox-container:before {
  content: '';
  left: 6px;
  top: 3px;
  bottom: 0;
  width: 4px;
  height: 8px;
  border: solid #002250;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  zoom: 100%;
  position: absolute;
  opacity: 0;
}
.form .checkbox-label .checkbox-container:after {
  content: '';
  background-color: transparent;
  border: 1px solid #ccd3dc;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.form .btn {
  min-width: 120px;
}
@media only screen and (max-width: 767px) {
  .form .btn {
    margin: 30px auto 0;
  }
}
.form input {
  width: 100%;
  min-height: 50px;
  border-color: #eaf1f8;
  position: relative;
}
.form input[type='checkbox'] {
  display: none;
}
.form input[type='checkbox']:checked + .checkbox-label .checkbox-container:before {
  opacity: 1;
}
.form .widget__title {
  text-transform: none;
}
.form .widget__header {
  text-align: center;
  margin-bottom: 40px;
}
.form .widget__subtitle {
  margin-bottom: 30px;
}
@media (max-width: 749px) {
  .form-group__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-group .to-login {
    text-align: center;
  }
}
.header-du-detail {
  display: block !important;
  height: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  background-image: none !important;
  background-color: #002250;
}
.header-du-detail .container-du {
  padding: 0;
  height: 100% !important;
}
.header-du-detail-icon {
  margin-bottom: -100px;
}
.header-du-detail-icon__container {
  text-align: center;
  height: 255px;
}
.header-du-detail-icon__container img,
.header-du-detail-icon__container svg {
  position: absolute;
  max-width: 450px;
  width: 100%;
  left: 50%;
  bottom: -23%;
  opacity: 0.6;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-du-detail-title {
  color: #fff;
}
.header-du-detail-title .header-strategy-title {
  position: relative;
  text-transform: uppercase;
  top: -30px;
  font-family: FiraSans-SemiBold, sans-serif;
  font-size: 55px;
}
.header-du-detail svg {
  height: 100%;
  width: 100%;
}
.header-du-detail svg path {
  fill: url(#pattern_city);
}
.header-du-detail.header-du .header-menu {
  padding-right: 0;
}
.header-du-detail .header-phone {
  margin-right: 0;
}
@media (max-width: 749px) {
  .header-du-detail-title .header-strategy-title {
    font-size: 34px;
  }
  .header-du-detail-icon {
    margin-bottom: -165px;
  }
}
.header-mobile .callback__wrapper {
  position: absolute;
  bottom: 17px;
  left: 30px;
  right: 30px;
}
.header-mobile .callback__link {
  text-transform: none;
}
.header-du {
  background-size: cover;
  background-image: url(./../../assets/images/header-du-bg-new.png);
  background-repeat: no-repeat;
  min-height: 900px;
  position: relative;
  padding: 40px 0 70px;
}
.header-du,
.header-du .container-du {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.header-du .container-du {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .header-du .container-du {
    min-height: unset;
    height: auto;
    min-height: 600px;
  }
  .header-du-detail .container-du {
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header-du {
    height: auto;
    min-height: 0;
  }
}

.header-du .header-logo {
  max-width: 260px;
}

.header-menu--du {
  display: flex;
  flex-direction: column;
}

.header-menu--du .header-phone {
  margin-left: auto;
}

.header-logo {
  max-width: 350px;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 765px) {
  .header-du .header-logo svg {
    max-width: 60px;
  }

  .header-logo .svg {
    background: url(/bitrix/templates/uralsib_iis/assets/images/new-main-logo4.svg) no-repeat;
    background-size: auto 40px;
  }
}
.header-du .header-burger span:nth-child(2) {
  top: 8px;
}
.header-du .header-burger span:nth-child(3) {
  top: 16px;
}
@media only screen and (max-width: 1164px) {
  .header-du .header-burger {
    margin: 0;
  }
}
.header-du .header-hero {
  max-width: 615px;
  margin: auto 0;
}
@media only screen and (max-width: 1124px) {
  .header-du .header-hero {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .header-du .header-hero {
    margin-top: auto;
    padding: 100px 0 0;
  }
}
.header-du .header-hero h1 {
  color: #fff;
  margin: 0 0 25px;
}
.header-du .header-hero__desc {
  color: #fff;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.5;
  font-family: FiraSans-Light, sans-serif;
}
@media only screen and (max-width: 1400px) {
  .header-du .header-hero__desc {
    max-width: 500px;
  }
}
.header-du .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}
.header-du .header-man__bg {
  background-image: url(./../../assets/images/header-du-man.png);
  right: 0;
  bottom: -2px;
}
@media only screen and (max-width: 1600px) {
  .header-du .header-man__bg {
    height: 670px;
  }
}
@media only screen and (max-width: 1400px) {
  .header-du .header-man__bg {
    right: 0;
    height: 600px;
  }
}
.header-du .header-menu {
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%;
  padding-right: 50px;
}
@media (max-width: 1160px) {
  .header-du-detail .container-du {
    padding: 0 20px;
  }
  .header-du .header-menu {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.header-du .menu {
  width: 100%;
}
.header-du .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-du .menu__item {
  margin-left: 40px;
}
.header-du .menu__item:first-child {
  margin-left: 0;
}
.header-du .menu__link {
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header-du .menu__link:hover {
  color: #ffd600;
}
.header-du .header-phone a {
  color: #fff;
  font-family: FiraSans-SemiBold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header-du .header-phone a:hover {
  color: #ffd600;
}
.header-du .callback {
  color: #ffd600;
  cursor: pointer;
}
.header-du img.svg {
  opacity: 1;
}
.header-strategy.header {
  background-color: #021f45;
  min-height: 480px;
  height: auto;
  background-image: none;
}
.header-strategy.header:after {
  display: none;
}
.header-strategy.header .container_big {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.header-strategy.header .header-phones {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-strategy.header .header-phone {
  margin-top: 0;
}
.header-strategy.header .header-phone:last-child {
  margin-top: 0;
  font-size: 18px;
  font-family: FiraSans-Medium, sans-serif;
}
.header-strategy.header .header-top,
.header-strategy.header .header-top__right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-strategy.header .header-top__right {
  top: 0;
}
.header-strategy.header .header-burger {
  display: block;
  top: 0;
}
@media only screen and (max-width: 1124px) {
  .header-strategy.header .header-burger {
    top: 7px;
  }
}
.header-strategy.header .header-menu {
  display: none;
}
.header-strategy-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1124px) {
  .header-strategy-title {
    top: 0;
  }
}
.header-strategy-bg {
  block-size: contain;
  height: 100%;
  width: 100%;
  background-position: 50% calc(50% - 20px);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 22px;
  margin: auto;
  max-height: 330px;
}
@media only screen and (max-width: 1124px) {
  .header-strategy-bg {
    background-position: 50% calc(50% + 40px);
  }
}
.header-strategy-bg svg {
  width: 100%;
  height: 100%;
  opacity: 0.45;
}
.header {
  background-position: 50%;
  background-size: cover;
  background-image: url(./../../assets/images/bg_final.png);
  height: 100vh;
  min-height: 900px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 70px;
}
@media only screen and (max-width: 1124px) {
  .header {
    min-height: 600px;
    height: 100vh;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    min-height: 580px;
  }
}
.header:after {
  background-image: url(./../../assets/images/bg_1_2_2.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50%;
  max-width: 100%;
  position: absolute;
  opacity: 0.85;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 0;
  margin: auto;
  pointer-events: none;
}
@media only screen and (max-width: 1480px) {
  .header:after {
    background-size: contain;
    max-width: 90%;
  }
}
.header .container_big {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header * {
  color: #fff;
}
.header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
}
.header-inner > * {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1124px) {
  .header-inner {
    position: relative;
    padding: 0;
  }
}
.header-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top,
.header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-top__right {
  position: relative;
  top: 20px;
}
@media only screen and (max-width: 1124px) {
  .header-top__right {
    margin-left: 20px;
  }
}
.header-phone {
  font-size: 18px;
  margin-right: 21px;
}
.header-phone--hidden {
  display: none;
}
.header-phone:first-child {
  font-family: FiraSans-Medium, sans-serif;
}
.header-phone:last-child {
  font-size: 16px;
  font-family: FiraSans-Light, sans-serif;
}
@media only screen and (max-width: 1124px) {
  .header-du .header-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-phone {
    display: none;
  }
  .header-phone--hidden {
    display: block;
    flex-basis: 100%;
    text-align: right;
  }
  .header-phone--hidden a {
    font-size: 18px;
  }
}
.header-phones {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  white-space: nowrap;
}
.header-mobile,
.header-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mobile {
  position: fixed;
  left: auto;
  right: -350px;
  top: 0;
  bottom: 0;
  width: 350px;
  background-color: #021f45;
  padding: 63px 30px 40px;
  z-index: 10;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 350px;
}
@media only screen and (max-width: 1124px) {
  .header-mobile {
    padding-top: 53px;
  }
}
@media only screen and (max-width: 410px) {
  .header-mobile {
    width: 280px;
    right: -280px;
  }
}
@media only screen and (max-width: 330px) {
  .header-mobile {
    width: 260px;
    right: -260px;
  }
}
.header-mobile a {
  text-transform: uppercase;
}
.header-mobile a:hover {
  color: #ffd600;
}
.header-mobile .header-burger {
  display: block;
  position: absolute;
  right: 30px;
  top: 63px;
}
@media only screen and (max-width: 1124px) {
  .header-mobile .header-burger {
    top: 53px;
  }
}
.header-mobile .header-menu {
  width: 100%;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-mobile .header-menu__li {
  margin-right: 0;
  width: 100%;
  margin-top: 17px;
}
.header-mobile .header-menu__li:first-child {
  margin-top: 0;
}
.header-mobile .header-menu__link {
  color: #fff;
}
.header-mobile .header-phones {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 20px;
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
}
.header-mobile .header-phone {
  width: auto;
  color: #fff;
}
.header-mobile .header-phone:last-child {
  font-size: 18px;
  font-family: FiraSans-Medium, sans-serif;
}
@media only screen and (max-width: 1124px) {
  .header-mobile .header-phone {
    display: block;
  }
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
@media only screen and (max-width: 1124px) {
  .header-menu {
    display: none;
  }
  .header-menu.show-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.header-menu__li {
  margin-right: 100px;
}
@media only screen and (max-width: 1124px) {
  .header-menu__li {
    margin-right: 0;
  }
}
.header-menu__link {
  font-family: FiraSans-Medium, sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.header-man__bg {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 790px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 79% 100%;
  background-image: url(./../../assets/images/bg_1_3_2.png);
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 1124px) {
  .header-man__bg {
    display: none;
  }
}
.header-middle {
  max-width: 800px;
  width: 100%;
}
.header-title {
  font-family: Suisse Int, sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 450;
  font-size: 60px;
  line-height: 86px;
}
@media only screen and (max-width: 1124px) {
  .header-title {
    margin-top: 40px;
  }
}
.header-subtitle {
  font-size: 24px;
  font-family: FiraSans-Light, sans-serif;
}
@media only screen and (max-width: 1124px) {
  .header-subtitle {
    font-size: 15px;
  }
}
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1124px) {
  .header-bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1124px) {
  .header-bottom__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
  }
  .header-bottom__col:last-child {
    margin-bottom: 0;
  }
}
.header-bottom__link {
  margin-right: 21px;
  white-space: nowrap;
}
.header-bottom__title {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 1124px) {
  .header-bottom__title {
    margin-bottom: 10px;
  }
}
.header .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 1124px) {
  .header .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.header-logo {
  max-width: 350px;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-logo svg {
    display: none;
  }
}
.header-logo svg.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-logo svg.mobile {
    display: block;
  }
}
.header-logo img,
.header-logo svg {
  width: 270px;
  height: 100%;
  max-height: 92px;
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}
.header-logo img path,
.header-logo svg path {
  fill: #fff;
}
.header-burger {
  display: none;
}
@media only screen and (max-width: 1124px) {
  .header-du .header-burger {
    display: block;
  }
  .header-du .burger-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }

  .header-du-detail .header-burger {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 1124px) {
  .header-du .header-logo {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .header-du .header-phones {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
  }
  .header-du .header-phones a:last-child {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-du {
    padding-top: 16px;
  }
  .header-du .header-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-du .header-phones {
    font-size: 14px;
  }
  .header-phone--hidden a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 450px) {
  .header-burger {
    top: auto;
  }
  .header-logo img {
    width: 170px;
    height: 40px;
  }
  .header-logo-right img {
    height: 30px;
    margin-bottom: 5px;
  }
  .header-du .header-phones {
    font-family: FiraSans-Medium, sans-serif;
    font-size: 12px;
  }
  .header-phone--hidden a {
    font-size: 12px;
  }
}
.how-open {
  background-color: #17305a;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #4b6785;
}
.how-open:before {
  content: '';
  position: absolute;
  right: 0;
  top: -34px;
  bottom: 0;
  height: auto;
  background-image: url(./../../assets/images/bg_how1.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  display: block;
  width: 100%;
  left: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .how-open:before {
    background-position-x: 140%;
  }
}
@media only screen and (max-width: 1250px) {
  .how-open:before {
    background: none;
  }
}
.how-open-title {
  text-align: left;
}
.how-open-inner {
  padding: 0 50px;
  max-width: 660px;
}
@media only screen and (max-width: 1250px) {
  .how-open-inner {
    padding: 0;
    max-width: 100%;
  }
}
.how-open-capture {
  font-size: 20px;
}
.how-open-capture a {
  font-family: FiraSans-SemiBold, sans-serif;
  text-decoration: underline;
  color: #fff;
}
.how-open-capture a:hover {
  text-decoration: none;
}
.how-open-capture p {
  margin-bottom: 15px;
}
.how-open-capture p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .how-open .container_big {
    padding: 0 20px;
    width: auto;
  }
}
@media only screen and (max-width: 1124px) {
  .how-open .container_big {
    padding: 0 20px;
    width: auto;
  }
}
.how-open .btn {
  margin-top: 35px;
}
.how-open .btn,
.how-work .container {
  text-align: center;
}
.how-work .btn {
  margin-top: 50px;
}
.how-work__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.how-work__item {
  width: 240px;
  margin-right: 40px;
  min-width: 240px;
  position: relative;
}
@media only screen and (max-width: 1124px) {
  .how-work__item {
    max-width: calc(50% - 40px);
    width: 100%;
    margin-bottom: 40px;
  }
  .how-work__item:last-child,
  .how-work__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .how-work__item {
    max-width: 100%;
    margin-right: 0;
  }
  .how-work__item:nth-last-child(2) {
    margin-bottom: 40px;
  }
}
.how-work__item--icon {
  width: 65px;
  height: 65px;
}
.how-work__item--icon img,
.how-work__item--icon svg {
  width: 100%;
  height: 100%;
}
.how-work__item--title {
  margin: 30px 0;
  font-family: FiraSans-Medium, sans-serif;
}
@media only screen and (max-width: 1124px) {
  .how-work__item--title {
    margin: 15px 0;
  }
}
.how-work__item--bgnum {
  position: absolute;
  font-size: 200px;
  font-family: FiraSans-Light, sans-serif;
  color: #c0c6ca;
  right: 0;
  opacity: 0.15;
  top: 0;
}
.how-work__item--arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 55px;
  top: 15px;
}
.how-work__item--arrow img,
.how-work__item--arrow svg {
  height: 100%;
  width: 100%;
}
.how-work__item--arrow img path,
.how-work__item--arrow svg path {
  fill: #ccd3dc;
}
.how-work__item:last-child {
  margin-right: 0;
}
.how-work__item:last-child .how-work__item--arrow {
  display: none;
}
.how-work__item .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1124px) {
  .how-work__item .btn {
    margin-top: 15px;
  }
}
.how-work__title {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1124px) {
  .how-work__title {
    margin-bottom: 30px;
  }
}
.how-work .container_big {
  padding: 130px 0;
}
@media only screen and (max-width: 1124px) {
  .how-work .container_big {
    padding: 70px 0 10px;
  }
}
.how .container {
  max-width: 1360px;
  width: auto;
}
.how-checks,
.how-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.how-checks__title,
.how-nums__title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}
@media only screen and (max-width: 1124px) {
  .how-checks__title,
  .how-nums__title {
    margin-bottom: 30px;
  }
}
.how-checks__item,
.how-nums__item {
  width: 20%;
  text-align: center;
  max-width: 240px;
}
.how-checks__item--icon,
.how-nums__item--icon {
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 25px;
  font-family: FiraSans-Light, sans-serif;
  font-size: 36px;
  border: 1px solid #eaf1f8;
}
.how-checks__item--icon svg path,
.how-nums__item--icon svg path {
  fill: #74aa5c;
}
@media only screen and (max-width: 1300px) {
  .how-checks__item,
  .how-nums__item {
    width: 33.33333%;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .how-checks__item,
  .how-nums__item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .how-checks__item:last-child,
  .how-nums__item:last-child {
    margin-bottom: 0;
  }
}
.how-checks__item--capture,
.how-nums__item--capture {
  display: inline-block;
  padding-top: 10px;
}
@media only screen and (max-width: 1300px) {
  .how-checks {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.how-nums {
  max-width: 1080px;
  margin: auto;
  margin-top: 60px;
}
.how-nums__item {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .how-nums__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .how-nums__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1124px) {
  .income {
    padding-bottom: 38px;
  }
}
.income-title {
  margin-bottom: 37px;
}
.income-subtitle {
  font-family: FiraSans-Regular, sans-serif;
  width: 100%;
  margin-bottom: 18px;
  text-align: center;
}
.income-calc {
  border: 1px solid #7382a0;
}
@media only screen and (max-width: 1124px) {
  .income-calc {
    border: none;
  }
}
.income-calc__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .income-calc__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.income-calc__btns input[type='radio'] {
  display: none;
}
.income-calc__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .income-calc__inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.income-calc__group {
  min-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .income-calc__group {
    width: 100%;
    margin-bottom: 15px;
  }
  .income-calc__group:last-child {
    margin-bottom: 30px;
  }
}
.income-calc__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .income-calc__bottom {
    margin-top: 3px;
  }
}
.income-calc__label {
  font-size: 18px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .income-calc__label {
    margin-bottom: 3px;
  }
}
.income-calc__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 17px 20px;
  border-radius: 10px;
  margin: 0;
  font-family: FiraSans-Medium, sans-serif;
  -webkit-box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
  box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
  cursor: pointer;
  min-width: 240px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 767px) {
  .income-calc__btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .income-calc__btn:last-child {
    margin-bottom: 0;
  }
}
.income-calc__btn--icon {
  margin-right: 20px;
}
.income-calc__btn--radio:checked + .income-calc__btn {
  background-color: #7382a0;
  -webkit-box-shadow: inset 0 4px 10px 0 rgba(0, 34, 80, 0.3);
  box-shadow: inset 0 4px 10px 0 rgba(0, 34, 80, 0.3);
}
.income-calc__btn--radio:checked + .income-calc__btn svg path {
  fill: #fff;
}
.income-calc__btn--radio:checked + .income-calc__btn .income-calc__btn--title {
  color: #fff;
}
.income-calc__title {
  font-size: 20px;
  margin: 0 auto -18px;
  width: auto;
  text-align: center;
  position: relative;
  bottom: 18px;
  background-color: #f5f7f9;
  display: table;
  padding: 0 10px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.income-calc__container {
  max-width: 800px;
  margin: auto;
}
.income-capture {
  font-size: 12px;
  margin-top: 20px;
  color: #7382a0;
}
.income-results {
  padding: 40px 55px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 60px 55px;
  position: relative;
  -webkit-box-shadow: 0 20px 80px -21px rgba(0, 34, 80, 0.3);
  box-shadow: 0 20px 80px -21px rgba(0, 34, 80, 0.3);
}
@media only screen and (max-width: 767px) {
  .income-results {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 40px;
  }
}
.income-results__title {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.income-results__col {
  width: 50%;
  margin-top: 35px;
}
@media only screen and (max-width: 1124px) {
  .income-results__col {
    width: 100%;
  }
}
.income .charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -13px;
  position: relative;
  left: 90px;
  margin-bottom: -110px;
}
@media only screen and (max-width: 1124px) {
  .income .charts {
    margin-top: 20px;
    left: 5%;
  }
}
@media only screen and (max-width: 480px) {
  .income .charts {
    left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.income .charts .amcharts-chart-div > a {
  display: none !important;
}
.income .charts #chartdiv,
.income .charts #chartdiv1 {
  width: 100%;
  height: 300px;
  max-width: 730px;
  margin-top: 27px;
  min-width: 210px;
}
@media only screen and (max-width: 1124px) {
  .income .charts #chartdiv,
  .income .charts #chartdiv1 {
    min-width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .income .charts #chartdiv,
  .income .charts #chartdiv1 {
    min-width: 200px;
  }
}
.income .charts #chartdiv1 g text,
.income .charts #chartdiv g text {
  font-family: FiraSans-Light, sans-serif !important;
}
.income .charts-item {
  width: 53%;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1124px) {
  .income .charts-item {
    position: relative;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .income .charts-item {
    width: 100%;
    max-width: 250px;
    left: 15%;
    margin-top: -50px;
  }
  .income .charts-item:last-child {
    left: 35%;
    margin-top: -50px;
  }
}
.income .charts-item:first-child {
  right: 42%;
}
@media only screen and (max-width: 1124px) {
  .income.charts-item:first-child {
    right: 0;
  }
}
.income .charts-item__values {
  position: relative;
  top: 28px;
  left: -170px;
}
.income .charts-item__values--item {
  position: absolute;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.income .charts-item__values--item span {
  position: relative;
  bottom: 42px;
  will-change: transform;
  border-bottom: 1px solid #002250;
  color: #002250;
}
.income .charts-item__values--item span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: -10px;
  width: auto;
  display: block;
  background-color: #fff;
  height: 1px;
}
.income .charts-item__values--item span:after {
  content: '';
  display: block;
  position: absolute;
  height: 61px;
  right: 0;
  bottom: -0.3px;
  width: 1px;
  background-color: #002250;
  -webkit-transform: rotate(123deg);
  transform: rotate(123deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  will-change: transform;
}
.income .charts-item__values--item:last-child span {
  bottom: 35px;
  border-color: #c0c6ca;
  color: #c0c6ca;
}
.income .charts-item__values--item:last-child span:after {
  background: #c0c6ca;
}
.income .charts-item__total {
  position: absolute;
  top: 0;
  right: 75px;
  left: 0;
  text-align: center;
  font-size: 24px;
  font-family: FiraSans-Light, sans-serif;
  color: #7382a0;
  z-index: 1;
}
.income-result__group {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 480px) {
  .income-result__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .income-result__param br {
    display: none;
    margin-bottom: 7px;
  }
}
.income-result__value {
  font-family: FiraSans-Light, sans-serif;
  font-size: 36px;
  position: relative;
  top: 9px;
}
@media only screen and (max-width: 480px) {
  .income-result__value {
    top: 3px;
  }
}
.income-result__value--percentage {
  position: absolute;
  top: -5px;
  right: 0;
  color: #74aa5c;
  font-size: 12px;
  font-family: FiraSans-SemiBold, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.income-result__value--percentage img,
.income-result__value--percentage svg {
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.income-result__value--percentage img path,
.income-result__value--percentage svg path {
  fill: #74aa5c;
}
.inst-invest__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1124px) {
  .inst-invest__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.inst-invest__title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1124px) {
  .inst-invest__title {
    margin-bottom: 30px;
  }
}
.inst-invest__btn {
  width: 33.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  height: 100%;
  border: 1px solid #ccd3dc;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  padding: 10px;
}
.inst-invest__btn.active {
  background-color: #ccd3dc;
  -webkit-box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
  box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
  border-color: #ccd3dc;
}
@media only screen and (max-width: 1124px) {
  .inst-invest__btn {
    text-align: left;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .inst-invest__btn {
    width: 100%;
    border-radius: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inst-invest__btn--icon {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.inst-invest__btn--icon img,
.inst-invest__btn--icon svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1124px) {
  .inst-invest__btn--icon {
    margin-right: 10px;
    min-width: 35px;
    min-height: 35px;
  }
}
.inst-invest__btn--title {
  font-family: FiraSans-Medium, sans-serif;
}
@media only screen and (max-width: 480px) {
  .inst-invest__btn--title {
    width: 130px;
  }
}
.inst-invest__btn:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right-color: transparent;
}
@media only screen and (max-width: 1124px) {
  .inst-invest__btn:first-child {
    border-bottom-left-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inst-invest__btn:first-child {
    border-right: 1px solid;
    border-right-color: #ccd3dc;
    border-top-right-radius: 10px;
  }
}
@media only screen and (max-width: 1124px) {
  .inst-invest__btn:nth-child(2) {
    border-top-right-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .inst-invest__btn:nth-child(2) {
    border-top-right-radius: 0;
  }
}
.inst-invest__btn:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left-color: transparent;
}
.inst-invest__btn:last-child .inst-invest__btn--icon {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1124px) {
  .inst-invest__btn:last-child .inst-invest__btn--icon {
    min-width: 30px;
    min-height: 30px;
  }
}
@media only screen and (max-width: 1124px) {
  .inst-invest__btn:last-child {
    width: 100%;
    border-left-color: #ccd3dc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
    border-top-color: transparent;
  }
}
.inst-invest__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .inst-invest__tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.inst-invest__tab--content {
  width: calc(70% - 40px);
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .inst-invest__tab--content {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.inst-invest__tab--info {
  width: calc(30% + 40px);
  position: relative;
  padding: 33px;
  text-align: center;
  border: 1px solid #ccd3dc;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .inst-invest__tab--info {
    width: 100%;
    margin-top: 30px;
  }
}
.inst-invest__tab--info_icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 160px;
  width: 160px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inst-invest__tab--info_icon {
    padding: 15px 0;
  }
}
.inst-invest__tab--info_icon img,
.inst-invest__tab--info_icon svg {
  width: 100%;
  height: 100%;
}
.inst-invest__tab--info_icon img path,
.inst-invest__tab--info_icon svg path {
  fill: hsla(204, 9%, 77%, 0.2);
}
.inst-invest__tab--info_capture {
  font-size: 20px;
}
.inst-invest__tab--links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .inst-invest__tab--links {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.inst-invest__tab--link {
  text-decoration: underline;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.inst-invest__tab--link:hover {
  color: inherit;
  text-decoration: none;
}
.inst-invest__tab--li {
  margin-bottom: 10px;
}
.inst-invest__tab--li:last-child {
  margin-bottom: 0;
}
.inst-invest__tab--ul {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .inst-invest__tab--ul {
    width: 100%;
    margin-top: 10px;
  }
  .inst-invest__tab--ul:first-child {
    margin-top: 0;
  }
}

.managment {
  background: url(./../../assets/images/managment-bg-new.png) 50% no-repeat;
  background-size: cover;
  color: #fff;
  overflow-x: hidden;
}
.managment__diagram {
  position: relative;
  margin-top: 80px;
}
.managment__diagram:after {
  content: '';
  max-width: 650px;
  width: 100%;
  height: 650px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  border: 1px solid hsla(0, 0%, 100%, 0.039);
}
@media only screen and (max-width: 768px) {
  .managment__diagram:after {
    display: none;
  }
}
.managment .diagram {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.managment .diagram:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1a3760;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .managment.diagram:after {
    display: none;
  }
}
.managment .diagram:before {
  content: '';
  width: 2px;
  z-index: 1;
  height: 100%;
  background-color: #1a3760;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .managment.diagram:before {
    display: none;
  }
}
.managment .diagram-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #052653;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 18px 0 rgba(5, 7, 10, 0.27);
  box-shadow: 0 0 18px 0 rgba(5, 7, 10, 0.27);
}
@media only screen and (max-width: 768px) {
  .managment .diagram-button {
    display: none;
  }
}
.managment .diagram-button:after {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  border: 1px solid hsla(0, 0%, 100%, 0.039);
  width: 130px;
  height: 130px;
}
@media only screen and (max-width: 768px) {
  .managment.diagram-button:after {
    display: none;
  }
}
.managment .diagram-button__wrapper {
  width: 50px;
  height: 50px;
  display: block;
}
.managment .diagram-button__wrapper svg {
  width: 50px;
  height: 50px;
}
.managment .diagram-button__wrapper svg path {
  fill: #fff;
}
.managment .diagram-button__wrapper img {
  max-width: 100%;
  height: auto;
}
.managment .diagram__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .managment .diagram__list {
    display: block;
  }
}
.managment .diagram-block {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: hsla(0, 0%, 100%, 0.039);
  padding: 15px;
  color: #fff;
  height: 280px;
  width: 280px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .managment .diagram-block {
    border-radius: 0 !important;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
  }
}
.managment .diagram-block:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 68px 0 hsla(0, 0%, 100%, 0.27);
  box-shadow: 0 0 68px 0 hsla(0, 0%, 100%, 0.27);
}
.managment .diagram-block:hover .diagram-block__title {
  color: #002250;
}
.managment .diagram-block:hover .diagram-block__icon svg path,
.managment .diagram-block:hover .diagram-block__icon svg rect {
  fill: #002250;
}
.managment .diagram-block:hover .diagram-content {
  opacity: 1;
}
.managment .diagram-block:first-child {
  border-top-left-radius: 100%;
}
.managment .diagram-block:first-child .diagram-block__content {
  top: 129px;
  left: 103px;
}
.managment .diagram-block:first-child .diagram-content {
  left: -311px;
  bottom: 52px;
}
@media only screen and (max-width: 1400px) {
  .managment .diagram-block:first-child .diagram-content {
    left: -110px;
  }
}
.managment .diagram-block:nth-child(2) {
  border-top-right-radius: 100%;
}
.managment .diagram-block:nth-child(2) .diagram-block__content {
  top: 129px;
  left: 95px;
}
.managment .diagram-block:nth-child(2) .diagram-content {
  right: -311px;
  bottom: 52px;
}
@media only screen and (max-width: 1400px) {
  .managment .diagram-block:nth-child(2) .diagram-content {
    right: -110px;
  }
}
.managment .diagram-block:nth-child(3) {
  border-bottom-left-radius: 100%;
}
.managment .diagram-block:nth-child(3) .diagram-block__content {
  bottom: 129px;
  left: 109px;
}
.managment .diagram-block:nth-child(3) .diagram-content {
  left: -311px;
  top: 52px;
}
@media only screen and (max-width: 1400px) {
  .managment .diagram-block:nth-child(3) .diagram-content {
    left: -110px;
  }
}
.managment .diagram-block:last-child {
  border-bottom-right-radius: 100%;
}
.managment .diagram-block:last-child .diagram-block__content {
  bottom: 129px;
  left: 46px;
}
.managment .diagram-block:last-child .diagram-content {
  right: -311px;
  top: 52px;
}
@media only screen and (max-width: 1400px) {
  .managment .diagram-block:last-child .diagram-content {
    right: -110px;
  }
}
.managment .diagram-block__content {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .managment .diagram-block__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    margin-bottom: 15px;
  }
}
.managment .diagram-block__icon {
  width: 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .managment .diagram-block__icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 10px;
    height: 50px;
  }
}
.managment .diagram-block__icon svg {
  width: 50px;
  height: 50px;
}
.managment .diagram-block__icon svg path,
.managment .diagram-block__icon svg rect {
  fill: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.managment .diagram-block__title {
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .managment .diagram-block__title {
    margin-top: 0;
  }
}
.managment .diagram-content {
  position: absolute;
  max-width: 360px;
  padding: 30px 25px;
  background-color: #fff;
  color: #002250;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
  box-shadow: 0 7px 15px -4px rgba(0, 34, 80, 0.2);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .managment .diagram-content {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    opacity: 1;
    max-width: 100%;
  }
}
.managment .diagram-content__title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .managment .diagram-content__title {
    display: none;
  }
}
.managment .diagram-content__desc {
  position: relative;
  z-index: 2;
}
.managment .diagram-content__bg {
  position: absolute;
  right: -40px;
  bottom: -40px;
}
.managment .diagram-content__bg svg {
  width: 150px;
  height: 150px;
}
.managment .diagram-content__bg svg path,
.managment .diagram-content__bg svg rect {
  fill: rgba(0, 34, 80, 0.07);
}
.managment .diagram-content__bg img {
  max-width: 100%;
  height: auto;
}
.process__desc {
  max-width: 555px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.625;
  color: #7382a0;
}
.process__footer {
  margin-top: 65px;
  text-align: center;
}
.process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .process-list {
    display: block;
  }
}
.process-item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .process-item {
    margin-bottom: 86px;
    text-align: center;
  }
}
.process-item__step {
  margin-bottom: 40px;
  color: #7382a0;
}
@media only screen and (max-width: 768px) {
  .process-item__step {
    margin-bottom: 10px;
  }
}
.process-item__desc {
  color: #002250;
  font-family: FiraSans-Semibold;
  max-width: 165px;
  line-height: 1.6;
}
@media only screen and (max-width: 580px) {
  .process-item__desc {
    max-width: 340px !important;
  }
}
@media only screen and (max-width: 768px) {
  .process-item__desc {
    max-width: 100%;
    margin: 0 auto;
  }
}
.process-item__arrow {
  position: absolute;
  right: -95px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .process-item__arrow {
    right: unset !important;
    -webkit-transform: translateX(-50%) translateY(0) rotate(90deg);
    transform: translateX(-50%) translateY(0) rotate(90deg);
    left: 50%;
    top: 135%;
    /* top: 86px !important;
    top: 110px !important; */
  }
}
.process-item:last-child .process-item__arrow {
  display: none;
}
.questions {
  position: relative;
}
.questions:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  top: 50%;
  background-color: #f5f7f9;
  display: block;
  z-index: 0;
}
.questions .container_big {
  background-color: #fff;
  background-image: url(./../../assets/images/bg_man.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 770px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1124px) {
  .questions .container_big {
    background-image: none;
    width: auto;
  }
}
.questions-inner {
  padding-top: 130px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1124px) {
  .questions-inner {
    padding: 60px 0 70px;
  }
}
.questions-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1124px) {
  .questions-title {
    margin-bottom: 20px;
  }
}
.questions-container {
  max-width: 772px;
  margin-left: auto;
  margin-right: 80px;
  height: 430px;
  overflow: hidden;
  margin-top: 10px;
}
@media only screen and (max-width: 1480px) {
  .questions-container {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1124px) {
  .questions-container {
    margin-left: 0;
    margin-right: -10px;
    max-width: 100%;
    margin-top: 0;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .questions-container {
    max-width: unset;
    width: auto;
  }
}
.questions-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 0 30px;
  border: 1px solid #eaf1f8;
  border-radius: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .questions-item {
    padding: 0 15px;
  }
}
.questions-item:first-child {
  margin-top: 7px;
}
.questions-item:last-child {
  margin-bottom: 20px;
}
.questions-item__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 2px solid #002250;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.questions-item__btn:after,
.questions-item__btn:before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #002250;
  display: block;
  margin: auto;
  position: absolute;
  display: inline-table;
}
.questions-item__btn:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.questions-item__title {
  font-size: 20px;
  font-family: FiraSans-Medium, sans-serif;
  padding: 26px 0;
  min-height: 80px;
  cursor: pointer;
  position: relative;
  padding-right: 27px;
}
.questions-item__capture {
  color: #7382a0;
  padding-bottom: 0;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.questions-item.show {
  -webkit-box-shadow: 0 4px 33px -3px rgba(0, 34, 80, 0.25);
  box-shadow: 0 4px 33px -3px rgba(0, 34, 80, 0.25);
  border-color: transparent;
}
.questions-item.show .questions-item__capture {
  font-size: 16px;
  opacity: 1;
  padding-bottom: 33px;
}
.questions-item.show .questions-item__btn {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .questions .scroll-wrapper > .scroll-content {
    padding-right: 25px;
  }
}
.strategy-about {
  position: relative;
  z-index: 1;
  margin: 30px auto;
}
.strategy-about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1140px;
  padding: 0;
}
.strategy-about__briefcase-structure {
  background: #fff;
  -ms-flex-preferred-size: 48.7%;
  flex-basis: 48.7%;
}
.strategy-about__briefcase-structure .briefcase-structure-content {
  max-width: 100%;
}
.strategy-about__briefcase-structure .briefcase-structure-content__title {
  text-transform: uppercase;
}
.strategy-about-manager {
  padding: 40px;
  background-color: #fff;
  -ms-flex-preferred-size: 48.7%;
  flex-basis: 48.7%;
}
.strategy-about-manager__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 20px;
}
.strategy-about-manager__info {
  padding-left: 20px;
  padding-top: 20px;
}
.strategy-about-manager__icon {
  width: 120px;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
}
.strategy-about-manager__name {
  font-family: FiraSans-SemiBold, sans-serif;
  font-size: 18px;
}
.strategy-about-manager__position {
  font-weight: 300;
  font-family: FiraSans-Light, sans-serif;
  color: #7382a0;
}
.strategy-about-manager__capture {
  font-size: 14px;
}
.strategy-about-manager__capture em {
  display: block;
  font-family: FiraSans-Light, sans-serif;
  margin-bottom: 15px;
}
.strategy-capture {
  position: relative;
}
.strategy-capture .container {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-shadow: 0 20px 80px 0 rgba(0, 34, 80, 0.1);
  box-shadow: 0 20px 80px 0 rgba(0, 34, 80, 0.1);
  margin-top: -60px;
  padding: 70px 30px;
}
@media only screen and (max-width: 767px) {
  .strategy-capture .container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}
.strategy-capture-container {
  max-width: 980px;
  width: 100%;
  padding-right: 20px;
}
.strategy-capture-container__bg {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 70px;
  text-align: center;
}
.strategy-capture-container__bg svg {
  height: 100%;
  width: auto;
}
.strategy-capture-container__bg svg path {
  fill: rgba(115, 130, 160, 0.06);
}
@media only screen and (max-width: 767px) {
  .strategy-capture-container {
    padding-right: 0;
  }
}
.strategy-capture-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .strategy-capture-group {
    margin-bottom: 20px;
  }
}
.strategy-capture-group:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .strategy-capture-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.strategy-capture-param {
  max-width: 380px;
  font-family: FiraSans-Medium, sans-serif;
  width: 38%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .strategy-capture-param {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.strategy-capture-value {
  width: 62%;
  max-width: 660px;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .strategy-capture-value {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.strategy-conditions {
  overflow-x: hidden;
}
.strategy-conditions .container {
  max-width: 1140px;
}
@media only screen and (max-width: 1360px) {
  .strategy-conditions .container {
    max-width: 100%;
    width: auto;
  }
}
.strategy-conditions-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1124px) {
  .strategy-conditions-title {
    margin-bottom: 30px;
  }
}
.strategy-conditions-inner {
  width: 100%;
  margin-left: 0;
  position: relative;
}
@media only screen and (max-width: 1360px) {
  .strategy-conditions-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-conditions-inner {
    background-image: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .strategy-conditions-inner:before {
    content: '\418\418\421';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: calc(100% - 1872px);
    bottom: auto;
    font-size: 400px;
    color: #f3f4f6;
    pointer-events: none;
    z-index: -1;
    word-break: break-all;
    line-height: 0.78;
    width: 268px;
    margin: auto;
    font-family: FiraSans-SemiBold;
  }
}
.strategy-conditions-col {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.strategy-conditions-col__title {
  margin-bottom: 22px;
  font-family: FiraSans-SemiBold, sans-serif;
  font-size: 16px;
  color: #7382a0;
}
.strategy-conditions-col__list {
  position: relative;
}
.strategy-conditions-col__desc {
  margin-top: 22px;
  font-size: 14px;
  max-width: 615px;
  line-height: 1.6;
  color: #002250;
}
.strategy-conditions-col__desc a {
  color: #2362e2;
  border-bottom: 1px solid #2362e2;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.strategy-conditions-col__desc a:hover {
  border-color: transparent;
}
.strategy-conditions-list__desc {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 350px;
  font-size: 14px;
  color: #7382a0;
}
.strategy-conditions-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  position: relative;
  width: 64%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.strategy-conditions-item__title {
  color: #7382a0;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
@media only screen and (max-width: 480px) {
  .strategy-conditions-item__title {
    margin: 10px 0 12px;
  }
}
.strategy-conditions-item__value {
  color: #2362e2;
  font-family: FiraSans-Medium, sans-serif;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.strategy-conditions-item__ul {
  margin-left: 0;
}
.strategy-conditions-item__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  padding-left: 17px;
  line-height: 1.55;
}
@media only screen and (max-width: 530px) {
  .strategy-conditions-item__li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.strategy-conditions-item__li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #002250;
  border-radius: 100%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-table;
}
.strategy-conditions-manager {
  margin-top: 0;
}
@media only screen and (max-width: 1360px) {
  .strategy-conditions-manager {
    display: block;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-conditions-manager {
    margin-top: 35px;
  }
}
.strategy-conditions-manager__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1360px) {
  .strategy-conditions-manager__head {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .strategy-conditions-manager__head {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.strategy-conditions-manager__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.strategy-conditions-manager__position {
  font-size: 14px;
  font-family: FiraSans-Light, sans-serif;
  color: #7382a0;
}
.strategy-conditions-manager__icon {
  min-width: 80px;
  height: 80px;
  background-position: top;
  background-size: cover;
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  .strategy-conditions-manager__icon {
    margin-right: 20px;
  }
}
.strategy-conditions-manager__capture {
  font-family: FiraSans-Light, sans-serif;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.55;
}
@media only screen and (max-width: 1360px) {
  .strategy-conditions-manager__capture {
    margin-top: 0;
  }
}
.strategy-conditions-manager__more {
  font-size: 14px;
  margin-top: 5px;
  text-decoration: underline;
  display: inline-block;
}
.strategy-conditions-manager__more:hover {
  text-decoration: none;
  color: #002250;
}
.strategy-conditions-manager .btn {
  width: 100%;
  max-width: 240px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1360px) {
  .strategy-conditions-manager .btn {
    position: relative;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-conditions-manager .btn {
    margin-top: 20px;
  }
}
.strategy-conditions--du {
  overflow: hidden;
}
@media only screen and (max-width: 1360px) {
  .strategy-conditions--du .container {
    max-width: 1140px;
  }
}
.strategy-conditions--du .strategy-conditions-list__desc {
  position: relative;
}
.strategy-conditions--du .strategy-conditions-col__desc {
  font-size: 14px;
  color: #7382a0;
  max-width: 100%;
}
.strategy-conditions--du .strategy-conditions-col__desc-bottom {
  display: inline-block;
  max-width: 615px;
  color: #002250;
}
.strategy-conditions--du .strategy-conditions-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height 0.3, opacity 0.3s, visibility 0.3s;
  transition: height 0.3, opacity 0.3s, visibility 0.3s;
}
.strategy-conditions--du .strategy-conditions-col__title {
  margin-bottom: 0;
  -webkit-transition: margin-bottom 0.3s;
  transition: margin-bottom 0.3s;
  color: #002250;
  cursor: pointer;
}
.strategy-conditions--du .strategy-conditions-col__title .svg {
  width: 10px;
  height: 9px;
  fill: #002250;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.strategy-conditions--du .strategy-conditions-col__title.show {
  margin-bottom: 22px;
  -webkit-transition: margin-bottom 0.3s;
  transition: margin-bottom 0.3s;
}
.strategy-conditions--du .strategy-conditions-col__title.show .svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.strategy-conditions--du .strategy-conditions-col__title.show + .strategy-conditions-content {
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: height 0.3s, opacity 0.3s;
  transition: height 0.3s, opacity 0.3s;
}
.strategy-conditions--du .strategy-conditions-col__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.strategy-conditions--du .strategy-conditions-item-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.strategy-conditions--du .strategy-conditions-item {
  width: 100%;
  color: #7382a0;
}
.strategy-conditions--du .strategy-conditions-col__warning-wrap {
  max-width: 360px;
}
.strategy-conditions--du .strategy-conditions-col__warning {
  font-size: 14px;
  color: #7382a0;
}
@media (max-width: 749px) {
  .strategy-conditions--du .strategy-conditions-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .strategy-conditions--du .strategy-conditions-item__title,
  .strategy-conditions--du .strategy-conditions-item__value {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .strategy-conditions--du .strategy-conditions-item__value {
    position: relative;
  }
  .strategy-conditions--du .strategy-conditions-item__value:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
    background-color: #d3d3d3;
  }
  .strategy-conditions--du .strategy-conditions-col__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .strategy-conditions--du .strategy-conditions-col__list .strategy-conditions-col__warning-wrap {
    margin-top: 20px;
  }
}
.strategy {
  background-image: url(./../../assets/images/strategy-bg-new.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.strategy .swiper-slide {
  height: auto;
}
.strategy .briefcase-nav {
  position: relative;
  margin-top: 20px;
}
.strategy__title h2 {
  color: #fff;
  margin-bottom: 70px;
}
.strategy__desc {
  max-width: 420px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.strategy-item,
.strategy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.strategy-item {
  /* width: 320px; */
  height: 100%;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 30px;
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 34, 80, 0.2);
  box-shadow: 0 10px 16px 0 rgba(0, 34, 80, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.strategy-item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .strategy-item {
    /* width: 48%; */
    margin-bottom: 32px;
  }

  .process-item__arrow {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .strategy-item {
    width: 100%;
  }
  .process-item__arrow {
    display: block;
  }
}
.strategy-item__bg {
  position: absolute;
  right: -54px;
  bottom: 5px;
  width: 200px;
  height: 200px;
}
.strategy-item__bg img {
  height: 100%;
  opacity: 0.05;
}
.strategy-item__icon {
  width: 45px;
  margin-bottom: 20px;
}
.strategy-item__icon img {
  width: 100%;
}
.strategy-item__title {
  font-family: FiraSans-SemiBold, sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .strategy-item__title {
    max-width: 100%;
  }
}
.strategy-item__separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  margin-bottom: 20px;
}
.strategy-item__separate > p {
  width: 100%;
  font-size: 14px;
}
.strategy-item__desc {
  font-size: 14px;
  margin-bottom: 35px;
  z-index: 1;
  position: relative;
}
.strategy-item__desc-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.strategy-item__risk {
  margin-bottom: 28px;
  font-size: 14px;
}
.strategy-item__button,
.strategy-item__risk {
  z-index: 1;
  position: relative;
}
.strategy-item__button a {
  display: block;
  text-align: center;
}
.what-iis .container_big {
  min-height: 620px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1124px) {
  .what-iis .container_big {
    width: auto;
    min-height: 0;
    padding: 0;
  }
}
.what-iis .container_big:before {
  content: '';
  background-image: url(./../../assets/images/emblem.png);
  width: calc(100% - 200px);
  height: 100%;
  background-position: center 39%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 1124px) {
  .what-iis.container_big:before {
    width: 100%;
    margin: auto;
    background-position: 50%;
  }
}
.what-iis__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 567px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 1124px) {
  .what-iis__inner {
    margin-bottom: 70px;
  }
}
.what-iis__title {
  width: 100%;
  text-align: center;
}
.what-iis__capture {
  font-size: 20px;
}
input[type='checkbox'] + label {
  position: relative;
}
input[type='checkbox']:checked + label:hover:before {
  opacity: 0.5;
  background-color: #d3d3d3;
}
input[type='checkbox']:checked + label:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 12px;
  top: 0;
  left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid blue;
  border-right: 2px solid blue;
}
label {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  cursor: pointer;
}
input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.error label.checkbox-label:before {
  border-color: red;
}
.success label.checkbox-label:before {
  border-color: gray;
}
label.checkbox-label:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  border: 1px solid gray;
}
label a {
  color: #014b71;
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}
.widget-button__wrapper {
  z-index: 1031;
  position: fixed;
  right: 80px;
  bottom: 80px;
  width: 60px;
  height: 60px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.widget-button {
  height: 100%;
  width: 100%;
  background-color: #ffda0e;
  border-radius: 100%;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.widget-button:hover {
  border-bottom-right-radius: 100%;
}
.form-widget .form-group__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.form-widget h2 {
  font-size: 36px;
  text-align: center;
  margin-top: 0;
  text-transform: none;
}
.form-widget .input {
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.form-widget .form-group__wrapper .form-group {
  width: calc(50% - 10px);
  margin-top: 0 !important;
}
.form-widget .form-group__wrapper .form-group.form-nav .button.size-xl {
  width: 100%;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-widget .checkbox-label {
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  vertical-align: super;
}
.form-widget.form-vertical .form-label label {
  margin-bottom: 5px;
}
.reg-form-appeal .form-widget .form-control_req:after {
  bottom: 8px;
}
.form-widget .wrong_code {
  left: 0;
}
.form-widget textarea {
  width: 100%;
  min-height: 80px;
  padding: 15px;
  resize: none;
  border: 1px solid #ccc;
}
.form-widget .form-textarea {
  margin-top: 20px;
}
.form-widget .form-control.no-before {
  margin-top: 0;
}
.mfp-wrapper {
  margin: auto;
  background-color: #fff;
  padding: 40px 45px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: all;
  position: relative;
  width: auto;
}
#agreemnt_popup.mfp-wrapper {
  height: auto;
  max-height: 100%;
}
#callback.mfp-wrapper {
  max-width: 200px;
  width: 100%;
}
.form-group.error:not(.success) input {
  border-color: rgba(255, 0, 0, 0.6);
}
.make-online-purchase-popup__wrap {
  max-width: 600px;
  width: 100%;
}
.form-widget h2 {
  color: #004b73;
}
.reg-form-appeal .form-widget .form-control {
  text-align: left;
}
.form-vertical .form-nav .mfp-close {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  opacity: 1;
  text-indent: unset !important;
  background-image: none !important;
}
.mfp-banner-pdn .popup .mfp-close,
.popup .form-vertical .form-nav .mfp-close {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-banner-pdn .popup .mfp-close {
  opacity: 1;
  background: none;
  text-indent: 0;
  overflow: visible !important;
  line-height: 0;
  font-family: serif;
}
.callback-result {
  display: none;
}
.callback-result p {
  font-size: 24px;
  text-align: center;
}
#modal-widget,
#modal-widget-application {
  max-width: 500px;
  margin: auto;
}
.popup .widget-header {
  margin-bottom: 25px;
}
.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 18px;
  font-size: 14px !important;
  border: none;
  background-image: none;
  line-height: 24px !important;
  height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.button.disabled {
  cursor: default !important;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.button.btn-yellow {
  background-color: #ffd444;
  color: #000 !important;
}
.button.btn-yellow:hover {
  background-color: #ffdf4b;
}
.button.btn-basic {
  color: #333;
  background-color: #dfdfdf;
}
.button.btn-main {
  background-color: #54ba5c;
  color: #fff;
}
.button.btn-frame {
  background-color: transparent;
  border: 1px solid;
  color: #fff;
  text-transform: none !important;
}
.button.btn-frame.size-l {
  line-height: 28px !important;
}
.button.btn-blue {
  background-color: #027dca;
  color: #fff !important;
}
.button.btn-blue:hover {
  background-color: #0289dd;
}
.button.btn-disable {
  background: #ccc;
  pointer-events: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.button.btn_link {
  font-size: 16px !important;
  color: #014b71;
  padding: 0;
  background-color: transparent;
  text-transform: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.button.btn_link [class^='icnm-'] {
  vertical-align: middle;
  margin-right: 3px;
}
.button.btn_link + .btn_link {
  margin-left: 14px;
}
.button.btn_link span {
  line-height: 16px !important;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed #014b71;
}
.button.btn_link:hover span {
  border-bottom-color: transparent;
}
.button.size-l {
  line-height: 30px !important;
  height: 30px;
  padding: 0 11px;
}
.button.size-xl {
  height: 48px;
  line-height: 48px !important;
  padding: 0 42px;
  font-size: 18px !important;
  font-weight: 700;
  color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(57, 152, 213, 0.17);
  box-shadow: 0 1px 1px rgba(57, 152, 213, 0.17);
}
.button.loading {
  color: transparent !important;
  text-decoration: none !important;
  background-size: contain !important;
  border-color: transparent !important;
}
.button.loading i {
  visibility: hidden !important;
}
.button.btn-green,
.button.state_saved {
  background-color: #54ba5c !important;
  color: #fff !important;
}
.button.btn-point {
  border-radius: 50%;
  border: 1px solid;
  padding: 0 !important;
  width: 25px;
  text-align: center;
}
.button.btn_block {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.button.btn-inverse {
  background-color: #ffd444;
  text-transform: uppercase;
  height: auto !important;
  padding: 12px 20px;
  font-weight: 700;
  color: #000;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.btn-remove {
  color: #cfcfcf;
  border-color: #cfcfcf;
}
.button.btn-remove i {
  margin: 2px 0 0;
}
.button.btn-remove:hover {
  border-color: #ff2e2e;
}
.reg-form-appeal__btn.btn-disabled {
  background-color: #f2f2f2 !important;
}

@media only screen and (max-width: 767px) {
  .managment .diagram::before {
    display: none;
  }
  .header-du .header-hero h1 {
    font-size: 36px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 410px) {
  .header-du .header-hero h1,
  .header-du-detail-title .header-strategy-title {
    font-size: 30px;
  }
}
