@charset "UTF-8";
/*
	Theme Name: My-site
	Version: 1.0.0
	Theme URI: http://place-start.ru/
	Description: place-start создание продвижение сайтов
	Author: place-start.ru
	Author URI: http://place-start.ru/
*/
@import 'static/css/vendors.min.css?v324'screen;
@import 'static/css/main.min.css?v324'screen;
.grecaptcha-badge{
  display: none !important;
}
img {
  pointer-events: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
/* temporaryimg временный стиль даля временного решения отключения инстаграмма */
.temporaryimg{ 
  background-color: #C8A468;
  display: inline-block;
  width: 32.5%;
  height: auto;
  overflow: hidden;
}
.temporaryimg img{
  width: 100%;
}
.temporaryimg:hover img{
  transition: 0.5s;
  opacity: 0.5;
}
.service img {
  height: 333px;
  object-fit: cover;
  width: 100%;
}

.service-link {
  margin: 0 auto;
}

.service__title {
  font-size: 30px;
  text-align: center;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__desc {
  text-align: center;
}

.advantage__text {
  background: #fff;
}

.img_link {
  display: block;
  color: #333333;
}

.img_link:hover {
  color: #C8A468;
}

.service img {
  margin-bottom: 20px;
}

.fp-splash {
  margin: 0 !important;
  object-fit: fill !important;
}

.fvp-sharing {
  display: none !important;
}

.embed-code-toggle {
  display: none !important;
}

.sharing-link {
  display: none !important;
}

.content-text td {
  max-width: 360px;
}

.content-text table tbody tr td:first-child:not(.non-width) {
  width: 360px;
}

.table-responsive {
  position: relative;
}

.scroll-tip {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 30px;
  z-index: 1;
  right: 15px;
  margin: auto;
  fill: #c8a468;
  animation: move 2.5s ease-out infinite forwards;
  transition: opacity .2s, visibility .2s;
}

.scroll-tip__hidden {
  visibility: hidden;
  opacity: 0;
}

.indication-block_adv{
  background: #FAFAFA;
}
.indication-block_adv li:before{
  background: #DBDBDB;
}

.preparation-item {
  display: flex;
  padding: 25px 35px 30px 20px;
  border: 1px solid #F2F2F2;
  align-items: flex-start;
  min-height: 103px;
  margin-bottom: 20px;
}

.preparation-number {
  font-family: 'Cormorant Infant', serif;
  font-size: 50px;
  line-height: 45px;
  color: #E2CFB0;
  padding-right: 15px;  
  border-right: 1px solid #F2F2F2;
  padding-bottom: 10px;
}

.preparation-description {
  padding-left: 30px;
  padding-bottom: 5px;
  font-size: 16px;
    line-height: 26px;
    color: #6D6D6D;
}

.efficacy{
  margin-bottom: 70px;
  margin-top: 50px;
}

.efficacy-item{
  padding: 20px 25px;
  background: #FAFAFA;
  margin-bottom: 19px;
  color: #6D6D6D;
}

@keyframes move {
  0% {
    transform: scale(1);
  }

  35% {
    transform: scale(0.8);
  }

  65% {
    transform: translateX(-70px);
  }

  100% {
    transform: scale(1);
  }
}

.rl-gallery-item img {
  object-fit: contain!important;
}

@media (min-width: 1200px) {
  .scroll-tip {
    display: none;
  }

  /* Плавающее меню*/

  main {
    padding-top: 128px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .logo {
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .header--scrolling .logo {
    width: 130px;
    padding: 5px 0;

  }

  .header-part__top {
    height: 75px;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .header--scrolling .header-part__top {
    height: 0;
    padding: 0;
    border-color: transparent;

  }

  .header-part__bottom {
    -webkit-transition: all .2s;
    transition: all .2s;
  }

}

@media (max-width:991px) and (min-width:575px) {

  .action-card__name {
    overflow: hidden;
  }

  .page-specialist .action-card {
    width: calc(50% - 30px);
  }
}

@media (max-width: 1199px){
  header {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
    z-index: 1000001;
  }
  body {
    padding-top: 50px;
  }
  .fixed-header .show {
    z-index: 1000001;
    top: 0;
  }
  .fixed-header header {
    top: -60px;
  }
  .header{
    padding: 5px 15px;
  }
}

@media (max-width:1200px) and (min-width:575px) {
  .page-specialist .action-card__bottom {
    height: 60%;
  }

  .action-card__description p {
    min-height: 90px;
  }

}

.content-text table th span,
.content-text table td span.service__name,
.content-text table th span,
.content-text table td span.service__price {
  color: #4a4949;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}


.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 form .ajax-loader {
  position: absolute;
  width: 100%;
}



.insta-gallery-item {
  padding: 0 !important;
}

.insta-gallery-image-mask {
  background-color: #c8a568a2 !important;
  transition: .3s;
}

.insta-gallery-actions {
  display: none !important;
}

.qligg-icon-instagram {
  display: none !important;
}

/* .insta-gallery-image {
  width: 100%;
  height: 104% !important;
  margin-top: -5px !important;
} */


@media (max-width:480px) {
  .insta-gallery-item {
    min-width: 33.3% !important;
  }
  .temporaryimg{
    width: 32%;
  }
}




.dn {
  display: none;
}

/* .section-sert{
  display: none !important;
} */


.form-callback {
	margin-top: 50px;
}

.services-category-item {
    margin: 0 0 50px;
}

.content-text table th span, .content-text table td span.service__name, .content-text table th span, .content-text table td span.service__price {
	font-size: 14px;
	line-height: 20px;
}
.content-text table tr:first-child td {
	border-color: #EADDD4 !important;
}


.personal{
  display: flex;
  gap: 5px;
  justify-content: center;
}
.personal a {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #CDCDCD;
    transition: all .3s;
}
.personal a:hover{
  text-decoration: underline;
  color: #000;
}
.personal .wpcf7-form-control-wrap{
    margin: 0;
    width: fit-content;
    height: fit-content;
}
form input{
  transition: .3s;
}
form input.uncheck{
  opacity: .6;
  pointer-events: none;
}

.cookies{
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: clamp(16px, calc(0.00556 * 100vw + 9.33333px), 20px);
  line-height: clamp(24px, calc(0.00556 * 100vw + 17.33333px), 28px);
  padding: clamp(20px, calc(0.00694 * 100vw + 11.66667px), 25px) clamp(30px, calc(0.00694 * 100vw + 21.66667px), 35px);
  padding-right: 75px;
  background-color: #fff;
  color: #333333;
  display: flex;
  align-items: center;
  gap: clamp(25px, calc(0.03472 * 100vw + -16.66667px), 50px);
  z-index: 602;
  transition: all .3s;
      border: 1px solid #c8a468;
}
.cookies-text{
  max-width: clamp(360px, calc(0.125 * 100vw + 210px), 450px);
}
.cookies-text a{
    position: relative;
}
.cookies.drop{
  transform: translate(-100%, 0);
}
.cookies.true{
  display: none;
}
@media (max-width: 1200px) {
  .cookies{
    position: fixed;
    right: 0;
    bottom: 50%;
    left: 0;
    font-size: clamp(12px, calc(0.00909* 100vw + 9.09091px), 20px);
    line-height: clamp(17.6px, calc(0.01182* 100vw + 13.81818px), 28px);
    padding: 25px;
    gap: clamp(20px, calc(0.02273* 100vw + 12.72727px), 40px);
    text-align: center;
    flex-direction: column;
    transform: translate(0, 50%);
  }
  .cookies-text{
    max-width: clamp(360px, calc(0.10227* 100vw + 327.27273px), 450px);
  }
  .cookies.drop{
    transform: translate(-100%, 50%);
  }
}