
.lp-help {
  position: relative;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  letter-spacing: 0.04em;
}

.lp-help:before {
  content: '';
  background: url(../img/bg-help.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
  z-index: -2;
}

.lp-help:after {
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.81), rgba(255, 255, 255, 0.81));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.lp-help__title {
  font-size: 34px;
}

.lp-help__descr {
  font-size: 21px;
  margin: 50px auto;
}

.lp-help__descr a {
  text-decoration: underline;
}

.lp-help__descr a:hover {
  text-decoration: none;
}

.lp-help__tel {
  font-size: 46px;
}

.lp-help__tel a {
  color: #3c3c3b;
}

@media (max-width: 991px) {
  .lp-help {
    padding: 100px 16px;
  }
}

@media (max-width: 639px) {
  .lp-help {
    padding: 50px 16px;
  }
  .lp-help__title {
    line-height: 28px;
    font-size: 19px;
  }
  .lp-help__descr {
    font-size: 17px;
    margin: 30px auto;
  }
  .lp-help__tel {
    font-size: 27px;
  }
}


/**/

.card:after,
.statistics-bg:after,
.statistics-bg:before,
.windows__items-item-img:after,
.windows__items-item-price--old .price:after {
  content: ''
}

.card,
.lp__items .clickable--hidden-content,
.lp__items-item,
.top__block-container,
.ts-slide__caption-view {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical
}

.inst__block,
.lp-fix-bg,
.p-adv,
.statistics-bg {
  overflow: hidden
}


/**/

.lp-other-prod {
  padding-top: 100px;
}

.lp-other-prod__title {
  margin-bottom: 40px;
  font-weight: 400;
}

.cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(100% - 1px)
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 290px;
  -ms-flex-preferred-size: 290px;
  flex-basis: 290px;
  max-width: 290px;
  margin: 0 10px 20px;
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  text-align: center
}

.card:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.card:hover:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, .24);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.card-img {
  margin-bottom: 20px
}

.card-img img {
  display: block;
  margin: 0 auto
}

.card-subtitle {
  margin-bottom: 15px;
  font-size: 12px
}

.card-title {
  margin-bottom: 15px;
  font-size: 17px
}

.card-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left
}

.card-text p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400
}

.card-text p a {
  color: #f26422
}

.card-btn {
  font-size: 15px;
  line-height: 35px;
  background: #fff;
  text-transform: lowercase;
  margin: 15px auto;
  border: 2px solid #f26422;
  border-radius: 3px;
  opacity: .42;
  transition: all .2s ease
}

.card-btn a {
  display: inline-block;
  width: 100%;
  padding: 0 12px;
  color: #3c3c3b;
  text-decoration: none
}

.card:hover .card-btn {
  opacity: 1
}

@media (min-width: 992px) {
  .sw__slider_ok .sw__slider-controls {
    display: none
  }
}

@media (max-width: 991px) {
  .card {
    -webkit-flex-basis: 310px;
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px;
    max-width: 310px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .05)
  }
}

@media (max-width: 479px) {
  .card {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%
  }
}

@media (max-width: 639px) {
  .lp-other-prod {
    padding-top: 50px;
  }
  .lp-other-prod__title {
    font-size: 19px;
    line-height: 25px;
  }
}

.ingeneer {
  background: url(../img/manag-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 470px;
  width: 100%;
}

.ingeneer__container {
  position: relative;
  height: 100%;
  padding-top: 89px;
  background: url(../img/manag-man.png) no-repeat;
  background-position: right bottom;
}

.ingeneer__ing-name {
  position: absolute;
  top: 71px;
  right: 0;
  font-size: 17px;
}

.ingeneer__ing-prof {
  display: block;
  font-size: 14px;
  color: rgba(60, 60, 59, 0.81);
}

.ingeneer__ing-arrow {
  position: absolute;
  width: 81px;
  height: 144px;
  background: url(../img/arrow.svg) no-repeat;
  right: 10px;
  top: 28px;
}

.ingeneer__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2em;
}

.ingeneer__title > span {
  display: block;
}

.ingeneer__title-accent {
  border-bottom: 1px solid #f26422;
}

.ingeneer__title-accent:hover {
  border-bottom: 1px solid transparent;
}

.ingeneer__phone {
  margin-top: 47px;
  color: rgba(60, 60, 59, 0.81);
  font-size: 17px;
}

.ingeneer__phone-num {
  font-size: 23px;
  color: #3C3C3B;
}

.ingeneer__callback {
  margin-top: 35px;
  font-size: 17px;
}

.ingeneer__form {
  margin-top: 16px;
  width: 503px;
}

.ingeneer__legal-info {
  margin-top: 50px;
  font-size: 11px;
  color: rgba(60, 60, 59, 0.63);
}

.ingeneer__form .form-inline--sk {
  max-width: 503px;
}

.ingeneer__form .form-inline--sk span.ff__underline,
.ingeneer__form input[type=tel],
.ingeneer__form button {
  font-size: 18px;
  width: 100%;
  max-width: 250px;
  height: 44px;
  border-radius: 3px;
}

.ingeneer__form input[type=tel] {
  margin-bottom: 20px;
  border: 1px solid #f26422;
  background-color: #fff;
  margin-right: 20px;
  width: 250px;
}

.ingeneer__form button {
  line-height: 40px;
  width: 232px;
  background-color: #f26422;
  border-color: #f26422;
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 500;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.23);
}

.ingeneer .form-inline--sk > input::-webkit-input-placeholder {
  font-size: 18px;
}

.ingeneer .form-inline--sk > input::-moz-placeholder {
  font-size: 18px;
}

.ingeneer .form-inline--sk > input:-ms-input-placeholder {
  font-size: 18px;
}

.ingeneer .form-inline--sk > input:-moz-placeholder {
  font-size: 18px;
}

.ingeneer__form span.ff__underline:after {
  background: transparent !important;
}

@media (max-width: 991px) {
  .ingeneer {
    background: none;
    padding: 0;
    height: auto;
    margin: 20px auto;
  }
  .ingeneer__container {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77));
    width: 560px;
    max-width: 560px;
    margin: 0 auto;
    box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    background-size: cover;
    padding: 40px;
  }
  .ingeneer__container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/manag-man.png);
    background-size: auto;
    background-position: bottom -60px left;
    z-index: -2;
    transform: rotateY(180deg);
    /*  background-position: bottom 0 right 0;*/
    background-repeat: no-repeat;
    border-radius: 3px;
    top: 0;
    left: 0;
  }
  .ingeneer__ing-name {
    display: none
  }
  .ingeneer__title {
    font-weight: 500;
    font-size: 23px;
    line-height: 34px;
  }
  .ingeneer__phone-num {
    display: block;
    line-height: 54px;
    font-size: 27px;
  }
  .ingeneer__phone {
    line-height: 34px;
    font-size: 17px;
    color: #3C3C3B;
    margin-top: 24px;
  }
  .ingeneer__phone span:after {
    content: " ÃÂ½ÃÂ°ÃÂ¼:";
  }
  .ingeneer__callback {
    font-size: 17px;
    margin-top: 20px;
  }
  .ingeneer__legal-info {
    margin-top: 20px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .ingeneer__form {
    width: 100%;
  }
  .ingeneer__form .form-inline--sk {
    flex-direction: column;
    max-width: 100%;
  }
  .ingeneer__form .form-inline--sk input[type=tel] {
    display: none;
  }
  .ingeneer__form .form-inline--sk span.ff__underline input[type=tel] {
    display: block;
    background: none;
    border: none;
  }
  .ingeneer__form .form-inline--sk span.ff__underline {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .ingeneer__form .form-inline--sk span.ff__underline:after {
    background: #fff;
    height: 2px;
  }
  /*
  .ingeneer__form .form-inline--sk.active button {
    color: #fff;
    background-color: #f26422;
    border-color: #f26422;
  }

  */
  .ingeneer__form .form-inline--sk button {
    font-weight: 500;
    font-size: 18px;
    height: 44px;
    position: relative;
    z-index: 1;
  }
  .ingeneer__form .form-inline--sk button:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -1;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .ingeneer__form .form-inline--sk.active button:hover:after {
    background: #f26422;
  }
  .ingeneer__form .form-inline--sk span.ff__underline input[type=tel],
  .ingeneer__form .form-inline--sk span.ff__underline,
  .ingeneer__form button {
    width: 100%;
    max-width: 480px;
  }
  .ingeneer__form .form-inline--sk span.ff__underline input[type=tel] {
    border: 1px solid #f26422;
  }
  .ingeneer__form .form-inline--sk span.ff__underline input::-webkit-input-placeholder {
    color: rgba(60, 60, 59, 0.81);
    font-size: 17px;
  }
  .ingeneer__form .form-inline--sk span.ff__underline input::-moz-placeholder {
    color: rgba(60, 60, 59, 0.81);
    font-size: 17px;
  }
  .ingeneer__form .form-inline--sk span.ff__underline input:-ms-input-placeholder {
    color: rgba(60, 60, 59, 0.81);
    font-size: 17px;
  }
  .ingeneer__form .form-inline--sk span.ff__underline input:-moz-placeholder {
    color: rgbargba(60, 60, 59, 0.81);
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .ingeneer__form .form-inline--sk button {
    margin-top: 0;
  }
}

@media (max-width: 639px) {
  .ingeneer {
    margin: 0;
  }
  .ingeneer__container {
    width: 100%;
    box-shadow: none;
    padding: 40px 16px 20px;
    min-width: 100%;
    border-radius: 0px;
  }
  .ingeneer__container:before {
    background-position: top 100px right 0;
    background-size: 390px;
  }
  .ingeneer__title {
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 28px;
  }
  .ingeneer__legal-info {
    text-align: center;
  }
  .ingeneer__container .ingeneer__form .form-inline--sk span.ff__underline {
    max-width: 100%;
    width: 100%;
  }
  .ingeneer__phone,
  .ingeneer__callback,
  .ingeneer__legal-info {
    margin-top: 20px;
  }
  .ingeneer__form .form-inline--sk span.ff__underline input[type=tel],
  .ingeneer__form .form-inline--sk button {
    max-width: 100%;
    width: 100%;
  }
}

.statistics {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 540px
}

.statistics-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.statistics-bg:after,
.statistics-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 105%;
  background: url(/images/pages/main/statistics-bg.jpg) center center no-repeat fixed;
  background-size: cover
}

.card,
.statistics .page-container {
  position: relative
}

.statistics-bg:after {
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

.statistics .statistics__title {
  font-weight: 700;
  line-height: 1;
  font-size: 3.428em;
  color: #fff
}

.statistics .statistics__description {
  font-size: 2.285em;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 100px
}

.statistics .statistics__digits {
  width: 100%;
  display: table;
  table-layout: fixed
}

.statistics .statistics__cell {
  display: table-cell;
  padding: 0 30px;
  border-right: 1px solid #fff
}

.statistics .statistics__cell:first-child {
  padding-left: 0
}

.statistics .statistics__cell:last-child {
  padding-right: 0;
  border-right: 0
}

.statistics .statistics__digit {
  font-size: 4.714em;
  font-weight: 900;
  line-height: 1
}

.statistics .statistics__caption {
  margin-top: .5em;
  font-weight: 500
}

@media (max-width: 870px) {
  .statistics {
    height: auto;
    font-size: 12px
  }
}

@media (max-width: 639px) {
  .statistics {
    height: auto;
    background-size: cover;
    display: inline-block;
    padding: 20px 0;
    font-size: 10px
  }
  .statistics .statistics__description {
    margin-bottom: 25px
  }
  .statistics .statistics__cell {
    display: block;
    padding: 0;
    width: 100%!important;
    border-right: 0;
    margin: 10px 0 0
  }
  .statistics .statistics__caption {
    font-size: 14px
  }
}

.lp-video-consult {
  display: flex;
  justify-content: space-between;
}


/**/

.lp-ingeneer {
  background: linear-gradient(321.5deg, rgba(79, 195, 248, 0.32) 0%, rgba(194, 239, 255, 0.32) 100%), url(../img/manag-bg.jpg), rgba(255, 255, 255, 0.77);
  background-size: cover;
  background-position: center;
  height: 470px;
  width: 100%;
}

.lp-ingeneer-container {
  position: relative;
  height: 100%;
  padding-top: 89px;
  background: url(../img/manag-man.png) no-repeat;
  background-position: right bottom;
}

.lp-ingeneer__ing-name {
  position: absolute;
  top: 71px;
  right: 0;
  font-size: 17px;
}

.lp-ingeneer__ing-prof {
  display: block;
  font-size: 14px;
  color: rgba(60, 60, 59, 0.81);
}

.lp-ingeneer__ing-arrow {
  position: absolute;
  width: 81px;
  height: 144px;
  background: url(../img/arrow.svg) no-repeat;
  right: 10px;
  top: 28px;
}

.lp-ingeneer__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2em;
}

.lp-ingeneer__title > span {
  display: block;
}

.lp-ingeneer__title-accent {
  border-bottom: 1px solid #f26422;
}

.lp-ingeneer__title-accent:hover {
  border-bottom: 1px solid transparent;
}

.lp-ingeneer__phone {
  margin-top: 47px;
  color: rgba(60, 60, 59, 0.81);
  font-size: 17px;
}

.lp-ingeneer__phone-num {
  font-size: 23px;
  color: #3C3C3B;
}

.lp-ingeneer__callback {
  margin-top: 35px;
  font-size: 17px;
}

.lp-ingeneer__form {
  margin-top: 16px;
  width: 503px;
}

.lp-ingeneer__legal-info {
  margin-top: 50px;
  font-size: 11px;
  color: rgba(60, 60, 59, 0.63);
}

.lp-ingeneer__form .form-inline--sk {
  max-width: 503px;
}

.lp-ingeneer__form .form-inline--sk span.ff__underline,
.lp-ingeneer__form input[type=tel],
.lp-ingeneer__form button {
  font-size: 18px;
  width: 100%;
  max-width: 250px;
  height: 44px;
  border-radius: 3px;
}

.lp-ingeneer__form span.ff__underline:after {
  background: transparent !important;
}

.lp-ingeneer__form input[type=tel] {
  border: 1px solid #f26422;
  background-color: #fff;
  margin-right: 20px;
  width: 250px;
  background: rgba(255, 255, 255, 0.42);
}

.lp-ingeneer .form-inline--sk > input::-webkit-input-placeholder {
  font-size: 17px;
  color: rgba(60, 60, 59, 0.81);
}

.lp-ingeneer .form-inline--sk > input::-moz-placeholder {
  font-size: 17px;
  color: rgba(60, 60, 59, 0.81);
}

.lp-ingeneer .form-inline--sk > input:-ms-input-placeholder {
  font-size: 17px;
  color: rgba(60, 60, 59, 0.81);
}

.lp-ingeneer .form-inline--sk > input:-moz-placeholder {
  font-size: 17px;
  color: rgba(60, 60, 59, 0.81);
}

.lp-ingeneer__form .form-inline--sk button {
  width: 232px;
  background-color: #F26422;
  border: 2px solid #F26422;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.23);
}

.lp-ingeneer__form .form-inline--sk button:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -1;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 3px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.lp-ingeneer__form .form-inline--sk.active button:hover:after {
  background: #F26422;
}


@media (max-width: 991px) {
    .lp-ingeneer__ing-name {
    display: none;
  }
  .lp-ingeneer-container {
    padding-top: 0;
    background: none;
  }
  .lp-ingeneer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/manag-man.png);
    z-index: -2;
    transform: rotateY(180deg);
    background-repeat: no-repeat;
    border-radius: 3px;
    top: 0;
    left: 0;
    background-size: auto;
    background-position: bottom -60px left;
  }
  .lp-ingeneer:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 3px;
    top: 0;
    left: 0;
    background: url(../img/manag-bg.jpg);
    background-size: cover;
    z-index: -3;
  }
  .lp-ingeneer {
    position: relative;
    letter-spacing: 0.04em;
    width: 100%;
    max-width: 560px;
    box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    padding: 40px ;
    height: auto;
     margin: 0 auto;
    background: linear-gradient(321.5deg, rgba(79, 195, 248, 0.32) 0%, rgba(194, 239, 255, 0.32) 100%), rgba(255, 255, 255, 0.77);
  }
   
  .lp-ingeneer__title {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .lp-ingeneer__title-accent {
    color: #f26422;
    border-bottom: 1px solid #f26422;
  }
  .lp-ingeneer__title-accent:hover {
    border-bottom: 1px solid transparent;
  }
  .lp-ingeneer__legal-info {
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
  }
  .lp-ingeneer__phone {
    line-height: 34px;
    font-size: 17px;
  }
  .lp-ingeneer__phone-num {
    display: block;
    line-height: 54px;
    font-size: 27px;
  }
  .lp-ingeneer__callback {
    font-size: 17px;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .lp-ingeneer__form {
    width: 100%;
  }
  .lp-ingeneer__form .form-inline--sk {
    flex-direction: column;
    max-width: 100%;
  }
  .lp-ingeneer__form input[type=tel] {
    margin-bottom: 20px;
  }
    
   .lp-ingeneer__form input[type=tel],
  .lp-ingeneer__form .form-inline--sk button {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .lp-ingeneer__form .form-inline--sk button {
    margin-top: 0;
  }
}

@media (max-width: 639px) {
  .lp-ingeneer,
  .lp-ingeneer:before,
  .lp-ingeneer:after {
    /*        border-radius: 0px;*/
  }
  .lp-ingeneer:before {
    background-position: top 100px right 0;
    background-size: 390px;
  }
  .lp-ingeneer {
    box-shadow: none;
    padding: 30px 16px 20px;
    width: calc(100% - 32px);
    min-width: inherit;
    margin: 0 auto;
  }
  .lp-ingeneer__title {
    line-height: 28px;
    font-size: 19px;
    letter-spacing: 0.04em;
  }
  .lp-ingeneer__phone,
  .lp-ingeneer__callback,
  .lp-ingeneer__legal-info {
    margin-top: 20px;
  }
  .lp-ingeneer__form input[type=tel],
  .lp-ingeneer__form .form-inline--sk button {
    max-width: 100%;
    width: 100%;
  }

}

.lp-comments-wrap {
  letter-spacing: 0.03em;
  display: flex;
}

.lp-comments {}

.lp-comments__title {
  margin-bottom: 50px;
  font-weight: 400;
}

.lp-comments__all-comments-btn {
  display: block;
  margin: 50px auto 0;
  border: 2px solid #F26422;
  border-radius: 3px;
  width: 198px;
  height: 44px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  transition: all .2s ease;
}

.lp-comments__all-comments-btn:hover {
  color: #fff;
  background-color: #F26422;
}

.lp-comments__controls-container {
  width: 265px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .lp-comments__controls-container {
    /*        display: none;*/
  }
}

.lp-comments__slide {
  /* width: 400px; */
  max-width: 400px;
  padding: 16px;
  border: 1px solid rgba(60, 60, 59, 0.13);
  border-radius: 3px;
  margin-right: 20px;
  transition: all .2s ease;
}

.lp-comments__slider-container {
  max-width: 100%;
  /* overflow: inherit; */
}

.lp-comments__slider-container > div {
  /* justify-content: center; */
  padding: 10px 0 17px;
}

.lp-comments__slide:hover {
  box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.13);
  border: 1px solid #fff;
}

.lp-comments__slide-head {
  display: flex;
  align-items: center;
}

.lp-comments__slide-photo {
  margin-right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.lp-comments__slide-name {
  line-height: 23px;
  font-size: 16px;
}

.lp-comments__slide-contract {
  line-height: 19px;
  font-size: 13px;
  color: rgba(60, 60, 59, 0.81);
}

.lp-comments__slide-text {
  clear: both;
  line-height: 20px;
  font-size: 14px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .lp-comments-wrap {
    flex-direction: column;
  }
  .lp-comments {
    margin-top: 50px;
  }
  .lp-comments__slider-container {
    padding-left: 16px;
  }
}

@media (max-width: 639px) {
  .lp-comments__slider-container > div {
    justify-content: flex-start;
  }
  .lp-comments__title {
    margin-bottom: 30px;
    font-size: 19px;
  }
  .lp-comments__slide-photo {
    margin-right: 10px;
  }
  .lp-comments__slide {
    /* width: 258px; */
    min-width: 258px;
  }
  .lp-comments__all-comments-btn {
    margin-top: 30px;
  }
}

.lp-expert {
  padding: 100px 0 70px;
  background-image: url(../img/artem.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 424px;
}

.lp-expert__title,
.lp-expert__text {
  max-width: 500px;
}

.lp-expert__title {
  line-height: 1.1em;
  font-size: 27px;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}

.lp-expert__text {
  line-height: 28px;
  font-size: 19px;
  letter-spacing: 0.03em;
}

.lp-expert__name {
  margin-top: 35px;
  margin-bottom: 5px;
  line-height: 34px;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.lp-expert__gd {
  font-style: italic;
  font-size: 17px;
}

@media (max-width: 991px) {
  .lp-expert {
    background-size: 300px;
    background-position: right -20px bottom 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 135px;
  }
}

@media (max-width: 639px) {
  .lp-expert {
    background-size: 220px;
    background-position: right -15px bottom 0;
    padding-top: 50px;
    max-width: 100%;
  }
  .lp-expert__title {
    font-weight: 500;
    line-height: 26px;
    font-size: 19px;
  }
  .lp-expert__text {
    line-height: 25px;
    font-size: 17px;
  }
  .lp-expert__name {
    line-height: 25px;
    font-size: 17px;
  }
  .lp-expert__gd {
    font-size: 13px;
    max-width: 100px;
    line-height: 18px;
  }
}

.lp-we {
  /* background: url(../img/bg-service.jpg), #F6F7F9;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding: 70px 0; */
   background: #F6F7F9;
   padding: 0;
  min-height: 530px;
  position: relative;
}

.lp-we > div {
    background: url(../img/bg-service.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    padding: 70px 0;
}


.lp-we__wrap {
  width: 460px;
  margin-left: calc(100% - 460px);
}

.lp-we__title {
  line-height: 34px;
  font-size: 23px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.lp-we__text {
  line-height: 25px;
  font-size: 17px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .lp-we > div {
    padding: 70px 16px 30px;
  }
  
  .lp-we__wrap {
    /*    margin: 0 auto;*/
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    padding: 20px 16px 16px;
  }
}

@media (max-width: 639px) {
  .lp-we {
    background: url(../img/bg-service.jpg), #F6F7F9;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    padding: 210px 16px 30px;
    z-index: -2;
  }
  
  .lp-we > div {
    background: none;
  }
  
  .lp-we:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: bottom;
    background-size: calc(100% - 200px);
    z-index: -1;
  }
  .lp-we__wrap {
    width: 100%;
    margin: 0 auto;
  }
  .lp-we__title {
    font-weight: 500;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.03em;
    margin-bottom: 9px;
  }
  .lp-we__text {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 9px;
  }
}

@media (min-width: 400px) and (max-width: 639px) {
  .lp-we:after {
    background: linear-gradient(180deg, rgba(246, 247, 249, 0) 0%, rgb(246, 247, 249) 70%);
  }
}

@media (max-width: 399px) {
  .lp-we:after {
    background: linear-gradient(180deg, rgba(246, 247, 249, 0) 0%, rgb(246, 247, 249) 55%);
  }
}

.lp-safe-win__title {
  margin-bottom: 50px;
}

.lp-safe-win__steps {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.04em;
}

.lp-safe-win__step {
  flex-basis: 195px;
  /*  padding-right: 15px;*/
}

.lp-safe-win__step-num {
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  border: 1px solid #f26422;
  font-size: 36px;
  text-align: center;
  margin-bottom: 15px;
}

.lp-safe-win__step-title {
  line-height: 23px;
  font-size: 17px;
  margin-bottom: 15px;
}

.lp-safe-win__step-descr {
  line-height: 20px;
  font-size: 14px;
}

.lp-safe-win__step-descr a {
  text-decoration: underline;
}

.lp-safe-win__step-descr a:hover {
  text-decoration: none;
}

a.lp-safe-win__step-descr-tel {
  text-decoration: none;
  color: #3c3c3b;
}

.lp-safe-win__step-pay {
  display: block;
  color: #3c3c3b;
  text-decoration: underline;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .lp-safe-win__steps {
    padding-left: 16px;
    flex-wrap: wrap;
	justify-content: center;
  }
  .lp-safe-win__step {
    padding-right: 16px;
    flex-basis: 33.3%;
    margin-bottom: 20px;
  }
}

@media (max-width: 639px) {
  .lp-safe-win__title {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 25px;
    padding: 0 16px;
  }
  .lp-safe-win__steps {
    /*    letter-spacing: 0.03em;*/
  }
  .lp-safe-win__step {
    flex-basis: 100%;
  }
  .lp-safe-win__step-head {
    display: flex;
    align-items: center;
  }
  .lp-safe-win__step-num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 19px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .lp-safe-win__step-title {
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
  }
  .lp-safe-win__step-descr {
    line-height: 22px;
    font-size: 15px;
    letter-spacing: 0.03em;
    margin-top: 10px;
  }
}

.lp-about-us {
  letter-spacing: 0.04em;
}

.lp-about-us__title {
  margin-bottom: 50px;
}

.lp-about-us__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp-about-us__block:nth-child(2n+1) {
  flex-basis: 480px;
}

.lp-about-us__block:nth-child(2n) {
  flex-basis: 460px;
  display: flex;
  justify-content: space-between;
}

.lp-about-us__block {
  line-height: 25px;
  font-size: 17px;
  margin-bottom: 20px;
}

.lp-about-us__block-text {
  width: 330px;
}

.lp-about-us__block:first-child {
  line-height: 31px;
  font-size: 21px;
}

.lp-about-us__block-years {
  line-height: 18px;
  font-size: 13px;
  margin-top: 10px;
}

.lp-about-us__block-years span:before {
  content: '';
  display: inline-block;
  background-color: #F26422;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}

.lp-about-us__block-years span:first-child:before {
  display: none;
}

.lp-about-us__block-public {
  display: block;
  margin: 0 auto;
}

.lp-about-us__block-award {
  display: block;
  max-height: 110px;
}

.lp-about-us__block a {
  color: #3c3c3b;
  text-decoration: underline;
}

.lp-about-us__block a:hover {
  text-decoration: none;
}

.lp-about-us__clients {
  display: flex;
  max-width: 450px;
  margin: 50px auto 0;
  align-items: center;
}

.lp-about-us__clients-count {
  font-size: 51px;
  text-align: right;
  color: #F26422;
  margin-right: 20px;
  width: 191px;
}

.lp-about-us__clients-text {
  font-size: 20px;
  width: 238px;
}

@media (max-width: 991px) {
  .lp-about-us {
    padding: 0 16px;
  }
  .lp-about-us__block:nth-child(2n+1),
  .lp-about-us__block:nth-child(2n) {
    flex-basis: 100%;
  }
  .lp-about-us__block:nth-child(2) {
    order: 3;
  }
  .lp-about-us__block:nth-child(4) {
    order: 4;
  }
  .lp-about-us__block-text {
    flex-basis: calc(100% - 130px);
  }
}

@media (max-width: 639px) {
  .lp-about-us__title {
    line-height: 26px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 14px;
    text-align: left;
  }
  .lp-about-us__block:first-child {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .lp-about-us__block {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 14px;
  }
  .lp-about-us__block-award {
    width: 62px;
    height: 62px;
  }
  .lp-about-us__block-text {
    flex-basis: calc(100% - 82px);
    min-width: calc(100% - 82px);
    width: calc(100% - 82px);
    margin-right: 20px;
  }
  .lp-about-us__block-public {
    width: 62px;
  }
  .lp-about-us__block-years {
    text-align: center;
    line-height: 14px;
    font-size: 10px;
  }
  .lp-about-us__block-years span:before {
    line-height: 14px;
  }
  .lp-about-us__block-years span:first-child:before {
    display: inline-block;
  }
  .lp-about-us__block-years span {
    display: block;
    margin-bottom: 3px;
  }
  .lp-about-us__clients {
    max-width: 238px;
    flex-direction: column;
    margin: 20px auto 0;
    justify-content: center;
  }
  .lp-about-us__clients-count {
    font-size: 42px;
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
  .lp-about-us__clients-text {
    font-size: 17px;
    text-align: center;
    width: 100%;
  }
}

.lp-type-prod {
  padding: 100px 0;
}

.lp-type-prod_bg-blue {
  background: rgba(214, 245, 255, 0.34);
}

.lp-type-prod__title {
  margin-bottom: 50px;
}

.lp-type-prod__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.lp-type-prod__descr {
  flex-basis: calc(100% - 328px - 40px);
}

.lp-type-prod__descr-text {
  line-height: 25px;
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-bottom: 48px;
}

.lp-type-prod__descr-promo {
  display: none;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #F26422;
  margin-bottom: 30px;
}

.lp-type-prod_width {
  max-width: 544px;
  margin-bottom: 40px;
}

.lp-type-prod__offer {
  flex-basis: 328px;
  max-width: 328px;
  position: absolute;
  top: 0;
  right: 0;
}

.lp-type-prod__offer .ts--wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.13);
}

.ts-slide,
.ts-slide__caption {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.ts-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.ts-slide__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 9px 0 0;
  text-align: center
}

.ts-slide img {
  width: 100%;
}

.ts-slide .rotate,
.ts-slide__caption-img-fake {
  display: none
}

.ts-slide__caption-date {
  font-size: 13px;
 /*  margin-bottom: 20px; */
  font-weight: 500
}

.ts-slide__caption-title {
  margin-top: 15px;
  font-size: 17px!important;

  letter-spacing: 0.03em;
}



.ts-slide__caption-desc {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.ts-slide__caption-title span {
  display: block;
  font-size: 23px;
  font-weight: 500;
	margin-top: 10px;
}

.ts-slide__caption-button {
  margin: 20px 0 20px;
  text-align: center;
}

.ts-slide__caption-button a {
  display: inline-block;
  height: 44px;
  min-width: 198px;
  line-height: 38px;
  padding: 0 15px;
  color: #f26422;
  background: #fff;
  border: 2px solid #f26422;
  opacity: 1;
  border-radius: 2px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  font-size: 18px;
  font-weight: 500;
  text-transform: lowercase;
}

.ts-slide__caption-button a:hover {
  background-color: #f26422;
  color: #fff;
}

.lp__tab-prices-insta a {
  text-decoration: underline;
}

.lp__tab-prices-insta a:hover {
  text-decoration: none;
}

.lp-cta-link a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .lp-type-prod {
    padding: 100px 16px;
  }
  .lp-type-prod__wrap {
    justify-content: center;
  }
  .lp-type-prod__descr {
    flex-basis: 100%;
  }
  .lp-type-prod__descr-text {
    margin-bottom: 30px;
  }
  .lp-type-prod__offer {
    position: inherit;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .lp-type-prod .lp-cta {
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  .lp-type-prod {
    padding: 50px 16px 24px;
  }
  .lp-type-prod__title {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .lp-type-prod__descr-text {
    line-height: 22px;
    font-size: 15px;
  }
  .ts-slide__caption-date {
    font-size: 12px;
  }
  .ts-slide__caption-desc {
    font-size: 16px;
  }
  .ts-slide__caption-title {
    font-size: 18px;
  }
  .ts-slide__caption-button a {
    font-size: 16px;
  }
  .lp-type-prod .lp__tab-prices-insta {
    margin-top: 30px;

  }

  .lp-type-prod__offer,
  .lp-type-prod__descr-text,
  .lp-type-prod__descr .lp__tab-prices-prev {
    display: none;
  }
  .lp-type-prod__descr .lp__tab-prices-actual {
    margin: 0 auto;
  }
  
  .lp-type-prod__descr .lp__tab-prices-block {
   max-width: 100%; 
  }
  
  .lp-type-prod__descr-promo {
    display: block;
  }
}

@media (min-width: 640px) and (max-width: 991px) {
  .lp-type-prod__offer {
    width: 100%;
  }
  .lp-type-prod__offer .ts--wrap {
    padding: 0;
  }
  .ts-slide {
    position: relative;
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    height: 330px;
  }
  .ts-slide .fl-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .ts-slide .col {
    position: absolute;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 0;
  }
  .ts-slide .col:first-child {
    width: auto;
    z-index: 1;
  }
  .ts-slide .col:nth-child(2) {
    width: 66%;
    max-width: 495px;
    right: 0;
    z-index: 2;
    height: 330px;
  }
  .ts-slide .col:first-child img {
    overflow: hidden;
    height: 330px;
  }
  .ts-slide img {
    display: block;
    border-radius: 3px 0 0 3px
  }
  .ts-slide__caption {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    background: rgba(255, 255, 255, .9);
    border-radius: 0 3px 3px 0;
    text-align: center
  }
  .ts-slide .rotate,
  .ts-slide__caption-img-fake {
    display: block;
  }
  .ts-slide .rotate {
    -webkit-transform: scale(-1.03, 1.03);
    -ms-transform: scale(-1.03, 1.03);
    transform: scale(-1.03, 1.03);
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }
  .ts-slide__caption-img-fake {
    overflow: hidden;
    border-radius: 4px;
  }
  .ts-slide__caption-img-fake img {
    height: 330px;
  }
  .ts-slide__caption-view {
    margin: 25px 0;
  }

  .ts-slide__caption-button a {
	background:none;
  }
}