.new_main_section {
  position: relative;
  width: 100%;
  background: #DAE9F7;
  padding-top: 55px;
  padding-bottom: 55px; }
  .new_main_section:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("/img/landing/main_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .new_main_section .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .new_main_section .wrapper {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    text-align: center; }
  .new_main_section .main_title {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: #00517B;
    margin-bottom: 25px; }
  .new_main_section p {
    color: #00517B;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px; }
  .new_main_section .main_list {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px; }
    .new_main_section .main_list li {
      position: relative;
      width: 33.333%;
      text-align: center;
      font-weight: normal;
      font-size: 16px;
      color: #00517B;
      margin-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px; }
      .new_main_section .main_list li span {
        position: relative;
        display: inline-block;
        vertical-align: top; }
      .new_main_section .main_list li .icon {
        position: relative;
        display: block;
        width: 87px;
        height: 87px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #FFF;
        margin: auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 12px 21px rgba(0, 81, 123, 0.2);
        box-shadow: 0px 12px 21px rgba(0, 81, 123, 0.2); }
        .new_main_section .main_list li .icon img {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          max-width: 52px;
          max-height: 58px; }
  .new_main_section .main_btn {
    color: #191919;
    font-size: 18px;
    background: #F4B700; }
    .new_main_section .main_btn:hover {
      background: #F1A800; }

.assortment_section {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px; }
  .assortment_section .section_header {
    position: relative;
    text-align: center;
    margin: auto;
    margin-bottom: 25px}
    .assortment_section .section_header .section_title {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      color: #00517B;
      font-size: 48px;
      line-height: 1.1;
      margin-bottom: 15px; }
    .assortment_section .section_header p {
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      color: #556B76;
      margin-bottom: 15px; }

.item_tab {
  position: relative;
  width: 100%;
}

.new_version_landing .item_tab{
    margin-bottom: 38px; 
}
  .item_tab .nav-tabs {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
    margin: 0px;
    border: none;
/*    padding-left: 390px;  */
  }
    .item_tab .nav-tabs li {
      position: relative;
      margin-right: 14px; }
      .item_tab .nav-tabs li a {
        position: relative;
        display: block;
        padding: 10px 15px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        background: #04B0AC;
        color: #FFF;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        text-decoration: none; }
        .item_tab .nav-tabs li a:hover {
          -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.57);
          box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.57); }
      .item_tab .nav-tabs li .active {
        background: #FFF;
        color: #00517B;
        -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07); }
  .item_tab .price_item {
    position: relative;
    padding-left: 390px;
    padding-top: 27px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item_tab .price_item .img_block {
      position: absolute;
      top: 45px;
      left: 35px;
      width: 100%;
      max-width: 320px; }
    .item_tab .price_item .item_title {
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      font-weight: bold;
      font-size: 36px;
      line-height: 1.1;
      color: #00517B;
      margin-bottom: 10px; }
    .item_tab .price_item .text_block {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-bottom: 15px; }
      .item_tab .price_item .text_block p {
        margin-bottom: 15px; }
  .item_tab .price_table {
    margin-bottom: 25px; }
    .item_tab .price_table .item {
      -webkit-transition: 0.15s all;
      -moz-transition: 0.15s all;
      -ms-transition: 0.15s all;
      -o-transition: 0.15s all;
      transition: 0.15s all;
      padding-top: 15px;
      padding-bottom: 15px; }
      .item_tab .price_table .item:hover {
        background: #DCF4F3; }
      .item_tab .price_table .item .name_td p span, .item_tab .price_table .item .name_td a span {
        display: block; }
      .item_tab .price_table .item .name_td p .blue, .item_tab .price_table .item .name_td a .blue {
        color: #04B0AC; }
    .item_tab .price_table .item:last-of-type {
      border-bottom: 1px solid #D1DFE5; }
  .item_tab .look_all {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #191919;
    margin: auto;
    margin-bottom: 27px; }

.new_products_slider_section {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px; }
  .new_products_slider_section .container {
    position: relative; }
  .new_products_slider_section .section_title {
    margin-bottom: 15px;
    text-align: center;
    color: #00517B; }
  .new_products_slider_section .new_products_pagination {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center; }
    .new_products_slider_section .new_products_pagination .swiper-pagination-bullet {
      width: 26px;
      height: 26px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #FFF;
      border: 1px solid #cacaca;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      margin: 0 5px; }
    .new_products_slider_section .new_products_pagination .swiper-pagination-bullet-active {
      border-color: #04b0ac;
      background: #04B0AC;
      opacity: 1; }
    .new_products_slider_section .new_products_pagination .swiper-pagination-bullet-active-next, .new_products_slider_section .new_products_pagination .swiper-pagination-bullet-active-prev, .new_products_slider_section .new_products_pagination .swiper-pagination-bullet-active-next-next {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.new_products_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 15px;
  padding-bottom: 70px; }
  .new_products_slider .item {
    position: relative;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    height: 100%;
    min-height: 0px;
    width: 100%;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .new_products_slider .item:hover {
      -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0);
      box-shadow: 0px 5px 13px rgba(0, 0, 0, 0);
      border-color: #d1dfe5; }
    .new_products_slider .item .corner_ribbon {
      width: 150px;
      background: #dd3216;
      position: absolute;
      z-index: 2;
      top: 25px;
      left: -40px;
      text-align: center;
      line-height: 24px;
      padding-top: 2px;
      color: #FFF;
      font-size: 13px;
      font-weight: normal;
      text-transform: uppercase;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      border-bottom: 1px solid #933627; }
    .new_products_slider .item .img_block {
      position: relative;
      width: 100%;
      height: 150px;
      display: block;
      text-decoration: none;
      line-height: 0;
      margin-bottom: 15px; }
      .new_products_slider .item .img_block img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .new_products_slider .item .title {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      min-height: 48px;
      color: #556b76;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 15px; }
      .new_products_slider .item .title:hover {
        color: #07bba7; }
      .new_products_slider .item .title span {
        display: block; }
      .new_products_slider .item .title strong {
        display: block;
        font-weight: bold; }
    .new_products_slider .item .price {
      position: relative;
      font-weight: bold;
      color: #556B76;
      font-size: 24px;
      line-height: 1;
      margin-bottom: 22px; }

.stars_list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 15px; }
  .stars_list li {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background: url("/img/landing/star_empty.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%; }
    .stars_list li:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      background: url("/img/landing/star.png") no-repeat left top;
      -webkit-background-size: 20px 20px;
      -o-background-size: 20px 20px;
      background-size: 20px 20px;
      -webkit-transition: 0.2s all;
      -moz-transition: 0.2s all;
      -ms-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all;
      opacity: 0; }
  .stars_list li:last-of-type {
    margin-right: 0px; }
  .stars_list .full_star:before {
    opacity: 1; }
  .stars_list .half_star:before {
    opacity: 1;
    width: 52%; }

.info_slider {
  position: relative;
  width: 100%; }
  .info_slider .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 200px; }
  .info_slider .img_block {
    position: relative;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .info_slider .img_block .arrows {
      position: absolute;
      /*display: block;*/
      display: none !important;
      right: 0px;
      bottom: 0px;
      width: 164px;
      height: 80px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .info_slider .img_block .arrows .prev_info, .info_slider .img_block .arrows .next_info {
        position: relative;
        display: block;
        margin: 0px;
        top: auto;
        left: auto;
        right: auto;
        width: 50%;
        height: 100%;
        border: 2px solid #04b0ac;
        background: #FFF;
        text-decoration: none;
        display: block;
        cursor: pointer;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
        .info_slider .img_block .arrows .prev_info:hover, .info_slider .img_block .arrows .next_info:hover {
          background: #04B0AC; }
          .info_slider .img_block .arrows .prev_info:hover:before, .info_slider .img_block .arrows .next_info:hover:before {
            opacity: 0; }
          .info_slider .img_block .arrows .prev_info:hover:after, .info_slider .img_block .arrows .next_info:hover:after {
            opacity: 1; }
        .info_slider .img_block .arrows .prev_info:before, .info_slider .img_block .arrows .prev_info:after, .info_slider .img_block .arrows .next_info:before, .info_slider .img_block .arrows .next_info:after {
          content: "";
          display: block;
          width: 23px;
          height: 47px;
          background: url("/img/landing/slider_arrow.png") no-repeat center center;
          -webkit-background-size: 100% 100%;
          -o-background-size: 100% 100%;
          background-size: 100% 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
        .info_slider .img_block .arrows .prev_info:after, .info_slider .img_block .arrows .next_info:after {
          background: url("/img/landing/slider_arrow_white.png") no-repeat center center;
          -webkit-background-size: 100% 100%;
          -o-background-size: 100% 100%;
          background-size: 100% 100%;
          opacity: 0; }
      .info_slider .img_block .arrows .next_info {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  .info_slider .text_block {
    position: relative;
    width: 50%;
    background: #FFF;
    min-height: 520px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px; }
    .info_slider .text_block .wrapper {
      position: relative;
      text-align: left;
      max-width: 750px;
      margin-left: 100px; }
    .info_slider .text_block h5 {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      font-size: 36px;
      line-height: 1.1;
      color: #00517B;
      margin-bottom: 20px; }
    .info_slider .text_block p {
      font-weight: 300;
      font-size: 18px;
      line-height: 26px;
      color: #677C87;
      margin-bottom: 15px; }
    .info_slider .text_block p:last-of-type {
      margin-bottom: 0px; }
    .info_slider .text_block a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-decoration: underline;
      color: #04B0AC; }
      .info_slider .text_block a:hover {
        color: #00517B; }

.politic_section {
  position: relative;
  width: 100%;
  background: #d1e1f0;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px; }
  .politic_section .section_title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.1;
    color: #00517B;
    margin-bottom: 30px; }
  .politic_section p {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #313131;
    margin-bottom: 25px; }
  .politic_section .bottom_text {
    max-width: 900px;
    margin: auto; }
  .politic_section .icons_list {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .politic_section .icons_list li {
      position: relative;
      width: 25%;
      padding-left: 15px;
      padding-right: 15px;
      font-weight: 500;
      font-size: 18px;
      line-height: 26px;
      color: #00517B;
      margin-bottom: 50px; }
      .politic_section .icons_list li .icon {
        position: relative;
        display: block;
        width: 119px;
        height: 119px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #FFF;
        margin: auto;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 10px 16px rgba(0, 81, 123, 0.2);
        box-shadow: 0px 10px 16px rgba(0, 81, 123, 0.2); }
        .politic_section .icons_list li .icon img {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          max-width: 60px;
          max-height: 71px; }

.five_reasons {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 40px;
  background: #f6f6f7;
  text-align: center; }
  .five_reasons .section_title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #00517B;
    line-height: 1.1;
    margin-bottom: 15px; }
  .five_reasons p {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #313131;
    margin-bottom: 15px; }
  .five_reasons .wrapper {
    position: relative;
    width: 100%;
    padding-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .five_reasons .item {
    position: relative;
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 15px;
    background: #FFF;
    text-align: left;
    -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07); }
    .five_reasons .item .icon {
      position: relative;
      width: 91px;
      height: 91px;
      margin-bottom: 20px;
      display: block;
      text-decoration: none;
      margin-top: 5px;
      margin-left: 5px; }
      .five_reasons .item .icon img {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .five_reasons .item p {
      position: relative;
      z-index: 1;
      max-width: 307px;
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      color: #305161;
      margin-bottom: 0px; }
    .five_reasons .item .number {
      position: absolute;
      bottom: 5px;
      right: 10px;
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      font-size: 72px;
      line-height: 1;
      color: #D1E1F0;
      margin: 0px;
      opacity: 0.39; }
  .five_reasons .item:nth-of-type(3n+3) {
    margin-right: 0px; }
  .five_reasons .item:nth-of-type(1n+4) {
    width: calc(50% - 15px);
    padding-left: 195px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 30px; }
    .five_reasons .item:nth-of-type(1n+4) .icon {
      position: absolute;
      top: 0px;
      bottom: 0px;
      margin: auto;
      left: 40px;
      width: 106px;
      height: 106px; }
    .five_reasons .item:nth-of-type(1n+4) p {
      max-width: 100%; }
  .five_reasons .item:nth-of-type(2n+5) {
    margin-right: 0px; }

.advantages_section {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 70px;
  background: url("/img/landing/advant_bg.jpg") no-repeat right bottom #00517B; }
  .advantages_section .section_title {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 30px;
    text-align: center; }
    .advantages_section .section_title span {
      display: block;
      font-weight: 300; }
  .advantages_section .wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .advantages_section .item {
    position: relative;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    min-height: 150px;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    padding: 25px 15px;
    padding-bottom: 20px;
    padding-left: 195px;
    text-align: left; }
    .advantages_section .item .icon {
      position: absolute;
      top: 35px;
      left: 38px;
      width: 107px;
      height: 107px;
      display: block; }
      .advantages_section .item .icon img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto; }
    .advantages_section .item p {
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      color: #305161;
      margin-bottom: 0px; }
    .advantages_section .item .item_title {
      position: relative;
      font-weight: bold;
      font-size: 18px;
      line-height: 30px;
      color: #00517B;
      margin-bottom: 20px; }
  .advantages_section .item:nth-of-type(2n+2) {
    margin-right: 0px; }

.callback_section {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #03b0ac;
  background: -moz-linear-gradient(top, #03b0ac 0%, #04a6a8 25%, #04a2a5 32%, #03a1a2 33%, #05a0a4 35%, #048392 80%, #047c8d 100%);
  background: -webkit-linear-gradient(top, #03b0ac 0%, #04a6a8 25%, #04a2a5 32%, #03a1a2 33%, #05a0a4 35%, #048392 80%, #047c8d 100%);
  background: linear-gradient(to bottom, #03b0ac 0%, #04a6a8 25%, #04a2a5 32%, #03a1a2 33%, #05a0a4 35%, #048392 80%, #047c8d 100%); }
  .callback_section .container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 365px;
    padding-top: 75px;
    padding-bottom: 80px; }
  .callback_section .wrapper {
    position: relative;
    width: 100%;
    max-width: 845px;
    margin-left: auto;
    text-align: left; }
  .callback_section .title {
    position: relative;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #FFF; }
  .callback_section p {
    position: relative;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 42px;
    color: #FFF;
    margin-bottom: 15px; }
  .callback_section .main_btn {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #191919;
    background: #F4B700; }
    .callback_section .main_btn:hover {
      background: #F9DF00; }
  .callback_section .girl {
    position: absolute;
    left: -50px;
    bottom: 0px; }

.reviews_section {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F6F6F7; }
  .reviews_section .section_title {
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #00517B;
    margin-bottom: 27px; }
    .reviews_section .section_title span {
      font-weight: 300;
      font-size: 36px;
      line-height: 1.1;
      display: block; }
  .reviews_section .reviews_pagination {
    position: relative;
    bottom: auto;
    width: 100%;
    line-height: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center; }
    .reviews_section .reviews_pagination .swiper-pagination-bullet {
      width: 25px;
      height: 25px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: none;
      border: 2px solid #04b0ac;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      margin: 0 5px; }
    .reviews_section .reviews_pagination .swiper-pagination-bullet-active {
      background: #04B0AC;
      opacity: 1; }

.reviews_slider {
  position: relative;
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 38px; }
  .reviews_slider .prev_review, .reviews_slider .next_review {
    position: absolute;
    display: block;
    margin: 0px;
    top: 175px;
    left: 15px;
    right: auto;
    width: 32px;
    height: 61px;
    border: none;
    background: none;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin: 0px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .reviews_slider .prev_review:before, .reviews_slider .next_review:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url("/img/landing/slider_arrow.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
  .reviews_slider .next_review {
    left: auto;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .reviews_slider .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 350px;
    padding: 30px 100px;
    padding-left: 112px;
    padding-bottom: 50px; }
    .reviews_slider .swiper-slide .photo {
      position: relative;
      width: 233px;
      height: 233px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      margin-top: 60px; }
    .reviews_slider .swiper-slide .text_block {
      position: relative;
      width: calc(100% - 233px);
      text-align: left;
      padding-left: 45px; }
      .reviews_slider .swiper-slide .text_block p {
        font-weight: 300;
        font-size: 18px;
        line-height: 27px;
        color: #305161;
        margin: 0px;
        margin-bottom: 15px; }
      .reviews_slider .swiper-slide .text_block .name {
        position: relative;
        font-weight: bold;
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px;
        color: #00517B; }
      .reviews_slider .swiper-slide .text_block .proff {
        position: relative;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        margin-bottom: 30px;
        color: #04b0ac; }

.question_section {
  position: relative;
  width: 100%;
  background: #FFF;
  padding-top: 75px;
  padding-bottom: 60px; }
  .question_section .wrapper {
    position: relative;
    width: 100%;
    padding-left: 390px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 360px; }
  .question_section .img_block {
    position: absolute;
    left: 10px;
    top: 85px;
    max-width: 360px;
    width: 100%;
    margin-right: 30px; }
    .question_section .img_block img {
      max-width: 100%; }
  .question_section .section_title {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #00517B; }
  .question_section p {
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px; }

.apply_section {
  position: relative;
  width: 100%;
  background: #F6F6F7;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center; }
  .apply_section .section_title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #00517B;
    margin-bottom: 10px; }
  .apply_section p {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #305161;
    margin-bottom: 20px; }
  .apply_section .title_info {
    font-size: 24px;
    margin-bottom: 30px; }
  .apply_section .wrapper {
    position: relative;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .apply_section .item {
    position: relative;
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px; }
    .apply_section .item .img_block {
      position: relative;
      width: 100%;
      height: 225px;
      border: 5px solid #FFF;
      -webkit-box-shadow: 0px 8px 21px rgba(56, 123, 137, 0.18);
      box-shadow: 0px 8px 21px rgba(56, 123, 137, 0.18);
      margin-bottom: 25px;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
  .apply_section .item:nth-of-type(3n+3) {
    margin-right: 0px; }

.where_buy {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 100px;
  background: #FFF; }
  .where_buy .container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .where_buy .section_title {
    width: 100%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #00517B;
    margin-bottom: 40px; }
  .where_buy .wrapper {
    max-width: 510px;
    text-align: left; }
  .where_buy p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #305161;
    margin-bottom: 15px; }
  .where_buy .img {
    max-width: 507px;
    width: 100%;
    margin-left: auto;
    margin-right: 20px; }

.callback_form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px; }
  .callback_form label {
    width: calc(35% - 20px);
    margin-right: 30px; }
    .callback_form label label.error {
      position: absolute;
      top: 100%;
      left: 0px;
      z-index: -1;
      opacity: 0;
      font-size: 0; }
    .callback_form label input {
      position: relative;
      outline: none;
      width: 100%;
      height: 49px;
      background: #FFF;
      border: 1px solid #FFF;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left;
      font-weight: 300;
      font-size: 18px;
      color: #677C87;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .callback_form label input.error {
        border-color: #F94949; }
      .callback_form label input:focus {
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); }
  .callback_form .submit_btn {
    position: relative;
    width: calc(30% - 20px);
    height: 49px;
    font-size: 18px;
    padding: 10px;
    display: block;
    margin: auto; }

.blue_tablets {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 60px; }
  .blue_tablets .section_title {
    position: relative;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #00517B;
    margin-bottom: 40px; }
    .blue_tablets .section_title span {
      display: block;
      font-weight: 300;
      font-size: 36px; }
  .blue_tablets .wrapper {
    position: relative;
    width: 100%;
    padding-left: 480px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 350px; }
  .blue_tablets .img_block {
    position: absolute;
    left: 0px;
    top: 25px;
    max-width: 470px;
    width: 100%;
    text-align: center; }
    .blue_tablets .img_block img {
      max-width: 100%; }
  .blue_tablets p {
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #00517B; }

.who_need_drug {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
  background: url("/img/landing/advant_bg.jpg") no-repeat right bottom #00517B; }
  .who_need_drug .section_title {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #FFF;
    margin-bottom: 15px; }
  .who_need_drug p {
    max-width: 950px;
    width: 100%;
    margin: auto;
    margin-bottom: 35px;
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px; }
  .who_need_drug .drug_list {
    position: relative;
    width: 100%;
    list-style: none;
    padding-top: 10px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    .who_need_drug .drug_list li {
      position: relative;
      padding: 0px 15px;
      max-width: 300px;
      margin: auto;
      text-align: center;
      color: #FFF;
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      margin: 0px;
      margin-bottom: 50px; }
    .who_need_drug .drug_list .photo {
      position: relative;
      display: block;
      width: 175px;
      height: 175px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 5px solid #FFF;
      margin: auto;
      margin-bottom: 30px;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }

.five_questions {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  background: #F6F6F7; }
  .five_questions .section_title {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #00517B;
    max-width: 840px;
    margin: auto;
    margin-bottom: 40px; }
  .five_questions .spoiler_item {
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    background: #FFF;
    text-align: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1); }
    .five_questions .spoiler_item.active .spoiler:before {
      -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
      transform: rotateX(180deg); }
    .five_questions .spoiler_item .spoiler {
      position: relative;
      width: 100%;
      border: none;
      background: none;
      padding: 15px 22px;
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;
      color: #00517b;
      padding-right: 70px;
      text-align: left; }
      .five_questions .spoiler_item .spoiler:hover {
        color: #0CC5BB; }
      .five_questions .spoiler_item .spoiler:before {
        content: "";
        display: block;
        width: 9px;
        height: 6px;
        background: url("/img/landing/drop_icon.png") no-repeat center center;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 20px;
        margin: auto;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
    .five_questions .spoiler_item .spoiler-body .well {
      position: relative;
      padding: 15px 22px;
      padding-top: 5px; }
    .five_questions .spoiler_item .spoiler-body p {
      position: relative;
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      color: #626E77; }

.callback_section_2 .title {
  text-transform: none;
  font-size: 36px; }
.callback_section_2 p {
  line-height: normal;
  font-size: 30px; }
.callback_section_2 .girl {
  position: absolute;
  left: -20px;
  bottom: 0px;
  max-width: 335px; }
.sub-tab-pane .price_item{
    padding-left: 0px;
}
.sub-tabs .nav-tabs, .sub-tabs .price_item {
    padding-left: 0px;
}

.sub-tabs .price_table {
    margin-bottom: 0px;
}

.sub-tabs .price_item {
    border-radius: 0px;
}
/*# sourceMappingURL=new_main.css.map */
.teasers-item-description {
    display: none;
}

.item_tab .price_item .img_block img {
    width: inherit !important;
}

.sub-tabs.item_tab.hide-price .price_item {
    padding-top: 0px;
}

.main_btn.look_all {
    font-size: 19px;
}

.price_item .text_block.mobile {
    padding-bottom: 0px;
}

.price_item .text_block.mobile H2 {
    text-align: center;
    display: none;
    padding-bottom: 0px;
}