*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "CeraPro", sans-serif;
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn1-form {
  display: inline-block;
  color: black;
  font-family: "CeraPro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  background-color: #eee;
  padding: 18.5px 53px;
  cursor: default;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
  min-width: 1170px;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1170px;
  padding: 0px 15px;
}

.main-header {
  padding-top: 2px;
  padding-bottom: 20px;
}

.main-header-wrap {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header-info {
  margin-top: 26px;
  max-width: 400px;
  width: 100%;
}

.main-header-info h1 {
  color: white;
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 2px;
}

.main-header-info span {
  display: block;
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.main-header-logo {
  max-width: 113px;
  width: 100%;
}

.main-header-contact {
  max-width: 250px;
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

.main-header-tel {
  display: inline-block;
  color: white;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin-bottom: 3px;
}

.main-header-btn {
  display: inline-block;
  color: white;
  font-size: 18px;
  text-decoration: underline;
}

.banner {
  padding-top: 63px;
  padding-bottom: 99px;
}

.banner-wrap {
  background: url("../img/banner-bg.jpg") center no-repeat;
  background-size: cover;
}

.banner-container {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-info1 {
  max-width: 550px;
  width: 100%;
}

.banner-info1 h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 16px;
  position: relative;
}

.banner-info1 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 488px;
  height: 5px;
  background-color: white;
}

.banner-info1 h2 i {
  font-style: normal;
  color: #d50909;
  font-weight: 900;
}

.banner-info1 h2 b {
  text-transform: none;
  font-size: 60px;
  font-weight: 900;
}

.banner-info1 p {
  color: white;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 43px;
  max-width: 480px;
  width: 100%;
}

.banner-list {
  max-width: 340px;
  width: 100%;
  margin-left: 16px;
}

.banner-list li {
  color: white;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 28px;
}

.banner-list li:last-child {
  margin-bottom: 0;
}

.banner-list li:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../img/banner-item-1.png") center no-repeat;
}

.banner-list li:nth-child(2):after {
  width: 40px;
  height: 32px;
  background-image: url("../img/banner-item-2.png");
}

.banner-list li:nth-child(3):after {
  width: 31px;
  height: 31px;
  background-image: url("../img/banner-item-3.png");
}

.banner-info2 {
  max-width: 292px;
  width: 100%;
  margin-top: 69px;
}

.banner-info2 h2 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 9px;
}

.banner-info2 p {
  color: white;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}

.banner-form .btn1-form {
  display: block;
  width: 100%;
  padding: 18.5px 5px;
}

.banner-form .label-checkbox {
  margin-top: -7px;
}

.info {
  padding-top: 54px;
  padding-bottom: 50px;
}

.info h2 {
  color: black;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 31px;
}

.info-list {
  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;
}

.info-item {
  width: 31.6%;
  position: relative;
  padding-top: 51px;
}

.info-item b {
  position: absolute;
  top: 0;
  left: 21px;
  color: #d40e0e;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.info-item-img {
  margin-bottom: 20px;
  position: relative;
}

.info-item-text {
  position: relative;
}

.info-item-text h3 {
  color: black;
  font-size: 25px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 2px;
}

.info-item-text span {
  display: block;
  color: black;
  font-size: 18px;
  margin-bottom: 15px;
}

.info-item-text p {
  color: black;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}

.debts {
  padding-top: 95px;
  padding-bottom: 80px;
}

.debts-container {
  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;
}

.debts-container:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-159px);
  transform: translateX(-159px);
  width: 211px;
  height: 376px;
  background: url("../img/debts-img.png") center no-repeat;
}

.debts-wrap {
  width: 48.9%;
  position: relative;
}

.debts-wrap2 {
  z-index: 2;
}

.debts-wrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 547px;
  height: 307px;
  background: url("../img/debts-shadow.png") center no-repeat;
}

.debts-item {
  padding: 20px 30px 27px 26px;
  position: relative;
  z-index: 1;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

.debts-item:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 525px;
  height: 251px;
  background: url("../img/border.png") center no-repeat;
}

.debts-item h3 {
  color: black;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
}

.debts-item ul li {
  color: black;
  font-size: 18px;
  line-height: 25px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}

.debts-item ul li:last-child {
  margin-bottom: 0;
}

.debts-item ul li:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../img/debts-icon.png") center no-repeat;
}

.feedback1 {
  padding-top: 25px;
  padding-bottom: 23px;
  position: relative;
  background-color: #fff;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feedback1:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 41.5%;
  background: url("../img/feedback1-img.jpg") center no-repeat;
  background-size: cover;
}

.feedback1:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: url("../img/feedback1-shadow.png") center no-repeat;
  background-size: cover;
  width: 1958px;
  height: 670px;
}

.feedback1-wrap {
  max-width: 595px;
  width: 100%;
  margin-left: auto;
  margin-right: 60px;
}

.feedback1-wrap h2 {
  color: black;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 13px;
  max-width: 430px;
  width: 100%;
}

.feedback1-wrap h3 {
  color: black;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.feedback1-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -17px;
  margin-bottom: 7px;
  position: relative;
  padding-bottom: 26px;
}

.feedback1-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 143px;
  height: 4px;
  background-color: #d50909;
}

.feedback1-item {
  width: 32%;
  margin-right: 2%;
  margin-top: 17px;
}

.feedback1-item:nth-child(3n) {
  margin-right: 0;
}

.feedback1-item b {
  display: inline-block;
  color: black;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  margin-bottom: 7px;
}

.feedback1-item b:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: calc(100% + 5px);
  width: 43px;
  height: 1px;
  background-color: black;
}

.feedback1-item p {
  color: black;
  font-size: 17px;
  line-height: 25px;
}

.feedback1-form {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 580px;
  width: 100%;
}

.feedback1-form .label {
  width: 48%;
}

.feedback1-form .label span {
  margin-bottom: 3px;
}

.feedback1-form .label-checkbox {
  width: 48%;
}

.feedback1-form .btn1-form {
  width: 48%;
  padding: 12.5px 5px;
}

.feedback1-form h4 {
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.effects {
  padding-top: 82px;
}

.effects-title {
  margin-bottom: 45px;
}

.effects-title h2 {
  color: black;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
}

.effects-title h3 {
  color: black;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.effects-list1 {
  max-width: 670px;
  width: 100%;
  margin-bottom: 92px;
}

.effects-list1 li {
  padding-left: 94px;
  position: relative;
  margin-bottom: 34px;
}

.effects-list1 li:last-child {
  margin-bottom: 0;
}

.effects-list1 li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  border-radius: 15px;
  background: #d50909 url("../img/effects-item-1.png") center no-repeat;
}

.effects-list1 li:nth-child(2):after {
  background-image: url("../img/effects-item-2.png");
}

.effects-list1 li:nth-child(3):after {
  background-image: url("../img/effects-item-3.png");
}

.effects-list1 li:nth-child(4):after {
  background-image: url("../img/effects-item-4.png");
}

.effects-list1 h4 {
  color: black;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 1px;
}

.effects-list1 p {
  color: black;
  font-size: 18px;
  line-height: 25px;
}

.effects-wrap {
  border: 20px solid #d50909;
  border-bottom: none;
  position: relative;
  padding: 19px 64px 60px 64px;
  width: 1275px;
}

.effects-wrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: calc(100% + 10px);
  width: 627px;
  height: 801px;
  background: url("../img/effects-img.png") center no-repeat;
}

.effects-wrap h2 {
  color: black;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.effects-wrap h3 {
  color: black;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  max-width: 490px;
  width: 100%;
  margin-bottom: 50px;
}

.effects-list2 {
  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;
}

.effects-list2 li {
  width: 30%;
}

.effects-list2 li i {
  display: inline-block;
  color: #d50909;
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
  line-height: 60px;
  position: relative;
  margin-bottom: 29px;
}

.effects-list2 li i:after {
  content: '';
  position: absolute;
  bottom: 11px;
  left: calc(100% + 3px);
  width: 113px;
  height: 5px;
  background-color: #d50909;
}

.effects-list2 li p {
  color: black;
  font-size: 20px;
  line-height: 30px;
}

.effects-list2 li p b {
  font-weight: 700;
}

.feedback2 {
  padding-top: 126px;
  padding-bottom: 57px;
  background: url("../img/feedback2-bg.jpg") center left no-repeat;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feedback2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -23px;
  width: 1253px;
  height: 961px;
  background: url("../img/feedback2-img.png") center no-repeat;
}

.feedback2-wrap {
  max-width: 585px;
  width: 100%;
  margin-left: auto;
  margin-right: 75px;
  position: relative;
  z-index: 1;
}

.feedback2-wrap h2 {
  color: black;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.feedback2-wrap h3 {
  max-width: 450px;
  width: 100%;
  color: black;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 23px;
}

.feedback2-list {
  margin-bottom: 9px;
  padding-bottom: 51px;
  position: relative;
}

.feedback2-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 143px;
  height: 4px;
  background-color: #d50909;
}

.feedback2-list li {
  color: black;
  font-size: 18px;
  line-height: 25px;
  padding-left: 45px;
  position: relative;
  margin-bottom: 15px;
}

.feedback2-list li:last-child {
  margin-bottom: 0;
}

.feedback2-list li:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 27px;
  height: 27px;
  background: url("../img/feedback2-icon.png") center no-repeat;
  background-size: cover;
}

.feedback2-form {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 575px;
  width: 100%;
}

.feedback2-form h4 {
  width: 100%;
  color: black;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}

.feedback2-form .label {
  width: 48%;
}

.feedback2-form .label-checkbox {
  width: 48%;
}

.feedback2-form .btn1-form {
  width: 48%;
  padding: 12.5px 5px;
}

.feedback2-form .label span {
  margin-bottom: 4px;
}

.results {
  padding-top: 58px;
  padding-bottom: 70px;
}

.results h2 {
  color: black;
  font-size: 40px;
  font-weight: 500;
}

.results h3 {
  color: black;
  font-size: 25px;
  padding-bottom: 46px;
  position: relative;
}

.results h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 263px;
  height: 5px;
  background-color: #072776;
}

.results-slider {
  position: relative;
  margin-top: -5px;
  max-width: 1005px;
  width: 100%;
}

.results-item {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.results-item-text {
  width: calc(100% - 362px);
  margin-top: 19px;
}

.results-item-text p {
  color: black;
  font-size: 18px;
  line-height: 30px;
}

.results-item-text b {
  display: block;
  text-align: right;
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
}

.results-item-text span {
  color: black;
  font-size: 20px;
}

.results-item-text span a {
  color: #072776;
  text-decoration: underline;
}

.results-item-img {
  max-width: 303px;
  width: 100%;
  padding: 7px;
  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;
  border: 10px solid #072776;
}

.results-slider-nav {
  position: absolute;
  bottom: 0;
  right: -80px;
  max-width: 45px;
  width: 100%;
  border: 2px solid #072776;
  border-radius: 300px;
  padding: 15px 0;
}

.results-slider-nav > div {
  margin-bottom: 20px;
}

.results-slider-nav > div:last-child {
  margin-bottom: 0;
}

.afterBankruptcy {
  padding-top: 32px;
  padding-bottom: 43px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.afterBankruptcy:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1610px;
  height: 620px;
  background: url("../img/afterBankruptcy-img.png") center no-repeat;
}

.afterBankruptcy-wrap {
  max-width: 641px;
  width: 100%;
  margin-left: auto;
  margin-right: 113px;
}

.afterBankruptcy-wrap h2 {
  color: black;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 30px;
}

.afterBankruptcy-list {
  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;
  max-width: 574px;
  width: 100%;
  margin-left: auto;
  margin-top: -14px;
}

.afterBankruptcy-list li {
  width: 47%;
  margin-top: 14px;
}

.afterBankruptcy-list b {
  display: inline-block;
  color: black;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

.afterBankruptcy-list b:after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: calc(100% + 12px);
  width: 56px;
  height: 2px;
  background-color: black;
}

.afterBankruptcy-list p {
  color: black;
  font-size: 20px;
  line-height: 30px;
}

.feedback3 {
  padding-top: 82px;
  padding-bottom: 100px;
}

.feedback3-wrap {
  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;
  max-width: 1085px;
  width: 100%;
}

.feedback3-info {
  width: calc(100% - 450px);
}

.feedback3-info h2 {
  color: black;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  padding-bottom: 36px;
  margin-bottom: 12px;
  position: relative;
  max-width: 580px;
  width: 100%;
}

.feedback3-info h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 143px;
  height: 4px;
  background-color: #d50909;
}

.feedback3-info h3 {
  max-width: 450px;
  width: 100%;
  color: black;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 17px;
}

.feedback3-list {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feedback3-list li {
  width: 27%;
}

.feedback3-list b {
  display: inline-block;
  color: black;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  margin-bottom: 10px;
}

.feedback3-list b:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: calc(100% + 5px);
  width: 43px;
  height: 1px;
  background-color: black;
}

.feedback3-list p {
  color: black;
  font-size: 18px;
  line-height: 25px;
}

.feedback3-form {
  max-width: 334px;
  width: 100%;
  margin-top: 105px;
}

.feedback3-form .label span {
  margin-bottom: 4px;
}

.feedback3-form .label {
  margin-bottom: 28px;
}

.feedback3-form .label-checkbox {
  max-width: 230px;
  margin-top: -15px;
  margin-bottom: 18px;
}

.feedback3-form .btn1-form {
  padding: 17.5px 5px;
  display: block;
  width: 100%;
}

.contact {
  position: relative;
}

.contact-map {
  height: 621px;
  width: 100%;
}

.contact-map script {
  width: 100%;
  height: 100%;
}

.contact-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1170px;
  width: 100%;
  -webkit-box-shadow: 2px 3px 10px rgba(30, 15, 0, 0.35);
  box-shadow: 2px 3px 10px rgba(30, 15, 0, 0.35);
  background-color: white;
  padding: 15px 73px 30px 73px;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info {
  width: calc(100% - 337px);
  position: relative;
  padding-right: 20px;
}

.contact-info:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
  right: 0;
  width: 2px;
  height: 92px;
  background-color: #474747;
}

.contact-info h2 {
  color: black;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 7px;
}

.contact-info p {
  color: black;
  font-size: 20px;
}

.contact-info p b {
  font-weight: 500;
}

.contact-feedback {
  max-width: 287px;
  width: 100%;
  margin-top: 8px;
}

.contact-feedback h3 {
  color: black;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-feedback a {
  color: #072776;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.main-footer {
  padding-top: 48px;
  padding-bottom: 58px;
  background-color: #072776;
}

.main-footer-wrap {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-footer-info {
  max-width: 540px;
  width: 100%;
  margin-top: 4px;
}

.main-footer-info a {
  display: inline-block;
  color: white;
  font-size: 18px;
  text-decoration: underline;
}

.main-footer-list {
  margin-bottom: 26px;
}

.main-footer-list li {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}

.main-footer-list li:last-child {
  margin-bottom: 0;
}

.main-footer-contact a {
  display: inline-block;
  color: white;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.05px;
}
.main-footer-contact .refakt, .main-footer-contact .refakt a{
	color:#FFF;
	font-weight:normal;
	text-align:right
}
.main-footer-contact .refakt a{
	font-size: 14px;
}
.main-footer-contact .refakt a:hover{
	text-decoration:underline
}

.popup {
  max-width: 440px;
  width: 95%;
  -webkit-box-shadow: 0 23px 80px 12px rgba(22, 0, 44, 0.22);
  box-shadow: 0 23px 80px 12px rgba(22, 0, 44, 0.22);
  background-color: white;
  padding: 46px 49px 33px 49px;
}

.popup h2 {
  max-width: 265px;
  width: 100%;
  color: #010101;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 35px;
}

.popup-form .label span {
  margin-bottom: 4px;
}

.popup-form .label {
  margin-bottom: 18px;
}

.popup-form .label-checkbox {
  max-width: 230px;
  width: 100%;
  margin-top: -5px;
  margin-bottom: 28px;
}

.popup-form .btn1-form {
  display: block;
  width: 100%;
  padding: 15.5px 53px;
  font-size: 25px;
}

.fancybox-close-small {
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  background: url("../img/close.png") center no-repeat;
}

.pop {
  max-width: 440px;
  width: 95%;
  -webkit-box-shadow: 0 23px 80px 12px rgba(22, 0, 44, 0.22);
  box-shadow: 0 23px 80px 12px rgba(22, 0, 44, 0.22);
  background-color: white;
  padding: 95px 37px 90px 37px;
  text-align: center;
}

.pop h2 {
  color: #010101;
  font-size: 33px;
  font-weight: 900;
  margin-bottom: 32px;
}

.pop p {
  color: #010101;
  font-size: 25px;
  line-height: 35px;
}

.pop .fancybox-close-small {
  display: none;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
  position: static;
  width: 22px;
  height: 14px;
  background: url("../img/arrow1.png") center no-repeat;
  margin-top: 0;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev-style1,
.swiper-container-rtl .swiper-button-next-style1 {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.swiper-pagination-style1 {
  position: static;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  background-color: #898989;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  opacity: 1;
  outline: none;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
  border: 5px solid #072776;
}

.label {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}

.label span {
  display: block;
  color: white;
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 8px;
}

.label .input {
  margin-bottom: 0;
}

.label-dark span {
  color: black;
}

.input {
  display: block;
  width: 100%;
  color: white;
  font-family: "CeraPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  background-color: transparent;
  border: none;
  padding: 6px 5px;
  padding-left: 15px;
  border-bottom: 2px solid white;
  margin-bottom: 10px;
  outline: none;
}

.input::-webkit-input-placeholder {
  color: white;
  font-family: "CeraPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.input:-ms-input-placeholder {
  color: white;
  font-family: "CeraPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.input::-ms-input-placeholder {
  color: white;
  font-family: "CeraPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.input::placeholder {
  color: white;
  font-family: "CeraPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.input-dark {
  color: black;
  border-bottom: 2px solid black;
}

.input-dark::-webkit-input-placeholder {
  color: black;
}

.input-dark:-ms-input-placeholder {
  color: black;
}

.input-dark::-ms-input-placeholder {
  color: black;
}

.input-dark::placeholder {
  color: black;
}

.label-checkbox {
  display: block;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  margin-bottom: 23px;
}

.label-checkbox i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid white;
}

.label-checkbox i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #d50909;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.label-checkbox span {
  display: block;
  color: white;
  font-size: 14px;
  line-height: 16px;
}

.label-checkbox-dark i {
  border: 1px solid black;
}

.label-checkbox-dark span {
  color: black;
}

.input-checkbox:checked ~ .label-checkbox i:after {
  opacity: 1;
}

.input-checkbox:checked ~ .btn1-form {
  background-color: #cf3d3d;
  background: -webkit-gradient(linear, left top, right top, from(#d50909), to(#cf3d3d));
  background: linear-gradient(to right, #d50909 0%, #cf3d3d 100%);
  color: white;
  cursor: pointer;
}

.input-checkbox:checked ~ .btn1-form:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.no-touch .main-header-btn:hover,
.no-touch .results-item-text span a:hover,
.no-touch .contact-feedback a:hover,
.no-touch .main-footer-info a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1650px) {
  .feedback2:after {
    height: 800px;
    background-size: contain;
    background-position: left center;
  }

  .afterBankruptcy:after {
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 1450px) {
  .effects-wrap {
    width: 100%;
  }

  .effects-wrap:after {
    height: 640px;
    background-size: contain;
    background-position: right center;
  }

  .feedback2:after {
    height: 700px;
    left: -110px;
  }
}