

/* Start:/local/templates/main/components/astrovolga/super.d7/banner/style.css?17580150182583*/
/* main colors */
/* mediaqueries */
.trs {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 0;
}
@media (max-width: 991.98px) {
  .banner {
    padding: 48px 0 24px 0;
  }
}
.banner__info {
  margin-right: 75px;
}
@media (max-width: 991.98px) {
  .banner__info {
    margin-right: 24px;
  }
}
@media (max-width: 575.98px) {
  .banner__info {
    margin-right: 0;
    width: 100%;
  }
}
.banner__info-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
}
@media (max-width: 991.98px) {
  .banner__info-title {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (max-width: 767.98px) {
  .banner__info-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.banner__info-title span {
  font-weight: 400;
}
.banner__info-text {
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .banner__info-text {
    margin-top: 8px;
  }
}
.banner__info-phone,
.banner__info-mail {
  color: #2A8BEA;
  margin-top: 16px;
  display: block;
}
@media (max-width: 991.98px) {
  .banner__info-phone,
  .banner__info-mail {
    display: none;
  }
}
.banner__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  .banner__btn {
    width: 100% !important;
    text-align: center;
  }
}
.banner__btn-phone,
.banner__btn-mail {
  display: none;
}
@media (max-width: 991.98px) {
  .banner__btn-phone,
  .banner__btn-mail {
    height: 44px;
    width: 44px;
    min-width: 44px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 8px;
    background: #48CAED;
  }
}
.banner__btn-phone-svg,
.banner__btn-mail-svg {
  height: 20px;
  width: 20px;
}
.banner__img {
  width: 486px;
  min-width: 486px;
}
@media (max-width: 1024px) {
  .banner__img {
    width: 336px;
    min-width: 336px;
  }
}
@media (max-width: 767.98px) {
  .banner__img {
    width: 280px;
    min-width: 280px;
  }
}
@media (max-width: 575.98px) {
  .banner__img {
    display: none;
  }
}
.banner__img img {
  width: 100%;
}


/*# sourceMappingURL=style.css.map*/
/* End */


/* Start:/local/templates/main/components/astrovolga/super.d7/services-sub-elements/style.css?17580150183458*/
/* main colors */
/* mediaqueries */
.trs {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1199.98px) {
  .our-services__slider {
    margin-top: 8px;
  }
}
@media (max-width: 991.98px) {
  .our-services__slider {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .our-services__slider-wrapper {
    width: calc(100% + 24px) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our-services__slider-wrapper {
    width: calc(100% + 16px) !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .our-services__slider-wrapper {
    width: calc(100% + 8px) !important;
  }
}
@media (min-width: 768px) {
  .our-services__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    overflow: hidden;
  }
}
.our-services__item {
  border-radius: 16px;
  padding: 16px 16px 76px 16px;
  background: #ffffff;
  height: auto !important;
}
@media (min-width: 1200px) {
  .our-services__item {
    width: calc(100% / 3 - 24px) !important;
    margin: 24px 24px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our-services__item {
    width: calc(100% / 3 - 16px) !important;
    margin: 16px 16px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .our-services__item {
    width: calc(100% / 2 - 8px) !important;
    margin: 8px 8px 0 0;
  }
}
.our-services-item {
  position: relative;
}
.our-services-item__img {
  height: 200px;
  min-height: 200px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .our-services-item__img {
    height: 150px;
    min-height: 150px;
  }
}
.our-services-item__title {
  margin-top: 16px;
}
.our-services-item__tooltip {
  position: relative;
  display: inline-block;
}
.our-services-item__tooltip:hover .our-services-item__tooltip-text {
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  position: absolute;
  display: block;
  -webkit-box-shadow: 0 13px 11.8px 0 #410F181A;
          box-shadow: 0 13px 11.8px 0 #410F181A;
  background: #FFEDF0;
  top: calc(100% + 18px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 16px;
  width: 329px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .our-services-item__tooltip:hover .our-services-item__tooltip-text {
    font-size: 14px;
    line-height: 17px;
    width: 200px;
  }
}
.our-services-item__tooltip:hover .our-services-item__tooltip-icon:after {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(50% - 5px);
  height: 30px;
  width: 30px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  background: #FFEDF0;
  z-index: 1;
}
.our-services-item__tooltip-icon {
  position: relative;
  margin: 0 0 -1px 1px;
}
.our-services-item__tooltip-svg {
  height: 16px;
  width: 16px;
  display: block;
  cursor: pointer;
}
.our-services-item__tooltip-text {
  display: none;
}
.our-services-item__text {
  margin-top: 16px;
}
.our-services-item__btn {
  position: absolute;
  margin-top: 16px;
  width: calc(100% - 32px) !important;
  text-align: center;
  left: 16px;
  bottom: 16px;
}


/*# sourceMappingURL=style.css.map*/
/* End */


/* Start:/local/templates/main/components/astrovolga/super.d7/services-detail-callback/style.css?17580150182110*/
/* main colors */
/* mediaqueries */
.trs {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.services-detail-callback {
  background: #102131;
  color: #ffffff;
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .services-detail-callback {
    margin-top: 48px;
  }
}
.services-detail-callback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .services-detail-callback__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-detail-callback__info {
  min-width: 845px;
  width: 845px;
}
@media (max-width: 1199.98px) {
  .services-detail-callback__info {
    width: 600px;
    min-width: 600px;
  }
}
@media (max-width: 1024px) {
  .services-detail-callback__info {
    width: 589px;
    min-width: 589px;
  }
}
@media (max-width: 991.98px) {
  .services-detail-callback__info {
    width: 442px;
    min-width: 442px;
    margin-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .services-detail-callback__info {
    margin-right: 0;
    width: 100%;
    min-width: 100%;
  }
}
.services-detail-callback__title {
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .services-detail-callback__title {
    margin-top: 24px;
  }
}
.services-detail-callback__text {
  margin-top: 8px;
}
.services-detail-callback__btn {
  margin-top: 32px;
}
@media (max-width: 991.98px) {
  .services-detail-callback__btn {
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .services-detail-callback__btn {
    width: 100% !important;
    text-align: center;
  }
}
.services-detail-callback__logo {
  width: 140px;
  height: 44px;
}
@media (max-width: 767.98px) {
  .services-detail-callback__img {
    margin-top: 48px;
  }
}
.services-detail-callback__img img {
  width: 100%;
}


/*# sourceMappingURL=style.css.map*/
/* End */


/* Start:/local/templates/main/components/astrovolga/super.d7/services-advantages/style.css?17580150181239*/
/* main colors */
/* mediaqueries */
.trs {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.services-advantages__inner {
  border-radius: 16px;
  background: #ffffff;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .services-advantages__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}
.services-advantages__item {
  width: calc(100% / 3);
  padding: 8px;
}
@media (max-width: 767.98px) {
  .services-advantages__item {
    width: 100%;
    margin-bottom: 8px;
  }
  .services-advantages__item:last-child {
    margin-bottom: 0;
  }
}
.services-advantages__item-img {
  height: 48px;
}
.services-advantages__item-title {
  font-weight: 600;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .services-advantages__item-title {
    margin-top: 8px;
  }
}
.services-advantages__item-text {
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .services-advantages__item-text {
    margin-top: 8px;
  }
}


/*# sourceMappingURL=style.css.map*/
/* End */


/* Start:/local/templates/main/components/astrovolga/super.d7/services-b24-type/style.css?17580150181910*/
/* main colors */
/* mediaqueries */
.trs {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.services-b24-type__inner {
  margin-top: 24px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
}
.services-b24-type__list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .services-b24-type__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-b24-type__list-item {
  width: calc(100% / 2 - 24px);
}
@media (max-width: 767.98px) {
  .services-b24-type__list-item {
    width: 100%;
  }
  .services-b24-type__list-item:first-child {
    margin-bottom: 32px;
  }
}
.b24-type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b24-type-item:first-child .b24-type-item__name {
  border-bottom: 2px solid #48CAED;
}
.b24-type-item:last-child .b24-type-item__name {
  border-bottom: 2px solid #FF9D00;
}
.b24-type-item__name {
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding-bottom: 8px;
}
.b24-type-item__title {
  font-weight: 600;
  margin-top: 16px;
}
.b24-type-item__text {
  margin-top: 8px;
}
.b24-type-item__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.b24-type-item__btn {
  margin-top: 16px;
  height: 44px;
  -ms-flex-item-align: end;
      align-self: end;
}
@media (max-width: 575.98px) {
  .b24-type-item__btn {
    width: 100% !important;
    text-align: center;
  }
}


/*# sourceMappingURL=style.css.map*/
/* End */


/* Start:/local/templates/main/components/astrovolga/super.d7/index-how-we-works/style.css?17580150182929*/
/* main colors */
/* mediaqueries */
.trs {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.how-we-work__title {
  text-align: center;
}
.how-we-work__callback-btn.btn {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .how-we-work__callback-btn.btn {
    margin-top: 16px;
    width: calc(100% - 32px);
    text-align: center;
  }
}
.work-steps {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .work-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    width: calc(100% + 24px) !important;
  }
}
@media (max-width: 767.98px) {
  .work-steps {
    margin-top: 16px;
  }
}
.work-steps__item {
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  .work-steps__item {
    width: calc(100% / 3 - 24px) !important;
    margin: 0 24px 0 0;
    min-height: 185px;
    height: auto !important;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .work-steps__item-4,
  .work-steps__item-5 {
    width: calc(100% / 2 - 24px) !important;
  }
}
.work-steps__item:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #4F4F4F;
  z-index: 0;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .work-steps__item:after {
    display: none;
  }
}
.work-steps__item-num {
  height: 50px;
  width: 50px;
  background: #2A8BEA;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work-steps__item-title {
  font-weight: 600;
  margin-top: 16px;
}
.work-steps__item-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 17px;
}
.work-steps__item .btn {
  display: none;
}
@media (max-width: 767.98px) {
  .work-steps__item .btn {
    width: 100%;
    margin-top: 16px;
    display: block;
    text-align: center;
  }
}
.work-steps__line {
  margin: 0 auto;
  padding-right: 24px;
  height: 47px;
}
.work-steps__line--xl,
.work-steps__line--lg {
  display: none;
  height: 32px;
}
@media (max-width: 1199.98px) {
  .work-steps__line {
    display: none;
  }
  .work-steps__line--xl {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .work-steps__line {
    display: none;
  }
  .work-steps__line--xl {
    display: none;
  }
  .work-steps__line--lg {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .work-steps__line--lg {
    display: none;
  }
}


/*# sourceMappingURL=style.css.map*/
/* End */
/* /local/templates/main/components/astrovolga/super.d7/banner/style.css?17580150182583 */
/* /local/templates/main/components/astrovolga/super.d7/services-sub-elements/style.css?17580150183458 */
/* /local/templates/main/components/astrovolga/super.d7/services-detail-callback/style.css?17580150182110 */
/* /local/templates/main/components/astrovolga/super.d7/services-advantages/style.css?17580150181239 */
/* /local/templates/main/components/astrovolga/super.d7/services-b24-type/style.css?17580150181910 */
/* /local/templates/main/components/astrovolga/super.d7/index-how-we-works/style.css?17580150182929 */
