

/* Start:/local/templates/gm/styles/components/services.css?178118346614516*/
.services__top {
  height: calc(100vh - 142px);
  width: 100%;
  display: flex;
  justify-content: center;
}
.services__top-inner {
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #000000;
  box-shadow: 0px -6px 60px rgba(0, 0, 0, 0.12);
}
.services__top-inner-container {
  position: absolute;
  top: 0;
  width: calc(100% - 140px);
  max-width: 1280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 33px;
  z-index: 2;
}
.services__content-inner {
  position: absolute;
  width: 50%;
  z-index: 0;
}
.services__top-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services__top-bg-image--mobile {
  display: none;
}
.services__top-content {
  position: relative;
  top: 0;
  height: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.services__top-content.have-subtitle .services__top-content-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 100px;
}
.services__top-content-title {
  font-weight: 300;
  font-size: 80px;
  line-height: 80px;
  color: #000000;
  margin-bottom: 29px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column-reverse;
  max-width: 560px;
}
.services__top-content-subtitle {
  font-weight: 300;
  font-size: 44px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 57px;
}
.services__top-content-text {
  height: 132px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services__top-content.have-subtitle .services__top-content-text {
  position: absolute;
  bottom: 0;
}
.services__top-content-text span {
  color: #ffffff;
}
.services__top-content-text span:nth-child(1) {
  margin-right: 8px;
}
.services__top-content-text span:nth-child(2) {
  font-weight: 300;
}
.services__top-content-left {
  gap: 0 75px;
  flex-wrap: wrap;
  height: 49px;
  overflow: hidden;
}

.services__top-content-right {
  gap: 47px;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.services__top.white .services__top-content-title,
.services__top.white .services__top-content-subtitle,
.services__top.full-black .services__top-content-title,
.services__top.full-black .services__top-content-subtitle,
.services__top.full-red .services__top-content-title,
.services__top.full-red .services__top-content-subtitle {
  color: #ffffff;
}

.video-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.services__top .services__top-content-text,
.services__top .services__top-content-text span {
  color: #000000;
}

.services__top.white .services__top-content-text,
.services__top.white .services__top-content-text span,
.services__top.full-black .services__top-content-text,
.services__top.full-black .services__top-content-text span,
.services__top.full-red .services__top-content-text,
.services__top.full-red .services__top-content-text span {
  color: #ffffff;
}

.services__top.full-black .services__top-inner {
  background-color: #000000;
}

.services__top.full-red .services__top-inner {
  background: linear-gradient(180deg, #CF3434 0%, #9F1011 100%);
}

.services__top.empty-doctors .services__top-inner {
  background: #EBEBEB;
}

.services__top.full-doctors .services__top-inner {
  background: rgb(210, 210, 210);
}



/*----------------------*/
.services__top.white .services__sign-plus rect,
.services__top.full-black .services__sign-plus rect,
.services__top.full-red .services__sign-plus rect {
  fill: #ffffff;
}

.services__top.white .services__sign-plus circle,
.services__top.full-black .services__sign-plus circle,
.services__top.full-red .services__sign-plus circle {
  stroke: #ffffff;
}

.services__top.white img.services__sign-plus,
.services__top.full-black img.services__sign-plus,
.services__top.full-red img.services__sign-plus {
  filter: invert(1);
}

/*----------------------*/
.services__top.white .services__sign-user circle,
.services__top.full-black .services__sign-user circle,
.services__top.full-red .services__sign-user circle {
  stroke: #ffffff;
}
.services__top.white .services__sign-user path,
.services__top.full-black .services__sign-user path,
.services__top.full-red .services__sign-user path {
  fill: #ffffff;
}
.services__top.white img.services__sign-user,
.services__top.full-black img.services__sign-user,
.services__top.full-red img.services__sign-user {
  filter: invert(1);
}
.services__top.white .services__sign-arrow circle,
.services__top.full-black .services__sign-arrow circle,
.services__top.full-red .services__sign-arrow circle {
  stroke: #ffffff;
}
.services__top.white .services__sign-arrow path,
.services__top.full-black .services__sign-arrow path,
.services__top.full-red .services__sign-arrow path {
  fill: #ffffff;
}
.services__top.white img.services__sign-arrow,
.services__top.full-black img.services__sign-arrow,
.services__top.full-red img.services__sign-arrow {
  filter: invert(1);
}
.services__top.white .services__sign-time path,
.services__top.full-black .services__sign-time path,
.services__top.full-red .services__sign-time path {
  fill: #ffffff;
}
.services__top.white img.services__sign-time,
.services__top.full-black img.services__sign-time,
.services__top.full-red img.services__sign-time {
  filter: invert(1);
}
.services__top.white .services__sign-checked path:nth-child(1),
.services__top.full-black .services__sign-checked path:nth-child(1),
.services__top.full-red .services__sign-checked path:nth-child(1) {
  fill: #ffffff;
}
.services__top.white .services__sign-checked path:nth-child(2),
.services__top.full-black .services__sign-checked path:nth-child(2),
.services__top.full-red .services__sign-checked path:nth-child(2) {
  stroke: #ffffff;
}
.services__top.white img.services__sign-checked,
.services__top.full-black img.services__sign-checked,
.services__top.full-red img.services__sign-checked {
  filter: invert(1);
}
.services__content-block-title {
  margin-bottom: 28px;
  word-break: break-word;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.services__sign-arrow {
  cursor: pointer;
}
.services__accordion-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.services__accordion-grid .accordion-item {
  width: calc(33.333% - 15px);
}
.services__content .accordions__block-list {
  margin-top: 80px;
}
.swiper--doctors-top {
  width: 100%;
  height: 100% !important;
  padding-right: 15px !important;
}
.swiper--doctors-top .swiper-wrapper {
  height: 100% !important;
  padding-left: 15px;
}
.swiper--doctors-top .swiper-slide {
  height: 100% !important;
}
.swiper--doctors-top iframe {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 16 / 9;
}
.swiper--doctors-top .swiper-navigation {
  position: absolute !important;
  width: calc(100% - 65px);
  top: calc(50% - 20px);
  margin-left: 30px;
  z-index: 10;
}

.swiper--doctors-top .slider1__navigation-right {
  width: 100%;
  justify-content: space-between;
}
.swiper--doctors-top .swiper-button-next,
.swiper--doctors-top .swiper-button-prev {
  width: 30px !important;
  height: 40px !important;
}
.swiper--doctors-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper--doctors-top .services__top-inner {
  box-shadow: none;
}

@media (max-width: 1300px) {
  .services__accordion-grid .accordion-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1100px) {
  .services__top {
    height: calc(100vh - 180px);
  }
}
@media (max-width: 991px) {
  .services__content-inner {
    position: relative;
    width: 100%;
  }
  .services__top-inner-container {
    width: calc(100% - 10px);
  }
  .services__top-content {
    padding-left: 10px;
  }
  .services__top-content-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    word-break: break-word;
    flex: 1 1 auto;
  }
  .services__top-content-title.title-color-white {
    color: white;
  }
  .services__top-content-text {
    display: flex;
    flex-direction: column;
    border-top: 0;
    height: auto;
  }
  .services__top-content-text .text7 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.025em;
  }
  .services__top-content-text .title5 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.025em;
    font-weight: 400 !important;
  }
  .services__top-content-left {
    gap: 82px;
    justify-content: flex-start;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 90px;
  }
  .services__top-content-left>*:nth-child(1) {
    padding-left: 5px;
  }
  .services__top-content-right {
    width: 100%;
    gap: unset;
    justify-content: flex-end;
    align-items: flex-end !important;
    margin-bottom: 45px;
  }
  .services__top-content-right>*:nth-child(1) {
    padding-left: 5px;
  }
  .services__top-content-left>div {
    flex-direction: column;
    gap: 15px;
  }
  .services__top-content-left>div>div {
    margin-left: 0;
  }
  .services__sign-arrow {
    padding-right: 10px;
  }
  .services__share-wrapper {
    display: none;
  }
  .services__top-content-right--have-price {
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .services__accordion-grid {
    padding-right: 10px;
    margin-left: 10px;
  }
  .services__accordion-grid .accordion-item {
    width: 100%;
  }

  .services__top-content-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .services__content>.container {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }

  .services__content .slider1-container .page-section-title__wrapper {
    padding-left: 0;
  }

  .slider1-container,
  .slider1-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0 !important;
  }

  .slider1-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    overflow: hidden;
  }

  .slider1-container--overflow {
    overflow: unset;
  }

  .slider1-container .page-section-title__wrapper {
    padding-left: 10px;
  }

  .slider1-container>* {
    padding-right: 0 !important;
  }

  .slider1-container .slider1 {
    padding-left: 10px;
  }

  .slider1-mobile-padding-right .slider1 {
    padding-right: 10px;
  }

  .slider1-container .slider1 .slider1__navigation-right {
    padding-right: 10px;
  }

  .slider1-container .services__content-block-title,
  .slider1-mobile-padding {
    padding: 0 10px !important;
  }

  .slider1-container .swiper-navigation {
    padding-right: unset;
  }

  .services__content .accordions__block-list {
    margin-top: 50px;
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .services__top-inner {
    width: calc(100% - 10px);
  }

  .services__top-content.have-subtitle .services__top-content-text {
    display: none;
  }

  .services__top.full-doctors .services__top-content-text {
    display: none;
  }

  .services__top-content-right--have-price {
    justify-content: space-between !important;
  }
  .services__top-content.have-subtitle .services__top-content-title {
    font-size: 70px;
    line-height: 80px;
    max-width: unset;
    margin-bottom: 15px;
  }
  .services__top-content:not(.have-subtitle) .services__top-content-title {
    margin-bottom: 0;
    max-width: unset;
  }
  .services__top-content-subtitle {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .services__top-bg-image--desktop {
    display: none;
  }
  .services__top-bg-image--mobile.services__top-doctors-image,
  .services__top-bg-image--mobile {
    display: unset;
    object-position: center;
  }
}

.informer {
  margin-block: 2rem;
  padding-inline-start: 20px;
  border-left: 3px solid;
  border-color: #CF3434;
  margin-left: 10px;
}
.informer,
.informer a {
  font-size: 16px !important;
  line-height: 1.25 !important;
}
.font-italic {
  font-style: italic;
}
.position--inner {
  top: 5% !important;
}
.section-banner img {
  border-radius: 10px;
}
.columns {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
}
.columns--image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px -18px rgb(0 0 0 / .32);
}
.procedure-steps,
.faq-section {
  margin: 40px 0;
}
.procedure-step {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  padding: 25px;
  background: white;
  border-left: 4px solid #CF3434;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.procedure-step__number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cf3434;
  color: #cf3434;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  border-radius: 50%;
  color: #fff !important;
}
.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
.faq-question {
  padding: 20px 25px;
  padding-right: 60px;
  background: white;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  list-style: none;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-question .accordion-title {
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 0.4px;
  color: #000000;
  word-break: break-word;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.faq-icon {
  position: absolute;
  right: 25px;
  width: 44px;
}

.faq-answer {
  padding: 35px 25px 15px 25px;
  background: #f8f9fa;
}

.title--h2 {
  font-size: 28px !important;
  line-height: 32px !important;
  margin-block: 30px 15px !important;
}

.title--h3 {
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 15px !important;
  margin-top: 30px !important
}

.advantage__item {
  padding: 25px 25px 10px;
  background: white;
  border-left: 4px solid #CF3434;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.advantage__item:not(:last-child) {
  margin-bottom: 15px;
}

.text-content section {
  margin-block: 60px !important
}

.accordion--sertificates .accordion-content .slider-relative .swiper-buttons .swiper-button-next {
	right: -60px;
	z-index: 999;
}
.accordion--sertificates .accordion-content .slider-relative .swiper-buttons .swiper-button-prev {
	left: -60px;
	z-index: 999;
}


/* End */


/* Start:/local/templates/gm/styles/form.css?17811529037988*/
.form__item {
  position: relative;
}

.form__input {
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 0.8px solid #C0C0C0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  background-color: transparent;
  font-family: HelveticaNeueCyr, "Helvetica Neue";
  padding: 16px 20px;
  min-height: 54px;
  box-sizing: border-box;
}

.form__input:-webkit-autofill,
.form__input:-webkit-autofill:hover,
.form__input:-webkit-autofill:focus,
.form__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form__input.small {
  padding: 10px 20px;
}

.form__input.medium {
  padding: 14px 20px;
}

.form__item-input-button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.form__input:focus {
  outline: none;
}

.form__select {
  width: 100%;
  border: 0;
  border-bottom: 1.7px solid #e7e7e7;
  padding-bottom: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 0.8px solid #C0C0C0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  background-color: transparent;
  padding: 14px 20px;
  box-sizing: border-box;
  min-height: 50px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cline x1='0.5' y1='-0.5' x2='7.74112' y2='-0.5' transform='matrix(0.6864 0.727225 0.6864 -0.727225 1 0.00390625)' stroke='black' stroke-linecap='round'/%3E%3Cline x1='0.5' y1='-0.5' x2='7.74112' y2='-0.5' transform='matrix(-0.6864 0.727225 -0.6864 -0.727225 11.3438 0.00390625)' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position:
    calc(100% - 17px) 46%;
  background-size:
    11px 6px;
  background-repeat: no-repeat;
}

textarea.form__input {
  padding: 24px 20px;
  height: auto;
  resize: none;
}

textarea.big {
  height: 90px;
}

.form__label {
  color: #999;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  padding: 0 5px;
}

.form__bar {
  position: relative;
  display: block;
  width: 100%;
}

.form__bar:before,
.form__bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #000;
}

.form__bar:before {
  left: 50%;
}

.form__bar:after {
  right: 50%;
}

.form__highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.form__item.form__item--error .form__label,
.form__input.small:placeholder-shown~.form__label {
  top: 20px;
}

.form__item:not(.form__item--error) .form__input:placeholder-shown~.form__label {
  top: min(35px, 50%);
  transform: translateY(-50%);
  left: 20px;
  background: transparent;
}

.form__item.form__item--error .form__label,
.form__input:placeholder-shown:focus~.form__label,
.form__input:focus~.form__label,
.form__input:valid~.form__label,
.form__input:-webkit-autofill~.form__label {
  top: 2px;
  left: 10px;
  background: #ffffff;
}

.form__input:focus~.form__bar:before,
.form__input:focus~.form__bar:after {
  width: 50%;
}

.form__item.form__item--error input {
  border: 0.8px solid #c0202d;
}

.form__item.form__item--error label {
  color: #c0202d;
}

.form__error {
  text-align: left;
  color: #c0202d;
  bottom: -19px;
  left: 0;
  width: 100%;
  font-weight: inherit;
}

.email-sub-form {
  max-width: 207px;
}

.email-sub-form .form__item {
  margin-bottom: 20px;
}

.email-sub-form .form__input:first-child {
  margin-top: 30px;
}

.search-form .form__input:first-child {
  margin-top: 15px;
}

.search-form .form__item {
  position: relative;
  margin-bottom: 0;
}

.search-form .form__input:placeholder-shown~.form__label {
  font-size: 21px;
  line-height: 26px;
  color: #BDBDBD;
  left: -5px;
}

.search-form .form__input {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  padding-left: 0;
  border-radius: 0;
  font-size: 21px;
  line-height: 26px;
  border-bottom: 1px solid #000000;
  padding: 12px 20px 12px 0;
}


.form__item--captcha img {
  max-width: 100%;
}

.form__item--captcha-input {
  flex: 100%;
  margin-left: 20px;
}

.form__captcha-wrapper {
  align-items: center;
  position: relative;
}

.form__captcha-wrapper .form__item--captcha {
  position: absolute;
  left: 7px;
}

.form__captcha-wrapper .form__item--captcha-input-wrapper {
  width: 100%;
}

.form__captcha-wrapper .form__item--captcha-input-wrapper input {
  margin-left: 0;
  padding-left: 200px;
  min-height: 52px;
}

.form__captcha-wrapper .form__item--captcha-input-wrapper label {
  margin-left: 180px;
  transition: all .2s ease;
}

.form__captcha-wrapper .form__item.form__item--error .form__label,
.form__input:placeholder-shown:focus~.form__label,
.form__input:focus~.form__label,
.form__input:valid~.form__label,
.form__input:-webkit-autofill~.form__label {
  margin-left: 0;
  top: -2px;
}

.form__captcha-wrapper .form__item:not(.form__item--error) .form__input:placeholder-shown~.form__label {
  margin-left: 180px;
}

@media screen and (min-width: 768px) {
  .search-form .form__input {
    font-size: 44px;
    line-height: 48px;
  }

  .search-form .form__input:placeholder-shown~.form__label {
    font-size: 44px;
    line-height: 48px;
  }
}

.search-form__button {
  position: absolute;
  right: 5px;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search-form__button {
    width: 25px;
    right: 0;
    height: 25px;
  }
}
.search-form__button svg {
  width: 100%;
  height: 100%;
}
.form__items-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.form__items-row .form__item {
  flex: 100%;
}

.form__buttons-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 15px !important;
  gap: 22px;
}

.form__description {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .form__description {
    margin-bottom: 28px;
  }

  .form__items-row {
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
  }

  .form__buttons-wrapper {
    gap: 14px;
    flex-wrap: wrap;
  }

  textarea.big {
    height: 14px;
  }
}

.form__checkbox {
  display: flex;
  align-items: center;
  gap: 21px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.4px;
  color: #000000;
}

.form__checkbox span {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.4px;
  color: #000000;
}

@media (max-width: 767px) {
  .form__select,
  .form__input {
    min-height: 44px;
    padding: 9px 20px;
  }
  .modal .form__item:not(.form__item--error) .form__input:placeholder-shown~.form__label {
    top: 24px;
  }
}

@media (max-width: 480px) {
  .form__item--captcha img {
    height: auto;
    max-width: 110%;
  }
}

.form .form__item.checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: left;
}
.form .form__item.checkbox.m-t-15 {
  margin-top: 15px;
}
.form  .form__item.checkbox #personal_data {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #CF3434;
}

@media (max-width: 1025px) {
	.modal.modal__show .modal__backdrop .modal__content {
		scale: 0.9;
		border-radius: 10px;
	}
	.modal.modal__show .modal__backdrop .modal__content .modal__body {
		padding: 10px;
		text-align: center;
	}
	.modal.modal__show .modal__backdrop .modal__content .modal__body .m-t-15 {
		text-align: center;
	}
}
/* End */


/* Start:/local/templates/gm/styles/pages/do-posle.css?1777354873649*/
.icv__body .header * {
  transition: none;
}
.icv__control-line {
  width: 1.7px!important;
}
.icv__arrow-wrapper {
  position: absolute;
  bottom: 15px;
}
.icv__arrow-wrapper:last-child {
  right: 0;
}
.icv__circle {
  display: none;
}
.adult-bg {
  display: none;
}
.is-adult {
  position: relative;
}
.is-adult .adult-bg {
  background-repeat: no-repeat;
  background-image: url('/local/templates/gm/images/is18.svg');
  background-position: center;
  background-size: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
}
.is-adult img {
  filter: blur(20px);
  -webkit-filter: blur(20px);
}
/* End */
/* /local/templates/gm/styles/components/services.css?178118346614516 */
/* /local/templates/gm/styles/form.css?17811529037988 */
/* /local/templates/gm/styles/pages/do-posle.css?1777354873649 */
