main.about {
  overflow: hidden;
}

body.about {
  background-color: #F6F7FB;
  font-family: 'Roboto', 'Montserrat', sans-serif;
  font-size: 20px;
  color: #151D43;
  line-height: 35px;
}

.about .header::before,
.about .header::after,
.footer::after,
.footer::after {
  display: none;
}

.about .container {
  max-width: 1275px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.breadcrumbs-item {
  font-size: 0.8em;
  color: #777777;
  line-height: normal; }
.breadcrumbs-item:not(:first-child)::before {
  content: ' /';
  margin: 0 9px; }
.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 85px; }
.breadcrumbs-link {
  text-decoration: none;
  color: #151D43; }

.paragraph {
  color: #151D43; }

.text-part_outter {
  padding-left: 85px; }

.quote {
  line-height: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 33px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 35px;
  margin-top: 25px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 585px;
  color: inherit;
  background-image: linear-gradient(to right, #EF4B18 4px, transparent 4px); }

.about .h2 {
  font-size: 1.8em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212A30;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative; }
  .about .h2::before {
    content: '';
    display: block;
    height: 2px;
    width: 69px;
    background-color: #EF4B18;
    margin-right: 17px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
        .about .h2_outter::before {
    position: absolute;
    left: -85px;
    top: 25px; }
    .about .h2_contact {
    margin-bottom: 45px; }
    .about .h3 {
  color: #342A18;
  font-size: 1.1em;
  text-align: center;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
  margin: 0;
  margin-bottom: 5px; }

.works {
  position: relative;
  margin-bottom: 255px; }
  .works__content {
    max-width: 817px; }
  .works__img {
    width: 100%;
    height: auto; }
    .works__img-container {
      max-width: 703px;
      max-height: 692px;
      width: 100%;
      height: auto;
      position: absolute;
      right: 0;
      top: -134px;
      z-index: -1; }
      .works__img-container::before {
        content: '';
        display: block;
        position: absolute;
        background-image: url("../img/header-bg.svg");
        background-repeat: no-repeat;
        width: 1080px;
        height: 1003px;
        z-index: -1;
        top: -218px;
        left: -174px; }

.collect {
  margin-bottom: 110px; }
  .collect__content {
    padding-top: 140px; }
  .collect__img {
    margin-right: 70px;
    margin-left: -48px; }
  .collect .section-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    width: 111px;
    height: 105px;
    background-image: url("../img/elements.png");
    background-repeat: no-repeat;
    right: -85px;
    bottom: 39px;
    z-index: -1; }

    .about .btn {
  border-radius: 5px;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-top: 40px; }
  .about .btn-primary {
    color: #FFFFFF;
    background-color: #EF4B18;
    width: 201px;
    height: 73px; }
    .about .btn_lower {
    height: 56px; }

.scrutinized {
  margin-bottom: 302px; }
  .scrutinized__content {
    max-width: 461px;
    margin-right: 70px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-top: 27px; }
  .scrutinized .section-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    width: 96px;
    height: 67px;
    background-image: url("../img/element2.png");
    background-repeat: no-repeat;
    left: -114px;
    bottom: -94px;
    z-index: -1; }

.analyz-container {
  position: relative; }
.analyz__main {
  padding: 17px 24px 34px 43px;
  text-align: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0.93px 2.85px 57px rgba(71, 71, 71, 0.17);
          box-shadow: 0.93px 2.85px 57px rgba(71, 71, 71, 0.17);
  position: relative;
  overflow: hidden; }
  .analyz__main::before {
    content: '';
    display: block;
    width: 182px;
    height: 182px;
    background-color: #FFF1D9;
    border-radius: 50%;
    position: absolute;
    right: -66px;
    bottom: -124px; }
  .analyz__main-desc {
    font-size: 0.8em;
    color: #747474;
    margin: 0;
    display: block;
    line-height: normal;
    margin-bottom: 14px; }
.analyz__guide {
  bottom: -63px;
  left: -67px;
  padding: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 223px;
  height: 192px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0.93px 2.85px 57px rgba(71, 71, 71, 0.17);
          box-shadow: 0.93px 2.85px 57px rgba(71, 71, 71, 0.17);
  position: absolute;
  overflow: hidden; }
  .analyz__guide-img:first-child {
    margin-top: 17px;
    margin-bottom: 18px; }
  .analyz__guide::before {
    content: '';
    display: block;
    width: 160px;
    height: 160px;
    background-color: #FFF1D9;
    border-radius: 50%;
    position: absolute;
    left: -72px;
    top: -76px; }

.compare {
  margin-bottom: 211px; }
  .compare__img {
    -webkit-filter: drop-shadow(0.93px 2.85px 57px rgba(71, 71, 71, 0.17));
            filter: drop-shadow(0.93px 2.85px 57px rgba(71, 71, 71, 0.17));
    margin-right: 97px; }
  .compare__content {
    padding-top: 111px; }
  .compare .section-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    width: 110px;
    height: 80px;
    background-image: url("../img/elements_3.png");
    background-repeat: no-repeat;
    right: 15px;
    bottom: 141px;
    z-index: -1; }

.contact {
  margin-bottom: 102px; }
  .contact__content {
    margin-right: 40px;
    padding-top: 53px;
    position: relative; }
    .contact__content::before {
      content: '';
      display: block;
      position: absolute;
      background-image: url("../img/map.png");
      background-repeat: no-repeat;
      width: 920px;
      height: 598px;
      right: -55px;
      bottom: -375px;
      z-index: -1; }
  .contact__email {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    color: #1A3344;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact__email::before {
      content: '';
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 28px;
      background-color: #FFFFFF;
      border-radius: 50%;
      width: 34px;
      height: 34px;
      background-image: url(../img/email-main.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px 14px;
      -webkit-box-shadow: 1.85px 5.71px 27px rgba(0, 0, 0, 0.1);
              box-shadow: 1.85px 5.71px 27px rgba(0, 0, 0, 0.1); }
  .contact__form {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0.93px 2.85px 57px rgba(71, 71, 71, 0.17);
            box-shadow: 0.93px 2.85px 57px rgba(71, 71, 71, 0.17);
    padding: 53px 46px;
    text-align: center;
    max-width: 675px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("../img/contact-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom; }

.form__title {
  color: #EF4B18;
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px; }
.form__inputs-wrapper {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 29px;
  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; }
.form-input {
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.8em;
  padding-left: 54px;
  background-repeat: no-repeat;
  background-position: left 20px center; }
  .form-input:first-child {
    margin-right: 32px; }
  .form-input__name {
    background-image: url(../img/name.svg);
    background-size: 17px 20px; }
  .form-input__email {
    background-image: url(../img/mail.svg);
    background-size: 19px 14px; }
.form-textarea {
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
  font-size: 0.8em;
  padding-left: 54px;
  padding-top: 13px;
  background-repeat: no-repeat;
  line-height: 19px;
  background-position: left 14px top 12px;
  background-image: url(../img/message.svg);
  background-size: 25px 21px; }
.form-placeholder::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A9A5B2;
  opacity: 1;
  /* Firefox */ }
.form-placeholder:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A9A5B2;
  opacity: 1;
  /* Firefox */ }
.form-placeholder::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A9A5B2;
  opacity: 1;
  /* Firefox */ }
.form-placeholder::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A9A5B2;
  opacity: 1;
  /* Firefox */ }
.form-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A9A5B2; }
.form-placeholder::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #A9A5B2; }

@media screen and (max-width: 1200px) {
  .about .container {
    max-width: 1140px; }

  .works {
    margin-bottom: 165px; }
    .works__img-container {
      width: 45%;
      top: -120px; }
      .works__img-container::before {
        background-size: 70%;
        top: -116px; }

  .collect__img {
    margin-right: 10px; }

  .compare__img {
    margin-right: 55px; }
  }

@media screen and (max-width: 992px) {
  .about .container {
    max-width: 960px; }

   body.about {
    font-size: 18px; }

  .collect__img {
    margin-right: 0px;
    position: absolute;
    bottom: 70px; }
  .collect .btn-primary {
    margin-top: 690px; }
  .collect__content {
    padding-top: 0; }

  .img-responsive {
    width: 100%;
    height: auto; }

  .text-part {
    width: 80%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .text-part_outter {
      padding-left: 0; }

  .compare__content {
    padding-top: 0; }
  .compare__img {
    margin-right: 0;
    position: absolute;
    bottom: 120px; }
  .compare .btn-primary {
    margin-top: 740px; }

  .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 80%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }

  .works {
    margin-bottom: 135px; }
    .works__img-container {
      width: 45%;
      top: -130px; }
    .works__content {
      max-width: none;
      margin-left: auto;
      margin-right: auto; }

      .about .h2 {
    margin-bottom: 0; }

    .about .h2_outter::before {
    position: static; }

    .about .btn-primary {
    -ms-flex-item-align: center;
        align-self: center; }

  .quote {
    margin-left: 0; }

  .analyz-container {
    position: absolute;
    bottom: 190px; }

  .scrutinized {
    margin-bottom: 182px; }
    .scrutinized .btn-primary {
      margin-top: 545px; }
    .scrutinized__content {
      margin-right: 0; }

  .contact .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact__email {
    padding-left: 60px;
    margin-bottom: 50px; }
  .contact__content {
    padding-top: 0;
    margin-right: 0; }

  .breadcrumbs-box {
    margin-bottom: 50px; } }
@media screen and (max-width: 768px) {

  body.about {
    font-size: 16px;
    line-height: 24px; }

    .about .h2 {
    line-height: 34px; }
    .about .h2::before {
      width: 32px; }

      .about .btn {
    height: 62px; }

  .quote {
    line-height: 30px;
    margin-bottom: 9px;
    margin-top: 9px;
    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: linear-gradient(to right, #EF4B18 3px, transparent 3px); }

  .about .container {
    max-width: 720px; }

  .analyz__main {
    padding: 12px 2px 0px 10px; }
    .analyz__main-img {
      width: 100%;
      height: auto; }
  .analyz-container {
    margin-left: 7%;
    margin-right: 15px; }
  .analyz__guide {
    width: 40%;
    height: auto;
    z-index: 0;
    left: -25px; }
    .analyz__guide::before {
      z-index: -1; }
    .analyz__guide-img {
      max-width: 36px;
      height: auto; }
      .analyz__guide-img:first-child {
        margin-bottom: 12px; } }
@media screen and (max-width: 576px) {
  .works__img-container {
    width: 100%;
    top: 87px;
    max-width: 288px; }
    .works__img-container::before {
      background-size: 48%;
      top: -100px;
      left: -123px; }

  .about .container {
    max-width: 540px; }

  .collect .btn-primary {
    margin-top: 119%; }
  .collect__img {
    margin-left: 0; }

  .collect .section-wrapper::before,
  .compare .section-wrapper::before,
  .scrutinized .section-wrapper::before {
    display: none; }

  .text-part {
    width: 100%; }

  .form-input {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%; }
    .form-input:first-child {
      margin-right: 0;
      margin-bottom: 14px; }
  .form__inputs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 14px; }
  .form__title {
    margin-bottom: 25px; }

    .about .btn_lower {
    margin-top: 25px; }

  .contact__form {
    padding: 25px 10px;
    background-position: bottom right 0px;
    background-size: 100%; }
  .contact__content::before {
    background-size: 50%;
    right: 0;
    left: -10px;
    top: 17px; }
  .contact__email {
    padding-left: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contact__email::before {
      margin-right: 20px; }

  .quote {
    margin-top: 220px;
    margin-right: 0; }

  .scrutinized .btn-primary {
    margin-top: 100%; }

  .analyz-container {
    bottom: 25%; }
  .analyz__guide {
    padding: 17px; }

  .compare .btn-primary {
    margin-top: 144%; }

  .scrutinized,
  .works,
  .compare {
    margin-bottom: 130px; } }
@media screen and (max-width: 400px) {
  .scrutinized .btn-primary {
    margin-top: 122%; }

  .analyz__guide {
    width: 43%; }
    .analyz__guide-img:first-child {
      margin-top: 5px;
      margin-bottom: 10px; }
  .analyz-container {
    bottom: 27%; }

  .collect .btn-primary {
    margin-top: 120%; }

  .compare .btn-primary {
    margin-top: 133%; }
  .compare__img {
    bottom: 103px; }

  .scrutinized,
  .works,
  .compare {
    margin-bottom: 110px; } 
  }