@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body {
  font-family: 'Montserrat';
  font-size: 17px;
  min-width: 400px;
  background: #fff;
  margin: 0;
  padding: 0;
}

a {
  color: #7e7e7e;
}
a:hover {
  color: #333333;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 20px;
}

.btn-purpule a {
  font-size: 17px;
  width: 100%;
  display: block;
  background-color: #8c5594;
  color: #ffffff;
  text-align: center;
  border-radius: 15px;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 5px #999999;
  box-shadow: 2px 2px 5px #999999;
}
@media screen and (max-width: 1199px) {
  .btn-purpule a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .btn-purpule a {
    font-size: 0.8rem;
  }
}
.btn-purpule a:hover {
  background-color: #69406f;
}
.btn-purpule button {
  font-size: 17px;
  padding: 10px 25px;
  display: inline-block;
  background-color: #8c5594;
  color: #ffffff;
  text-align: center;
  border-radius: 15px;
  margin-top: 10px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 5px #999999;
  box-shadow: 2px 2px 5px #999999;
}
@media screen and (max-width: 1199px) {
  .btn-purpule button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .btn-purpule button {
    font-size: 0.8rem;
  }
}
.btn-purpule button:hover {
  background-color: #69406f;
}

ul.lang {
  position: fixed;
  top: 20px;
  right: 15px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1031;
}
ul.lang li {
  padding: 0 5px;
  list-style: none;
}
ul.lang li button {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid #fff;
}
ul.lang li button.active {
  border: 2px solid #4c6fab;
}
ul.lang li button.ru_flag {
  background-image: url("/img/flags/russia.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 35px;
}
ul.lang li button.uk_flag {
  background-image: url("/img/flags/ukraine.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 35px;
}

header, footer {
  background: #fff;
  width: 100%;
  z-index: 50;
}
header .mobile-menu, footer .mobile-menu {
  display: none;
}
@media screen and (max-width: 650px) {
  header .mobile-menu, footer .mobile-menu {
    display: block;
  }
}
header .mobile-menu .menu-triger, footer .mobile-menu .menu-triger {
  display: block;
  width: 25px;
  height: 17px;
  background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat;
  position: absolute;
  left: 15px;
  top: 28px;
}
header .mobile-menu .menu-close, footer .mobile-menu .menu-close {
  display: block;
  width: 28px;
  height: 28px;
  background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
}
header .mobile-menu .menu-popup, footer .mobile-menu .menu-popup {
  display: none;
  background: #2c2e3e;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  z-index: 9999;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
header .mobile-menu .menu-popup ul, footer .mobile-menu .menu-popup ul {
  margin: 0;
  padding: 0;
}
header .mobile-menu .menu-popup li, footer .mobile-menu .menu-popup li {
  list-style: none;
  margin: 10px 0;
  padding: 5px 0;
  text-align: center;
}
header .mobile-menu .menu-popup li a, footer .mobile-menu .menu-popup li a {
  font-size: 18px;
  font-family: "Arial";
  color: white;
  line-height: 1.4;
  text-decoration: none;
}
header .header-line, header .footer-line, footer .header-line, footer .footer-line {
  padding: 30px 0 50px 0;
}
@media screen and (max-width: 767px) {
  header .header-line, header .footer-line, footer .header-line, footer .footer-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
header .header-line .logo, header .footer-line .logo, footer .header-line .logo, footer .footer-line .logo {
  position: relative;
  display: block;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 30%;
  content: "";
  height: 57px;
}
@media screen and (max-width: 991px) {
  header .header-line .logo, header .footer-line .logo, footer .header-line .logo, footer .footer-line .logo {
    min-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  header .header-line .logo, header .footer-line .logo, footer .header-line .logo, footer .footer-line .logo {
    margin: 15px 0;
    width: 100%;
  }
}
header .header-line .logo a, header .footer-line .logo a, footer .header-line .logo a, footer .footer-line .logo a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
header .header-line .address, header .footer-line .address, footer .header-line .address, footer .footer-line .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .header-line .address, header .footer-line .address, footer .header-line .address, footer .footer-line .address {
    width: 50%;
  }
}
@media screen and (max-width: 445px) {
  header .header-line .address, header .footer-line .address, footer .header-line .address, footer .footer-line .address {
    width: 100%;
    margin-bottom: 15px;
  }
}
header .header-line .address .icon, header .footer-line .address .icon, footer .header-line .address .icon, footer .footer-line .address .icon {
  border: 1px solid #9d5497;
  border-radius: 50%;
  min-width: 55px;
  min-height: 55px;
  background: url("../img/mapmarker2.png") no-repeat center;
  background-size: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  header .header-line .address .icon, header .footer-line .address .icon, footer .header-line .address .icon, footer .footer-line .address .icon {
    min-width: 40px;
    min-height: 40px;
    background-size: 20px;
  }
}
header .header-line .address .text, header .footer-line .address .text, footer .header-line .address .text, footer .footer-line .address .text {
  font-size: 0.9rem;
  width: auto;
}
header .header-line .phone, header .footer-line .phone, footer .header-line .phone, footer .footer-line .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
  height: 100%;
  min-width: 220px;
}
@media screen and (max-width: 767px) {
  header .header-line .phone, header .footer-line .phone, footer .header-line .phone, footer .footer-line .phone {
    width: 50%;
  }
}
@media screen and (max-width: 445px) {
  header .header-line .phone, header .footer-line .phone, footer .header-line .phone, footer .footer-line .phone {
    width: 100%;
  }
}
header .header-line .phone .icon, header .footer-line .phone .icon, footer .header-line .phone .icon, footer .footer-line .phone .icon {
  border: 1px solid #9d5497;
  border-radius: 50%;
  min-width: 55px;
  min-height: 55px;
  background: url("../img/phonemarker.png") no-repeat center;
  background-size: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  header .header-line .phone .icon, header .footer-line .phone .icon, footer .header-line .phone .icon, footer .footer-line .phone .icon {
    min-width: 40px;
    min-height: 40px;
    background-size: 20px;
  }
}
header .header-line .phone .text, header .footer-line .phone .text, footer .header-line .phone .text, footer .footer-line .phone .text {
  width: auto;
}
header .header-line .phone .text a, header .footer-line .phone .text a, footer .header-line .phone .text a, footer .footer-line .phone .text a {
  display: block;
  font-size: 1rem;
  color: #7e7e7e;
}
header .subline, footer .subline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  header .subline, footer .subline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
header .subline .expirience, footer .subline .expirience {
  width: 40%;
  background: #a293be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-right: 5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  header .subline .expirience, footer .subline .expirience {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}
header .subline .menu, footer .subline .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 60%;
}
@media screen and (max-width: 991px) {
  header .subline .menu, footer .subline .menu {
    width: 100%;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 650px) {
  header .subline .menu, footer .subline .menu {
    display: none;
  }
}
header .subline .menu ul, footer .subline .menu ul {
  height: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
header .subline .menu ul li.active, footer .subline .menu ul li.active {
  background: #8c5594;
}
header .subline .menu ul li.active a, footer .subline .menu ul li.active a {
  color: #fff;
}
header .subline .menu ul li a, footer .subline .menu ul li a {
  display: block;
  padding: 5px 15px;
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}
header .subline .menu ul li a:hover, footer .subline .menu ul li a:hover {
  background: #8579a1;;
  color: #fff;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}

[class^=section-] {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  [class^=section-] {
    padding: 50px 0;
  }
}

.section-regular-header {
  background-image: url("../img/s-1-bg.jpg");
  background-attachment: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 7vh;
  padding: 0;
}

.section-regular h1 {
  color: #9d5497;
  font-size: 36px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.section-1 {
  width: 100%;
  padding: 120px 0;
  position: relative;
  background-image: url("../img/s-1-bg.jpg");
  background-attachment: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .section-1 {
    height: 65vh;
  }
}
@media screen and (max-width: 991px) {
  .section-1 {
    height: 55vh;
  }
}
@media screen and (max-width: 767px) {
  .section-1 {
    height: 350px;
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-1 .photo {
    display: none;
  }
}
.section-1 .image-block {
  background-image: url("../img/dmitry.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-1 .text-block .title {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .section-1 .text-block .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section-1 .text-block .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-1 .text-block .title {
    text-align: center;
  }
}
.section-1 .text-block .description {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .section-1 .text-block .description {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section-1 .text-block .description {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-1 .text-block .description {
    text-align: center;
  }
}
.section-1 .text-block .btn-purpule a {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .section-1 .text-block .btn-purpule a {
    font-size: 1.2rem;
  }
}

.section-2 {
  position: relative;
  padding: 0;
  margin-top: -50px;
  z-index: 5;
}
.section-2 .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #9d5497;
  height: 100%;
  color: #fff;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-2 .info-block {
    margin-bottom: 30px;
  }
}
.section-2 .info-block .icon.phone {
  border: 1px solid #9d5497;
  border-radius: 50%;
  min-width: 55px;
  min-height: 55px;
  background: url("../img/phone.png") no-repeat center;
  background-size: 40px;
}
.section-2 .info-block .icon.time {
  border: 1px solid #9d5497;
  border-radius: 50%;
  min-width: 55px;
  min-height: 55px;
  background: url("../img/time.png") no-repeat center;
  background-size: 40px;
}
.section-2 .info-block .icon.appointment {
  border: 1px solid #9d5497;
  border-radius: 50%;
  min-width: 55px;
  min-height: 55px;
  background: url("../img/appointment.png") no-repeat center;
  background-size: 40px;
}
.section-2 .info-block .text-block {
  padding: 30px;
  font-size: 17px;
  max-width: 200px;
}
@media screen and (max-width: 991px) {
  .section-2 .info-block .text-block {
    padding: 15px;
    max-width: 225px;
  }
}

.section-3 {
  background: #fff;
}
.section-3 h1 {
  color: #9d5497;
  font-size: 36px;
  margin-bottom: 50px;
}
.section-3 h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-3 h2 {
    text-align: center;
    width: 100%;
  }
}
.section-3 img {
  max-width: 350px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .section-3 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-3 img {
    margin-bottom: 30px;
    max-width: 250px;
  }
}
.section-3 .text-block .description {
  text-align: justify;
  text-indent: 30px;
}

.section-4 {
  padding: 30px;
  background: #9d5497;
  color: #fff;
  font-size: 1.5rem;
}

.employees .photo {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 7px solid #e4e4e4;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 991px) {
  .employees .photo {
    width: 180px;
    height: 180px;
  }
}
.employees .photo:hover {
  border: 7px solid #9d5497;
  cursor: pointer;
}
.employees .photo:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 7px solid #fff;
}
.employees .text-block h3 {
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .employees .text-block h3 {
    font-size: 1.2rem;
  }
}
.employees .text-block p {
  color: #9d5497;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .employees .text-block p {
    font-size: 0.9rem;
  }
}

.section-6 a .service {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  margin-bottom: 30px;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}
.section-6 a .service .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  background: #9d5497;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.section-6 a:hover .service {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.section-6 a:hover .service .description {
  background: #933a8c;
}

.section-7 .btn-purpule {
  max-width: 650px;
  margin: 0 auto;
}

.section-10 h1 {
  color: #9d5497;
  font-size: 36px;
  margin-bottom: 50px;
}
.section-10 .reviews {
  max-width: 850px;
}
.section-10 .reviews a {
  display: block;
  margin: 15px;
}
.section-10 .reviews a img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.section-10 .reviews button {
  color: transparent;
  background-size: contain;
  height: 40px;
  width: 30px;
}
.section-10 .reviews button::before {
  content: "";
}
.section-10 .reviews button.slick-prev {
  background: url("../img/arrow-left.png") no-repeat center;
  left: -35px;
}
.section-10 .reviews button.slick-next {
  background: url("../img/arrow-right.png") no-repeat center;
  right: -35px;
}

footer {
  border-top: 7px solid #9d5497;
}

.section-cunsult .cunsult-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section-cunsult .cunsult-container .btn-purpule {
  padding: 0;
  width: 33%;
  min-width: 250px;
}
.section-cunsult .cunsult-container .btn-purpule a {
  padding: 15px 30px;
}
.section-cunsult .cunsult-container .btn-purpule a:hover {
  text-decoration: none;
}
.section-cunsult .cunsult-container .call-text {
  font-size: 45px;
  color: #fff;
}
.section-cunsult.cunsult-bg {
  background-image: url("../img/cunsult-bg.jpg");
  background-size: cover;
  background-position: center;
}

.service {
  background: #f7f6f8;
}
.service .after-disclaimer {
  text-align: center;
  color: #888;
  padding: 30px;
}
.service .after-disclaimer span {
  font-weight: bold;
  color: #9d5497;
}
.service .after-disclaimer a {
  font-weight: bold;
  color: #9d5497 !important;
  text-decoration: underline;
}

.service-container .left-icon {
  position: relative;
  margin-left: 60px;
}
.service-container .left-icon:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #9d5497;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.service-container .icon-tooth-lechenie:before {
  background-image: url("../img/tooth-lechenie.png");
}
.service-container .icon-tooth-protez:before {
  background-image: url("../img/protez.png");
}
.service-container .icon-tooth-hirurg:before {
  background-image: url("../img/hirurgiya.png");
}
.service-container .service-container--block {
  background: #fff;
  border-radius: 5px;
  border-bottom: 3px solid #e8e9e8;
  padding: 30px;
  margin-bottom: 30px;
  padding-left: 70px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}
.service-container .service-container--block ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.service-container .service-container--block ul li {
  position: relative;
  text-wrap: normal;
  padding: 5px 15px 5px 15px;
  max-width: 34%;
  min-width: 300px;
}
.service-container .service-container--block ul li :before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "•";
  vertical-align: top;
  margin-right: 10px;
}
.service-container .service-container--block ul li span {
  color: #9d5497;
}

.price {
  background: #f7f6f8;
}
.price .price-table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}
.price .price-table tr:hover {
  background: #9d5497;
  color: #fff;
  transition: 0.3s ease;
  cursor: cell;
}
.price .price-table tr:hover > .price-val {
  color: #fff;
}
.price .price-table td, .price .price-table th {
  padding: 15px;
}
.price .price-table .header {
  background: #fff;
  color: #444;
}
.price .price-table .category {
  background: #d7cfd6;
  color: #444;
}
.price .price-table .data {
  background: #dfdfe0;
  color: #444;
}
.price .price-table .price-val {
  color: #9d5497;
  font-weight: bold;
}

.article p {
  text-indent: 15px;
  color: #444;
}
.article .article-content .white-block {
  min-width: 250px;
  display: flex;
  background: #fff;
  flex-direction: column;
  border-radius: 5px;
  border-bottom: 3px solid #e8e9e8;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}
.article .article-content .white-block div {
  color: #9d5497;
}
.article .article-content ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 0;
}
.article .article-content ul li {
  position: relative;
  display: block;
  text-wrap: normal;
  padding: 5px 15px 5px 15px;
  min-width: 300px;
  width: 50%;
}
.article .article-content ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "•";
  vertical-align: top;
  font-size: 27px;
  line-height: 1;
  color: #9d5497;
}

.articles a {
  display: block;
  margin-bottom: 30px;
}
.articles a .image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}
.articles a:hover .service {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.articles a:hover .service .description {
  background: #933a8c;
}
.articles a .description {
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #444;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #fff;
  flex-direction: column;
  border-bottom: 3px solid #e8e9e8;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}
.articles a .description div {
  color: #9d5497;
  text-transform: none;
}
.articles a .description p {
  margin: 15px 0;
  font-size: 17px;
}

.section-btn {
  padding: 0 0 60px 0;
}
.section-btn .btn-purpule a {
  padding: 10px 25px;
}
.section-btn .btn-purpule a:hover {
  text-decoration: none;
}

.contacts {
  background: #f7f6f8;
}
.contacts .photo {
  position: relative;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border: 7px solid #e4e4e4;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0 auto 15px auto;
}
.contacts .photo:hover {
  border: 7px solid #9d5497;
  cursor: pointer;
}
.contacts .photo:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 7px solid #fff;
}
.contacts .text-block {
  margin: 0 auto 20px auto;
}
.contacts .text-block div {
  color: #444;
  text-align: center;
}
.contacts .text-block div a {
  color: #9d5497;
  text-align: center;
}
.contacts .contact-form {
  max-width: 500px;
  margin: 30px auto;
  background: #fff;
  border-top: 5px solid #9d5497;
  padding: 15px 30px;
}
.contacts .contact-form h2 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}
.contacts .contact-form .form-group:hover > input, .contacts .contact-form .form-group:hover > textarea {
  border: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 5px solid #9d5497;
}
.contacts .contact-form .form-group:hover > label {
  color: #9d5497;
}
.contacts .contact-form label {
  color: #444;
}
.contacts .contact-form input, .contacts .contact-form textarea {
  border: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 5px solid #d7d7d7;
}

.pagination {
  margin: 0 auto;
}
.pagination li {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 3px;
}
.pagination li a, .pagination li span {
  display: flex;
  justify-items: center;
  justify-content: center;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #c5c5c5;
  border: 5px solid #c5c5c5 !important;
}
.pagination li.prev a, .pagination li.prev span, .pagination li.next a, .pagination li.next span {
  line-height: 0.8;
}
.pagination li.prev span, .pagination li.next span {
  color: #eaeaea !important;
  border: 5px solid #eaeaea !important;
}
.pagination li.active a {
  border: 5px solid #9d5497 !important;
  background: transparent !important;
  color: #9d5497 !important;
}
.pagination li:hover > a {
  border: 5px solid #9d5497 !important;
  background: transparent !important;
  color: #9d5497 !important;
}

.section-regular.app-reviews {
  background: #F7F6F8;
}
.section-regular.app-reviews .swiper {
  width: 100%;
  max-width: 950px;
}
.section-regular.app-reviews .swiper-button-next, .section-regular.app-reviews .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  color: #8c5594;
  border: 3px solid #8c5594;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.section-regular.app-reviews .swiper-button-prev, .section-regular.app-reviews .swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
  color: #8c5594;
  border: 3px solid #8c5594;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.section-regular.app-reviews .swiper-button-prev:after, .section-regular.app-reviews .swiper-rtl .swiper-button-next:after {
  font-size: 24px;
}
.section-regular.app-reviews .swiper-button-next:after, .section-regular.app-reviews .swiper-rtl .swiper-button-prev:after {
  font-size: 24px;
}
.section-regular.app-reviews .app-reviews-item {
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 800px) {
  .section-regular.app-reviews .app-reviews-item h2 {
    font-size: 20px;
  }
}
.section-regular.app-reviews .app-reviews-item .review-author-info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(60px, -50%);
  background: #fff;
  width: 30%;
  border-radius: 25px;
  padding: 30px;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .section-regular.app-reviews .app-reviews-item .review-author-info {
    padding: 15px;
  }
}
@media screen and (max-width: 650px) {
  .section-regular.app-reviews .app-reviews-item .review-author-info {
    position: relative;
    width: 100%;
    transform: translate(0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.section-regular.app-reviews .app-reviews-item .review-author-info .avatar {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  margin-bottom: -70px;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  border: 5px solid #d7d7d7;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-regular.app-reviews .app-reviews-item .review-author-info .review-author-service {
  color: #9D5497;
}
@media screen and (max-width: 800px) {
  .section-regular.app-reviews .app-reviews-item .review-author-info .review-author-service {
    font-size: 15px;
  }
}
.section-regular.app-reviews .app-reviews-item .review-author-content {
  position: relative;
  width: 70%;
  float: right;
  box-sizing: border-box;
  padding: 40px 40px 40px 60px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  z-index: 8;
}
@media screen and (max-width: 800px) {
  .section-regular.app-reviews .app-reviews-item .review-author-content {
    padding: 20px 20px 20px 60px;
  }
}
@media screen and (max-width: 650px) {
  .section-regular.app-reviews .app-reviews-item .review-author-content {
    position: relative;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.section-regular.app-reviews .app-reviews-item .review-author-content .body {
  min-height: 200px;
  max-height: 350px;
  overflow: auto;
}
.section-regular.app-reviews .app-reviews-item .review-author-content .body .video {
  position: relative;
  padding-bottom: 58.66666666%;
  height: 0;
}
.section-regular.app-reviews .app-reviews-item .review-author-content .body .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-regular.app-reviews .app-reviews-item .review-author-content:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 10px;
  width: 70px;
  height: 70px;
  background: url("/img/quote.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .section-regular.app-reviews .app-reviews-item .review-author-content:before {
    top: 0px;
    width: 40px;
    height: 40px;
  }
}
.section-regular.app-all-reviews {
  background: #F7F6F8;
}
.section-regular.app-all-reviews .app-reviews-item {
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 800px) {
  .section-regular.app-all-reviews .app-reviews-item h2 {
    font-size: 20px;
  }
}
.section-regular.app-all-reviews .app-reviews-item .review-author-info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(60px, -50%);
  background: #fff;
  width: 30%;
  border-radius: 25px;
  padding: 30px;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.section-regular.app-all-reviews .app-reviews-item .review-author-info .avatar {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  margin-bottom: -70px;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  border: 5px solid #d7d7d7;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .section-regular.app-all-reviews .app-reviews-item .review-author-info {
    position: relative;
    width: 100%;
    transform: translate(0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.section-regular.app-all-reviews .app-reviews-item .review-author-info .review-author-service {
  color: #9D5497;
}
@media screen and (max-width: 800px) {
  .section-regular.app-all-reviews .app-reviews-item .review-author-info .review-author-service {
    font-size: 15px;
  }
}
.section-regular.app-all-reviews .app-reviews-item .review-author-content {
  position: relative;
  width: 70%;
  margin-left: 30%;
  box-sizing: border-box;
  padding: 40px 40px 40px 60px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  z-index: 8;
}
@media screen and (max-width: 800px) {
  .section-regular.app-all-reviews .app-reviews-item .review-author-content {
    position: relative;
    width: 100%;
    margin-left: 0%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.section-regular.app-all-reviews .app-reviews-item .review-author-content .body {
  min-height: 200px;
  max-height: 350px;
  overflow: auto;
}
.section-regular.app-all-reviews .app-reviews-item .review-author-content .body .video {
  position: relative;
  padding-bottom: 58.66666666%;
  height: 0;
}
.section-regular.app-all-reviews .app-reviews-item .review-author-content .body .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-regular.app-all-reviews .app-reviews-item .review-author-content:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 10px;
  width: 70px;
  height: 70px;
  background: url("/img/quote.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .section-regular.app-all-reviews .app-reviews-item .review-author-content:before {
    top: 0px;
    width: 40px;
    height: 40px;
  }
}

.review-author-social-block {
  display: flex;
  margin-top: 15px;
}
.review-author-social-block .icon {
  margin: 3px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.review-author-social-block .icon-facebook {
  background-image: url("/img/fb.png");
}
.review-author-social-block .icon-twitter {
  background-image: url("/img/twitter.png");
}
.review-author-social-block .icon-instagram {
  background-image: url("/img/insta.png");
}
.review-author-social-block .icon-vk {
  background-image: url("/img/vk.png");
}

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