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

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #111111;
  margin: 0; }

ul {
  margin-top: 0; }

p {
  margin-top: 0; }

h1, h2, h3, h4 {
  margin-top: 0; }

img {
  max-width: 100%; }

a, button {
  text-decoration: none;
  outline: none; }
  a:hover, button:hover {
    text-decoration: none; }

.container_new {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.first-block_bottom {
  height: 305px; }

.first-block {
  position: relative; }

.first-block_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(47deg, #fdfdfe 0%, #dfd0b8 12%, #cfaa86 25%, #808080 48%, #144a68 71%, #0b2840 90%, #030303 100%);
  background-image: -o-linear-gradient(47deg, #fdfdfe 0%, #dfd0b8 12%, #cfaa86 25%, #808080 48%, #144a68 71%, #0b2840 90%, #030303 100%);
  background-image: linear-gradient(43deg, #fdfdfe 0%, #dfd0b8 12%, #cfaa86 25%, #808080 48%, #144a68 71%, #0b2840 90%, #030303 100%);
  opacity: 0.1;
  z-index: 1; }

.first-block_top {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 10; }
  .first-block_top .container_new {
    padding-top: 74px;
    padding-bottom: 66px;
    background: transparent url(/pages/img/women-bg.png) right 97px bottom 0px no-repeat; }
  .first-block_top h1 {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    padding-left: 8px;
    margin-bottom: 45px; }
  .first-block_top a {
    color: #444444;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    -webkit-box-shadow: inset 3px -2px 0 rgba(0, 1, 5, 0.17);
            box-shadow: inset 3px -2px 0 rgba(0, 1, 5, 0.17);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #ffcc00;
    padding: 21px 40px;
    display: inline-block;
    margin-left: 11px; }
    .first-block_top a:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .first-block_top ul {
    padding-left: 11px;
    list-style: none;
    max-width: 50%;
    margin-bottom: 49px; }
  .first-block_top li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 9px; }
    .first-block_top li span {
      min-width: 40px;
      text-align: center;
      margin-right: 41px; }
      .first-block_top li span img {
        position: relative;
        top: -6px; }

.new-service {
  margin-top: -241px;
  padding-bottom: 15px; }
  .new-service h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 68px; }

.new-service_list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.new-service_item {
  max-width: 263px;
  margin-bottom: 20px; }
  .new-service_item .new-service_txt {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
    .new-service_item .new-service_txt a {
      color: #00bb80;
      white-space: nowrap;
      display: block; }
  .new-service_item .new-service_img {
    text-align: center;
    margin-bottom: 22px; }

.reason_new {
  background-color: #e8e8e8;
  padding-top: 108px;
  padding-bottom: 37px; }
  .reason_new .reason_new-list {
    padding-left: 32px;
    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;
    position: relative; }

.reason_new_column-left {
  max-height: 586px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .reason_new_column-left .reason_new_item {
    width: 463px;
    border: 5px solid #dddddd;
    padding-top: 26px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 10px;
    min-height: 182px; }
  .reason_new_column-left .reason_new_number {
    position: absolute;
    color: #bababa;
    font-size: 100px;
    width: 47px;
    text-align: center;
    top: -35px;
    left: 23px; }

.reason_new_column-right {
  margin-top: -5px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 610px; }
  .reason_new_column-right .reason_new_item {
    width: 530px;
    border: 5px solid #dddddd;
    text-align: right;
    margin-right: -18px;
    padding-top: 31px;
    padding-right: 28px;
    padding-left: 10px;
    padding-bottom: 32px;
    min-height: 160px; }
  .reason_new_column-right .reason_new_number {
    position: absolute;
    color: #bababa;
    font-size: 100px;
    width: 54px;
    text-align: center;
    top: -35px;
    right: 23px; }

.reason_new_item {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  position: relative; }
  .reason_new_item span {
    font-weight: 700; }
  .reason_new_item .ttu {
    font-size: 30px; }
  .reason_new_item .semi-bold {
    font-weight: 600; }

.reason_new_title {
  width: 517px;
  height: 499px;
  background: transparent url(/pages/img/reason-title.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 83px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 119px;
  padding-top: 48px; }
  .reason_new_title:before {
    content: "4";
    color: #999999;
    font-size: 200px;
    font-weight: 900;
    position: absolute;
    left: -10px;
    top: 26%; }
  .reason_new_title .reason_new_title-txt1 {
    color: #111111;
    font-size: 36px;
    font-weight: 700; }
  .reason_new_title .reason_new_title-txt2 {
    font-size: 28px;
    color: #111111; }
    .reason_new_title .reason_new_title-txt2 span {
      font-weight: 300; }
  .reason_new_title .reason_new_title-txt3 {
    color: #111111;
    font-size: 28px;
    font-weight: 900; }

.reason_new_link {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 10px; }
  .reason_new_link a {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    display: inline-block;
    -webkit-box-shadow: inset 3px -2px 0 rgba(0, 1, 5, 0.17);
            box-shadow: inset 3px -2px 0 rgba(0, 1, 5, 0.17);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #ffcc00;
    padding: 21px 46px; }
    .reason_new_link a:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }

.benefit_new {
  padding-top: 89px;
  padding-bottom: 102px; }
  .benefit_new .container_new {
    max-width: 1400px; }

.benefit_new_img img {
  max-width: initial;
  position: relative;
  left: -48px;
  top: 12px; }

.benefit_new-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.benefit_new-column-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 617px;
      -ms-flex: 0 0 617px;
          flex: 0 0 617px;
  max-width: 617px; }

.benefit_new-column-right {
  max-width: 783px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 783px;
      -ms-flex: 0 0 783px;
          flex: 0 0 783px;
  padding-left: 8px; }
  .benefit_new-column-right h3 {
    color: #444444;
    font-weight: 700;
    font-size: 28px;
    white-space: nowrap;
    margin-bottom: -4px;
    text-transform: uppercase; }
  .benefit_new-column-right .subtitle {
    font-weight: 700;
    font-size: 24px;
    color: #444444;
    margin-bottom: 80px; }
    .benefit_new-column-right .subtitle span {
      font-weight: 400; }
  .benefit_new-column-right ul {
    list-style: none;
    padding-left: 0;
    max-width: 73%;
    margin-bottom: 43px; }
  .benefit_new-column-right li {
    color: #444444;
    font-size: 19px;
    line-height: 23.95px;
    padding-left: 98px;
    position: relative;
    margin-bottom: 38px; }
    .benefit_new-column-right li:nth-child(2) {
      margin-bottom: 26px; }
      .benefit_new-column-right li:nth-child(2):before {
        top: 0; }
    .benefit_new-column-right li:before {
      content: url(/pages/img/li-before.png);
      position: absolute;
      left: 16px;
      top: -8px; }
  .benefit_new-column-right a {
    color: #404040;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: 2px solid #ffcc00;
    padding: 18px 64px;
    margin-left: 10px; }

.experience {
  background: transparent url(/pages/img/experience-bg.png) 0 0 no-repeat;
  padding-top: 73px;
  padding-bottom: 97px; }
  .experience h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 96px; }
  .experience .experience-item {
    -webkit-box-shadow: 0 0 42px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 42px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f3f1;
    max-width: 934px;
    width: 100%;
    padding-left: 98px;
    padding-top: 62px;
    padding-right: 30px;
    padding-bottom: 36px;
    margin: auto;
    position: relative; }
    .experience .experience-item:after {
      content: url(/pages/img/experience-img.png);
      position: absolute;
      right: 52px;
      bottom: -66px; }
    .experience .experience-item > div {
      border-left: 14px solid #fbca05;
      padding-left: 42px; }
      .experience .experience-item > div p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px; }
        .experience .experience-item > div p span {
          font-weight: 700; }

.comment {
  padding-top: 96px;
  padding-bottom: 86px; }
  .comment h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 31px;
    padding-right: 31px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 49px; }
    .comment h2:before, .comment h2:after {
      content: '';
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 2px;
      background: #e8e8e8; }
    .comment h2:before {
      margin-right: 40px; }
    .comment h2:after {
      margin-left: 40px; }

.comment-list {
  max-width: 864px;
  margin-left: 129px; }
  .comment-list .slide-prev, .comment-list .slide-next {
    position: absolute;
    z-index: 3;
    width: 25px;
    height: 50px;
    top: 46%;
    cursor: pointer; }
  .comment-list .slide-prev {
    background: transparent url(/pages/img/prev.png) 0 0 no-repeat;
    left: -113px; }
  .comment-list .slide-next {
    background: transparent url(/pages/img/next.png) 0 0 no-repeat;
    right: -121px; }
  .comment-list .slick-list.draggable {
    padding-top: 20px; }
  .comment-list .comment-item {
    position: relative;
    padding-left: 69px; }
  .comment-list .comment-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-left: 99px; }
  .comment-list .comment-photo {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 5px solid #ffcc00;
    background-color: #d1d1d1;
    width: 142px;
    height: 142px;
    position: absolute;
    top: -13px;
    left: 0; }
  .comment-list .comment-txt {
    font-size: 18px;
    line-height: 24px;
    background: transparent url(/pages/img/comment-bg.png) 0 0 no-repeat;
    max-width: 794px;
    width: 100%;
    min-height: 396px;
    max-height: 396px;
    overflow: hidden;
    padding: 73px 105px 80px 97px; }
    .comment-list .comment-txt > div {
      max-height: 220px;
      overflow: hidden; }
    .comment-list .comment-txt p {
      margin-bottom: 24px; }

.faq {
  padding-top: 76px;
  padding-bottom: 69px;
  background: transparent url(/pages/img/faq-bg.png) 0 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .faq h2 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 53px; }
  .faq .faq-title {
    background-color: #bababa;
    max-width: 943px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 17px;
    cursor: pointer;
    margin-bottom: 3px; }
  .faq .faq-title.active {
    background-color: #ffcc00;
    margin-bottom: 0; }
  .faq .faq-txt {
    max-width: 943px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 59px; }
  .faq .faq-link {
    text-align: center;
    margin-top: 63px;
    margin-bottom: 10px; }
    .faq .faq-link a {
      display: inline-block;
      color: #444444;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 1.2px;
      -webkit-box-shadow: inset 0 -3px 0 rgba(0, 1, 5, 0.17);
              box-shadow: inset 0 -3px 0 rgba(0, 1, 5, 0.17);
      -webkit-border-radius: 10px;
              border-radius: 10px;
      background-color: #ffcc00;
      padding: 13px 69px; }
      .faq .faq-link a:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }

.bottom-block {
  background-color: #4a6a64;
  color: #ffffff;
  padding-top: 62px;
  padding-bottom: 59px; }
  .bottom-block .footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 96px; }
  .bottom-block .social {
    padding-top: 12px; }
    .bottom-block .social .social-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 25px; }
      .bottom-block .social .social-list a {
        margin-right: 38px; }
  .bottom-block .footer-item {
    max-width: 458px;
    margin-right: 131px; }
    .bottom-block .footer-item:last-child {
      margin-right: 0; }
    .bottom-block .footer-item h3 {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 5px; }
    .bottom-block .footer-item p {
      font-size: 18px;
      line-height: 24px; }
    .bottom-block .footer-item ul {
      padding-left: 0;
      list-style: none; }
      .bottom-block .footer-item ul li {
        margin-bottom: 8px;
        font-size: 18px; }

.hidden-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  display: none; }

.b-conductions {
  padding-top: 69px;
  padding-bottom: 84px;
  position: relative; }
  .b-conductions::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: -webkit-linear-gradient(47deg, #fdfdfe 0%, #dfd0b8 12%, #cfaa86 25%, #808080 48%, #144a68 71%, #0b2840 90%, #030303 100%);
    background-image: -o-linear-gradient(47deg, #fdfdfe 0%, #dfd0b8 12%, #cfaa86 25%, #808080 48%, #144a68 71%, #0b2840 90%, #030303 100%);
    background-image: linear-gradient(43deg, #fdfdfe 0%, #dfd0b8 12%, #cfaa86 25%, #808080 48%, #144a68 71%, #0b2840 90%, #030303 100%);
    opacity: 0.1; }
  .b-conductions .container_new {
    position: relative;
    z-index: 3; }
  .b-conductions__title {
    text-align: center;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 103px;
    font-size: 28px; }
  .b-conductions__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .b-conductions__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 105px; }
    .b-conductions__left ul {
      padding-left: 0;
      list-style: none;
      margin-bottom: 0; }
    .b-conductions__left li {
      padding-left: 68px;
      margin-bottom: 30px;
      position: relative;
      color: #090909;
      font-size: 22px; }
      .b-conductions__left li:last-child {
        margin-bottom: 0; }
      .b-conductions__left li::before {
        content: url(/pages/img/b-tick.png);
        position: absolute;
        left: 0;
        top: 0; }
  .b-conductions__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
    .b-conductions__right img {
      max-width: initial;
      position: relative;
      top: 91px;
      left: -77px; }
  .b-conductions__bottom {
    max-width: 902px;
    margin-left: 175px;
    padding-top: 17px; }
    .b-conductions__bottom p {
      color: #090909;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 30px; }
    .b-conductions__bottom .b-links {
      margin-top: 15px;
      padding: 21px 51px; }

.b-links {
  -webkit-box-shadow: inset 3px -2px 0 rgba(0, 1, 5, 0.17);
          box-shadow: inset 3px -2px 0 rgba(0, 1, 5, 0.17);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #ffcc00;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 0.9px; }
  .b-links:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.b-service {
  padding-top: 74px;
  padding-bottom: 93px; }
  .b-service__title {
    text-align: center;
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px; }
  .b-service__subtitle {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 58px;
    text-align: center; }
  .b-service__wrapper {
    max-width: 850px;
    margin-left: 136px; }
  .b-service__ul {
    padding-left: 0;
    list-style: none; }
    .b-service__ul li {
      padding-left: 37px;
      position: relative;
      font-size: 22px;
      color: #333333;
      margin-bottom: 18px; }
      .b-service__ul li span {
        font-weight: 700; }
      .b-service__ul li::before {
        content: "";
        width: 15px;
        height: 15px;
        background-color: #ffcc00;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: block;
        position: absolute;
        left: 0;
        top: 9px; }
  .b-service__price {
    color: #333333;
    font-size: 18px;
    padding-left: 39px;
    margin-bottom: 58px; }
    .b-service__price span {
      color: #ffcc00;
      font-size: 30px;
      font-weight: 700; }

.b-benefits {
  padding-left: 34px; }
  .b-benefits .b-links {
    padding: 20px 33px; }
  .b-benefits__title {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 55px; }
  .b-benefits__list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px; }
  .b-benefits__img {
    min-height: 73px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
  .b-benefits__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px; }
    .b-benefits__item:nth-child(1) {
      margin-right: 45px; }
    .b-benefits__item:nth-child(2) {
      margin-right: 46px; }
    .b-benefits__item:nth-child(3) {
      margin-right: 7px; }
    .b-benefits__item h3 {
      color: #333333;
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 5px; }
    .b-benefits__item p {
      color: #333333;
      font-size: 18px;
      line-height: normal; }

@media (min-width: 1200px) and (max-width: 1540px) {
  .benefit_new_img img {
    position: initial;
    max-width: 100%; }
  .benefit_new-column-left {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .benefit_new-column-right {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .benefit_new-column-right h3 {
    white-space: initial; }
  .b-conductions {
    overflow-x: hidden; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .container_new {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px; }
  .comment-list {
    margin-left: auto;
    margin-right: auto; }
  .comment-list .slide-next {
    right: 0; }
  .comment-list .slide-prev {
    left: 0; }
  .experience .experience-item {
    padding-left: 60px; }
  .new-service_item {
    max-width: 355px; }
  .benefit_new_img img {
    position: initial;
    max-width: 100%; }
  .benefit_new-column-right ul {
    max-width: 100%; }
  .benefit_new-column-right h3 {
    white-space: normal; }
  .benefit_new-column-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .benefit_new-column-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .reason_new_column-right .reason_new_item {
    max-width: 420px; }
  .reason_new_column-left .reason_new_item {
    max-width: 420px; }
  .reason_new_column-right {
    min-height: 695px; }
  .reason_new_column-left {
    max-height: initial; }
  .reason_new_title {
    width: 450px;
    height: 432px;
    -webkit-background-size: contain;
            background-size: contain;
    top: 125px; }
  .b-conductions__left {
    padding-left: 0; }
  .b-conductions {
    overflow-x: hidden; }
  .b-conductions__bottom {
    margin-left: 0; }
  .b-service__wrapper {
    margin-left: 0;
    max-width: initial; } }

@media (min-width: 768px) and (max-width: 991px) {
  .container_new {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px; }
  .comment-list .comment-txt {
    -webkit-background-size: contain;
            background-size: contain;
    padding: 40px; }
  .comment-list .comment-photo {
    width: 120px;
    height: 120px; }
  .comment-list .comment-title {
    padding-left: 63px; }
  .comment-list .slide-prev, .comment-list .slide-next {
    top: 39%; }
  .bottom-block .footer-list {
    padding-left: 0; }
  .bottom-block .footer-item {
    max-width: 350px;
    margin-right: 40px; }
  .experience h2 {
    margin-bottom: 35px; }
  .comment {
    padding-bottom: 0; }
  .comment-list {
    margin-left: auto;
    margin-right: auto; }
  .comment-list .slide-next {
    right: 0; }
  .comment-list .slide-prev {
    left: 0; }
  .experience .experience-item {
    padding-left: 60px; }
  .first-block_top .container_new {
    background: none; }
  .first-block_top ul {
    max-width: 100%; }
  .reason_new .reason_new-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .benefit_new_img img {
    position: initial;
    max-width: 100%; }
  .benefit_new-column-right ul {
    max-width: 100%; }
  .benefit_new-column-right h3 {
    white-space: normal; }
  .benefit_new-column-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .benefit_new-column-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .reason_new_title {
    display: none; }
  .reason_new_column-right {
    min-height: initial; }
  .reason_new_column-left {
    max-height: initial; }
  .reason_new_item {
    margin-bottom: 50px; }
  .reason_new_column-left .reason_new_item {
    width: 100%;
    padding: 20px;
    text-align: center;
    min-height: initial; }
    .reason_new_column-left .reason_new_item br {
      display: none; }
  .reason_new_column-right .reason_new_item {
    width: 100%;
    padding: 20px;
    text-align: center;
    min-height: initial; }
    .reason_new_column-right .reason_new_item br {
      display: none; }
  .hidden-title {
    display: block; }
  .b-conductions__right {
    display: none; }
  .b-conductions__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0; }
  .b-conductions__bottom {
    max-width: 100%;
    margin-left: 0; }
  .b-service__wrapper {
    max-width: 100%;
    margin-left: 0; }
  .b-benefits__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .b-benefits__item {
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .container_new {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .experience .experience-item {
    padding: 10px; }
    .experience .experience-item > div {
      padding-left: 0;
      border-left: 0; }
  .experience .experience-item:after {
    display: none; }
  .experience {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-background-size: cover;
            background-size: cover; }
    .experience h2 {
      font-size: 22px;
      margin-bottom: 35px; }
  .faq {
    padding-top: 40px;
    padding-bottom: 40px; }
    .faq h2 {
      font-size: 22px;
      margin-bottom: 35px; }
  .bottom-block .footer-list {
    padding-left: 0; }
  .bottom-block .footer-item {
    margin-right: 0; }
  .comment-list .slide-prev, .comment-list .slide-next {
    display: none !important; }
  .comment-list {
    max-width: 100%;
    margin-left: 0; }
  .comment-list .comment-txt {
    background: none;
    padding: 0; }
  .comment-list .comment-photo {
    position: initial;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
  .comment-list .comment-title {
    padding-left: 0;
    font-size: 19px;
    text-align: center; }
  .comment-list .comment-item {
    padding-left: 0; }
  .comment {
    padding-top: 40px;
    padding-bottom: 40px; }
    .comment h2 {
      font-size: 22px;
      margin-bottom: 35px; }
  .comment-list .comment-txt {
    text-align: center;
    min-height: initial;
    max-height: initial; }
  .comment-list .comment-txt > div {
    max-height: initial; }
  .faq .faq-link a {
    padding: 13px 45px;
    font-size: 19px; }
  .faq .faq-txt {
    padding-right: 25px; }
  .faq .faq-title {
    padding-right: 25px; }
  .first-block_top .container_new {
    background: none;
    padding-top: 40px;
    padding-bottom: 40px; }
  .first-block_top h1 {
    padding-left: 0;
    font-size: 24px;
    line-height: normal; }
  .first-block_top ul {
    max-width: 100%;
    padding-left: 0; }
  .first-block_top li span {
    margin-right: 15px; }
  .first-block_top a {
    margin-left: 0;
    text-align: center; }
  .new-service_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reason_new .reason_new-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0; }
  .benefit_new_img img {
    position: initial;
    max-width: 100%; }
  .benefit_new-column-right ul {
    max-width: 100%; }
  .benefit_new-column-right h3 {
    white-space: normal; }
  .benefit_new-column-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .benefit_new-column-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .reason_new_title {
    display: none; }
  .reason_new_column-right {
    min-height: initial; }
  .reason_new_column-left {
    max-height: initial; }
  .reason_new_item {
    margin-bottom: 50px; }
  .reason_new_column-left .reason_new_item {
    width: 100%;
    padding: 20px;
    text-align: center;
    min-height: initial; }
    .reason_new_column-left .reason_new_item br {
      display: none; }
  .reason_new_column-right .reason_new_item {
    width: 100%;
    padding: 20px;
    text-align: center;
    min-height: initial; }
    .reason_new_column-right .reason_new_item br {
      display: none; }
  .benefit_new-column-right li:before {
    left: 0; }
  .benefit_new-column-right li {
    padding-left: 50px; }
  .benefit_new-column-right a {
    margin-left: 0;
    padding: 18px 40px; }
  .benefit_new {
    padding-top: 40px;
    padding-bottom: 40px; }
  .hidden-title {
    display: block;
    margin-bottom: 70px; }
  .b-conductions__right {
    display: none; }
  .b-conductions__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0; }
  .b-conductions__bottom {
    max-width: 100%;
    margin-left: 0; }
  .b-service__wrapper {
    max-width: 100%;
    margin-left: 0; }
  .b-benefits__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .b-benefits__item {
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .b-conductions__title {
    margin-bottom: 40px;
    font-size: 20px; }
  .b-conductions__left li {
    font-size: 18px;
    padding-left: 55px; }
  .b-conductions__bottom .b-links {
    padding: 21px 9px;
    font-size: 14px; }
  .b-service__title {
    font-size: 20px; }
  .b-service__subtitle {
    font-size: 18px; }
  .b-service__ul li {
    font-size: 18px; }
  .b-benefits {
    padding-left: 0; }
  .b-benefits .b-links {
    text-align: center; }
  .b-service {
    padding-top: 40px;
    padding-bottom: 40px; }
  .reason_new {
    padding-top: 40px; } }

@media (max-width: 480px) {
  .b-benefits__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
