.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-arrow-right {
  font-size: 3.149rem;
  width: 1em; }

.icon-clock-quick {
  font-size: 3.6rem;
  width: 1.30556em; }

.icon-close {
  font-size: 2.2rem;
  width: 1em; }

.icon-dollar {
  font-size: 10.2rem;
  width: 0.85294em; }

.icon-dollar-blur {
  font-size: 4.8rem;
  width: 0.70833em; }

.icon-envelope {
  font-size: 2.4rem;
  width: 1.25em; }

.icon-envelope-header {
  font-size: 1.6rem;
  width: 1.4375em; }

.icon-location {
  font-size: 3.4rem;
  width: 0.76471em; }

.icon-money {
  font-size: 6.3rem;
  width: 1.03175em; }

.icon-paper-clip {
  font-size: 1.6rem;
  width: 1em; }

.icon-person {
  font-size: 1.8rem;
  width: 0.94444em; }

.icon-phone {
  font-size: 6.7rem;
  width: 0.53731em; }

.icon-photo {
  font-size: 2.1rem;
  width: 1em; }

.icon-rouble {
  font-size: 9.6rem;
  width: 0.95833em; }

.icon-rouble-blur {
  font-size: 5.1rem;
  width: 0.96078em; }

.icon-whatsapp {
  font-size: 2.5rem;
  width: 1em; }

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

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3; }

button {
  cursor: pointer;
  outline: none; }

.container {
  width: 1178px;
  margin: 0 auto; }

.icon-align-center, .header-logo__ico .icon, .banner-figure__dollar .icon, .banner-figure__rouble .icon, .banner-figure__dollar-blur .icon, .banner-figure__rouble-blur .icon, .footer-logo__ico .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.btn-callback {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 24px 9px 26px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn-callback:hover {
    border: 1px solid #F6A342;
    background: #F6A342; }

.btn-quick-sell {
  background: #F6A342;
  border: 1px solid #F6A342;
  -webkit-border-radius: 36px;
          border-radius: 36px;
  font-size: 18px;
  color: #fff;
  padding: 18px 38px 18px 42px;
  text-transform: uppercase;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .btn-quick-sell .icon {
    vertical-align: middle;
    font-size: 2.2rem; }
  .btn-quick-sell > span {
    padding-left: 8px;
    position: relative;
    top: 2px; }
    .btn-quick-sell > span div {
      display: inline; }
  .btn-quick-sell:hover {
    background: #DA3B2E;
    border-color: #DA3B2E; }

.btn-yellow {
  background: #F6A342;
  border: 1px solid #F6A342;
  -webkit-border-radius: 36px;
          border-radius: 36px;
  font-size: 18px;
  color: #fff;
  padding: 18px 42px;
  text-transform: uppercase;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .btn-yellow:hover {
    background: #DA3B2E;
    border-color: #DA3B2E; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.mfp-all-items {
  max-width: 954px;
  color: #2B2E36;
  font-size: 16px; }
  .mfp-all-items__ttl {
    font-size: 26px;
    color: #2B2E36;
    text-align: center;
    margin-bottom: 48px; }
  .mfp-all-items__inner {
    max-height: 70vh;
    padding: 0 40px 30px 40px;
    overflow-y: scroll; }
  .mfp-all-items a {
    color: #DA3B2E;
    text-decoration: underline; }
  .mfp-all-items table {
    width: 100%;
    border-collapse: collapse; }
  .mfp-all-items td,
  .mfp-all-items th {
    border: 1px solid #DEDEDE;
    padding: 18px 30px;
    vertical-align: top; }
  .mfp-all-items th {
    font-weight: bold; }
  .mfp-all-items td:first-child {
    white-space: nowrap; }

.mfp-close {
  right: 20px;
  top: 20px; }
  .mfp-close:active {
    top: 20px; }
  .mfp-close .icon {
    position: relative;
    z-index: -1;
    font-size: 1.5rem; }

@media screen and (max-width: 1440px) {
  .container {
    padding-left: 16px;
    padding-right: 16px; } }

@media screen and (max-width: 1200px) {
  .container {
    width: 960px; } }

@media screen and (max-width: 991px) {
  .container {
    width: 720px; }
  .mfp-all-items__inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 767px) {
  .container {
    width: 540px; }
  .mfp-all-items {
    max-height: 80vh; }
    .mfp-all-items__ttl {
      font-size: 20px;
      padding: 0 40px;
      margin-bottom: 20px; }
  .mfp-all-items__inner {
    max-height: 50vh; }
    .mfp-all-items__inner thead {
      display: none; }
    .mfp-all-items__inner table,
    .mfp-all-items__inner tboby,
    .mfp-all-items__inner tr,
    .mfp-all-items__inner td {
      display: block; }
    .mfp-all-items__inner td {
      border: none;
      padding: 0; }
    .mfp-all-items__inner tr {
      border-top: 1px solid #DEDEDE;
      border-left: 1px solid #DEDEDE;
      border-right: 1px solid #DEDEDE;
      padding: 18px 30px; }
      .mfp-all-items__inner tr:last-child {
        border-bottom: 1px solid #DEDEDE; } }

@media screen and (max-width: 575px) {
  .container {
    width: auto; } }

@media screen and (max-width: 479px) {
  .btn-yellow {
    padding-left: 18px;
    padding-right: 18px; } }

header {
  background: #1E2028;
  padding: 56px 0 0 0;
  border-top: 2px solid #E5E5E5; }
  header .container {
    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; }

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .header-logo__ico {
    width: 46px;
    height: 46px;
    background: #F6A342;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    position: relative; }
    .header-logo__ico .icon {
      width: 21px;
      height: 21px; }
  .header-logo__name {
    padding-left: 16px;
    margin: auto 0; }
    .header-logo__name a {
      color: #fff;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      text-decoration: none; }
      .header-logo__name a:hover {
        text-decoration: none;
        color: #fff; }

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0; }

.header-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0; }
  .header-email .icon {
    fill: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 1rem; }
  .header-email__value {
    color: #fff;
    margin: auto 0;
    padding-left: 9px;
    font-size: 14px;
    position: relative;
    top: -3px; }
    .header-email__value a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: color .4s;
      -o-transition: color .4s;
      transition: color .4s;
      display: block; }
      .header-email__value a:hover {
        color: #F6A342; }

.header-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0; }
  .header-phone__whastapp {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #22BF4A;
    color: #fff;
    position: relative;
    top: -2px; }
    .header-phone__whastapp .icon {
      width: 25px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 0; }
  .header-phone__value {
    padding-left: 7px;
    letter-spacing: 0.4px; }
  .header-phone a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    display: block; }
    .header-phone a:hover {
      color: #F6A342; }

.header-phone {
  padding-left: 24px; }

.header-callback {
  padding-left: 26px;
  position: relative;
  top: -2px; }

@media screen and (max-width: 991px) {
  header {
    padding-top: 16px;
    padding-bottom: 16px; }
    header .container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
  .header-logo, .header-right {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-logo {
    margin-bottom: 16px; } }

@media screen and (max-width: 767px) {
  .header-logo {
    margin-bottom: 12px; }
  .header-right {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .header-callback {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 12px; } }

@media screen and (max-width: 479px) {
  .header-email, .header-phone {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-phone {
    padding-left: 0;
    margin-top: 12px; } }

.banner {
  background: url("images/banner-bottom.png") no-repeat center bottom #1E2028;
  padding-bottom: 220px;
  margin-bottom: 40px; }
  .banner .container {
    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; }
  .banner-col1 {
    padding-top: 94px; }
  .banner-col2 {
    padding-top: 8px; }
  .banner h1, .banner-text1 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 7px;
    font-weight: normal;
    line-height: 1.2; }
  .banner-text2 {
    font-size: 24px;
    color: #C6332B;
    margin-bottom: 29px; }
  .banner-features {
    max-width: 420px;
    margin-bottom: 27px; }
    .banner-features ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0; }
    .banner-features li {
      max-width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      position: relative;
      padding-left: 16px;
      color: #fff;
      font-size: 16px;
      margin-bottom: 33px; }
      .banner-features li:after {
        content: '';
        background: #C6332B;
        -webkit-box-shadow: 0 0 20px #C6332B;
                box-shadow: 0 0 20px #C6332B;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 0;
        top: 6px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
  .banner-figure {
    position: relative;
    width: 728px;
    margin-left: 35px; }
    .banner-figure__ellipse1 {
      width: 728px;
      height: 711px;
      background: #DA3B2E;
      opacity: 0.2;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      z-index: 1; }
    .banner-figure__ellipse2 {
      position: absolute;
      width: 691px;
      height: 675px;
      opacity: 0.2;
      border: 1px solid #CB372B;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      left: -33px;
      top: 27px;
      z-index: 2; }
    .banner-figure__ellipse3 {
      position: absolute;
      width: 622px;
      height: 622px;
      background: #DA3B2E;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      left: 23px;
      top: 45px;
      z-index: 4; }
    .banner-figure__dollar {
      position: absolute;
      width: 155px;
      height: 155px;
      background: #F6A342;
      color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      right: 108px;
      top: 128px;
      z-index: 5; }
      .banner-figure__dollar .icon {
        font-size: 7rem; }
    .banner-figure__rouble {
      position: absolute;
      width: 180px;
      height: 180px;
      background: #F6A342;
      color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      left: 18px;
      bottom: 62px;
      z-index: 7; }
      .banner-figure__rouble .icon {
        font-size: 6.4rem; }
    .banner-figure__dollar-blur {
      position: absolute;
      width: 75px;
      height: 75px;
      background: #F6A342;
      color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      left: 130px;
      top: 120px;
      -webkit-filter: blur(3px);
              filter: blur(3px);
      z-index: 5; }
      .banner-figure__dollar-blur .icon {
        font-size: 2.7rem; }
    .banner-figure__rouble-blur {
      position: absolute;
      width: 87px;
      height: 87px;
      background: #F6A342;
      color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      right: 40px;
      bottom: 208px;
      -webkit-filter: blur(3px);
              filter: blur(3px);
      z-index: 3; }
      .banner-figure__rouble-blur .icon {
        font-size: 3.3rem; }
  .banner-logo {
    position: absolute;
    top: 110px;
    left: 26px;
    z-index: 6; }
    .banner-logo img {
      max-width: 600px;
      max-height: 540px; }

@media screen and (min-width: 1600px) {
  .banner .container {
    width: 1494px;
    padding-left: 160px; } }

@media screen and (max-width: 1440px) {
  .banner {
    padding-bottom: 380px; }
    .banner h1 {
      margin-top: 0; }
    .banner-col1 {
      max-width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-top: 20px; }
    .banner-col2 {
      max-width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      position: relative; }
    .banner .banner-figure {
      margin: 0;
      width: auto;
      right: -110px;
      top: -16%;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7);
      position: absolute; }
    .banner-features {
      max-width: none; } }

@media screen and (max-width: 1200px) {
  .banner {
    padding-bottom: 240px; }
    .banner h1 {
      font-size: 46px; }
    .banner-col1 {
      padding-top: 20px; }
    .banner .banner-figure {
      top: -28%;
      right: -134px;
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6); } }

@media screen and (max-width: 991px) {
  .banner {
    padding-bottom: 160px; }
    .banner-col1 {
      max-width: 60%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60%;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%; }
    .banner-col2 {
      max-width: 40%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%; }
    .banner h1 {
      font-size: 40px; }
    .banner .banner-figure {
      -webkit-transform: scale(0.35);
          -ms-transform: scale(0.35);
              transform: scale(0.35);
      right: -234px; } }

@media screen and (max-width: 767px) {
  .banner {
    margin-bottom: 0; }
    .banner-col1, .banner-col2 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .banner-col1 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .banner-col2 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      height: 260px; }
    .banner-text2 {
      text-align: center; }
    .banner-features li {
      margin-bottom: 16px; }
    .banner-sell {
      text-align: center; }
    .banner .container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .banner .banner-figure {
      -webkit-transform: scale(0.4);
          -ms-transform: scale(0.4);
              transform: scale(0.4);
      right: 50%;
      margin: -344px -370px 0 0;
      top: 50%; }
    .banner h1 {
      text-align: center; } }

@media screen and (max-width: 575px) {
  .banner {
    background-image: none;
    padding-bottom: 40px;
    margin-bottom: 20px; }
    .banner-features li {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

@media screen and (max-width: 479px) {
  .btn-quick-sell {
    padding: 18px 28px 18px 32px; } }

.promo-block1 {
  padding-bottom: 40px;
  position: relative; }
  .promo-block1:before, .promo-block1:after {
    content: '';
    height: 660px;
    background: url("images/dots.png") no-repeat;
    display: block;
    position: absolute;
    z-index: 1; }
  .promo-block1:before {
    width: 330px;
    left: 0;
    bottom: 20px; }
  .promo-block1:after {
    width: 430px;
    right: 144px;
    bottom: 318px; }
  .promo-block1__ttl {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 9px; }
  .promo-block1__descr {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    max-width: 740px;
    margin: 0 auto 45px auto; }
  .promo-block1__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .promo-block1__left {
    max-width: 69%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 69%;
        -ms-flex: 0 0 69%;
            flex: 0 0 69%;
    padding-right: 40px; }
    .promo-block1__left:not(.promo-block1__left--section) {
      padding-top: 49px; }
  .promo-block1__right {
    max-width: 31%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%; }
  .promo-block1__seo {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px; }
    .promo-block1__seo h2 {
      font-size: 28px;
      font-weight: normal;
      margin: 0 0 20px 0; }
    .promo-block1__seo p {
      margin: 0 0 29px 0; }
  .promo-block1__items ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    margin: 0 -20px 0 -20px;
    padding: 0; }
  .promo-block1__items li {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    margin: 0;
    padding: 0 20px 45px 20px; }
  .promo-block1__items .inner {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(47, 49, 69, 0.15);
            box-shadow: 0 10px 30px rgba(47, 49, 69, 0.15);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 16px; }
    .promo-block1__items .inner:after {
      content: '';
      background: #FFFFFF;
      -webkit-box-shadow: 0 10px 30px rgba(47, 49, 69, 0.15);
              box-shadow: 0 10px 30px rgba(47, 49, 69, 0.15);
      -webkit-border-radius: 10px;
              border-radius: 10px;
      z-index: -1;
      position: absolute;
      left: 8px;
      right: 8px;
      height: 70%;
      bottom: -14px; }
  .promo-block1__items a,
  .promo-block1__items .inner1 {
    display: block;
    margin: auto; }
  .promo-block1__items img {
    max-width: 100%; }
  .promo-block1__items .more {
    text-align: center; }
  .promo-block1__items .btn-more-items {
    background: #F6A342;
    border: 1px solid #F6A342;
    -webkit-border-radius: 36px;
            border-radius: 36px;
    font-size: 18px;
    color: #fff;
    padding: 18px 42px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .promo-block1__items .btn-more-items:hover {
      background: #DA3B2E;
      border-color: #DA3B2E; }
  .promo-block1__items.catalog-section .inner {
    height: auto; }
  .promo-block1__items.catalog-section .name {
    text-align: center;
    margin-top: 8px; }
  .promo-block1 .container {
    position: relative;
    z-index: 2; }

@media screen and (max-width: 1440px) {
  .promo-block1__items ul {
    margin: 0 -16px; }
  .promo-block1__items li {
    padding: 0 16px 32px 16px; } }

@media screen and (max-width: 1200px) {
  .promo-block1:before, .promo-block1:after {
    display: none; }
  .promo-block1__left {
    max-width: 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
  .promo-block1__right {
    max-width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; } }

@media screen and (max-width: 991px) {
  .promo-block1__left {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0 !important;
    padding-right: 0; }
  .promo-block1__right {
    display: none; } }

@media screen and (max-width: 575px) {
  .promo-block1__items li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media screen and (max-width: 479px) {
  .promo-block1__ttl {
    font-size: 31px; }
  .promo-block1__descr {
    text-align: left; }
  .promo-block1__items ul {
    margin: 0 -8px; }
  .promo-block1__items li {
    padding: 0 8px 24px 8px; } }

.promo-block2 {
  color: #fff;
  background: url("images/banner-bottom.png") no-repeat center bottom #1E2028;
  padding-top: 116px;
  padding-bottom: 271px;
  margin-bottom: 40px; }
  .promo-block2__ttl {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px; }
  .promo-block2__descr {
    font-size: 16px;
    text-align: center;
    margin-bottom: 71px; }
  .promo-block2__items {
    counter-reset: myCounter;
    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;
    padding: 0;
    margin: 0 -50px; }
    .promo-block2__items li {
      list-style: none;
      max-width: 33.333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333%;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      text-align: center;
      margin: 0;
      padding: 0 50px;
      position: relative; }
      .promo-block2__items li:before {
        counter-increment: myCounter;
        content: counter(myCounter);
        color: #fff;
        font-size: 18px;
        background: #F6A342;
        display: inline-block;
        text-align: center;
        line-height: 52px;
        width: 52px;
        height: 52px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: absolute;
        z-index: 2;
        top: -8px;
        left: 50%;
        margin-left: 22px; }
    .promo-block2__items-icon {
      background: #DA3B2E;
      width: 148px;
      height: 148px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: relative;
      display: inline-block;
      z-index: 1;
      margin-bottom: 31px; }
      .promo-block2__items-icon .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); }
        .promo-block2__items-icon .icon-phone {
          font-size: 4.2rem; }
        .promo-block2__items-icon .icon-photo {
          font-size: 3.7rem; }
        .promo-block2__items-icon .icon-money {
          font-size: 3.9rem; }
    .promo-block2__items-ttl {
      font-size: 20px;
      margin-bottom: 19px; }
    .promo-block2__items-descr {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.7); }
    .promo-block2__items-arrow {
      position: absolute;
      top: 56px;
      right: -20px; }
      .promo-block2__items-arrow .icon-arrow-right {
        font-size: 2.3rem;
        opacity: .4; }
  .promo-block2__bottom {
    text-align: center;
    padding-top: 29px; }
    .promo-block2__bottom .btn {
      font-size: 16px; }

@media screen and (max-width: 1440px) {
  .promo-block2 .container {
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 1200px) {
  .promo-block2 {
    margin-bottom: 20px; } }

@media screen and (max-width: 991px) {
  .promo-block2 {
    padding-top: 28px;
    padding-bottom: 180px;
    margin-bottom: 0; }
    .promo-block2__descr {
      margin-bottom: 32px; }
    .promo-block2__items {
      margin-left: -15px;
      margin-right: -15px; }
      .promo-block2__items li {
        padding-right: 15px;
        padding-left: 15px; }
    .promo-block2 .container {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (max-width: 767px) {
  .promo-block2__items-arrow {
    display: none; } }

@media screen and (max-width: 575px) {
  .promo-block2 {
    background-image: none;
    padding-bottom: 40px;
    margin-bottom: 20px; }
    .promo-block2__items {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .promo-block2__items li {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 44px; }
    .promo-block2__bottom {
      padding-top: 0; } }

@media screen and (max-width: 479px) {
  .promo-block2__ttl {
    font-size: 31px; } }

.promo-block3 {
  padding: 39px 0 132px 0;
  position: relative; }
  .promo-block3:before, .promo-block3:after {
    content: '';
    height: 660px;
    background: url("images/dots.png") no-repeat;
    display: block;
    position: absolute;
    z-index: 1; }
  .promo-block3:before {
    width: 330px;
    left: 0;
    bottom: 20px; }
  .promo-block3:after {
    width: 430px;
    right: 144px;
    bottom: 318px; }
  .promo-block3__ttl {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .promo-block3__descr {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    max-width: 750px;
    margin: 0 auto; }
  .promo-block3__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .promo-block3__cols .left {
      max-width: 40%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      position: relative; }
    .promo-block3__cols .right {
      max-width: 60%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60%;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      font-size: 16px;
      padding-left: 60px;
      padding-top: 35px;
      line-height: 1.7; }
      .promo-block3__cols .right p {
        margin-bottom: 24px; }
  .promo-block3__bottom {
    padding-top: 52px;
    text-align: center; }
    .promo-block3__bottom .btn-yellow {
      font-size: 16px; }
  .promo-block3 .banner-figure {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
    margin-left: -108px;
    top: -100px;
    position: absolute; }

@media screen and (max-width: 1200px) {
  .promo-block3 {
    padding: 20px 0 40px 0; }
    .promo-block3:before, .promo-block3:after {
      display: none; }
    .promo-block3__cols .left {
      max-width: 45%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%; }
    .promo-block3__cols .right {
      max-width: 55%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 55%;
          -ms-flex: 0 0 55%;
              flex: 0 0 55%; }
    .promo-block3 .banner-figure {
      -webkit-transform: scale(0.55);
          -ms-transform: scale(0.55);
              transform: scale(0.55);
      left: -36px; } }

@media screen and (max-width: 991px) {
  .promo-block3 .banner-figure {
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
    left: -94px;
    top: -160px; }
  .promo-block3__cols .right {
    padding-left: 20px; }
  .promo-block3__bottom {
    padding-top: 20px; } }

@media screen and (max-width: 767px) {
  .promo-block3 {
    padding-top: 0; }
    .promo-block3__ttl {
      font-size: 33px; }
    .promo-block3__cols {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .promo-block3__cols .left,
      .promo-block3__cols .right {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
      .promo-block3__cols .right {
        padding-left: 0;
        padding-top: 8px; }
      .promo-block3__cols .left {
        height: 290px; }
    .promo-block3 .banner-figure {
      left: 50%;
      margin: -354px 0  0 -366px;
      top: 50%; } }

@media screen and (max-width: 575px) {
  .promo-block3__ttl {
    font-size: 28px; } }

.promo-block4 {
  position: relative; }
  .promo-block4__contacts {
    position: absolute;
    top: 80px;
    left: 19%; }
    .promo-block4__contacts .inner {
      background: #fff;
      position: relative;
      padding: 53px 50px;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
              box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25); }
      .promo-block4__contacts .inner:after {
        content: '';
        background: #FFFFFF;
        -webkit-box-shadow: 0 10px 30px rgba(47, 49, 69, 0.15);
                box-shadow: 0 10px 30px rgba(47, 49, 69, 0.15);
        -webkit-border-radius: 10px;
                border-radius: 10px;
        z-index: -1;
        position: absolute;
        left: 20px;
        right: 20px;
        height: 70%;
        bottom: -14px; }
    .promo-block4__contacts-ttl {
      font-size: 26px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 27px; }
    .promo-block4__contacts-phone, .promo-block4__contacts-email, .promo-block4__contacts-addr {
      padding-left: 48px;
      position: relative;
      margin-bottom: 32px; }
    .promo-block4__contacts .icon {
      position: absolute;
      color: #767676;
      left: 0;
      top: 0; }
    .promo-block4__contacts .icon-phone {
      font-size: 2.35rem;
      top: 2px;
      left: 5px; }
    .promo-block4__contacts .icon-envelope {
      font-size: 1.5rem;
      top: 4px; }
    .promo-block4__contacts .icon-location {
      font-size: 2.15rem;
      top: 4px;
      left: 2px; }
    .promo-block4__contacts .lbl {
      font-size: 14px;
      margin-bottom: 4px; }
    .promo-block4__contacts .value {
      letter-spacing: 1px; }
    .promo-block4__contacts-btn {
      padding-top: 6px; }
      .promo-block4__contacts-btn .btn-yellow {
        font-size: 14px;
        display: block;
        width: 100%; }

@media screen and (max-width: 991px) {
  .promo-block4__contacts {
    left: 5%;
    top: 20px; }
    .promo-block4__contacts .inner {
      padding: 20px; }
  .promo-block4 .bx-yandex-map {
    height: 80vh !important; } }

@media screen and (max-width: 767px) {
  .promo-block4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .promo-block4__map {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      border-bottom: 2px solid #E5E5E5; }
    .promo-block4__contacts {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      left: auto;
      top: auto;
      position: relative;
      border-bottom: 2px solid #E5E5E5;
      border-top: 2px solid #E5E5E5;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      .promo-block4__contacts-ttl {
        margin-bottom: 8px; }
      .promo-block4__contacts-phone, .promo-block4__contacts-email, .promo-block4__contacts-addr {
        margin-bottom: 16px; }
      .promo-block4__contacts-btn {
        text-align: center; }
        .promo-block4__contacts-btn .btn-yellow {
          display: inline-block;
          width: auto; }
      .promo-block4__contacts .inner {
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-border-radius: 0;
                border-radius: 0; }
        .promo-block4__contacts .inner:after {
          display: none; } }

.promo-form {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(47, 49, 69, 0.15);
          box-shadow: 0 10px 30px rgba(47, 49, 69, 0.15);
  padding: 50px 40px; }
  .promo-form__group {
    position: relative;
    margin-bottom: 25px; }
    .promo-form__group input[type="text"],
    .promo-form__group input[type="tel"],
    .promo-form__group textarea {
      border: 1px solid rgba(0, 0, 0, 0.2);
      display: block;
      width: 100%;
      padding: 12px 20px 10px 20px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      font-size: 16px;
      line-height: 28px;
      font-family: 'Roboto', sans-serif;
      outline: none; }
    .promo-form__group textarea {
      height: 130px; }
    .promo-form__group .icon-person {
      position: absolute;
      font-size: 1.1rem;
      color: rgba(0, 0, 0, 0.4);
      left: 18px;
      bottom: 19px; }
    .promo-form__group--icon input[type="text"],
    .promo-form__group--icon input[type="tel"],
    .promo-form__group--icon textarea {
      padding-left: 42px; }
    .promo-form__group .lbl {
      font-size: 14px;
      margin-bottom: 9px; }
    .promo-form__group.has-error input[type="text"],
    .promo-form__group.has-error input[type="tel"],
    .promo-form__group.has-error textarea {
      border-color: #DA3B2E; }
    .promo-form__group--ATTACHMENT label {
      cursor: pointer; }
      .promo-form__group--ATTACHMENT label:hover span {
        border-color: transparent; }
    .promo-form__group--ATTACHMENT .icon {
      font-size: 1rem; }
    .promo-form__group--ATTACHMENT span {
      color: #C6332B;
      display: inline-block;
      border-bottom: 1px dashed #C6332B; }
    .promo-form__group--ATTACHMENT input[type="file"] {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      width: 1px;
      overflow: hidden; }
    .promo-form__group--ATTACHMENT .bx-input-file-desc {
      display: none; }
  .promo-form__btn input[type="submit"] {
    background: #F6A342;
    border: 1px solid #F6A342;
    -webkit-border-radius: 36px;
            border-radius: 36px;
    font-size: 18px;
    color: #fff;
    padding: 18px 38px 18px 42px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .promo-form__btn input[type="submit"]:hover {
      background: #DA3B2E;
      border-color: #DA3B2E; }
  .promo-form__agree {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
    margin: -15px 0 28px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 16px;
    margin-top: 8px; }
  .promo-form .ttl {
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
  .promo-form .descr {
    color: #F6A342;
    font-size: 18px;
    text-align: center;
    margin-bottom: 29px; }

.mfp-promo .white-popup {
  padding: 0; }

.mfp-promo .promo-form__btn {
  text-align: center; }

@media screen and (max-width: 1440px) {
  .promo-form__btn .btn-yellow {
    padding: 18px 30px; } }

@media screen and (max-width: 1200px) {
  .promo-form {
    padding: 20px; } }

footer {
  padding: 32px 0; }
  footer .container {
    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; }

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .footer-logo__ico {
    width: 46px;
    height: 46px;
    background: #DA3B2E;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    position: relative; }
    .footer-logo__ico .icon {
      width: 21px;
      height: 21px; }
  .footer-logo__name {
    padding-left: 16px;
    margin: auto 0; }
    .footer-logo__name a {
      color: #1E2028;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase; }
      .footer-logo__name a:hover {
        text-decoration: none;
        color: #1E2028; }

.footer-created-by {
  margin: auto 0;
  color: #1E2028;
  text-transform: uppercase; }
  .footer-created-by a {
    color: #1E2028;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s; }
    .footer-created-by a:hover {
      color: #DA3B2E; }

@media screen and (max-width: 575px) {
  footer {
    padding: 16px; }
    footer .container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
  .footer-logo, .footer-created-by {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px; }
  .footer-created-by {
    text-align: center; } }
