/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: 'Rubik', sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 1299px) {
    .container {
      max-width: 960px; } }
  @media screen and (max-width: 959px) {
    .container {
      max-width: 800px;
      padding: 0 12px; } }
  @media screen and (max-width: 799px) {
    .container {
      max-width: 600px; } }

.container-custom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1299px) {
    .container-custom {
      max-width: 960px; } }
  @media screen and (max-width: 959px) {
    .container-custom {
      max-width: 800px; } }
  @media screen and (max-width: 799px) {
    .container-custom {
      max-width: none; } }

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding: 0 15px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s; }
  @media screen and (max-width: 1299px) {
    .btn {
      height: 48px;
      font-size: 16px;
      border-radius: 24px; } }
  @media screen and (max-width: 959px) {
    .btn {
      height: 32px;
      font-size: 14px;
      border-radius: 16px; } }
  .btn--main {
    color: #ffffff;
    background: #FF7265;
    border: none;
    border-radius: 30px;
    outline: none; }
    .btn--main:hover {
      background: #FF9162; }
  .btn--main-active {
    background: #B7453B; }
  .btn--secont {
    border: 1px solid #3B55CB;
    color: #3B55CB; }
    .btn--secont:hover {
      border: 3px solid #3B55CB; }
  .btn--second-active {
    background: #3B55CB;
    color: #ffffff; }

.page-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 83px;
  font-weight: 500; }
  @media screen and (max-width: 1299px) {
    .page-title {
      font-size: 32px; } }
  @media screen and (max-width: 959px) {
    .page-title {
      font-size: 24px; } }
  @media screen and (max-width: 799px) {
    .page-title {
      font-size: 18px;
      margin-bottom: 12px; } }

@media screen and (max-width: 1299px) {
  .header {
    margin-bottom: 44px; } }

@media screen and (max-width: 799px) {
  .header {
    margin-bottom: 0; } }

.header .top a {
  text-decoration: none; }

.header .top-info {
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 -32px; }
  @media screen and (max-width: 1299px) {
    .header .top-info {
      margin: 0 -15px;
      padding-top: 26px;
      padding-bottom: 26px; } }
  @media screen and (max-width: 959px) {
    .header .top-info {
      margin: 0 -12px;
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media screen and (max-width: 799px) {
    .header .top-info {
      display: block; } }

.header .info-item {
  font-size: 17px;
  line-height: 20px;
  padding: 0 32px; }
  @media screen and (max-width: 1299px) {
    .header .info-item {
      font-size: 14px;
      padding: 0 15px; } }
  @media screen and (max-width: 959px) {
    .header .info-item {
      font-size: 13px; } }
  @media screen and (max-width: 799px) {
    .header .info-item {
      margin-bottom: 16px; } }

.header .text-black {
  color: #031F2F; }

.header .text-gray {
  color: #BDBDBD; }

.header .link {
  color: #3B55CB; }

.header .bottom {
  background: linear-gradient(90deg, #2D9CDB 0%, #2F80ED 100%); }
  @media screen and (max-width: 1299px) {
    .header .bottom {
      position: relative; } }

.header .bottom-inner {
  display: -ms-flexbox;
  display: flex;
  height: 70px; }
  @media screen and (max-width: 799px) {
    .header .bottom-inner {
      height: 50px; } }

.header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 245px;
  margin-right: 50px; }
  @media screen and (max-width: 1299px) {
    .header .logo {
      margin-right: 40px; } }
  @media screen and (max-width: 799px) {
    .header .logo {
      width: 200px; } }
  .header .logo img {
    width: 100%;
    height: auto; }

.header .navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative; }
  @media screen and (max-width: 1299px) {
    .header .navigation {
      -ms-flex-pack: end;
          justify-content: flex-end;
      position: static; } }

.header .nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
  font-size: 17px; }
  @media screen and (max-width: 1299px) {
    .header .nav-list {
      position: absolute;
      width: 100%;
      padding: 0 15px;
      border-top: 1px solid #ffffff;
      font-size: 14px;
      top: 69px;
      right: 0;
      z-index: 10;
      background: linear-gradient(90deg, #2D9CDB 0%, #2F80ED 100%); } }
  @media screen and (max-width: 799px) {
    .header .nav-list {
      -ms-flex-direction: column;
          flex-direction: column;
      top: 49px;
      padding: 0;
      overflow: hidden;
      height: 0;
      transition: height .3s; }
      .header .nav-list--show-mob {
        height: 265px; } }

.header .nav-item {
  padding: 0 15px; }
  @media screen and (max-width: 1299px) {
    .header .nav-item {
      padding: 15px; } }
  @media screen and (max-width: 799px) {
    .header .nav-item {
      padding: 15px 12px;
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      text-align: right; } }
  .header .nav-item a {
    color: inherit;
    text-decoration: none;
    transition: color .3s; }
    .header .nav-item a:hover {
      color: #031F2F; }

.header .mob-menu {
  display: none;
  width: 25px;
  cursor: pointer; }
  @media screen and (max-width: 799px) {
    .header .mob-menu {
      display: block; } }
  .header .mob-menu .bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    margin-bottom: 5px; }
    .header .mob-menu .bar:last-child {
      margin-bottom: 0; }

.header .search {
  padding-left: 30px; }
  @media screen and (max-width: 1299px) {
    .header .search {
      position: relative; } }

.header .search-btn {
  cursor: pointer; }
  .header .search-btn:hover img {
    transform: scale(1.1); }
  .header .search-btn img {
    width: 18px;
    height: 18px;
    transition: all .3s; }

.header .search-form {
  width: 0;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transition: all .4s; }
  @media screen and (max-width: 1299px) {
    .header .search-form {
      top: -15px;
      right: -1px; } }
  @media screen and (max-width: 799px) {
    .header .search-form {
      top: -10px; } }
  .header .search-form--open {
    width: 100%;
    opacity: 1; }
    @media screen and (max-width: 1299px) {
      .header .search-form--open {
        width: 500px; } }
    @media screen and (max-width: 799px) {
      .header .search-form--open {
        width: 400px; } }

.header .input-group {
  display: -ms-flexbox;
  display: flex;
  background: #3B55CB;
  border-radius: 4px;
  height: 50px; }
  @media screen and (max-width: 799px) {
    .header .input-group {
      height: 40px; } }
  .header .input-group input {
    background: transparent;
    border: 0;
    box-shadow: none;
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    outline: none !important;
    padding: 0 12px; }
    .header .input-group input::-webkit-input-placeholder {
      color: #ffffff; }
    .header .input-group input::-moz-placeholder {
      color: #ffffff; }
    .header .input-group input:-moz-placeholder {
      color: #ffffff; }
    .header .input-group input:-ms-input-placeholder {
      color: #ffffff; }
  .header .input-group .search-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    @media screen and (max-width: 799px) {
      .header .input-group .search-close {
        width: 40px;
        height: 40px; } }
    .header .input-group .search-close:hover img {
      transform: scale(1.2); }
    .header .input-group .search-close img {
      width: 14px;
      height: 14px;
      transition: all .3s; }

.wave1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 251px;
  background: url(../img/wave.svg) no-repeat center;
  background-size: cover;
  z-index: 2; }
  @media screen and (max-width: 1299px) {
    .wave1 {
      height: 128px; } }
  @media screen and (max-width: 959px) {
    .wave1 {
      height: 105px; } }
  @media screen and (max-width: 799px) {
    .wave1 {
      height: 78px; } }

.top-banner {
  width: 100%;
  height: 920px;
  position: relative;
  background: #8a755f url(../img/top-banner.jpg) no-repeat center;
  background-size: cover; }
  @media (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .top-banner {
      background: #8a755f url(../img/top-banner@2x.jpg) no-repeat center;
      background-size: cover; } }
  @media screen and (max-width: 1299px) {
    .top-banner {
      height: 500px; } }
  @media screen and (max-width: 959px) {
    .top-banner {
      height: 400px; } }
  @media screen and (max-width: 799px) {
    .top-banner {
      height: 315px; } }
  .top-banner .content {
    max-width: 480px;
    padding-top: 98px;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 959px) {
      .top-banner .content {
        max-width: 320px;
        padding-top: 70px; } }
    @media screen and (max-width: 799px) {
      .top-banner .content {
        padding-top: 30px; } }
    .top-banner .content .title {
      font-weight: 500;
      font-size: 64px;
      color: #ffffff;
      margin-bottom: 43px;
      line-height: 1.2; }
      @media screen and (max-width: 1299px) {
        .top-banner .content .title {
          font-size: 46px;
          margin-bottom: 12px; } }
      @media screen and (max-width: 959px) {
        .top-banner .content .title {
          font-size: 32px; } }
      @media screen and (max-width: 799px) {
        .top-banner .content .title {
          font-size: 24px; } }
    .top-banner .content .sub-title {
      font-size: 24px;
      color: #ffffff;
      line-height: 1.5;
      margin-bottom: 45px; }
      @media screen and (max-width: 1299px) {
        .top-banner .content .sub-title {
          font-size: 18px; } }
      @media screen and (max-width: 959px) {
        .top-banner .content .sub-title {
          font-size: 16px;
          margin-bottom: 24px; } }
      @media screen and (max-width: 799px) {
        .top-banner .content .sub-title {
          font-size: 14px; } }
    .top-banner .content .action {
      max-width: 320px; }
      @media screen and (max-width: 1299px) {
        .top-banner .content .action {
          max-width: 240px; } }
      @media screen and (max-width: 959px) {
        .top-banner .content .action {
          max-width: 220px; } }

.advantage-water {
  padding-top: 65px; }
  @media screen and (max-width: 1299px) {
    .advantage-water {
      padding-top: 42px; } }
  @media screen and (max-width: 799px) {
    .advantage-water {
      padding-top: 32px; } }
  .advantage-water .title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 19px;
    font-weight: 500; }
    @media screen and (max-width: 1299px) {
      .advantage-water .title {
        font-size: 32px; } }
    @media screen and (max-width: 959px) {
      .advantage-water .title {
        font-size: 24px; } }
    @media screen and (max-width: 799px) {
      .advantage-water .title {
        font-size: 18px;
        margin-bottom: 12px; } }
  .advantage-water .sub-title {
    font-size: 24px;
    line-height: 1.2; }
    @media screen and (max-width: 1299px) {
      .advantage-water .sub-title {
        font-size: 18px; } }
    @media screen and (max-width: 959px) {
      .advantage-water .sub-title {
        font-size: 16px; } }
    @media screen and (max-width: 799px) {
      .advantage-water .sub-title {
        font-size: 14px; } }
  .advantage-water .wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-top: 44px; }
    @media screen and (max-width: 799px) {
      .advantage-water .wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 32px; } }
  .advantage-water .advantage-item {
    width: 25%; }
    @media screen and (max-width: 799px) {
      .advantage-water .advantage-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        width: 50%;
        margin-bottom: 24px; } }
    @media screen and (max-width: 499px) {
      .advantage-water .advantage-item {
        width: 100%; } }
  .advantage-water .image .mineral {
    width: 84px;
    height: auto; }
    @media screen and (max-width: 959px) {
      .advantage-water .image .mineral {
        width: 70px; } }
  .advantage-water .image .toxic {
    width: 90px;
    height: auto; }
    @media screen and (max-width: 959px) {
      .advantage-water .image .toxic {
        width: 74px; } }
  .advantage-water .image .temperature {
    width: 75px;
    height: auto; }
    @media screen and (max-width: 959px) {
      .advantage-water .image .temperature {
        width: 60px; } }
  .advantage-water .image .infection {
    width: 74px;
    height: auto; }
    @media screen and (max-width: 959px) {
      .advantage-water .image .infection {
        width: 62px; } }
  .advantage-water .description {
    font-size: 17px;
    line-height: 130%;
    padding-top: 24px;
    white-space: pre-line; }
    @media screen and (max-width: 1299px) {
      .advantage-water .description {
        font-size: 14px; } }
    @media screen and (max-width: 959px) {
      .advantage-water .description {
        font-size: 12px; } }
    @media screen and (max-width: 799px) {
      .advantage-water .description {
        text-align: center; } }

.water-lab-bg {
  position: absolute;
  margin-top: 150px;
  width: 100%;
  height: 640px;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1299px) {
    .water-lab-bg {
      height: 440px; } }
  @media screen and (max-width: 959px) {
    .water-lab-bg {
      height: 340px;
      margin-top: 100px; } }
  @media screen and (max-width: 799px) {
    .water-lab-bg {
      height: 303px;
      margin-top: 70px; } }
  .water-lab-bg:before {
    display: block;
    content: "";
    width: 100%;
    height: 640px;
    background: url(../img/lab-bg.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 1299px) {
      .water-lab-bg:before {
        height: 440px; } }
    @media screen and (max-width: 959px) {
      .water-lab-bg:before {
        height: 340px; } }
    @media screen and (max-width: 799px) {
      .water-lab-bg:before {
        height: 303px; } }
  .water-lab-bg .wave2 {
    display: block;
    content: "";
    background: url(../img/wave2.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 159px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
    @media screen and (max-width: 1299px) {
      .water-lab-bg .wave2 {
        height: 115px; } }
    @media screen and (max-width: 799px) {
      .water-lab-bg .wave2 {
        height: 75px; } }

.water-lab {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 210px;
  padding-bottom: 20px;
  margin-top: 50px;
  overflow: hidden; }
  @media screen and (max-width: 1299px) {
    .water-lab {
      padding-top: 115px; } }
  @media screen and (max-width: 959px) {
    .water-lab {
      padding-top: 60px; } }
  @media screen and (max-width: 799px) {
    .water-lab {
      margin-top: 0; } }
  .water-lab .content {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 499px) {
      .water-lab .content {
        margin: 0 auto; } }
  .water-lab .title {
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2;
    max-width: 592px;
    margin-bottom: 22px; }
    @media screen and (max-width: 1299px) {
      .water-lab .title {
        font-size: 32px; } }
    @media screen and (max-width: 959px) {
      .water-lab .title {
        font-size: 24px;
        max-width: 500px; } }
    @media screen and (max-width: 799px) {
      .water-lab .title {
        font-size: 18px;
        max-width: 350px; } }
  .water-lab .tooltip {
    position: relative; }
    .water-lab .tooltip-body {
      font-size: 17px;
      color: #ffffff;
      background: linear-gradient(90deg, #2F80ED 0%, #2D9CDB 100%);
      padding: 8px 18px;
      border-radius: 4px;
      position: absolute;
      left: 50%;
      top: -46px;
      transform: translateX(-50%);
      z-index: 2; }
      @media screen and (max-width: 1299px) {
        .water-lab .tooltip-body {
          font-size: 14px; } }
      @media screen and (max-width: 959px) {
        .water-lab .tooltip-body {
          font-size: 12px; } }
      @media screen and (max-width: 799px) {
        .water-lab .tooltip-body {
          font-size: 10px;
          padding: 4px 10px;
          top: -30px; } }
      .water-lab .tooltip-body:after {
        display: block;
        content: "";
        border: 8px solid transparent;
        border-bottom: 8px solid #2F80ED;
        transform: rotate(-45deg);
        position: absolute;
        bottom: -7px;
        left: 30%; }
        @media screen and (max-width: 799px) {
          .water-lab .tooltip-body:after {
            border: 6px solid transparent;
            border-bottom: 6px solid #2F80ED;
            bottom: -5px; } }
  .water-lab .service {
    display: -ms-flexbox;
    display: flex;
    max-width: 470px;
    margin-bottom: 32px; }
    @media screen and (max-width: 1299px) {
      .water-lab .service {
        -ms-flex-align: center;
            align-items: center; } }
    @media screen and (max-width: 959px) {
      .water-lab .service {
        max-width: 380px; } }
    @media screen and (max-width: 959px) {
      .water-lab .service {
        margin-bottom: 20px;
        max-width: 310px; } }
  .water-lab .icon {
    width: 57px;
    min-width: 57px; }
    @media screen and (max-width: 799px) {
      .water-lab .icon {
        width: 40px;
        min-width: 40px; } }
    .water-lab .icon img {
      width: 100%;
      height: auto; }
  .water-lab .description {
    font-size: 17px;
    line-height: 1.5;
    padding-left: 25px; }
    @media screen and (max-width: 1299px) {
      .water-lab .description {
        font-size: 14px; } }
    @media screen and (max-width: 799px) {
      .water-lab .description {
        font-size: 12px;
        padding-left: 12px; } }
    .water-lab .description span {
      display: block; }
  .water-lab .phone-form {
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px; }
    @media screen and (max-width: 799px) {
      .water-lab .phone-form {
        padding-top: 0; } }
  .water-lab .input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 24px;
    width: 320px;
    margin-right: 20px;
    border-bottom: 1px solid #3B55CB; }
    @media screen and (max-width: 1299px) {
      .water-lab .input-group {
        font-size: 18px; } }
    @media screen and (max-width: 959px) {
      .water-lab .input-group {
        font-size: 16px;
        width: 220px; } }
    @media screen and (max-width: 799px) {
      .water-lab .input-group {
        font-size: 14px;
        width: 160px; } }
  .water-lab .label {
    line-height: 60px; }
    @media screen and (max-width: 1299px) {
      .water-lab .label {
        line-height: 40px; } }
    @media screen and (max-width: 959px) {
      .water-lab .label {
        line-height: 32px; } }
  .water-lab .phone-input {
    width: 100%;
    height: 60px;
    font-size: 24px;
    border: 0;
    padding-left: 6px;
    outline: none !important;
    background: transparent;
    font-family: 'Rubik', sans-serif; }
    @media screen and (max-width: 1299px) {
      .water-lab .phone-input {
        font-size: 18px;
        height: 40px; } }
    @media screen and (max-width: 959px) {
      .water-lab .phone-input {
        height: 32px;
        font-size: 16px;
        padding-top: 2px; } }
    @media screen and (max-width: 799px) {
      .water-lab .phone-input {
        font-size: 14px; } }
  .water-lab .btn {
    width: 200px; }
    @media screen and (max-width: 959px) {
      .water-lab .btn {
        width: 140px; } }
    @media screen and (max-width: 799px) {
      .water-lab .btn {
        width: 110px;
        font-size: 12px; } }
  .water-lab .bottom-label {
    font-size: 17px;
    color: #BDBDBD;
    margin-top: 122px; }
    @media screen and (max-width: 1299px) {
      .water-lab .bottom-label {
        margin-top: 90px; } }
    @media screen and (max-width: 959px) {
      .water-lab .bottom-label {
        font-size: 14px;
        margin-top: 50px; } }
    @media screen and (max-width: 799px) {
      .water-lab .bottom-label {
        font-size: 12px; } }
  .water-lab .right-image {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 60px; }
    @media screen and (max-width: 1299px) {
      .water-lab .right-image {
        top: auto;
        bottom: 0; } }
    @media screen and (max-width: 499px) {
      .water-lab .right-image {
        display: none; } }
    .water-lab .right-image .girl {
      width: 579px;
      height: auto; }
      @media screen and (max-width: 1299px) {
        .water-lab .right-image .girl {
          width: 400px; } }
      @media screen and (max-width: 959px) {
        .water-lab .right-image .girl {
          width: 280px; } }
      @media screen and (max-width: 799px) {
        .water-lab .right-image .girl {
          width: 230px; } }

.blog-article {
  padding-top: 145px; }
  @media screen and (max-width: 1299px) {
    .blog-article {
      padding-top: 80px; } }
  @media screen and (max-width: 799px) {
    .blog-article {
      padding-top: 60px; } }
  .blog-article .title {
    font-size: 42px;
    line-height: 1.2;
    max-width: 976px;
    font-weight: 500; }
    @media screen and (max-width: 1299px) {
      .blog-article .title {
        font-size: 32px; } }
    @media screen and (max-width: 959px) {
      .blog-article .title {
        font-size: 24px; } }
    @media screen and (max-width: 799px) {
      .blog-article .title {
        font-size: 18px; } }
  .blog-article .sub-title {
    margin-top: 46px;
    font-size: 24px;
    line-height: 1.2; }
    @media screen and (max-width: 1299px) {
      .blog-article .sub-title {
        font-size: 18px;
        margin-top: 32px; } }
    @media screen and (max-width: 959px) {
      .blog-article .sub-title {
        font-size: 16px;
        margin-top: 16px; } }
    @media screen and (max-width: 799px) {
      .blog-article .sub-title {
        font-size: 14px;
        margin-top: 10px; } }
  .blog-article .content {
    display: -ms-flexbox;
    display: flex;
    padding-top: 46px; }
    @media screen and (max-width: 959px) {
      .blog-article .content {
        padding-top: 32px; } }
    @media screen and (max-width: 799px) {
      .blog-article .content {
        display: block; } }
  .blog-article .img-s {
    width: 260px;
    min-width: 260px; }
    @media screen and (max-width: 1299px) {
      .blog-article .img-s {
        width: 180px;
        min-width: 180px; } }
    @media screen and (max-width: 959px) {
      .blog-article .img-s {
        display: none; } }
    .blog-article .img-s .picture {
      position: relative; }
      .blog-article .img-s .picture:before {
        display: block;
        content: "";
        width: 56px;
        height: 37px;
        background: url("../img/quote.png") no-repeat;
        background-size: contain;
        position: absolute;
        right: -13px;
        top: -14px; }
        @media (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .blog-article .img-s .picture:before {
            background: url("../img/quote@2x.png") no-repeat;
            background-size: contain; } }
        @media screen and (max-width: 1299px) {
          .blog-article .img-s .picture:before {
            width: 40px;
            height: 27px;
            right: -8px;
            top: -10px; } }
    .blog-article .img-s img {
      width: 100%;
      height: auto;
      border-radius: 4px; }
    .blog-article .img-s .img-name {
      font-size: 20px;
      line-height: 1.5;
      margin-top: 15px; }
      @media screen and (max-width: 1299px) {
        .blog-article .img-s .img-name {
          font-size: 16px;
          margin-top: 12px; } }
    .blog-article .img-s .img-label {
      font-size: 17px;
      line-height: 1.2; }
      @media screen and (max-width: 1299px) {
        .blog-article .img-s .img-label {
          font-size: 14px; } }
    .blog-article .img-s a {
      color: #3B55CB;
      text-decoration: none; }
      .blog-article .img-s a:hover {
        text-decoration: underline; }
  .blog-article .article-body {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 0 34px 0 50px;
    font-size: 17px;
    line-height: 1.5; }
    @media screen and (max-width: 1299px) {
      .blog-article .article-body {
        font-size: 14px;
        padding: 0 24px 0 32px; } }
    @media screen and (max-width: 959px) {
      .blog-article .article-body {
        font-size: 12px;
        padding: 0 24px 0 0; } }
    .blog-article .article-body p {
      margin-top: 0;
      padding-bottom: 25px;
      font-style: italic; }
      @media screen and (max-width: 959px) {
        .blog-article .article-body p {
          padding-bottom: 16px; } }
  .blog-article .sidebar {
    width: 290px;
    min-width: 290px; }
    @media screen and (max-width: 1299px) {
      .blog-article .sidebar {
        width: 230px;
        min-width: 230px; } }
    @media screen and (max-width: 799px) {
      .blog-article .sidebar {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0 -6px; } }
    @media screen and (max-width: 499px) {
      .blog-article .sidebar {
        margin: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .blog-article .sidebar .article-item {
      display: block;
      text-decoration: none;
      background-color: #EFF8FF;
      border-radius: 6px;
      padding: 25px;
      color: #031F2F;
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 20px;
      transition: background-color .3s; }
      @media screen and (max-width: 1299px) {
        .blog-article .sidebar .article-item {
          font-size: 14px;
          line-height: 1.3;
          padding: 16px; } }
      @media screen and (max-width: 959px) {
        .blog-article .sidebar .article-item {
          font-size: 12px; } }
      @media screen and (max-width: 799px) {
        .blog-article .sidebar .article-item {
          width: calc(33.3333% - 12px);
          margin: 0 6px; } }
      @media screen and (max-width: 499px) {
        .blog-article .sidebar .article-item {
          width: 100%;
          margin: 0 0 10px; } }
      .blog-article .sidebar .article-item:hover {
        background-color: #d6edff; }

.water-slider {
  position: relative;
  background: url(../img/virus-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 773px;
  margin-top: 93px; }
  @media (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .water-slider {
      background: url(../img/virus-bg@2x.jpg) no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 1299px) {
    .water-slider {
      height: 556px;
      margin-top: 50px; } }
  @media screen and (max-width: 959px) {
    .water-slider {
      height: 460px; } }
  @media screen and (max-width: 799px) {
    .water-slider {
      height: 365px; } }
  @media screen and (max-width: 599px) {
    .water-slider {
      height: auto;
      padding-bottom: 60px; } }
  .water-slider .wave3 {
    width: 100%;
    height: 252px;
    background: url(../img/wave3.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: -1px;
    left: 0; }
    @media screen and (max-width: 1299px) {
      .water-slider .wave3 {
        height: 146px; } }
    @media screen and (max-width: 959px) {
      .water-slider .wave3 {
        height: 95px; } }
    @media screen and (max-width: 799px) {
      .water-slider .wave3 {
        height: 60px; } }
  .water-slider .title {
    font-size: 42px;
    color: #ffffff;
    padding-top: 100px;
    max-width: 1005px; }
    @media screen and (max-width: 1299px) {
      .water-slider .title {
        font-size: 32px;
        padding-top: 50px; } }
    @media screen and (max-width: 959px) {
      .water-slider .title {
        font-size: 24px; } }
    @media screen and (max-width: 799px) {
      .water-slider .title {
        font-size: 18px;
        padding-top: 30px; } }
  .water-slider .slider-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1299px) {
      .water-slider .slider-wrap {
        margin-top: 45px; } }
    @media screen and (max-width: 799px) {
      .water-slider .slider-wrap {
        margin-top: 35px; } }
    @media screen and (max-width: 599px) {
      .water-slider .slider-wrap {
        display: block; } }
  .water-slider .slider-nav {
    width: 270px;
    min-width: 270px; }
    @media screen and (max-width: 1299px) {
      .water-slider .slider-nav {
        width: 200px;
        min-width: 200px; } }
    @media screen and (max-width: 959px) {
      .water-slider .slider-nav {
        width: 170px;
        min-width: 170px; } }
    @media screen and (max-width: 799px) {
      .water-slider .slider-nav {
        width: 130px;
        min-width: 140px; } }
    @media screen and (max-width: 599px) {
      .water-slider .slider-nav {
        width: 100%; } }
  .water-slider .slider-nav-item {
    font-size: 20px;
    line-height: 1.5;
    color: #4CBCE0;
    font-weight: 500;
    margin-bottom: 55px;
    cursor: pointer;
    transition: all .3s; }
    @media screen and (max-width: 1299px) {
      .water-slider .slider-nav-item {
        font-size: 16px;
        margin-bottom: 25px; } }
    @media screen and (max-width: 959px) {
      .water-slider .slider-nav-item {
        font-size: 14px; } }
    @media screen and (max-width: 799px) {
      .water-slider .slider-nav-item {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 16px; } }
    .water-slider .slider-nav-item span {
      border-bottom: 1px dashed #4CBCE0;
      padding-bottom: 2px; }
    .water-slider .slider-nav-item--active {
      color: #ffffff;
      cursor: default; }
      .water-slider .slider-nav-item--active span {
        border-color: transparent; }
  .water-slider .slider-content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-left: 36px;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.5; }
    @media screen and (max-width: 1299px) {
      .water-slider .slider-content {
        font-size: 14px; } }
    @media screen and (max-width: 959px) {
      .water-slider .slider-content {
        font-size: 12px; } }
    @media screen and (max-width: 799px) {
      .water-slider .slider-content {
        padding-left: 24px; } }
    @media screen and (max-width: 599px) {
      .water-slider .slider-content {
        padding-left: 0; } }
  .water-slider .content-wrap {
    height: 272px;
    overflow: hidden; }
    @media screen and (max-width: 1299px) {
      .water-slider .content-wrap {
        height: 235px; } }
    @media screen and (max-width: 959px) {
      .water-slider .content-wrap {
        height: 180px; } }
    @media screen and (max-width: 599px) {
      .water-slider .content-wrap {
        height: auto;
        min-height: 250px; } }
  .water-slider .content-item {
    display: none; }
    .water-slider .content-item--active {
      display: block; }
  .water-slider .slider-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .water-slider .slider-btns .arrow {
      width: 40px;
      height: 40px;
      background: url(../img/left-arrow.svg) no-repeat;
      background-size: contain;
      cursor: pointer;
      transition: .3s all; }
      @media screen and (max-width: 1299px) {
        .water-slider .slider-btns .arrow {
          width: 32px;
          height: 32px; } }
      @media screen and (max-width: 799px) {
        .water-slider .slider-btns .arrow {
          width: 24px;
          height: 24px; } }
      .water-slider .slider-btns .arrow:hover {
        opacity: .6; }
    .water-slider .slider-btns .arrow-pre {
      margin-right: 32px; }
      @media screen and (max-width: 1299px) {
        .water-slider .slider-btns .arrow-pre {
          margin-right: 24px; } }
      @media screen and (max-width: 799px) {
        .water-slider .slider-btns .arrow-pre {
          margin-right: 12px; } }
    .water-slider .slider-btns .arrow-next {
      margin-left: 32px;
      transform: rotate(180deg); }
      @media screen and (max-width: 1299px) {
        .water-slider .slider-btns .arrow-next {
          margin-left: 24px; } }
      @media screen and (max-width: 799px) {
        .water-slider .slider-btns .arrow-next {
          margin-left: 12px; } }
    .water-slider .slider-btns .pages {
      display: -ms-flexbox;
      display: flex;
      font-size: 17px; }
      @media screen and (max-width: 1299px) {
        .water-slider .slider-btns .pages {
          font-size: 14px; } }
      @media screen and (max-width: 799px) {
        .water-slider .slider-btns .pages {
          font-size: 12px; } }
    .water-slider .slider-btns .separator {
      padding: 0 17px;
      color: #BDBDBD; }
      @media screen and (max-width: 799px) {
        .water-slider .slider-btns .separator {
          padding: 0 10px; } }
    .water-slider .slider-btns .active-page {
      width: 10px;
      color: #ffffff; }
    .water-slider .slider-btns .all-page {
      color: #BDBDBD; }

.bad-water {
  padding-top: 141px; }
  @media screen and (max-width: 1299px) {
    .bad-water {
      padding-top: 100px; } }
  @media screen and (max-width: 959px) {
    .bad-water {
      padding-top: 70px; } }
  @media screen and (max-width: 799px) {
    .bad-water {
      padding-top: 40px; } }

@keyframes openHelp {
  0% {
    border-radius: 10px;
    width: 45px;
    height: 45px; }
  70% {
    width: 383px;
    height: 242px; }
  100% { } }

@keyframes closeHelp {
  0% {
    border-radius: 10px;
    width: 383px;
    height: 242px; }
  70% {
    width: 45px;
    height: 45px;
    border-radius: 5%; }
  100% {
    border-radius: 50%; } }

@keyframes transHelpOpen {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes transHelpClose {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .bad-water .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    background: url(../img/bad-water-bg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px; }
    @media (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .bad-water .inner-wrap {
        background: url(../img/bad-water-bg@2x.jpg) no-repeat center;
        background-size: cover; } }
    @media screen and (max-width: 1299px) {
      .bad-water .inner-wrap {
        height: 345px; } }
    @media screen and (max-width: 959px) {
      .bad-water .inner-wrap {
        height: 275px; } }
    @media screen and (max-width: 799px) {
      .bad-water .inner-wrap {
        height: auto;
        padding-bottom: 40px; } }
  .bad-water .content {
    max-width: 432px;
    padding-top: 50px;
    padding-left: 67px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 959px) {
      .bad-water .content {
        max-width: 370px;
        padding-left: 40px;
        padding-top: 36px; } }
    @media screen and (max-width: 799px) {
      .bad-water .content {
        max-width: none; } }
    @media screen and (max-width: 599px) {
      .bad-water .content {
        padding-left: 15px;
        padding-right: 15px;
        max-width: none; } }
  .bad-water .title {
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 32px; }
    @media screen and (max-width: 1299px) {
      .bad-water .title {
        font-size: 32px;
        margin-bottom: 24px; } }
    @media screen and (max-width: 959px) {
      .bad-water .title {
        font-size: 24px;
        margin-bottom: 24px; } }
    @media screen and (max-width: 799px) {
      .bad-water .title {
        font-size: 18px;
        margin-bottom: 12px; } }
  .bad-water .sub-title {
    font-size: 24px;
    margin-bottom: 100px; }
    @media screen and (max-width: 1299px) {
      .bad-water .sub-title {
        font-size: 18px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 959px) {
      .bad-water .sub-title {
        font-size: 16px; } }
    @media screen and (max-width: 799px) {
      .bad-water .sub-title {
        font-size: 14px; } }
  .bad-water .label {
    font-size: 15px;
    line-height: 1.5;
    color: #3B55CB; }
    @media screen and (max-width: 1299px) {
      .bad-water .label {
        font-size: 14px; } }
    @media screen and (max-width: 959px) {
      .bad-water .label {
        font-size: 12px; } }
  .bad-water .image {
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative; }
    @media screen and (max-width: 799px) {
      .bad-water .image {
        display: none; } }
    .bad-water .image .img-man {
      width: 662px;
      height: auto;
      position: absolute;
      bottom: 0;
      right: 20px; }
      @media screen and (max-width: 1299px) {
        .bad-water .image .img-man {
          width: 450px; } }
      @media screen and (max-width: 959px) {
        .bad-water .image .img-man {
          width: 350px; } }
  .bad-water .help {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 250px;
    right: 150px;
    overflow: hidden; }
    @media screen and (max-width: 1299px) {
      .bad-water .help {
        width: 32px;
        height: 32px;
        top: 180px;
        right: 115px; } }
    @media screen and (max-width: 959px) {
      .bad-water .help {
        top: 140px;
        right: 90px; } }
    .bad-water .help--pulce {
      animation: pulce 2s infinite; }

@keyframes pulce {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
    .bad-water .help--close {
      animation: closeHelp .8s; }
      .bad-water .help--close .help-body {
        opacity: 0;
        animation: transHelpClose .8s; }
    .bad-water .help--open {
      width: 383px;
      box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      height: 242px;
      padding: 20px 24px 20px 32px;
      animation: openHelp .8s;
      z-index: 5; }
      @media screen and (max-width: 1299px) {
        .bad-water .help--open {
          width: 340px;
          padding: 12px 24px;
          height: 200px; } }
      @media screen and (max-width: 959px) {
        .bad-water .help--open {
          height: 160px; } }
      .bad-water .help--open .action {
        transform: rotate(45deg); }
      .bad-water .help--open .help-body {
        opacity: 1;
        animation: transHelpOpen .8s; }
    .bad-water .help .action {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 12px;
      right: 12px;
      cursor: pointer;
      z-index: 2;
      transition: transform .3s; }
      @media screen and (max-width: 1299px) {
        .bad-water .help .action {
          width: 16px;
          height: 16px;
          top: 8px;
          right: 8px; } }
      .bad-water .help .action .icon {
        display: block;
        width: 20px;
        height: 20px;
        object-fit: contain; }
        @media screen and (max-width: 1299px) {
          .bad-water .help .action .icon {
            width: 16px;
            height: 16px; } }
    .bad-water .help-body {
      opacity: 0; }
    .bad-water .help-title {
      font-size: 24px;
      line-height: 1.5;
      color: #FF7265;
      margin-bottom: 16px; }
      @media screen and (max-width: 1299px) {
        .bad-water .help-title {
          font-size: 18px;
          margin-bottom: 10px; } }
      @media screen and (max-width: 959px) {
        .bad-water .help-title {
          font-size: 16px; } }
    .bad-water .help-text {
      font-size: 17px;
      line-height: 1.5; }
      @media screen and (max-width: 1299px) {
        .bad-water .help-text {
          font-size: 14px; } }
      @media screen and (max-width: 959px) {
        .bad-water .help-text {
          font-size: 12px; } }
  .bad-water .help2 {
    top: 310px;
    right: 230px; }
    @media screen and (max-width: 1299px) {
      .bad-water .help2 {
        top: 218px;
        right: 160px; } }
    @media screen and (max-width: 959px) {
      .bad-water .help2 {
        top: 170px;
        right: 140px; } }
  .bad-water .help3 {
    top: 370px;
    right: 170px; }
    @media screen and (max-width: 1299px) {
      .bad-water .help3 {
        top: 255px;
        right: 118px; } }
    @media screen and (max-width: 959px) {
      .bad-water .help3 {
        top: 200px;
        right: 85px; } }

.articles {
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px; }
  @media screen and (max-width: 1299px) {
    .articles {
      margin-top: 90px; } }
  @media screen and (max-width: 959px) {
    .articles {
      margin-top: 50px; } }
  @media screen and (max-width: 799px) {
    .articles {
      display: block; } }
  .articles .title {
    font-size: 42px;
    line-height: 1.2;
    height: 100px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 32px; }
    @media screen and (max-width: 1299px) {
      .articles .title {
        font-size: 32px;
        height: 76px; } }
    @media screen and (max-width: 959px) {
      .articles .title {
        font-size: 24px;
        height: 62px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 799px) {
      .articles .title {
        font-size: 18px;
        height: auto; } }
  .articles .article-item {
    width: calc(50% - 50px);
    margin: 0 25px; }
    @media screen and (max-width: 1299px) {
      .articles .article-item {
        width: calc(50% - 24px);
        margin: 0 12px; } }
    @media screen and (max-width: 799px) {
      .articles .article-item {
        width: 100%;
        margin: 0 0 32px; } }
  .articles .article-body {
    display: -ms-flexbox;
    display: flex; }
    .articles .article-body .image {
      width: 260px;
      min-width: 260px; }
      @media screen and (max-width: 1299px) {
        .articles .article-body .image {
          width: 130px;
          min-width: 130px; } }
      @media screen and (max-width: 959px) {
        .articles .article-body .image {
          display: none; } }
      .articles .article-body .image img {
        width: 100%;
        height: auto; }
    .articles .article-body .text {
      -ms-flex-positive: 1;
          flex-grow: 1;
      padding-left: 26px;
      font-size: 15px;
      line-height: 1.5; }
      @media screen and (max-width: 1299px) {
        .articles .article-body .text {
          font-size: 14px; } }
      @media screen and (max-width: 959px) {
        .articles .article-body .text {
          font-size: 12px;
          padding-left: 0; } }
    .articles .article-body .warning {
      display: block;
      margin-top: 26px;
      font-size: 17px;
      color: #FF7265; }
      @media screen and (max-width: 1299px) {
        .articles .article-body .warning {
          font-size: 14px;
          margin-top: 20px; } }
      @media screen and (max-width: 959px) {
        .articles .article-body .warning {
          font-size: 12px; } }
    .articles .article-body .btn {
      width: 140px;
      margin-top: 24px;
      font-size: 15px;
      height: 38px; }
      @media screen and (max-width: 1299px) {
        .articles .article-body .btn {
          width: 130px;
          font-size: 14px;
          height: 32px; } }
      @media screen and (max-width: 959px) {
        .articles .article-body .btn {
          font-size: 12px;
          width: 110px; } }

.main-filter {
  background: #EFF8FF;
  position: relative;
  margin-top: 102px;
  padding: 100px 0 160px; }
  @media screen and (max-width: 1299px) {
    .main-filter {
      padding: 50px 0 100px; } }
  @media screen and (max-width: 959px) {
    .main-filter {
      margin-top: 50px;
      padding: 30px 0 60px; } }
  .main-filter .content {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 799px) {
      .main-filter .content {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
    .main-filter .content .left-content {
      width: 560px;
      margin-right: 60px; }
      @media screen and (max-width: 799px) {
        .main-filter .content .left-content {
          margin-right: 0;
          width: auto; } }
    .main-filter .content .filter-img {
      width: 596px;
      height: auto; }
      @media screen and (max-width: 1299px) {
        .main-filter .content .filter-img {
          width: 382px; } }
      @media screen and (max-width: 959px) {
        .main-filter .content .filter-img {
          width: 300px; } }
    .main-filter .content .title {
      font-size: 42px;
      line-height: 1.2;
      font-weight: 500;
      margin-bottom: 45px; }
      @media screen and (max-width: 1299px) {
        .main-filter .content .title {
          font-size: 32px; } }
      @media screen and (max-width: 959px) {
        .main-filter .content .title {
          font-size: 24px;
          margin-bottom: 32px; } }
    .main-filter .content .blue {
      color: #3B55CB; }
    .main-filter .content p {
      font-size: 17px;
      line-height: 1.5;
      margin-bottom: 26px; }
      @media screen and (max-width: 1299px) {
        .main-filter .content p {
          font-size: 14px; } }
      @media screen and (max-width: 959px) {
        .main-filter .content p {
          font-size: 12px; } }
    .main-filter .content .btn {
      width: 140px;
      height: 40px;
      font-size: 15px; }
      @media screen and (max-width: 1299px) {
        .main-filter .content .btn {
          height: 32px;
          font-size: 14px; } }
      @media screen and (max-width: 959px) {
        .main-filter .content .btn {
          font-size: 12px;
          width: 110px; } }

.main-top-filters {
  margin-top: 40px; }
  .main-top-filters .title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 916px; }
    @media screen and (max-width: 1299px) {
      .main-top-filters .title {
        font-size: 32px; } }
    @media screen and (max-width: 959px) {
      .main-top-filters .title {
        font-size: 24px; } }
    @media screen and (max-width: 799px) {
      .main-top-filters .title {
        font-size: 18px; } }
  .main-top-filters .inner-wrap {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      .main-top-filters .inner-wrap {
        display: block; } }

.teaser {
  border: 2px solid #56CCF2;
  border-radius: 10px; }
  .teaser-v1 {
    width: calc(33.333% - 20px);
    margin: 0 10px;
    padding: 20px 32px 40px;
    transition: all .3s; }
    @media screen and (max-width: 1299px) {
      .teaser-v1 {
        padding: 16px 20px 24px; } }
    @media screen and (max-width: 959px) {
      .teaser-v1 {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0 0 24px; } }
    @media screen and (max-width: 799px) {
      .teaser-v1 {
        padding: 16px 12px 24px; } }
    @media screen and (max-width: 599px) {
      .teaser-v1 {
        display: block;
        max-width: 400px;
        margin: 0 auto 24px; } }
    .teaser-v1:hover {
      border: 2px solid #3B55CB;
      box-shadow: 0px 10px 20px rgba(59, 85, 203, 0.1); }
      .teaser-v1:hover .characteristic {
        display: none; }
      .teaser-v1:hover .hover-info {
        display: block; }
  .teaser .image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    max-width: 276px;
    height: 276px;
    margin: 0 auto; }
    @media screen and (max-width: 959px) {
      .teaser .image {
        max-width: 200px;
        min-width: 200px;
        height: 200px; } }
    @media screen and (max-width: 799px) {
      .teaser .image {
        max-width: 130px;
        min-width: 130px;
        height: 130px; } }
    .teaser .image img {
      width: 100%;
      height: auto; }
  .teaser .caption {
    padding-top: 20px; }
    @media screen and (max-width: 959px) {
      .teaser .caption {
        -ms-flex-positive: 1;
            flex-grow: 1; } }
  .teaser .name {
    font-size: 28px;
    line-height: 1.2;
    color: #3B55CB; }
    @media screen and (max-width: 1299px) {
      .teaser .name {
        font-size: 22px; } }
  .teaser .description {
    padding-top: 19px;
    height: 220px; }
    @media screen and (max-width: 959px) {
      .teaser .description {
        height: 140px; } }
    @media screen and (max-width: 599px) {
      .teaser .description {
        height: auto; } }
  .teaser .hover-info {
    display: none;
    font-size: 17px;
    line-height: 1.5; }
    @media screen and (max-width: 1299px) {
      .teaser .hover-info {
        font-size: 14px; } }
  .teaser .characteristic-item {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 1.5; }
    @media screen and (max-width: 1299px) {
      .teaser .characteristic-item {
        font-size: 14px; } }
    @media screen and (max-width: 959px) {
      .teaser .characteristic-item {
        margin-bottom: 8px; } }
    .teaser .characteristic-item:before {
      display: block;
      content: "";
      width: 16px;
      height: 16px;
      background: url("../img/ok-icon.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 5px;
      left: 0; }
  .teaser .btn {
    height: 46px;
    font-size: 17px;
    width: 170px;
    margin-top: 24px; }
    @media screen and (max-width: 1299px) {
      .teaser .btn {
        height: 40px;
        font-size: 14px;
        width: 150px; } }
    @media screen and (max-width: 959px) {
      .teaser .btn {
        font-size: 12px;
        height: 32px;
        width: 120px; } }

.map {
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px; }
  @media screen and (max-width: 959px) {
    .map {
      padding-top: 40px; } }
  @media screen and (max-width: 799px) {
    .map {
      display: block; } }
  .map .map-wrap {
    -ms-flex-preferred-size: 1156px;
        flex-basis: 1156px;
    height: 500px; }
    @media screen and (max-width: 1299px) {
      .map .map-wrap {
        height: 350px; } }
    .map .map-wrap iframe {
      height: 500px; }
      @media screen and (max-width: 1299px) {
        .map .map-wrap iframe {
          height: 350px; } }
  .map .contacts {
    -ms-flex-preferred-size: 764px;
        flex-basis: 764px;
    padding-left: 44px;
    padding-top: 46px;
    padding-right: 15px;
    font-size: 17px; }
    @media screen and (max-width: 1299px) {
      .map .contacts {
        font-size: 14px;
        padding-top: 24px; } }
    @media screen and (max-width: 799px) {
      .map .contacts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 0; } }
    @media screen and (max-width: 799px) {
      .map .contacts .first {
        width: 50%;
        padding: 0 24px; } }
    @media screen and (max-width: 599px) {
      .map .contacts .first {
        padding: 0 15px; } }
    @media screen and (max-width: 499px) {
      .map .contacts .first {
        width: 100%; } }
    @media screen and (max-width: 799px) {
      .map .contacts .second {
        width: 50%;
        padding: 0 24px; } }
    @media screen and (max-width: 599px) {
      .map .contacts .second {
        padding: 0 15px; } }
    @media screen and (max-width: 499px) {
      .map .contacts .second {
        width: 100%; } }
    @media screen and (max-width: 799px) {
      .map .contacts .third {
        width: 100%;
        padding: 0 24px; } }
    @media screen and (max-width: 599px) {
      .map .contacts .third {
        padding: 0 15px; } }
    .map .contacts .logo {
      width: 285px;
      margin-bottom: 19px; }
      @media screen and (max-width: 1299px) {
        .map .contacts .logo {
          width: 100%;
          max-width: 240px; } }
      @media screen and (max-width: 499px) {
        .map .contacts .logo {
          margin: 0 auto 19px; } }
      .map .contacts .logo img {
        width: 100%;
        height: auto; }
    .map .contacts .address {
      max-width: 260px;
      margin-bottom: 80px; }
      @media screen and (max-width: 1299px) {
        .map .contacts .address {
          margin-bottom: 50px; } }
      @media screen and (max-width: 799px) {
        .map .contacts .address {
          margin-bottom: 32px; } }
    .map .contacts .phone {
      font-size: 32px;
      font-weight: 500;
      color: #031F2F;
      margin-bottom: 7px; }
      @media screen and (max-width: 1299px) {
        .map .contacts .phone {
          font-size: 24px; } }
      @media screen and (max-width: 799px) {
        .map .contacts .phone {
          font-size: 18px; } }
    .map .contacts .schedule {
      margin-bottom: 24px; }
    .map .contacts .label {
      max-width: 379px;
      line-height: 1.5;
      margin-bottom: 10px; }
      @media screen and (max-width: 799px) {
        .map .contacts .label {
          max-width: none; } }
    .map .contacts .email {
      color: #3B55CB;
      text-decoration: none; }
      .map .contacts .email:hover {
        text-decoration: underline; }

.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  font-size: 17px;
  line-height: 1.5;
  padding: 50px 15px 32px; }
  @media screen and (max-width: 959px) {
    .footer {
      display: block; } }
  @media screen and (max-width: 799px) {
    .footer {
      font-size: 14px;
      padding: 32px 15px 32px; } }
  .footer .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-preferred-size: 1156px;
        flex-basis: 1156px; }
    .footer .left .number2 {
      padding-left: 80px; }
      @media screen and (max-width: 799px) {
        .footer .left .number2 {
          padding-left: 40px; } }
      @media screen and (max-width: 599px) {
        .footer .left .number2 {
          display: block;
          padding-left: 0;
          margin-bottom: 24px; } }
    .footer .left .copyright {
      font-size: 15px;
      color: #BDBDBD; }
  .footer .right {
    -ms-flex-preferred-size: 764px;
        flex-basis: 764px;
    padding-left: 44px;
    color: #BDBDBD; }
    @media screen and (max-width: 959px) {
      .footer .right {
        padding-left: 0;
        text-align: center;
        margin-top: 24px; } }

.page-body {
  position: relative;
  padding-top: 35px; }
  .page-body .page-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 165px;
    background: #EFF8FF;
    z-index: 1; }
  .page-body .wave {
    width: 100%;
    height: 87px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/wave4.svg) no-repeat center;
    background-size: cover;
    z-index: 2; }
  .page-body .index-top {
    position: relative;
    z-index: 2; }

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.2;
  padding-bottom: 11px; }
  .breadcrumbs li {
    display: -ms-flexbox;
    display: flex; }
    .breadcrumbs li:after {
      display: block;
      content: "/";
      margin: 0 12px;
      color: #BDBDBD; }
    .breadcrumbs li:last-child:after {
      display: none; }
  .breadcrumbs a {
    color: #3B55CB;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs span {
    color: #BDBDBD; }

.top-info .text-17 {
  font-size: 17px;
  line-height: 1.5; }
  @media screen and (max-width: 1299px) {
    .top-info .text-17 {
      font-size: 14px; } }
  @media screen and (max-width: 959px) {
    .top-info .text-17 {
      font-size: 12px; } }

.top-info .text-24 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (max-width: 1299px) {
    .top-info .text-24 {
      font-size: 18px; } }
  @media screen and (max-width: 959px) {
    .top-info .text-24 {
      font-size: 16px; } }

.top-info .top-label {
  margin-bottom: 50px;
  max-width: 1080px; }
  @media screen and (max-width: 799px) {
    .top-info .top-label {
      margin-bottom: 32px; } }

.top-info .contacts-info {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px; }
  @media screen and (max-width: 799px) {
    .top-info .contacts-info {
      display: block;
      margin-bottom: 24px; } }
  .top-info .contacts-info .label {
    margin-bottom: 16px; }
  .top-info .contacts-info .value {
    color: inherit;
    text-decoration: none; }
  .top-info .contacts-info .nowrap {
    white-space: nowrap; }
  .top-info .contacts-info .email {
    color: #3B55CB; }
  .top-info .contacts-info .contacts-info-item {
    margin-right: 90px; }
    @media screen and (max-width: 799px) {
      .top-info .contacts-info .contacts-info-item {
        margin-right: 0; } }

.map-container {
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px; }
  @media screen and (max-width: 959px) {
    .map-container {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .map-container .left-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-preferred-size: 764px;
        flex-basis: 764px;
    padding: 0 20px 0 15px; }
    @media screen and (max-width: 959px) {
      .map-container .left-info {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding: 0; } }
  .map-container .info-wrap {
    background: #EFF8FF;
    max-width: 391px;
    padding: 30px; }
    @media screen and (max-width: 959px) {
      .map-container .info-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        max-width: none;
        background: transparent;
        padding: 0; } }
    .map-container .info-wrap .info-section {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #56CCF2; }
      @media screen and (max-width: 959px) {
        .map-container .info-wrap .info-section {
          width: calc(50% - 30px);
          background: #EFF8FF;
          border: 1px solid #56CCF2;
          border-radius: 4px;
          margin: 0 15px 15px;
          padding: 15px; } }
      @media screen and (max-width: 799px) {
        .map-container .info-wrap .info-section {
          width: 100%; } }
      .map-container .info-wrap .info-section:last-child {
        border: 0;
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 959px) {
          .map-container .info-wrap .info-section:last-child {
            border: 1px solid #56CCF2;
            padding: 15px;
            margin: 0 15px; } }
    .map-container .info-wrap .title {
      font-size: 24px;
      margin-bottom: 24px;
      font-weight: bold; }
      @media screen and (max-width: 1299px) {
        .map-container .info-wrap .title {
          font-size: 18px; } }
      @media screen and (max-width: 959px) {
        .map-container .info-wrap .title {
          font-size: 16px; } }
      @media screen and (max-width: 799px) {
        .map-container .info-wrap .title {
          font-size: 14px;
          margin-bottom: 16px; } }
    .map-container .info-wrap .label {
      font-size: 17px;
      line-height: 1.5; }
      @media screen and (max-width: 1299px) {
        .map-container .info-wrap .label {
          font-size: 14px; } }
  .map-container .map {
    -ms-flex-preferred-size: 1156px;
        flex-basis: 1156px;
    padding-top: 0; }
    @media screen and (max-width: 959px) {
      .map-container .map {
        padding-top: 40px;
        height: 500px;
        max-height: 500px; } }
    @media screen and (max-width: 799px) {
      .map-container .map {
        height: 300px;
        max-height: 300px; } }

.not-found-page {
  max-width: 1645px;
  margin: 0 auto; }
  .not-found-page .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 133px; }
    @media screen and (max-width: 799px) {
      .not-found-page .top {
        height: 100px; } }
    @media screen and (max-width: 599px) {
      .not-found-page .top {
        height: 60px; } }
  .not-found-page .logo {
    width: 285px; }
    .not-found-page .logo img {
      width: 100%;
      height: auto; }
  .not-found-page .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: 737px;
    padding: 0 0 120px;
    position: relative;
    color: #ffffff;
    background: #8a755f url(../img/404-img.jpg) no-repeat center;
    background-size: cover; }
    @media (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .not-found-page .content {
        background: #8a755f url(../img/404-img@2x.jpg) no-repeat center;
        background-size: cover; } }
    @media screen and (max-width: 1644px) {
      .not-found-page .content {
        height: 44.80vw;
        min-height: 400px; } }
    @media screen and (max-width: 799px) {
      .not-found-page .content {
        padding: 0 0 50px; } }
  .not-found-page .wave1 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 214px;
    background: url(../img/wave.svg) no-repeat center;
    background-size: cover;
    z-index: 2; }
    @media screen and (max-width: 1299px) {
      .not-found-page .wave1 {
        height: 128px; } }
    @media screen and (max-width: 959px) {
      .not-found-page .wave1 {
        height: 105px; } }
    @media screen and (max-width: 799px) {
      .not-found-page .wave1 {
        height: 78px; } }
  .not-found-page .title {
    font-size: 64px;
    line-height: 1.2;
    font-weight: bold; }
    @media screen and (max-width: 1299px) {
      .not-found-page .title {
        font-size: 40px; } }
    @media screen and (max-width: 959px) {
      .not-found-page .title {
        font-size: 32px; } }
  .not-found-page .label {
    font-size: 17px;
    line-height: 1.5; }
    @media screen and (max-width: 959px) {
      .not-found-page .label {
        font-size: 14px; } }
  .not-found-page .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 24px; }
    @media screen and (max-width: 499px) {
      .not-found-page .bottom {
        display: block; } }
    .not-found-page .bottom .btn {
      width: 292px; }
      @media screen and (max-width: 959px) {
        .not-found-page .bottom .btn {
          width: 200px;
          height: 40px; } }
    .not-found-page .bottom .link {
      margin-left: 36px;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2;
      text-decoration: none;
      color: #3B55CB; }
      @media screen and (max-width: 1299px) {
        .not-found-page .bottom .link {
          font-size: 16px; } }
      @media screen and (max-width: 959px) {
        .not-found-page .bottom .link {
          font-size: 14px; } }
      @media screen and (max-width: 499px) {
        .not-found-page .bottom .link {
          display: block;
          margin-top: 24px;
          margin-left: 24px; } }
      .not-found-page .bottom .link:hover {
        text-decoration: underline; }
