html,
body {
  height: 100%;
}
html {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
/*min-height: 100%*/
  min-height: 100vh;
  min-width: 1176px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #152142;
}
a {
  text-decoration: none;
  outline: none;
}
.hide {
  display: none;
  visibility: hidden;
}
.linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage > img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.linkImage:hover > img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
/* layout */
.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  background: #fff;
  width: 100%;
  padding: 20px -webkit-calc((100% - 1136px)/2) 64px;
  padding: 20px calc((100% - 1136px)/2) 64px;
  margin: 0 auto;
}
.content__fullWidth {
  padding: 0;
}
.content_sideColumn {
  width: 272px;
}
.content_centerColumn {
  width: 848px;
}
.content_centerFull {
  width: 100%;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  background-color: #f28300;
  box-shadow: 1px 2px 8px rgba(21,33,66,0.32);
  padding: 15px 24px;
  font-weight: 700;
  line-height: 18px;
  border: none;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background-color: #e20337;
  box-shadow: 4px 7px 8px rgba(21,33,66,0.32);
  color: #fff;
  cursor: pointer;
}
.button:active {
  box-shadow: none;
}
.button__second {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  box-shadow: none;
  background-color: transparent;
  color: #183686;
  border: 2px solid #183686;
}
.button__second:not(.button_-disabled):hover {
  background-color: #183686;
  color: #fff;
}
.button__second:not(.button_-disabled):hover > .button_icon {
  fill: #fff;
}
.button__second:not(.button_-disabled):active {
  background-color: #152142;
  border-color: #152142;
  color: #fff;
}
.button__slider {
  margin-top: 32px !important;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.button__slider:not(:active):hover {
  background-color: #fff !important;
  color: #183686 !important;
  border-color: #fff !important;
}
.button__slider:not(:active):hover > .button_icon {
  fill: #183686 !important;
}
.button__slider:active {
  background-color: #fff !important;
  color: #152142 !important;
}
.button__slider:active > .button_icon {
  fill: #152142 !important;
}
.button__disabled {
  border-color: #e7e8ec;
  background: buttonBorderDisabled;
  color: #737374;
}
.button__freeSpace {
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  min-width: auto;
}
.button__fullSpace {
  padding: 0;
  padding: 10px 0;
  width: 100%;
  min-width: auto;
}
.button__callback {
  width: 272px;
}
.button__showMore {
  width: 192px;
  margin-top: 34px;
  float: left;
}
.button__all {
  display: block;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 208px;
}
.button_icon {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-left: 16px;
  fill: #183686;
}
.button_icon__white {
  fill: #fff;
}
.footerMenu {
  zoom: 1;
  min-width: 380px;
}
.footerMenu:after,
.footerMenu:before {
  content: "";
  display: table;
}
.footerMenu:after {
  clear: both;
}
.footerMenu_item {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 16px;
}
.htmlShare {
  text-align: right;
  margin-top: 40px;
}
.widgetHolder__indicators {
  position: relative;
  background-color: #345eb8;
  padding: 78px -webkit-calc((100% - 1136px)/2) 58px;
  padding: 78px calc((100% - 1136px)/2) 58px;
}
.widgetHolder__indicators:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background-color: #345eb8;
}
.widgetHolder__indicators > h2 {
  color: #fff;
  margin-bottom: 44px;
}
.widgetHolder__ourServices {
  background-color: #e7e8ec !important;
  padding: 58px -webkit-calc((100% - 1136px)/2);
  padding: 58px calc((100% - 1136px)/2);
}
.widgetHolder__ourServices > h2 {
  margin-bottom: 22px;
}
.widgetHolder__workingProcess {
  position: relative;
  background-color: #152142;
  padding: 48px 0 54px;
  color: #fff;
}
.widgetHolder__workingProcess:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background-color: #152142;
  z-index: 1;
}
.widgetHolder__workingProcess > h2 {
  color: #fff;
  margin-bottom: 42px;
  padding: 0 -webkit-calc((100% - 1136px)/2);
  padding: 0 calc((100% - 1136px)/2);
}
.indicators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indicators_item {
  width: 272px;
}
.indicators_item:hover {
  cursor: pointer;
}
.indicators_item:hover > .indicators_itemNumber {
  background-color: #fff;
  color: #152142;
}
.indicators_item:hover > .indicators_itemTitle:after {
  width: 100%;
}
.indicators_itemNumber {
  width: 112px;
  height: 112px;
  margin: 0 auto 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  line-height: 108px;
  text-align: center;
  color: #fff;
}
.indicators_itemTitle {
  position: relative;
  padding-bottom: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.indicators_itemTitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ourServices {
  margin-right: -16px;
  padding-bottom: 18px;
  overflow: hidden;
}
.ourServices_item {
  position: relative;
  float: left;
  margin-right: 16px;
  width: 272px;
  height: 312px;
  margin-top: 48px;
  padding: 0 22px;
  text-align: center;
  text-decoration: none !important;
  background-color: #fff;
  box-shadow: 1px 2px 8px rgba(21,33,66,0.08);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ourServices_item:hover {
  -webkit-transform: scaleX(1.0296) scaleY(1.0256);
      -ms-transform: scaleX(1.0296) scaleY(1.0256);
          transform: scaleX(1.0296) scaleY(1.0256);
  box-shadow: 3px 5px 12px rgba(21,33,66,0.08);
}
.ourServices_item:hover > .ourServices_iconWrapper {
  background-color: #152142;
}
.ourServices_item:hover .ourServices_icon {
  fill: #fff;
}
.ourServices_item:hover > .ourServices_itemTitle {
  color: #345eb8;
}
.ourServices_item:hover > .ourServices_itemButton {
  background: #183686 url("/themes/comp1/img/arrow-white.SVG") center center no-repeat;
}
.ourServices_iconWrapper {
  position: relative;
  margin: -32px auto 8px;
  width: 112px;
  height: 112px;
  box-shadow: 1px 2px 8px rgba(21,33,66,0.08);
  border-radius: 50%;
  background-color: #c0c0c3;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ourServices_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #152142;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ourServices_icon__car {
  width: 72px;
  height: 72px;
}
.ourServices_icon__family {
  width: 65px;
  height: 65px;
}
.ourServices_icon__customer {
  width: 60px;
  height: 60px;
}
.ourServices_icon__credit {
  width: 57px;
  height: 57px;
}
.ourServices_icon__home {
  width: 58px;
  height: 58px;
}
.ourServices_icon__bankruptcy {
  width: 61px;
  height: 61px;
}
.ourServices_icon__labour {
  width: 59px;
  height: 59px;
}
.ourServices_icon__realty {
  width: 65px;
  height: 65px;
}
.ourServices_itemTitle {
  display: block;
  color: #183686;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}
.ourServices_itemDesc {
  color: #152142;
  font-size: 16px;
  line-height: 1.25;
  max-height: 80px;
  overflow: hidden;
}
.ourServices_itemButton {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #183686;
  border-radius: 50%;
  background: url("/themes/comp1/img/arrow-blue.SVG") center center no-repeat;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.workingProcess {
  position: relative;
  padding: 0 -webkit-calc((100% - 1136px)/2);
  padding: 0 calc((100% - 1136px)/2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.workingProcess:before {
  content: "";
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  height: 2px;
  background-color: #345eb8;
}
.workingProcess_item {
  width: 272px;
  color: #fff;
}
.workingProcess_item:hover {
  cursor: pointer;
}
.workingProcess_item:hover > .workingProcess_itemNumber {
  -webkit-transform: scale(1.0714);
      -ms-transform: scale(1.0714);
          transform: scale(1.0714);
  box-shadow: 1px 2px 8px rgba(21,33,66,0.24);
  background-color: #345eb8;
  color: #152142;
}
.workingProcess_itemNumber {
  position: relative;
  width: 112px;
  height: 112px;
  margin: 0 auto 16px;
  background-color: #152142;
  border: 2px solid #345eb8;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  line-height: 108px;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.workingProcess_itemTitle {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.workingProcess_itemDesc {
  font-size: 16px;
  line-height: 1.25;
}
/* костыли старого сайта */
.cur-page-url {
  display: none;
}

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