@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "HansHand";
  src: url("../fonts/HansHand.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 360px;
  background: #f0efef;
  margin: 0;
  padding: 0;
}

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: 10px;
  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;
}

header, footer {
  position: absolute;
  width: 100%;
  z-index: 50;
}
header .header-line, header .footer-line, footer .header-line, footer .footer-line {
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  header .header-line, header .footer-line, footer .header-line, footer .footer-line {
    border: 0;
  }
}
header .header-line .logo, header .footer-line .logo, footer .header-line .logo, footer .footer-line .logo {
  display: block;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 238px;
  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: 150px;
  }
}
@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 .info, header .footer-line .info, footer .header-line .info, footer .footer-line .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-line .info .address, header .footer-line .info .address, footer .header-line .info .address, footer .footer-line .info .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%;
  min-width: 250px;
}
header .header-line .info .address .icon, header .footer-line .info .address .icon, footer .header-line .info .address .icon, footer .footer-line .info .address .icon {
  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 .info .address .icon, header .footer-line .info .address .icon, footer .header-line .info .address .icon, footer .footer-line .info .address .icon {
    min-width: 40px;
    min-height: 40px;
    background-size: 20px;
  }
}
header .header-line .info .address .text, header .footer-line .info .address .text, footer .header-line .info .address .text, footer .footer-line .info .address .text {
  font-size: 0.9rem;
  width: auto;
}
header .header-line .info .phone, header .footer-line .info .phone, footer .header-line .info .phone, footer .footer-line .info .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;
}
header .header-line .info .phone .icon, header .footer-line .info .phone .icon, footer .header-line .info .phone .icon, footer .footer-line .info .phone .icon {
  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 .info .phone .icon, header .footer-line .info .phone .icon, footer .header-line .info .phone .icon, footer .footer-line .info .phone .icon {
    min-width: 40px;
    min-height: 40px;
    background-size: 20px;
  }
}
header .header-line .info .phone .text, header .footer-line .info .phone .text, footer .header-line .info .phone .text, footer .footer-line .info .phone .text {
  width: auto;
}
header .header-line .info .phone .text a, header .footer-line .info .phone .text a, footer .header-line .info .phone .text a, footer .footer-line .info .phone .text a {
  font-size: 1.3rem;
  color: #444;
}
@media screen and (max-width: 991px) {
  header .header-line .info .phone .text a, header .footer-line .info .phone .text a, footer .header-line .info .phone .text a, footer .footer-line .info .phone .text a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  header .header-line .callback.btn-purpule, header .footer-line .callback.btn-purpule, footer .header-line .callback.btn-purpule, footer .footer-line .callback.btn-purpule {
    display: none;
  }
}

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

.section-1 {
  width: 100%;
  height: 75vh;
  position: relative;
  background-image: url("../img/bg_s_1.jpg");
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 0 0;
  z-index: 1;
}
@media screen and (min-width: 991px) {
  .section-1 {
    min-height: 600px;
  }
}
@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: 50vh;
    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: #9d5497;
  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: #111;
  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 .count-box {
  padding: 30px 0;
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .section-2 .count-box {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-2 .count-box {
    padding: 15px 0;
  }
}
.section-2 .count-box span {
  color: #9d5497;
  font-weight: bold;
}
.section-2 .count-box p {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #111;
}
@media screen and (max-width: 991px) {
  .section-2 .count-box p {
    font-size: 1.2rem;
  }
}

.section-3 h1 {
  color: #9d5497;
  font-size: 36px;
}
.section-3 .image-block {
  text-align: center;
  padding: 30px 0;
}
.section-3 .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-3 .text-block ul {
  padding: 15px;
  margin: 0;
  max-width: 450px;
}
.section-3 .text-block ul li {
  list-style: none;
  margin-bottom: 15px;
}
.section-3 .text-block ul li:before {
  display: inline-block;
  content: "—";
  margin-left: -15px;
  margin-right: 5px;
}

.section-4 {
  position: relative;
}
.section-4 .video-block img {
  -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;
}
.section-4::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background: #9d5497;
  height: 40vh;
  width: 100%;
  z-index: 10;
}
.section-4 h1 {
  position: relative;
  color: #fff;
  height: 10vh;
  min-height: 100px;
  z-index: 11;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .section-4 h1 {
    height: 150px;
  }
}
.section-4 .video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 11;
  position: relative;
}
.section-4 .video-block a {
  display: block;
}
.section-4 .video-block a img {
  height: 40vh;
}
@media screen and (max-width: 767px) {
  .section-4 .video-block a img {
    height: 250px;
  }
}

.section-5 .text-block {
  background-color: #FFF;
  background-image: url("../img/s-5-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  margin-top: 50px;
}
.section-5 .text-block .compare-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.7);
  -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;
  padding: 15px;
}
.section-5 .text-block .compare-row div {
  border-bottom: 1px dashed #9d5497;
  max-width: 450px;
}
.section-5 .text-block h2 {
  color: #9d5497;
  font-size: 27px;
}

.section-6 .header-block h4 {
  margin: 5vh 0;
  text-align: center;
}
.section-6 .text-block {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .section-6 .text-block {
    padding-left: 80px;
  }
}
@media screen and (max-width: 575px) {
  .section-6 .text-block {
    padding: 0;
  }
}
.section-6 .text-block::before {
  position: absolute;
  content: "";
  display: block;
  left: -70px;
  top: -25px;
  background: url("../img/4.png") no-repeat center;
  background-size: contain;
  height: 50px;
  width: 50px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .section-6 .text-block::before {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-6 .text-block::before {
    display: none;
  }
}
.section-6 .text-block p {
  text-indent: 30px;
  margin: 0 auto;
}

.section-7 {
  background: #fff;
}
.section-7 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-7 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-7 img {
    margin-bottom: 30px;
    max-width: 250px;
  }
}
.section-7 h1 {
  color: #9d5497;
  font-size: 36px;
  margin-bottom: 50px;
}
.section-7 h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-7 h2 {
    text-align: center;
    width: 100%;
  }
}
.section-7 .text-block .description {
  text-align: justify;
}

.section-8 h1 {
  color: #9d5497;
  font-size: 36px;
  margin-bottom: 50px;
}
.section-8 .certificates {
  max-width: 850px;
}
.section-8 .certificates a {
  display: block;
  margin: 15px;
}
.section-8 .certificates 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-8 .certificates button {
  color: transparent;
  background-size: contain;
  height: 40px;
  width: 30px;
}
.section-8 .certificates button::before {
  content: "";
}
.section-8 .certificates button.slick-prev {
  background: url("../img/arrow-left.png") no-repeat center;
  left: -35px;
}
.section-8 .certificates button.slick-next {
  background: url("../img/arrow-right.png") no-repeat center;
  right: -35px;
}

.section-9 {
  background: #9d5497 url("../img/s-8-bg.jpg") no-repeat right;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .section-9 {
    background: #9d5497;
  }
}
.section-9 .text-block {
  background: #9d5497;
  position: relative;
  height: 100%;
  padding: 50px 0 50px 50px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .section-9 .text-block {
    width: 100%;
  }
}
.section-9 .text-block::before {
  position: absolute;
  content: "";
  display: block;
  right: -100px;
  top: 0px;
  background: url("../img/3.png") no-repeat right center;
  background-size: auto 110%;
  height: 100%;
  width: 100px;
  z-index: 10;
}
.section-9 .text-block h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 50px;
}
.section-9 .text-block p {
  color: #fff;
}

.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;
}

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