@charset "UTF-8";
@font-face {
  font-family: 'Nunito Sans';
  src: local("☺"), url("../fonts/nunito-sans/nunito-sans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito Sans';
  src: local("☺"), url("../fonts/nunito-sans/nunito-sans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'YesevaOne';
  src: local("☺"), url("../fonts/yeseva-one/yeseva-one-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  overflow-x: hidden;
  background: #000;
  counter-reset: num;
}

.white-page {
  background: #fff;
  color: #000;
}

a {
  text-decoration: none;
}
.bname,.blogin{display: none !important;}
.container {
  max-width: 1400px;
  margin: 0 auto;
}

.btn-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  padding: 30px 95px;
  border-radius: 50px;
  z-index: 5;
  cursor: pointer;
}

.btn-link:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.btn-link-round {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  padding: 0;
}
.container.section.feedback{
  overflow-x: hidden;
}
.white-page .del {
  background: #cccccc;
}

.del {
  height: 1px;
  width: 100%;
  background: #333333;
  margin-top: 120px;
}

.test {
  height: 100px;
  width: 100px;
  background: #fff;
}

.sm-text {
  font-size: 14px;
  color: #bababa;
}
.overflow-hidden__wrap{
  overflow: hidden;
}
.content-wrap{
  scroll-behavior: smooth;
}

.section {
  position: relative;
}

.logo img {
  height: 110px;
  max-width: 110px;
}

.card-title {
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card-title:hover {
  color: #c05981;
  border-color: #c05981;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card-descr {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #bababa;
  margin-top: 32px;
}

.tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.tagline__footnote {
  font-size: 14px;
  color: #bababa;
  display: block;
}

.tagline__footnote-block {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-top: 30px;
}

.tagline__text-block {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.tagline__text {
  padding: 0 100px;
  position: relative;
  font-size: 36px;
  line-height: 42px;
}

.tagline__text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  height: 24px;
  width: 12px;
  background: #fff;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
}

.tagline__text::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 6px;
  height: 24px;
  width: 12px;
  background: #868146;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}

.tagline__name {
  display: block;
  font-size: 24px;
  margin-top: 20px;
}

.tagline__more-link {
  padding-left: 100px;
  margin-top: 100px;
}

.more-link {
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.more-link:hover {
  color: #c05981;
}

.content-text {
  font-size: 18px;
  color: #bababa;
}

.section__subtitle {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #bababa;
}

.tagline__link {
  display: block;
  font-size: 24px;
  margin-top: 20px;
}

.tagline__text a, .tagline__link {
  color: #fff;
  text-decoration: underline;
}

.tagline__text a:hover, .tagline__link:hover {
  color: #c05981;
}

.footer {
  margin-top: 120px;
}

.white-page .footer {
  margin-top: 60px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 3;
  position: relative;
}

.menu__column {
  list-style: none;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.menu__link {
  margin-bottom: 25px;
}

.menu__link a, .menu__phone {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.menu__link a:hover, .menu__phone:hover {
  color: #c05981;
}

.menu__time {
  display: block;
  margin-top: 25px;
}

.menu__btn {
  width: 100%;
  padding: 30px 0;
  max-width: 300px;
}

.menu__btn img {
  height: 20px;
  width: 20px;
  margin-right: 20px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 65px 0;
}

.footer-bottom__block {
  font-size: 20px;
}

.footer-bottom__block span {
  display: block;
}

.footer-bottom__block a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer-bottom__block a:hover {
  color: #c05981;
  border-bottom: 1px solid #c05981;
}

.white-page .tagline__text {
  padding: 0 90px;
}

.white-page .tagline__text::before {
  background: #000;
}

.white-page .tagline__text::after {
  background: #f4c5d9;
}

.white-page .tagline__footnote {
  color: #454545;
}

.white-page .content-text {
  color: #454545;
}

.proj__rb {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.proj__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 40px;
}

.btn-link-round__proj-decor {
  position: absolute;
  top: 15px;
  left: -10.5%;
  width: 60%;
  z-index: -1;
}

.white-page .btn-link {
  background: #000;
  color: #fff;
}

.proj__lb {
  position: relative;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.jce {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.mt {
  margin-top: 118px;
}

.footnote__link {
  color: #454545;
  text-decoration: underline;
}

.footnote__link:hover {
  color: #eb80aa;
}

.white-page .tagline__more-link {
  color: #000;
}

.white-page .tagline__more-link:hover {
  color: #eb80aa;
}

.tagline_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tagline_reverse .tagline__text::before {
  border-radius: 0;
  height: auto;
  width: auto;
  background: transparent;
  border: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
}

.tagline_reverse .tagline__text::after {
  border-radius: 0;
  height: auto;
  width: auto;
  background: transparent;
  border: 12px solid #868146;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
}

.white-page .tagline_reverse .tagline__text::before {
  border: 12px solid #000;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
}

.figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 165px;
  margin-right: 40px;
}

.triangle {
  border: 21px solid #fff;
  border-bottom: 21px solid transparent;
  border-right: 21px solid transparent;
}

.square {
  height: 42px;
  width: 42px;
  background: #fff;
}

.circle {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  background: #fff;
}

.figures_pink {
  background: #eb80aa;
}

.header {
  border-bottom: 1px solid #333333;
}

.project-page .header {
  border: none;
  padding: 0;
}

.white-page .burger-menu__modal {
  color: #fff;
}

.header__wrap {
  padding: 55px 0;
  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;
  position: relative;
}

.header__logo {
  position: absolute;
  text-align: center;
  width: 100%;
  pointer-events: none;
}

.header__logo img {
  pointer-events: all;
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.header-menu__link {
  margin-right: 20px;
}

.header-menu__link a {
  color: #bababa;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.white-page .header-menu__link a {
  color: #454545;
}

.main-screen {
  padding-top: 120px;
  padding-bottom: 400px;
  position: relative;
}

.main-screen__subtitle {
  display: block;
  max-width: 300px;
  font-size: 20px;
  color: #bababa;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
}

.white-page .main-screen__subtitle {
  color: #454545;
  max-width: 200px;
}

.main-screen__decor {
  position: absolute;
  bottom: 12%;
  left: 25%;
  width: 50%;
}

.main-screen__title {
  pointer-events: none;
  text-align: center;
  z-index: 12;
  position: relative;
}

.main-screen__title span:first-child {
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  color: #868146;
}

.packages-page .main-screen__title span:first-child {
  color: #eb80aa;
}

.main-screen__title span:last-child {
  font-size: 160px;
  font-family: "YesevaOne";
  line-height: 0.75;
  letter-spacing: 3px;
}

.main-screen__title div {
  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;
}

.main-screen__title a {
  pointer-events: all;
  margin-right: 50px;
}

.header__burger-trig {
  margin-right: 30px;
}

.header__inst img, .header__burger-trig img {
  width: 28px;
  height: 28px;
  -webkit-background-size: 28px;
  background-size: 28px;
}

.anim-ph {
  position: absolute;
  width: 350px;
  height: 350px;
  z-index: -1;
}
.anim-ph-works {
  height: auto;
}
.anim-ph img {
  width: 100%;
  border-radius: 30px;
}

.anim-ph__photo {
  z-index: 2;
}

.anim-ph__shadow {
  position: relative;
  min-width: 600px;
  margin-top: -280px;
  margin-left: -180px;
}

.anim-ph-1 {
  top: -3%;
  left: 4%;
  z-index: 5;
}

.anim-ph-2 {
  top: 8%;
  right: -10%;
}

.anim-ph-3 {
  bottom: 0;
  right: 15%;
}

.about {
  background: url(../img/pink-shadow.png) 0 35% no-repeat;
  position: relative;
}

.about__decor {
  position: absolute;
  right: -240px;
  bottom: -50px;
  width: 85%;
}

.about__vk {
  position: absolute;
  color: #000;
  margin-left: 180px;
  margin-top: -60px;
}

.about__vk img {
  height: 30px;
  width: 30px;
}

.about__vk span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}
.menu__btn-icon {
  height: 25px;
  width: 25px;
  background: url(../img/icons/icon__tg.svg) no-repeat;
  margin-right: 15px;
  -webkit-background-size: 25px;
  background-size: 25px;
}
.burger-menu .menu__btn-icon {
  background: url(../img/icons/icon__tg.svg) no-repeat;
  -webkit-background-size: 25px;
  background-size: 25px;
}
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 120px;
  position: relative;
}

.about__wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 78%;
  border: 12px solid #c05981;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
}

.about__block {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  position: relative;
}

.about__title {
  margin-left: 120px;
  position: absolute;
}

.about__title span:first-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  color: #c05981;
  padding-left: 90px;
}

.about__title span:last-child {
  font-size: 110px;
  font-family: "YesevaOne";
  line-height: 0.75;
  letter-spacing: 5px;
  margin-left: 10px;
}

.about__title span:first-child::before {
  content: '';
  position: absolute;
  left: 15px;
  height: 55px;
  width: 55px;
  background: #c05981;
}

.about__info {
  display: block;
  max-width: 200px;
  font-size: 14px;
  color: #bababa;
  margin-top: 240px;
  margin-bottom: 20px;
}

.about__name {
  font-size: 24px;
}

.about__text {
  font-size: 18px;
  color: #bababa;
  padding-left: 120px;
  position: relative;
  margin-top: 60px;
  max-width: 460px;
  margin-bottom: 100px;
}

.about__text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
}

.about__photo {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  overflow: hidden;
}

.about__photo img {
  width: 100%;
}

.offer__content {
  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;
  width: 100%;
}

.offer__content-wrap {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.offer__link {
  margin-left: 160px;
  margin-top: 230px;
}

.offer__decor {
  position: absolute;
  left: -10.5%;
  margin-top: 220px;
  z-index: -1;
  width: 60%;
}

.offer__decor-2 {
  position: absolute;
  margin-left: 50px;
  width: 55%;
  z-index: -1;
}

.offer__photo {
  margin-top: 100px;
}

.offer__title {
  margin-top: 60px;
  margin-bottom: 80px;
}

.offer__title span:first-child {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  line-height: 80px;
  color: #868146;
  padding-left: 80px;
  position: relative;
}

.offer__title span:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  height: 55px;
  width: 55px;
  background: #868146;
}

.offer__title span:last-child {
  text-transform: lowercase;
  font-family: "YesevaOne";
  font-size: 120px;
  line-height: 70px;
}

.offer__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer__text-wrap {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.offer__text {
  margin-bottom: 15px;
}

.packages {
  background: url(../img/package-bg.png) no-repeat;
  background-size: cover;
  padding-bottom: 20px;
  position: relative;
}

.packages__decor {
  position: absolute;
  right: 0;
  z-index: 1;
}

.packages__item {
  position: relative;
  margin-top: 100px;
  z-index: 2;
}

.packages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.packages-item__num {
  padding-top: 30px;
}

.packages-item__icon {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
}

.packages-item__icon svg {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.packages-item .packages-item__icon {
  background-size: 80%;
  background-repeat: no-repeat;
}

.packages-item_1 .packages-item__icon {
  background-image: url(../img/icons/img__package-01_gray.svg);
}

.packages-item_2 .packages-item__icon {
  background-image: url(../img/icons/img__package-02_gray.svg);
}

.packages-item_3 .packages-item__icon {
  background-image: url(../img/icons/img__package-03_gray.svg);
}

.packages-item__info {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin-right: 2%;
  position: relative;
}

.packages-item:hover .package-item__decor {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.packages-item:hover .packages-item__title {
  color: #c05981;
  border-color: #c05981;
}

.packages-item_1:hover .packages-item__icon {
  background-image: url(../img/icons/img__package-01_pink.svg);
}

.packages-item_2:hover .packages-item__icon {
  background-image: url(../img/icons/img__package-02_pink.svg);
}

.packages-item_3:hover .packages-item__icon {
  background-image: url(../img/icons/img__package-03_pink.svg);
}

.package-item__decor {
  position: absolute;
  width: 130%;
  top: -65px;
  left: -30%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.packages-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.packages-item__image {
  margin-right: 60px;
  overflow: hidden;
}

.packages-item__link {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.packages-item__link:hover {
  color: #c05981;
}

.advantages__banner {
  width: 100%;
  height: 430px;
  background: url(../img/banner.png) no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
  margin-bottom: 100px;
}

.advantages__title {
  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;
}

.advantages__title span:first-child {
  font-size: 180px;
  line-height: 180px;
  font-family: "YesevaOne";
  color: #868146;
  margin-right: 40px;
  letter-spacing: 5px;
}

.advantages__title span:last-child {
  font-size: 54px;
  line-height: 54px;
  padding-top: 25px;
  text-transform: uppercase;
}

.advantages__decor {
  display: block;
  text-align: center;
  margin: 50px auto;
  width: 50%;
}

.advantages__subtitle {
  margin-bottom: 100px;
}

.advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages__item {
  -ms-flex-preferred-size: 24.5%;
      flex-basis: 24.5%;
}

.advantages-item {
  text-align: center;
}

.advantages-item img {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-top: 10px;
}

.advantages-item__title {
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0;
}

.advantages-item__descr {
  font-size: 18px;
  color: #bababa;
}

.reviews__photo {
  display: block;
  width: 100%;
  margin-top: 55px;
  max-height: 280px;
}

.reviews__decor {
  position: absolute;
  right: -10%;
  bottom: -80%;
  z-index: -1;
  width: 58%;
}

.faq {
  background: url(../img/pink-shadow.png) -20% 50% no-repeat;
}

.faq__content {
  padding: 0 120px;
}

.faq__title-block {
  position: relative;
  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;
  margin-top: 120px;
  margin-bottom: 75px;
}

.faq__title {
  text-transform: uppercase;
}

.faq__title span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  line-height: 1;
  color: #c05981;
  padding-left: 80px;
}

.faq__title span:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  height: 55px;
  width: 55px;
  background: #c05981;
}

.faq__title span:last-child {
  font-size: 100px;
  line-height: 1;
  font-family: "YesevaOne";
  letter-spacing: 3px;
}

.faq__decor {
  position: absolute;
  right: -30%;
  width: 70%;
}

.faq__text {
  max-width: 330px;
}

.faq__text a {
  color: #bababa;
  text-decoration: underline;
}

.faq__text a:hover {
  color: #c05981;
}

.faq__questions {
  margin-top: 60px;
}

.questions-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #333333;
  padding: 45px;
  margin-bottom: 5px;
}

.questions-card__left {
  padding-top: 15px;
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
}

.questions-card__center {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding-right: 12%;
}

.questions-card__answer, .questions-card__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.questions-card__question::before, .questions-card__answer::before {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #bababa;
  margin-right: 40px;
  width: 50px;
  margin-right: 80px;
}

.questions-card__question::before {
  content: 'Вопрос';
  padding-top: 15px;
}

.questions-card__answer::before {
  content: 'Отвечаем';
}

.questions-card__right {
  position: relative;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  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;
}

.questions-card__photo {
  -o-object-fit: cover;
     object-fit: cover;
  margin: -45px;
}

.questions-card__arr {
  width: 80px;
}

.questions-card__left span::before {
  counter-increment: num;
  content: "0" counter(num);
}

.works__subtitle {
  margin-top: 100px;
  margin-bottom: 50px;
}

.works__title span:first-child {
  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;
  font-family: "YesevaOne";
  text-transform: lowercase;
  font-size: 340px;
  line-height: 260px;
  letter-spacing: 5px;
  text-align: center;
}

.works__title span:last-child {
  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;
  font-size: 60px;
  color: #868146;
  text-transform: uppercase;
  width: 100%;
}

.works__title span:last-child::before {
  content: '';
  display: block;
  width: 51.5%;
  height: 40px;
  background: #868146;
  margin-left: 10%;
}

.anim-ph-works {
  position: relative;
  width: 200px;
  margin: 0 20px;
  margin-top: 60px;
  z-index: -1;
}

.anim-ph__shadow_worcks {
  position: absolute;
  left: 0;
  margin-top: 160px;
  -webkit-transform: scale(1.3);
  transform: scale(3);
}
#works, #reviews {
  display: none;
}
.works__decor {
  position: absolute;
  left: 25%;
  margin-top: -65px;
  width: 50%;
}

.works-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 235px;
}

.works-example__col {
  -ms-flex-preferred-size: 24.75%;
      flex-basis: 24.75%;
}

.works-example__item {
  background-size: cover;
  background-position: 90%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.works-example__item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.works-example__inf {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 4;
  margin-bottom: 20px;
}

.works-example__col .works-example__item {
  min-height: 250px;
}

.works-example__col:nth-child(1) .works-example__item:nth-child(1) {
  height: 338px;
}

.works-example__col:nth-child(1) .works-example__item:nth-child(2) {
  height: 403px;
}

.works-example__col:nth-child(2) .works-example__item:nth-child(1) {
  height: 267px;
}

.works-example__col:nth-child(2) .works-example__item:nth-child(2) {
  height: 445px;
}

.works-example__col:nth-child(3) .works-example__item:nth-child(1) {
  height: 448px;
}

.works-example__col:nth-child(3) .works-example__item:nth-child(2) {
  height: 337px;
}

.works-example__col:nth-child(4) .works-example__item:nth-child(1) {
  height: 356px;
}

.works-example__col:nth-child(4) .works-example__item:nth-child(2) {
  height: 338px;
}

.worcks__more-link {
  text-align: center;
  margin-top: 120px;
}

.worcks__decor-shadow {
  position: absolute;
  left: 23%;
  z-index: -1;
}

.worcks__decor-shadow-1 {
  margin-top: -350px;
}

.worcks__decor-shadow-2 {
  margin-top: -480px;
}

.works-example-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works-example-2__item {
  -ms-flex-preferred-size: 49.7%;
      flex-basis: 49.7%;
  position: relative;
  margin-top: 120px;
}

.works-example-2__photo-wrap {
  display: block;
  position: relative;
  padding-bottom: 72%;
}

.works-example-2__photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-example-2__decor {
  position: absolute;
  right: 40px;
  margin-top: -60px;
  height: 120px;
  width: 120px;
  background: #fff;
}

.works-example-2__decor_triangle {
  height: 0;
  width: 0;
  background: transparent;
  border: 60px solid transparent;
  border-left: 60px solid #fff;
  border-top: 60px solid #fff;
}

.works-example-2__decor_circle {
  border-radius: 100%;
}

.works-example-2__text-block {
  padding: 40px;
  padding-bottom: 0;
  border-left: 1px solid #333333;
  margin-top: -5px;
}

.works-example-2__text-block a {
  display: block;
  font-size: 14px;
  color: #bababa;
  text-decoration: underline;
  margin-bottom: 10px;
}

.works-example-2__text-block a:hover {
  color: #c05981;
}

.works-example-2__text-block span {
  font-size: 20px;
}

.vk {
  margin-top: 100px;
}

.vk__title {
  position: relative;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #c05981;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vk__title::before, .vk__title::after {
  content: '';
  display: block;
  height: 80px;
  width: 1px;
  background: #333333;
}

.vk__photo-block {
  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;
  margin-top: 100px;
}

.vk__photo {
  margin: 0 -10px;
}

.vk__photo:nth-child(2) {
  z-index: 2;
}

.vk__photo:nth-child(3) {
  z-index: 1;
  margin: 0 -28px;
  margin-top: -100px;
}

.vk__photo:nth-child(5) {
  z-index: 3;
  margin: 0 -40px;
  margin-top: -30px;
}

.vk__photo:nth-child(7) {
  margin-left: -40px;
  margin-top: 20px;
}

.vk__tagline {
  margin: 0;
  margin-top: 30px;
}

.vk__tagline .tagline__text::after {
  border: 12px solid #c05981;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
}

.vk__decor {
  pointer-events: none;
  position: absolute;
  left: 25%;
  bottom: -10%;
  width: 50%;
}

.feedback__tagline .tagline__footnote-block {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

.feedback__tagline .tagline__text::after {
  display: none;
}

.feedback__tagline .tagline__text-block {
  padding-right: 115px;
}

.feedback__title {
  position: relative;
  text-align: right;
  z-index: 4;
  margin-top: 80px;
}

.feedback__title span:first-child {
  display: block;
  font-size: 120px;
  line-height: 120px;
  font-family: "YesevaOne";
  text-transform: lowercase;
  letter-spacing: 3px;
}

.feedback__title span:last-child {
  font-size: 70px;
  line-height: 70px;
  color: #868146;
  text-transform: uppercase;
}

.feedback__decor {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feedback__decor-1 {
  position: absolute;
  margin-left: 20%;
  z-index: 5;
}

.feedback__decor-2 {
  width: 325px;
  position: absolute;
  left: 15%;
  bottom: -15%;
  z-index: 6;
}

.feedback__decor-3 {
  border: 150px solid #868146;
  border-top: 150px solid transparent;
  border-left: 150px solid transparent;
  margin-left: 55%;
}

.feedback__decor-4 {
  position: absolute;
  bottom: -120%;
  margin-left: 15%;
  z-index: -1;
}

.feedback__subtitle {
  margin-top: 160px;
  position: relative;
}

.feedback__subtitle::after {
  content: '';
  position: absolute;
  margin-top: 70px;
  margin-left: -75px;
  display: inline-block;
  background: transparent;
  border: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
}

.feedback-form {
  margin-top: 180px;
  padding: 0 120px;
  background: url(../img/yellow-shadow.png) 100% 100% no-repeat;
}

.feedback-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 55px;
  padding-top: 35px;
}

.feedback-form__label {
  margin-left: 60px;
  width: 70px;
}

.feedback-form__input {
  width: 60%;
  margin: 0 auto;
  margin-top: -35px;
  background: transparent;
  border: none;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-size: 40px;
  color: #fff;
  padding: 20px 40px;
}

.feedback-form__input:focus {
  outline: none;
  border-color: #fff;
}
.white-page .feedback-form__input{
  color: #868146;
}
.white-page .feedback-form__input:focus{
  border-color: #333!important;
}

.feedback-form__required {
  font-size: 14px;
  color: #c05981;
  width: 140px;
}

.feedback-form__textarea {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  color: #bababa;
  border: 1px solid #333333;
  height: 195px;
}

.feedback-form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
  margin: 0 auto;
  margin-top: 40px;
}

.feedback-form__checkbox {
  display: none;
}

.feedback-form__checkbox-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  padding-left: 80px;
  cursor: pointer;
}

.feedback-form__checkbox-label::before {
  content: '';
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #333333;
}

.feedback-form__checkbox-label::after {
  content: '';
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #333333;
  background: url(../img/icons/icon__checkbox-leaf_white.svg) center no-repeat;
  background-size: 75%;
  opacity: 0;
}
.white-page .feedback-form__checkbox-label::after {
  background: url(../img/icons/icon__checkbox-leaf_black.svg) center no-repeat;
  background-size: 75%;
}
.feedback-form__checkbox:checked ~ .feedback-form__checkbox-label::after {
  opacity: 1;
}

.feedback-form__checkbox-btn {
  padding: 0;
  height: 80px;
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}

.feedback-form__checkbox-btn:disabled {
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.feedback-form__decor {
  display: block;
  width: 65%;
  margin: 80px auto;
}

.burger-menu__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #868146;
  z-index: 1000;
  overflow-x: hidden;
  max-height: 100%;
  overflow-y: auto;
}

.burger-menu {
  max-height: 100vh;
  padding: 100px 0;
  position: relative;
}

.burger-menu__bg {
  position: absolute;
  right: 1%;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

.burger-menu__decor {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
  margin-bottom: 12vh;
}

.burger-menu__decor img {
  width: 100%;
}

.burger-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: 40px;
  z-index: 3;
}

.burger-menu__close img {
  width: 18px;
  margin-right: 40px;
}

.burger-menu__close span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.burger-menu__title {
  position: relative;
  font-size: 18vw;
  font-family: "YesevaOne";
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
  z-index: 1;
}

.mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #868146;
  z-index: 2;
}

.burger-menu .menu__btn {
  color: #fff;
  background: #000;
}

.burger-menu .menu__time {
  color: #fff;
}

.burger-menu .menu__link a:hover, .burger-menu .menu__phone:hover {
  color: #fff;
  text-decoration: underline;
}

.white-page .footer .menu__link a {
  color: #000;
}

.white-page .footer .menu__link a:hover {
  color: #eb80aa;
}

.white-page .footer .menu__phone {
  color: #000;
}

.white-page .footer .menu__phone:hover {
  color: #eb80aa;
}

.white-page .footer .menu__time {
  color: #454545;
}
.white-page .footer .menu__btn-icon{
  background: url(../img/icons/icon__social-vk_white.svg);
}

.white-page .footer-bottom__block a {
  color: #000;
  border-color: #000;
}

.white-page .footer-bottom__block a:hover {
  color: #eb80aa;
  border-color: #eb80aa;
}
.white-page .sm-text{
  color: #454545;
}
.white-page .feedback-form__required {
  color: #eb80aa;
}
.proj-main-screen {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 85vh;
}

.proj-main-screen::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 20%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.proj-main-screen__wrap {
  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;
  width: 100%;
  z-index: 2;
}

.proj-main-screen__wrap h1 {
  font-family: "YesevaOne";
  font-weight: normal;
  color: #fff;
  font-size: 80px;
  line-height: 1.5;
}

.proj-main-screen__nav-btn {
  max-width: 155px;
  height: 200px;
  background: #fff;
  color: #000;
  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;
  padding: 0 22px;
  transition: opacity 250ms ease 0ms;
}
.proj-main-screen__nav-btn:hover{
  opacity: 0.85 !important;
}

.proj-main-screen__nav-btn:first-child {
  background: #f4c5d9;
}

.proj-main-screen__nav-btn span {
  display: block;
  font-size: 12px;
}

.proj-main-screen__nav-btn strong {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}

.proj__works-example .works-example__col {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.proj__works-example {
  margin-top: 118px;
}

.proj__works-example .works-example__item::after {
  display: none;
}

.proj__works-example .works-example__item {
  margin-bottom: 1%;
}

.proj__works-example .works-example__col:nth-child(1) .works-example__item:nth-child(1) {
  height: 348px;
}

.proj__works-example .works-example__col:nth-child(1) .works-example__item:nth-child(2) {
  height: 637px;
}

.proj__works-example .works-example__col:nth-child(2) .works-example__item:nth-child(1) {
  height: 568px;
}

.proj__works-example .works-example__col:nth-child(2) .works-example__item:nth-child(2) {
  height: 481px;
}

.proj__works-example .works-example__col:nth-child(3) .works-example__item:nth-child(1) {
  height: 439px;
}

.proj__works-example .works-example__col:nth-child(3) .works-example__item:nth-child(2) {
  height: 512px;
}

.proj__title {
  margin-bottom: 60px;
}

.proj__title span {
  font-size: 120px;
  line-height: 1;
  font-family: "YesevaOne";
  color: #000;
}

.proj__title span:last-child {
  color: #454545;
}

.proj__subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #f4c5d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  margin-bottom: 20px;
}

.proj__subtitle::before {
  content: '';
  height: 56px;
  min-width: 56px;
  background: #f4c5d9;
  margin-right: 25px;
}

.line-text-block .content-text {
  font-size: 20px;
}

.proj-descr__info {
  margin-top: 40px;
  margin-bottom: 60px;
}

.proj-descr__title {
  color: #000;
  border-bottom: 1px solid #000;
}

.proj-descr__title span {
  font-weight: bold;
}

.proj-descr__descr {
  color: #454545;
}

.proj-descr__btn {
  padding: 30px 0;
  width: 100%;
}

.proj-descr__btn img {
  margin-right: 20px;
}

.scheme {
  margin-bottom: 60px;
}

.scheme img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.scheme__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 22px;
}

.scheme__num {
  position: absolute;
  left: 0;
  font-size: 24px;
}

.scheme__descr {
  width: 45%;
  font-size: 14px;
  color: #454545;
}

.author-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-card__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.author-card__inst {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #fff url(../img/icons/icon__vk_black.svg) center no-repeat;
  background-size: 45%;
}

.author-card__inst:hover {
  background-color: #eb80aa;
  background-image: url(../img/icons/icon__vk_white.svg);
}

.author-card__photo img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-block_sm .author-card__photo img {
  height: 60px;
  width: 60px;
}

.author-block_big .author-card__photo img {
  height: 125px;
  width: 125px;
}

.author-block_sm .author-card {
  margin-top: 40px;
}

.author-card__descr {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}

.author-card__name {
  display: block;
  font-size: 24px;
  line-height: 1.6;
}

.author-card__studio {
  font-size: 14px;
  line-height: 16px;
  color: #454545;
  max-width: 170px;
}

.author-card__studio_under {
  color: #454545;
  text-decoration: underline;
}

.author-card__all-proj {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #454545;
}

.author-card__all-proj:hover {
  color: #eb80aa;
}

.author-block_sm__title {
  width: 100%;
  color: #eb80aa;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  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;
}

.author-block_sm__title::before, .author-block_sm__title::after {
  content: '';
  display: block;
  height: 1px;
  width: 28%;
  background: #cccccc;
}

.author-block_big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.author-block_big__title {
  position: relative;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #eb80aa;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px 0;
}

.author-block_big__title::before, .author-block_big__title::after {
  content: '';
  display: block;
  height: 80px;
  width: 1px;
  background: #cccccc;
}

.footnote__date {
  margin-top: 50px;
  display: inline-block;
  text-align: center;
}

.footnote__date span:first-child {
  display: block;
  font-size: 80px;
  font-family: "YesevaOne";
}

.footnote__date span:last-child {
  display: block;
  font-size: 24px;
  color: #454545;
}

.pack {
  padding-top: 120px;
}

.pack__level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}

.pack-item {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  min-height: 100%;
}

.pack-item__head {
  margin-bottom: 20px;
  min-height: 100%;
}

.pack-item__image {
  position: relative;
  margin-top: 40px;
}

.pack-item__image img {
  width: 100%;
}

.pack-item__image-decor {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto;
  margin-top: -50px;
  z-index: 2;
}

.pack-item .figures {
  position: absolute;
  top: -82.2px;
  left: 70px;
}

.triangle_black {
  border: 20px solid #000;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 0;
}

.square_grey {
  background: #bababa;
}

.pack-item_1 .pack-item__image-decor {
  background-image: url(../img/icons/img__package-01_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.pack-item_2 .pack-item__image-decor {
  background-image: url(../img/icons/img__package-02_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.pack-item_3 .pack-item__image-decor {
  background-image: url(../img/icons/img__package-03_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.pack-item_1:hover .pack-item__image-decor {
  background-image: url(../img/icons/img__package-01_pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.pack-item_2:hover .pack-item__image-decor {
  background-image: url(../img/icons/img__package-02_pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.pack-item_3:hover .pack-item__image-decor {
  background-image: url(../img/icons/img__package-03_pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.pack-item__body {
  border-bottom: 1px solid #cccccc;
  padding: 20px 40px;
  padding-right: 20px;
  position: relative;
  min-height: 100%;
}

.pack-item__footer {
  padding: 20px 40px;
  padding-right: 20px;
  position: relative;
  margin-top: 40px;
}

.pack-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pack-item__top span {
  margin-right: 140px;
}

.pack-item__main-descr {
  max-width: 380px;
  min-height: 100px;
}

.pack-item__title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.pack-item:hover .pack-item__title {
  color: #eb80aa;
}

.pack-item__descr {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
}

.pack-item__body h4 {
  font-size: 18px;
  color: #454545;
  font-weight: normal;
}

.pack-item__body ul {
  font-size: 16px;
  color: #454545;
  list-style: none;
}

.pack-item__body ul li {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.pack-item__body ul li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 5px;
  display: block;
}

.pack-item__icon {
  height: 80px;
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.pack-item_1 .pack-item__title span:last-child {
  color: #f4c5d9;
}

.pack-item_1 .pack-item__body ul li::before {
  background: transparent;
  border: 4px solid #f4c5d9;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
}

.pack-item_2 .pack-item__title span:last-child {
  color: #eb80aa;
}

.pack-item_2 .pack-item__body ul li::before {
  height: 8px;
  width: 8px;
  background: #eb80aa;
}

.pack-item_3 .pack-item__title span:last-child {
  color: #8f2c4a;
}

.pack-item_3 .pack-item__body ul li::before {
  height: 8px;
  width: 8px;
  background: #8f2c4a;
  border-radius: 100%;
}

.pack-item__order-wrap, .pack-item__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pack-item__price-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pack-item__order-wrap {
  position: relative;
  margin-bottom: 40px;
}

.pack-item__price {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.pack-item__label {
  text-transform: uppercase;
  color: #eb80aa;
  font-weight: bold;
  font-size: 12px;
  margin-left: 15px;
  display: none;
}

.pack-item__terms span {
  display: block;
  font-size: 12px;
  color: #454545;
  font-weight: bold;
  margin-bottom: 10px;
}

.pack-item__btn {
  margin-right: 15px;
}

.pack-item__btn:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #eb80aa;
}

.pack-item__decor {
  position: absolute;
  width: 65%;
  right: -5%;
  top: 8%;
  opacity: 0;
}

.pack-item__btn:hover ~ .pack-item__decor {
  opacity: 1;
}

.white-page .reviews .del:last-child {
  margin-top: 180px;
}

.white-page .reviews__decor {
  bottom: -30%;
}

.packages-page .main-screen {
  background: url(../img/pink-shadow.png) no-repeat;
  background-size: 50%;
  background-position: 0 70%;
}

.pack-item_3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 60px;
}

.pack-item_3__content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 150px;
  color: #fff;
}

.pack-item_3__content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.pack-item_3__content-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  min-height: 180px;
  border: 1px solid #bababa;
  margin: 2.5px;
  padding: 40px 20px;
}

.pack-item_3__content-card .content-card__text {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #bababa;
  margin-bottom: 20px;
}

.pack-item_3__content-card .content-card__price {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}

.pack-item_3__content-card .content-card__descr {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}

.pack-item_3__content-order {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.pack-item_3__content-order .pack-item__terms span {
  color: #fff;
}

.pack-item_3__content-order .pack-item__btn {
  color: #000;
  background: #fff;
  margin-top: 50px;
}

.pack-item_3__content-order .pack-item__btn:hover {
  color: #fff;
  background: #eb80aa;
}

.pack-item_3 .pack-item__image img {
  min-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1440px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .advantages__title span:first-child {
    font-size: 160px;
  }
  .advantages__title span:last-child {
    font-size: 36px;
    line-height: 46px;
    max-width: 500px;
  }
  .works__title span:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 240px;
    line-height: 170px;
  }
  .works__title span:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 50px;
  }
  .works__title span:last-child::before {
    width: 35%;
    height: 30px;
    margin-left: 8%;
    margin-right: 30px;
  }
  .anim-ph-works {
    width: 140px;
    margin-top: 20px;
  }
  .works__decor {
    margin-top: -25px;
  }
  .card-title {
    font-size: 32px;
    line-height: 34px;
  }
  .card-descr {
    font-size: 18px;
  }
  .tagline__text {
    padding: 0 80px;
    font-size: 30px;
    line-height: 36px;
  }
  .tagline__more-link {
    padding-left: 80px;
  }
  .faq__content, .about__wrap, .feedback-form {
    padding: 0;
  }
  .about__text {
    padding-left: 60px;
  }
  .feedback__tagline .tagline__text-block {
    padding-right: 0;
  }
  .feedback__decor-1, .feedback__decor-2 {
    width: 90%;
  }
  .feedback__decor-2 {
    bottom: -5%;
  }
  .feedback__decor-3 {
    border: 120px solid #868146;
    border-top: 120px solid transparent;
    border-left: 120px solid transparent;
    margin-left: 55%;
  }
  .feedback__title {
    margin-top: 0;
  }
  .offer__link {
    margin-left: 0;
  }
  .offer__text-wrap {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .packages-item__image {
    margin-right: 0;
  }
  .pack-item__descr {
    font-size: 18px;
  }
  .pack-item__price {
    font-size: 20px;
  }
  .about__text {
    margin-bottom: 0;
  }
  .pack-item_3__content {
    padding: 40px 100px;
  }
}

@media (max-width: 1200px) {
  .main-screen .anim-ph {
    width: 250px;
    height: 250px;
  }
  .burger-menu {
    padding-left: 30px;
  }
  .anim-ph-3 {
    bottom: 0;
  }
  .anim-ph-3 .anim-ph__shadow {
    display: none;
  }
  .vk__photo {
    width: 224px;
  }
  .packages-item__info {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .advantages__title span:first-child {
    font-size: 140px;
  }
  .tagline__text-block {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .tagline__footnote-block {
    padding-top: 0;
  }
  .feedback__tagline .tagline__footnote-block {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .menu__phone, .menu__time {
    text-align: center;
  }
  .proj-main-screen__wrap h1 {
    font-size: 70px;
  }
  .author-block_sm__title::before, .author-block_sm__title::after {
    width: 22%;
  }
  .pack-item__head {
    padding: 0 25px;
  }
  .pack-item__body {
    padding: 20px 25px;
  }
  .pack-item .figures {
    left: 30px;
  }
  .pack-item__top span {
    margin-right: 120px;
  }
}

@media (max-width: 1120px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-link-round {
    height: 120px;
    width: 120px;
  }
  .main-screen {
    padding-bottom: 300px;
  }
  .main-screen__title span:first-child, .main-screen__title span:last-child {
    font-size: 100px;
  }
  .anim-ph-3 {
    bottom: 0;
  }
  .anim-ph-3 .anim-ph__shadow {
    display: none;
  }
  .about__title {
    margin: 0;
    margin-top: 40px;
  }
  .about__text {
    padding-left: 40px;
  }
  .about__text::before {
    border: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .about__text::after {
    border: 8px solid #c05981;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .advantages__title span:last-child {
    font-size: 28px;
    line-height: 36px;
  }
  .vk__photo {
    width: 200px;
  }
  .tagline__text {
    padding: 0 50px;
    font-size: 24px;
    line-height: 32px;
  }
  .tagline__more-link {
    padding-left: 50px;
  }
  .packages-item__info {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .feedback-form__input {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .feedback-form__checkbox-group {
    width: 90%;
  }
  .menu__link a, .menu__phone {
    font-size: 18px;
    line-height: 18px;
  }
  .works__title span:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 200px;
    line-height: 150px;
  }
  .works__title span:last-child {
    font-size: 36px;
  }
  .works__title span:last-child::before {
    width: 40%;
    height: 20px;
  }
  .works__decor {
    margin-top: 0;
  }
  .proj-main-screen__wrap h1 {
    font-size: 58px;
  }
  .proj-main-screen__nav-btn {
    height: 160px;
  }
  .proj-main-screen__nav-btn:hover {
    opacity: 0.7;
  }
  .proj-descr__title {
    font-size: 28px;
  }
  .proj-descr__descr {
    font-size: 16px;
  }
  .proj__title span {
    font-size: 100px;
  }
  .author-block_sm__title::before, .author-block_sm__title::after {
    width: 20%;
  }
  .pack-item__body {
    padding: 20px 15px;
  }
  .pack-item .figures {
    left: 10px;
  }
  .pack-item__top span {
    margin-right: 40px;
  }
  .pack-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .pack-item_3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .pack-item_3__content {
    padding: 40px;
  }
  .pack-item_3__content-order {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  .pack-item_3__content-card .content-card__price {
    font-size: 18px;
  }
  .pack-item_3__content-card .content-card__text, .pack-item_3__content-card .content-card__descr {
    font-size: 12px;
  }
  .pack-item_3__content-card {
    min-height: 140px;
    padding: 30px 15px;
  }
}

@media (max-width: 992px) {
  .header__menu {
    display: none;
  }
  .main-screen {
    padding-top: 50px;
    padding-bottom: 220px;
  }
  .main-screen .anim-ph {
    width: 200px;
    height: 200px;
  }
  .main-screen__title span:first-child, .main-screen__title span:last-child {
    font-size: 80px;
  }
  .tagline__footnote-block {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .tagline__text {
    font-size: 18px;
    line-height: 24px;
    padding: 0 30px;
  }
  .tagline__text::before, .tagline__text::after {
    height: 18px;
    width: 9px;
  }
  .about__text {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .about__text::before {
    display: none;
  }
  .about__title {
    margin-top: 70px;
  }
  .about__title span:first-child {
    font-size: 60px;
  }
  .about__title span:last-child {
    font-size: 80px;
  }
  .about__inst {
    margin-left: 0;
  }
  .offer__content {
    display: block;
    padding-bottom: 160px;
  }
  .offer__title span:first-child {
    font-size: 60px;
  }
  .offer__title span:last-child {
    font-size: 96px;
  }
  .offer__text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offer__text {
    margin-bottom: 10px;
  }
  .offer__link {
    position: absolute;
    bottom: 0;
    left: 40%;
  }
  .offer__decor {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .offer__decor-2 {
    display: none;
  }
  .packages-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  .packages-item__info {
    margin: 30px 0;
    padding-right: 10%;
  }
  .package-item__decor {
    width: 60%;
  }
  .advantages__banner {
    margin-bottom: 40px;
  }
  .advantages__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages__title span:first-child {
    margin: 0;
  }
  .advantages__title span:last-child {
    padding-top: 0;
    text-align: center;
  }
  .advantages__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages-item {
    max-width: 400px;
    margin-bottom: 40px;
  }
  .tagline_reverse .tagline__text {
    padding: 0;
    padding-right: 30px;
  }
  .tagline_reverse .tagline__text::before, .tagline_reverse .tagline__text::after {
    display: none;
  }
  .tagline__more-link {
    padding: 0;
    margin-top: 50px;
  }
  .faq__title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__title span:first-child {
    padding-left: 0;
  }
  .faq__decor {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .questions-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .questions-card__photo {
    display: none;
  }
  .questions-card__right {
    margin-top: 40px;
  }
  .works__title span:first-child {
    font-size: 140px;
    line-height: 100px;
  }
  .anim-ph-works {
    width: 110px;
    margin: 0 10px;
  }
  .works__title span:last-child::before {
    height: 10px;
  }
  .works__title span:last-child {
    font-size: 26px;
  }
  .works-example {
    margin-top: 180px;
  }
  .works-example-2__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .vk__photo {
    width: 160px;
  }
  .feedback__tagline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__tagline .tagline__footnote-block {
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .feedback-form__input {
    width: 40%;
    font-size: 24px;
    padding: 20px;
  }
  .feedback-form__group span:first-child {
    display: none;
  }
  .feedback-form__label {
    margin-left: 0;
  }
  .menu__column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 30px;
  }
  .menu__phone, .menu__time {
    text-align: left;
  }
  .del {
    margin-top: 80px;
  }
  .advantages__banner {
    height: 340px;
    background-size: cover;
  }
  .proj-main-screen__nav-btn {
    max-width: 115px;
  }
  .proj-main-screen__wrap h1 {
    font-size: 38px;
  }
  .proj__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .proj__lb {
    margin-bottom: 40px;
  }
  .author-block_big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .author-block_big .author-card {
    margin-bottom: 40px;
  }
  .author-card__all-proj {
    margin-top: 15px;
  }
  .author-block_sm__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .author-block_sm__title::before, .author-block_sm__title::after {
    width: 1px;
    height: 25px;
    margin: 10px 0;
  }
  .author-block_sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .proj-descr {
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
  }
  .project-page .tagline__text {
    padding: 0 40px;
    margin-left: 40px;
  }
  .project-page .btn-link-round {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-link-round__proj-decor {
    width: 100%;
    left: 0;
    top: 0;
  }
  .pack-item__descr {
    font-size: 14px;
  }
  .pack-item__order-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pack-item__price-wrap {
    margin-top: 20px;
  }
  .pack-item__btn {
    padding: 25px 60px;
  }
  .pack-item__terms span {
    font-size: 11px;
  }
  .pack-item_3__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pack-item_3__content-order {
    max-width: 300px;
    margin-top: 20px;
  }
  .pack-item_3__content-order .pack-item__btn {
    margin-top: 20px;
  }
  .pack-item_3 .pack-item__image img {
    min-height: 620px;
  }
  .pack-item .figures {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .pack-item__body ul {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  /* .content-wrap {
    overflow: hidden;
  } */
  .vk__decor{
    display: none;
  }
  .main-screen__decor{
    bottom: 25%;
  }
  .anim-ph-1{
    z-index: -1;}
  .pack-item .figures {
    top: -65px;
    left: 0;
  }
  .pack-item__top span {
    display: none;
  }
  .pack-item__title {
    font-size: 18px;
  }
  .pack-item__descr {
    font-size: 12px;
  }
  .pack-item_3__content {
    padding: 10px;
    padding-left: 20px;
  }
  .main-screen__title a {
    position: absolute;
    bottom: -220px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
  }
  .main-screen .anim-ph {
    width: 150px;
    height: 150px;
  }
  .anim-ph-3 {
    bottom: 20%;
  }
  .main-screen__title span:first-child, .main-screen__title span:last-child {
    font-size: 60px;
  }
  .tagline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tagline__footnote-block {
    margin-bottom: 40px;
    max-width: 300px;
    text-align: center;
  }
  .about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__block {
    margin-bottom: 40px;
  }
  .offer__title span:first-child {
    font-size: 40px;
    line-height: 40px;
    padding-left: 60px;
  }
  .offer__title {
    margin-bottom: 50px;
  }
  .offer__title span:first-child::before {
    height: 40px;
    width: 40px;
  }
  .offer__title span:last-child {
    font-size: 70px;
  }
  .faq__title span:first-child {
    font-size: 60px;
  }
  .faq__title span:first-child::before {
    display: none;
  }
  .faq__title span:last-child {
    font-size: 90px;
  }
  .questions-card__center {
    padding-right: 0;
  }
  .works__title span:first-child {
    font-size: 120px;
  }
  .works-example__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .vk__photo {
    width: 130px;
  }
  .feedback__decor {
    margin-top: 15%;
  }
  .feedback__decor-3 {
    opacity: 0;
  }
  .feedback-form__required {
    font-size: 12px;
    width: 100px;
  }
  .feedback-form__checkbox-label {
    padding-left: 40px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .feedback-form__checkbox-label::before, .feedback-form__checkbox-label::after {
    height: 20px;
    width: 20px;
  }
  .sm-text, .footer-bottom__block {
    font-size: 12px;
  }
  .feedback-form__decor {
    width: 100%;
  }
  .advantages__banner {
    height: 300px;
  }
  .proj-main-screen {
    min-height: 420px;
  }
  .project-page .header {
    height: auto;
  }
  .proj-main-screen__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .proj-main-screen__wrap h1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .proj-main-screen__nav-btn strong {
    font-size: 12px;
  }
  .proj-main-screen__nav-btn {
    height: 140px;
    max-width: 100px;
    padding: 0 15px;
  }
  .project-page .tagline__text {
    margin-left: 0;
  }
  .author-block_big__title {
    margin: 60px 0;
    font-size: 40px;
  }
  .author-block_big__title::before, .author-block_big__title::after {
    height: 60px;
  }
  .mt {
    margin-top: 60px;
  }
  .proj__title span {
    font-size: 80px;
  }
  .proj__subtitle {
    font-size: 16px;
  }
  .proj__subtitle::before {
    height: 46px;
    min-width: 46px;
  }
  .proj__title {
    margin-bottom: 40px;
  }
  .scheme__num {
    font-size: 16px;
  }
  .scheme__descr {
    width: 60%;
  }
  .pack-item__descr {
    max-width: 300px;
  }
  .pack-item__price {
    font-size: 18px;
  }
  .pack-item__label {
    margin-left: 5px;
  }
  .pack-item__image-decor {
    height: 60px;
    width: 60px;
    margin-top: -30px;
  }
  .pack-item__head {
    padding: 0 5px;
  }
  .pack-item__footer {
    padding: 20px 10px;
  }
}

@media (max-width: 576px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pack-item__body ul {
    font-size: 12px;
  }
  .main-screen__decor{
    width: 80%;
    left: 10%;
  }
  .burger-menu {
    padding-left: 30px;
  }
  .menu__column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
  .footer-bottom__block {
    margin-bottom: 20px;
  }
  .feedback-form__checkbox-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback-form__checkbox-btn {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: 60px;
    margin-top: 30px;
  }
  .feedback__title span:first-child {
    font-size: 60px;
    line-height: 60px;
  }
  .feedback__title span:last-child {
    font-size: 40px;
    line-height: 40px;
  }
  .feedback__decor {
    width: 150px;
    margin-top: 30px;
  }
  .feedback__decor-2 {
    bottom: 14%;
  }
  .main-screen__title span:first-child, .main-screen__title span:last-child {
    font-size: 34px;
  }
  .btn-link {
    padding: 25px 60px;
  }
  .btn-link-round {
    padding: 0;
  }
  .about__title {
    position: relative;
    margin-top: 60px;
  }
  .about__title span:first-child {
    display: block;
    line-height: 1;
  }
  .about__info {
    margin-top: 60px;
  }
  .tagline__text {
    padding: 0;
  }
  .tagline__text::before, .tagline__text::after {
    display: none;
  }
  .offer__photo {
    margin-top: 40px;
  }
  .offer__photo img {
    width: 100%;
  }
  .offer__title span:first-child {
    padding-left: 0;
    font-size: 34px;
    line-height: 34px;
  }
  .offer__title span:first-child::before {
    display: none;
  }
  .offer__title span:last-child {
    font-size: 42px;
    line-height: 42px;
  }
  .advantages__banner {
    height: 200px;
  }
  .advantages__title span:first-child {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 3px;
  }
  .advantages__title span:last-child {
    font-size: 18px;
    line-height: 24px;
  }
  .questions-card__question::before, .questions-card__answer::before {
    margin-right: 30px;
  }
  .questions-card {
    padding: 15px;
  }
  .packages-item__image {
    max-width: 240px;
  }
  .packages-item__image img {
    width: 100%;
  }
  .faq__title span:last-child {
    font-size: 50px;
  }
  .faq__title span:first-child {
    font-size: 36px;
  }
  .faq__title {
    margin-bottom: 20px;
  }
  .works__title span:first-child {
    font-size: 80px;
    line-height: 80px;
  }
  .anim-ph-works {
    width: 80px;
    margin: 0 5px;
  }
  .works__title span:last-child {
    font-size: 20px;
  }
  .works__title span:last-child::before {
    height: 5px;
    width: 35%;
    margin-right: 10px;
  }
  .works-example {
    margin-top: 100px;
  }
  .works-example-2__decor {
    margin-top: -30px;
    height: 60px;
    width: 60px;
  }
  .works-example-2__decor_triangle {
    height: 0;
    width: 0;
    border: 30px solid transparent;
    border-left: 30px solid #fff;
    border-top: 30px solid #fff;
  }
  .vk__title::before, .vk__title::after {
    height: 60px;
  }
  .vk__photo-block {
    margin-top: 60px;
  }
  .vk__photo {
    width: 110px;
  }
  .feedback-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
  }
  .feedback-form__input {
    width: 90%;
    margin: 20px 0;
    font-size: 18px;
    padding: 15px;
  }
  .feedback-form__required {
    width: auto;
  }
  .feedback-form__label {
    width: auto;
  }
  .feedback-form__checkbox-btn {
    padding: 0;
  }
  .footer {
    margin-top: 0;
  }
  .proj__works-example .works-example__col {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  .project-page .tagline__text {
    padding: 0;
  }
  .works-example__col .works-example__item{
    min-height: 190px;
  }
  .proj__works-example .works-example__col:nth-child(2) .works-example__item:nth-child(1){
    height: 218px;
  }
  .proj__works-example .works-example__col:nth-child(3) .works-example__item:nth-child(2),
  .proj__works-example .works-example__col:nth-child(1) .works-example__item:nth-child(1),
  .proj__works-example .works-example__col:nth-child(1) .works-example__item:nth-child(2),
  .proj__works-example .works-example__col:nth-child(2) .works-example__item:nth-child(2),
  .proj__works-example .works-example__col:nth-child(3) .works-example__item:nth-child(1){
    height: 190px;
  }
  .proj__title span {
    font-size: 60px;
  }
  .block-border-boxes .block-border-box{
    max-width: 42%;
    box-sizing: border-box;
  }
  .scheme__descr {
    font-size: 12px;
  }
  .about__title span:first-child {
    font-size: 40px;
    padding-left: 70px;
  }
  .about__title span:first-child::before {
    height: 40px;
    width: 40px;
  }
  .about__title span:last-child {
    font-size: 60px;
  }
  .white-page .tagline__text {
    padding: 0;
  }
  .pack-item_3__content-card {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .pack-item_3 .pack-item__image img {
    min-height: 740px;
  }
  .pack-item__label {
    position: absolute;
    bottom: -15px;
  }
  .main-screen .anim-ph {
    width: 120px;
    height: 120px;
  }
  .main-screen .anim-ph-1 {
    top: 20%;
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 462px) {
  .pack-item_3__content-order {
    padding-left: 10px;
  }
  .pack-item__btn {
    padding: 20px 32px;
  }
  .pack-item__main-descr {
    min-height: 140px;
  }
  .pack-item__title {
    font-size: 14px;
  }
  .pack-item .figures {
    display: none;
  }
  .pack-item_3__content {
    padding: 10px 0;
  }
  .pack-item_3__content-card {
    padding: 20px 10px;
  }
  .packages-item__image {
    max-width: 180px;
  }
  .card-title {
    font-size: 18px;
    line-height: 21px;
  }
  .card-descr {
    font-size: 14px;
    line-height: 16px;
  }
  .works__title span:first-child {
    font-size: 60px;
    line-height: 60px;
  }
  .anim-ph-works {
    width: 60px;
    height: 60px;
  }
  .works__title span:last-child {
    font-size: 16px;
  }
  .works__title span:last-child::before {
    height: 5px;
    width: 35%;
    margin-right: 10px;
  }
  .works-example__col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .works-example-2__text-block {
    padding: 10px;
    padding-top: 40px;
  }
  .vk__title {
    font-size: 40px;
  }
  .proj-main-screen__wrap h1 {
    font-size: 28px;
  }
  .author-block_big__title {
    font-size: 30px;
  }
  .author-block_big__title::before, .author-block_big__title::after {
    height: 40px;
  }
  .proj__title span {
    font-size: 48px;
  }
  .proj__subtitle {
    font-size: 14px;
  }
  .scheme__descr {
    width: 100%;
    margin-top: 30px;
  }
  .about__title span:last-child {
    font-size: 40px;
  }
}

.show {
  display: block;
  -webkit-animation: modalShow .4s both;
          animation: modalShow .4s both;
}

.hide {
  display: block;
}

.ap {
  -webkit-animation: modalHide .6s both;
          animation: modalHide .6s both;
}

@-webkit-keyframes modalShow {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes modalShow {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes modalHide {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes modalHide {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}

.show .burger-menu__title {
  -webkit-animation: t 1s both;
          animation: t 1s both;
}

.hide .burger-menu__title {
  -webkit-animation: th 1s both;
          animation: th 1s both;
}

.show .burger-menu__close, .show .menu {
  -webkit-animation: op1 1s both;
          animation: op1 1s both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hide .burger-menu__close, .hide .menu {
  -webkit-animation: op1h 0.7s both;
          animation: op1h 0.7s both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.show .burger-menu__bg {
  -webkit-animation: op 1s both;
          animation: op 1s both;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.hide .burger-menu__bg {
  -webkit-animation: oph 0.5s both;
          animation: oph 0.5s both;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@-webkit-keyframes t {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes t {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes th {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}

@keyframes th {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}

@-webkit-keyframes op1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes op1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes op1h {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes op1h {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}

@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}

@-webkit-keyframes oph {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 0;
  }
}

@keyframes oph {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 0;
  }
}

.show .p1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1s ease-in-out;
          animation: dash 1s ease-in-out;
}

.show .p2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash 2s ease-in-out;
          animation: dash 2s ease-in-out;
}

.hide .p1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dashh 1s ease-in-out;
          animation: dashh 1s ease-in-out;
  opacity: 0;
}

.hide .p2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dashh 2s ease-in-out;
          animation: dashh 2s ease-in-out;
  opacity: 0;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: -1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: -1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashh {
  from {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  to {
    opacity: 0;
    stroke-dashoffset: 1000;
  }
}

@keyframes dashh {
  from {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  to {
    opacity: 0;
    stroke-dashoffset: 1000;
  }
}

.hidden {
  display: none;
}

.img-responsive{
  max-width: 100%;
}

.ul-triangle{}
.ul-triangle li{
  margin-top: 9px;
  list-style-image: url(/img/projects/triangle.svg);
  list-style-position: inside;
}

.block-border-boxes.mt-boxes-resp{
  margin-top: 376px;
}
.block-border-boxes{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.block-border-boxes .block-border-box{
  border: 1px solid #666;
  padding: 30px 20px;
  min-height: 120px;
  max-width: 160px;
  min-width: 160px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.block-border-boxes .block-border-box .bbb-head{
  color: #666;
  margin-bottom: 30px;
}
.block-border-boxes .block-border-box .bbb-text{
  color: #333;
  font-weight: 600;
}
.bbb-head-usage{
  background: url(/img/projects/icon__location_black.svg) no-repeat center left;
  -webkit-background-size: 18px;
  background-size: 18px;
  padding-left: 30px;
}
.bbb-text-usage{
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .hidden-xs-f{
    display: none !important;
  }
  .visible-xs{
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .hidden-xs-f{
    display: flex !important;
  }
  .visible-xs{
    display: none !important;
  }
}
