body, ul, p, h1, h2, a, button {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none; }

button {
  color: inherit;
  background-color: transparent;
  cursor: pointer; }
  button a {
    display: block; }

textarea {
  resize: vertical; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none;
    color: inherit;
    text-decoration: none; }

img {
  width: 100%; }

.h-fix-inline-block {
  font-size: 0; }

input, textarea, select {
  -webkit-appearance: none !important; }

html {
  -webkit-text-size-adjust: none; }

.b-wrap {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-family: "PFDin";
  font-weight: 100;
  font-style: normal;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }

html,
body {
  height: 100%; }

.b-content {
  flex: 1 0 auto; }

.b-container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }
  .b-container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

.b-img-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .b-img-bg .e-img-bg-img {
    display: none; }

.t {
  display: table;
  width: 100%;
  height: 100%; }
  .t .c {
    display: table-cell;
    vertical-align: middle; }

section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center; }

.b-section-first {
  background-image: url("../images/bg1.jpg");
  color: #ffffff;
  padding-bottom: 124px; }
  .b-section-first:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5); }
  .b-section-first .b-header {
    position: relative;
    z-index: 2;
    margin-bottom: 109px; }
  .b-section-first .e-title-first {
    font-family: "PFDinComp";
    background-color: #11ffee00;
    color: #ff534b;
    font-weight: 400; }
    .b-section-first .e-title-first .e-title-first-bg {
      font-size: 36px;
      line-height: 52px;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px;
      margin-bottom: 6px; }
    .b-section-first .e-title-first .e-subtitle-first-bg {
      border-bottom: 3px solid #ff534b;
      font-size: 50px;
      line-height: 62px;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px;
      margin-top: 13px;
      letter-spacing: -.2px; }
    .b-section-first .e-title-first .e-subtitle-first-bold {
      font-weight: 700;
      background-color: #11ffee00;
      letter-spacing: -2.1px; }
  .b-section-first .b-first-popup {
    margin-top: 158px; }
  .b-section-first.m-thanks {
    background-image: url("../images/bg-7.jpg");
    background-position-y: -20px;
    padding-bottom: 150px; }
    .b-section-first.m-thanks:before {
      display: none; }

.b-thanks {
  text-align: center;
  color: #ff534b; }
  .b-thanks .e-thanks-title {
    font-size: 70px;
    line-height: 70px; }
  .b-thanks .e-thanks-subtitle {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px; }

.b-header {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0; }
  .b-header .e-header-logo {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px; }
    .b-header .e-header-logo .e-header-logo-img {
      display: inline-block;
      vertical-align: top; }
  .b-header .e-header-feedback {
    float: right;
    width: 50%;
    text-align: right; }
    .b-header .e-header-feedback .e-header-feedback-tel {
      font-family: "MuseoSans";
      font-size: 24px;
      line-height: 27px; }
      .b-header .e-header-feedback .e-header-feedback-tel span {
        font-weight: 900; }
    .b-header .e-header-feedback .e-header-feedback-text {
      font-family: "MuseoSans";
      font-weight: 100;
      font-size: 18px;
      line-height: 26px;
      color: #ff0500;
      border-bottom: 1px dashed #ff0500; }
    .b-header .e-header-feedback .e-header-feedback-mail {
      font-weight: 100;
      font-size: 18px;
      line-height: 21px; }

.b-button-container {
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.149);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 1, 0, 0.44);
  z-index: 28;
  padding: 4px 6px;
  display: inline-block;
  vertical-align: top; }
  .b-button-container .b-button {
    box-shadow: 0px 3px 5px 0px rgba(0, 1, 0, 0.22), inset 0px 3px 0px 0px rgba(255, 159, 131, 0.6);
    background-image: -moz-linear-gradient(90deg, #d63b35 0%, #ff534b 100%);
    background-image: -webkit-linear-gradient(90deg, #d63b35 0%, #ff534b 100%);
    background-image: -ms-linear-gradient(90deg, #d63b35 0%, #ff534b 100%); }
    .b-button-container .b-button:hover {
      box-shadow: 0px 3px 5px 0px rgba(0, 1, 0, 0.22), inset 0px -3px 0px 0px rgba(255, 159, 131, 0.6); }
  .b-button-container.m-button-container-circle {
    border-radius: 50%;
    padding: 8px; }
    .b-button-container.m-button-container-circle .b-button {
      border-radius: 50%;
      padding: 0;
      width: 150px;
      height: 150px;
      padding-top: 14px;
      box-sizing: border-box; }

.b-button {
  background-color: #ec4841;
  font-family: "MuseoSans";
  font-weight: 100;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  border-radius: 9px;
  padding: 10px 20px;
  transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
  cursor: pointer;
  color: #ffffff;
  box-sizing: border-box; }
  .b-button.m-button-white {
    background-color: #ffffff;
    color: #ff534b;
    border-radius: 33px;
    font-size: 24px;
    line-height: 26px;
    padding: 19px 24px;
    border: 1px solid #ffffff; }
    .b-button.m-button-white:hover {
      background-color: #ff534b;
      color: #ffffff; }
  .b-button.m-button-form {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    border-radius: 0;
    position: relative;
    padding: 12px 20px; }
    .b-button.m-button-form:before, .b-button.m-button-form:after {
      content: "";
      position: absolute;
      width: 44%;
      height: 1px;
      background-color: #ff534b;
      top: 100%;
      transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s; }
    .b-button.m-button-form:before {
      left: 0; }
    .b-button.m-button-form:after {
      right: 0; }
    .b-button.m-button-form:hover:before, .b-button.m-button-form:hover:after {
      width: 100%; }
    .b-button.m-button-form:hover + .b-line-under-button span {
      width: 0; }
  .b-button + .b-line-under-button {
    margin-top: 2px; }

.b-line-under-button {
  line-height: 0;
  transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s; }
  .b-line-under-button span {
    height: 2px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    background-color: #ff0500;
    transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s; }

.b-first-popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  margin: 0 auto;
  width: 74%;
  padding: 31px 20px 20px;
  text-align: center;
  box-sizing: border-box;
  border-left: 3px solid #ff534b; }
  .b-first-popup:before, .b-first-popup:after {
    content: "";
    position: absolute; }
  .b-first-popup:before {
    top: 0;
    left: 0;
    right: 30%;
    height: 3px;
    background-image: -webkit-gradient(radial, left top, 10, 90% 0%, 150, from(#ff534b), to(transparent));
    background-image: -webkit-radial-gradient(left top, 100% 230px, #ff534b, transparent);
    background-image: -moz-radial-gradient(left top, farthest-corner, #ff534b 0%, transparent 72%);
    z-index: 1; }
  .b-first-popup:after {
    bottom: 0;
    left: 0;
    right: 50%;
    height: 3px;
    background-image: -webkit-gradient(radial, left top, 10, 90% 0%, 150, from(#ff534b), to(transparent));
    background-image: -webkit-radial-gradient(left top, 100% 230px, #ff534b, transparent);
    background-image: -moz-radial-gradient(left top, farthest-corner, #ff534b 0%, transparent 72%);
    z-index: 1; }
  .b-first-popup .e-first-popup-border:before, .b-first-popup .e-first-popup-border:after {
    content: "";
    position: absolute; }
  .b-first-popup .e-first-popup-border:before {
    bottom: 0;
    right: 0;
    left: 50%;
    height: 3px;
    background-image: -webkit-gradient(radial, right top, 10, 90% 0%, 150, from(#ff534b), to(transparent));
    background-image: -webkit-radial-gradient(right top, 100% 230px, #ff534b, transparent);
    background-image: -moz-radial-gradient(right top, farthest-corner, #ff534b 0%, transparent 72%);
    z-index: 1; }
  .b-first-popup .e-first-popup-border:after {
    bottom: 0;
    right: 0;
    top: 50%;
    width: 3px;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ff534b), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #ff534b);
    background-image: -moz-linear-gradient(transparent, #ff534b);
    background-image: -o-linear-gradient(transparent, #ff534b);
    z-index: 1; }
  .b-first-popup .e-first-popup-text {
    font-family: "MuseoSans";
    font-weight: 100;
    font-size: 24px;
    line-height: 30px; }
    .b-first-popup .e-first-popup-text .e-first-popup-text-bold {
      font-weight: 900; }
  .b-first-popup .b-button-container {
    margin-top: 20px; }
    .b-first-popup .b-button-container .b-button {
      padding: 10px 53px; }

.intro {
  font-family: "Intro";
  font-weight: 400;
  font-style: normal; }

.b-section-second {
  background-image: url("../images/bg2.jpg");
  padding: 25px 0; }

.b-circle-top-list {
  font-size: 0;
  text-align: center;
  opacity: 0; }
  .b-circle-top-list .e-circle-top-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 115px; }
    .b-circle-top-list .e-circle-top-item:first-child {
      margin-left: 0; }
    .b-circle-top-list .e-circle-top-item .e-circle-icon-container {
      display: inline-block;
      vertical-align: top; }
    .b-circle-top-list .e-circle-top-item .e-circle-text {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -1px; }
      .b-circle-top-list .e-circle-top-item .e-circle-text.intro {
        font-size: 15px;
        line-height: 17px; }
      .b-circle-top-list .e-circle-top-item .e-circle-text.m-circle-text-big {
        font-size: 27px;
        line-height: 28px; }

.b-section-third {
  overflow: hidden; }
  .b-section-third .b-container {
    padding-top: 100px;
    padding-bottom: 300px;
    z-index: 2; }
    .b-section-third .b-container:before {
      content: "";
      position: absolute;
      width: 1585px;
      height: 1116px;
      top: 0;
      right: -423px;
      background-image: url("../images/bg3.jpg");
      background-repeat: no-repeat;
      z-index: -1; }
  .b-section-third .e-section-third-text {
    color: #5b5b76;
    font-size: 18px;
    line-height: 21px;
    padding: 0 8px;
    width: 70%; }
  .b-section-third .b-gradient-text-block {
    margin-top: 79px;
    width: 365px;
    display: inline-block;
    vertical-align: top;
    opacity: 0; }

.b-title-section-block .e-title-section-top {
  font-size: 160px;
  line-height: 55px;
  color: #ff534b;
  word-spacing: -37px;
  margin-bottom: 2px; }
  .b-title-section-block .e-title-section-top .m-title-section-top-small {
    font-size: 52px;
    font-family: "PFDinComp";
    font-weight: 500; }
.b-title-section-block .e-title-section {
  padding-left: 300px;
  opacity: 0; }
  .b-title-section-block .e-title-section .e-title-section-bg {
    background-color: #ff534b;
    color: #ffffff;
    font-family: "PFDinComp";
    font-weight: 100;
    font-size: 40px;
    line-height: 50px;
    padding: 0 7px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: top; }
.b-title-section-block .e-title-section-bold {
  font-size: 25px;
  line-height: 27px;
  color: #ff534b;
  padding: 5px 7px 8px;
  letter-spacing: .4px; }

.b-gradient-text-block {
  line-height: 1.2;
  text-align: left;
  position: relative;
  background: #f85032;
  background: -moz-linear-gradient(left, #ff534b 0%, #fbbc00 50%, #fbbc00 51%, #fbbc00 71%, #fbbc00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff534b), color-stop(50%, #fbbc00), color-stop(51%, #fbbc00), color-stop(71%, #fbbc00), color-stop(100%, #fbbc00));
  background: -webkit-linear-gradient(left, #ff534b 0%, #fbbc00 50%, #fbbc00 51%, #fbbc00 71%, #fbbc00 100%);
  background: -o-linear-gradient(left, #ff534b 0%, #fbbc00 50%, #fbbc00 51%, #fbbc00 71%, #fbbc00 100%);
  background: -ms-linear-gradient(left, #ff534b 0%, #fbbc00 50%, #fbbc00 51%, #fbbc00 71%, #fbbc00 100%);
  background: linear-gradient(to right, #ff534b 0%, #fbbc00 50%, #fbbc00 51%, #fbbc00 71%, #fbbc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=1); }
  .b-gradient-text-block .e-gradient-title {
    font-size: 48px;
    line-height: 50px;
    mix-blend-mode: lighten;
    text-transform: uppercase;
    color: #000000;
    background: #ffffff; }
  .b-gradient-text-block .e-gradient-text {
    font-family: "PFDinComp";
    font-size: 30px;
    line-height: 35px;
    font-weight: 100;
    background: #ffffff;
    mix-blend-mode: lighten; }

.b-problem-item {
  color: #171725;
  text-align: right;
  display: inline-block;
  vertical-align: top; }
  .b-problem-item .e-problem-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 35px; }
  .b-problem-item .e-problem-text {
    font-size: 18px;
    line-height: 24px; }
  .b-problem-item.m-first {
    margin-left: 151px;
    padding-top: 58px;
    width: 220px; }
  .b-problem-item.m-second {
    width: 535px;
    margin-left: 177px; }
  .b-problem-item.m-last {
    padding-top: 38px;
    margin-left: 22px; }

.b-section-fourth {
  padding-bottom: 150px; }
  .b-section-fourth .e-section-fourth-title {
    color: #ff534b;
    font-size: 60px;
    line-height: 54px;
    padding-left: 400px;
    opacity: 0; }
  .b-section-fourth .e-section-fourth-subtitle {
    color: #171725;
    font-size: 28px;
    line-height: 30px;
    padding-left: 400px;
    opacity: 0; }

.b-nortext-list {
  color: #171725;
  font-size: 0;
  background-image: url("../images/bg4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 570px;
  margin-top: 25px; }
  .b-nortext-list:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  .b-nortext-list .e-nortex-item {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    width: 210px;
    float: left;
    clear: left;
    padding-left: 7px;
    margin-left: 180px;
    opacity: 0; }
    .b-nortext-list .e-nortex-item .e-nortex-bold {
      font-weight: 700; }
    .b-nortext-list .e-nortex-item:nth-child(2n) {
      float: right;
      clear: none;
      margin-right: 183px;
      text-align: right;
      margin-left: 0;
      width: 187px;
      padding-right: 7px;
      padding-left: 0; }
    .b-nortext-list .e-nortex-item:nth-child(1) {
      margin-top: 3px;
      margin-left: 183px; }
    .b-nortext-list .e-nortex-item:nth-child(3) {
      margin-top: 273px; }
    .b-nortext-list .e-nortex-item:nth-child(4) {
      margin-top: 222px;
      margin-right: 184px; }

.b-section-fifth {
  color: #ffffff;
  background-image: url("../images/bg5.jpg");
  padding: 64px 0 89px;
  text-align: center; }
  .b-section-fifth .e-section-fifth-subtitle {
    font-family: "PFDinComp";
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    opacity: 0; }
  .b-section-fifth .e-section-fifth-title {
    font-size: 36px;
    line-height: 40px;
    color: #ff534b;
    width: 70%;
    padding: 25px 0 21px;
    margin: 0 auto;
    opacity: 0; }
  .b-section-fifth .e-section-fifth-text {
    font-size: 24px;
    line-height: 30px;
    width: 49%;
    margin: 0 auto;
    opacity: 0; }
  .b-section-fifth .e-section-fifth-text-bold {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    opacity: 0; }
  .b-section-fifth .b-button-container {
    margin-top: 28px;
    opacity: 0; }
    .b-section-fifth .b-button-container .b-button {
      padding: 13px 23px; }

.b-square {
  border-bottom: 7px solid #e3be41;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center; }
  .b-square:before, .b-square:after {
    content: "";
    position: absolute;
    width: 7px;
    top: 7px;
    background-color: #e3be41; }
  .b-square:before {
    left: 0;
    bottom: 0; }
  .b-square:after {
    right: 0;
    bottom: 0; }
  .b-square .e-square-title {
    position: relative; }
    .b-square .e-square-title:before, .b-square .e-square-title:after {
      content: "";
      position: absolute;
      width: 200px;
      height: 7px;
      top: 10px;
      background-color: #e3be41; }
    .b-square .e-square-title:before {
      left: 100%;
      margin-left: 8px; }
    .b-square .e-square-title:after {
      right: 100%;
      margin-right: 8px; }
  .b-square.m-square-big {
    width: 604px;
    margin: 0 auto; }
    .b-square.m-square-big .e-square-title {
      font-size: 32px;
      line-height: 32px;
      color: #171725; }
      .b-square.m-square-big .e-square-title:before, .b-square.m-square-big .e-square-title:after {
        top: 17px; }
    .b-square.m-square-big:before, .b-square.m-square-big:after {
      top: 17px; }
    .b-square.m-square-big .b-wanted-list {
      width: 66%; }
      .b-square.m-square-big .b-wanted-list .attention {
        font-weight: 700; }
    .b-square.m-square-big .e-square-content {
      padding: 37px 0; }

.b-sixth-list {
  font-size: 0; }
  .b-sixth-list .e-sixth-item {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    color: #171725;
    margin-left: 145px;
    padding-bottom: 33px; }
    .b-sixth-list .e-sixth-item:first-child {
      margin-left: 0; }
    .b-sixth-list .e-sixth-item .sixth-item-subtitle {
      font-size: 24px;
      font-family: "PFDinComp";
      font-weight: 400; }
    .b-sixth-list .e-sixth-item .sixth-item-description {
      font-size: 36px;
      line-height: 46px;
      color: #ff534b;
      padding-top: 16px; }
    .b-sixth-list .e-sixth-item .sixth-item-under-description {
      font-size: 24px;
      line-height: 19px; }

.b-section-sixth {
  text-align: center;
  padding: 31px 0 62px;
  overflow: hidden; }
  .b-section-sixth .b-container:before {
    content: "";
    position: absolute;
    background-image: url("../images/bg6.jpg");
    background-position: center;
    width: 1920px;
    height: 1657px;
    z-index: -1;
    left: -479px;
    top: 259px; }
  .b-section-sixth .e-section-sixth-title {
    color: #ff534b;
    font-size: 36px;
    line-height: 41px;
    text-transform: uppercase; }
  .b-section-sixth .e-section-sixth-under-title {
    color: #ff534b;
    font-size: 72px;
    line-height: 73px;
    text-transform: uppercase; }
  .b-section-sixth .e-section-sixth-subtitle {
    font-family: "PFDinComp";
    font-weight: 100;
    font-size: 28px;
    line-height: 28px; }
  .b-section-sixth .b-sixth-list {
    margin-top: 20px;
    padding-top: 200px;
    opacity: 0; }
  .b-section-sixth .b-triangle {
    margin-top: 266px;
    margin-left: 89px; }

.b-wanted {
  font-size: 0;
  padding-top: 40px;
  padding-bottom: 34px; }
  .b-wanted .e-wanted-title {
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 34px;
    color: #171725; }
  .b-wanted .b-wanted-list {
    opacity: 0;
    padding-top: 200px; }
    .b-wanted .b-wanted-list:last-child {
      margin-left: 50px; }

.attention {
  color: #ff534b; }

.b-wanted-list {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  text-align: left;
  width: 354px; }
  .b-wanted-list .e-wanted-item {
    margin-top: 20px;
    position: relative; }
    .b-wanted-list .e-wanted-item:first-child {
      margin-top: 0; }
    .b-wanted-list .e-wanted-item:before {
      content: "";
      position: absolute;
      box-sizing: border-box;
      border: 3px solid #fbbc00;
      border-radius: 50%;
      width: 13px;
      height: 13px;
      top: 6px;
      left: -20px; }
    .b-wanted-list .e-wanted-item .e-wanted-text {
      font-family: "PFDinComp";
      font-weight: 100;
      font-size: 20px;
      line-height: 25px; }

.b-triangle {
  color: #ffffff;
  text-align: left;
  width: 365px; }
  .b-triangle .e-triangle-subtitle {
    font-family: "PFDinComp";
    font-weight: 500;
    font-size: 36px;
    line-height: 36px; }
  .b-triangle .e-triangle-title {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 9px; }
  .b-triangle .e-triangle-description {
    font-family: "PFDinComp";
    font-weight: 100;
    font-size: 24px;
    line-height: 30px; }
  .b-triangle .b-button {
    margin-top: 26px; }

.b-numbers-list {
  font-size: 0;
  text-align: left; }
  .b-numbers-list .e-numbers-item {
    position: relative;
    color: #171725;
    width: 234px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    padding: 143px 48px 0 10px;
    background-repeat: no-repeat;
    opacity: 0; }
    .b-numbers-list .e-numbers-item:before {
      content: "";
      position: absolute;
      background-repeat: no-repeat; }
    .b-numbers-list .e-numbers-item:nth-child(1) {
      background-image: url("../images/squ1.png");
      margin-top: 317px;
      margin-left: 121px; }
      .b-numbers-list .e-numbers-item:nth-child(1):before {
        background-image: url("../images/ar1.png");
        top: 219px;
        right: -304px;
        width: 265px;
        height: 55px; }
    .b-numbers-list .e-numbers-item:nth-child(2) {
      background-image: url("../images/squ2.png");
      margin-top: 171px;
      margin-left: 52px; }
      .b-numbers-list .e-numbers-item:nth-child(2):before {
        background-image: url("../images/ar2.png");
        top: 247px;
        right: -34px;
        width: 66px;
        height: 46px; }
    .b-numbers-list .e-numbers-item:nth-child(3) {
      background-image: url("../images/squ3.png");
      margin-top: 28px;
      margin-left: 53px; }
      .b-numbers-list .e-numbers-item:nth-child(3):before {
        background-image: url("../images/ar3.png");
        top: 291px;
        right: 112px;
        width: 45px;
        height: 145px; }
    .b-numbers-list .e-numbers-item .num-text {
      font-size: 17px;
      line-height: 20px;
      text-transform: uppercase;
      padding-left: 17px;
      padding-bottom: 37px; }
    .b-numbers-list .e-numbers-item .num-desc {
      font-size: 17px;
      line-height: 22px;
      text-align: center; }
  .b-numbers-list .e-numbers-card-item {
    display: inline-block;
    vertical-align: top;
    background-color: #fbbc00;
    color: #171725;
    padding: 32px 26px 38px;
    width: 390px;
    box-sizing: border-box;
    float: right;
    margin-top: -143px; }
    .b-numbers-list .e-numbers-card-item .e-numbers-card-left-text {
      font-family: "PFDinComp";
      font-weight: 500;
      text-align: right;
      display: inline-block;
      vertical-align: top;
      font-size: 28px;
      line-height: 33px;
      width: 48%; }
    .b-numbers-list .e-numbers-card-item .e-numbers-card-right-text {
      color: #ffffff;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      font-size: 126px;
      line-height: 91px;
      padding-top: 3px;
      padding-bottom: 6px;
      text-transform: uppercase; }
    .b-numbers-list .e-numbers-card-item .e-numbers-card-bottom-text {
      text-align: right;
      font-size: 36px;
      line-height: 36px;
      text-transform: uppercase; }

.b-section-seventh {
  background-image: url("../images/bg-7.jpg");
  padding: 103px 0; }

.b-popup-container {
  text-align: center;
  opacity: 0; }
  .b-popup-container .e-popup-description {
    color: #ffffff;
    width: 350px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 32px; }
    .b-popup-container .e-popup-description .e-popup-description-title {
      font-size: 36px;
      color: #ff534b;
      text-transform: uppercase;
      padding-left: 10px;
      line-height: 42px; }
    .b-popup-container .e-popup-description .e-popup-description-subtitle {
      font-size: 60px;
      color: #ff534b;
      text-transform: uppercase;
      padding-left: 10px;
      line-height: 77px; }
    .b-popup-container .e-popup-description .e-popup-description-text {
      font-size: 30px;
      line-height: 35px;
      color: #ffffff;
      padding-left: 10px; }
    .b-popup-container .e-popup-description .e-popup-description-text-bg {
      margin-top: 16px; }
      .b-popup-container .e-popup-description .e-popup-description-text-bg .bg {
        color: #ffffff;
        background-color: #ff534b;
        display: inline-block;
        vertical-align: top;
        font-size: 30px;
        line-height: 35px;
        padding: 10px 9px; }
  .b-popup-container .e-popup-popup {
    display: inline-block;
    vertical-align: top; }
  .b-popup-container .b-popup {
    margin-left: 130px; }

.b-popup {
  width: 278px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 17px 15px;
  font-family: "MuseoSans"; }
  .b-popup .e-popup-title {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase; }
  .b-popup .e-popup-sub {
    font-size: 14px;
    line-height: 21px;
    padding: 1px 0 17px; }
  .b-popup .e-popup-content {
    padding: 0 13px; }
  .b-popup .e-popup-text-footer-bottom {
    font-size: 14px;
    line-height: 21px;
    padding-top: 14px; }
    .b-popup .e-popup-text-footer-bottom .e-popup-text-footer-bottom-icon {
      display: inline-block;
      vertical-align: top; }

.b-input-container {
  position: relative; }
  .b-input-container .e-input-container-icon {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 15px;
    left: 18px; }
  .b-input-container:before {
    content: "*";
    position: absolute;
    top: 13px;
    right: 20px;
    color: #ff534b;
    font-size: 14px;
    line-height: 14px; }
  .b-input-container + .b-input-container {
    margin-top: 12px; }
  .b-input-container + .b-button {
    margin-top: 18px; }

.b-input {
  border: 2px solid #e7e7e7;
  font-family: "MuseoSans";
  border-radius: 5px;
  font-weight: 400;
  color: #000000;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 44px; }
  .b-input:focus {
    outline: none; }

.b-section-eighth {
  color: #171725;
  padding: 46px 0 187px; }

.b-title-section-eight {
  text-align: center; }
  .b-title-section-eight .e-title-section-eight-left {
    text-transform: uppercase;
    font-size: 160px;
    line-height: 120px;
    color: #ff534b; }
  .b-title-section-eight .e-title-section-eight-right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 12px; }
    .b-title-section-eight .e-title-section-eight-right .e-title-section-eight-right-top {
      font-family: "PFDinComp";
      font-weight: 100;
      font-style: normal;
      font-size: 52px;
      line-height: 40px;
      padding-top: 17px;
      padding-bottom: 8px;
      display: inline-block;
      vertical-align: top;
      letter-spacing: 3.3px; }
    .b-title-section-eight .e-title-section-eight-right .e-title-section-eight-right-bottom .bg {
      background-color: #ff534b;
      color: #ffffff;
      display: inline-block;
      vertical-align: top;
      font-family: "PFDinComp";
      font-weight: 100;
      font-style: normal;
      font-size: 40px;
      line-height: 51px;
      padding: 0 19px;
      letter-spacing: 2.7px; }

.b-circle-container {
  margin-top: 93px; }
  .b-circle-container .e-circle-text-list .e-circle-text-item {
    display: inline-block;
    vertical-align: top;
    width: 230px; }
    .b-circle-container .e-circle-text-list .e-circle-text-item .e-circle-text-item-text {
      font-size: 20px;
      line-height: 23px; }
      .b-circle-container .e-circle-text-list .e-circle-text-item .e-circle-text-item-text .bold {
        font-weight: 700; }
  .b-circle-container .e-circle-text-list.m-top .e-circle-text-item:nth-child(1) {
    margin-left: 191px; }
  .b-circle-container .e-circle-text-list.m-top .e-circle-text-item:nth-child(2) {
    margin-left: 150px; }
  .b-circle-container .e-circle-text-list.m-bottom .e-circle-text-item:nth-child(1) {
    margin-left: 12px; }
  .b-circle-container .e-circle-text-list.m-bottom .e-circle-text-item:nth-child(2) {
    margin-left: 186px;
    width: 175px; }
  .b-circle-container .e-circle-text-list.m-bottom .e-circle-text-item:nth-child(3) {
    margin-left: 120px; }

.b-circle-bottom-list {
  font-size: 0;
  text-align: center;
  height: 190px;
  background-image: url("../images/circle.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 19px 0 22px;
  position: relative; }
  .b-circle-bottom-list .e-circle-bottom-list-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1; }
  .b-circle-bottom-list .e-circle-bottom-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 66px;
    margin-top: 31px;
    opacity: 0; }
    .b-circle-bottom-list .e-circle-bottom-item:first-child {
      margin-left: 0; }
    .b-circle-bottom-list .e-circle-bottom-item .b-button-container {
      box-shadow: none;
      background: none; }
      .b-circle-bottom-list .e-circle-bottom-item .b-button-container.m-button-container-circle {
        padding: 0; }
        .b-circle-bottom-list .e-circle-bottom-item .b-button-container.m-button-container-circle .e-circle-icon-container {
          display: inline-block;
          vertical-align: top; }
        .b-circle-bottom-list .e-circle-bottom-item .b-button-container.m-button-container-circle .b-button {
          width: 125px;
          height: 125px;
          padding: 0;
          text-align: center; }

.b-section-ninth {
  background-image: url("../images/bg8.jpg");
  text-align: center;
  padding: 62px 0 73px; }
  .b-section-ninth .e-section-ninth-subtitle {
    font-size: 28px;
    line-height: 30px; }
  .b-section-ninth .e-section-ninth-title {
    color: #ff534b;
    font-size: 48px;
    line-height: 50px; }
  .b-section-ninth .b-clients-list {
    padding-top: 58px; }

.b-clients-list {
  font-size: 0; }
  .b-clients-list .e-clients-item {
    display: inline-block;
    vertical-align: top;
    width: 355px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.7);
    padding-top: 200px;
    opacity: 0; }
    .b-clients-list .e-clients-item:nth-child(2n) {
      margin-left: 6px;
      margin-top: 66px; }
    .b-clients-list .e-clients-item:nth-child(2n+1) {
      margin-top: 4px; }
    .b-clients-list .e-clients-item:first-child {
      margin-top: 0; }
    .b-clients-list .e-clients-item .e-clients-item-header {
      background-color: #ff534b;
      border-radius: 30px;
      padding: 7px 20px; }
      .b-clients-list .e-clients-item .e-clients-item-header .e-clients-item-title {
        font-family: "PFDinComp";
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        line-height: 24px;
        color: #ffffff; }
    .b-clients-list .e-clients-item .e-clients-item-content {
      padding: 18px 33px 20px 47px;
      position: relative; }
      .b-clients-list .e-clients-item .e-clients-item-content:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 10px;
        background-image: url("../images/message.png");
        background-repeat: no-repeat;
        width: 26px;
        height: 19px; }
      .b-clients-list .e-clients-item .e-clients-item-content .e-clients-item-text {
        color: #656071;
        font-size: 18px;
        line-height: 20px; }

.b-section-tenth {
  overflow: hidden;
  margin-top: -78px;
  height: 636px; }
  .b-section-tenth .b-container {
    padding-top: 165px;
    padding-bottom: 110px; }
    .b-section-tenth .b-container:before {
      content: "";
      position: absolute;
      left: -474px;
      top: 0;
      background-size: 100%;
      background-image: url("../images/bg9.png");
      background-repeat: no-repeat;
      width: 1920px;
      height: 636px;
      z-index: -1; }
  .b-section-tenth .b-popup-container .b-popup {
    margin-left: 12px; }
  .b-section-tenth .b-popup-container .e-popup-description {
    padding-top: 105px;
    width: 380px; }

.b-footer {
  color: #171725;
  padding-top: 33px;
  flex: 0 0 auto; }
  .b-footer .e-footer-title {
    font-family: "PFDinComp";
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 50px;
    padding-left: 600px;
    opacity: 0; }
    .b-footer .e-footer-title .intro {
      color: #ff534b; }
  .b-footer .e-footer-feedback-left-title {
    font-size: 24px;
    line-height: 26px;
    font-family: "PFDinComp";
    font-style: normal;
    font-weight: 500;
    padding-left: 5px;
    padding-bottom: 11px; }
  .b-footer .e-footer-feedback {
    font-size: 0; }
    .b-footer .e-footer-feedback .e-footer-feedback-left {
      display: inline-block;
      vertical-align: top;
      width: 27%;
      padding-left: 24px;
      box-sizing: border-box;
      padding-top: 16px;
      position: relative; }
      .b-footer .e-footer-feedback .e-footer-feedback-left:before {
        content: "";
        position: absolute;
        background-color: #ff534b;
        width: 8px;
        height: 130px;
        left: 3px;
        top: 20px; }
    .b-footer .e-footer-feedback .e-footer-feedback-right {
      display: inline-block;
      vertical-align: top;
      width: 73%;
      font-size: 0;
      margin-top: 10px; }
  .b-footer .e-footer-bottom {
    text-align: center;
    font-family: "PFDinComp";
    font-size: 24px;
    font-weight: 100;
    line-height: 26px;
    padding: 17px 0; }
    .b-footer .e-footer-bottom .e-footer-bottom-link {
      color: #ff534b; }

.b-footer-feedback-list .e-footer-feedback-item {
  padding-top: 25px; }
  .b-footer-feedback-list .e-footer-feedback-item:first-child {
    padding-top: 0; }
  .b-footer-feedback-list .e-footer-feedback-item .e-footer-feedback-item-icon-container {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px; }
  .b-footer-feedback-list .e-footer-feedback-item .e-footer-feedback-item-text-container {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    box-sizing: border-box;
    padding-left: 4%; }
    .b-footer-feedback-list .e-footer-feedback-item .e-footer-feedback-item-text-container .e-footer-feedback-item-text {
      font-size: 18px;
      line-height: 20px;
      display: block; }

.b-map {
  height: 467px;
  width: 100%; }

.b-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 23, 37, 0.9);
  z-index: 5;
  opacity: 0;
  display: none; }
  .b-overlay.active {
    display: block; }
  .b-overlay .b-close {
    position: absolute;
    top: 20px;
    right: 20px; }

.m-bold {
  font-weight: 700; }

.b-popup-overlay {
  position: fixed;
  top: 40px;
  left: 50px;
  z-index: 10;
  opacity: 0;
  display: none; }
  .b-popup-overlay.active {
    display: block; }
  .b-popup-overlay .b-popup-container .e-popup-description .e-popup-description-title {
    margin-bottom: 20px; }
  .b-popup-overlay .b-popup-container .e-popup-description .e-popup-description-text {
    font-size: 24px;
    line-height: 26px; }
  .b-popup-overlay .e-popup-container {
    width: 78%;
    margin: 45px auto; }

.b-close {
  width: 42px;
  height: 42px;
  cursor: pointer; }
  .b-close:before, .b-close:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 16px;
    width: 3px;
    height: 48px;
    background-color: #ffffff;
    transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s; }
  .b-close:before {
    transform: rotate(-45deg); }
  .b-close:after {
    transform: rotate(45deg); }
  .b-close:hover:before, .b-close:hover:after {
    background-color: #ff534b; }

@media (max-width: 960px) {
  .b-container {
    width: 90%; }

  .b-section-first .e-title-first .e-subtitle-first-bg {
    font-size: 43px;
    background-color: #11ffee00; }

  .b-first-popup {
    width: 95%; }

  .b-circle-top-list .e-circle-top-item {
    margin-left: 7%; }

  .b-problem-item.m-first {
    padding-top: 390px;
    margin-left: 0; }
  .b-problem-item.m-second {
    margin-left: 0; }
  .b-problem-item.m-third {
    margin-left: 0; }

  .b-nortext-list .e-nortex-item {
    margin-left: 9%; }
    .b-nortext-list .e-nortex-item:nth-child(1) {
      margin-left: 8%; }
    .b-nortext-list .e-nortex-item:nth-child(2n) {
      margin-right: 7%; }
    .b-nortext-list .e-nortex-item:nth-child(3) {
      margin-top: 43%; }
    .b-nortext-list .e-nortex-item:nth-child(4) {
      margin-top: 33%;
      margin-right: 8%; }

  .b-section-fifth .e-section-fifth-title {
    width: 100%; }

  .b-wanted-list {
    width: 47%;
    box-sizing: border-box; }

  .b-wanted .b-wanted-list:last-child {
    margin-left: 5%; }

  .b-numbers-list .e-numbers-item {
    width: 226px; }
    .b-numbers-list .e-numbers-item:nth-child(1), .b-numbers-list .e-numbers-item:nth-child(2), .b-numbers-list .e-numbers-item:nth-child(3) {
      margin-left: 0; }

  .b-popup-container .e-popup-description {
    width: 50%; }
  .b-popup-container .b-popup {
    margin-left: 0; }

  .b-circle-bottom-list .e-circle-bottom-item {
    margin-left: 2%;
    margin-top: .5%; }

  .b-circle-container .e-circle-text-list.m-bottom .e-circle-text-item:nth-child(1) {
    margin-left: 1%; }
  .b-circle-container .e-circle-text-list.m-bottom .e-circle-text-item:nth-child(2) {
    margin-left: 3%; }
  .b-circle-container .e-circle-text-list.m-bottom .e-circle-text-item:nth-child(3) {
    margin-left: 4%; }
  .b-circle-container .e-circle-text-list.m-top .e-circle-text-item:nth-child(1) {
    margin-left: 16%; }
  .b-circle-container .e-circle-text-list.m-top .e-circle-text-item:nth-child(2) {
    margin-left: 7%; }

  .b-clients-list .e-clients-item {
    width: 45%; }

  .b-section-tenth .e-popup-description .e-popup-description-title, .b-section-tenth .e-popup-description .e-popup-description-subtitle {
    color: #ffffff; }

  .b-footer .e-footer-feedback .e-footer-feedback-left {
    width: 40%; }
  .b-footer .e-footer-feedback .e-footer-feedback-right {
    width: 60%; } }
@media (max-width: 750px) {
  .b-container {
    width: 960px; } }



.incorrect{
    border-color: red !important;
}

/*# sourceMappingURL=style.css.map */
