/*!
Theme Name: dominanta
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: dominanta
*/
.gt_selector {
  border: none;
  background: transparent;
  font-weight: 400;
  font-size: calc(12px + 2 * (100vw / 1920));
  text-transform: uppercase;
  color: #4b2a62;
  padding: 12px 20px;
}
.switcher {
  width: 128px !important;
}
.switcher .selected {
  background: transparent !important;
}
.switcher .selected a:hover {
  background: transparent !important;
}
.switcher .selected a {
  padding: 0px 0px !important;
}
.switcher .option {
  position: absolute !important;
  width: 128px !important;
}
.option {
  font-weight: 700;
  font-size: calc(12px + 2 * (100vw / 1920));
  text-transform: uppercase;
}
.switcher .option a {
  color: #3a1551 !important;
  padding: 3px 20px !important;
}
.switcher .option {
  border-left: 0px solid #ccc !important;
  border-right: 0px solid #ccc !important;
  border-bottom: 0px solid #ccc !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.switcher .selected a {
  border: 1px solid transparent !important;
  color: #3a1551 !important;
  width: auto !important;
  font-weight: 700;
}
.selected {
  display: flex;
  text-decoration: none;
  padding: 12px 20px;
  font-weight: 700;
  font-size: calc(12px + 2 * (100vw / 1920));
  text-transform: uppercase;
}
.option img,
.selected img {
  display: none !important;
}
.option a,
.selected span {
  font-size: calc(12px + 2 * (100vw / 1920)) !important;
  font-weight: 700 !important;
}
.btn-group button {
  background: transparent;
  border: 1px solid transparent;
  color: #3a1551;
}

.dropdown-item {
  background: rgba(255, 255, 255, 0.7);
}
.header__menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.btn-group {
  display: inline-block;
}
.btn-group .dropdown-menu-right {
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 100%;
}
.btn-group:hover .dropdown-menu-right {
  height: auto;
}
.dropdown-item,
.dropdown-toggle {
  display: flex;
  text-decoration: none;
  padding: 12px 20px;
  font-weight: 400;
  font-size: calc(12px + 2 * (100vw / 1920));
  text-transform: uppercase;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0 !important;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar:hover {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: rgba(58, 21, 81, 0.2);
}
::-webkit-scrollbar-thumb {
  background: #3a1551;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(58, 21, 81, 0.6);
}
::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: rgb(58, 21, 81);
  font-size: 16px;
  outline: none;
  opacity: 1;
  -webkit-appearance: none;
}
input::placeholder {
  color: rgba(58, 21, 81, 0.5);
  font-size: 14px;
}
button {
  font-family: "Open Sans", sans-serif;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  width: 100%;
  outline: none;
  -moz-appearance: none;
  resize: none;
  border: 1px solid #3a1551;
  padding: 8px;
  background-color: transparent;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 1;
  color: rgb(58, 21, 81);
}
textarea::placeholder {
  padding: 8px;
  font-size: 12px;
  opacity: 1;
  color: rgba(58, 21, 81, 0.5);
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #3a1551;
}
input:-moz-placeholder {
  color: rgba(58, 21, 81, 0.5);
}
input::-webkit-input-placeholder {
  color: rgba(58, 21, 81, 0.5);
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0) !important;
  -webkit-text-fill-color: rgba(58, 21, 81, 0.5) !important;
  color: rgba(58, 21, 81, 0.5) !important;
}
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
html {
  width: 100%;
  min-height: 100%;
}
.search > a {
  width: 100%;
}
body {
  width: 100%;
  height1: 100%;
  min-height: 100vh;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  /* font-size: 14px; */
  font-size: calc(12px + 2 * (100vw / 1920));
  color: #3a1551;
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 84px;
  overflow-x: hidden;
}
/* body.admin-bar{
    padding-top: 32px;
} */
body.admin-bar header {
  top: 32px;
}
body.page-template-default {
  padding-top: 0;
}
.block-triangle-all::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
  border: 16px solid transparent;
  border-top: 16px solid #ffffff;
  z-index: 99;
}
.block-triangle-sale-my-bg,
.block-triangle-before {
  position: relative;
}
.block-triangle-sale-my-bg::after,
.block-triangle-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 52.25px);
  border: 52.25px solid transparent;
  border-top: 52.25px solid #e1e8ff;
  z-index: 99;
}

.block-triangle-sale::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 52.25px);
  border: 52.25px solid transparent;
  border-top: 52.25px solid #ffffff;
  z-index: 99;
}
.block-triangle-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 52.25px);
  border: 52.25px solid transparent;
  border-right: 52.25px solid #e1e8ff;
  z-index: 99;
}
.block-triangle-all-big::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 79.74px);
  border: 79.74px solid transparent;
  border-top: 79.74px solid #ffffff;
  z-index: 99;
}
.square-transform-all::before {
  content: "";
  position: absolute;
  width: 28.19px;
  height: 28.19px;
  background-color: #3a1551;
  transform: rotate(-45deg);
  top: -15px;
  left: calc(50% - 14.095px);
  z-index: 99999;
  opacity: 1;
  transition: all 0.5s ease-in;
}
.line-above-block::after,
.line-above-block::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background-color: #3a1551;
  top: -10px;
  -moz-animation: border__width__pop-up 0.5s ease-in;
  -o-animation: border__width__pop-up 0.5s ease-in;
  -webkit-animation: border__width__pop-up 0.5s ease-in;
  animation: border__width__pop-up 0.5s ease-in;
}
.line-above-block::after {
  left: 0;
}
.line-above-block::before {
  right: 0;
}
.txt-red {
  color: #d75c71;
}
.style-label-for-checkbox-all::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  outline: none;
  border: 1px solid #3a1551;
  border-radius: 0;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background-color: transparent;
}
.style-label-for-checkbox-all input[type="checkbox"]:checked + p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 2px;
  top: calc(50% - 3px);
  background-color: #3a1551;
  z-index: 999;
}
.style-label-for-checkbox-all {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.style-label-for-checkbox-all label {
  cursor: pointer;
}
.style-label-for-checkbox-all label p {
  margin-left: 20px;
  font-size: 12px;
  text-transform: lowercase;
}
/*style for header*/
header {
  width: 100%;
  position: fixed;
  left: auto;
  right: auto;
  top: 0;
  z-index: 99999;
  height: 84px;
  max-width: 1920px;
}
.home header .header-container {
  background-color: rgba(255, 255, 255, 0.7);
}
#header.header__scroll__100vh {
  background-color: #f0f3ff;
}
.header-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px 10px 5%;
}
.header-container__left,
.header-container__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.header__logo {
  margin-right: 40px;
}
.header__logo a {
  width: 100%;
  height: 100%;
}
.header__search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.header__search img {
  margin-bottom: -5px;
  margin-right: 5px;
}
.header__search p {
  color: rgba(58, 21, 81, 0.66);
  position: relative;
}
.header__search p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: rgba(58, 21, 81, 0.7);
}
.search-in-header__item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #3a1551;
}
.modal-all__items__search-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.modal-all__items__search-wrapper form {
  width: 100%;
}
.search-in-header__result,
.search-in-header__result a {
  width: 100%;
}
.search-in-header__result {
  margin-bottom: 30px;
}
.search-in-header__result a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 20px 0;
  max-height: 192px;
  background-color: #e1e8ff;
}
.search-in-header__item__img {
  display: none;
}
.search-in-header__item__description {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-for-link-search {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
/* header menu */
.header__menu {
  margin-right: 70px;
  position: relative;
}
.mynav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.mynav a {
  display: flex;
  text-decoration: none;
  padding: 12px 20px;
  font-weight: 400;
  font-size: calc(12px + 2 * (100vw / 1920));
  text-transform: uppercase;
}
.switcher a {
  font-size: calc(12px + 2 * (100vw / 1920)) !important;
}
.mynav li.active-link-for-this-page a,
li.active-link-all-page a {
  font-weight: 700;
}
.mynav li a img {
  margin: auto;
}
.target {
  position: fixed;
  border-bottom: 4px solid transparent;
  z-index: -1;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.mynav a,
.target {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.target::before {
  position: absolute;
  content: "";
  width: 6.62px;
  height: 6.62px;
  transform: rotate(45deg);
  background-color: #3a1551;
  bottom: -10px;
  left: calc(50% - 3px);
}
.header__phone-social {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.header__phone-social__phone,
.header__phone-social__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.header__phone-social__line {
  width: 1px;
  margin: 2px 15px;
  background-color: #3a1551;
}
.header__phone-social__phone a {
  line-height: 1;
}
.header__phone-social__icon a:first-of-type {
  margin-bottom: 5px;
}
.main-content-all-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  overflow: hidden;
}
/*block call me*/
.section-call-me {
  width: 220px;
  height: 51px;
  position: fixed;
  right: -84px;
  top: 50%;
  background-color: #3a1551;
  z-index: 999999999999;
  transform: rotate(-90deg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in;
}
.section-call-me img {
  transform: rotate(90deg);
}
.section-call-me-line {
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  margin-left: 15px;
  margin-right: 24px;
}
.section-call-me p {
  color: #ffffff;
  text-transform: uppercase;
}
.section-call-me:hover {
  background-color: rgba(58, 21, 81, 0.7);
  transition: all 0.2s ease-in;
}
#section-call-me__modal-recording-call,
#pop-up-recording-modal,
#pop-up-buy-certificat,
#section-pop-up-ooops,
#pop-up-call-modal,
#pop-up-step-price,
#section-search-in-header,
#pop-up-buy-certificate {
  visibility: hidden;
  display: none;
}
.modal-bg {
  width: 100%;
  height: calc(100% - 84px);
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.modal-all__wrapper {
  padding: 5% 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.modal-all-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 645px;
  background-color: #ffffff;
  margin: auto auto 40px auto;
  max-height:90vh;
  overflow-y:scroll;
}
.modal-all-container > a {
  width: 100%;
}
.modal-all-header {
  width: 100%;
  background-color: #e1e8ff;
}
.modal-all-header__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 20px 40px;
}
.modal-all-header__left {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.modal-all-header__left__logo,
.modal-all-header__left__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.modal-all-header__left__logo {
  margin-right: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.modal-all-header__left__title {
  position: relative;
}
.modal-all-header__left__title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #3a1551;
}
.modal-all-header__left__title h3 {
  padding-left: 25px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: calc(14px + 10 * (100vw / 1920));
}
.btn-modal-close {
  position: relative;
  width: 27px;
  height: 27px;
  border: 1px solid #3a1551;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
}
.btn-modal-close::before,
.btn-modal-close::after {
  content: "";
  position: absolute;
  background-color: #3a1551;
}
.btn-modal-close::after {
  width: 18px;
  height: 1px;
}
.btn-modal-close::before {
  width: 1px;
  height: 18px;
}
.modal-all__items {
  width: 100%;
  padding: 75px 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.modal-all__items__item {
  width: 220px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.modal-all__items__item__top {
  background-color: #e1e8ff;
  padding: 60px 75px;
}
.modal-all__items__item:hover::after,
.modal-all__items__item:hover::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background-color: #3a1551;
  top: -10px;
  -moz-animation: border__width__pop-up 0.5s ease-in;
  -o-animation: border__width__pop-up 0.5s ease-in;
  -webkit-animation: border__width__pop-up 0.5s ease-in;
  animation: border__width__pop-up 0.5s ease-in;
}
.modal-all__items__item::after {
  left: 0;
}
.modal-all__items__item::before {
  right: 0;
}
.modal-all__items__item__top__description {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #3a1551;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.5s ease-in;
  position: relative;
}
.modal-all__items__item__top__description::before {
  content: "";
  position: absolute;
  height: 35px;
  width: 1px;
  background-color: #3a1551;
  bottom: -25px;
  transition: all 0.3s ease-in;
}
.modal-all__items__item:hover
  .modal-all__items__item__top__description::before {
  bottom: 60px;
  transition: all 0.3s ease-in;
}
.modal-all__items__item:hover .modal-all__items__item__top__description {
  background-color: transparent;
  border: 1px solid #3a1551;
  color: #3a1551;
  transition: all 0.5s ease-in;
}
.modal-all__items__item__top__description p {
  font-size: calc(16px + 9 * (100vw / 1920));
}
.modal-all__items__item__wrapper::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3a1551;
  transform: rotate(-45deg);
  top: -15px;
  left: calc(50% - 5px);
  z-index: 99;
  opacity: 0;
  transition: all 0.5s ease-in;
}
.modal-all__items__item__wrapper:hover::before {
  opacity: 1;
  transition: all 0.5s ease-in;
}
.modal-all__items__item__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  background-color: #3a1551;
}
.modal-all__items__item__bottom p {
  width: max-content;
  color: #ffffff;
  font-size: calc(16px + 2 * (100vw / 1920));
  text-transform: uppercase;
  position: relative;
}
.modal-all__items__item:hover .modal-all__items__item__bottom p::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #ffffff;
  -moz-animation: border__width 0.5s ease-in;
  -o-animation: border__width 0.5s ease-in;
  -webkit-animation: border__width 0.5s ease-in;
  animation: border__width 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.modal-all__section-bottom,
.section-pop-up-ooops__description {
  width: 100%;
  background-color: #ffffff;
  padding: 50px 40px;
  position: relative;
}
.modal-all__section-bottom-recording::before {
  position: absolute;
  content: url("img/Leaf-top-right.png");
  top: 10px;
  right: 0;
  width: 82px;
  height: 61px;
  z-index: 99;
}
.modal-all__section-bottom-recording::after {
  position: absolute;
  content: url("img/leaf-bottom-left.png");
  bottom: 10%;
  left: 0;
  width: 63px;
  height: 133px;
}
.section-all-input {
  position: relative;
  margin-bottom: 30px;
}
.section-all-input label,
.section-all-input input {
  width: 100%;
  padding: 8px;
  font-size: calc(10px + 2 * (100vw / 1920));
}
.section-all-input label {
  position: absolute;
  color: rgba(58, 21, 81, 0.5);
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in;
}
.section-all-input label.active-field-input {
  opacity: 1;
  top: -20px;
  transition: all 0.5s ease-in;
}
.section-all-input input::placeholder {
  opacity: 1;
  color: rgba(58, 21, 81, 0.5);
  font-size: calc(10px + 2 * (100vw / 1920));
}
.section-all-input input {
  border-bottom: 2px solid #3a1551;
}
input.input-mail-error {
  border-color: red;
  color: red;
  transition: all 0.2s ease-in;
}
.section-all-input .input-mail-error__message {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.section-all-input .input-mail-error__message p {
  font-size: calc(10px + 2 * (100vw / 1920));
  text-transform: uppercase;
  color: red;
  padding: 8px;
}
.section-modal-number {
  width: 100%;
  z-index: 99;
  position: relative;
  margin-bottom: 30px;
}
.section-modal-number__conainer {
  width: 100%;
  padding: 30px;
  position: relative;
  background-color: #e1e8ff;
  z-index: 8;
}
.section-modal-number::before {
  position: absolute;
  content: url("img/Leaf-right-number.png");
  right: -30px;
  bottom: 20px;
  width: 83px;
  height: 51px;
  z-index: 1;
}
.section-modal-number__wrapper,
.section-modal-number__title,
.section-modal-number__phone,
.section-modal-submit {
  width: 100%;
}
.section-modal-number__count-certificate,
.section-modal-number__count-certificate p {
  width: 100%;
}
.section-modal-number__count-certificate p {
  width: 100%;
  font-weight: 700;
  font-size: calc(16px + 2 * (100vw / 1920));
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#add__count__certificate {
  color: #d75c71;
}
.section-modal-number__count-certificate p span {
  color: #3a1551;
}
.section-modal-submit input[type="submit"] {
  display: none;
}
.form-submit,
.btn-link {
  margin-right: 10px;
  position: relative;
}
.form-submit label,
.btn-link__container {
  position: relative;
  z-index: 99;
}
.form-submit::after,
.btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 20px;
  height: 1px;
  background-color: #3a1551;
  z-index: 99;
  transition: all 0.5s ease-in;
}
.form-submit:hover::after,
.btn-link:hover::after {
  right: -20px;
  transition: all 0.5s ease-in;
}
.form-submit__wrapper::after,
.form-submit__wrapper::before,
.btn-link__wrapper a::after,
.btn-link__wrapper a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.form-submit__wrapper::after,
.btn-link__wrapper a::after {
  top: 0;
  left: 0;
  background-color: transparent;
}
.form-submit__wrapper::before,
.btn-link__wrapper a::before {
  bottom: 0;
  left: 0;
  background-color: #e1e8ff;
  transition: all 0.5s ease-in;
}
.form-submit:hover .form-submit__wrapper::before,
.btn-link:hover .btn-link__wrapper a::before {
  height: 100%;
  transition: all 0.5s ease-in;
}
.form-submit p,
.form-submit button,
.btn-link a {
  text-align: center;
  letter-spacing: 0.1em;
  padding: 10px 50px;
  text-transform: uppercase;
  border: 1px solid #3a1551;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.btn-link a {
  position: relative;
}
.section-modal-number__phone__line-bg {
  font-size: calc(16px + 2 * (100vw / 1920));
  margin-right: 20px;
  margin-left: 20px;
}
.section-modal-number__title p {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: calc(10px + 2 * (100vw / 1920));
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.section-modal-number__phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section-modal-number__phone a {
  font-size: calc(10px + 2 * (100vw / 1920));
}
.section-modal-submit__wrapper,
.section-modal-submit__wrapper a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-modal-submit__wrapper__left {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.style-label-for-checkbox-all a {
  font-size: calc(10px + 2 * (100vw / 1920));
  position: relative;
  width: max-content;
}
.style-label-for-checkbox-all a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3a1551;
  left: 0;
  bottom: -2px;
}
.style-label-for-checkbox-all a:hover::before {
  -moz-animation: border__width 0.5s ease-in;
  -o-animation: border__width 0.5s ease-in;
  -webkit-animation: border__width 0.5s ease-in;
  animation: border__width 0.5s ease-in;
}
.modal-all__section-bottom-online-call::after {
  content: url("img/plant-for-pop-up-online.png");
  width: 219px;
  height: 234px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal-all__section-bottom__wrapper {
  position: relative;
  z-index: 99;
}
.section-all-title-pop-up,
.section-all-select-date {
  width: 100%;
  margin-bottom: 30px;
}
.section-all-title-pop-up h4 {
  text-align: left;
  font-size: calc(16px + 6 * (100vw / 1920));
  text-transform: uppercase;
  font-weight: 400;
}
.section-all-select-date {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-all-input-number {
  width: 95px;
}
.section-all-input-number input[type="number"] {
  width: calc(100% - 28px);
  text-align: center;
  position: relative;
  border: 1px solid #3a1551;
  font-size: calc(16px + 8 * (100vw / 1920));
  color: #3a1551;
}
.section-all-input-number #online-day-plus,
.section-all-input-number #online-day-minus {
  position: absolute;
  right: 0;
  width: 28px;
  height: 50%;
  background-color: #3a1551;
}
.online-day-plus__wrapper,
.online-day-minus__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.online-day-plus__wrapper span {
  position: absolute;
  width: 18px;
  height: 1px;
  left: calc(50% - 9px);
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.23);
}
.online-day-plus__wrapper::before,
.online-day-plus__wrapper::after,
.online-day-minus__wrapper::before,
.online-day-minus__wrapper::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
}
.online-day-plus__wrapper::before,
.online-day-plus__wrapper::after,
.online-day-minus__wrapper::before,
.online-day-minus__wrapper::after {
  top: calc(50% - 1px);
}
.online-day-plus__wrapper::before {
  right: 7px;
  transform: rotate(45deg);
}
.online-day-minus__wrapper::before {
  right: 7px;
  transform: rotate(-45deg);
}
.online-day-plus__wrapper::after {
  left: 7px;
  transform: rotate(-45deg);
}
.online-day-minus__wrapper::after {
  left: 7px;
  transform: rotate(45deg);
}
.section-all-input-number #online-day-plus {
  top: 0;
}
.section-all-input-number #online-day-minus {
  bottom: 0;
}
.section-pop-up-ooops__description__title,
.section-all-select-textarea {
  width: 100%;
  margin-bottom: 30px;
}
.section-pop-up-ooops__description h2 {
  font-size: calc(18px + 12 * (100vw / 1920));
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
#section-pop-up-ooops__info {
  width: 100%;
}
#section-pop-up-ooops__info p {
  width: 100%;
  font-size: calc(10px + 2 * (100vw / 1920));
  text-align: center;
}
.section-all-select-date__day .section-all-input {
  margin-bottom: 0;
}
.section-all-select-date__month,
.section-all-select-time {
  width: 207px;
}
.section-all-select-date__year {
  width: 146px;
}
.section-modal-number__title,
.section-all-select-time,
.section-all-select-choose-procedure,
.section-all-select-choose-specialist {
  margin-bottom: 30px;
}
.section-modal-number__title__certificate {
  margin-bottom: 10px;
}
.custom-select {
  position: relative;
  width: 100%;
  height: 100%;
}
.select2-container--default .select2-selection--single {
  border: none;
  outline: none;
  border: none;
  border: 1px solid #3a1551 !important;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  border-radius: 0;
  height: auto !important;
}
.select2-container--default.select2-container--open {
  z-index: 9999999999999;
}
.select2-dropdown {
  border-radius: 0 !important;
  background-color: #ffffff;
  border: none;
  position: relative;
}
.select2-selection__rendered {
  font-weight: 400;
  font-size: calc(16px + 8 * (100vw / 1920));
  text-transform: initial;
  padding: 8px;
  cursor: pointer;
  user-select: none;
  text-align: left;
  position: relative;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.2;
  width: calc(100% - 28px);
  padding: 8px !important;
  text-align: center;
  color: #3a1551 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 28px !important;
  height: 100% !important;
  background-color: #3a1551;
  top: 0;
  right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::before {
  position: absolute;
  position: absolute;
  top: calc(50% - 1px);
  content: "";
  width: 10px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.2s ease-in;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::before {
  right: 4px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  right: 11px;
  transform: rotate(45deg);
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::before {
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::after {
  transform: rotate(-45deg);
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e1e8ff;
  color: #3a1551;
}
.select2-results__option[aria-selected] {
  padding: 8px;
  font-size: calc(16px + 8 * (100vw / 1920));
  cursor: pointer;
  user-select: none;
  text-transform: initial;
  position: relative;
  text-align: center;
}
.select2-results__option[aria-selected]::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #3a1551;
  bottom: 0;
  animation: border__width 0.5s ease-in;
}
.select2-results__option[aria-selected]:nth-of-type(2n + 1):after {
  left: 0;
}
.select2-results__option[aria-selected]:nth-of-type(2n):after {
  right: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #e1e8ff;
  color: #3a1551;
}
/*main slider*/
#section-main-slider {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
}
#section-main-slider .swiper-container {
  width: 100%;
  height: 100%;
}
#section-main-slider .swiper-slide {
  width: 100% !important;
  overflow-x: hidden;
  height: 100%;
  min-height: 100vh;
  text-align: center;
  font-size: calc(16px + 2 * (100vw / 1920));
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#section-main-slider .swiper-pagination {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 42px;
  z-index: 99999;
  bottom: calc(50% - 112.5px);
  left: 60px;
}
#section-main-slider .swiper-pagination .swiper-pagination-bullet {
  font-size: 0;
  width: 11px;
  height: 11px;
  transition: all 0.5s ease-in;
  background-color: #3a1551;
  opacity: 1;
  margin-bottom: 50px;
}
#section-main-slider
  .swiper-pagination
  .swiper-pagination-bullet:first-of-type {
  margin-bottom: 0;
}
#section-main-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #3a1551;
  transition: all 0.5s ease-in;
}
#section-main-slider .swiper-slide__container-item {
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 200px 0;
}
#section-main-slider .swiper-slide__container-item__description {
  width: max-content;
  margin-left: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#section-main-slider .swiper-slide h2 {
  font-weight: 300;
  font-size: calc(18px + 12 * (100vw / 1920));
  color: #ffffff;
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: 0.2em;
}
#section-main-slider .swiper-slide h2:first-of-type {
  font-weight: 800;
}
#section-main-slider .swiper-slide h2:last-of-type {
  margin-bottom: 15px;
}
#section-main-slider .swiper-slide h2 span.product-mark {
  position: relative;
}
#section-main-slider .swiper-slide h2 span.product-mark::before {
  content: "\00AE";
  position: absolute;
  font-size: 14px;
  font-size: calc(12px + 2 * (100vw / 1920));
  top: -2px;
  left: 0;
  line-height: 1;
}
#section-main-slider .slider-space {
  font-weight: 400;
}
#section-main-slider .swiper-slide p {
  font-weight: bold;
  font-size: calc(14px + 2 * (100vw / 1920));
  text-transform: lowercase;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 35px;
}
#section-main-slider .swiper-slide a {
  width: max-content;
  margin: 0 0 0 auto;
  color: #ffffff;
  font-size: calc(14px + 2 * (100vw / 1920));
  position: relative;
  text-transform: uppercase;
}
#section-main-slider .swiper-slide a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: -2px;
  left: 0;
}
#section-main-slider .swiper-slide a:hover::before {
  animation: border__width 0.5s ease-in;
}
/*map*/
.section-full-map {
  width: 100%;
}
.section-full-map__wrapper {
  width: 90%;
  margin: 0 auto;
  padding: calc(50px + 70 * (100vw / 1920)) 0;
}

.section-full-map__wrapper iframe {
  width: 100%;
  height: 50vh;
  filter: grayscale(100%);
}
/*social*/
.section-main-social {
  display: flex;
}
.section-main-social,
.section-main-social__wrapper {
  width: 100%;
}
.section-main-social__left {
  background-color: #e1e8ff;
  padding: 70px 0;
  width: 64%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.section-main-social__rigth {
  padding: 70px 0;
}
.section-main-social__left {
  padding: 70px 0 100px 0;
}
.section-all-title-h2 h2 {
  font-size: calc(18px + 12 * (100vw / 1920));
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #3a1551;
  text-transform: uppercase;
}
.section-main-social__wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-main-social__left__wrapper {
  margin-left: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.section-main-social__decription {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section-main-social__decription__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-main-social__decription__wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 28px 0;
  width: 100%;
}
.section-main-social__decription__item__social {
  width: 130px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.s-m-s-d__r-img {
  width: 576px;
  margin-right: 115px;
}
.s-rand-img__item {
  margin-right: 28px;
  width: 274px;
  height: 274px;
}
.s-rand-img__item img {
  width: 100%;
  height: 100%;
}
.s-rand-img__item:nth-of-type(2n) {
  margin-right: 0;
}
.s-rand-img__item:nth-of-type(n + 3) {
  margin-top: 28px;
}
.s-s-i-fb,
.s-s-i-fb a,
.s-s-i-inst,
.s-s-i-inst a {
  width: 100%;
}
.s-s-i-fb a,
.s-s-i-inst a {
  width: 78%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.s-s-i-fb a img,
.s-s-i-inst a img {
  margin-bottom: 10px;
}
.s-s-i-inst a {
  width: 80%;
}
.s-s-i-fb a p,
.s-s-i-inst a p {
  width: 100%;
  font-size: calc(10px + 2 * (100vw / 1920));
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
}
.s-s-i-inst__fb__line {
  height: 100px;
  width: 1px;
  background-color: #3a1551;
  margin: 28px auto;
}
.section-main-social__decription__item__r__img {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-main-social__rigth {
  margin-right: 96px;
  width: 31%;
  margin-left: -70px;
}
.section-main-social__rigth img {
  width: calc(100% + 70px);
  margin-left: -70px;
  height: 100%;
}
/*main-present*/
.section-main-present {
  width: 100%;
}
.section-main-present {
  width: 90%;
  margin: 0 auto;
  padding: 190px 0 120px 0;
}
.section-main-present__header {
  width: 100%;
  padding: 30px;
  background-color: #e1e8ff;
}
.section-main-present__img {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
}
.section-main-present__img img {
  margin-top: -107px;
}
.section-main-present__header__title,
.section-main-present__header__title__mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-main-present__header__title h3,
.section-main-present__header__title__mobile h3 {
  font-size: calc(16px + 8 * (100vw / 1920));
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 150%;
  color: #3a1551;
  text-transform: uppercase;
}
.section-main-present__bottom {
  width: 100%;
}
.section-main-present__bottom__wrapper {
  width: 100%;
  padding: 45px 30px 80px 40px;
  background-color: rgba(225, 232, 255, 0.5);
}
.section-main-present__bottom__container {
  width: 80%;
  margin: 0 auto;
}
.section-main-present__bottom__header {
  width: 100%;
  padding: 25px;
  border-top: 1px solid #3a1551;
  border-bottom: 1px solid #3a1551;
  margin-bottom: 30px;
}
.section-main-present__bottom__header h4 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
}
.section-main-present__bottom__form,
.section-main-present__bottom__form form {
  width: 100%;
  width: 100%;
}
.section-main-present__bottom__form__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-main-present__form__checkbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-main-present__cotact,
.section-main-present__form__checkbox {
  margin-bottom: 50px;
}
.section-main-present__form__checkbox__item,
.section-main-present__cotact__item,
.section-main-present__form__sb-pr-item {
  width: 40%;
}
.block-input-checkbox {
  position: relative;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 20px;
}
.block-input-checkbox:last-of-type {
  margin-bottom: 0;
}
.block-input-checkbox input[type="checkbox"]:checked + p::before,
.block-input-checkbox input[type="radio"]:checked + p::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 2px;
  top: calc(50% - 3px);
  border-radius: 50%;
  background-color: #3a1551;
  z-index: 999;
}
.block-input-checkbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  outline: none;
  border: 1px solid #3a1551;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: transparent;
  z-index: -1;
}
.block-input-checkbox label p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #3a1551;
  padding-left: 21px;
}
.section-main-present__cotact {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-main-present__form__submit-privacy {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-main-present__form__submit-privacy {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-main-present__form__privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-main-present__form__submit input {
  display: none;
}
.section-main-present__form__submit__attention h5,
.section-main-present__form__submit__attention__mobile h5 {
  font-weight: 700;
  font-size: calc(10px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #d75c71;
}
.section-main-present__form__privacy .style-label-for-checkbox-all {
  margin-bottom: 20px;
}
.section-main-present__form__submit .form-submit {
  width: 190px;
  margin: 0 0 0 auto;
}
.section-main-present__form__submit {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
/*section social recall & sale*/
.section-main-recall-social,
.section-main-sale {
  width: 100%;
}
.section-main-recall-social__wrapper,
.section-main-sale__wrapper {
  width: 100%;
  padding-top: calc(50px + 70 * (100vw / 1920));
}
.section-main-recall-social__title,
.section-main-sale__title {
  width: 90%;
  margin: 0 auto 250px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section-main-recall-social__title .section-all-title-h2,
.section-main-sale__title .section-all-title-h2 {
  display: flex;
  flex-grow: 1;
}
.section-recall-main__btn .swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.section-recall-main__btn .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after,
.section-main-sale__btn .swiper-button-sale-next::after,
.swiper-container-rtl .swiper-button-sale-prev::after,
.section-main-sale__btn .swiper-button-sale-prev::after,
.swiper-container-rtl .swiper-button-sale-next::after,
.section-preparate__btn .section-preparate__btn-next::after,
.swiper-container-rtl .swiper-button-sale-prev::after,
.section-preparate__btn .section-preparate__btn-prev::after,
.swiper-container-rtl .swiper-button-sale-next::after,
.about-main-slider__btn .swiper-main-about-button-next::after,
.swiper-container-rtl .swiper-button-sale-prev::after,
.about-main-slider__btn .swiper-main-about-button-prev::after,
.swiper-container-rtl .swiper-button-sale-next::after,
.about-mobile-license-slider__btn .swiper-main-about-button-next::after,
.swiper-container-rtl .swiper-button-sale-prev::after,
.about-mobile-license-slider__btn .swiper-main-about-button-prev::after,
.swiper-container-rtl .swiper-button-sale-next::after {
  display: none;
}
.section-recall-main__btn,
.section-main-sale__btn {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  height: 70px;
  padding-top: 47px;
}
.about-main-slider__btn {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.section-preparate__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.section-recall-main__btn .swiper-count,
.section-main-sale__btn .swiper-count-sale,
.section-preparate__btn .section-preparate-count {
  margin-left: 55px;
  margin-right: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section-recall-main__btn .swiper-count p,
.section-main-sale__btn .swiper-count-sale p {
  font-weight: 700;
  font-size: calc(16px + 8 * (100vw / 1920));
  line-height: 0.8;
  text-transform: uppercase;
  color: #3a1551;
}
.section-preparate__btn .section-preparate-count {
  font-weight: 700;
  font-size: calc(16px + 8 * (100vw / 1920));
  line-height: 0.8;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: -7px;
}
.section-recall-main__btn .swiper-button-next,
.section-recall-main__btn .swiper-button-prev,
.section-main-sale__btn .swiper-button-sale-next,
.section-main-sale__btn .swiper-button-sale-prev,
.section-preparate__btn .section-preparate__btn-next,
.section-preparate__btn .section-preparate__btn-prev,
.about-main-slider__btn .swiper-main-about-button-prev,
.about-main-slider__btn .swiper-main-about-button-next,
.about-mobile-license-slider__btn .swiper-button-license-prev,
.about-mobile-license-slider__btn .swiper-button-license-next {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(58, 21, 81, 0.5);
  outline: none;
  cursor: pointer;
  opacity: 1;
}
.about-main-slider__btn .swiper-main-about-button-prev,
.about-mobile-license-slider__btn .swiper-button-license-prev {
  margin-right: 140px;
}
.section-recall-main__btn .swiper-button-prev::before,
.section-main-sale__btn .swiper-button-sale-prev::before,
.section-preparate__btn .section-preparate__btn-prev::before,
.about-main-slider__btn .swiper-main-about-button-prev::before,
.about-mobile-license-slider__btn .swiper-button-license-prev::before {
  position: absolute;
  content: "";
  background-image: url("img/arrow-next.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  transform: rotate(180deg);
  transform-origin: center;
  width: 77px;
  height: 8px;
  top: calc(50% - 4px);
  left: 50%;
  transition: all 0.5s ease-in;
}
.section-recall-main__btn .swiper-button-prev:hover::before,
.section-main-sale__btn .swiper-button-sale-prev:hover::before,
.section-preparate__btn .section-preparate__btn-prev:hover::before,
.about-main-slider__btn .swiper-main-about-button-prev:hover::before,
.about-mobile-license-slider__btn .swiper-button-license-prev:hover::before {
  width: 50px;
  transition: all 0.5s ease-in;
}
.section-recall-main__btn .swiper-button-next::before,
.section-main-sale__btn .swiper-button-sale-next::before,
.section-preparate__btn .section-preparate__btn-next::before,
.about-main-slider__btn .swiper-main-about-button-next::before,
.about-mobile-license-slider__btn .swiper-button-license-next::before {
  position: absolute;
  content: "";
  background-image: url("img/arrow-next.svg");
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 77px;
  height: 8px;
  top: calc(50% - 4px);
  right: 50%;
  transition: all 0.5s ease-in;
}
.section-recall-main__btn .swiper-button-next:hover::before,
.section-main-sale__btn .swiper-button-sale-next:hover::before,
.section-preparate__btn .section-preparate__btn-next:hover::before,
.about-main-slider__btn .swiper-main-about-button-next:hover::before,
.about-mobile-license-slider__btn .swiper-button-license-next:hover::before {
  width: 50px;
  transition: all 0.5s ease-in;
}
.section-recall-main__btn .swiper-button-next,
.section-recall-main__btn .swiper-button-prev {
  left: 0;
  top: 0;
}
.section-main-sale__btn .swiper-button-sale-next,
.section-main-sale__btn .swiper-button-sale-prev {
  left: 0;
  top: -21px;
}
.section-preparate__btn .section-preparate__btn-next,
.section-preparate__btn .section-preparate__btn-prev {
  left: 0;
  top: 0;
}
.section-main-recall-social__slider,
.section-main-sale__slider {
  width: 100%;
  margin: 0 auto 0 auto;
}
.swiper-slide_recall-wrapper,
.swiper-slide_sale-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-main-recall-social__slider__wrapper,
.section-main-sale__slider__wrapper {
  padding-bottom: 50px;
  width: 100%;
  background: #e1e8ff;
}
#section-main-recall-social__slider .swiper-container,
#section-main-sale__slider .swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
.about-mobile-license-slider__btn {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
#section-main-recall-social__slider .swiper-slide,
#section-main-sale__slider .swiper-slide {
  width: 90% !important;
  height: auto !important;
  margin: -180px 5% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -180px;
}
#section-main-recall-social__slider .swiper-wrapper,
#section-main-sale__slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#section-main-recall-social__slider .swiper-container,
#section-main-sale .swiper-container {
  overflow: unset;
}
.swiper-slide_recall__item,
.swiper-slide_sale__item {
  width: calc(33% - 40px);
  margin-right: 60px;
}
.swiper-slide_recall__item a,
.swiper-slide_sale__item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.swiper-slide_recall__item:last-of-type,
.swiper-slide_sale__item:last-of-type {
  margin-right: 0;
}
.swiper-slide_recall__item__img {
  width: 304px;
  height: 304px;
  border-radius: 50%;
  overflow: hidden;
}
.swiper-slide_recall__item__img img,
.swiper-slide_sale__item__img img {
  width: 100%;
  height: 100%;
}
.swiper-slide_recall__item__icon {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.swiper-slide_sale__item__time {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 20px;
  min-height: 53.2px;
}
.swiper-slide_recall__item__icon,
.swiper-slide_sale__item__time {
  padding-bottom: 20px;
  border-bottom: 1px solid #3a1551;
}
.swiper-slide_recall__item__name {
  width: 100%;
  padding: 35px 0;
}
.swiper-slide_sale__item__name {
  width: 100%;
  padding: 25px 0;
}
.swiper-slide_recall__item__name h4,
.swiper-slide_sale__item__name h4 {
  font-size: calc(16px + 8 * (100vw / 1920));
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3a1551;
}
.swiper-slide_recall__item__user-text {
  width: 100%;
  margin-bottom: 55px;
}
.swiper-slide_sale__item__description {
  width: 100%;
}
.swiper-slide_recall__item__user-text p,
.swiper-slide_sale__item__description p {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #3a1551;
}
.swiper-slide_recall__item__date {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}
.swiper-slide_recall__item__date__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.swiper-slide_recall__item__date__img {
  padding-right: 10px;
  border-right: 1px solid #3a1551;
  margin-right: 10px;
}
.swiper-slide_recall__item__date__img img {
  display: flex;
}
#section-main-recall-social__slider .swiper-pagination,
#page-service-photo-video__slider .swiper-pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.swiper-pafination-recall-social__pagination {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}
.swiper-pafination-recall-social__pagination .swiper-pagination-bullet,
#page-service-photo-video__slider .swiper-pagination-bullet,
.swiper-pagination-bullet {
  margin-right: 20px;
  width: 5px;
  height: 5px;
  opacity: 1;
  background-color: #3a1551;
}
.swiper-pafination-recall-social__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
#page-service-photo-video__slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 1px solid #3a1551;
  position: relative;
}
.swiper-pafination-recall-social__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
#page-service-photo-video__slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3a1551;
  top: calc(50% - 2.5px);
  left: calc(50% - 2.5px);
}
/* sale */
.swiper-slide_sale__item__img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-slide_sale__item__img {
  position: relative;
  overflow: hidden;
}
.swiper-slide_sale__item__img:hover .swiper-slide_sale__overlay {
  opacity: 1;
}
.swiper-slide_sale__overlay {
  position: absolute;
  bottom: 0;
  background: #3a1551;
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  padding: 20px;
  text-align: center;
}
.swiper-slider-finish-sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.swiper-slider-finish-sale__img {
  width: max-content;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
}
.sale-day-month-year__line {
  width: 50px;
  height: 1px;
  background-color: #3a1551;
  margin: auto 12px;
}
.sale-year {
  margin-left: 10px;
  padding-left: 15px;
}
.swiper-slide_sale__item__time p {
  line-height: 0.8;
}
.swiper-slide_sale__overlay p {
  font-weight: 300;
  text-transform: uppercase;
}
.swiper-slide_sale__overlay p span {
  font-weight: 400;
}
.swiper-slide_sale__item__time p.sale-year {
  position: relative;
}
.swiper-slide_sale__item__time p.sale-year::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 80%;
  width: 1px;
  background-color: #3a1551;
}
.btn-link-all-sale .btn-link__wrapper a::after {
  background-color: #ffffff;
  transition: all 0.5s ease-in;
}
.btn-link-all-sale .btn-link__wrapper a:hover::after {
  height: 100%;
  transition: all 0.5s ease-in;
}
.btn-link-all-sale {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
/* main price*/
.section-main-price {
  width: 100%;
  padding-top: calc(50px + 70 * (100vw / 1920));
}
.section-main-price__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.section-main-price__left {
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 99;
  height: 100%;
}
.section-main-price__left__wrapper {
  height: 100%;
  position: relative;
}
.section-main-price__left img {
  width: auto;
  height: 100%;
  width: 655px;
}
.section-main-price__right {
  width: 100%;
  height: max-content;
  padding: 160px 0;
  position: relative;
  z-index: 9;
}
.section-main-price__right__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  background-color: #e1e8ff;
  padding: 110px 0;
}
.section-main-price__right__wrapper {
  width: calc(95% - 665px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-main-price__right__wrapper::after,
.section-main-price__right__wrapper::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35%;
  background-color: #3a1551;
}
.section-main-price__right__wrapper::after {
  top: 0;
}
.section-main-price__right__wrapper::before {
  bottom: 0;
}
.section-main-price__title {
  width: 45%;
  margin-bottom: 60px;
}
.section-main-price__title h2 {
  font-size: 700;
  font-size: calc(16px + 8 * (100vw / 1920));
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.section-main-price__link .btn-link__wrapper a::after {
  background-color: #ffffff;
}
.section-main-price__link .btn-link__wrapper a:hover::after {
  height: 100%;
  transition: all 0.5s ease-in;
}
/*main services*/
.section-main-prices {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: calc(50px + 70 * 100vw / 1920);
}
.section-main-prices__title {
  width: 90%;
  margin: 0 auto 50px auto;
}
.section-main-prices__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sectio-prices__item {
  width: calc(25% - 40px);
  margin: 20px;
  position: relative;
}
.sectio-prices__item > a {
  width: 100%;
}
.section-prices__item__btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #3a1551;
  bottom: 12px;
  right: 12px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
}
.section-prices__item__btn__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section-prices__item__btn__wrapper::before,
.section-prices__item__btn__wrapper::after {
  content: "";
  position: absolute;
  background-color: #3a1551;
}
.section-prices__item__btn__wrapper::before {
  width: 2px;
  height: 14px;
  transition: all 0.5s ease-in;
}
.section-prices__item__btn__wrapper::after {
  height: 2px;
  width: 14px;
}
.section-prices__item__btn__active .section-prices__item__btn__wrapper::before {
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.5s ease-in;
}
.section-prices__item__main {
  padding: 45px 5px 65px 5px;
  background-color: #e1e8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 9;
  height: 100%;
}
.section-prices__item__main img {
  margin-bottom: 25px;
}
.section-prices__item__main h4 {
  font-size: calc(16px + 6 * (100vw / 1920));
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  width: 78%;
  margin: 0 auto;
}
.section-prices__item__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 99;
  opacity: 0;
  border: 1px solid;
}
.section-prices__item__btn__active .section-prices__item__overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.section-prices__item__overlay__header {
  width: 100%;
  padding: 20px;
  background-color: #e1e8ff;
}
.section-prices__item__overlay__header h5 {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: calc(10px + 2 * (100vw / 1920));
  line-height: 140%;
  text-align: left;
}
.section-prices__item__overlay__description {
  padding: 25px 20px;
}
.section-prices__item__overlay__description ul,
.section-prices__item__overlay__description ul li,
.section-prices__item__overlay__description ul li a {
  width: 100%;
}
.section-prices__item__overlay__description ul li {
  position: relative;
  padding: 5px 0 5px 10px;
}
.section-prices__item__overlay__description ul li a {
  font-size: calc(10px + 2 * (100vw / 1920));
  line-height: 91.5%;
  letter-spacing: 0.05em;
  transition: all 0.5s ease-in;
}
.section-prices__item__overlay__description ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1px;
  left: 0;
  top: 15px;
  background-color: #3a1551;
  transition: all 0.5s ease-in;
}
.section-prices__item__overlay__description ul li:hover::before {
  width: 8px;
  transition: all 0.5s ease-in;
}
.section-prices__item__overlay__description ul li a:hover {
  padding-left: 15px;
  transition: all 0.5s ease-in;
}
.section-prices__item__overlay__description ul li a:hover::before {
  width: 8px;
  transition: all 0.5s ease-in;
}
/*page prices*/
.section-page-prices {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 55px;
}
.section-page-prices::after {
  content: "";
  position: absolute;
  background: url("img/services-flower.png") no-repeat;
  width: 591px;
  height: 495px;
  right: 0;
  top: 0;
  z-index: -1;
}
.section-page-prices__wrapper {
  width: calc(90% + 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/*points*/
.section-points-services-top,
.section-points-about-top {
  width: 100%;
  padding-top: 27px;
}
.section-points-services-top__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-points__item {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #e1e8ff;
}
.section-points-about-top .section-points__item {
  background-color: rgba(255, 255, 255, 0.4);
}
.section-points-about-top .section-points__item:nth-of-type(n + 4) {
  background-color: #e1e8ff;
}
/*breadcrumb pagination*/
.section-breadcrumb-pagination {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 55px;
  position: relative;
  z-index: 99;
}
.section-breadcrumb-pagination ul.breadcrumb {
  width: 90%;
  margin: 0 auto;
  list-style: none;
  background-color: transparent;
}
.section-breadcrumb-pagination ul.breadcrumb li {
  display: inline;
  font-weight: 700;
  font-size: calc(10px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #3a1551;
}
.section-breadcrumb-pagination ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "|\00a0";
  font-weight: 400;
}
.section-breadcrumb-pagination ul.breadcrumb li a {
  color: #3a1551;
  font-weight: 300;
  text-decoration: none;
}
.section-breadcrumb-pagination ul.breadcrumb li a:hover {
  color: #3a1551;
  text-decoration: underline;
}
/*page sales*/
.section-page-sales {
  width: 100%;
}
.section-page-sales::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/page-sales-main.png") no-repeat;
  width: 945px;
  height: 942px;
  z-index: -1;
}
.section-page-sales__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-page-sales-item,
.section-page-sales__img-right {
  width: 100%;
}
.section-page-sales__img-right__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-page-sales__img-right__right {
  position: relative;
  margin-right: 5%;
  width: 413px;
  height: 449px;
}
.section-page-sales__img-right__right img {
  width: 100%;
  height: 100%;
}
.section-page-sales__img-right__left {
  padding: 45px 0;
  width: calc(95% - 413px);
}
.section-page-sales__img-right__left__wrapper {
  width: 100%;
  height: 100%;
  background-color: #e1e8ff;
  padding-left: 95px;
  padding-right: 95px;
}
.section-page-sales__description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
}
.section-page-sales__description__date-time {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #3a1551;
  margin-bottom: 60px;
}
.section-page-sales__description__date,
.section-page-sales__description__time {
  width: 49%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-page-sales__description__date {
  justify-content: flex-start;
}
.section-page-sales__description__time {
  justify-content: flex-end;
}
.section-page-sales__description__date p {
  font-size: calc(10px + 2 * (100vw / 1920));
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.section-page-sales__description__date__line {
  width: 20%;
  margin: auto 30px;
  height: 1px;
  background-color: #3a1551;
}
.section-page-sales__description__time__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.section-page-sales__description__time img {
  width: 21px;
  height: 21px;
}
.section-page-sales__description__time p {
  font-size: calc(10px + 2 * (100vw / 1920));
  letter-spacing: 0.07em;
  color: #3a1551;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #3a1551;
}
.section-page-sales__description__title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}
.section-page-sales__description__title__left {
  min-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 60px;
  border-right: 1px solid #3a1551;
}
.section-page-sales__description__title__left h3 {
  width: 100%;
  font-size: calc(16px + 8 * (100vw / 1920));
  line-height: 150%;
  text-align: left;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section-page-sales__description__title__left > div h3 {
  font-weight: 800;
  color: #d75c71;
}
.section-page-sales__description__title__left > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.page-sales__line-count {
  width: 60px;
  height: 1px;
  background-color: #3a1551;
  margin-right: 15px;
}
.section-page-sales__description__title__right {
  width: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-page-sales__description__title__right p {
  font-size: calc(16px + 8 * (100vw / 1920));
  line-height: 150%;
  letter-spacing: 0.05em;
  padding-left: 60px;
}
.section-page-sales__description__title__right h2 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: calc(16px + 8 * (100vw / 1920));
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-left: 60px;
}
.section-page-sales__description__link {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.section-page-sales__description__link a {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
.section-page-sales__description__link button {
  width: max-content;
  margin: 0 0 0 auto;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw / 1920));
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  border: none;
  background: transparent;
  color: #3a1551;
}
.section-page-sales__description__link a::before,
.section-page-sales__description__link button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #3a1551;
  width: 100%;
  height: 1px;
}
.section-page-sales__description__link a:hover::before,
.section-page-sales__description__link button:hover::before {
  -moz-animation: border__width 0.5s ease-in;
  -o-animation: border__width 0.5s ease-in;
  -webkit-animation: border__width 0.5s ease-in;
  animation: border__width 0.5s ease-in;
}
.section-page-sales__item {
  margin-bottom: 40px;
}
.section-page-sales__item:last-of-type {
  margin-bottom: 0;
}
.section-page-sales__img-left {
  padding-top: 130px;
  width: 100%;
}
.section-page-sales__img-left__container {
  background-color: #e0e3ff;
  width: 100%;
  padding-bottom: 30px;
}
.section-page-sales__img-left__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-page-sales__img-left__img {
  width: 412px;
  height: 448px;
  position: relative;
  margin-top: -130px;
  margin-right: 95px;
}
.section-page-sales__img-left__img img {
  width: 100%;
  height: 100%;
}
.section-page-sales__img-left__description {
  width: calc(100% - 412px);
}
.section-page-sales__old {
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-sales__title {
  width: 90%;
  margin: 0 auto 215px auto;
}
.page-sales__title h2 {
  text-align: left;
}
.page-sales__old-sales {
  width: 100%;
  background-color: #e1e8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-sales__old-sales__wrapper {
  width: 90%;
  margin: -130px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.page-sales__old-item {
  width: calc(33% - 53.33333px);
  margin-right: 80px;
}
.page-sales__old-item:nth-of-type(3n) {
  margin-right: 0;
}
.page-sales__old-item:nth-of-type(n + 4) {
  margin-top: 80px;
}
.page-sales__old__img {
  width: 100%;
  height: 70%;
  position: relative;
}
.page-sales__old__img img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.section-sales__old__finish {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #3a1551;
  margin-bottom: 30px;
}
.section-sales__old__finish img {
  width: 21px;
  height: 21px;
}
.section-sales__old__finish p {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #3a1551;
  font-size: calc(10px + 2 * (100vw / 1920));
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.section-sales__old__title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.section-sales__old__title h3 {
  font-size: calc(16px + 8 * (100vw / 1920));
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}
.section-sales__old__description p {
  font-size: calc(16px + 6 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
}
.page-sales__old-link {
  width: 90%;
  margin: 10px auto 80px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.page-sales__old-link .btn-link__wrapper a::after {
  transition: all 0.5s ease-in;
  background-color: #ffffff;
}
.page-sales__old-link .btn-link__wrapper a::before {
  transition: all 0.5s ease-in;
}
.page-sales__old-link .btn-link__wrapper a:hover::after {
  height: 100%;
  transition: all 0.5s ease-in;
}
.page-sales__old-link .btn-link__wrapper a:hover::before {
  height: 0;
}
.page-sales__old__img.block-triangle-sale::after {
  border-top: 52.25px solid #ffffff;
}
.page-sales__old-item:nth-of-type(n + 4)
  .page-sales__old__img.block-triangle-sale::after {
  border-top: 52.25px solid #e1e8ff;
}
.section-page-sales__description__date p.page-sales-year {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #3a1551;
  line-height: 0.9;
}
/*footer*/
footer {
  flex-grow: 0;
  width: 100%;
  background-color: #3a1551;
  color: #ffffff;
  z-index: 999;
}
.footer-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.footer__all-item {
  width: 100%;
}
.footer__all-item,
.footer__next-item,
.footer__item-about-us__our__price {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.footer__item-contact {
  width: 280px;
  padding-right: 75px;
  border-right: 1px solid #ffffff;
}
.footer__next-item {
  width: calc(100% - 280px);
  margin-left: 75px;
}
.footer__item-about-us__our__price {
  width: 70%;
}
.footer__item-about-us {
  width: 50%;
}
.footer__item-our__price {
  width: 50%;
}
.footer__item-about-us .footer__all-title,
.footer__item-about-us__description {
  padding-right: 15px;
}
.footer__item-operating-mode {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__item-operating-mode .footer__all-title,
.footer__item-operating-mode__description {
  padding-left: 10px;
}
.footer__all-title__wrapper {
  min-height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.footer__item-contact__logo {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer__all-title {
  width: 100%;
}
.footer__item-contact__logo,
.footer__all-title {
  padding-bottom: 40px;
}
.footer__all-title,
.footer__item-contact__logo {
  border-bottom: 1px solid #ffffff;
}
.footer__all-title h3 {
  font-size: 18px;
  font-size: calc(16px + 2 * (100vw / 1920));
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  padding-left: 45px;
  position: relative;
}
.footer__all-title h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}
.footer__item__all-style {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-startf;
}
.footer__item-contact__description,
.footer__item-about-us__description,
.footer__item-our__price__description,
.footer__item-operating-mode__description {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer__item-contact__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer__item-contact__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 44px;
  width: cacl(100% - 44px);
  margin-bottom: 25px;
  position: relative;
}
.footer__item-contact__description__map a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.footer__item-contact__item:last-of-type {
  margin-bottom: 0;
}
.footer__item-contact__description__map::after {
  position: absolute;
  left: 15.54px;
  top: calc(50% - 8.79px);
  content: "";
  background: url("img/footer-map.svg") no-repeat;
  display: flex;
  background-size: contain;
  width: 12.92px;
  height: 17.58px;
}
.footer__item-contact__description__phone::after {
  content: "";
  background: url("img/footer-call.svg") no-repeat;
  display: flex;
  background-size: contain;
  position: absolute;
  width: 14.8px;
  height: 14.74px;
  left: 14.6px;
  top: calc(50% - 7.37px);
}
.footer__item-contact__item p,
.footer__item-contact__item a {
  font-size: calc(14px + 2 * (100vw / 1920));
  color: #ffffff;
  line-height: 160%;
}
.footer-menu-about-us,
.footer-menu-about-us nav,
.footer-menu-about-us nav li,
.footer-menu-our-price,
.footer-menu-our-price nav,
.footer-menu-our-price nav li {
  width: 100%;
}
.footer-menu-about-us ul li a,
.footer-menu-our-price ul li a {
  display: flex;
  width: 80%;
  padding: 5px 0;
  color: #ffffff;
  font-size: calc(14px + 2 * (100vw / 1920));
  font-weight: 300;
}
.footer__item-operating-mode .footer__all-title__wrapper {
  margin: 0 0 0 auto;
}
.footer__item-operating-mode__description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}
.footer__item-operating-mode__description__time {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.footer__item-operating-mode__description__time::after {
  content: url("img/footer-cloock.svg");
  position: absolute;
  left: 0;
  top: calc(50% - 7.31px);
  width: 14.68px;
  height: 14.62px;
}
.footer__item-operating-mode__description__time p,
.footer__item-operating-mode__description__time p span {
  color: #ffffff;
  font-size: calc(14px + 2 * (100vw / 1920));
}
.footer__item-operating-mode__description__time p {
  font-weight: 400;
}
.footer__item-operating-mode__description__time p span {
  font-weight: 300;
}
.footer__item-operating-mode__privacy-policy p,
.footer__item-operating-mode__privacy-policy p span {
  font-size: calc(10px + 2 * (100vw / 1920));
  color: #ffffff;
}
.footer__item-operating-mode__privacy-policy p {
  font-weight: 400;
}
.footer__item-operating-mode__privacy-policy p span {
  font-weight: 300;
}
.footer__item-operating-mode__description__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.footer__item-operating-mode__description__social a {
  margin-right: 10px;
}
.footer__item-operating-mode__description__social a:last-of-type {
  margin-right: 0;
}
.footer__item-operating-mode__description__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.footer__item-operating-mode__description__icon a {
  margin-right: 20px;
}
.footer__item-operating-mode__description__icon a:last-of-type {
  margin-right: 0;
}
/*page sale item*/
.main-connten-first-block,
.main-connten-first-block__service,
.main-connten-first-block__about {
  width: 100%;
  background-color: #e1e8ff;
  margin-bottom: 80px;
}
.main-connten-first-block__contact {
  width: 100%;
  position: relative;
  display: flex;
  flex-grow: 1;
}
.main-connten-first-block__contact__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  position: relative;
}
.main-connten-first-block__contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 61%;
  height: 100%;
  background-color: #e1e8ff;
  z-index: -1;
}
.main-connten-first-block__contact__wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("img/contact-item.png") no-repeat;
  width: 506px;
  height: 711px;
}
.main-connten-first-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/page-sale-item-main.png") no-repeat;
  width: 714px;
  height: 1240px;
  z-index: 9;
}
.main-connten-first-block .section-points__item,
.main-connten-first-block__service .section-points__item,
.main-connten-first-block__about .section-points__item {
  background-color: rgba(255, 255, 255, 0.4);
}
.section-description-info {
  width: 100%;
  position: relative;
  z-index: 99;
}
.section-description-info__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  z-index: 999;
  position: relative;
}
.section-description-info__left {
  width: calc(100% - 632px - 95px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-right: 95px;
  padding-bottom: 60px;
}
.section-description-info__left__date {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #3a1551;
  border-bottom: 1px solid #3a1551;
  margin-bottom: 80px;
}
.section-description-info__left__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 70px;
}
.section-description-info__left__title h3 {
  width: 100%;
  font-size: calc(16px + 6 * (100vw / 1920));
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
}
.section-description-info__left__title p {
  width: 100%;
  font-size: calc(16px + 6 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: left;
}
.section-description-info__left__time {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.section-description-info__left__time img {
  width: 21px;
  height: 21px;
}

.section-description-info__left__date__right p {
  font-size: calc(10px + 2 * (100vw / 1920));
  text-transform: uppercase;
}
.section-description-info__left__date__left p {
  font-size: calc(10px + 2 * (100vw / 1920));
}
.section-description-info__left__date__left p,
.section-description-info__left__date__right p.page-sales-year,
.section-description-info__left__time p {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #3a1551;
}
.section-description-info__left__time p {
  font-size: calc(10px + 2 * (100vw / 1920));
}
.section-description-info__left__time p span {
  text-transform: uppercase;
}
.section-description-info__left__date__right p.page-sales-year {
  line-height: 0.7;
}
.section-description-info__img {
  width: 632px;
  height: 580px;
}
.section-description-info__img img {
  width: 100%;
  height: initial;
}
.section-description-info__left__date__left {
  width: 35%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.section-description-info__left__date__right {
  width: 65%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.section-description-info__btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.section-description-info__btn .form-submit__wrapper::after {
  background-color: #ffffff;
  z-index: 9;
  transition: all 0.5s ease-in;
}
.section-description-info__btn .form-submit__wrapper:hover::after {
  height: 100%;
  transition: all 0.5s ease-in;
}
.section-description-info__btn button {
  z-index: 99;
  position: relative;
  background-color: transparent;
}
.section-description-info__btn .form-submit__wrapper::before {
  background-color: transparent;
  z-index: 9;
  transition: all 0.5s ease-in;
}
.section-description-info__btn .form-submit__wrapper:hover::before {
  height: 0;
  transition: all 0.5s ease-in;
}
.page-sale-item-count {
  padding-top: 80px;
  width: 100%;
  z-index: 999;
}
.page-sale-item-count__wrapper {
  width: 76%;
  margin: 0 auto;
  background-color: #e1e8ff;
}
.page-sale-item-count__item {
  width: 85%;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #3a1551;
}
.page-sale-item-count__item:last-of-type {
  border-bottom: 0;
}
.section-page-sales__description__title__right p span.f-w-b {
  font-weight: 700;
}
.page-sale-item-price {
  width: 100%;
  padding-top: 80px;
}
.page-sale-item-price__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-sale-item-price__procedure {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-sale-item-price__procedure__title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0;
  background-color: rgba(225, 232, 255, 0.5);
}
.page-sale-item-price__procedure__title h3 {
  width: 90%;
  margin: 0 auto;
  font-size: calc(16px + 8 * (100vw / 1920));
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.page-sale-item-price__procedure:last-of-type {
  margin-bottom: 0;
}
.page-sale-item-price__procedure__price {
  width: 90%;
  margin: 0 auto;
}
.page-sale-item-price__procedure__price__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #3a1551;
  padding: 50px 0 15px 0;
}
.page-sale-item-price__procedure__price__item:last-of-type {
  margin-bottom: 80px;
}
.page-sale-item-price__procedure__price__item h4 {
  font-size: calc(16px + 8 * (100vw / 1920));
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.page-sale-item-price__procedure__price__item h5 {
  font-size: calc(16px + 6 * (100vw / 1920));
  font-weight: 400;
  letter-spacing: 0.05em;
}
.section-description-procedure {
  width: 100%;
  background-color: rgba(225, 232, 255, 0.5);
}
.section-description-procedure__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 1px solid #3a1551;
  padding: 75px 0;
}
.section-description-procedure__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.section-description-procedure__item:last-of-type
  .section-description-procedure__wrapper {
  border-bottom: none;
}
.section-description-procedure__title {
  width: 35%;
  padding-right: 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.section-description-procedure__title__dots {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section-description-procedure__title__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ffffff;
}
.section-description-procedure__title h3 {
  width: min-content;
  margin-bottom: 20px;
  font-size: calc(16px + 6 * (100vw / 1920));
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-right: 5px;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.section-description-procedure__text {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 60px;
  border-left: 1px solid #3a1551;
}
.section-description-procedure__text p {
  width: 100%;
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.section-description-procedure__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.section-description-procedure__text li,
.section-description-procedure__text p {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
}
.section-description-procedure__text h5 {
  font-size: calc(14px + 2 * (100vw / 1920));
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.f-w-b {
  font-weight: 700;
}
.section-description-procedure__text li {
  position: relative;
  padding: 10px 0 10px 15px;
}
.section-description-procedure__text li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3a1551;
}
.section-other-sales {
  width: 100%;
  padding-top: 80px;
}
.section-other-sales__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-other-sales__title {
  width: 90%;
  margin: 0 auto 180px auto;
}
.section-other-sales__items {
  width: 100%;
  background-color: #e1e8ff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 70px;
}
.section-other-sales__items__wrapper {
  width: 76%;
  margin: -100px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 30px;
}
.section-other-sales__item {
  width: 45%;
  display: flex;
}
.section-other-sales__item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-other-sales__item .swiper-slide_sale__item__description {
  margin-bottom: 50px;
}
.link__other-sales {
  width: 76%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.link__other-sales .btn-link__wrapper a::after {
  background-color: #ffffff;
  transition: all 0.5s ease-in;
}
.link__other-sales .btn-link__wrapper a::before {
  transition: all 0.5s ease-in;
}
.link__other-sales .btn-link__wrapper a:hover::after {
  height: 100%;
  transition: all 0.5s ease-in;
}
.link__other-sales .btn-link__wrapper a:hover::before {
  height: 0;
  transition: all 0.5s ease-in;
}
/*page service*/
.section-description-info__left__date__service p {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #3a1551;
  text-transform: uppercase;
}
.section-description__service__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-description__service__bottom__left {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.special-offer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px 8px 5px 5px;
  background-color: #3a1551;
  margin-bottom: 15px;
}
.special-offer img {
  width: 9px;
  height: 9px;
  margin-right: 3px;
}
.special-offer p {
  font-size: calc(9.5px + 2 * (100vw / 1920));
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: left;
}
.special-offer__price {
  padding: 0 5px;
}
.special-offer__price h3 {
  font-size: calc(16px + 8 * (100vw / 1920));
  text-align: right;
  letter-spacing: 0.15em;
  text-transform: lowercase;
}
.special-offer__price h3 span {
  text-transform: uppercase;
  color: #d75c71;
  font-weight: 700;
}
.section-description-info__img__service {
  position: relative;
}
.section-description-info__img__service::after {
  content: "";
  position: absolute;
  background: url("img/service-item.png") no-repeat;
  width: 438px;
  height: 460px;
  top: -15%;
  left: -20%;
  z-index: -1;
}
.page-service__btn {
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.page-service__btn .form-submit__wrapper::before {
  background-color: #e1e8ff;
  transition: all 0.5s ease-in;
}
.page-service__btn .form-submit__wrapper::after {
  background-color: #ffffff;
  transition: all 0.5s ease-in;
}
.page-service__btn .form-submit__wrapper:hover::after {
  height: 100%;
  transition: all 0.5s ease-in;
}
.page-service__btn .form-submit__wrapper:hover::before {
  height: 0;
  transition: all 0.5s ease-in;
}
.page-service__btn .form-submit button {
  background-color: transparent;
}
.special-offer__link {
  padding: 5px 8px;
}
.special-offer__link a {
  font-weight: 300;
  font-size: calc(12.5px + 2 * (100vw / 1920));
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  width: max-content;
}
.section-description__service__bottom .special-offer__link {
  padding-left: 5px;
}
.special-offer__link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-color: #3a1551;
}
.special-offer__link a:hover::before {
  -moz-animation: border__width 0.5s ease-in;
  -o-animation: border__width 0.5s ease-in;
  -webkit-animation: border__width 0.5s ease-in;
  animation: border__width 0.5s ease-in;
}
.section-description-info__left__title__sevice p {
  font-size: calc(14px + 2 * (100vw / 1920));
}
.section-description-info__left__title__sevice p a {
  border-bottom: 1px solid #3a1551;
}
p.page-description__main-description_for-this-page {
  padding-top: 15px;
  font-size: calc(14px + 2 * (100vw / 1920));
}
.section-description-info__left__title__about p {
  font-size: calc(14px + 2 * (100vw / 1920));
  margin-bottom: 25px;
}
.section-description-info__left__title__about p:last-of-type {
  margin-bottom: 0;
}
.section-description-info__item-service .section-description-info__left__title {
  margin-bottom: 30px;
}
.section-page-service-desckription {
  width: 100%;
  padding-top: 80px;
}
.page-service-desckription__wrapper {
  width: 90%;
  margin: 0 auto;
}
.page-service-desckription__title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.page-service-desckription__title__item {
  margin-right: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page-service-desckription__title__item:last-of-type {
  margin-right: 0;
}
.page-service-desckription__title__item h3 {
  width: max-content;
  font-size: calc(16px + 6 * (100vw / 1920));
  letter-spacing: 0.05em;
  color: rgba(58, 21, 81, 0.4);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-description-info__left__title__about h3 {
  margin-bottom: 80px;
}
.page-service-desckription__title__item h3::before {
  position: absolute;
  content: "";
  left: auto;
  right: auto;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: rgba(58, 21, 81, 0.4);
}
.page-service-desckription__title__item h3:hover::before {
  -moz-animation: border__width 0.5s ease-in;
  -o-animation: border__width 0.5s ease-in;
  -webkit-animation: border__width 0.5s ease-in;
  animation: border__width 0.5s ease-in;
}
.page-service-desckription__title__item.active-tab-service h3 {
  color: #3a1551;
}
.page-service-desckription__title__item.active-tab-service h3:before {
  background-color: #3a1551;
}
.page-service-desckription__text {
  padding: 45px 0 5px 0;
  width: 100%;
}
.page-service-desckription__text__item {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.active-tab-service__text.page-service-desckription__text__item {
  display: flex;
  opacity: 1;
  transition: all 0.5s ease-in;
}
.page-service-price {
  width: 100%;
  padding: 0;
}
.page-service-price .page-service-price__title {
  padding-top: 80px;
}
.page-service-price .page-service-price__description {
  padding-bottom: 20px;
}
.page-service-price__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-service-price__title {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.page-service-price__description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-service-price__description__title {
  width: 100%;
  padding: 20px 0;
  background-color: rgba(225, 232, 255, 0.5);
}
.page-service-price__description__title h2 {
  width: 90%;
  margin: 0 auto;
  font-weight: 700;
  font-size: calc(16px + 8 * (100vw / 1920));
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.page-service-price__table-h {
  width: 100%;
  padding: 20px 0;
  background-color: #3a1551;
}
.page-service-price__table-h__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.page-service-price__table__item {
  width: calc(18% - 32px);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.page-service-price__table__item:first-of-type {
  width: calc(28% - 32px);
}
.page-service-price__table__item:last-of-type:not([data-item-scroll="5"]) {
  margin-right: 0;
}
.page-service-price__table-h .page-service-price__table__item p {
  font-size: calc(10px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
}
.page-service-price__table-body__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 45px;
}
.page-service-price__table-body {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(58, 21, 81, 0.5);
}
.page-service-price__table-body__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.service-price__item-title p {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #3a1551;
}
.service-price__item-cost p {
  font-weight: 700;
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 150%;
  text-transform: uppercase;
  color: #3a1551;
}
.service-price__item-cost_sale p {
  font-weight: 700;
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d75c71;
}
.page-service-price__link-more,
.page-service-price__link-more__btn {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
.page-service-price__link-more a {
  width: max-content;
  font-size: calc(14px + 2 * (100vw / 1920));
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
.page-service-price__link-more__btn button {
  width: max-content;
  font-size: calc(14px + 2 * (100vw / 1920));
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.page-service-price__link-more a::after,
.page-service-price__link-more__btn button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #3a1551;
}
.page-service-price__link-more a:hover::after,
.page-service-price__link-more__btn button:hover::after,
.page-service-recomend__service__item:hover h3::before {
  -moz-animation: border__width 0.5s ease-in;
  -o-animation: border__width 0.5s ease-in;
  -webkit-animation: border__width 0.5s ease-in;
  animation: border__width 0.5s ease-in;
}
.service-answer-question {
  width: 100%;
  padding-top: 80px;
  margin-bottom: 50px;
}
.service-answer-question__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.service-answer-question__title {
  width: 90%;
  margin: 0 auto 45px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.service-answer-question__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.service-answer-question__item {
  width: 100%;
}
.service-answer-question__item__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.service-answer-question__item__header {
  width: 100%;
  padding: 30px 0;
  background-color: rgba(225, 232, 255, 0.5);
  margin-bottom: 25px;
}
.service-answer-question__item__header__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.service-answer-question__item__header h4,
.price-item__title h4 {
  width: min-content;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  font-weight: 700;
  font-size: calc(16px + 8 * (100vw / 1920));
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.price-item__title h4 {
  padding-right: 15px;
}
.price-item__title h4 a {
  width: 100%;
}
.service-answer-question__btn,
.page-price__item-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #3a1551;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: center;
  position: relative;
}
.service-answer-question__btn::after,
.service-answer-question__btn::before,
.page-price__item-btn::after,
.page-price__item-btn::before {
  content: "";
  position: absolute;
  background-color: #3a1551;
}
.service-answer-question__btn::before,
.page-price__item-btn::before {
  width: 2px;
  height: 14px;
  transition: all 0.5s ease-in;
}
.service-answer-question__btn::after,
.page-price__item-btn::after {
  height: 2px;
  width: 14px;
}
.service-answer-question__btn__active .service-answer-question__btn::before,
.page-price__item-btn__active .page-price__item-btn::before {
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.5s ease-in;
}
.service-answer-question__item__overlay {
  width: 100%;
  display: none;
}
.service-answer-question__btn__active .service-answer-question__item__overlay {
  display: flex;
}
.service-answer-question__item__overlay__wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 25px 0;
}
.service-answer-question__item__overlay__wrapper p {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
}
.page-service-form {
  width: 100%;
  margin-bottom: 80px;
}
.page-service-form__about {
  margin-bottom: 70px;
}
.page-service-form form {
  width: 100%;
}
.page-service-form__wrapper {
  width: 90%;
  margin: 0 auto;
  background-color: #e1e8ff;
  padding: 80px 0 40px 0;
}
.page-service-form__container {
  width: 72%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-service-form__title {
  margin-bottom: 30px;
}
.page-service-form__title h3 {
  font-weight: 400;
  font-size: calc(18px + 12 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.page-service-form__line {
  width: 1px;
  height: 25px;
  background-color: #3a1551;
  margin-bottom: 20px;
}
.page-service-form__description {
  width: 80%;
  margin: 0 auto 65px auto;
}
.page-service-form__description p {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-service-form__name-phone {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}
.page-service-form__name-phone .section-all-input {
  width: 45%;
}
.page-service-form__privace,
.page-service-form__submit {
  width: 40%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.page-service-form__privace {
  justify-content: flex-start;
}
.page-service-form__submit {
  justify-content: flex-end;
}
.page-service-form__privace-submit {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.swiper-container .swiper-notification,
.page-service-form__submit input[type="submit"] {
  display: none;
}
.page-service-form__submit .form-submit label {
  background-color: transparent;
}
.page-service-form__submit .form-submit__wrapper::after {
  background-color: #ffffff;
  z-index: 2;
  transition: all 0.5s ease-in;
}
.page-service-recomend__link-more .btn-link__wrapper a::after {
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.5s ease-in;
}
.page-service-form__submit .form-submit__wrapper:hover::after,
.page-service-recomend__link-more .btn-link__wrapper a:hover::after {
  height: 100%;
  transition: all 0.5s ease-in;
}
.page-service-form__submit .form-submit__wrapper:hover::before,
.page-service-recomend__link-more .btn-link__wrapper a::before {
  height: 0;
  transition: all 0.5s ease-in;
}
.page-service-recomend {
  width: 100%;
}
.page-service-recomend__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sectio-prices__item:nth-of-type(2) img,
.sectio-prices__item:nth-of-type(4) img,
.sectio-prices__item:nth-of-type(5) img {
  width: 74px;
  height: auto;
}
.page-service-recomend__title {
  width: 90%;
  margin: 0 auto 180px auto;
}
.page-service-recomend__service {
  width: 100%;
  background-color: #e1e8ff;
  padding-bottom: 85px;
}
.page-service-recomend__service__wrapper {
  width: 75%;
  margin: -100px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.page-service-recomend__service__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.page-service-recomend__service__item {
  width: 45%;
}
.page-service-recomend__service__item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-service-recomend__service__item__img {
  width: 100%;
  margin-bottom: 35px;
}
.page-service-recomend__service__item__img img {
  width: 100%;
  height: auto;
}
.page-service-recomend__service__item__title h3 {
  font-weight: 700;
  font-size: calc(16px + 8 * (100vw / 1920));
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
}
.page-service-recomend__service__item__title h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #3a1551;
}
.page-service-recomend__link-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 75%;
  margin: 0 auto;
  padding: 20px 0;
}
.page-service-photo-video {
  width: 100%;
}
.page-service-photo-video__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.page-service-photo-video__title {
  width: 90%;
  margin: 0 auto 180px auto;
}
.page-service-photo-video__title {
  padding-top: 80px;
}
.page-service-photo-video__slider {
  width: 100%;
  background-color: #e1e8ff;
  padding-bottom: 50px;
}
.page-service-photo-video__slider__wrapper {
  width: 100%;
  margin: -100px auto 0 auto;
}
#page-service-photo-video__slider .swiper-container {
  width: 75%;
  height: 100%;
  margin: 0 auto 55px auto;
}
#page-service-photo-video__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* #page-service-photo-video__slider .swiper-pagination, */
#page-service-swiper-pagination {
  position: relative;
  z-index: 999;
  width: 75%;
  margin: 0 auto;
}
#page-service-swiper-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px !important;
  padding-top: 20px !important;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#page-service-photo-video__slider #page-service-swiper-pagination {
  width: 100%;
  padding-top: 20px;
}
.page-service-photo-video__slider__item {
  width: 48%;
}
.page-service-photo-video__slider__item img,
.page-service-photo-video__slider__item iframe {
  width: 100%;
  height: 100%;
}
.page-service-video-item {
  position: relative;
}
.swiper-slide_service-photo-video__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#videoPlayBtn {
  width: 100%;
  height: 100%;
  background: url("play.png") center center no-repeat;
  z-index: 1000;
  position: absolute;
  top: 0;
  cursor: pointer;
}
/*Page price*/
.price-items {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}
.price-items::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("img/page-price-main.png") no-repeat;
  width: 464px;
  height: 690px;
  z-index: -1;
}
.price-items__wrapper,
.price-item__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.price-item {
  width: 100%;
  margin-bottom: 25px;
}
.price-item__title {
  padding: 30px 0;
  width: 100%;
  background-color: rgba(225, 232, 255, 0.5);
}
.price-item__title__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.price-item__overlay {
  width: 100%;
  display: none;
}
.page-price__item-btn__active .price-item__overlay {
  display: flex;
}
.price-item__overlay__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.price-item__overlay__header {
  padding: 20px 0;
  width: 100%;
  background-color: #3a1551;
}
.price-item__overlay__header__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.price-item__overlay__header__item,
.price-item__overlay__body__item__part {
  width: calc(25% - 30px);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.price-item__overlay__header__item:last-of-type,
.price-item__overlay__body__item__part:last-of-type {
  margin-right: 0;
}
.price-item__overlay__header__item p {
  font-size: calc(10px + 2 * (100vw / 1920));
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
}
.price-item__overlay__body {
  width: 100%;
}
.price-item__overlay__body__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.price-item__overlay__body__item {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.price-item__overlay__body__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(58, 21, 81, 0.5);
  -moz-animation: border__width 1s ease-in;
  -o-animation: border__width 1s ease-in;
  -webkit-animation: border__width 1s ease-in;
  animation: border__width 1s ease-in;
}
.price-item__overlay__body__item:nth-of-type(2n + 1)::before {
  left: 0;
}
.price-item__overlay__body__item:nth-of-type(2n)::before {
  right: 0;
}
.price-item__overlay__body__item
  .price-item__overlay__body__item__part__title
  p {
  width: 100%;
  font-size: calc(14px + 2 * (100vw / 1920));
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.price-item__overlay__body__item
  .price-item__overlay__body__item__part__title
  p
  i {
  margin-left: 20px;
  color: yellowgreen;
}
.price-item__overlay__body__item__part__other p {
  font-size: calc(14px + 2 * (100vw / 1920));
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
}
/*Page about*/
.section-description-info__item-about {
  position: relative;
}
.section-description-info__item-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  background: url("img/about-left.png") no-repeat;
  width: 216px;
  height: 512px;
}
.main-connten-first-block__about::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("img/about-top.png") no-repeat;
  width: 365px;
  height: 639px;
}
.section-license {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-license__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-license__title {
  width: 100%;
  margin-bottom: 25px;
}
.section-license__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-license__item {
  width: calc(25% - 33.75px);
  margin-right: 45px;
  cursor: pointer;
}
.section-license__item:nth-of-type(4n) {
  margin-right: 0;
}
.section-license__item:nth-of-type(n + 5) {
  margin-top: 45px;
}
.section-license__item__wrapper {
  width: 100%;
  height: 100%;
}
.section-license__item img {
  width: 100%;
  height: 100%;
}
.section-about-advantages {
  width: 100%;
  padding-top: 80px;
}
.section-about-advantages__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-about-advantages__item {
  width: 162px;
  height: 162px;
  background-color: #e1e8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 5px 5px 5px;
}
.section-about-advantages__item:last-of-type {
  margin-right: 0;
}
.section-about-advantages__item__img {
  margin-bottom: 20px;
  display: flex;
  flex-grow: 1;
  min-height: 58px;
}
.section-about-advantages__item__text {
  display: flex;
  flex-grow: 1;
}
.section-about-advantages__item__text p {
  font-size: calc(10px + 2 * (100vw / 1920));
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.section-preparate {
  width: 100%;
  padding-top: 80px;
}
.section-preparate__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-preparate__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-preparate__slider {
  width: calc(100% - 300px);
  display: flex;
  flex-grow: 1;
  padding-right: 50px;
}
.section-preparate__title {
  width: 100%;
  margin-bottom: 35px;
}
#section-preparate .swiper-container {
  width: 100%;
  height: 100%;
}
#section-preparate .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.swiper-slide__preparate__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.swiper-slide__preparate__item {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  border: 1px solid rgba(225, 232, 255, 0.5);
}
.swiper-slide__preparate__item:last-of-type {
  margin-right: 0;
}
.swiper-slide__preparate__item img {
  width: 100%;
  height: 100%;
}
.section-license__item__modal__active.section-license__item__modal {
  display: flex;
}
.section-license__item__modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 84px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.section-license__item__modal__wrapper {
  width: 100%;
  height: 100%;
}
.section-license__item__modal-content {
  margin: auto;
  display: block;
  width: 80%;
  height: auto;
  max-width: 700px;
}
#section-license__item-myModal img {
  height: auto;
  margin-bottom: 150px;
}
.section-license__item__modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.btn-modal-close.section-license__item__modal__close {
  position: absolute;
  top: 15px;
  right: 35px;
  border: 1px solid #ffffff;
}
.section-license__item__modal__close.btn-modal-close::before,
.section-license__item__modal__close.btn-modal-close::after {
  background-color: rgb(255, 255, 255);
}
.section-license__item__modal__close:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/*Page recall*/
.section-recall {
  width: 100%;
}
.section-recall__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-recall__right-img {
  width: 95%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 100px;
}
.section-recall__right-img__picture,
.section-recall__left-img__item-left {
  width: 368px;
  height: 368px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #3a1551;
}
.section-recall__right-img__picture {
  margin-left: -184px;
}
.item__no-photo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.item__with-photo img {
  width: 100%;
  height: 100%;
}
.section-recall__right-img__description {
  width: min-content;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 279px 40px 95px;
  background-color: #e1e8ff;
}
.section-recall__left-img__item-right {
  width: min-content;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 95px 40px 95px;
  background-color: #e1e8ff;
}
.section-recall__right-img__description__title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #3a1551;
}
.s-r__r-img__d__t_left__social {
  display: inline;
  margin-right: 15px;
}
.s-r__r-img__d__t_left__social img {
  width: 19.2px;
  height: 19.2px;
  display: inline;
  vertical-align: top;
}
.s-r__r-img__d__t_left__name p {
  font-size: calc(16px + 8 * (100vw / 1920));
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 0.8;
}
.s-r__r-img__d__t_left,
.s-r__r-img__d__t_right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.s-r__r-img__d__t_right__date {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.s-r__r-img__d__t_right__date p {
  font-size: calc(12px + 2 * (100vw / 1920));
  padding: 5px 0;
}
.s-r__r-img__d__t_right__date {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #3a1551;
}
.s-r__r-img__d__t_right__img img {
  width: 30.79px;
  height: 30.79px;
}
.page-reacall-all__description {
  padding: 35px 0 0 0;
}
.page-reacall-all__description p {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
}
.section-recall__left-img {
  width: 100%;
  margin-bottom: 30px;
  background-color: #e1e8ff;
}
.section-recall__left-img__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.section-recall__left-img__item-left {
  margin-top: -70px;
}
.section-contact {
  width: 61%;
  padding-left: 95px;
  padding-right: 95px;
}
.section-contact__wrapper {
  width: 100%;
}
.section-contact__info {
  width: 100%;
  margin-bottom: 60px;
}
.section-contact__info__top,
.section-contact__info__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.section-contact__info__top {
  margin-bottom: 50px;
}
.section-contact__info__top__item {
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
}
.section-contact__info__top__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 30px;
  height: 1px;
  background-color: #3a1551;
}
.section-contact__info__top__item__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-contact__info__top__item__title {
  margin-bottom: 15px;
}
.section-contact__info__top__item__title h3 {
  font-weight: 700;
  font-size: calc(16px + 8 * (100vw / 1920));
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section-contact__info__top__item__text p,
.section-contact__info__top__item__text a {
  font-size: calc(14px + 2 * (100vw / 1920));
  letter-spacing: 0.05em;
}
.section-contact__map {
  position: relative;
  height: 50vh;
  margin-bottom: 100px;
}
.section-contact__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 90vw;
  height: 50vh;
  filter: grayscale(100%);
}
.round-btn__more {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.round-btn__more button {
  width: 124px;
  height: 124px;
  background-color: #3a1551;
  border-radius: 50%;
  outline: none;
  border: none;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.round-btn__more p {
  font-size: calc(16px + 2 * (100vw / 1920));
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.round-btn__more button::after,
.round-btn__more button::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 3px;
  background-color: #ffffff;
}
.round-btn__more button::before {
  transform: rotate(90deg);
}
.page-gift-certificate {
  width: 100%;
}
.page-gift-certificate {
  width: 90%;
  margin: 0 auto;
}
.page-gift-certificate__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 5vw;
  width: 50%;
}
.page-gift-certificate__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.page-gift-certificate__left img {
  width: 100%;
  height: auto;
}
.main-connten-first-block__certificate {
  width: 100%;
  position: relative;
  height: 100%;
}
.main-connten-first-block__certificate::after {
  content: "";
  width: 47%;
  height: 100%;
  background-color: #e1e8ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-connten-first-block__rezult-test {
  width: 100%;
  background-color: #e1e8ff;
  height: 100%;
  position: relative;
  overflow-y: hidden;
}
.page-gift-certificate__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-gift-certificate__title {
  width: 100%;
  margin-bottom: 35px;
}
.page-gift-certificate__title h3 {
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw / 1920));
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.page-gift-certificate__description p {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.page-gift-certificate__title-small {
  margin-bottom: 15px;
}
.page-gift-certificate__title-small h4 {
  font-weight: bold;
  font-size: calc(14px + 2 * (100vw / 1920));
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page-gift-certificate__description-small {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid #3a1551;
  padding: 15px 25px;
}
.page-gift-certificate__description-small-item {
  width: 50%;
}
.page-gift-certificate__description-small-left {
  padding-right: 25px;
}
.page-gift-certificate__description-small-right {
  padding-left: 25px;
  border-left: 1px solid #3a1551;
}
.page-gift__tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-gift__tabs__nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  transition: all 0.5s ease-in;
}
.page-gift__tabs__nav::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3a1551;
}
.page-gift__tabs__nav__item:hover {
  background-color: #3a1551;
  transition: all 0.5s ease-in;
}
.page-gift__tabs__nav__item:hover p {
  color: #ffffff;
  transition: all 0.5s ease-in;
}
.page-gift__tabs__nav p {
  padding: 20px 8px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(10px + 2 * (100vw / 1920));
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  color: #3a1551;
  border: 1px solid #3a1551;
}
.page-gift__tabs__nav .active-gift-tabs p {
  color: #ffffff;
  background-color: #3a1551;
}
.page-gift__tabs__nav__description__item {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 35px 0;
}
.page-gift__tabs__nav__description__item p {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
.page-gift__tabs__nav__description__item .form-submit p {
  padding: 12px 60px;
}
#pop-up-step-price .section-modal-number {
  margin-bottom: 0;
}
#pop-up-step-price .modal-all__section-bottom {
  padding: 50px 40px 40px 40px;
}
.p-g__t_nav_desc_item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-g__t_nav_desc_item p {
  font-weight: 700;
  font-size: calc(16px + 5 * (100vw / 1920));
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.page-gift__range-slider,
.page-gift__range-slider__block,
.page-gift__range-slider input {
  width: 100%;
}
.page-gift__range-slider {
  position: relative;
  margin-bottom: 55px;
}
#range__gift-price {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #e1e8ff;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  z-index: 19;
  position: relative;
}
#range__gift-price:hover {
  opacity: 1;
}
#range__gift-price::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
  background: #3a1551;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  z-index: 19;
}
.range-slider__count {
  position: absolute;
  top: -15px;
  font-weight: 700;
}
#range__gift-price::-moz-range-thumb {
  width: 8px;
  height: 8px;
  background: #3a1551;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 19;
}
.my-progress-line {
  position: absolute;
  left: 0;
  top: 12px;
  height: 3px;
  background-color: #3a1551;
  z-index: 30;
}
.my-progress-line__dots {
  width: 100%;
}
.page-gift__range-slider::after,
.page-gift__range-slider::before {
  content: "";
  position: absolute;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #e1e8ff;
  border-radius: 50%;
  z-index: -1;
}
.page-gift__range-slider::before {
  background-color: #3a1551;
}
.page-gift__range-slider::after {
  right: 0;
}
.page-gift__range-slider::before {
  left: 0;
}
.page-gift__btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-gift__sbm button {
  background-color: transparent;
}
.img__only-mobile {
  display: none;
}
.range-slider-gift__dots {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.range-slider-gift__dots span {
  font-weight: 700;
}
#buy-electric-certificat,
#buy-card-certificat {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.watch-more-info {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 20px;
}
.watch-more-info__img {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.watch-more-info__txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.watch-more-info__img img {
  width: 25px;
  height: 25px;
}
.watch-more-info__img {
  margin-right: 10px;
}
.watch-more-info__txt p {
  font-weight: 700;
  font-size: calc(10px + 2 * (100vw / 1920));
  margin-bottom: 0;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: relative;
}
.watch-more-info__txt p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3a1551;
}
.watch-more-info__txt p:hover::after {
  -moz-animation: border__width 0.5s ease-in;
  -o-animation: border__width 0.5s ease-in;
  -webkit-animation: border__width 0.5s ease-in;
  animation: border__width 0.5s ease-in;
}
.watch-more-info__txt-for-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.watch-more-info__txt-for-card p,
.watch-more-info__txt-for-card ul li {
  font-weight: 400;
  font-size: calc(10px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.watch-more-info__txt-for-card p {
  margin-bottom: 0;
}
.watch-more-info__txt-for-card ul li {
  text-transform: lowercase;
}
.page-gift__sbm p {
  margin-bottom: 0;
}
.pop-up-step__line {
  width: 100%;
  height: 1px;
  background-color: rgba(58, 21, 81, 0.5);
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-description__step-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section-description__step-price p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.page-gift-active-descrip.page-gift__tabs__nav__description__item {
  display: flex;
}
.page-gift__card-price {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page-gift__card-price__item {
  width: calc(33% - 8px);
  margin-right: 12px;
}
.page-gift__card-price__item:last-of-type {
  margin-right: 0;
}
.page-gift__card-price__item label {
  width: 100%;
  height: 100%;
}
.page-gift__card-price__item label input {
  display: none;
}
.page-gift__card-price__item label p {
  padding: 15px 8px;
  width: 100%;
  height: 100%;
  border: 1px solid #3a1551;
  margin-bottom: 0;
  font-weight: 700;
  font-size: calc(16px + 8 * (100vw / 1920));
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d75c71;
  transition: all 0.5s ease-in;
  cursor: pointer;
}
.page-gift__card-price__item label p span {
  color: #3a1551;
}
.page-gift__card-price__item label input[type="radio"]:checked + p,
.page-gift__card-price__item label p:hover {
  background-color: #3a1551;
  color: #ffffff;
  transition: all 0.5s ease-in;
}
.page-gift__card-price__item label input[type="radio"]:checked + p span,
.page-gift__card-price__item label p:hover span {
  color: #ffffff;
  transition: all 0.5s ease-in;
}
.main-connten-first-block__rezult-test::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/rezult-test-1.png");
  width: 376px;
  height: 1216px;
  z-index: 1;
}
.page-gift-certificate__description
  p.page-gift-certificate__description__show-more-mobile {
  display: flex;
  margin-bottom: 35px;
}
.main-connten-first-block__rezult-test::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("img/rezult-test-2.png");
  width: 682px;
  height: 915px;
  z-index: 1;
}
.page-rezult-test {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
  position: relative;
}
.btn__show-more-desc {
  display: none;
}
.page-rezult-test__title {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid rgba(58, 21, 81, 0.5);
}
.page-rezult-test__title h3 {
  font-weight: 700;
  font-size: calc(16px + 8 * (100vw / 1920));
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.page-rezult-test__description {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid rgba(58, 21, 81, 0.5);
}
.page-rezult-test__description p {
  width: 60%;
  margin: 0 auto;
  font-size: calc(16px + 6 * (100vw / 1920));
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-rezult-test__recomended {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 40px 0 70px 0;
}
.page-rezult-test__recomended-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-right: 40px;
  border-right: 1px solid rgba(58, 21, 81, 0.5);
}
.page-rezult-test__recomended-title p {
  font-weight: 800;
  font-size: calc(14px + 2 * (100vw / 1920));
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}
.page-rezult-test__recomended-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
.page-rezult-test__recomended-item {
  margin-right: 45px;
}
.page-rezult-test__recomended-item:last-of-type {
  margin-right: 0;
}
.page-rezult-test__recomended-link a {
  font-size: calc(14px + 2 * (100vw / 1920));
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-rezult-test__recomended-link a span {
  margin-right: 10px;
}
.page-rezult-test__sbm {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.main-connten-first-block__birthday,
.main-connten-page-404 {
  width: 100%;
  background-color: #e1e8ff;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main-connten-first-block__birthday::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: url("img/birthday-left.png") no-repeat;
  width: 791px;
  height: 1102px;
}
.main-connten-page-404::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: url("img/item-abs-1.png") no-repeat;
  width: 791px;
  height: 1102px;
}
.main-connten-first-block__birthday::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background: url("img/birthday-right.png") no-repeat;
  width: 528px;
  height: 856px;
}
.main-connten-page-404::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background: url("img/item-abs-2.png") no-repeat;
  width: 528px;
  height: 856px;
}
.page-birthday {
  width: 63%;
  margin: 0 auto 60px auto;
  background-color: rgba(255, 255, 255, 0.35);
  position: relative;
  padding: 70px 25px 70px 25px;
  z-index: 99;
}
.page-my-404 {
  width: 63%;
  margin: 0 auto 60px auto;
  position: relative;
  z-index: 99;
}
.block-triangle-bithday::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 42px);
  border: 42px solid transparent;
  border-top: 42px solid #e1e8ff;
}
.page-birthday .line-above-block::before,
.page-birthday .line-above-block::after {
  width: calc(50% - 42px);
}
.page-birthday-img {
  margin-bottom: 35px;
}
.page-birthday-title {
  margin-bottom: 40px;
}
.page-birthday-img,
.page-birthday-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.page-birthday-img img {
  width: 142px;
  height: 81.29px;
}
.page-birthday-title p {
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw / 1920));
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.page-birthday form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#form-birthaday .section-all-input {
  width: 80%;
  margin: 0 auto 30px auto;
}
#form-birthaday .section-all-input input,
#form-birthaday .section-all-input input::placeholder {
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw / 1920));
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d75c71;
}
#form-birthaday .form-birthday-sbm {
  margin: 0 auto;
}
#form-birthaday .form-birthday-sbm input {
  display: none;
}
#form-birthaday .form-submit__wrapper::after {
  background-color: #ffffff;
  z-index: 1;
  transition: all 0.5s ease-in;
}
#form-birthaday .form-submit__wrapper::before {
  transition: all 0.5s ease-in;
}
#form-birthaday .form-submit__wrapper:hover::after {
  height: 100%;
  transition: all 0.5s ease-in;
}
#form-birthaday .form-submit__wrapper:hover::before {
  height: 0;
  transition: all 0.5s ease-in;
}
.form-birthaday__description {
  width: 70%;
  margin: 0 auto 40px auto;
}
.form-birthaday__description p {
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
}
.form-birthaday__description p span {
  color: #d75c71;
}
.btn-open-mobile-menu,
.btn-open-mobile-call,
.block-btn-mobile-recordering-online,
.initial-state-pop-up-mobile,
.footer__item-privacy-policy,
.footer__item-contact__title,
.section-main-social__mobile,
.section-main-present__header__title__mobile,
.section-main-present__form__submit__attention__mobile,
.swiper-slide_recall__item__mobile,
#section-main-sale__slider__mobile,
#section-all-sale-mobile,
#btn-sale-only-mobile,
.section-main-price__mobile-link,
.section-main-price__mobile-title,
.section-page-sales__item__mobile,
.section-description-info .page-sales__time-count__mobile,
.section-other-sales__item__mobile,
.section-description-info__item-about__mobile,
.round-btn__more__mobile,
.service-item__main__title__mobile,
.page-service-desckription__text__read-more__dots,
.btn-price-item-prev,
.btn-price-item-next,
.section-page-sales__description__link__only_mobile,
#page-service-photo-video__slider .swiper-slide.swiper-slide__service__mobile,
.section-contact__info__mobile,
.slider-preparate__items__mobile,
.section-license__items__mobile,
.section-recall__mobile,
.mobile-img-for-title,
.page-rezult-test__description.block-triangle-sale::after {
  display: none;
}
.steps-items__modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.step-item__for__modal {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.step-item__for__modal__left {
  padding: 15px 0;
  margin-right: 65px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.step-item__for__modal__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.step-item__for__modal:first-of-type .step-item__for__modal__left::before {
  bottom: 0;
  top: auto;
  height: 50%;
}
.step-item__for__modal__left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  z-index: 10;
  left: 50%;
  top: 0;
  background-color: #3a1551;
}
.step-item__for__modal:last-of-type .step-item__for__modal__left::before {
  height: 50%;
}
.steps-items__modal {
  margin-bottom: 40px;
}
.step-item__for__modal__left__number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #3a1551;
  font-size: calc(16px + 8 * (100vw / 1920));
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  z-index: 20;
}
.step-item__for__modal__right {
  padding: 15px 0;
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  letter-spacing: 0.05em;
}
.section-prices__item__main__img img {
  height: inherit;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.search-item-image {
  display: none;
}
.search-item-desc {
  width: 100%;
  padding: 20px;
  background-color: #e1e8ff;
  margin-bottom: 20px;
}
.dm-search > div:last-of-type .search-item-desc:last-of-type {
  margin-bottom: 0;
}
.search__mobile__loop img {
  width: 16px;
  height: 14px;
}
.main-connten-first-block__birthday .section-points__item {
  background-color: rgba(58, 21, 81, 0.4);
}
.page-my-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-my-404__main-img img {
  width: 100%;
  height: auto;
}
.page-my-404__main-img {
  margin-bottom: 45px;
}
.page-my-404__main-oops {
  width: 100%;
  margin-bottom: 20px;
}
.page-my-404__main-oops p {
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: calc(18px + 12 * (100vw / 1920));
  line-height: 150%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.page-my-404__main-description {
  width: 100%;
  margin-bottom: 60px;
}
.page-my-404__main-description p {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-my-404__link-to-main {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.page-my-404__link-to-main a {
  display: flex;
}
.page-my-404__link-to-main .btn-link__wrapper a::before {
  background-color: transparent;
  transition: all 0.5s ease-in;
}
.page-my-404__link-to-main .btn-link__wrapper a:hover::before {
  height: 0;
  transition: all 0.5s ease-in;
}
.page-my-404__link-to-main .btn-link__wrapper a::after {
  background-color: #ffffff;
  transition: all 0.5s ease-in;
}
.page-my-404__link-to-main .btn-link__wrapper a:hover::after {
  height: 100%;
  transition: all 0.5s ease-in;
}
.page-template-tpl-services .section-main-prices {
  padding-top: 0;
}
.page-service-desckription__title__item.active-tab-service h3,
.page-service-desckription__title__item h3 {
  color: #3a1551 !important;
}
.btn-show-more-for_service {
  color: #ffffff;
}
.btn-show-more-for_service::after,
.btn-show-more-for_service::before {
  display: none !important;
}
#services_show-more-rows {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
  border: none;
}
.btn-show-more-for_service_arrow {
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 10px;
}
.btn-show-more-for_service_arrow::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.btn-show-more-for_service_arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
.this-active-btn-more-rows .btn-show-more-for_service_arrow::before {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
.this-active-btn-more-rows .btn-show-more-for_service_arrow::after {
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.price-item_answer_question .price-item__overlay {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.price-item_answer_question
  .price-item__overlay
  .price-item__overlay__body__wrapper,
.price-item_answer_question .price-item__overlay__header__wrapper {
  width: 100%;
}
.price-item_answer_question .price-item__overlay__header__item,
.price-item_answer_question .price-item__overlay__body__item__part {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
}
.price-item_answer_question
  .price-item__overlay__body__item
  .price-item__overlay__body__item__part {
  align-items: center;
  border-right: 1px solid #3a1551;
}
.price-item_answer_question
  .price-item__overlay__body__item
  .price-item__overlay__body__item__part:nth-of-type(1) {
  background-color: #3a1551;
  align-items: flex-start;
}
.price-item_answer_question .price-item__overlay__body__item {
  padding: 0;
}
.price-item_answer_question
  .price-item__overlay__body__item
  .price-item__overlay__body__item__part {
  padding-top: 20px;
  padding-bottom: 20px;
}
.price-item_answer_question
  .price-item__overlay__body__item
  .price-item__overlay__body__item__part
  p {
  text-align: center;
}
.price-item_answer_question
  .price-item__overlay__body__item
  .price-item__overlay__body__item__part:nth-of-type(1)
  p {
  color: #ffffff;
  text-align: left;
  font-size: 10px;
  word-break: keep-all;
}
.price-item_answer_question .price-item__title {
  margin-bottom: 30px;
}
.price-item_answer_question
  .price-item__overlay__body__item
  .price-item__overlay__body__item__part__title
  p {
  text-transform: uppercase;
}
.price-item_answer_question
  .price-item__overlay__header__wrapper
  .price-item__overlay__header__item
  p {
  font-size: 10px;
}
.price-item_answer_question
  .price-item__overlay__header__wrapper
  .price-item__overlay__header__item {
  padding: 20px 15px;
}
.main-content-for-test {
  position: relative;
}
.section-test-right {
  position: absolute;
  width: 40%;
  height: 100%;
  background-color: #e1e8ff;
  top: 0;
  right: 0;
  overflow: hidden;
}
.section-test-right__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.section-test-right__wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("img/test-flower.png");
  width: 509px;
  height: 830px;
  z-index: 9;
}
.section-test-left {
  width: 60%;
  padding: 0 95px;
  min-height: calc(100vh - 211px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-test-left__wrapper {
  width: 100%;
  margin-bottom: 55px;
}
.section-test__title {
  margin-bottom: 40px;
}
.section-test__title h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.sectio-test__h4 {
  margin-bottom: 70px;
}
.sectio-test__h4 h4 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.section-test-start {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 35px;
}
.section-test-start__btn {
  margin-right: 40px;
}
.section-test-start__description {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.section-test-start__description .section-page-sales__description__time p {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.section-test-start__description .section-page-sales__description__time p span {
  font-weight: 700;
}
.section-test-start__description .section-page-sales__description__time {
  width: 100%;
  justify-content: flex-start;
}
.section-test_-txt p {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.section-test-right img {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 99;
}
.section-test_-txt .block-triangle-sale {
  display: none;
}
#slider-page-test .swiper-container {
  width: 100%;
  height: 100%;
}
#slider-page-test .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#slider-page-test {
  position: relative;
  padding-bottom: 100px;
}
#slider-page-test .swiper-pagination-progressbar {
  width: 100%;
  height: 3px;
  background: #e1e8ff;
}
#slider-page-test .swiper-pagination-progressbar-fill {
  background-color: #3a1551;
}
#slider-page-test .custom-test-element {
  position: absolute;
  right: -15.5px;
  top: -45px;
  width: 31px;
  height: 42px;
  background: url(img/test-count.png) no-repeat;
  font-weight: 800;
  font-size: 7px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding-top: 11px;
}
#slider-page-test .swiper-wrapper {
  padding-top: 70px;
}
.swiper-slide__test-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.swiper-slide__test-main__left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.swiper-slide__test-main__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
.swiper-slide__test-main__title {
  margin-bottom: 55px;
}
.swiper-slide__test-main__title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.swiper-slide__test-main__left {
  padding-right: 25px;
}
.swiper-slide__test-main__left p {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #e1e8ff;
}
.swiper-slide__test-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.swiper-slide__test-item .block-input-checkbox {
  width: calc(50% - 25px);
  margin-right: 50px;
}
.swiper-slide__test-item .block-input-checkbox:nth-of-type(2n) {
  margin-right: 0;
}
.swiper-slide__test-item .block-input-checkbox:nth-of-type(n + 3) {
  margin-top: 25px;
}
.swiper-slide-next-btn button {
  background-color: transparent;
}
.swiper-slide-next-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.swiper-slide-next-btn input {
  display: none;
}
#slider-page-test .block-input-checkbox label p {
  text-transform: lowercase;
}
.swiper-slide__test-wrapper .block-input-checkbox::after {
  top: 6px;
}
.page-service-desckription__text a,
.service-answer-question__item__overlay a,
.section-page-sales__description__title__right a {
  border-bottom: 1px solid #3a1551 !important;
}
.swiper-slide__test-wrapper
  .block-input-checkbox
  input[type="checkbox"]:checked
  + p::before,
.swiper-slide__test-wrapper
  .block-input-checkbox
  input[type="radio"]:checked
  + p::before {
  top: 8px;
}
.header__menu .header__phone-social__line {
  margin-left: 0;
  margin-right: 0;
}
#pop-up-recording-modal,
.modal-bg {
  height: 100%;
}
#pop-up-recording-modal .modal-all-container {
  margin: auto;
}
.select2-results__options li {
  list-style: none;
}
@media screen and (max-width: 1920px) {
  .section-main-social__left__wrapper {
    margin-left: 5vw;
  }
  .section-main-social__rigth {
    margin-right: 5vw;
  }
  .section-page-sales__img-right__left__wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .section-page-sales__img-left__img {
    margin-right: 5vw;
  }
  .section-description-info__left {
    width: calc(100% - 632px - 5vw);
    margin-right: 5vw;
  }
  .section-about-advantages__item {
    width: 11.85944vw;
    height: 11.85944vw;
    margin-right: 45px;
  }
  .section-recall__right-img__description {
    padding: 40px calc(5vw + 184px) 40px 5vw;
  }
  .section-recall__left-img__item-right {
    padding: 40px 5vw;
  }
  .section-contact {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .section-test-left {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 1600px) {
  .section-main-present__form__checkbox__item,
  .section-main-present__cotact__item,
  .section-main-present__form__sb-pr-item {
    width: 45%;
  }
}
@media screen and (max-width: 1500px) {
  .s-m-s-d__r-img {
    width: 376px;
  }
  .s-rand-img__item {
    width: 174px;
    height: 174px;
  }
  .section-description-info .section-page-sales__description__date__line {
    width: 10%;
  }
}
@media screen and (max-width: 1400px) {
  #section-main-slider .swiper-slide__container-item {
    margin: 150px 0;
  }
}
@media screen and (max-width: 1350px) {
  .section-main-present__bottom__container {
    width: 97%;
  }
  .section-main-price__left img {
    width: 555px;
  }
  .section-main-price__right__wrapper {
    width: calc(95% - 555px);
  }
  .section-main-price__right {
    padding: 135px 0;
  }
  .section-main-price__right__container {
    padding: 85px 0;
  }
  .section-main-price__title {
    width: 70%;
  }
  .section-page-sales__description__title__left {
    padding-right: 20px;
  }
  .section-page-sales__description__title__right h2,
  .section-page-sales__description__title__right p {
    padding-left: 40px;
  }
  .section-contact__info__top__item {
    padding-left: 40px;
  }
  .section-contact__info__top__item::before {
    top: 13px;
  }
  .section-page-sales__description__title__left {
    min-width: 110px;
  }
  .section-page-sales__description__title__right {
    width: calc(100% - 110px);
  }
  .section-page-sales__description__date__line {
    margin: auto 15px;
    width: 15%;
  }
  .section-description-info .section-page-sales__description__date__line {
    width: 5%;
  }
  .section-about-advantages__item {
    width: 14vw;
    height: 14vw;
    margin-right: 5px;
  }
  .page-service-form__name-phone .section-all-input {
    width: 45%;
  }
}
@media screen and (max-width: 1300px) {
  .header__menu {
    margin-right: 20px;
  }
  .header-container {
    padding: 10px 30px;
  }
  .mynav a {
    padding: 12px 6px;
  }
  .header__logo {
    margin-right: 25px;
  }
  #section-main-slider .swiper-pagination {
    left: 30px;
  }
  #section-main-slider .swiper-slide__container-item__description {
    margin-left: 110px;
  }
  .footer__item-contact {
    padding-right: 40px;
  }
  .footer__next-item {
    margin-left: 40px;
  }
  .footer__all-title h3 {
    padding-left: 30px;
  }
  .footer__all-title h3::after {
    width: 20px;
  }
  .footer__item-contact__description,
  .footer__item-about-us__description,
  .footer__item-our__price__description,
  .footer__item-operating-mode__description {
    padding: calc(15px + 35 * (100vw / 1920)) 0;
  }
  .swiper-slide_recall__item__img {
    width: 220px;
    height: 220px;
  }
  .sale-day-month-year__line {
    width: 30px;
  }
  .section-prices__item__main h4 {
    width: 100%;
  }
  .sectio-prices__item {
    width: calc(50% - 40px);
    margin: 20px;
    position: relative;
  }
  .section-description-info__img {
    width: 430px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .section-description-info__img img {
    height: auto;
  }
  .section-description-info__left {
    width: calc(100% - 432px - 5vw);
  }
  .section-description-info__left__date {
    margin-bottom: 50px;
  }
  .section-description-info__left__title,
  .section-description-info__left__time {
    margin-bottom: 40px;
  }
  .section-description-info__left {
    padding-bottom: 40px;
  }
  .section-description-info__left__title__about h3 {
    margin-bottom: 25px;
  }
  .section-description-info__left__title__about p {
    margin-bottom: 10px;
  }
  .section-description-info__item-about .section-description-info__left__title {
    margin-bottom: 0;
  }
  .page-service-form__privace-submit .style-label-for-checkbox-all {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-service-form__privace-submit .style-label-for-checkbox-all::after {
    top: 5px;
  }
  .page-service-form__privace-submit
    .style-label-for-checkbox-all
    input[type="checkbox"]:checked
    + p::before {
    top: 7px;
  }
  .page-service-form__privace-submit .style-label-for-checkbox-all a {
    margin-left: 20px;
  }
}
/*max-width: 1200px*/
@media screen and (max-width: 1250px) {
  .page-gift-certificate__left img {
    width: 90%;
  }
  .main-connten-first-block__certificate::after {
    width: 37%;
  }
  .page-gift-certificate__left {
    width: 40%;
  }
  .page-gift-certificate__right {
    width: 60%;
  }
}
/*max-width: 1200px*/
@media screen and (max-width: 1200px) {
  .section-main-social__decription__item__social {
    margin-left: 20px;
  }
  .s-rand-img__item {
    width: 154px;
    height: 154px;
  }
  .s-m-s-d__r-img {
    width: 336px;
    margin-right: 90px;
  }
  .section-main-present__form__checkbox__item,
  .section-main-present__cotact__item,
  .section-main-present__form__sb-pr-item {
    width: 48%;
  }
  .swiper-slider-finish-sale__time p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sale-day-month-year__line {
    width: 20px;
  }
  .section-page-sales__description__date__line {
    margin: auto 10px;
    width: 5%;
  }
  .section-page-sales__description__title__right h2,
  .section-page-sales__description__title__right p {
    padding-left: 20px;
  }
  .section-page-sales__description__title__left {
    min-width: 90px;
  }
  .page-sales__line-count {
    width: 30px;
  }
  .section-about-advantages__wrapper {
    flex-wrap: wrap;
  }
  .section-about-advantages__item {
    width: calc(30vw - 30px);
    height: calc(30vw - 30px);
    margin-right: 45px;
  }
  .section-about-advantages__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .section-about-advantages__item:nth-of-type(n + 4) {
    margin-top: 45px;
  }
  .section-about-advantages__item__img {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
}
/*max-width: 1024px*/
@media screen and (max-width: 1024px) {
  .price-item_answer_question
    .price-item__overlay__body__item
    .price-item__overlay__body__item__part {
    border-right: none;
  }
  .block-triangle-before::before,
  .block-triangle-sale-my-bg::after,
  .page-service-price_item
    .page-service-price__link-more__btn__unicu-more
    button::before,
  #section-main-slider .swiper-slide a {
    display: none;
  }
  #services_show-more-rows {
    width: 94% !important;
  }
  .page-service-desckription__title__item.active-tab-service h3,
  .page-service-desckription__title__item h3 {
    color: #ffffff !important;
  }
  #section-main-slider .swiper-slide p {
    margin-bottom: 0;
  }
  #section-main-slider .swiper-slide__container-item__description {
    margin-top: 90px;
  }
  .main-connten-first-block::before {
    width: 100%;
    height: auto;
  }
  .footer-menu-about-us ul li a,
  .footer-menu-our-price ul li a {
    line-height: 1.1;
  }
  .sectio-prices__item:nth-of-type(2) img,
  .sectio-prices__item:nth-of-type(4) img,
  .sectio-prices__item:nth-of-type(5) img {
    width: 51px;
    height: auto;
  }
  .section-recall__right-img__description__title {
    padding: 10px 0;
    border-top: 1px solid #3a1551;
  }
  .section-page-sales::before {
    width: 100%;
  }
  .search-form-wrap .section-all-input input {
    border: 1px solid #3a1551;
    padding-right: 66px;
  }
  .page-gift__sbm__card-certificate {
    padding-top: 50px;
  }
  #section-main-slider .swiper-slide p {
    font-weight: 400;
  }
  .header__search,
  .header-container__right,
  .section-call-me,
  .modal-all-header__left__logo,
  .modal-all-header__left__title::before,
  .footer__item-contact__logo,
  .section-main-social,
  .section-main-present__header__title,
  .section-main-present__form__submit__attention,
  #section-main-recall-social__slider__descktop,
  .swiper-pafination-recall-social__pagination,
  .section-recall-main__btn,
  #section-main-sale__slider__descktop,
  #section-all-sale-desktop,
  #btn-sale-only-desktop,
  .section-main-price__right__wrapper,
  .section-points-all,
  .page-gift-certificate__description__show-more-mobile {
    display: none;
  }
  .btn-open-mobile-menu,
  .btn-open-mobile-call,
  .block-btn-mobile-recordering-online,
  .section-main-social__mobile,
  .section-main-present__header__title__mobile,
  .section-main-present__form__submit__attention__mobile,
  .swiper-slide_recall__item__mobile,
  #section-main-sale__slider__mobile,
  #section-all-sale-mobile,
  #btn-sale-only-mobile {
    display: flex;
  }
  body {
    padding-top: 153px;
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  #section-pop-up-mobile-menu .modal-mobile-menu-container {
    top: 153px;
  }
  .mobile-pop-up-menu-footer {
    margin-top: 30px;
    position: relative;
  }
  .swiper-slide_sale__item__img {
    position: relative;
    padding-top: 40px;
  }
  .section-main-present__form__submit .form-submit {
    width: 65%;
    margin: 0 auto 30px auto;
  }
  .section-main-present__form__privacy {
    margin-bottom: 30px;
  }
  .section-main-present__bottom__header {
    padding: 25px 5px;
  }
  .section-main-present__bottom__header h4 {
    text-transform: none;
    font-size: calc(18px + 16 * (100vw / 1920));
  }
  .section-main-present {
    width: 100%;
  }
  .section-main-present__header {
    padding: 3% 0;
  }
  .section-main-present__bottom__wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
  .section-main-present__form__submit__attention__mobile h5 {
    width: 100%;
    text-align: center;
  }
  .section-main-present__bottom__wrapper {
    padding-bottom: 100px;
  }
  .block-input-checkbox label p {
    font-size: calc(18px + 12 * (100vw / 1920));
  }
  .block-input-checkbox input[type="checkbox"]:checked + p::before,
  .block-input-checkbox input[type="radio"]:checked + p::before {
    left: 2.5px;
    top: calc(50% - 1.5px);
  }
  .block-input-checkbox::after {
    width: 18px;
    height: 18px;
    top: 32px;
  }
  .section-main-present__cotact {
    margin-bottom: 20px;
  }
  .block-input-checkbox label p {
    padding-left: 30px;
  }
  .block-input-checkbox input[type="checkbox"]:checked + p::before,
  .block-input-checkbox input[type="radio"]:checked + p::before {
    width: 12px;
    height: 12px;
    left: 2.5px;
    top: 35px;
  }
  .section-main-present__form__checkbox,
  .section-main-present__cotact,
  .section-main-present__form__submit-privacy {
    flex-direction: column;
  }
  .section-main-present__form__checkbox__item,
  .section-main-present__cotact__item,
  .section-main-present__form__sb-pr-item {
    width: 100%;
  }
  .section-main-present__header__title__mobile {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-main-present__header__title__mobile h3 {
    text-align: center;
  }
  .line-above-block::after,
  .line-above-block::before {
    width: 39.5%;
  }
  .section-main-social__mobile,
  .section-main-social__mobile__description,
  .section-main-social__mobile__description__img__wrapper {
    width: 100%;
  }
  .section-main-social__mobile__description {
    background-color: #e1e8ff;
    padding-bottom: 80px;
  }
  .section-main-social__mobile__wrapper {
    width: 100%;
    padding-top: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .section-main-social__mobile__title {
    width: 94%;
    margin: 0 auto 370px auto;
  }
  .mobile-title-h2 h2 {
    font-weight: 800;
    font-size: calc(24px + 26 * (100vw / 1920));
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3a1551;
    text-align: center;
  }
  .section-main-social__mobile__description__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .section-main-social__mobile__description__img {
    width: 82%;
    margin: -290px auto 70px auto;
    position: relative;
  }
  .section-main-social__mobile__description__img__wrapper img {
    width: 100%;
  }
  .section-main-social__mobile__description__info {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
  .section-main-social__mobile__description__info .s-s-i-fb,
  .section-main-social__mobile__description__info .s-s-i-inst {
    width: 130px;
  }
  .section-main-social__mobile__description__info .s-s-i-inst__fb__line {
    margin: 0 70px;
    height: auto;
  }
  header {
    height: 153px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in;
  }
  .active-header-when-open-mobile-menu {
    background-color: #ffffff;
    transition: all 0.5s ease-in;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__logo img {
    width: 158px;
  }
  .modal-bg {
    height: calc(100vh - 153px);
  }

  #section-pop-up-mobile-menu {
    height: calc(100vh - 153px);
    height: calc((var(--vh, 1vh) * 100) - 153px);
  }

  .modal-all-header__left {
    width: calc(100% - 50px);
  }
  .modal-all-header__left__title h3 {
    padding: 0;
  }
  .header-container {
    padding: 0;
  }
  .modal-all-header__wrapper {
    padding: 30px 25px;
  }
  .header-container__left {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
  }
  .btn-in-header {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background-color: #3a1551;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
  }
  .btn-open-mobile-menu__wrapprer,
  .btn-open-mobile-menu__wrapprer span,
  .active-mobile-menu .btn-open-mobile-menu__wrapprer,
  .active-mobile-menu .btn-open-mobile-menu__wrapprer span {
    transition: all 0.5s ease-in;
  }
  .btn-open-mobile-menu__wrapprer {
    width: 38px;
    height: 28px;
    position: relative;
    overflow: hidden;
  }
  .btn-open-mobile-menu__wrapprer span {
    width: 38px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
  }
  .btn-open-mobile-menu__wrapprer span:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .btn-open-mobile-menu__wrapprer span:nth-of-type(2) {
    top: calc(50% - 1px);
    left: 0;
  }
  .btn-open-mobile-menu__wrapprer span:nth-of-type(3) {
    top: calc(100% - 2px);
    left: 0;
  }
  .active-mobile-menu .btn-open-mobile-menu__wrapprer {
    width: 26px;
    height: 26px;
  }
  .active-mobile-menu .btn-open-mobile-menu__wrapprer span:nth-of-type(1) {
    transform: rotate(45deg);
    top: calc(50% - 1px);
    transform-origin: center;
  }
  .active-mobile-menu .btn-open-mobile-menu__wrapprer span:nth-of-type(2) {
    transform: translateX(-40px);
  }
  .active-mobile-menu .btn-open-mobile-menu__wrapprer span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
    transform-origin: center;
  }
  .active-mobile-menu .btn-open-mobile-menu__wrapprer span:nth-of-type(1),
  .active-mobile-menu .btn-open-mobile-menu__wrapprer span:nth-of-type(3) {
    left: -6px;
  }
  .initial-state-pop-up-mobile {
    display: none;
    transition: all 0.5s ease-in;
  }
  .section-pop-up-mobile-menu.active-mobile-menu__open-pop-up {
    display: flex;
  }
  .section-pop-up-mobile-menu.active-mobile-menu__open-pop-up__visibility {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in;
    z-index: 99999999999999999999999999999999999;
  }
  .modal-mobile-menu__wrapper {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    background-color: #e1e8ff;
  }
  .modal-mobile-menu-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
  }
  .mobile-header-search {
    width: 100%;
    position: relative;
    z-index: 999;
  }
  .block-mobile-menu {
    width: 100%;
    position: relative;
    z-index: 99;
  }
  .block-mobile-menu::after {
    content: url(img/flower-mobile-menu.png);
    width: 492px;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 2;
  }
  .mobile-header-search__wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 0 25px;
  }
  .mobile-header-search__wrapper input {
    padding: 25px 0;
    width: calc(100% - 119px);
  }
  .mobile-header-search__wrapper input::placeholder {
    opacity: 1;
  }
  .mobile-header-search-btn-submit {
    width: 94px;
    background-color: #3a1551;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .btn-open-mobile-call img {
    transform: rotate(90deg);
  }
  .mobile-header-search-btn-submit input {
    display: none;
  }
  .block-mobile-menu__header-nav {
    width: 100%;
    padding: 50px 25px;
    z-index: 999;
    position: relative;
  }
  .block-mobile-menu__header-nav li {
    padding-left: 60px;
    position: relative;
  }
  .block-mobile-menu__header-nav li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #3a1551;
    transform: rotate(-45deg);
    left: 0;
    top: calc(50% - 6px);
  }
  .block-mobile-menu__header-nav a {
    display: flex;
    width: 100%;
    font-size: calc(18px + 16 * (100vw / 1920));
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 25px 0;
  }
  .active-header-mobile-menu-li::after,
  li.dm-active-link::after {
    content: "";
    position: absolute;
    left: 12px;
    top: calc(50% - 1px);
    height: 2px;
    width: 48px;
    background-color: #3a1551;
  }
  .active-header-mobile-menu-li a {
    padding-left: 30px;
  }
  .mobile-pop-up-menu-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .mobile-pop-up-menu-footer {
    border-top: 2px solid #ffffff;
    width: 100%;
    padding: 0 0 0 25px;
  }
  .mobile-pop-up-menu-footer__item {
    border-right: 2px solid #ffffff;
  }
  .mobile-pop-up-menu-footer__item:last-of-type {
    border-right: none;
  }
  .mobile-pop-up-menu-footer__adress a {
    width: 100%;
    font-size: calc(16px + 10 * (100vw / 1920));
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 50px 25px 50px 0;
  }
  .mobile-pop-up-menu-footer__adress {
    width: 58%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .mobile-pop-up-menu-footer__facebook,
  .mobile-pop-up-menu-footer__instagram {
    width: 21%;
  }
  .mobile-pop-up-menu-footer__facebook a,
  .mobile-pop-up-menu-footer__instagram a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-all-input label,
  .section-all-input input,
  .section-all-input label,
  .section-all-input input::placeholder,
  .style-label-for-checkbox-all label p,
  .style-label-for-checkbox-all a,
  .section-modal-number__phone a {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .section-all-input label.active-field-input {
    top: -30px;
  }
  .modal-all-container {
    width: 94%;
  }
  .section-modal-submit__wrapper,
  .section-modal-submit__wrapper a {
    flex-direction: column;
  }
  .section-modal-submit__wrapper__left,
  .section-all-input,
  .section-modal-number {
    margin-bottom: 45px;
  }
  .form-submit {
    width: 80%;
    margin: 0 auto;
  }
  .form-submit p,
  .btn-link a,
  .form-submit button {
    font-size: calc(18px + 16 * (100vw / 1920));
  }
  .section-modal-number__title p {
    font-size: calc(16px + 16 * (100vw / 1920));
  }
  .style-label-for-checkbox-all input[type="checkbox"]:checked + p::before {
    width: 13px;
    height: 13px;
    top: calc(50% - 6.5px);
    left: 4px;
  }
  .style-label-for-checkbox-all::after {
    width: 21px;
    height: 21px;
    top: calc(50% - 10.5px);
  }
  .style-label-for-checkbox-all label p {
    margin-left: 30px;
  }
  .modal-all__section-bottom {
    padding: 45px 25px;
  }
  .block-btn-mobile-recordering-online {
    width: 195px;
    height: 125px;
    position: fixed;
    left: 25px;
    bottom: 40px;
  }
  .block-btn-mobile-recordering-online__wrapper {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #3a1551;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .block-btn-mobile-recordering-online__wrapper p {
    color: #ffffff;
    font-size: calc(16px + 8 * (100vw / 1920));
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  .section-all-input-number {
    width: 100%;
  }
  .section-all-select-date__day {
    width: calc(25% - 20px);
    margin-right: 20px;
  }
  .section-all-select-date__month,
  .section-all-select-time {
    width: calc(45% - 20px);
  }
  .section-all-select-date__month {
    margin-right: 20px;
  }
  .section-all-select-date__year {
    width: 30%;
  }
  .section-all-select-date__month
    .select2-container--default
    .select2-selection--single,
  .section-all-select-date__year
    .select2-container--default
    .select2-selection--single,
  .section-all-select-date__month .select2-container,
  .section-all-select-date__year .select2-container {
    height: 100% !important;
  }
  #section-main-slider .swiper-slide__container-item {
    margin: 200px 0;
  }
  .footer__all-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer__next-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }
  .footer__item-contact {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .footer__item-contact__title {
    display: flex;
  }
  .footer__all-title__wrapper {
    min-height: auto;
  }
  .footer__item-about-us__our__price {
    width: 100%;
    margin-left: 0;
  }
  .footer__all-title {
    padding: calc(10px + 30 * (100vw / 1920)) 0;
    border-top: 1px solid #ffffff;
  }
  .footer__item-operating-mode {
    width: 100%;
  }
  .footer__item-operating-mode .footer__all-title__wrapper {
    margin: 0 auto 0 0;
  }
  .footer__item-operating-mode__description {
    align-items: flex-start;
    height: auto;
  }
  .footer__item-operating-mode__privacy-policy,
  .footer__item-operating-mode__description__bottom {
    display: none;
  }
  .footer__item-privacy-policy {
    display: flex;
    border-top: 1px solid #ffffff;
    padding: 35px 0;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .footer__item-contact__description {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__item-contact__description__map::after,
  .footer__item-contact__description__phone::after {
    top: 10px;
  }
  .footer__item-privacy-policy__left {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .footer__item-privacy-policy__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .footer__item-privacy-policy__left p,
  .footer__item-privacy-policy__left p span {
    font-size: calc(16px + 2 * (100vw / 1920));
    color: #ffffff;
  }
  .footer__item-privacy-policy__left p {
    font-weight: 400;
  }

  .footer__item-privacy-policy__left p span {
    font-weight: 300;
  }
  .footer-menu-about-us ul li a,
  .footer-menu-our-price ul li a,
  .footer__item-contact__item p,
  .footer__item-contact__item a,
  .footer__item-operating-mode__description__time p,
  .footer__item-operating-mode__description__time p span,
  .footer__all-title h3 {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
  .footer__all-title h3 {
    padding-left: 45px;
  }
  .footer__all-title h3::after {
    width: 30px;
  }
  .footer__item-contact__description__map::after {
    width: 14.9px;
    height: 22.95px;
  }
  .footer__item-contact__description__phone::after {
    width: 14.94px;
    height: 15.27px;
  }
  .footer__item-operating-mode__description__time {
    margin-bottom: 0;
  }
  .footer__item-privacy-policy__right a {
    margin-right: 30px;
  }
  .section-full-map__wrapper {
    width: 100%;
    padding: 0;
  }
  .swiper-slide_recall__item__mobile {
    width: 100%;
  }
  .swiper-slide_recall__item__img {
    width: 345px;
    height: 345px;
  }
  .section-all-title-h2 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .section-all-title-h2 h2 {
    font-size: calc(24px + 26 * (100vw / 1920));
  }
  .swiper-slide_recall__item__mobile__wrapper {
    margin-top: -170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide_recall__item__name h4,
  .swiper-slide_sale__item__name h4,
  .page-sale-item-price__procedure__price__item h4 {
    text-align: center;
    font-size: calc(18px + 16 * (100vw / 1920));
  }
  .swiper-slide_recall__item__name,
  .swiper-slide_sale__item__name {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide_recall__item__icon,
  .swiper-slide_sale__item__time {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
    justify-content: space-between;
  }
  .swiper-slide_recall__item__icon img {
    width: 19.92px;
  }
  .swiper-slide_recall__item__date__wrapper {
    width: max-content;
  }
  .section-link-all-recall__mobile .btn-link__wrapper a::after {
    background-color: #ffffff;
    transition: all 0.5s ease-in;
  }
  .section-link-all-recall__mobile .btn-link__wrapper a:hover::after {
    height: 100%;
    transition: all 0.5s ease-in;
  }
  .swiper-slide_recall__item__user-text p,
  .swiper-slide_sale__item__description p {
    font-size: calc(18px + 16 * (100vw / 1920));
  }
  .swiper-slide_recall__item__user-text,
  .swiper-slide_sale__item__description {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-main-sale__slider__mobile {
    width: 100%;
  }
  .section-main-sale__slider__mobile__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #section-main-sale__slider__mobile .swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
  }
  #section-main-sale__slider__mobile .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin: -180px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .swiper-slide_recall-wrapper,
  .swiper-slide_sale-wrapper {
    justify-content: center;
  }
  #section-main-sale__slider__mobile .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  #section-main-sale__slider__mobile .swiper-slide_sale__item {
    width: 90%;
  }
  .swiper-slider-finish-sale__time {
    position: relative;
    opacity: 1;
  }
  .swiper-slide_sale__item__name h4 {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #3a1551;
  }
  .swiper-slide_sale__item__description {
    margin-bottom: 70px;
  }
  .swiper-slider-finish-sale {
    flex-direction: row;
    align-items: stretch;
  }
  .swiper-slider-finish-sale__img {
    margin: 0 15px 0 0;
    padding: 0 10px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: none;
    border-right: 1px solid;
    height: 100%;
  }
  .swiper-slider-finish-sale {
    margin-bottom: 70px;
  }
  .swiper-slider-finish-sale__img img {
    width: 40px;
    height: 40px;
  }
  .swiper-slider-finish-sale__time p {
    height: 100%;
    font-size: calc(18px + 16 * (100vw / 1920));
    font-weight: 400;
    line-height: 1;
    justify-content: space-between;
    text-transform: uppercase;
  }
  .swiper-slider-finish-sale__time p span {
    font-weight: 700;
    padding-top: 10px;
  }
  .swiper-slide_sale__item__description p {
    text-align: center;
  }
  .section-main-sale__slider__wrapper {
    margin-bottom: 70px;
  }
  #section-all-sale-mobile {
    align-items: center;
    justify-content: center;
  }
  .swiper-slide_sale__item__name {
    padding: 100px 0 70px 0;
  }
  .section-recall-main__btn .swiper-button-prev::before,
  .section-main-sale__btn .swiper-button-sale-prev::before,
  .section-recall-main__btn .swiper-button-next::before,
  .section-main-sale__btn .swiper-button-sale-next::before {
    background-image: url("img/arrow-next.svg");
    background-position: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 77px;
    height: 8px;
    top: calc(50% - 4px);
    right: 50%;
    transition: all 0.5s ease-in;
  }
  .btn-link-all-sale .btn-link:hover .btn-link__wrapper a::after {
    height: 0;
  }
  .btn-link-all-sale .btn-link:hover .btn-link__wrapper a::before {
    height: 100%;
  }
  .swiper-slide_sale__item__img__wrapper {
    position: relative;
  }
  .swiper-slide_sale__item__img__wrapper,
  .swiper-slide_sale__item__img__container {
    width: 100%;
  }
  .swiper-slide_sale__item {
    padding-top: 40px;
    margin-top: -40px;
  }
  .section-main-price__wrapper {
    justify-content: center;
  }
  .section-main-price__left {
    margin: 0 auto;
    left: auto;
  }
  .section-main-price__left img {
    width: 100%;
  }
  .section-main-price__left {
    width: 82%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .section-main-price__left__wrapper,
  .section-main-price__left img {
    width: 100%;
    height: auto;
  }
  .section-main-price__right {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-main-price__right__container {
    padding: 300px 0;
  }
  .section-main-price__wrapper {
    margin-bottom: 60px;
  }
  .section-main-price__mobile-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
  }
  .btn-link {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-link__wrapper,
  .btn-link__container,
  .section-link-all-recall__mobile {
    width: 100%;
  }
  .btn-link a,
  .form-submit p,
  .form-submit button {
    width: 100%;
    padding: 10px 10px;
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	color:#000;
  }
  .section-main-price__mobile-title {
    width: 90%;
    margin: 0 auto 70px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-main-price__wrapper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15%;
    bottom: -5%;
    background-color: #3a1551;
    z-index: 999;
  }
  .section-main-prices__title h2 {
    text-align: center;
  }
  .section-main-prices__wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .section-main-prices__wrapper {
    width: 100%;
  }
  .sectio-prices__item {
    width: 100%;
    margin: 0;
  }
  .section-prices__item__main {
    background-color: rgb(255, 255, 255);
    padding: 0;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
  }
  .section-prices__item__main__img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: calc(10px + 15 * (100vw / 1024));
    background-color: #e1e8ff;
  }
  .section-prices__item__main__img img {
    margin-bottom: 0;
    width: 51px;
    height: auto;
  }
  .sectio-prices__item:nth-of-type(2) img,
  .sectio-prices__item:nth-of-type(4) img,
  .sectio-prices__item:nth-of-type(5) img {
    width: 51px;
    height: auto;
  }
  .section-prices__item__main h4 {
    width: min-content;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 27px;
  }
  .section-prices__item__btn {
    position: relative;
    right: auto;
    margin: auto 25px auto 0;
    bottom: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .sectio-prices__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-prices__item__overlay {
    position: relative;
    display: none;
    overflow-y: inherit;
    overflow-x: inherit;
    border: none;
  }
  .section-prices__item__btn__active .section-prices__item__overlay {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    height: auto;
  }
  .section-prices__item__overlay__header {
    width: 101px;
  }
  .section-prices__item__overlay__header h5 {
    display: none;
  }
  .sectio-prices__item {
    border-top: 1px solid rgba(58, 21, 81, 0.4);
  }
  .sectio-prices__item:last-of-type {
    border-bottom: 1px solid rgba(58, 21, 81, 0.4);
  }
  .section-prices__item__overlay__description {
    padding: 5px 20px 25px 20px;
  }
  .section-prices__item__overlay__description ul li a {
    font-size: calc(16px + 10 * (100vw / 1920));
  }
  .section-prices__item__overlay__description ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-prices__item__overlay__description ul li {
    margin-bottom: 20px;
  }
  .section-prices__item__main h4 {
    font-size: calc(16px + 10 * (100vw / 1920));
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
  }
  .section-prices__item__overlay__description {
    width: calc(100% - 101px);
  }
  .section-prices__item__main h4 {
    padding-right: 5px;
  }
  .section-prices__item__btn {
    margin-right: 25px;
  }
  .section-page-prices__wrapper {
    width: 100%;
  }
  .section-breadcrumb-pagination {
    padding: 25px;
    background-color: #e1e8ff;
    margin-bottom: 30px;
  }
  .section-breadcrumb-pagination ul.breadcrumb {
    width: 100%;
  }
  .section-page-prices {
    margin-top: 0;
  }
  .page-sales__title h2 {
    text-align: center;
  }
  .page-sales__title {
    margin-bottom: 60px;
  }
  .page-sales__old-sales__wrapper {
    margin-top: 0;
  }
  .page-sales__old-sales {
    padding-top: 60px;
  }
  .page-sales__old__img.block-triangle-sale::after {
    border-top: 52.25px solid #e1e8ff;
  }
  .page-rezult-test__description.block-triangle-sale::after {
    left: calc(50% - 42px);
    border: 42px solid transparent;
    border-top: 42px solid #ffffff;
  }
  .page-sales__old-sales__wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .page-sales__old-item {
    width: 82%;
    margin: 0 auto 80px auto;
  }
  .page-sales__old-item:last-of-type {
    margin-bottom: 0;
  }
  .page-sales__old-item:nth-of-type(3n) {
    margin-right: auto;
  }
  .page-sales__old-item:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .section-page-sales__description__title__left h3,
  .section-page-sales__description__title__right h2,
  .section-page-sales__description__title__right p,
  .section-sales__old__title h3,
  .section-page-sales__description__date__mobile p,
  .section-page-sales__description__link a,
  .section-description-info__left__title h3,
  .section-description-info__left__title p,
  .page-sale-item-price__procedure__title h3,
  .section-description-procedure__title h3,
  .swiper-slide_recall__item__name h4,
  .swiper-slide_sale__item__name h4,
  .page-rezult-test__recomended-title p {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
  .page-sale-item-price__procedure__price__item h5 {
    font-size: calc(16px + 2 * (100vw / 1920));
    text-transform: lowercase;
    width: min-content;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
  }
  .section-page-sales__img-right__wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  .section-page-sales__img-right__right {
    width: 82%;
    height: auto;
    margin-top: -260px;
  }
  .section-page-sales__item__descktop {
    display: none;
  }
  .section-page-sales__item__mobile {
    display: flex;
  }
  .section-page-sales__img-right__left {
    width: 100%;
    padding-top: 260px;
  }
  .section-page-sales__description__title__right,
  .section-page-sales__description__link,
  .page-sales__time-count__mobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-sales__time-count__mobile {
    margin-bottom: 60px;
  }
  .section-page-sales__description__link {
    justify-content: center;
  }
  .section-page-sales__description__title {
    margin-bottom: 55px;
  }
  .section-page-sales__description__title__right h2 {
    width: 100%;
    text-align: center;
    font-weight: 800;
  }
  .page-sale-item-count__item .section-page-sales__description__title__right p {
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }
  .section-page-sales__description__date__mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .section-page-sales__description__date__line {
    width: 10%;
  }
  .section-page-sales__description__date__mobile p.page-sales-year {
    margin-left: 15px;
    padding-left: 15px;
    line-height: 0.8;
    border-left: 1px solid #3a1551;
  }
  .section-page-sales__img-right__left__wrapper {
    padding: 0 0 70px 0;
  }
  .section-page-sales__description {
    padding-bottom: 0;
  }
  .section-page-sales__description {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-page-sales__img-right__right,
  .section-page-sales__description__date-time {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-sales__time__mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #3a1551;
    border-bottom: 1px solid #3a1551;
  }
  .section-page-sales__description__time__wrapper,
  .page-sales__time__mobile__count {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  .section-page-sales__description__time__wrapper {
    border-right: 1px solid #3a1551;
  }
  .section-page-sales__description__time__wrapper img,
  .page-sales__time__mobile__count img {
    width: 53px;
    height: 53px;
  }
  .page-sales__time__mobile__time-img,
  .page-sales__time__mobile__count__img {
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .page-sales__time__mobile__count {
    padding-left: 10%;
  }
  .page-sales__time__mobile__time-title,
  .page-sales__time__mobile__count__title {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #3a1551;
  }
  .page-sales__time__mobile__time-title {
    justify-content: space-between;
  }
  .page-sales__time__mobile__count__title {
    justify-content: center;
  }
  .page-sales__time__mobile__time-title p,
  .page-sales__time__mobile__count__title {
    font-size: calc(16px + 6 * (100vw / 1920));
    text-transform: uppercase;
    line-height: 0.8;
  }
  .page-sales__time__mobile__count__title p span {
    color: #d75c71;
  }
  .page-sales__time__mobile__count__title p span font {
    font-size:larger;
  }
  .page-sales__time__mobile__count__title p span font font {
    font-size:larger;
	font-weight:700;
  }
  .page-sales__time__mobile__time-title p:first-of-type {
    margin-bottom: 5px;
  }
  .page-sales__time__mobile__time-title p:last-of-type {
    font-weight: 700;
  }
  .section-page-sales__description__title__right p {
    padding-left: 0;
  }
  .page-sale-item-count__wrapper,
  .section-description-info__left .page-sales__time-count__mobile {
    width: 100%;
  }
  .section-description-info__left {
    width: 100%;
    margin-right: 0;
  }
  .page-sale-item-count__item {
    width: 90%;
  }
  .page-sale-item-count__item .section-page-sales__description__title__left {
    width: 30%;
  }
  .page-sale-item-count__item .section-page-sales__description__title__right {
    width: 66%;
  }
  .section-description-info__img,
  .section-description-info__left__time__descktop {
    display: none;
  }
  .main-connten-first-block,
  .main-connten-first-block__service {
    background-color: transparent;
  }
  .section-description-info .page-sales__time-count__mobile {
    display: flex;
  }
  .section-description-info__btn .form-submit__wrapper::before {
    background-color: #e1e8ff;
  }
  .section-description-info__btn .form-submit__wrapper:hover::before {
    height: 100%;
  }
  .section-description-info__btn .form-submit__wrapper:hover::after {
    height: 0;
  }
  .section-other-sales__items__wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-other-sales__item__mobile {
    width: 100%;
    display: flex;
  }
  .section-other-sales__item__mobile a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-other-sales__item__descktop,
  .section-description-info__left__time,
  .section-description-procedure__title__dots
    .section-description-procedure__title__dot {
    display: none;
  }
  .section-other-sales__item__mobile .swiper-slide_sale__item__img,
  .section-other-sales__item__mobile .swiper-slide_sale__item__time {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-other-sales__item__mobile .swiper-slide_sale__item__name,
  .section-other-sales__item__mobile .swiper-slide_sale__item__description {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-description-procedure {
    background-color: transparent;
  }
  .section-description-procedure__wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-description-procedure__title {
    width: 100%;
    padding: 20px 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .section-description-procedure__title__dots {
    width: 40px;
    height: 40px;
    border: 1px solid #3a1551;
    bottom: 12px;
    right: 12px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
    justify-content: center;
  }
  .section-description-procedure__title__dots::after,
  .section-description-procedure__title__dots::before {
    content: "";
    position: absolute;
    background-color: #3a1551;
  }
  .section-description-procedure__title__dots::after {
    height: 2px;
    width: 14px;
  }
  .section-description-procedure__title__dots::before {
    width: 2px;
    height: 14px;
    transition: all 0.5s ease-in;
  }
  .section-description-procedure__item.btn__active__procedure {
    background-color: rgba(225, 232, 255, 0.5);
  }
  .btn__active__procedure .section-description-procedure__title__dots::before {
    transform: rotate(90deg);
    transform-origin: center;
    transition: all 0.5s ease-in;
  }
  .btn__active__procedure .section-description-procedure__text {
    display: flex;
  }
  .section-description-procedure__text {
    display: none;
    width: 100%;
    padding-left: 0;
    padding: 25px 5% 50px 5%;
  }
  .section-description-procedure__wrapper {
    border-bottom: none;
    padding: 0;
  }
  .section-description-procedure__title h3 {
    margin-bottom: 0;
  }
  .section-description-procedure__item {
    border-top: 1px solid #e1e8ff;
  }
  .section-description-procedure__item:last-of-type {
    border-bottom: 1px solid #e1e8ff;
  }
  .main-connten-first-block,
  .main-connten-first-block__service {
    margin-bottom: 0;
  }
  .section-description-info__left {
    padding-bottom: 0;
  }
  .section-other-sales__title h2 {
    text-align: center;
  }
  .page-sale-item-price__procedure__title h3 {
    font-weight: 800;
  }
  .section-other-sales__item__mobile .swiper-slide_sale__item__name h4 {
    width: 100%;
    border-bottom: none;
  }
  .section-other-sales__title {
    margin-bottom: calc(50px + 70 * (100vw / 1920));
  }
  .section-prices__item__main {
    height: auto;
  }
  .main-connten-first-block__about {
    background-color: transparent;
  }
  .main-connten-first-block__about::after,
  .section-description-info__item-about::before,
  .section-description-info.section-description-info__item-about {
    display: none;
  }
  .section-description-info__item-about__mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .section-description-info__item-about__mobile__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-all-title-h2 h2 {
    font-weight: 800;
    text-align: center;
  }
  .about__title__mobile {
    width: 94%;
    margin: 0 auto;
  }
  .title__level_2__mobile h3 {
    font-weight: 800;
    font-size: calc(18px + 16 * (100vw / 1920));
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .main-connten-first-block__about {
    margin-bottom: 0;
  }
  .about__mobile__slider-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: url("img/about__main-mobile-slider.png") no-repeat;
    background-size: cover;
  }
  .about-main-slider__btn {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
    width: max-content;
  }
  #about__mobile__slider-main .swiper-container {
    width: 84%;
    height: 100%;
    margin: 0 auto 40px auto;
  }
  #about__mobile__slider-main .swiper-slide {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .about__mobile__slider-main__wrapper {
    width: 100%;
    background-color: rgba(225, 232, 255, 0.8);
    padding: 60px 0 30px 0;
  }
  .mobile__main__txt p {
    font-size: calc(18px + 16 * (100vw / 1920));
    line-height: 140%;
    text-align: center;
  }
  .section-about-advantages__item__text p {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .section-about-advantages__item__img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-about-advantages__item__img img {
    width: 40%;
    height: auto;
  }
  .section-about-advantages__item__text {
    height: 20%;
    flex-grow: 0;
  }
  .section-about-advantages__item {
    padding-bottom: 20px;
  }
  .section-about-advantages__item__img {
    margin-bottom: 30px;
  }
  .section-preparate__title .section-all-title-h2 h2,
  .section-license__title .section-all-title-h2 h2 {
    font-weight: 800;
    font-size: calc(18px + 16 * (100vw / 1920));
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .section-preparate__items {
    display: none;
  }
  .slider-preparate__items__mobile {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .section-preparate__wrapper {
    width: 100%;
  }
  .section-preparate__title {
    width: 94%;
    margin: 0 auto 80px auto;
  }
  #slider-preparate__items__mobile .swiper-container {
    width: 100%;
    height: 100%;
  }
  #slider-preparate__items__mobile .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .swiper-slide__preparate__item__mobile {
    width: 100%;
    height: 100%;
  }
  .swiper-slide__preparate__item__mobile img {
    width: 100%;
    height: auto;
  }
  .section-license__items {
    display: none;
  }
  .section-license__items__mobile {
    width: 100%;
    background-color: #e1e8ff;
    padding-bottom: 45px;
  }
  .section-license__items__mobile__wrapper {
    width: 75%;
    margin: -280px auto 0 auto;
  }
  #section-license__items__mobile .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
  }
  #section-license__items__mobile .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  #section-license__items__mobile .swiper-wrapper {
    margin-bottom: 40px;
  }
  .section-license__wrapper {
    width: 100%;
  }
  .section-license__title {
    width: 94%;
    margin: 0 auto 380px auto;
  }
  .swiper-slide__license {
    width: 100%;
  }
  .swiper-slide__license img {
    width: 100%;
    height: auto;
  }
  .page-service-form__wrapper {
    width: 100%;
  }
  .page-service-form__container {
    width: 94%;
  }
  .page-service-form__privace-submit {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .page-service-form__privace {
    margin-bottom: 75px;
    width: 100%;
  }
  .page-service-form__privace-submit
    .style-label-for-checkbox-all
    input[type="checkbox"]:checked
    + p::before {
    top: 9px;
  }
  .page-service-form__privace-submit .style-label-for-checkbox-all a {
    margin-left: 30px;
  }
  .page-service-form__name-phone .section-all-input {
    width: 100%;
  }
  .page-service-form__name-phone {
    flex-direction: column;
  }
  .page-service-form__wrapper {
    background-color: transparent;
    position: relative;
  }
  .page-service-form__wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #e1e8ff;
    z-index: -1;
  }
  .page-service-form__about {
    margin-bottom: 0;
  }
  .page-service-form__wrapper {
    padding-bottom: 100px;
  }
  .page-service-form__submit {
    width: 90%;
    margin: 0 auto;
  }
  .page-service-form__submit .form-submit__wrapper::before {
    background-color: #ffffff;
  }
  .page-service-form__submit .form-submit__wrapper::after {
    background-color: transparent;
  }
  .page-service-form__description p {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .page-service-form__title h3 {
    font-size: calc(18px + 16 * (100vw / 1920));
    font-weight: 800;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
  }
  .page-service-form__about
    .page-service-form__privace-submit
    .style-label-for-checkbox-all {
    width: 100%;
    flex-direction: row;
  }
  .page-service-form__about
    .page-service-form__privace-submit
    .style-label-for-checkbox-all
    a {
    margin-left: 0;
  }
  .section-about-advantages__item:nth-of-type(n + 4) {
    margin-top: 15px;
  }
  .section-about-advantages__item {
    width: calc(30vw - 10px);
    height: calc(30vw - 10px);
    margin-right: 15px;
  }
  .section-about-advantages__wrapper {
    width: 94%;
  }
  .page-service-form__privace-submit
    .style-label-for-checkbox-all
    input[type="checkbox"]:checked
    + p::before {
    top: 8px;
  }
  .page-service-form__privace-submit .style-label-for-checkbox-all::after {
    top: 4px;
  }
  .price-item-scroll {
    display: none;
  }
  .btn-price-item-prev,
  .btn-price-item-next {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40px;
    width: 40px;
    margin: auto;
    cursor: pointer;
  }
  .btn-price-item-prev::before,
  .btn-price-item-prev::after,
  .btn-price-item-next::before,
  .btn-price-item-next::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
  }
  .btn-price-item-prev::before {
    left: 0;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: left;
  }
  .btn-price-item-next::before {
    left: 0;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: right;
  }
  .btn-price-item-prev::after {
    left: 0;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: left;
  }
  .btn-price-item-next::after {
    left: 0;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: right;
  }
  .price-item__overlay__body__item__part {
    margin-right: 0;
  }
  .price-item__overlay__header__item,
  .page-service-price__table__item,
  .page-service-price__table__item:first-of-type {
    width: 50%;
    padding: 0 40px;
    margin-right: 0;
  }
  .price-item__overlay__body__item__part {
    width: 50%;
  }
  .price-item-scroll {
    width: calc(50% - 80px);
    padding: 0 40px;
  }
  .price-item__overlay__header__item[data-item-scroll="1"],
  .page-service-price__table__item[data-item-scroll="1"] {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .price-item-scroll.price-item__overlay__body__item__part,
  .service-price__item-cost,
  .service-price__item-cost_sale {
    margin-left: 40px;
    margin-right: 40px;
  }
  .price-item__overlay__header__item p,
  .page-service-price__table-h .page-service-price__table__item p {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
  .price-item__overlay__header__item p + p,
  .page-service-price__table-h .page-service-price__table__item p + p {
    font-size: calc(10px + 2 * (100vw / 1920));
  }
  .price-item__title h4,
  .price-item__overlay__body__item__part__title p,
  .page-service-price__description__title h2,
  .service-price__item-title p {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .price-item__overlay__body__item__part__other p,
  .service-answer-question__item__header h4,
  .price-item__title h4,
  .service-price__item-cost p,
  .service-price__item-cost_sale p {
    font-size: calc(16px + 10 * (100vw / 1920));
  }
  .page-rezult-test__title h3 {
    font-weight: 400;
    font-size: calc(16px + 10 * (100vw / 1920));
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 1px solid #3a1551;
    line-height: 1.2;
  }
  .page-service-desckription__wrapper {
    width: 100%;
  }
  .price-item__overlay__header__wrapper,
  .price-item__overlay__body__wrapper {
    width: 94%;
  }
  .round-btn__more__mobile {
    display: flex;
  }
  .section-description__service__bottom__left {
    display: none;
  }
  .page-service__btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-item__main__description h3 {
    display: none;
  }
  .service-item__main__title__mobile {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }
  .service-item__main__title__mobile,
  .service-item__main__title__mobile
    .section-description__service__bottom__left,
  .section-page-sales__description__link__only_mobile {
    display: flex;
  }
  .service-item__main__title__mobile__left,
  .service-item__main__title__mobile__right {
    width: 48%;
  }
  .service-item__main__title__mobile__right img {
    width: 100%;
    height: 100%;
  }
  .service-item__main__title__mobile__title h3 {
    font-weight: 800;
    font-size: calc(16px + 12 * (100vw / 1920));
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 150%;
  }
  .s-r__r-img__d__t_left__name p {
    font-weight: 400;
    font-size: calc(18px + 16 * (100vw / 1920));
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .page-reacall-all__description p {
    font-size: calc(18px + 16 * (100vw / 1920));
    margin-bottom: 30px;
  }
  .page-reacall-all__description button {
    margin: 0 auto;
  }
  .s-r__r-img__d__t_left__social img {
    width: 50px;
    height: 50px;
  }
  .s-r__r-img__d__t_right__date p {
    font-size: calc(18px + 16 * (100vw / 1920));
    font-weight: 400;
  }
  .s-r__r-img__d__t_right__img img {
    width: 53px;
    height: 53px;
  }
  .page-rezult-test__description p {
    width: 94%;
    font-size: calc(16px + 12 * (100vw / 1920));
  }
  .section-description-info__item-service
    .section-description-info__left__title
    p,
  .page-service-desckription__text__item p,
  .section-page-sales__description__link button {
    font-size: calc(16px + 12 * (100vw / 1920));
  }
  .service-item__main__title__mobile__title {
    margin-bottom: 20px;
  }
  .service-item__main__title__mobile {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .section-description__service__bottom__left {
    background-color: #e1e8ff;
    padding-bottom: 20px;
  }
  .service-item__main__title__mobile__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-description__service__bottom__left {
    width: 100%;
  }
  .special-offer p {
    font-size: calc(16px + 6 * (100vw / 1920));
    letter-spacing: 0.05em;
  }
  .special-offer__price,
  .special-offer__link {
    margin-left: auto;
    margin-right: auto;
  }
  .special-offer__price h3 {
    font-size: calc(18px + 18 * (100vw / 1920));
  }
  .special-offer__link a {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
  .special-offer img {
    width: 16px;
    height: 16px;
  }
  .section-description-info__wrapper {
    width: 94%;
  }
  .page-service-desckription__text {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-service-desckription__title__item h3 {
    font-weight: 400;
  }
  .page-service-desckription__title__item {
    margin-right: 15px;
  }
  .page-service-desckription__title {
    justify-content: space-between;
    background-color: #3a1551;
    padding: 0 3%;
  }
  .page-service-desckription__title h3 {
    padding: 25px 0;
    color: #ffffff;
  }
  .page-service-desckription__title__item.active-tab-service h3 {
    color: #ffffff;
  }
  .page-service-desckription__title__item.active-tab-service h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #e1e8ff;
  }
  .page-service-desckription__text__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-service-desckription__text__item p {
    margin-bottom: 30px;
  }
  .active__read__more .page-service-desckription__text__read-more,
  .page-service-desckription__text__read-more__dots {
    display: flex;
  }

  .active__read__more .page-service-desckription__text__read-more__dots,
  .page-service-desckription__text__read-more,
  .page-service-desckription__title__item h3::before {
    display: none;
  }
  .page-service-price__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .page-service-price__link-more__btn__unicu-more,
  .page-service-price__link-more__btn__unicu-more a {
    width: 100%;
  }
  .page-service-price .page-service-price__link-more__btn__unicu-more a button {
    margin-left: 0;
    margin-right: 0;
  }
  .page-service-price__link-more__btn__unicu-more button {
    width: 100%;
    background-color: #3a1551;
    color: #e1e8ff;
    padding: 25px 0 50px 0;
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .page-service-price__link-more__btn__unicu-more button::after,
  .page-service-price__link-more__btn__unicu-more button::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    bottom: 20px;
  }
  .page-service-price__link-more__btn__unicu-more button::after {
    left: calc(50%);
    transform: rotate(-45deg);
    transform-origin: left;
  }
  .page-service-price__link-more__btn__unicu-more button:hover::after {
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
  }
  .page-service-price__link-more__btn__unicu-more button::before {
    left: calc(50% - 30px);
    transform: rotate(45deg);
    transform-origin: right;
  }
  #page-service-photo-video__slider
    .swiper-slide.swiper-slide__service__descktop {
    display: none;
  }
  #page-service-photo-video__slider
    .swiper-slide.swiper-slide__service__mobile {
    display: flex;
    height: auto;
  }
  #page-service-photo-video__slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  .swiper-slide__service__mobile .page-service-photo-video__slider__item {
    width: 100%;
  }
  .section-all-title-h2 h2 {
    font-size: calc(24px + 26 * (100vw / 1920));
  }
  .service-answer-question__item__header {
    margin-bottom: 0;
  }
  .service-answer-question__item {
    border-top: 1px solid #e1e8ff;
  }
  .service-answer-question__item:last-of-type {
    border-bottom: 1px solid #e1e8ff;
  }
  .page-service-form__description {
    width: 100%;
  }
  .about-mobile-license-slider__btn {
    justify-content: space-between;
  }
  .about-mobile-license-slider__btn .swiper-button-license-prev {
    margin-right: 0;
  }
  .page-service-recomend__service__items {
    display: none;
  }
  .page-service-recomend__service__item__title h3 {
    font-size: calc(16px + 10 * (100vw / 1920));
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .page-service-recomend__service__wrapper {
    width: 100%;
    padding: 0 3%;
  }
  .page-service-recomend__service__item {
    width: 100%;
  }
  .page-service-recomend__link-more .btn-link {
    width: 100%;
  }
  .section-recall {
    display: none;
  }
  .section-recall__mobile {
    width: 100%;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .section-recall__wrapper__mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .section-recall__left-img {
    width: 100%;
    margin-top: 300px;
  }
  .section-recall__left-img__wrapper {
    width: 94%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .section-recall__left-img__item-left {
    margin-top: -250px;
    width: 75vw;
    height: 75vw;
  }
  .section-recall__left-img__item-right {
    padding: 40px 0;
    width: 100%;
  }
  .block__contact__wrapper::before,
  .section-contact__info,
  .main-connten-first-block__contact::before {
    display: none;
  }
  .section-contact__map {
    width: 50%;
    height: auto;
    margin-bottom: 0;
  }
  .section-contact {
    width: 100%;
    padding: 0;
  }
  .section-contact__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    background-color: #e1e8ff;
  }
  .section-contact__info__top__item {
    width: 100%;
    margin-bottom: 80px;
  }
  .section-contact__info__top__item:last-of-type {
    margin-bottom: 0;
  }
  .section-contact__map iframe {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .section-contact__info__mobile {
    width: 50%;
    padding: 60px 3vw 80px 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-contact__info__top__item__title h3 {
    font-weight: 800;
    font-size: calc(18px + 16 * (100vw / 1920));
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .section-contact__info__top__item__text p,
  .section-contact__info__top__item__text a {
    font-weight: 400;
    font-size: calc(16px + 10 * (100vw / 1920));
    line-height: 140%;
  }
  .section-contact__info__top__item::before {
    top: 24px;
  }
  .slider-preparate__items__mobile,
  .section-license__items__mobile,
  .section-recall__mobile,
  .mobile-img-for-title {
    display: flex;
  }
  .mobile-img-for-title img {
    width: 53px;
    height: 53.16px;
  }
  .page-rezult-test__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
    border-top: 1px solid rgba(58, 21, 81, 0.5);
  }
  .mobile-img-for-title {
    margin-right: 10px;
  }
  .page-rezult-test__recomended {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .page-rezult-test__recomended-item {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    border-right: none;
  }
  .main-connten-first-block__rezult-test::before,
  .main-connten-first-block__rezult-test::after {
    display: none;
  }
  .main-connten-first-block__rezult-test {
    background-color: transparent;
  }
  .page-rezult-test {
    width: 100%;
  }
  .page-rezult-test__title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .page-rezult-test__description {
    background-color: #e1e8ff;
    border-bottom: none;
    position: relative;
    overflow: hidden;
  }
  .page-rezult-test__description::before {
    content: "";
    position: absolute;
    left: 0;
    top: -354px;
    background: url("img/result-test-mobile-flower.png") no-repeat;
    width: 492px;
    height: 1390px;
  }
  .page-rezult-test__description.block-triangle-sale {
    /*display: flex;*/
  }
  .page-rezult-test__recomended-link-g {
    padding: 30px;
  }
  .page-rezult-test__recomended-title p {
    width: 100%;
    padding: 0 5%;
    font-weight: 800;
    font-size: calc(18px + 16 * (100vw / 1920));
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .page-rezult-test__recomended-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #3a1551;
  }
  .page-rezult-test__recomended-link {
    width: 50%;
    padding: 10px 5%;
    border-right: 1px solid #3a1551;
  }
  .page-rezult-test__recomended-link:last-of-type,
  .page-rezult-test__recomended-link a:last-of-type {
    border-right: none;
  }
  .page-rezult-test__recomended-link a {
    font-size: calc(16px + 10 * (100vw / 1920));
    padding: 30px 0;
    border-bottom: 1px solid #3a1551;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .page-rezult-test__recomended-link a {
    text-align: center;
    text-transform: none;
  }
  .page-rezult-test__recomended-link a span {
    display: none;
  }
  .page-birthday-title p,
  #form-birthaday .section-all-input input,
  #form-birthaday .section-all-input input::placeholder {
    font-weight: 800;
    font-size: calc(18px + 16 * (100vw / 1920));
  }
  .form-birthaday__description p {
    font-size: calc(18px + 16 * (100vw / 1920));
  }
  .main-connten-first-block__birthday {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }
  .main-connten-page-404 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-birthday__wrapper {
    width: 94%;
    margin: 0 auto;
  }
  .page-birthday {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(225, 232, 255, 0.5);
    margin-bottom: 0;
  }
  .page-birthday.block-triangle-bithday::after {
    border-top: 42px solid #ffffff;
  }
  #form-birthaday .section-all-input,
  .form-birthaday__description {
    width: 100%;
  }
  #form-birthaday .form-birthday-sbm {
    width: 80%;
  }
  .page-birthday-img,
  #form-birthaday .section-all-input {
    margin-bottom: 55px;
  }
  .page-birthday-title,
  .form-birthaday__description {
    margin-bottom: 70px;
  }
  .main-connten-first-block__birthday::before {
    background: url("img/birthday-mobile.png");
    width: 551px;
    height: 1135px;
  }
  .main-connten-first-block__birthday::after {
    background: url("img/birthdau-mobile-2.png");
    width: 445px;
    height: 951px;
  }
  .page-gift-certificate__wrapper {
    flex-direction: column;
  }
  .page-gift-certificate__left,
  .page-gift-certificate__right {
    width: 100%;
    padding: 0;
  }
  .main-connten-first-block__certificate,
  .page-gift-certificate,
  .page-gift__tabs__nav__description__item,
  .page-gift__tabs__nav__description {
    width: 100%;
  }
  .main-connten-first-block__certificate::after {
    display: none;
  }
  .page-gift-certificate__left,
  .page-gift-certificate__description,
  .page-gift__tabs__nav,
  .page-gift__tabs__nav__description__item > p,
  .p-g__t_nav_desc_item,
  .p-g__t_nav_desc_item,
  .page-gift__card-price,
  .page-gift__sbm {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #e1e8ff;
    width: 100%;
  }
  .page-gift__sbm {
    padding-left: 20%;
    padding-right: 20%;
    background-color: #e1e8ff;
    width: 100%;
  }
  .page-gift__range-slider__block {
    padding-left: 10%;
    padding-right: 10%;
    background-color: #e1e8ff;
    width: 100%;
  }
  #buy-card-certificat {
    background-color: #e1e8ff;
  }
  .page-gift__btn {
    flex-direction: column-reverse;
    width: 100%;
  }
  .watch-more-info {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .page-gift__tabs__nav__description__item {
    padding-top: 0;
  }
  .page-gift__tabs__nav__description__item > p {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .page-gift__range-slider {
    margin-bottom: 0;
  }
  .page-gift__range-slider__block {
    margin-bottom: 0;
    padding-bottom: 55px;
  }
  .page-gift__card-price {
    margin-bottom: 0;
  }
  #range__gift-price,
  .page-gift__range-slider::after {
    background-color: #ffffff;
  }
  .page-gift__range-slider::before {
    background-color: #3a1551;
  }
  .page-gift__range-slider::after,
  .page-gift__range-slider::before {
    z-index: 9;
  }
  .page-gift__sbm .form-submit__wrapper::after {
    transition: all 0.5s ease-in;
  }
  .page-gift__sbm .form-submit__wrapper:hover::after {
    transition: all 0.5s ease-in;
    height: 0;
  }
  .page-gift__sbm .form-submit__wrapper::before {
    background-color: #ffffff;
    transition: all 0.5s ease-in;
    z-index: 99;
  }
  .page-gift__sbm .form-submit__wrapper:hover::before {
    height: 100%;
    transition: all 0.5s ease-in;
  }
  .page-gift__tabs__nav::before {
    left: 5%;
    width: 90%;
  }
  .page-gift-certificate__description p {
    text-align: center;
    font-size: calc(18px + 16 * (100vw / 1920));
  }
  .page-gift__tabs__nav p,
  .page-gift__tabs__nav__description__item p,
  .page-gift__tabs__nav__description__item ul li {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
  .page-gift__card-price {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .page-gift__card-price__item {
    padding: 30px 0;
    width: 33.3333333333%;
    margin-right: 0;
  }
  .page-gift__card-price__item label p {
    border: none;
    border-right: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page-gift__card-price__item:last-of-type label p {
    border-right: none;
  }
  .page-gift__card-price__item label p:hover {
    background-color: transparent;
    color: #d75c71;
  }
  .page-gift__card-price__item label p:hover span {
    color: #3a1551;
  }
  .page-gift__card-price__item label input[type="radio"]:checked + p {
    border: none;
  }
  .btn__show-more-desc {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .page-gift__sbm,
  .btn__show-more-desc {
    padding-bottom: 50px;
  }
  .btn__show-more-desc p {
    font-weight: normal;
    font-size: calc(18px + 16 * (100vw / 1920));
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid #3a1551;
  }
  .watch-more-info {
    margin-right: 0;
    background-color: #ffffff;
    padding-top: 40px;
  }
  .watch-more-info__img {
    align-items: center;
  }
  .watch-more-info__img img {
    width: 95px;
    height: 95px;
  }
  .img__only-descktop {
    display: none;
  }
  .img__only-mobile {
    display: flex;
  }
  .watch-more-info__img {
    margin-right: 50px;
  }
  .page-gift-certificate__description
    p.page-gift-certificate__description__show-more-mobile {
    display: none;
  }
  .page-gift-certificate__description.active-btn__show_togle
    p.page-gift-certificate__description__show-more-mobile {
    display: flex;
  }
  p.page-gift-certificate__description__show-more-mobile {
    text-align: left;
  }
  .btn__show-more-desc {
    padding-bottom: 30px;
  }
  .block-input-checkbox {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
  }
  .dm-search a {
    width: 100%;
  }
  .search-form-wrap > form > div > button {
    height: 100%;
    padding: 10px 20px !important;
  }
  .dm-search > div {
    max-width: 768px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .swiper-slide_recall__item__icon a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }
  .about-mobile-license-slider__btn {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    width: 100%;
  }
  input::placeholder,
  textarea::placeholder,
  input:-moz-placeholder,
  input::-webkit-input-placeholder,
  .section-all-input label,
  .section-all-input input::placeholder {
    color: rgba(58, 21, 81, 0.8);
  }
  input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0) !important;
    -webkit-text-fill-color: rgba(58, 21, 81, 0.8) !important;
    color: rgba(58, 21, 81, 0.8) !important;
  }
  input,
  textarea,
  a,
  body,
  .header__search p,
  .modal-all__items__item:hover .modal-all__items__item__top__description,
  .section-modal-number__count-certificate p span,
  .section-all-input-number input[type="number"],
  .select2-container--default
    .select2-results__option--highlighted[aria-selected],
  .select2-container--default .select2-results__option[aria-selected="true"],
  .section-all-title-h2 h2,
  .section-main-present__header__title h3,
  .section-main-present__header__title__mobile h3,
  .block-input-checkbox label p,
  .section-recall-main__btn .swiper-count p,
  .section-main-sale__btn .swiper-count-sale p,
  .swiper-slide_recall__item__name h4,
  .swiper-slide_sale__item__name h4,
  .swiper-slide_recall__item__user-text p,
  .swiper-slide_sale__item__description p,
  .section-breadcrumb-pagination ul.breadcrumb li,
  .section-breadcrumb-pagination ul.breadcrumb li a,
  .section-breadcrumb-pagination ul.breadcrumb li a:hover,
  .section-page-sales__description__time p,
  .section-page-sales__description__link button,
  .page-service-desckription__title__item h3,
  .page-service-desckription__title__item.active-tab-service h3,
  .service-price__item-title p,
  .service-price__item-cost p,
  .page-gift__card-price__item label p span,
  .mobile-title-h2 h2,
  .page-gift__card-price__item label p:hover span,
  #section-main-slider .swiper-slide h2,
  #section-main-slider .swiper-slide a {
    color: #2a0243;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #2a0243 !important;
  }
  .section-test-right {
    display: none;
  }
  .section-test-left {
    width: 100%;
    padding: 0;
  }
  .section-test__title h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .swiper-slide__test-main__left p {
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 0.1em;
  }
  .swiper-slide__test-main__title h2 {
    font-weight: 800;
    font-size: 34px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .sectio-test__h4 h4 {
    font-size: 34px;
    line-height: 140%;
    text-align: center;
  }
  .section-test__title,
  .sectio-test__h4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-test-start__description
    .section-page-sales__description__time__wrapper {
    width: 100%;
    border-right: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .section-test-start__description
    .section-page-sales__description__time__wrapper
    p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .section-test-start {
    flex-direction: column-reverse;
  }
  .section-test-start__description {
    width: max-content;
    padding: 0 3%;
    margin: 0 auto 50px auto;
  }
  .section-test-start__description .section-page-sales__description__time p {
    font-size: 22px;
  }
  .section-test-start {
    margin-bottom: 90px;
  }
  .section-test_-txt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 70px 3% 55px 3%;
    background: #e1e8ff;
    position: relative;
  }
  .section-test_-txt p {
    width: max-content;
    font-size: 22px;
    line-height: 140%;
  }
  .section-test_-txt p br {
    display: none;
  }
  .section-test_-txt .block-triangle-sale {
    display: flex;
  }
  .section-test-left__wrapper {
    margin-bottom: 0;
  }
  .swiper-slide__test-wrapper {
    flex-direction: column;
  }
  #slider-page-test {
    width: 100%;
    margin: 0 auto;
  }
  #slider-page-test .custom-test-element {
    background: none;
  }
  #slider-page-test .swiper-pagination-progressbar {
    height: 25px;
  }
  #slider-page-test .swiper-pagination.swiper-pagination-progressbar {
    border: 1px solid #3a1551;
  }
  #slider-page-test .custom-test-element {
    width: max-content;
    height: max-content;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 0;
  }
  #slider-page-test .swiper-pagination-progressbar-fill {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .main-content-for-test .section-breadcrumb-pagination {
    margin-bottom: 0;
  }
  .swiper-slide__test-wrapper {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  #slider-page-test .swiper-wrapper {
    padding-top: 45px;
  }
  .swiper-slide__test-main__left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 0 100px 0;
  }
  .swiper-slide__test-main__left::after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    bottom: 30px;
    height: 40px;
    width: 1px;
    background-color: #3a1551;
  }
  .swiper-slide__test-item {
    flex-direction: column;
  }
  .swiper-slide__test-wrapper .block-input-checkbox::after {
    top: 41px;
  }
  .swiper-slide__test-wrapper
    .block-input-checkbox
    input[type="checkbox"]:checked
    + p::before,
  .swiper-slide__test-wrapper
    .block-input-checkbox
    input[type="radio"]:checked
    + p::before {
    top: 44px;
    left: 3px;
  }
  .swiper-slide__test-item .block-input-checkbox {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px 0;
    border-bottom: 1px solid #e1e8ff;
  }
  .swiper-slide__test-item .block-input-checkbox:last-of-type {
    border-bottom: none;
  }
  .swiper-slide__test-item .block-input-checkbox:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1020px) {
  .btn-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .btn-group .dropdown-menu-right {
    height: auto;
    overflow: hidden;
    position: relative;
    top: 100%;
  }
  .switcher {
    border-top: 2px solid #ffffff;
    width: 100% !important;
    padding: 25px 0 0 0px;
  }
  .nturl.selected {
    max-width: 128px !important;
  }
  .switcher .selected {
    width: 128px !important;
    margin: 0 auto;
  }
  .switcher .option a {
    padding: 3px 0px !important;
  }
  .switcher .selected a {
    width: 128px !important;
    margin: 0 auto;
    text-align: center;
  }
  .switcher .option {
    position: absolute !important;
    width: 128px !important;
    left: calc(50% - 64px);
  }
  .switcher .option {
    text-align: center;
  }
  .price-item__overlay__body__item
    .price-item__overlay__body__item__part__title
    p {
    word-break: break-word;
  }
}

@media screen and (max-width: 970px) {
  .line-above-block::after,
  .line-above-block::before {
    width: 39%;
  }
}
@media screen and (max-width: 900px) {
  .line-above-block::after,
  .line-above-block::before {
    width: 38%;
  }
  .section-main-price__right__container {
    padding: 250px 0;
  }
}
@media screen and (max-width: 800px) {
  .line-above-block::after,
  .line-above-block::before {
    width: 37%;
  }
  .section-main-price__right__container {
    padding: 200px 0;
  }
}
@media screen and (max-width: 768px) {
  .block-mobile-menu__header-nav a {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
  .mobile-pop-up-menu-footer__adress a {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .mobile-pop-up-menu-footer__facebook img,
  .mobile-pop-up-menu-footer__instagram img {
    width: 36px;
  }
  #section-main-slider .swiper-slide__container-item {
    justify-content: flex-start;
  }
  #section-main-slider .swiper-slide {
    position: relative;
  }
  #section-main-slider .swiper-slide__container-item__description {
    margin-left: 0;
    width: 100%;
    padding: 0 25px;
  }
  #section-main-slider .swiper-slide__container-item__description {
    align-items: center;
    justify-content: center;
    margin-top: 90px;
  }
  #section-main-slider .swiper-slide h2 {
    text-align: center;
    font-weight: 800;
    font-size: calc(24px + 21 * (100vw / 1920));
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #3a1551;
    line-height: 150%;
  }
  #section-main-slider .swiper-slide h2:last-of-type {
    margin-bottom: 30px;
  }
  #section-main-slider .swiper-slide p {
    width: 95%;
    font-size: calc(18px + 18 * (100vw / 1920));
  }
  #section-main-slider .swiper-slide a {
    font-size: calc(18px + 16 * (100vw / 1920));
    margin: 0 auto;
    color: #3a1551;
  }
  #section-main-slider .swiper-slide a::before {
    background-color: #3a1551;
  }
  #section-main-slider .swiper-pagination {
    display: none !important;
  }
  #section-main-slider .swiper-pagination {
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left: auto;
    right: auto;
    bottom: 50px;
  }
  #section-main-slider .swiper-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #section-main-slider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 0;
    width: 11px;
    height: 11px;
  }
  #section-main-slider .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .footer__item-about-us__our__price {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer__item-about-us,
  .footer__item-our__price {
    width: 100%;
  }
  .footer__item-contact__description {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-main-present__img img {
    margin-top: -100px;
  }
  .section-about-advantages__item__text p {
    font-size: calc(10px + 2 * (100vw / 1920));
  }

  .block-mobile-menu {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #menu-primary-menu-mobil {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .block-mobile-menu__header-nav a {
    padding: 10px !important;
  }
  .block-mobile-menu__header-nav {
    display: flex;
    flex-grow: 1;
  }
  .block-mobile-menu__header-nav li::before {
    width: 10px;
    height: 10px;
  }
  .active-header-mobile-menu-li::after,
  li.dm-active-link::after {
    left: 8px;
    top: calc(50% - 2px);
    height: 2px;
    width: 30px;
  }
  .block-mobile-menu__header-nav li {
    padding-left: 45px;
  }
  .block-mobile-menu__header-nav a,
  .switcher a {
    font-size: calc(10px + 8 * ((100vw - 320px) / (768 - 320))) !important;
  }
  .modal-mobile-menu__wrapper .switcher.notranslate {
    padding-top: 8px;
  }
  .mobile-pop-up-menu-footer {
    margin-top: 8px;
  }
  .mobile-header-search input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-header-search-btn-submit img {
    width: 22px !important;
  }
  .block-mobile-menu__header-nav {
    padding-top: calc(8px + 15 * ((100vw - 320px) / (768 - 320))) !important;
    padding-bottom: calc(8px + 15 * ((100vw - 320px) / (768 - 320))) !important;
  }
  .mobile-pop-up-menu-footer__adress a {
    font-size: calc(12px + 4 * ((100vw - 320px) / (768 - 320))) !important;
  }
  .mobile-pop-up-menu-footer__facebook img,
  .mobile-pop-up-menu-footer__instagram img {
    width: calc(20px + 10 * ((100vw - 320px) / (768 - 320))) !important;
  }
  .mobile-pop-up-menu-footer__adress a {
    padding: calc(10px + 15 * ((100vw - 320px) / (768 - 320))) 15px
      calc(10px + 15 * ((100vw - 320px) / (768 - 320))) 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .section-main-present__bottom__header h4 {
    font-size: calc(18px + 14 * (100vw / 1920));
  }
}
@media screen and (max-width: 750px) {
  #section-main-slider .swiper-slide h2 {
    font-size: calc(18px + 14 * (100vw / 1920));
  }
  #section-main-slider .swiper-slide p,
  #section-main-slider .swiper-slide a {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  #section-main-slider .swiper-slide p {
    width: 75%;
  }
  .line-above-block::after,
  .line-above-block::before {
    width: 36%;
  }
  .section-prices__item__main h4,
  .section-prices__item__overlay__description ul li a {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .section-prices__item__overlay__description ul li::before {
    top: 9px;
  }
  .section-prices__item__overlay__description {
    width: calc(100% - 86px);
  }
  .section-page-sales__description__time__wrapper,
  .page-sales__time__mobile__count {
    width: 50%;
  }
  .section-page-sales__description__date__mobile p {
    font-size: calc(16px + 10 * (100vw / 1920));
  }
  .price-item__overlay__header__item p,
  .page-service-price__table-h .page-service-price__table__item p {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .price-item__title h4,
  .price-item__overlay__body__item__part__title p,
  .page-service-desckription__title__item h3,
  .page-service-price__description__title h2,
  .service-price__item-title p {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .price-item__overlay__body__item__part__other p,
  .service-answer-question__item__header h4,
  .price-item__title h4,
  .service-price__item-cost p,
  .service-price__item-cost_sale p,
  .page-service-price__link-more__btn__unicu-more button {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .page-rezult-test__title h3,
  .page-rezult-test__recomended-link a {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
  .section-contact__info__top__item__text p,
  .section-contact__info__top__item__text a {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .page-service-recomend__service__item__title h3 {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
  .special-offer p,
  .special-offer__link a {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
  .special-offer__price h3 {
    font-size: calc(16px + 12 * (100vw / 1920));
  }
  .section-description-info__item-service
    .section-description-info__left__title {
    margin-bottom: 50px;
  }
  .section-description-info__left__date {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .section-all-input label,
  .section-all-input input,
  .section-all-input label,
  .section-all-input input::placeholder,
  .style-label-for-checkbox-all label p,
  .style-label-for-checkbox-all a,
  .section-modal-number__phone a {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .form-submit p,
  .btn-link a,
  .form-submit button,
  .block-input-checkbox label p,
  .section-page-sales__description__title__left h3,
  .section-page-sales__description__title__right h2,
  .section-page-sales__description__title__right p,
  .section-sales__old__title h3,
  .section-page-sales__description__date__mobile p,
  .section-page-sales__description__link a,
  .section-description-info__left__title h3,
  .section-description-info__left__title p,
  .page-sale-item-price__procedure__title h3,
  .section-description-procedure__title h3,
  .swiper-slide_recall__item__name h4,
  .swiper-slide_sale__item__name h4,
  .page-sale-item-price__procedure__price__item h4,
  .page-rezult-test__recomended-title p,
  .page-birthday-title p,
  #form-birthaday .section-all-input input,
  #form-birthaday .section-all-input input::placeholder,
  .form-birthaday__description p,
  .btn__show-more-desc p,
  .page-gift-certificate__description p {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .section-modal-number__title p {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .select2-selection__rendered,
  .section-all-input-number input[type="number"],
  .select2-results__option[aria-selected] {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
  .style-label-for-checkbox-all input[type="checkbox"]:checked + p::before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: 3px;
  }
  .style-label-for-checkbox-all::after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
  .line-above-block::after,
  .line-above-block::before {
    width: 35%;
  }
  .mobile-title-h2 h2 {
    font-size: calc(18px + 18 * (100vw / 1920));
  }
  .section-main-present__bottom__header h4,
  .swiper-slide_recall__item__name h4,
  .swiper-slide_sale__item__name h4,
  .swiper-slide_recall__item__user-text p,
  .swiper-slide_sale__item__description,
  .page-sale-item-price__procedure__price__item h4 {
    font-size: calc(16px + 12 * (100vw / 1920));
  }
  .section-main-social__mobile__title {
    margin-bottom: 270px;
  }
  .section-main-social__mobile__description__img {
    margin-top: -190px;
  }
  .swiper-slide_sale__item__name {
    padding: 40px 0;
  }
  .swiper-slide_sale__item__description,
  .swiper-slider-finish-sale {
    margin-bottom: 40px;
  }
  .section-main-price__right__container {
    padding: 150px 0;
  }
  .section-page-sales__description__date__mobile p {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .page-service-form__privace-submit
    .style-label-for-checkbox-all
    input[type="checkbox"]:checked
    + p::before {
    top: 7px;
  }
  .section-page-sales__description__time__wrapper img,
  .page-sales__time__mobile__count img {
    width: 33px;
    height: 33px;
  }
  .mobile-img-for-title img {
    width: 33px;
    height: 33.16px;
  }
  .page-sales__time__mobile__time-title p,
  .page-sales__time__mobile__count__title,
  .page-gift__tabs__nav p {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
  .page-gift__tabs__nav__description__item p,
  .page-gift__tabs__nav__description__item ul li {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .watch-more-info__img img {
    width: 85px;
    height: 85px;
  }
  .watch-more-info__img {
    margin-right: 40px;
  }
  .price-item__overlay__header__item p,
  .page-service-price__table-h .page-service-price__table__item p {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .price-item__title h4,
  .price-item__overlay__body__item__part__title p,
  .page-service-desckription__title__item h3,
  .page-service-price__description__title h2,
  .service-price__item-title p {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
  .price-item__overlay__body__item__part__other p,
  .service-answer-question__item__header h4,
  .price-item__title h4,
  .service-price__item-cost p,
  .service-price__item-cost_sale p,
  .page-service-price__link-more__btn__unicu-more button,
  .section-contact__info__top__item__text p,
  .section-contact__info__top__item__text a {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .page-rezult-test__title h3,
  .page-rezult-test__recomended-link a,
  .page-service-recomend__service__item__title h3 {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .price-item-scroll {
    padding: 0 15px;
  }
  .service-item__main__title__mobile__title h3,
  .section-description-info__item-service
    .section-description-info__left__title
    p,
  .special-offer__price h3,
  .page-service-desckription__text__item p,
  .section-page-sales__description__link button,
  .s-r__r-img__d__t_left__name p,
  .s-r__r-img__d__t_right__date p,
  .page-reacall-all__description p,
  .section-contact__info__top__item__title h3,
  .page-rezult-test__description p {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .s-r__r-img__d__t_left__social img {
    width: 30px;
    height: 30px;
  }
  .s-r__r-img__d__t_right__img img {
    width: 33px;
    height: 33px;
  }
  .special-offer p,
  .special-offer__link a {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .section-contact__info__top__item::before {
    top: 14px;
  }
  .block-input-checkbox::after {
    top: calc(50% - 6px);
  }
  .block-input-checkbox input[type="checkbox"]:checked + p::before,
  .block-input-checkbox input[type="radio"]:checked + p::before {
    left: 2.5px;
    top: calc(50% - 3.5px);
  }
  .sectio-test__h4 h4,
  .swiper-slide__test-main__title h2 {
    font-size: 20px;
  }
  .section-test-start__description .section-page-sales__description__time p,
  .section-test_-txt p {
    font-size: 18px;
  }
  .section-test__title h2,
  .swiper-slide__test-main__left p {
    font-size: 34px;
  }
  .swiper-slide__test-wrapper .block-input-checkbox::after {
    top: 32px;
  }
  .swiper-slide__test-wrapper
    .block-input-checkbox
    input[type="checkbox"]:checked
    + p::before,
  .swiper-slide__test-wrapper
    .block-input-checkbox
    input[type="radio"]:checked
    + p::before {
    top: 35px;
    left: 3px;
  }
}
@media screen and (max-width: 650px) {
  .line-above-block::after,
  .line-above-block::before {
    width: 34%;
  }
  .section-main-present__bottom__header h4,
  .swiper-slide_recall__item__name h4,
  .swiper-slide_sale__item__name h4,
  .swiper-slide_recall__item__user-text p,
  .swiper-slide_sale__item__description p,
  .page-sale-item-price__procedure__price__item h4 {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
  .section-all-title-h2 h2 {
    font-size: calc(24px + 18 * (100vw / 1920));
  }
  .section-prices__item__main__img img {
    max-width: 36px;
    width: auto;
    height: auto;
    max-height: 40px;
  }
  .section-prices__item__main__img {
    width: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .sectio-prices__item:nth-of-type(2) img,
  .sectio-prices__item:nth-of-type(4) img,
  .sectio-prices__item:nth-of-type(5) img {
    width: 36px;
  }
  .section-prices__item__overlay__header {
    width: 86px;
  }
}
@media screen and (max-width: 600px) {
  .line-above-block::after,
  .line-above-block::before {
    width: 32%;
  }
  .section-main-social__mobile__description__info .s-s-i-inst__fb__line {
    margin: 0 35px;
  }
}
@media screen and (max-width: 560px) {
  .section-description-info__sale-item
    .section-description-info__left__date__left
    p {
    display: none;
  }
  .section-description-info__sale-item
    .section-description-info__left__date__left {
    width: max-content;
    margin-right: 20px;
  }
  body {
    padding-top: 124px;
  }
  #section-pop-up-mobile-menu {
    top: 92.23333px;
  }
  header {
    height: 124px;
  }
  .modal-bg {
    height: calc(100vh - 92.23333px);
  }

  #section-pop-up-mobile-menu {
    height: calc(100vh - 153px);
    height: calc((var(--vh, 1vh) * 100) - 92.23333px);
  }

  .block-mobile-menu::after {
    content: url(img/flower-mobile-menu-560.png);
    width: 292px;
    bottom: 100px;
  }
  .section-main-present__form__checkbox {
    margin-bottom: 30px;
  }
  .section-main-present__bottom__header h4 {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
  .form-submit p,
  .btn-link a,
  .form-submit button,
  .block-input-checkbox label p,
  .section-page-sales__description__title__left h3,
  .section-page-sales__description__title__right h2,
  .section-page-sales__description__title__right p,
  .section-sales__old__title h3,
  .page-sales__old-link .btn-link a,
  .section-page-sales__description__date__mobile p,
  .section-page-sales__description__link a,
  .section-description-info__left__title h3,
  .section-description-info__left__title p,
  .page-sale-item-price__procedure__title h3,
  .section-description-procedure__title h3,
  .swiper-slide_recall__item__name h4,
  .swiper-slide_sale__item__name h4,
  .page-sale-item-price__procedure__price__item h4,
  .page-rezult-test__recomended-title p,
  .page-birthday-title p,
  #form-birthaday .section-all-input input,
  #form-birthaday .section-all-input input::placeholder,
  .form-birthaday__description p,
  .btn__show-more-desc p,
  .page-gift-certificate__description p {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .page-birthday-img,
  #form-birthaday .section-all-input {
    margin-bottom: 30px;
  }
  .page-birthday-title,
  .form-birthaday__description {
    margin-bottom: 45px;
  }
  .page-birthday .line-above-block::before {
    right: 3%;
  }
  .page-birthday .line-above-block::after {
    left: 3%;
  }
  .page-sales__old-link .btn-link {
    width: 100%;
  }
  .section-sales__old__finish,
  .section-sales__old__title {
    margin-bottom: 20px;
  }
  .page-sales__old-item {
    margin-bottom: 40px;
  }
  .block-input-checkbox::after {
    top: 18px;
  }
  .block-input-checkbox input[type="checkbox"]:checked + p::before,
  .block-input-checkbox input[type="radio"]:checked + p::before {
    left: 2.5px;
    top: calc(50% - 4.5px);
  }
  #main-get-present
    .block-input-checkbox
    input[type="checkbox"]:checked
    + p::before,
  #main-get-present
    .block-input-checkbox
    input[type="radio"]:checked
    + p::before {
    left: 3px;
    top: calc(50% - 5px);
  }
  .btn-in-header {
    width: 60px;
    height: 60px;
  }
  .btn-open-mobile-menu__wrapprer {
    width: 30px;
    height: 20px;
  }
  .section-main-present__header__title__mobile h3 {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .section-main-present__bottom__header h4,
  .swiper-slide_recall__item__name h4,
  .swiper-slide_sale__item__name h4,
  .swiper-slide_recall__item__user-text p,
  .swiper-slide_sale__item__description p,
  .swiper-slider-finish-sale__time p,
  .page-sale-item-price__procedure__price__item h4 {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .btn-open-mobile-call img {
    width: 35px;
  }
  .header__logo img {
    width: 138px;
  }
  .style-label-for-checkbox-all {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .style-label-for-checkbox-all::after {
    top: 4px;
  }
  .style-label-for-checkbox-all input[type="checkbox"]:checked + p::before {
    top: 7px;
  }
  .style-label-for-checkbox-all a {
    margin-left: 30px;
  }
  .section-modal-number__phone {
    flex-direction: column;
  }
  .section-modal-number__phone__line-bg {
    width: 10%;
    height: 1px;
    background-color: #3a1551;
    margin: 20px 0;
  }
  .section-modal-number__phone__line-bg > span {
    display: none;
  }
  .form-submit {
    width: 95%;
  }
  .modal-all-header__left__title h3 {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .section-all-input label,
  .section-all-input input,
  .section-all-input label,
  .section-all-input input::placeholder,
  .style-label-for-checkbox-all label p,
  .style-label-for-checkbox-all a,
  .section-modal-number__phone a {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .form-submit p,
  .btn-link a,
  .form-submit button {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
  .section-modal-number__title p {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .style-label-for-checkbox-all input[type="checkbox"]:checked + p::before {
    width: 8px;
    height: 8px;
    top: 5px;
    left: 3px;
  }
  .style-label-for-checkbox-all::after {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .section-all-select-date .section-all-select-date__day,
  .section-all-select-date .section-all-select-date__month {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-all-select-date__year,
  .section-all-select-time {
    width: 100%;
  }
  .section-all-select-date {
    flex-direction: column;
  }
  .block-btn-mobile-recordering-online {
    width: 110px;
    height: 65px;
  }
  #section-main-slider .swiper-slide p {
    width: calc(100% - 120px) !important;
    margin: 0 0 0 auto !important;
  }
  .block-btn-mobile-recordering-online__wrapper p {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  #section-main-slider .swiper-slide h2 {
    font-size: calc(16px + 10 * (100vw / 1920));
  }
  #section-main-slider .swiper-slide p,
  #section-main-slider .swiper-slide a {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .line-above-block::after,
  .line-above-block::before {
    width: 31%;
  }
  .section-main-social__mobile__title {
    margin-bottom: 200px;
  }
  .section-main-social__mobile__description__img {
    margin-top: -140px;
  }
  .section-main-social__mobile__wrapper {
    padding-top: 70px;
  }
  .section-main-present {
    padding: 140px 0 70px 0;
  }
  .section-main-present__img img {
    margin-top: -93px;
  }
  .swiper-slide_recall__item__img {
    width: 245px;
    height: 245px;
  }
  .section-main-recall-social__title,
  .section-main-sale__title {
    margin-bottom: 220px;
  }
  .swiper-slide_recall__item__icon,
  .swiper-slide_recall__item__name,
  .swiper-slide_sale__item__name,
  .swiper-slide_sale__item__time {
    width: 94%;
  }
  .section-page-sales__img-right__right {
    padding: 0 0 15px 0;
  }
  .section-page-sales__description__date-time {
    padding: 15px 0;
  }
  .section-page-sales__img-right__right {
    padding-bottom: 0;
  }
  .section-page-sales__img-right__right,
  .section-page-sales__description__date-time,
  .section-page-sales__description__title {
    margin-bottom: 30px;
  }
  .page-sales__time__mobile__time-title p,
  .page-sales__time__mobile__count__title {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .page-gift__tabs__nav__description__item p,
  .page-gift__tabs__nav__description__item ul li,
  .page-gift__tabs__nav p {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .watch-more-info__img {
    margin-right: 30px;
  }
  .watch-more-info__img img {
    width: 65px;
    height: 65px;
  }
  .section-page-sales__description__time__wrapper img,
  .page-sales__time__mobile__count img {
    width: 35px;
    height: 35px;
  }
  .mobile-img-for-title img {
    width: 35px;
    height: 35.16px;
  }
  .section-page-sales__description__title__left {
    flex-grow: 1;
  }
  .page-sales__line-count {
    width: 15px;
  }
  .section-page-sales__old {
    padding-top: 60px;
  }
  .link__other-sales .btn-link {
    width: 100%;
  }
  .page-sale-item-count .section-page-sales__description__title__left > div {
    justify-content: flex-end;
  }
  .page-sale-item-count .section-page-sales__description__title__left h3 {
    width: max-content;
  }
  .page-sale-item-count__item .section-page-sales__description__title__right p {
    text-align: left;
  }
  .page-sale-item-count__item {
    border-bottom: none;
    padding: 0 0 20px 0;
  }
  .page-sale-item-count__item:last-of-type {
    padding: 0;
  }
  .page-sale-item-count__wrapper {
    padding: 50px 0;
  }
  .page-service-form__description {
    margin-bottom: 40px;
  }
  .section-about-advantages__item {
    width: calc(50vw - 40px);
    height: calc(50vw - 40px);
    margin-right: 40px;
  }
  .section-about-advantages__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .section-about-advantages__item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .section-license__title {
    margin-bottom: 180px;
  }
  .section-license__items__mobile__wrapper {
    margin-top: -100px;
  }
  .title__level_2__mobile h3,
  .mobile__main__txt p,
  .section-preparate__title .section-all-title-h2 h2,
  .section-license__title .section-all-title-h2 h2,
  .page-service-form__title h3 {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .page-service-form__description p {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .price-item__overlay__header__item p + p,
  .page-service-price__table-h .page-service-price__table__item p + p {
    font-size: 10px;
  }
  .price-item__overlay__header__item p,
  .page-service-price__table-h .page-service-price__table__item p {
    font-size: calc(10px + 2 * (100vw / 1920));
  }
  .price-item__title h4,
  .price-item__overlay__body__item__part__title p,
  .page-service-desckription__title__item h3,
  .page-service-price__description__title h2,
  .service-price__item-title p {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .price-item__overlay__body__item__part__other p,
  .service-answer-question__item__header h4,
  .price-item__title h4,
  .service-price__item-cost p,
  .service-price__item-cost_sale p,
  .page-service-price__link-more__btn__unicu-more button,
  .section-contact__info__top__item__text p,
  .section-contact__info__top__item__text a {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .page-service-recomend__service__item__title h3,
  .page-rezult-test__title h3 {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
  .page-rezult-test__recomended-link a {
    font-size: calc(16px + 2 * (100vw / 1920));
    padding: 15px 0;
  }
  .page-rezult-test__recomended-link {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 0;
  }
  .service-answer-question__item__overlay__wrapper p {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .price-item__overlay__body__item,
  .price-item__overlay__header {
    padding: 10px 0;
  }
  .btn-price-item-prev,
  .btn-price-item-next {
    width: 30px;
  }
  .price-item__overlay__header__item,
  .price-item__overlay__body__item__part {
    width: 40%;
  }
  .price-item-scroll {
    width: calc(50% - 40px);
  }
  .price-item-scroll.price-item__overlay__body__item__part,
  .service-price__item-cost p,
  .service-price__item-cost_sale p,
  .page-service-price__link-more__btn__unicu-more button {
    margin-left: 20px;
    margin-right: 20px;
  }
  .price-item-scroll {
    padding: 0 10px;
  }
  .btn-price-item-prev::before,
  .btn-price-item-prev::after,
  .btn-price-item-next::before,
  .btn-price-item-next::after,
  .btn-price-item-prev,
  .btn-price-item-next {
    width: 20px;
  }
  .round-btn__more button {
    width: 82px;
    height: 82px;
  }
  .round-btn__more p {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .service-item__main__title__mobile__title h3,
  .section-description-info__item-service
    .section-description-info__left__title
    p,
  .special-offer__price h3,
  .page-service-desckription__text__item p,
  .section-page-sales__description__link button,
  .s-r__r-img__d__t_left__name p,
  .s-r__r-img__d__t_right__date p,
  .page-reacall-all__description p,
  .section-contact__info__top__item__title h3,
  .page-rezult-test__description p {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .s-r__r-img__d__t_left__social img {
    width: 25px;
    height: 25px;
  }
  .s-r__r-img__d__t_right__img img {
    width: 28px;
    height: 28px;
  }
  .special-offer p {
    font-size: 10px;
  }
  .special-offer img {
    width: 9px;
    height: 9px;
  }
  .special-offer__link a {
    font-size: calc(10px + 2 * (100vw / 1920));
  }
  .special-offer {
    margin-bottom: 10px;
  }
  .section-description__service__bottom__left {
    padding-bottom: 10px;
  }
  .page-service-price__link-more__btn__unicu-more button::after,
  .page-service-price__link-more__btn__unicu-more button::before {
    width: 15px;
  }
  .page-service-price__link-more__btn__unicu-more button::before {
    left: calc(50% - 15px);
  }
  .page-service-price__link-more__btn__unicu-more button {
    margin-bottom: 40px;
  }
  .section-description-info__left__date__right {
    flex-grow: 1;
  }
  .section-contact__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-contact__info__mobile {
    width: 100%;
  }
  .section-contact__map {
    width: 100%;
    height: 40vh;
  }
  .section-contact__info__top__item {
    margin-bottom: 40px;
  }
  .section-contact__info__top__item::before {
    top: 11px;
  }
  .page-rezult-test__description.block-triangle-sale::after {
    left: calc(50% - 30px);
    border: 30px solid transparent;
    border-top: 30px solid #ffffff;
  }
  .block-triangle-bithday::after {
    left: calc(50% - 30px);
    border: 30px solid transparent;
    border-top: 30px solid #e1e8ff;
  }
  .step-item__for__modal__left {
    margin-right: 20px;
  }
  .modal-step__cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .line-for-cell-span {
    display: none;
  }
  .step-item__for__modal__right {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .sectio-test__h4 h4,
  .swiper-slide__test-main__title h2 {
    font-size: 16px;
  }
  .section-test-start__description .section-page-sales__description__time p,
  .section-test_-txt p {
    font-size: 14px;
  }
  .section-test__title h2,
  .swiper-slide__test-main__left p {
    font-size: 28px;
  }
  .section-test__title {
    margin-bottom: 25px;
  }
  .sectio-test__h4 {
    margin-bottom: 40px;
  }
  .section-test-start {
    margin-bottom: 60px;
  }
  .swiper-slide__test-wrapper .block-input-checkbox::after {
    top: 29px;
  }
  .swiper-slide__test-wrapper
    .block-input-checkbox
    input[type="checkbox"]:checked
    + p::before,
  .swiper-slide__test-wrapper
    .block-input-checkbox
    input[type="radio"]:checked
    + p::before {
    top: 32px;
    left: 3px;
  }
  .swiper-slide__test-main__title {
    border-bottom: 15px;
  }
  .swiper-slide__test-main__left {
    padding-bottom: 60px;
  }
  .swiper-slide__test-main__left::after {
    height: 20px;
    bottom: 20px;
  }
  .swiper-slide__test-item {
    margin-bottom: 30px;
  }
  #slider-page-test {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .block-triangle-all-big::after {
    left: calc(50% - 69px);
    border: 69px solid transparent;
    border-top: 69px solid #ffffff;
  }
  .page-sales__old-item .block-triangle-sale::after {
    left: calc(50% - 69px);
    border: 69px solid transparent;
    border-top: 69px solid #e1e8ff;
  }
  .section-main-social__mobile__description__info .s-s-i-inst__fb__line {
    margin: 0 20px;
  }
  .section-prices__item__main h4 {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .section-prices__item__overlay__description ul li a {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  .section-prices__item__overlay__description ul li::before {
    top: 9px;
  }
  .section-prices__item__main__img {
    padding: calc(10px + 15 * (100vw / 1920)) 10px;
  }
  .section-prices__item__overlay__description {
    width: calc(100% - 56px);
  }
  .section-prices__item__overlay__header {
    width: 56px;
  }
  .section-page-sales__description__time__wrapper img,
  .page-sales__time__mobile__count img {
    width: 30px;
    height: 30px;
  }
  .mobile-img-for-title img {
    width: 30px;
    height: 30.16px;
  }
  .page-sales__time__mobile__time-title p,
  .page-sales__time__mobile__count__title {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .page-gift__tabs__nav__description__item p,
  .page-gift__tabs__nav__description__item ul li,
  .page-gift__tabs__nav p {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .watch-more-info__img img {
    width: 45px;
    height: 45px;
  }
  .watch-more-info__img {
    margin-right: 25px;
  }
  .section-test-start__description .section-page-sales__description__time p,
  .section-test_-txt p {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  .page-my-404__main-img {
    margin-bottom: 25px;
  }
  .page-my-404__main-description {
    margin-bottom: 40px;
  }
  .mobile-title-h2 h2 {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
  .btn-in-header {
    width: 50px;
    height: 50px;
  }
  .header__logo img {
    width: 120px;
  }
  .mobile-header-search-btn-submit img {
    width: 30px;
  }
  .block-mobile-menu__header-nav {
    padding: 25px 15px;
  }
  .modal-all-header__wrapper {
    padding: 20px 15px;
  }
  .mobile-header-search__wrapper {
    padding: 0 0 0 15px;
  }
  .header-container__left {
    padding: 15px;
  }
  .block-btn-mobile-recordering-online {
    left: 15px;
  }
  .mobile-pop-up-menu-footer__adress a {
    padding: 25px 15px 25px 0;
  }
  .mobile-pop-up-menu-footer__facebook img,
  .mobile-pop-up-menu-footer__instagram img {
    width: 30px;
  }
  .block-mobile-menu__header-nav a {
    font-size: calc(16px + 6 * (100vw / 1920));
    padding: 20px;
  }
  .footer-menu-about-us ul li a,
  .footer-menu-our-price ul li a,
  .footer__item-contact__item p,
  .footer__item-contact__item a,
  .footer__item-operating-mode__description__time p,
  .footer__item-operating-mode__description__time p span,
  .footer__all-title h3 {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .title__level_2__mobile h3,
  .section-preparate__title .section-all-title-h2 h2,
  .section-license__title .section-all-title-h2 h2 {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .page-service-form__title h3 {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
  .mobile__main__txt p {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
  .modal-all__section-bottom {
    padding: 45px 10px;
  }
  .btn-open-mobile-call img {
    width: 30px;
  }
  #section-main-slider .swiper-slide h2 {
    font-size: calc(16px + 6 * (100vw / 1920));
  }
  .swiper-slide__container-item__description {
    padding: 0 15px;
  }
  #section-main-slider .swiper-slide p,
  #section-main-slider .swiper-slide a {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
  #section-main-slider .swiper-slide p {
    width: 90%;
  }
  .footer__item-privacy-policy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer__item-privacy-policy__left {
    margin-bottom: 20px;
  }
  .footer__item-privacy-policy__right {
    margin: 0 0 0 auto;
  }
  .block-triangle-all-big::after {
    left: calc(50% - 59px);
    border: 59px solid transparent;
    border-top: 59px solid #ffffff;
  }
  .page-sales__old-item .block-triangle-sale::after {
    left: calc(50% - 59px);
    border: 59px solid transparent;
    border-top: 59px solid #e1e8ff;
  }
  .square-transform-all::before {
    width: 20px;
    height: 20px;
    top: -15px;
    left: calc(50% - 10px);
  }
  .line-above-block::after,
  .line-above-block::before {
    width: 32%;
  }
  .section-main-social__mobile__description__info .s-s-i-inst__fb__line {
    margin: 0 15px;
  }
  .section-main-present__img img {
    margin-top: -64px;
    width: 160px;
  }
  .section-main-price__right__container {
    padding: 100px 0;
  }
  .section-prices__item__btn {
    margin-right: 15px;
  }
  .section-breadcrumb-pagination {
    padding: 25px 15px;
  }
  .section-description-info__left__date__left img {
    width: 20px;
    height: 20px;
  }
  .section-description-info__left__date__right img {
    width: 20px;
    height: auto;
  }
  .section-about-advantages__item {
    width: calc(47vw - 5px);
    height: calc(47vw - 5px);
    margin-right: 10px;
  }
  .section-about-advantages__item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .form-submit p,
  .btn-link a,
  .form-submit button {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
  .page-service-desckription__title__item h3 {
    font-size: 12px;
  }
  .page-service-desckription__title__item {
    margin-right: 10px;
  }
  .page-service-desckription__text {
    padding-top: 20px;
  }
  .section-page-sales__description__date__mobile p {
    font-size: 14px;
  }
  header {
    height: 92.233px;
  }
  body {
    padding-top: 92.23333px;
  }
  .section-test__title h2,
  .swiper-slide__test-main__left p {
    font-size: 24px;
  }
}
@media screen and (max-width: 410px) {
  .page-service-form__about
    .page-service-form__privace-submit
    .style-label-for-checkbox-all {
    flex-direction: column;
  }
  .page-service-form__about
    .page-service-form__privace-submit
    .style-label-for-checkbox-all
    a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 400px) {
  .line-above-block::after,
  .line-above-block::before {
    width: 30%;
  }
  .section-page-sales__description__time__wrapper img,
  .page-sales__time__mobile__count img {
    width: 25px;
    height: 25px;
  }
  .mobile-img-for-title img {
    width: 25px;
    height: 25.16px;
  }
  .page-sales__time__mobile__time-img,
  .page-sales__time__mobile__count__img {
    margin-right: 5px;
  }
  .page-sales__time__mobile__time-title,
  .page-sales__time__mobile__count__title {
    padding-left: 5px;
  }
}
@media screen and (max-width: 370px) {
  .block-triangle-all-big::after {
    left: calc(50% - 40px);
    border: 40px solid transparent;
    border-top: 40px solid #ffffff;
  }
  .page-sales__old-item .block-triangle-sale::after {
    left: calc(50% - 40px);
    border: 40px solid transparent;
    border-top: 40px solid #e1e8ff;
  }
  .line-above-block::after,
  .line-above-block::before {
    width: 35%;
  }
  .section-main-social__mobile__description__info {
    width: 90%;
  }
  .section-prices__item__main h4 {
    padding-left: 15px;
  }
  .price-item__overlay__header__item p + p,
  .page-service-price__table-h .page-service-price__table__item p + p {
    font-size: 8px;
  }
  .s-r__r-img__d__t_left__social img {
    width: 23px;
    height: 23px;
  }
  .s-r__r-img__d__t_right__img img {
    width: 26px;
    height: 26px;
  }
  .special-offer__link a {
    letter-spacing: 0.05em;
  }
  .page-service-desckription__title__item h3 {
    font-size: 10px;
  }
  .section-contact__info__top__item::before {
    top: 9px;
  }
  .sectio-test__h4 h4,
  .swiper-slide__test-main__title h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .watch-more-info__img {
    margin-right: 15px;
  }
  .watch-more-info__img img {
    width: 35px;
    height: 35px;
  }
  .page-sales__line-count {
    width: 10px;
  }
  .s-r__r-img__d__t_left__social img {
    width: 20px;
    height: 20px;
  }
  .s-r__r-img__d__t_right__img img {
    width: 23px;
    height: 23px;
  }
  .section-contact__info__top__item::before {
    top: 8px;
  }
  .sectio-test__h4 h4,
  .swiper-slide__test-main__title h2 {
    font-size: 12px;
  }
}
.item-list-animation {
  -webkit-animation: fadeIn 1s 1;
  animation: fadeIn 1s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: 0.2s linear;
}
.price-item__overlay__body__item:nth-of-type(n
    + 1)::before.item-list-animation:nth-of-type(n + 1),
.price-item__overlay__body__item:nth-of-type(n + 1)::before {
  animation-delay: 0.1s;
}
.item-list-animation:nth-of-type(n + 2),
.price-item__overlay__body__item:nth-of-type(n + 2)::before {
  animation-delay: 0.14s;
}
.item-list-animation:nth-of-type(n + 3),
.price-item__overlay__body__item:nth-of-type(n + 3)::before {
  animation-delay: 0.18s;
}
.item-list-animation:nth-of-type(n + 4),
.price-item__overlay__body__item:nth-of-type(n + 4)::before {
  animation-delay: 0.22s;
}
.item-list-animation:nth-of-type(n + 5),
.price-item__overlay__body__item:nth-of-type(n + 5)::before {
  animation-delay: 0.26s;
}
.item-list-animation:nth-of-type(n + 6),
.price-item__overlay__body__item:nth-of-type(n + 6)::before {
  animation-delay: 0.3s;
}
.item-list-animation:nth-of-type(n + 7),
.price-item__overlay__body__item:nth-of-type(n + 7)::before {
  animation-delay: 0.34s;
}
.item-list-animation:nth-of-type(n + 8),
.price-item__overlay__body__item:nth-of-type(n + 8)::before {
  animation-delay: 0.38s;
}
.item-list-animation:nth-of-type(n + 9),
.price-item__overlay__body__item:nth-of-type(n + 9)::before {
  animation-delay: 0.42s;
}
.item-list-animation:nth-of-type(n + 10),
.price-item__overlay__body__item:nth-of-type(n + 10)::before {
  animation-delay: 0.46s;
}
.item-list-animation:nth-of-type(n + 11),
.price-item__overlay__body__item:nth-of-type(n + 11)::before {
  animation-delay: 0.5s;
}
.item-list-animation:nth-of-type(n + 12),
.price-item__overlay__body__item:nth-of-type(n + 12)::before {
  animation-delay: 0.54s;
}
.item-list-animation:nth-of-type(n + 13),
.price-item__overlay__body__item:nth-of-type(n + 13)::before {
  animation-delay: 0.58s;
}
.item-list-animation:nth-of-type(n + 14),
.price-item__overlay__body__item:nth-of-type(n + 14)::before {
  animation-delay: 0.62s;
}
.item-list-animation:nth-of-type(n + 15),
.price-item__overlay__body__item:nth-of-type(n + 15)::before {
  animation-delay: 0.66s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translatey(-25%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translatey(-25%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}
@-moz-keyframes border__height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-ms-keyframes border__height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes border__height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes border__height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes border__height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes border__width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes border__width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes border__width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border__width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes border__width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes border__width__pop-up {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
@-ms-keyframes border__width__pop-up {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
@-o-keyframes border__width__pop-up {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
@-webkit-keyframes border__width__pop-up {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
@keyframes border__width__pop-up {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
#sales_mobil_loadmore {
  cursor: pointer;
}
.price-item__overlay__header__item p > span {
  font-size: 12px;
}
#recall_display_none {
  cursor: pointer;
}
.recall-display-none {
  display: none;
}
.fp__no-photo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #3a1551;
}
.fp__no-photo img {
  width: 87px;
  height: 87px;
}
#section-pop-up-sent-form {
  visibility: hidden;
  display: none;
}
#form-birthaday .section-all-input p {
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw / 1920));
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d75c71;
}
#form-birthaday .section-all-input {
  border-bottom: 2px solid #3a1551;
  border-bottom-color: rgb(58, 21, 81);
}
div#form-birthaday .form-submit {
  width: 206px;
  margin: 0px auto;
}
.search-in-header__item__img img {
  width: 90px;
  height: 90px;
  margin: 0px auto;
  display: block;
}
.search-in-header__item__description {
  width: 100%;
}
.acf-table-header-cont,
.acf-table-body-cont {
  white-space: pre-line;
}
.dm-content {
  padding: 80px 20px 30px 20px;
}
.search-form-wrap {
  max-width: 768px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.search-form-wrap h1 {
  margin-bottom: 10px;
}
.search-form-wrap > form > div {
  margin-bottom: 45px;
  width: 100%;
  position: relative;
}
.search-form-wrap > form > div > button {
  position: absolute;
  right: 0px;
  background: #3a1551;
  color: #fff;
  border: 1px solid #3a1551;
  padding: 5px 10px;
  cursor: pointer;
}
.dm-search .search-in-header__item {
  max-width: 768px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.search-item-image {
  width: 40%;
  float: left;
}
.search-item-image img {
  width: 90px;
  height: 90px;
  margin: 0px auto;
  display: block;
}
#wpadminbar {
  z-index: 99999999999999;
}

/* custom code */
.search-in-header__item__description {
  display: block;
}
.bage {
  font-size: 10px;
}
@media screen and (max-width: 360px){
	.page-sales__time__mobile__count {
		padding-left: 5%;
	}
}


/*=OS=*/
.os {
	position: fixed;
	right: 78px;
	bottom: 18px;
	border: 6px solid #3a1650;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	background: #3a1650;
	box-shadow: 0 0 0 0 #3a1650;
	-webkit-animation: pulse 2.25s infinite cubic-bezier(.66,0,0,1);
	-moz-animation: pulse 2.25s infinite cubic-bezier(.66,0,0,1);
	-ms-animation: pulse 2.25s infinite cubic-bezier(.66,0,0,1);
	animation: pulse 2.25s infinite cubic-bezier(.66,0,0,1);
	box-sizing: border-box;
	z-index:998;
}
.os:hover,.os:active{
	cursor:pointer;
}
.icons-line {
	width: 60px;
	overflow: hidden;
	height: 60px;
	white-space: nowrap;
	border-radius: 50%;
}
.icons-line span {
	display: inline-block;
	text-align: center;
	line-height: 0;
}
.icons-line span:first-child{
	animation: slide 4s infinite cubic-bezier(.66,0,0,1);
}
.icons-line svg {
	height: 36px;
	width: 36px;
	margin: 12px;
}
.icons-line svg path {
	color: #fff;
}
@-webkit-keyframes pulse {to {border:box-shadow: 0 0 0 16px #3a165000;}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 16px #3a165000;}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 16px #3a165000;}}
@keyframes pulse {to {box-shadow: 0 0 0 16px #3a165000;}}
@keyframes slide {
	0%
	{
		margin-left:0%;
	}
	17%
	{
		margin-left:0%;
	}
	20%
	{
		margin-left:-100%;
	}
	37%
	{
		margin-left:-100%;
	}
	40%
	{
		margin-left:-200%;
	}
	57%
	{
		margin-left:-200%;
	}
	60%
	{
		margin-left:-300%;
	}
	77%
	{
		margin-left:-300%;
	}
	80%
	{
		margin-left:-400%;
	}
	100%
	{
		margin-left:-400%;
	}
}

.allcont {
	position: fixed;
	width: 250px;
	height: 135px;
	right: 24px;
	bottom: 96px;
	box-shadow: 0 0 12px;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	z-index:999;
}
.os.active + * + .allcont,.os.active + .allcont{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.os.active .os-inner:before {
	content: "+";
	width: 60px;
	height: 60px;
	display: block;
	color: #fff;
	font: 96px/54px "Open Sans", sans-serif;
	transform: rotate(45deg);
	text-align: center;
	margin: 0 24px 24px 0;
}
.allcont-inner a {
	display: block;
	padding: 16px 6px 16px 42px;
	font: 700 14px/16px "Open Sans", sans-serif;
	color: #3a1650;
	position: relative;
	margin: 3px 0;
}
.allcont-inner a:hover,.allcont-inner a:active{
	background:#f1f4fe;
}
.allcont-inner a:after {
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	left: 6px;
	top: 12px;
	background: #fff;
}
.allcont-inner a:before {
	display: block;
	width: 36px;
	height: 36px;
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background: #3a1650;
	border-radius: 50%;
}
.os.active + * + .allcont a.tg:after,.os.active + .allcont a.tg:after{
	-webkit-mask-image: url(/img/tg.svg);
    mask-image: url(/img/tg.svg);
}
.os.active + * + .allcont a.wa:after,.os.active + .allcont a.wa:after{
	-webkit-mask-image: url(/img/wa.svg);
    mask-image: url(/img/wa.svg);
}
.os.active + * + .allcont a.mailto:after,.os.active + .allcont a.mailto:after{
	-webkit-mask-image: url(/img/mail.svg);
    mask-image: url(/img/mail.svg);
}
.os.active + * + .allcont a.cr:after,.os.active + .allcont a.cr:after{
	-webkit-mask-image: url(/img/phone.svg);
    mask-image: url(/img/phone.svg);
}
@media all and (max-width:1023px){
	.os {
		right: 18px;
		left: unset;
	}
	.allcont {
		right: unset;
		left: 52px;
	}
}