

/* Start:/local/templates/men/dist/css/page/certificate/style.css?177542514926081*/
@charset "UTF-8";
.certificate {
  padding: 200px 0 20px;
}
@media (max-width: 1000px) {
  .certificate {
    padding: 20px 0 20px;
  }
}
.certificate > .flex {
  gap: 54px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .certificate > .flex {
    gap: 25px;
    margin-top: 100px;
  }
}
.certificate .certificate-button {
  flex: 0 0 calc(50% - 27px);
  position: relative;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .certificate .certificate-button {
    flex: 0 0 100%;
  }
}
.certificate .certificate-button:hover:after {
  opacity: 1;
}
.certificate .certificate-button span {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 14px;
  display: block;
  text-align: center;
}
@media (max-width: 650px) {
  .certificate .certificate-button span {
    font-size: 20px;
    line-height: 25px;
    padding: 20px 30px;
  }
}
.certificate .certificate-button.button-offline img {
  bottom: 40px;
}
@media (max-width: 650px) {
  .certificate .certificate-button.button-offline img {
    bottom: 15px;
  }
}
.certificate .certificate-button.button-online img {
  bottom: 0;
}
.certificate .certificate-button img {
  position: static;
  aspect-ratio: 1 / 1;
  width: 100%;
  display: block;
  transition: all .2s linear;
  border-radius: 10px;
}
.certificate .certificate-button:hover img{
  transform: scale(1.03);
}
.certificate__gift-text {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 30px;
}
.certificate__gift-text .btn {
  margin: 0 auto;
}
.certificate__gift-text span {
  font-size: 21px;
  font-family: var(--font-title);
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .certificate__gift-text span {
    font-size: 18px;
  }
}

.certificate-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.2s linear;
  padding: 40px 60px 60px 40px;
  max-height: 100vh;
}
@media (max-width: 1100px) {
  .certificate-modal {
    padding: 15px 0 0;
    overflow: auto;
  }
}
.certificate-modal__close {
  position: absolute;
  top: 40px;
  left: 60px;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 1100px) {
  .certificate-modal__close {
    top: 20px;
    left: auto;
    right: 20px;
  }
}
.certificate-modal__flex {
  display: flex;
  align-items: center;
  position: absolute;
  left: 31px;
  right: 31px;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 730px;
}
@media (max-width: 1100px) {
  .certificate-modal__flex {
    max-height: none;
    height: 100%;
    min-height: 660px;
    position: static;
  }
}
.certificate-modal__stage {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 140px;
}
@media (max-width: 1100px) {
  .certificate-modal__stage {
    position: static;
    padding-top: 75px;
    height: 100%;
  }
}
.certificate-modal__stage form {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s linear;
  width: 564px;
}
@media (max-height: 1500px) {
  .certificate-modal__stage form {
    width: 430px;
  }
}
@media (max-width: 1100px) {
  .certificate-modal__stage form {
    top: auto;
    right: 0;
    bottom: auto;
    width: calc(100% - 45px);
    left: 0;
  }
}
@media (max-width: 800px) {
  .certificate-modal__stage form {
    top: 400px;
    right: 0;
    bottom: auto;
    width: calc(100% - 45px);
    left: 0;
  }
}
@media (max-width: 1100px) and (max-height: 700px) {
  .certificate-modal__stage form {
    top: 340px;
  }
}
.certificate-modal__stage form label {
  margin-bottom: 18px;
}
.certificate-modal__stage form label:has(span) {
  margin-bottom: 5px;
}
.certificate-modal__stage form label span {
  font-family: var(--font-second);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #353535;
  margin-top: 5px;
}
.certificate-modal__stage form span {
  display: block;
}
.certificate-modal__stage form > span {
  font-family: var(--font-second);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #848484;
  margin-top: 27px;
}
@media (max-width: 500px) {
  .certificate-modal__stage form > span {
    margin-top: 0;
  }
}
.certificate-modal__stage form input {
  border: none;
  border-bottom: 2px solid #848484;
  font-family: var(--font-second);
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 17px 0 8px;
  background-color: transparent;
  width: 100%;
}
.certificate-modal__stage form button {
  opacity: 0;
  visibility: hidden;
}
.certificate-modal__stage-list {
  flex: 0 0 64px;
}
@media (max-width: 1100px) {
  .certificate-modal__stage-list {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}

.stage-progress {
  position: absolute;
  width: 25%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  transition: all 0.2s linear;
}

.stages-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 1100px) {
  .stages-nav {
    display: flex;
  }
}
.stages-nav li {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #d0d0d0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1100px) {
  .stages-nav li {
    flex: 0 0 25%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-top: 1px solid rgba(0, 0, 0, 0);
    padding: 9px 0;
  }
}
@media (min-width: 1101px) {
  .stages-nav li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #40404C;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
  }
  .stages-nav li:hover.active:before {
    opacity: 1;
    visibility: visible;
  }
}
.stages-nav li:not(:last-child) {
  padding-bottom: 53px;
  position: relative;
}
@media (max-width: 1100px) {
  .stages-nav li:not(:last-child) {
    padding-bottom: 9px;
  }
}
.stages-nav li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 33px;
  background-image: url(/upload/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  transition: opacity 0.2s linear;
}
@media (max-width: 1100px) {
  .stages-nav li:not(:last-child):after {
    display: none;
  }
}
.stages-nav li:not(:last-child).active:after {
  opacity: 1;
}
.stages-nav li.active {
  color: #40404C;
}

.button-position-absolute {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  width: 428px;
  display: flex;
  justify-content: center;
}
.button-position-absolute .btn {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1100px) {
  .button-position-absolute .btn {
    border-radius: 5px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .button-position-absolute {
    bottom: 20px;
    position: fixed;
    left: 20px;
    right: 20px;
    max-width: calc(100% - 40px) !important;
  }
}

.current-price {
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage-item__title {
  font-weight: 700;
  font-family: var(--font-title);
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .stage-item__title {
    display: none;
  }
}
.stage-item__title span {
  z-index: 5;
  position: relative;
}
.stage-item__title:after {
  z-index: 3;
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  height: 380px;
  border-radius: 100%;
  width: 380px;
  top: -75px;
  right: 0;
  left: 0;
  margin: auto;
}
.stage-item__button {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
@media (max-width: 1100px) {
  .stage-item__button {
    bottom: 20px;
    position: fixed;
    left: 20px;
    right: 20px;
  }
  .stage-item__button.btn {
    max-width: calc(100% - 40px) !important;
    border-radius: 5px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
  }
}

.mark-active-image {
  position: absolute;
  top: 30px;
  z-index: 5;
  right: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #1F2043;
}

.container-slide {
  position: relative;
  height: 320px;
  width: 100%;
  overflow: hidden;
}

.content-svg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-48%);
}

.stage-slide-container {
  position: relative;
  width: 500px;
  height: 500px;
  margin: auto;
  transform: translate(-140px, 0);
  z-index: 4;
}
@media (max-width: 1100px) {
  .stage-slide-container {
    position: static;
    width: 100%;
    transform: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.stage-slide-container.form-visible:after {
  opacity: 0;
  visibility: hidden;
}
.stage-slide-container.form-visible .mark-active {
  opacity: 0;
  visibility: hidden;
}
.stage-slide-container.form-visible .style-active {
  transform: translate(-45%, -50%) rotate(-25deg);
}
.stage-slide-container.total-active:after {
  opacity: 0;
  visibility: hidden;
}
.stage-slide-container.total-active .mark-active {
  opacity: 0;
  visibility: hidden;
}
.stage-slide-container.total-active .style-active {
  transform: translate(-50%, -80%);
}
.stage-slide-container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 480px;
  height: 480px;
  border-radius: 100%;
  background-color: #fff;
  z-index: 4;
  transition: all 0.2s linear;
}
@media (max-width: 1100px) {
  .stage-slide-container:after {
    display: none;
  }
}
.stage-slide-container .mark-active {
  position: absolute;
  bottom: 40px;
  z-index: 5;
  right: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #1F2043;
}
@media (max-width: 1100px) {
  .stage-slide-container .mark-active {
    bottom: 315px;
    right: -5px;
  }
}
.stage-slide-container .mark-active.mark-right-middle {
  right: 70px;
  left: auto;
  top: 0;
  bottom: 0;
}
.stage-slide-container .style-active {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.168627451);
  width: 370px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-45%, -50%);
  z-index: 5;
  transition: all 0.2s linear;
}
@media (max-width: 1700px) {
  .stage-slide-container .style-active{
    width: 360px;
  }
}
@media (max-width: 1100px) {
  .stage-slide-container .style-active {
    left: 0;
    right: 0;
    top: 145px;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .certificate-modal:has(li[data-stage="2"].active) .stage-slide-container .style-active{
    width: 48%;
  }
  .stage-slide-container .style-active {
    width: 75%;
    height: auto;
    padding-top: 50%;
  }

}
.stage-slide-container .style-active.DragAndDrop {
  border: 2px dashed #ccc;
  background-color: rgba(204, 204, 204, 0.2);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s linear;
  transform: translate(0%, -50%) translate(-10%, 0px);
}
.stage-slide-container .style-active.DragAndDrop.error {
  border-color: rgb(173, 0, 0);
  background-color: rgba(255, 0, 0, 0.2);
  animation: vibrate 0.2s ease-in-out;
}
.stage-slide-container .style-active.DragAndDrop.error svg path {
  fill: rgb(133, 0, 0);
}
.stage-slide-container .style-active.DragAndDrop.dragover {
  border-color: rgb(0, 173, 10);
  background-color: rgba(0, 255, 17, 0.2);
}
.stage-slide-container .style-active.DragAndDrop.dragover svg path {
  fill: rgb(0, 133, 9);
}
.stage-slide-container .style-active.DragAndDrop svg {
  position: absolute;
  max-width: 100px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.stage-slide-container .style-active.DragAndDrop svg path {
  transition: all 0.2s linear;
}
.stage-slide-container .style-active.DragAndDrop span {
  font-size: 20px;
  text-align: center;
  display: block;
  font-family: var(--font-title);
  position: static;
}
@media (max-width: 500px) {
  .stage-slide-container .style-active.DragAndDrop span {
    position: absolute;
    bottom: 20px;
    top: auto;
    font-size: 14px;
  }
}
.stage-slide-container .swiper {
  height: 100%;
  width: 100%;
}
.stage-slide-container .swiper .swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: none !important;
}
.stage-slide-container .swiper .swiper-wrapper .swiper-slide {
  position: absolute;
  width: 60px; /* Размер маленьких кружков */
  height: 60px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.stage-slide-container .circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage-slide-container .circular-container {
  left: 50%;
  transform: translateX(-50%);
  height: 400px;
  bottom: -61px;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.stage-slide-container .circular-container .mark-active {
  bottom: auto;
  right: -5px;
  top: 25px;
}
@media (max-width: 600px) {
  .stage-slide-container .circular-container {
    height: 220px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
  }
}
.stage-slide-container .circular-container-image {
  left: 50%;
  transform: translateX(-50%);
  height: 190px;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
  display: none;
}
@media (max-width: 650px) {
  .stage-slide-container .circular-container-image {
    height: 215px;
  }
}
.stage-slide-container .circular-slider-slide {
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.0392156863);
  left: calc(50% - 450px);
}
@media (max-width: 650px) {
  .stage-slide-container .circular-slider-slide {
    width: 1200px;
    height: 1200px;
    left: calc(50% - 600px);
  }
}
.stage-slide-container .circular-slider-slide .slide-image {
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  z-index: 1;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  background-color: #fafafa;
}
@media (max-width: 650px) {
  .stage-slide-container .circular-slider-slide .slide-image {
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
}
.stage-slide-container .circular-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1100px) {

  .stage-slide-container .circular-slider {
    position: absolute;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.0392156863);
    left: calc(50% - 600px);
  }
  .stage-slide-container .circular-slider:has(.slide-text){
    height: 1140px;
  }
}
.stage-slide-container .circular-slider .slide {
  position: absolute;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  z-index: 1;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 650px) {
  .stage-slide-container .circular-slider .slide:not(.slide-text) {
    width: 25px;
    height: 25px;
    top: calc(50% - 12px);
    left: calc(50% - 10px);
  }
}
.stage-slide-container .circular-slider .slide.slide-text {
  width: auto;
  height: auto;
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #848484;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.stage-slide-container .circular-slider .slide.slide-text .content-svg,
.stage-slide-container .circular-slider .slide.slide-text .content-svg * {
  pointer-events: none;
}
@media (max-width: 1100px) {
  .stage-slide-container .circular-slider .slide.slide-text {
    top: 50%;
    left: 50%;
  }
}
.stage-slide-container .circular-slider .slide.slide-text.slide-text-active {
  font-size: 18px;
  color: #010101;
}
.stage-slide-container .circular-slider .slide.slide-text-active:not(.slide-text):after {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border: 1px solid #000;
  border-radius: 100%;
}
.stage-slide-container.stage-number-0:before {
  transform: rotate(155deg);
}
.stage-slide-container:before {
  z-index: 3;
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  height: 380px;
  border-radius: 0 0 100% 0;
  width: 450px;
  top: -179px;
  right: -18px;
  left: 0;
  margin: auto;
  transform: rotate(147deg);
}
@media (max-width: 1100px) {
  .stage-slide-container:before {
    display: none;
  }
}
.stage-slide-container .style-active {
  transform: perspective(1000px) translate(17%, -50%) scale3d(1, 1, 1);
}
@media (max-width: 1100px) {
  .stage-slide-container .style-active {
    transform: none;
  }
}
.stage-slide-container .style-active span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.style-images-buttons {
  position: absolute;
  left: -110px;
  right: 0;
  width: 500px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  display: none;
}
@media (max-width: 1100px) {
  .style-images-buttons {
    display: none;
  }
}
.style-images-buttons .prev,
.style-images-buttons .next {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0509803922);
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  position: relative;
  z-index: 9;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translate(0, 20px);
}
.style-images-buttons .prev:hover .bg,
.style-images-buttons .next:hover .bg {
  transform: scale(1.1);
}
.style-images-buttons .prev .bg,
.style-images-buttons .next .bg {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0509803922);
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  height: 100%;
  position: absolute;
  width: 100%;
}
.style-images-buttons .prev svg,
.style-images-buttons .next svg {
  height: 15px;
  position: relative;
  width: 15px;
  z-index: 2;
}
.style-images-buttons .next svg {
  transform: rotate(180deg);
}

.stage-item-style__buttons {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  width: max-content;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 9;
  padding-left: 15px;
}
@media (max-width: 1100px) {
  .stage-item-style__buttons {
    top: 20px;
  }
}
@media (max-width: 370px) {
  .stage-item-style__buttons {
    right: auto;
    left: 15px;
  }
}
.stage-item-style__buttons > * {
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
  margin-left: -15px;
  font-family: var(--font-second);
  font-size: 17px;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 450px) {
  .stage-item-style__buttons > * {
    padding: 0 22px;
    font-size: 14px;
  }
}
.stage-item-style__buttons > *.active {
  background-color: #333333;
  color: #fff;
}

.text-info {
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  text-align: center;
  position: absolute;
  bottom: 90px;
  right: 0;
  max-width: 425px;
}
@media (max-width: 768px) {
  .text-info {
    bottom: 60px;
  }
}
.text-info span {
  display: block;
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 27px;
  color: #5B5B5B;
}
@media (max-width: 768px) {
  .text-info span {
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 10px;
  }
}
.text-info span b {
  font-weight: 800;
}
.text-info span b.expiry-date {
  color: #1F2043;
}

.data-card {
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  position: absolute;
  width: 540px;
  height: 327px;
  background-color: #fff;
  border-radius: 10px;
  transform: translate(-6%, -50%);
  left: 0;
  top: 50%;
}
@media (max-width: 820px) {
  .data-card {
    transform: translate(0, -33%);
    left: 0;
    top: 50%;
    width: 90%;
    height: auto;
    padding-top: 50%;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 420px) {
  .data-card {
    top: 295px;
  }
}
.data-card__container {
  width: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 550px) {
  .data-card__container {
    width: 90%;
  }
}
.data-card__name {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 2px solid #010101;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
@media (max-width: 550px) {
  .data-card__name {
    font-size: 30px;
  }
}
.data-card__tel {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  color: #848484;
  margin-bottom: 16px;
}
@media (max-width: 550px) {
  .data-card__tel {
    font-size: 18px;
  }
}
.data-card__price {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  text-transform: uppercase;
  color: #010101;
}

.certificate-offline {
  max-width: 810px;
  margin: auto;
  height: 100%;
  overflow: hidden;
  padding: 63px 0 0;
}
.certificate-offline__image {
  margin: 0 auto 47px;
  text-align: center;
}
.certificate-offline__text {
  font-family: var(--font-second);
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 37px;
}
.certificate-offline__search {
  display: flex;
  align-items: center;
  gap: 30px;
}
.certificate-offline__search span {
  font-family: var(--font-second);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #40404C;
}
.certificate-offline__search input {
  border: 2px solid #40404C;
  border-radius: 10px;
  background-color: transparent;
  font-family: var(--font-second);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 14px;
}
.certificate-offline__search > * {
  flex: 0 0 calc(50% - 15px);
}
.certificate-offline .brance-menu {
  list-style: none;
  display: flex;
  gap: 23px 50px;
  flex-wrap: wrap;
  overflow: auto;
  height: 243px;
  margin-top: 48px;
}
.certificate-offline .brance-menu li {
  flex: 0 0 calc(33.333% - 34px);
}
.certificate-offline .brance-menu__link .metro-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .style-images {
    display: none;
  }
}
.style-images__item {
  display: none;
  position: absolute;
  width: 159px;
  height: 159px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(15, 40, 62, 0.05);
  background-image: linear-gradient(124.56deg, rgba(15, 40, 62, 0) 18.61%, rgba(15, 40, 62, 0.05) 82.11%), radial-gradient(94.96% 94.96% at -3.11% -1.41%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.style-images__item:nth-child(1) {
  left: calc(50% - 620px);
}
@media (max-width: 1650px) {
  .style-images__item:nth-child(1) {
    left: calc(50% - 605px);
  }
}
.style-images__item:nth-child(2) {
  right: calc(50% - 550px);
}
@media (max-width: 1650px) {
  .style-images__item:nth-child(2) {
    right: calc(50% - 490px);
  }
}
.style-images__item:nth-child(3) {
  right: 110px;
  width: 111px;
  height: 111px;
}
@media (max-width: 1500px) {
  .style-images__item:nth-child(3) {
    right: 40px;
  }
}
@media (max-width: 1350px) {
  .style-images__item:nth-child(3) {
    display: none;
  }
}
.style-images__item span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}


@media (max-width: 600px) {
  .certificate-offline__search input{
    width: 100%;
  }
  .certificate-offline {
    padding: 45px 15px 0;
  }
  .certificate-offline__image{
    margin: 0 auto 20px;
  }
  .certificate-offline__text {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .certificate-offline__search {
    gap: 20px;
    flex-wrap: wrap;
  }
  .certificate-offline__search span {
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
  }
  .certificate-offline__search > * {
    flex: 0 0 100%;
  }
  .certificate-offline .brance-menu {
    gap: 9px 23px;
    height: 290px;
    margin-top: 30px;
  }
  .certificate-offline .brance-menu li {
    flex: 0 0 calc(50% - 12px);
  }
  .brance-menu a .metro{
    margin-right: 10px;
  }
  .certificate-offline .brance-menu__link .metro-name {
    font-size: 12px;
  }
}


@keyframes vibrate {
  0% {
    transform: translate(0%, -50%) translate(-10%, 0px);
  }
  25% {
    transform: translate(0%, -50%) translate(calc(-10% - 3px), 0px);
  }
  50% {
    transform: translate(0%, -50%) translate(calc(-10% + 3px), 0px);
  }
  75% {
    transform: translate(0%, -50%) translate(calc(-10% - 3px), 0px);
  }
  100% {
    transform: translate(0%, -50%) translate(-10%, 0px);
  }
}


/* End */
/* /local/templates/men/dist/css/page/certificate/style.css?177542514926081 */
