@charset "UTF-8";
/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
/* line 49, ../sass/mixings/_placeholders.scss */
.contacts-block--top .contacts-block--phone {
  color: #1c1c1b;
  font-size: 24px;
  font-weight: 500;
  line-height: 1; }
  /* line 55, ../sass/mixings/_placeholders.scss */
  .contacts-block--top .contacts-block--phone a {
    color: inherit;
    display: inline-block;
    padding-left: 28px;
    position: relative;
    text-decoration: none; }
    /* line 62, ../sass/mixings/_placeholders.scss */
    .contacts-block--top .contacts-block--phone a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -8px;
      background: url('../img/vector/vector-stripe.svg?1575363658') no-repeat -40px 0;
      display: inline-block;
      width: 18px;
      height: 18px; }
      /* line 72, ../sass/mixings/_placeholders.scss */
      .footer-container .contacts-block--top .contacts-block--phone a:before, .contacts-block--top .footer-container .contacts-block--phone a:before {
        background-position: -77px 0; }
    /* line 77, ../sass/mixings/_placeholders.scss */
    .contacts-block--top .contacts-block--phone a:hover {
      text-decoration: none; }
    /* line 81, ../sass/mixings/_placeholders.scss */
    .footer-container .contacts-block--top .contacts-block--phone a, .contacts-block--top .footer-container .contacts-block--phone a {
      color: #FFFFFF; }

/* line 88, ../sass/mixings/_placeholders.scss */
.contacts-block--top .contacts-block--mail a {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding-left: 27px;
  position: relative;
  text-decoration: underline; }
  /* line 96, ../sass/mixings/_placeholders.scss */
  .contacts-block--top .contacts-block--mail a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6.5px;
    background: url('../img/vector/vector-stripe.svg?1575363658') no-repeat 0 0;
    display: inline-block;
    width: 17px;
    height: 13px; }
    /* line 106, ../sass/mixings/_placeholders.scss */
    .footer-container .contacts-block--top .contacts-block--mail a:before, .contacts-block--top .footer-container .contacts-block--mail a:before {
      background-position: 0 -48px; }
  /* line 111, ../sass/mixings/_placeholders.scss */
  .contacts-block--top .contacts-block--mail a:hover {
    text-decoration: none; }

/* line 1, ../sass/theme/_01_base.scss */
.media--bundle-banner {
  border: 2px solid #e6effc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  position: relative;
  overflow: hidden;
  min-width: 270px;
  max-width: 270px;
  height: 150px; }
  /* line 11, ../sass/theme/_01_base.scss */
  .media--bundle-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 98, 201, 0.4);
    display: block;
    width: 100%;
    height: 100%; }
  /* line 21, ../sass/theme/_01_base.scss */
  .media--bundle-banner:hover {
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 76, 156, 0.4);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 76, 156, 0.4);
    box-shadow: 0px 5px 20px 0px rgba(0, 76, 156, 0.4); }
    /* line 24, ../sass/theme/_01_base.scss */
    .media--bundle-banner:hover:after {
      background: rgba(0, 98, 201, 0.8); }
  @media only screen and (max-width: 999px) {
    /* line 31, ../sass/theme/_01_base.scss */
    #block-bannery .media--bundle-banner {
      height: 90px; } }

/* line 39, ../sass/theme/_01_base.scss */
.paragraph--buttons .buttons-wrapper {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -15px -30px; }
  @media only screen and (max-width: 767px) {
    /* line 39, ../sass/theme/_01_base.scss */
    .paragraph--buttons .buttons-wrapper {
      margin: 0; } }

/* line 51, ../sass/theme/_01_base.scss */
.paragraph--buttons .paragraph--buttom {
  margin: 0 15px 30px;
  min-width: 370px;
  max-width: 370px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    /* line 51, ../sass/theme/_01_base.scss */
    .paragraph--buttons .paragraph--buttom {
      margin: 0 auto 20px;
      min-width: 280px; }
      /* line 61, ../sass/theme/_01_base.scss */
      .paragraph--buttons .paragraph--buttom:last-child {
        margin-bottom: 0; } }
/* line 67, ../sass/theme/_01_base.scss */
.buttons-bottom--wrapper .paragraph--buttom {
  margin: 0 15px 30px; }
  @media only screen and (max-width: 767px) {
    /* line 67, ../sass/theme/_01_base.scss */
    .buttons-bottom--wrapper .paragraph--buttom {
      margin: 0 0 20px; }
      /* line 73, ../sass/theme/_01_base.scss */
      .buttons-bottom--wrapper .paragraph--buttom:last-child {
        margin-bottom: 0; } }
/* line 79, ../sass/theme/_01_base.scss */
.video--buttons-wrapper .paragraph--buttom {
  margin-top: 15px; }
  /* line 82, ../sass/theme/_01_base.scss */
  .video--buttons-wrapper .paragraph--buttom:last-child:nth-child(odd) {
    width: 100%; }
    /* line 85, ../sass/theme/_01_base.scss */
    .video--buttons-wrapper .paragraph--buttom:last-child:nth-child(odd) .button-content {
      -webkit-justify-content: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        /* line 85, ../sass/theme/_01_base.scss */
        .video--buttons-wrapper .paragraph--buttom:last-child:nth-child(odd) .button-content {
          -webkit-justify-content: flex-start;
          justify-content: flex-start; } }
/* line 95, ../sass/theme/_01_base.scss */
.paragraph--buttom .button-content {
  background: #FFFFFF;
  border: 1px solid #e6effc;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  -webkit-justify-content: center;
  justify-content: center;
  padding: 9px 15px;
  position: relative;
  width: 100%; }
  /* line 105, ../sass/theme/_01_base.scss */
  .paragraph--buttom .button-content:hover {
    background: #0062c9; }
  /* line 109, ../sass/theme/_01_base.scss */
  .buttons-bottom--wrapper .paragraph--buttom .button-content {
    padding: 12px 30px;
    min-width: 220px;
    max-width: 280px; }
    @media only screen and (max-width: 767px) {
      /* line 109, ../sass/theme/_01_base.scss */
      .buttons-bottom--wrapper .paragraph--buttom .button-content {
        padding: 10px 20px; } }
  /* line 119, ../sass/theme/_01_base.scss */
  .paragraph--buttons .paragraph--buttom .button-content {
    border: 2px solid #e6effc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 13px 20px; }
    /* line 124, ../sass/theme/_01_base.scss */
    .paragraph--buttons .paragraph--buttom .button-content:hover {
      background: #cae4ff !important; }
  /* line 129, ../sass/theme/_01_base.scss */
  .video--buttons-wrapper .paragraph--buttom .button-content {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-width: 165px; }
/* line 137, ../sass/theme/_01_base.scss */
.paragraph--buttom.white .button-content {
  background: #FFFFFF; }
  /* line 140, ../sass/theme/_01_base.scss */
  .paragraph--buttom.white .button-content:hover {
    background: #0062c9; }
/* line 148, ../sass/theme/_01_base.scss */
.paragraph--buttom.blue .button-content {
  background: #004c9c; }
  /* line 151, ../sass/theme/_01_base.scss */
  .paragraph--buttom.blue .button-content:hover {
    background: #0062c9; }
/* line 157, ../sass/theme/_01_base.scss */
.paragraph--buttom .button-content--link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1; }

/* line 171, ../sass/theme/_01_base.scss */
.paragraph--scans .scans-wrapper:not(.slick-slider) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -60px; }
  /* line 175, ../sass/theme/_01_base.scss */
  .paragraph--scans .scans-wrapper:not(.slick-slider) .paragraph--skan {
    margin: 0 30px 60px; }
/* line 180, ../sass/theme/_01_base.scss */
.paragraph--scans .scans-wrapper.slick-slider {
  padding: 0 85px; }
  @media only screen and (max-width: 1170px) {
    /* line 180, ../sass/theme/_01_base.scss */
    .paragraph--scans .scans-wrapper.slick-slider {
      max-width: 804px;
      margin: 0 auto; } }
  /* line 190, ../sass/theme/_01_base.scss */
  .paragraph--scans .scans-wrapper.slick-slider .paragraph--skan.slick-slide {
    margin: 0 65px 0 0;
    max-width: 200px;
    width: 100%;
    height: inherit; }
  @media only screen and (max-width: 999px) {
    /* line 180, ../sass/theme/_01_base.scss */
    .paragraph--scans .scans-wrapper.slick-slider {
      padding: 0;
      max-width: 280px; } }
  @media only screen and (max-width: 767px) {
    /* line 180, ../sass/theme/_01_base.scss */
    .paragraph--scans .scans-wrapper.slick-slider {
      padding: 0; } }
/* line 210, ../sass/theme/_01_base.scss */
.paragraph--scans .scans-wrapper .paragraph--skan {
  max-width: 200px;
  width: 100%; }
/* line 215, ../sass/theme/_01_base.scss */
.paragraph--scans .scans-wrapper .slick-track {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
/* line 220, ../sass/theme/_01_base.scss */
.paragraph--scans .scans--desc {
  background: #e6effc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: 500;
  margin: 40px auto 0;
  padding: 20px;
  max-width: 900px;
  text-align: center; }
  /* line 229, ../sass/theme/_01_base.scss */
  .paragraph--scans .scans--desc a {
    color: #004c9c;
    text-decoration: underline; }
    /* line 233, ../sass/theme/_01_base.scss */
    .paragraph--scans .scans--desc a:hover {
      text-decoration: none; }
  @media only screen and (max-width: 767px) {
    /* line 220, ../sass/theme/_01_base.scss */
    .paragraph--scans .scans--desc {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      margin: 30px -20px 0; } }

/* line 247, ../sass/theme/_01_base.scss */
.paragraph--video .video--cols-wrapper {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 999px) {
    /* line 247, ../sass/theme/_01_base.scss */
    .paragraph--video .video--cols-wrapper {
      -webkit-flex-direction: column;
      flex-direction: column; } }
/* line 256, ../sass/theme/_01_base.scss */
.paragraph--video .video--col-1 {
  position: relative;
  width: calc(100% - 410px); }
  @media only screen and (max-width: 999px) {
    /* line 256, ../sass/theme/_01_base.scss */
    .paragraph--video .video--col-1 {
      max-width: 410px;
      width: 100%; } }
/* line 266, ../sass/theme/_01_base.scss */
.paragraph--video .video--col-2 {
  border: 3px solid #e6effc;
  border-left: 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
  padding: 25px 30px;
  position: relative;
  width: 410px; }
  /* line 274, ../sass/theme/_01_base.scss */
  .paragraph--video .video--col-2:before, .paragraph--video .video--col-2:after {
    content: '';
    position: absolute;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    width: 100%;
    z-index: -1; }
    @media only screen and (max-width: 999px) {
      /* line 274, ../sass/theme/_01_base.scss */
      .paragraph--video .video--col-2:before, .paragraph--video .video--col-2:after {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; } }
  /* line 288, ../sass/theme/_01_base.scss */
  .paragraph--video .video--col-2:before {
    bottom: -10px;
    left: -8px;
    background: rgba(230, 238, 252, 0.6);
    height: 10px; }
    @media only screen and (max-width: 999px) {
      /* line 288, ../sass/theme/_01_base.scss */
      .paragraph--video .video--col-2:before {
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 16px); } }
  /* line 302, ../sass/theme/_01_base.scss */
  .paragraph--video .video--col-2:after {
    bottom: -22px;
    left: -17px;
    background: rgba(230, 239, 252, 0.4);
    height: 14px; }
    @media only screen and (max-width: 999px) {
      /* line 302, ../sass/theme/_01_base.scss */
      .paragraph--video .video--col-2:after {
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 34px); } }
  @media only screen and (max-width: 999px) {
    /* line 266, ../sass/theme/_01_base.scss */
    .paragraph--video .video--col-2 {
      border: 3px solid #e6effc;
      border-top: 0;
      -moz-border-radius: 0 0 4px 4px;
      -webkit-border-radius: 0;
      border-radius: 0 0 4px 4px;
      margin-top: -3px;
      padding: 15px 18px 25px;
      max-width: 100%; } }
/* line 326, ../sass/theme/_01_base.scss */
.paragraph--video .video--buttons-wrapper {
  margin-top: 0; }

/* line 333, ../sass/theme/_01_base.scss */
.paragraph--facts-img .facts-wrapper {
  border: 3px solid #e6effc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 50px 35px 5px; }
  @media only screen and (max-width: 767px) {
    /* line 333, ../sass/theme/_01_base.scss */
    .paragraph--facts-img .facts-wrapper {
      padding: 25px 15px 0; } }
/* line 343, ../sass/theme/_01_base.scss */
.paragraph--fact {
  margin-bottom: 45px;
  padding: 0 15px;
  width: 50%; }
  /* line 348, ../sass/theme/_01_base.scss */
  .paragraph--fact .fact-item {
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      /* line 348, ../sass/theme/_01_base.scss */
      .paragraph--fact .fact-item {
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
  @media only screen and (max-width: 767px) {
    /* line 343, ../sass/theme/_01_base.scss */
    .paragraph--fact {
      margin-bottom: 25px;
      padding: 0;
      width: auto; } }

/* line 364, ../sass/theme/_01_base.scss */
.paragraph--reviews {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url(../img/bg_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  padding: 50px 0;
  position: relative; }
  /* line 374, ../sass/theme/_01_base.scss */
  .paragraph--reviews:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(244, 246, 255, 0.9);
    display: block;
    width: 100%;
    height: 100%; }
  /* line 384, ../sass/theme/_01_base.scss */
  .paragraph--reviews .paragraph--title-wrapper {
    position: relative;
    z-index: 1; }
  /* line 389, ../sass/theme/_01_base.scss */
  .paragraph--reviews .paragraph-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    z-index: 1; }
  /* line 398, ../sass/theme/_01_base.scss */
  .paragraph--reviews .field--name-paragraph-description + .reviews-wrapper {
    margin-top: 45px; }

/* line 407, ../sass/theme/_01_base.scss */
.work-img-container {
  position: relative; }
  /* line 412, ../sass/theme/_01_base.scss */
  .reviews-with-video .work-img-container a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    /* line 417, ../sass/theme/_01_base.scss */
    .reviews-with-video .work-img-container a:before, .reviews-with-video .work-img-container a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      display: inline-block; }
    /* line 429, ../sass/theme/_01_base.scss */
    .reviews-with-video .work-img-container a:before {
      background: #FFFFFF url('../img/vector/vector-stripe.svg?1575363658') no-repeat -69px -106px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      -moz-box-shadow: 0px 5px 10px 0px rgba(231, 53, 51, 0.5);
      -webkit-box-shadow: 0px 5px 10px 0px rgba(231, 53, 51, 0.5);
      box-shadow: 0px 5px 10px 0px rgba(231, 53, 51, 0.5);
      width: 39px;
      height: 39px; }
  /* line 440, ../sass/theme/_01_base.scss */
  .work-img-container .item-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #2165ff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding: 3px 15px 4px;
    text-align: center;
    z-index: 1; }
    /* line 455, ../sass/theme/_01_base.scss */
    .view-reviews-page .work-img-container .item-badge {
      bottom: 20px;
      right: 20px; }

/* line 464, ../sass/theme/_01_base.scss */
.buttons-bottom--wrapper {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 45px -15px -30px; }
  /* line 468, ../sass/theme/_01_base.scss */
  .paragraph--reviews .buttons-bottom--wrapper {
    margin-bottom: -103px; }
  @media only screen and (max-width: 767px) {
    /* line 464, ../sass/theme/_01_base.scss */
    .buttons-bottom--wrapper {
      -webkit-align-items: center;
      align-items: center;
      margin: 30px 0 0; } }

/* line 478, ../sass/theme/_01_base.scss */
.paragraph--two-cols {
  background: #e6effc;
  margin-left: -100vw;
  margin-right: -100vw;
  padding-left: 100vw;
  padding-right: 100vw; }
  /* line 482, ../sass/theme/_01_base.scss */
  .two-cols--bg-white {
    background: #FFFFFF; }
  /* line 486, ../sass/theme/_01_base.scss */
  .two-cols--bg-blue {
    background: #e6effc; }
  /* line 490, ../sass/theme/_01_base.scss */
  .paragraph-col {
    position: relative;
    width: 50%; }
    /* line 494, ../sass/theme/_01_base.scss */
    .two-cols--withico .paragraph-col {
      padding: 70px 0; }
    /* line 498, ../sass/theme/_01_base.scss */
    .paragraph-col.paragraph-col-1 {
      padding-right: 15px; }
    /* line 502, ../sass/theme/_01_base.scss */
    .paragraph-col.paragraph-col-2 {
      padding-left: 15px; }
      @media only screen and (max-width: 767px) {
        /* line 502, ../sass/theme/_01_base.scss */
        .paragraph-col.paragraph-col-2 {
          margin-top: 50px; }
          /* line 508, ../sass/theme/_01_base.scss */
          .two-cols--withico .paragraph-col.paragraph-col-2 {
            margin-top: 70px; } }
    @media only screen and (max-width: 767px) {
      /* line 490, ../sass/theme/_01_base.scss */
      .paragraph-col {
        padding: 0 20px;
        width: 100%; }
        /* line 518, ../sass/theme/_01_base.scss */
        .two-cols--withico .paragraph-col {
          padding: 40px 20px; }
        /* line 522, ../sass/theme/_01_base.scss */
        .two-cols--bg-white .paragraph-col {
          background: #FFFFFF; }
        /* line 526, ../sass/theme/_01_base.scss */
        .two-cols--bg-blue .paragraph-col {
          background: #e6effc; } }
  /* line 532, ../sass/theme/_01_base.scss */
  .paragraph--two-cols .two-cols--ico {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFFFFF;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 1; }
    /* line 544, ../sass/theme/_01_base.scss */
    .paragraph--two-cols .two-cols--ico img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  @media only screen and (max-width: 767px) {
    /* line 478, ../sass/theme/_01_base.scss */
    .paragraph--two-cols {
      background: none !important; }
      /* line 557, ../sass/theme/_01_base.scss */
      .paragraph--two-cols .flex-container {
        -webkit-align-items: center;
        align-items: center;
        margin: 0 -20px; } }

/* line 568, ../sass/theme/_01_base.scss */
.paragraph--two-cols .paragraph--form .paragraph--title {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    /* line 568, ../sass/theme/_01_base.scss */
    .paragraph--two-cols .paragraph--form .paragraph--title {
      margin-bottom: 20px; } }
/* line 578, ../sass/theme/_01_base.scss */
.paragraph--two-cols .paragraph--form .paragraph--title h2 {
  font-size: 28px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    /* line 578, ../sass/theme/_01_base.scss */
    .paragraph--two-cols .paragraph--form .paragraph--title h2 {
      font-size: 22px; } }

/* line 592, ../sass/theme/_01_base.scss */
.paragraph--news .paragraph-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 999px) {
    /* line 592, ../sass/theme/_01_base.scss */
    .paragraph--news .paragraph-inner {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center; } }
/* line 601, ../sass/theme/_01_base.scss */
.paragraph--news .news--wrapper {
  padding-right: 30px;
  width: calc(100% - 270px); }
  @media only screen and (max-width: 999px) {
    /* line 601, ../sass/theme/_01_base.scss */
    .paragraph--news .news--wrapper {
      padding: 0;
      width: auto; } }
/* line 611, ../sass/theme/_01_base.scss */
.paragraph--news .news--read-more {
  width: 270px; }
  @media only screen and (max-width: 999px) {
    /* line 611, ../sass/theme/_01_base.scss */
    .paragraph--news .news--read-more {
      margin-top: 30px; } }
/* line 619, ../sass/theme/_01_base.scss */
.paragraph--news .news--read-more--wrapper {
  border: 3px solid #e6effc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding-top: 35px;
  position: relative; }
  /* line 625, ../sass/theme/_01_base.scss */
  .paragraph--news .news--read-more--wrapper:before {
    content: '';
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFFFFF url('../img/vector/vector-stripe.svg?1575363658') no-repeat 7px -104px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: block;
    width: 57px;
    height: 46px; }
/* line 639, ../sass/theme/_01_base.scss */
.paragraph--news .news--read-more--desc {
  font-size: 14px;
  line-height: 1.77;
  padding: 0 20px;
  text-align: center; }
/* line 646, ../sass/theme/_01_base.scss */
.paragraph--news .news--read-more--link {
  margin-top: 15px;
  padding: 0 20px; }
  /* line 650, ../sass/theme/_01_base.scss */
  .paragraph--news .news--read-more--link a {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    padding-left: 35px;
    position: relative; }
    /* line 657, ../sass/theme/_01_base.scss */
    .paragraph--news .news--read-more--link a:last-child {
      margin-right: 0; }
    /* line 661, ../sass/theme/_01_base.scss */
    .paragraph--news .news--read-more--link a:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      background-color: #FFFFFF;
      background-image: url('../img/vector/vector-stripe.svg?1575363658');
      background-repeat: no-repeat;
      border: 1px solid #e6effc;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      display: block;
      width: 27px;
      height: 27px; }
    /* line 678, ../sass/theme/_01_base.scss */
    .paragraph--news .news--read-more--link a.vk-link:before {
      background-position: -75px -42px; }
    /* line 684, ../sass/theme/_01_base.scss */
    .paragraph--news .news--read-more--link a.vk-link:hover:before {
      border: 1px solid #0062c9;
      background-color: #0062c9;
      background-position: -112px -42px; }
    /* line 694, ../sass/theme/_01_base.scss */
    .paragraph--news .news--read-more--link a.fb-link:before {
      background-position: -148px -42px; }
    /* line 700, ../sass/theme/_01_base.scss */
    .paragraph--news .news--read-more--link a.fb-link:hover:before {
      border: 1px solid #0062c9;
      background-color: #0062c9;
      background-position: -178px -42px; }
/* line 710, ../sass/theme/_01_base.scss */
.paragraph--news .news--read-more--button {
  background: #e6effc;
  margin-top: 30px;
  padding: 25px 0;
  text-align: center; }

/* line 720, ../sass/theme/_01_base.scss */
.logotips-wrapper {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -15px -30px; }
/* line 726, ../sass/theme/_01_base.scss */
.paragraph--logotip {
  margin-bottom: 30px;
  padding: 0 15px;
  max-width: 200px; }

/* line 735, ../sass/theme/_01_base.scss */
.paragraph--links .paragraph-inner {
  border: 3px solid #e6effc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 25px 50px; }
  @media only screen and (max-width: 999px) {
    /* line 735, ../sass/theme/_01_base.scss */
    .paragraph--links .paragraph-inner {
      padding: 15px 20px; } }

/* line 748, ../sass/theme/_01_base.scss */
.txt-more-button {
  margin-top: 20px;
  position: relative;
  text-align: center; }
  /* line 753, ../sass/theme/_01_base.scss */
  .txt-more-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #e6effc;
    display: block;
    width: 100%;
    height: 1px; }
  /* line 763, ../sass/theme/_01_base.scss */
  .txt-more-button span {
    background: #FFFFFF;
    border: 1px solid #e6effc;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #004c9c;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 0 8px 25px;
    position: relative;
    width: 90px;
    text-align: center;
    z-index: 1; }
    /* line 779, ../sass/theme/_01_base.scss */
    .txt-more-button span:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 19px;
      margin-top: -3px;
      background: url('../img/vector/vector-stripe.svg?1575363658') no-repeat 0 -300px;
      display: block;
      width: 12px;
      height: 6px; }
    /* line 790, ../sass/theme/_01_base.scss */
    .txt-more-button span:hover {
      background: #007bff;
      color: #FFFFFF; }
      /* line 794, ../sass/theme/_01_base.scss */
      .txt-more-button span:hover:before {
        background-position: -116px 0; }

/* line 804, ../sass/theme/_01_base.scss */
.paragraph--txt-img .paragraph-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  @media only screen and (max-width: 767px) {
    /* line 804, ../sass/theme/_01_base.scss */
    .paragraph--txt-img .paragraph-inner {
      -webkit-flex-direction: column;
      flex-direction: column; } }

/* line 815, ../sass/theme/_01_base.scss */
.three-cols-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media only screen and (max-width: 800px) {
    /* line 815, ../sass/theme/_01_base.scss */
    .three-cols-wrapper {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin: 0; } }
/* line 825, ../sass/theme/_01_base.scss */
.paragraph--three-cols .three-cols--col {
  -webkit-flex: 1 0 33.333%;
  flex: 1 0 33.333%;
  padding: 0 15px; }
  @media only screen and (max-width: 800px) {
    /* line 825, ../sass/theme/_01_base.scss */
    .paragraph--three-cols .three-cols--col {
      margin-bottom: 30px;
      padding: 0;
      width: 100%; }
      /* line 835, ../sass/theme/_01_base.scss */
      .paragraph--three-cols .three-cols--col:last-child {
        margin-bottom: 0; } }

/* line 846, ../sass/theme/_01_base.scss */
.paragraph--logotips-carousel .logotip-carousel-wrapper:not(.slick-slider) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -30px; }
  /* line 850, ../sass/theme/_01_base.scss */
  .paragraph--logotips-carousel .logotip-carousel-wrapper:not(.slick-slider) .paragraph--logotip {
    margin: 0 30px 30px;
    padding: 0; }
/* line 856, ../sass/theme/_01_base.scss */
.paragraph--logotips-carousel .logotip-carousel-wrapper.slick-slider {
  padding: 0 70px; }
  @media only screen and (max-width: 1170px) {
    /* line 856, ../sass/theme/_01_base.scss */
    .paragraph--logotips-carousel .logotip-carousel-wrapper.slick-slider {
      max-width: 1040px;
      margin: 0 auto; } }
  /* line 866, ../sass/theme/_01_base.scss */
  .paragraph--logotips-carousel .logotip-carousel-wrapper.slick-slider .paragraph--logotip.slick-slide {
    margin: 0 60px 0 0;
    padding: 0;
    max-width: 200px;
    width: auto;
    height: inherit;
    text-align: center; }
    @media only screen and (max-width: 999px) {
      /* line 866, ../sass/theme/_01_base.scss */
      .paragraph--logotips-carousel .logotip-carousel-wrapper.slick-slider .paragraph--logotip.slick-slide {
        margin: 0;
        max-width: none; } }
  @media only screen and (max-width: 999px) {
    /* line 856, ../sass/theme/_01_base.scss */
    .paragraph--logotips-carousel .logotip-carousel-wrapper.slick-slider {
      padding: 0 40px;
      max-width: 320px; } }
/* line 887, ../sass/theme/_01_base.scss */
.paragraph--logotips-carousel .logotip-carousel-wrapper .slick-track {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }

/* line 893, ../sass/theme/_01_base.scss */
.paragraph--title-ico {
  margin-bottom: 20px; }
  /* line 896, ../sass/theme/_01_base.scss */
  .paragraph--title-ico .flex-container {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }
  @media only screen and (max-width: 767px) {
    /* line 893, ../sass/theme/_01_base.scss */
    .paragraph--title-ico {
      margin-bottom: 15px; } }

/* line 908, ../sass/theme/_01_base.scss */
.node--view-mode-news-page-teaser .flex-container {
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    /* line 908, ../sass/theme/_01_base.scss */
    .node--view-mode-news-page-teaser .flex-container {
      -webkit-align-items: flex-start;
      align-items: flex-start; } }
/* line 916, ../sass/theme/_01_base.scss */
.node--view-mode-news-page-teaser .image--wrapper {
  position: relative;
  width: 200px; }
  @media only screen and (max-width: 767px) {
    /* line 916, ../sass/theme/_01_base.scss */
    .node--view-mode-news-page-teaser .image--wrapper {
      width: 280px; } }
/* line 925, ../sass/theme/_01_base.scss */
.node--view-mode-news-page-teaser .content--wrapper {
  padding-left: 30px;
  width: calc(100% - 200px); }
  @media only screen and (max-width: 767px) {
    /* line 925, ../sass/theme/_01_base.scss */
    .node--view-mode-news-page-teaser .content--wrapper {
      margin-top: 20px;
      padding: 0;
      width: auto; } }

/* line 943, ../sass/theme/_01_base.scss */
.node--type-reviews.node--view-mode-news-page-teaser .image--wrapper:after {
  content: 'Отзыв';
  position: absolute;
  top: 10px;
  right: 10px;
  background: #004c9c;
  -moz-border-radius: 10px 10px 10px 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 10px 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 4px 13px;
  z-index: 1; }

/* line 963, ../sass/theme/_01_base.scss */
.paragraph--social-link .paragraph-inner {
  border: 3px solid #e6effc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px 30px;
  position: relative;
  max-width: 770px; }
  /* line 972, ../sass/theme/_01_base.scss */
  .paragraph--social-link .paragraph-inner:before {
    content: '';
    background: url('../img/vector/vector-stripe.svg?1575363658') no-repeat 0 -105px;
    display: inline-block;
    margin-right: 25px;
    width: 41px;
    height: 41px; }
    @media only screen and (max-width: 767px) {
      /* line 972, ../sass/theme/_01_base.scss */
      .paragraph--social-link .paragraph-inner:before {
        position: absolute;
        top: -27px;
        left: 0;
        right: 0;
        background: #FFFFFF url('../img/vector/vector-stripe.svg?1575363658') no-repeat 7px -104px;
        margin: 0 auto;
        width: 57px;
        height: 46px; } }
  @media only screen and (max-width: 767px) {
    /* line 963, ../sass/theme/_01_base.scss */
    .paragraph--social-link .paragraph-inner {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-top: 45px;
      padding: 35px 25px;
      max-width: 270px; } }
@media only screen and (max-width: 999px) {
  /* line 998, ../sass/theme/_01_base.scss */
  .paragraph--social-link .social-link--links {
    margin-left: auto; } }
@media only screen and (max-width: 767px) {
  /* line 998, ../sass/theme/_01_base.scss */
  .paragraph--social-link .social-link--links {
    margin: 25px 0 0; } }

/* line 1010, ../sass/theme/_01_base.scss */
.paragraph--indent {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

/* line 1022, ../sass/theme/_01_base.scss */
.yashare-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  /* line 1025, ../sass/theme/_01_base.scss */
  .yashare-container .share-container--label {
    color: #5b636c;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      /* line 1025, ../sass/theme/_01_base.scss */
      .yashare-container .share-container--label {
        display: block;
        margin-bottom: 5px; } }
  /* line 1035, ../sass/theme/_01_base.scss */
  .yashare-container .ya-share2__list {
    margin-left: 10px; }
    /* line 1038, ../sass/theme/_01_base.scss */
    .yashare-container .ya-share2__list li {
      padding-left: 0 !important; }
      /* line 1041, ../sass/theme/_01_base.scss */
      .yashare-container .ya-share2__list li:before {
        display: none; }
  @media only screen and (max-width: 767px) {
    /* line 1022, ../sass/theme/_01_base.scss */
    .yashare-container {
      -webkit-flex-direction: column;
      flex-direction: column;
      width: 100%; } }

/* line 1055, ../sass/theme/_01_base.scss */
.prevnext-element a {
  border: 1px solid #e6effc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  color: #004c9c;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 12px 20px;
  position: relative;
  min-width: 130px; }
  /* line 1067, ../sass/theme/_01_base.scss */
  .prevnext-element a:before, .prevnext-element a:after {
    background: url('../img/vector/vector-stripe.svg?1575363658') no-repeat;
    display: inline-block;
    position: relative;
    width: 6px;
    height: 12px;
    top: -1px;
    vertical-align: middle; }
  /* line 1077, ../sass/theme/_01_base.scss */
  .prevnext-element a:hover {
    background: #0062c9;
    color: #FFFFFF;
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    /* line 1055, ../sass/theme/_01_base.scss */
    .prevnext-element a {
      padding: 12px 10px; } }
/* line 1090, ../sass/theme/_01_base.scss */
.prevnext-element.disable a {
  cursor: default;
  pointer-events: none; }
/* line 1100, ../sass/theme/_01_base.scss */
.prevnext-element.previous a:before {
  content: '';
  background-position: -183px 0;
  margin-right: 15px; }
/* line 1108, ../sass/theme/_01_base.scss */
.prevnext-element.previous a:hover:before {
  background-position: -249px 0; }
/* line 1119, ../sass/theme/_01_base.scss */
.prevnext-element.next a:after {
  content: '';
  background-position: -214px 0;
  margin-left: 15px; }
/* line 1127, ../sass/theme/_01_base.scss */
.prevnext-element.next a:hover:after {
  background-position: -283px 0; }
@media only screen and (max-width: 767px) {
  /* line 1053, ../sass/theme/_01_base.scss */
  .prevnext-element {
    margin-top: 35px; }
    /* line 1137, ../sass/theme/_01_base.scss */
    .prevnext-element.previous {
      -webkit-order: 1;
      order: 1; }
    /* line 1141, ../sass/theme/_01_base.scss */
    .prevnext-element.next {
      -webkit-order: 2;
      order: 2; }
    /* line 1145, ../sass/theme/_01_base.scss */
    .prevnext-element span {
      display: none; } }

/* line 1151, ../sass/theme/_01_base.scss */
.address-label {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 15px; }

/* line 1159, ../sass/theme/_01_base.scss */
.collapse-item {
  margin-bottom: 15px;
  max-width: 330px; }
  /* line 1163, ../sass/theme/_01_base.scss */
  .collapse-item--title {
    background: #FFFFFF;
    border: 2px solid #e6effc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
    box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
    color: #004c9c;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 11px 30px 11px 50px;
    position: relative; }
    /* line 1176, ../sass/theme/_01_base.scss */
    .collapse-item--title:before, .collapse-item--title:after {
      content: '';
      position: absolute;
      top: 50%;
      background: url('../img/vector/vector-stripe.svg?1575363658') no-repeat;
      display: inline-block; }
    /* line 1185, ../sass/theme/_01_base.scss */
    .collapse-item--title:after {
      right: 23px;
      margin-top: -3px;
      background-position: 0 -300px;
      width: 12px;
      height: 6px; }
    /* line 1194, ../sass/theme/_01_base.scss */
    .collapse-item-auto .collapse-item--title:before {
      left: 18px;
      background-position: 0 -382px;
      margin-top: -8.5px;
      width: 20px;
      height: 17px; }
    /* line 1203, ../sass/theme/_01_base.scss */
    .collapse-item-auto .collapse-item--title:hover:before {
      background-position: -40px -382px; }
    /* line 1211, ../sass/theme/_01_base.scss */
    .collapse-item-auto.open .collapse-item--title:before {
      background-position: -40px -382px; }
    /* line 1218, ../sass/theme/_01_base.scss */
    .collapse-item-transport .collapse-item--title:before {
      left: 18px;
      background-position: 0 -425px;
      margin-top: -11px;
      width: 20px;
      height: 22px; }
    /* line 1227, ../sass/theme/_01_base.scss */
    .collapse-item-transport .collapse-item--title:hover:before {
      background-position: -43px -425px; }
    /* line 1235, ../sass/theme/_01_base.scss */
    .collapse-item-transport.open .collapse-item--title:before {
      background-position: -43px -425px; }
    /* line 1240, ../sass/theme/_01_base.scss */
    .collapse-item--title:hover, .collapse-item.open .collapse-item--title {
      background: #0062c9;
      border: 2px solid #0062c9;
      color: #FFFFFF; }
      /* line 1246, ../sass/theme/_01_base.scss */
      .collapse-item--title:hover:after, .collapse-item.open .collapse-item--title:after {
        background-position: -116px 0; }
    /* line 1253, ../sass/theme/_01_base.scss */
    .collapse-item--title:hover:after {
      background-position: -116px 0; }
    /* line 1260, ../sass/theme/_01_base.scss */
    .collapse-item.open .collapse-item--title:after {
      background-position: -148px -15px; }
    @media only screen and (max-width: 767px) {
      /* line 1163, ../sass/theme/_01_base.scss */
      .collapse-item--title {
        font-size: 14px;
        padding-right: 20px; }
        /* line 1269, ../sass/theme/_01_base.scss */
        .collapse-item--title:after {
          right: 9px; } }
  /* line 1275, ../sass/theme/_01_base.scss */
  .collapse-item--body {
    background: #FFFFFF;
    border: 2px solid #e6effc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
    box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
    display: none;
    margin-top: 10px;
    padding: 25px 20px; }
    /* line 1284, ../sass/theme/_01_base.scss */
    .collapse-item--body p {
      margin-bottom: 25px; }

/* line 1290, ../sass/theme/_01_base.scss */
.contacts-block--wrapper {
  border: 2px solid #e6effc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 300px; }
  /* line 1295, ../sass/theme/_01_base.scss */
  .contacts-block--top {
    padding: 28px 30px; }
    /* line 1302, ../sass/theme/_01_base.scss */
    .contacts-block--top .contacts-block--mail {
      margin-top: 25px; }
    /* line 1307, ../sass/theme/_01_base.scss */
    .contacts-block--top .contacts-block--social {
      margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      /* line 1295, ../sass/theme/_01_base.scss */
      .contacts-block--top {
        padding: 25px 23px; } }
  /* line 1316, ../sass/theme/_01_base.scss */
  .contacts-block--bottom {
    background: #e6effc;
    padding: 20px 30px; }
    /* line 1320, ../sass/theme/_01_base.scss */
    .contacts-block--bottom a {
      background: #FFFFFF;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      -moz-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
      -webkit-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
      box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
      color: #004c9c;
      display: block;
      font-size: 15px;
      font-weight: 500;
      padding: 5px 20px;
      position: relative;
      text-decoration: none; }
      /* line 1332, ../sass/theme/_01_base.scss */
      .contacts-block--bottom a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -2px;
        background: url('../img/vector/vector-stripe.svg?1575363658') no-repeat 0 -300px;
        display: inline-block;
        width: 12px;
        height: 6px; }
      /* line 1343, ../sass/theme/_01_base.scss */
      .contacts-block--bottom a:hover {
        background: #0062c9;
        color: #FFFFFF;
        text-decoration: none; }
        /* line 1348, ../sass/theme/_01_base.scss */
        .contacts-block--bottom a:hover:after {
          background-position: -116px 0; }
    @media only screen and (max-width: 767px) {
      /* line 1316, ../sass/theme/_01_base.scss */
      .contacts-block--bottom {
        padding: 20px 23px; } }

/* line 1362, ../sass/theme/_01_base.scss */
.paragraph--map .paragraph-inner {
  border: 2px solid #e6effc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  overflow: hidden; }

/* line 1370, ../sass/theme/_01_base.scss */
.requisites-button {
  background: #004c9c;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  box-shadow: 0px 5px 7px 0px rgba(213, 225, 243, 0.5);
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px 0 35px;
  position: relative;
  min-width: 160px;
  text-align: center;
  text-decoration: none; }
  /* line 1384, ../sass/theme/_01_base.scss */
  .requisites-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -7px;
    background: url('../img/vector/vector-stripe.svg?1575363658') no-repeat -457px -49px;
    display: inline-block;
    width: 13px;
    height: 14px; }
  /* line 1395, ../sass/theme/_01_base.scss */
  .requisites-button:hover {
    background: #0062c9;
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  /* line 1405, ../sass/theme/_01_base.scss */
  .contacts--address br {
    display: none; } }

/* line 1413, ../sass/theme/_01_base.scss */
.contacts--ur-address .requisites-button {
  margin-left: 15px; }
  @media only screen and (max-width: 767px) {
    /* line 1413, ../sass/theme/_01_base.scss */
    .contacts--ur-address .requisites-button {
      margin: 20px 0 0; } }
@media only screen and (max-width: 767px) {
  /* line 1423, ../sass/theme/_01_base.scss */
  .contacts--ur-address span {
    display: block;
    margin-bottom: 10px; } }

/* line 1432, ../sass/theme/_01_base.scss */
.page-node-reviews .paragraph--single-video {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    /* line 1432, ../sass/theme/_01_base.scss */
    .page-node-reviews .paragraph--single-video {
      margin-top: 35px; } }

/* line 1443, ../sass/theme/_01_base.scss */
.page-node-reviews .paragraph--carousel {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    /* line 1443, ../sass/theme/_01_base.scss */
    .page-node-reviews .paragraph--carousel {
      margin-top: 35px; } }

/* line 1454, ../sass/theme/_01_base.scss */
#paragraph-id--35 .form-offerta-notice,
#paragraph-id--36 .form-offerta-notice {
  display: none; }

/* line 1459, ../sass/theme/_01_base.scss */
.link-overlay {
  font-size: 0; }
  /* line 1462, ../sass/theme/_01_base.scss */
  .link-overlay a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1; }

/*# sourceMappingURL=theme.css.map */
