@font-face {
  font-family: "roboto-example";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-example";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype"); }

@font-face {
  font-family: "minion-pro";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/minionpro-regular/minionpro-regular.eot");
  src: url("../fonts/minionpro-regular/minionpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/minionpro-regular/minionpro-regular.woff") format("woff"), url("../fonts/minionpro-regular/minionpro-regular.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueCyr";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot");
  src: url("../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueCyr";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot");
  src: url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.ttf") format("truetype"); }

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

html, body {
  height: 100%; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: raleway-grid, sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #bbbbbb; }

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

button {
  outline: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0; }

.as-arapat {
 /* font-family: minion-pro, serif;*/
  letter-spacing: 1.1px; }

.as-nav-path {
  padding: 30px 0; }
  .as-nav-path__link {
    font-size: 12px;
    color: #959595;
    text-decoration: underline;
    margin-right: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .as-nav-path__link.as-nav-path-link-active {
      color: #b143b2;
      text-decoration: none; }
    .as-nav-path__link:hover {
      color: #ea58eb;
      text-decoration: underline; }

.as-header {
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 11px;
  -webkit-box-shadow: 8px 0 28px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 0 28px 1px rgba(0, 0, 0, 0.08); }
  .as-header__subtitle {
    color: #000;
    font-size: 14px; }
  .as-header__title {
    font-size: 24px;
    color: #b143b2;
    letter-spacing: 2.5px;
    padding-top: 13px;
    padding-bottom: 25px; }
  .as-header .as-header-mnu {
    border-top: 1px solid #e0e0e0;
    padding-top: 9px;
    text-transform: none; }

.as-big-bg-wrap {
  background-position: top center;
  background-repeat: no-repeat; }

.as-main-mnu {
  padding-top: 45px;
  text-align: center; }
  .as-main-mnu__item {
    display: inline-block;
    margin-right:25px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .as-main-mnu__item a {
      display: inline-block;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: normal;
      padding: 10px 22px 12px 24px;
      letter-spacing: 1.7px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .as-main-mnu__item.as-mnu-item-active {
      background-color: #b143b2; }
    .as-main-mnu__item:hover {
      background-color: #b143b2; }
      .as-main-mnu__item:hover a {
        color: #ffd4eb; }
    .as-main-mnu__item:last-child {
      margin-right: 0; }

.as-main-header-content {
  text-align: center;
  padding: 135px 0 140px; }
  .as-main-header-content__subtitle {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2.6px; }
  .as-main-header-content__title {
    margin-top: 25px;
    color: #b143b2;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.3; }

.as-main-services {
  padding-top: 194px; }
  .as-main-services__left-content {
    padding-top: 111px; }

.as-service-item {
  height: 382px;
  max-width: 731px;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  margin: auto auto 60px;
  -webkit-box-shadow: 28px 28px 20px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 28px 28px 20px 0 rgba(0, 0, 0, 0.02); }
  .as-service-item:last-child {
    margin-bottom: 0; }

.as-service-item-content {
  position: absolute;
  width: 100%;
  height: 71px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 22px 42px; }
  .as-service-item-content .as-service-item-title {
    display: inline-block;
    vertical-align: sub;
    color: #000;
    font-size: 18px;
    letter-spacing: .9px;
    text-transform: uppercase; }
  .as-service-item-content .as-service-item-link {
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    font-weight: normal;
    padding: 8px 22px 8px 24px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    background-color: #b143b2;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    vertical-align: middle; }

.as-sidebar {
  background-color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  padding: 30px 37px;
  -webkit-box-shadow: 8px 8px 32px 1px rgba(0, 0, 0, 0.09);
          box-shadow: 8px 8px 32px 1px rgba(0, 0, 0, 0.09); }
  .as-sidebar__title {
    font-size: 18px;
    color: #b143b2;
    text-align: center;
    letter-spacing: 1.8px;
    padding: 16px 0; }

.as-sidebar-list__item {
  padding: 30px 0;
  position: relative; }
  .as-sidebar-list__item.as-sidebar-list-item-active .as-sidebar-list__item_link {
    color: #b143b2;
    position: relative;
    padding-left: 22px; }
    .as-sidebar-list__item.as-sidebar-list-item-active .as-sidebar-list__item_link:before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      margin-top: -3px;
      height: 6px;
      width: 6px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #b143b2; }
  .as-sidebar-list__item.as-sidebar-list-item-active .as-sidebar-list__item_sublink {
    display: block; }
  .as-sidebar-list__item_link {
    display: block;
    color: #000;
    font-size: 13px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.5;
    letter-spacing: .6px; }
    .as-sidebar-list__item_link:hover {
      color: #b143b2; }
  .as-sidebar-list__item_sublink {
    margin-top: 10px;
    font-size: 10px;
    text-decoration: underline;
    color: #000;
    padding-left: 22px;
    line-height: 1.5;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    display: none;
    letter-spacing: .2px; }
    .as-sidebar-list__item_sublink:hover {
      color: #b143b2;
      text-decoration: underline; }
  .as-sidebar-list__item:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-color: #f2e0f2;
    height: 1px;
    width: 100%; }
  .as-sidebar-list__item:last-child {
    padding-bottom: 0; }
    .as-sidebar-list__item:last-child:after {
      display: none; }

.as-about {
  background-position: center 25%;
  padding-top: 12px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }
  .as-about__photo {
    position: relative;
    left: 70px; }
    .as-about__photo img {
      max-width: 100%;
      height: auto; }

.as-about-content {
  text-transform: uppercase; }
  .as-about-content__title {
    padding-top: 170px;
    font-size: 36px;
    color: #b143b2;
    letter-spacing: 3.5px;
    line-height: 1.65; }
  .as-about-content__achievements {
    margin-top: -445px; }

.as-achievement {
  padding-left: 41px;
  margin-top: 41.5px;
  color: #000;
  letter-spacing: 1.6px;
  position: relative;
  font-size: 14px; }
  .as-achievement__list-style {
    content: '';
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -7px;
    height: 17px;
    width: 16px;
    background-position: top center; }

.as-about-content-whatsapp {
  margin-top: 66px;
  padding: 32px 19px 75px 40px;
  background-color: #b143b2;
  max-width: 440px;
  -webkit-box-shadow: 28px 28px 20px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 28px 28px 20px 0 rgba(0, 0, 0, 0.07); }
  .as-about-content-whatsapp__descr {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 2; }
  .as-about-content-whatsapp__number {
    margin-top: 23px;
    font-size: 20px;
    letter-spacing: 5px;
    color: #fff; }
  .as-about-content-whatsapp__link {
    font-size: 10px;
    color: #b143b2;
    background-color: #fff;
    padding: 12px 22px 12px 50px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    line-height: 1;
    float: right;
    margin-top: 20px;
    letter-spacing: 1px;
    position: relative; }
    .as-about-content-whatsapp__link_icon {
      position: absolute;
      width: 17px;
      height: 17px;
      stroke: #3fa950;
      fill: #3fa950;
      left: 11px;
      top: 50%;
      margin-top: -9px;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .as-about-content-whatsapp__link:hover {
      color: #b143b2; }
      .as-about-content-whatsapp__link:hover svg {
        -webkit-transform: rotate(360deg) scale(1.2);
            -ms-transform: rotate(360deg) scale(1.2);
                transform: rotate(360deg) scale(1.2); }

.as-news {
  padding-top: 67px; }
  .as-news__title {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: #000;
    letter-spacing: 1.7px;
    margin-bottom: 76px; }
  .as-news__all-news-btn {
    width: 182px;
    height: 43px;
    line-height: 43px;
    margin: 86px auto 0;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-size: 9px;
    background-color: #b143b2;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 20px;
            border-radius: 20px; }
    .as-news__all-news-btn:hover {
      color: #fff; }

.as-news-content {
  position: relative; }

.as-small-news-item {
  display: block;
  position: relative;
  margin-bottom: 40px;
  height: 290px;
  -webkit-box-shadow: 5px 5px 32px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 5px 5px 32px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  border: 1px solid transparent; }
  .as-small-news-item:hover {
    background-color: rgba(254, 86, 255, 0.2);
    border: 1px solid #b143b2;
    outline-offset: 0; }
    .as-small-news-item:hover .as-small-news-item__img img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .as-small-news-item:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    bottom: 36px;
    right: 27px;
         background-image: url(../images/news-images/link-icon.png);
    background-position: top center;
    background-repeat: no-repeat; }
  .as-small-news-item:last-child {
    margin-bottom: 0; }
  .as-small-news-item__img {
    width: 50%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: bottom; }
    .as-small-news-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .as-small-news-item__descr {
    width: 48.5%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 37px 35px 37px 47px; }
    .as-small-news-item__descr_publish-date {
      font-size: 12px;
      color: #b143b2;
      letter-spacing: 1.2px;
      line-height: 1; }
    .as-small-news-item__descr_news-title {
      text-transform: uppercase;
      font-size: 16px;
      color: #000;
      line-height: 1.8;
      letter-spacing: 1.6px;
      margin-top: 29px; }

.as-big-news-item {
  display: block;
  height: 620px;
  margin-left: 24px;
  -webkit-box-shadow: 5px 5px 32px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 5px 5px 32px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .as-big-news-item:hover {
    border: 1px solid #b143b2;
    background-color: rgba(254, 86, 255, 0.2); }
    .as-big-news-item:hover .as-big-news-item__img img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .as-big-news-item:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    bottom: 41px;
    right: 41px;
    background-image: url(../images/news-images/link-icon.png);
    background-position: top center;
    background-repeat: no-repeat; }
  .as-big-news-item__img {
    width: 100%;
    height: 290px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: bottom; }
    .as-big-news-item__img img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      width: 100%;
      height: 100%;
      display: block; }
  .as-big-news-item__descr {
    width: 100%;
    height: 330px;
    display: inline-block;
    vertical-align: top;
    padding: 77px 115px 37px 70px; }
    .as-big-news-item__descr_publish-date {
      font-size: 12px;
      color: #b143b2;
      letter-spacing: 1.2px;
      line-height: 1; }
    .as-big-news-item__descr_news-title {
      text-transform: uppercase;
      font-size: 16px;
      color: #000;
      line-height: 1.8;
      letter-spacing: 1.6px;
      margin-top: 29px; }

.as-footer {
  padding-top: 93px; }
  .as-footer__title {
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-size: 30px;
    letter-spacing: 1.65px; }
  .as-footer__descr {
    padding: 50px 0 60px;
    text-align: center;
    letter-spacing: 1.2px; }

.as-map {
  padding-top: 65px;
  height: 815px; }

.as-address {
  width: 20%;
  max-width: 375px;
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  vertical-align: top; }
  .as-address__item {
    margin-bottom: 70px;
    padding-bottom: 50px;
    position: relative; }
    .as-address__item:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background-color: #f3e3f4;
      bottom: 0;
      left: 0; }
    .as-address__item_location {
      padding-left: 40px;
      position: relative; }
      .as-address__item_location p {
        line-height: 1.5;
        color: #b3b3b3;
        font-size: 14px;
        letter-spacing: 1px; }
      .as-address__item_location .as-location-icon {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0;
        fill: #b143b2;
        stroke: #b143b2; }
    .as-address__item_phone {
      padding-left: 40px;
      position: relative;
      margin-top: 40px; }
      .as-address__item_phone p {
        font-size: 16px;
        line-height: 1.5; }
      .as-address__item_phone .as-phone-icon {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0;
        fill: #b143b2;
        stroke: #b143b2; }
  .as-address__all-address-btn {
    background-color: #b143b2;
    width: 180px;
    height: 42px;
    text-transform: uppercase;
    color: #fff;
    font-size: 9px;
    display: block;
    line-height: 42px;
    text-align: center;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    letter-spacing: 1.5px;
    margin: 20px auto; }
    .as-address__all-address-btn:hover {
      color: #fff; }

.as-google-map {
  display: inline-block;
  width: 79%;
  height: 100%;
  float: right; }

.as-header-mobile {
  display: none;
  background-color: #fff;
  padding: 15px 0 10px;
  margin-bottom: 15px;
  border-bottom: #e5e5e5 1px solid; }

.as-header-mobile-top-line {
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px; }
  .as-header-mobile-top-line__subtitle {
    text-align: center;
    color: #000;
    text-transform: uppercase; }
  .as-header-mobile-top-line__phone-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #b143b2;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    padding: 6px 7px 8px;
    left: 15px;
    top: 0;
    position: absolute; }
    .as-header-mobile-top-line__phone-btn svg {
      stroke: #fff;
      fill: #fff; }
  .as-header-mobile-top-line__ham-mnu-btn {
    cursor: pointer;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 15px;
    padding: 5px;
    top: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .as-header-mobile-top-line__ham-mnu-btn svg {
      stroke: #b143b2;
      fill: #b143b2; }

.as-header-mobile-content {
  position: relative; }
  .as-header-mobile-content__title {
    font-size: 18px;
    color: #b143b2;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px; }

.as-header-mobile-mnu {
  display: none;
  position: absolute;
  text-align: left;
  width: 100%;
  top: 0;
  z-index: 1; }
  .as-header-mobile-mnu__item {
    position: relative; }
    .as-header-mobile-mnu__item_link {
      color: #fff;
      display: block;
      padding: 20px 30px;
      text-transform: uppercase;
      background-color: #b143b2;
      border-top: 1px solid #882a89;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      position: relative; }
      .as-header-mobile-mnu__item_link:hover {
        color: #fff; }
      .as-header-mobile-mnu__item_link:before {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        position: absolute;
        content: '';
        width: 5px;
        height: 9px;
        left: 80px;
        top: 50%;
        margin-top: -4.5px;
        background-image: url(../images/header-mobile/arrow.png);
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        opacity: 0; }
      .as-header-mobile-mnu__item_link:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 9px;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all;
        right: 100px;
        opacity: 0;
        top: 50%;
        margin-top: -4.5px;
        background-image: url(../images/header-mobile/arrow.png); }
      .as-header-mobile-mnu__item_link:hover {
        background-color: #882a89; }
        .as-header-mobile-mnu__item_link:hover:after {
          right: 30px;
          opacity: 1; }
    .as-header-mobile-mnu__item.as-header-mobile-mnu-active_submnu {
      top: 0;
      z-index: 1;
      position: absolute; }
    .as-header-mobile-mnu__item.as-header-mobile-mnu-active .as-header-mobile-mnu__item_link {
      color: #fff;
      background-color: #882a89;
      padding-left: 50px;
      display: block;
      position: relative; }
      .as-header-mobile-mnu__item.as-header-mobile-mnu-active .as-header-mobile-mnu__item_link:after {
        display: none; }
      .as-header-mobile-mnu__item.as-header-mobile-mnu-active .as-header-mobile-mnu__item_link:before {
        opacity: 1;
        left: 30px; }

.as-header-mobile-submnu {
  display: none; }
  .as-header-mobile-submnu.as-submnu-opened {
    display: block; }
  .as-header-mobile-submnu__item {
    position: relative; }
    .as-header-mobile-submnu__item_link {
      color: #fff;
      display: block;
      padding: 20px 30px;
      text-transform: uppercase;
      background-color: #b143b2;
      border-top: 1px solid #882a89;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      position: relative; }
      .as-header-mobile-submnu__item_link:hover, .as-header-mobile-submnu__item_link:focus {
        color: #fff; }
      .as-header-mobile-submnu__item_link:before {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        position: absolute;
        content: '';
        width: 5px;
        height: 9px;
        left: 80px;
        top: 50%;
        margin-top: -4.5px;
        background-image: url(../images/header-mobile/arrow.png);
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        opacity: 0; }
      .as-header-mobile-submnu__item_link:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 9px;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all;
        right: 100px;
        opacity: 0;
        top: 50%;
        margin-top: -4.5px;
        background-image: url(../images/header-mobile/arrow.png); }
      .as-header-mobile-submnu__item_link:hover {
        background-color: #882a89; }
        .as-header-mobile-submnu__item_link:hover:after {
          right: 30px;
          opacity: 1; }
    .as-header-mobile-submnu__item.as-header-mobile-mnu-active_submnu {
      top: 0;
      z-index: 1;
      position: absolute; }
      .as-header-mobile-submnu__item.as-header-mobile-mnu-active_submnu .as-header-mobile-submnu {
        display: block; }
    .as-header-mobile-submnu__item.as-header-mobile-mnu-active .as-header-mobile-submnu__item_link {
      color: #fff;
      background-color: #882a89;
      padding-left: 50px;
      display: block;
      position: relative; }
      .as-header-mobile-submnu__item.as-header-mobile-mnu-active .as-header-mobile-submnu__item_link:after {
        display: none; }
      .as-header-mobile-submnu__item.as-header-mobile-mnu-active .as-header-mobile-submnu__item_link:before {
        opacity: 1;
        left: 30px; }

.as-ham-mnu-active {
  background-color: #b143b2; }
  .as-ham-mnu-active svg {
    stroke: #fff;
    fill: #fff; }

.as-header-mnu .as-main-mnu__item a {
  color: #000; }

.as-header-mnu .as-main-mnu__item.as-mnu-item-active a {
  color: #fff; }

.as-header-mnu .as-main-mnu__item:hover a {
  color: #fff; }

.as-about-service {
  margin-left: 60px;
  color: #000; }
  .as-about-service__title {
    color: #000;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 40px;
    letter-spacing: 1.5px; }
  .as-about-service__img {
    position: relative; }
    .as-about-service__img img {
      max-width: 100%;
      height: auto;
      display: block; }
    .as-about-service__img .as-appointment-btn {
      width: 245px;
      height: 45px;
      line-height: 45px;
      position: absolute;
      right: -30px;
      display: block;
      background-color: #b753b9;
      color: #fff;
      text-align: center;
      padding-right: 35px;
      font-size: 12px;
      text-transform: uppercase;
      bottom: 20px;
      -webkit-transition: .3s ease all;
      -o-transition: .3s ease all;
      transition: .3s ease all; }
      .as-about-service__img .as-appointment-btn svg {
        width: 24px;
        height: 24px;
        position: absolute;
        fill: #fff;
        stroke: #fff;
        top: 50%;
        margin-top: -13px;
        right: 17px;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all; }
      .as-about-service__img .as-appointment-btn:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
        .as-about-service__img .as-appointment-btn:hover svg {
          -webkit-transform: rotate(360deg) scale(1.15);
              -ms-transform: rotate(360deg) scale(1.15);
                  transform: rotate(360deg) scale(1.15); }
  .as-about-service__description {
    font-family: HelveticaNeueCyr, serif;
    font-weight: 300;
    font-size: 14px;
    margin-top: 35px;
    line-height: 1.5;
    margin-bottom: 40px; }
    .as-about-service__description .as-first-word {
      color: #b452b8;
      text-decoration: underline; }
  .as-about-service__content {
    font-family: HelveticaNeueCyr;
    font-weight: 300;
    font-size: 14px; }
    .as-about-service__content h3 {
      font-size: 18px;
      font-weight: normal;
      margin: 45px 0;
      line-height: 1.5; }
    .as-about-service__content p {
      margin: 45px 0;
      line-height: 1.7; }
    .as-about-service__content ul {
      margin-left: 80px;
      max-width: 650px; }
      .as-about-service__content ul li {
        padding-left: 35px;
        margin-bottom: 40px;
        position: relative;
        line-height: 1.5; }
        .as-about-service__content ul li:last-child {
          margin-bottom: 0; }
        .as-about-service__content ul li:nth-child(3n+1):before {
          position: absolute;
          content: '';
          left: 0;
          top: 5px;
          width: 14px;
          height: 14px;
          border: #f7b8be 2px solid;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
        .as-about-service__content ul li:nth-child(3n+2):before {
          position: absolute;
          content: '';
          left: 0;
          top: 5px;
          width: 14px;
          height: 14px;
          border: #b8c4f7 2px solid;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
        .as-about-service__content ul li:nth-child(3n+3):before {
          position: absolute;
          content: '';
          left: 0;
          top: 5px;
          width: 14px;
          height: 14px;
          border: #e6abe7 2px solid;
          -webkit-border-radius: 50%;
          border-radius: 50%; }

.as-about-service-indications {
  border: #b143b2 1px solid;
  padding: 40px 90px;
  max-width: 640px;
  margin: auto; }
  .as-about-service-indications__title {
    font-size: 16px;
    color: #b143b2;
    text-transform: uppercase;
    padding-bottom: 30px; }
  .as-about-service-indications ul li {
    font-family: HelveticaNeueCyr;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 30px;
    position: relative; }
    .as-about-service-indications ul li:last-child {
      margin-bottom: 0; }
    .as-about-service-indications ul li:before {
      position: absolute;
      content: '';
      left: -45px;
      top: 50%;
      margin-top: -0.5px;
      width: 20px;
      height: 1px;
      background-color: #e7c6e8; }

.as-blog {
  color: #000; }
  .as-blog__title {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px; }
  .as-blog .as-download-news-item {
    width: 180px;
    height: 44px;
    display: block;
    text-align: center;
    line-height: 44px;
    margin: auto;
    text-transform: uppercase;
    background-color: #b143b2;
    color: #fff;
    font-size: 10px;
    -webkit-border-radius: 25px;
            border-radius: 25px; }
    .as-blog .as-download-news-item:hover {
      color: #fff; }

.as-news-content-reverse {
  padding-top: 40px;
  padding-bottom: 40px; }
  .as-news-content-reverse .as-big-news-item {
    margin-left: 0; }
  .as-news-content-reverse .as-small-news-item {
    margin-left: 24px; }

.as-blog-post {
  color: #000;
  padding-top: 40px; }
  .as-blog-post__title {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 1.5px; }
  .as-blog-post__date {
    color: #b143b2;
    font-size: 12px; }
  .as-blog-post__img {
    position: relative;
    margin-left: 30px; }
    .as-blog-post__img img {
      max-width: 100%;
      height: auto;
      display: block; }
  .as-blog-post__description {
    font-family: HelveticaNeueCyr, serif;
    font-weight: 300;
    font-size: 14px;
    margin-top: 45px;
    line-height: 1.5;
    margin-bottom: 40px; }
  .as-blog-post__content {
    font-family: HelveticaNeueCyr;
    font-weight: 300;
    font-size: 14px; }
    .as-blog-post__content h3 {
      font-size: 18px;
      color: #b552b7;
      font-weight: normal;
      margin: 20px 0;
      line-height: 1.5;
      text-transform: uppercase; }
    .as-blog-post__content p {
      margin: 15px 0;
      line-height: 1.7; }
    .as-blog-post__content ul {
      margin-left: 80px; }
      .as-blog-post__content ul li {
        padding-left: 35px;
        margin-bottom: 40px;
        position: relative;
        line-height: 1.5; }
        .as-blog-post__content ul li:last-child {
          margin-bottom: 0; }
        .as-blog-post__content ul li:nth-child(3n+1):before {
          position: absolute;
          content: '';
          left: 0;
          top: 5px;
          width: 14px;
          height: 14px;
          border: #f7b8be 2px solid;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
        .as-blog-post__content ul li:nth-child(3n+2):before {
          position: absolute;
          content: '';
          left: 0;
          top: 5px;
          width: 14px;
          height: 14px;
          border: #b8c4f7 2px solid;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
        .as-blog-post__content ul li:nth-child(3n+3):before {
          position: absolute;
          content: '';
          left: 0;
          top: 5px;
          width: 14px;
          height: 14px;
          border: #e6abe7 2px solid;
          -webkit-border-radius: 50%;
          border-radius: 50%; }

.as-albums__title {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px; }

.as-albums .as-album-item {
  padding: 30px 0;
  background-image: url(../images/albums/bg.png);
  background-position: center right;
  background-repeat: no-repeat; }
  .as-albums .as-album-item .as-album-border {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background-image: url(../images/albums/border.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 15px;
    width: 333px;
    height: 334px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: relative;
    margin: auto; }
    .as-albums .as-album-item .as-album-border .as-album-name {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      color: #b143b2;
      text-transform: uppercase;
      position: absolute;
      top: 25%;
      left: 0;
      z-index: 20;
      font-size: 20px; }
    .as-albums .as-album-item .as-album-border .as-album-cover {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: relative;
      margin: auto;
      overflow: hidden;
      opacity: 0; }
      .as-albums .as-album-item .as-album-border .as-album-cover img {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: absolute;
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3); }
    .as-albums .as-album-item .as-album-border .as-album-link {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      position: absolute;
      width: 210px;
      height: 40px;
      line-height: 40px;
      display: block;
      text-transform: uppercase;
      color: #fff;
      font-size: 12px;
      background-color: #b143b2;
      text-align: center;
      -webkit-border-radius: 25px;
              border-radius: 25px;
      bottom: 0;
      z-index: 2;
      right: 50%;
      margin-right: -105px;
      top: 50%;
      margin-top: -20px;
      opacity: 0; }
    .as-albums .as-album-item .as-album-border:hover {
      background-color: #fff; }
      .as-albums .as-album-item .as-album-border:hover .as-album-link {
        opacity: 1; }
      .as-albums .as-album-item .as-album-border:hover .as-album-cover {
        opacity: 1; }
      .as-albums .as-album-item .as-album-border:hover .as-album-name {
        opacity: 0; }

.as-album-gallery__title {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #000; }

.as-album-gallery__small-photo {
  padding: 15px;
  height: 250px;
  position: relative; }
  .as-album-gallery__small-photo img {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block; }
  .as-album-gallery__small-photo svg {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -17px;
    fill: #7c2f7d;
    stroke: #7c2f7d;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all; }
  .as-album-gallery__small-photo:after {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0; }
  .as-album-gallery__small-photo:before {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: 1px #b143b2 solid;
    outline-offset: 50px;
    z-index: 2;
    opacity: 0; }
  .as-album-gallery__small-photo:hover {
    cursor: pointer; }
    .as-album-gallery__small-photo:hover:after {
      opacity: 1; }
    .as-album-gallery__small-photo:hover:before {
      opacity: 1;
      outline-offset: -30px; }
    .as-album-gallery__small-photo:hover svg {
      opacity: 1; }

.as-album-gallery__big-photo {
  padding: 15px;
  height: 500px;
  position: relative; }
  .as-album-gallery__big-photo img {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
    display: block; }
  .as-album-gallery__big-photo svg {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -17px;
    fill: #7c2f7d;
    stroke: #7c2f7d;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all; }
  .as-album-gallery__big-photo:after {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0; }
  .as-album-gallery__big-photo:before {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: 1px #b143b2 solid;
    outline-offset: 50px;
    z-index: 2;
    opacity: 0; }
  .as-album-gallery__big-photo:hover {
    cursor: pointer; }
    .as-album-gallery__big-photo:hover:after {
      opacity: 1; }
    .as-album-gallery__big-photo:hover:before {
      opacity: 1;
      outline-offset: -30px; }
    .as-album-gallery__big-photo:hover svg {
      opacity: 1; }
      
      .counter {display:none;}
.pagecounter{display:none;}
strong {font-weight:bold;}
 .colhits {font-size: 12px;
    color: #b143b2;
    letter-spacing: 1.2px;
    line-height: 1;
           width:40%;
    display: inline-block;
    position:relative;
          
      }
      .colhits::after {
          
           position: absolute;
    content: '';
    width: 15px;
    height: 11px;
    top:0px;
    /*right:0px;*/
     background-image: url(../images/news-images/eye.svg);
   /* background-position: right center;*/
    background-repeat: no-repeat; }
    
    .liveinet {text-align:right;}