@charset "UTF-8";
a:active,
a:hover,
a {
  text-decoration: none !important; }

a {
  color: #000 !important;
  text-decoration: none; }

button:active,
button:hover,
button:focus,
button {
  outline: none !important;
  border: none; }
/*body .d-none {
 display: none !important;
}*/
.chromeperfectpixel-overlay {
  width: 100% !important;
  height: 100% !important; }

html {
  scroll-behavior: smooth;
}

body {
  font-family: Cyntho Next; }

.header {
  position: fixed;
  width: calc(100% - 30px);
  top: 0;
  left: 0;
  z-index: 50;
  padding: 15px; }

.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.header__body {
  width: 100%;
  position: relative;
  display: flex;
  max-width: 1655px;
  height: 60px;
  align-items: center;
  z-index: 3;
  margin: 0 auto;
  justify-content: space-between; }

.header__logo {
  z-index: 3;
  width: 22%; }
.header__logo img {
  max-width: 100%; }

.header__burger {
  display: none; }

.header__menu {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 1214px; }

.header__list {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  align-items: center;
  max-width: 1200px;
  justify-content: space-between; }



.header__list li {
  margin: 0 5px;
  position: relative;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  color: #292929 !important;
  white-space: nowrap;
  transition: 0.5s; }
.header__list li a {
  cursor: pointer; }

.header__list li {
  margin: 0 5px;
  position: relative;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  color: #292929 !important;
  white-space: nowrap;
  transition: 0.5s; }
.header__list li a {
  cursor: pointer; }

.header__link:before {
  content: "";
  border: 0.8px solid #292929;
  box-sizing: border-box;
  border-radius: 6px;
  width: 152%;
  height: 101%;
  position: absolute;
  bottom: 12%;
  right: -28%;
  opacity: 0;
  transition: 1s; }

.header__link:after {
  content: "";
  box-sizing: border-box;
  border-radius: 6px;
  width: 149%;
  height: 101%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  right: -34%;
  background: #A25290;
  z-index: -1;
  transition: 1s; }

#menu-header li:hover {
  transition: 1s; }
#menu-header li:hover a {
  color: #FFFFFF !important;
  transition: 1s; }
#menu-header li:hover .header__link:before {
  transition: 1s;
  opacity: 1; }
#menu-header li:hover .header__link:after {
  transition: 1s;
  opacity: 1; }

.header__icons {
  display: flex;
  margin-left: 2%;
}
.header__icons li {
  transition: 1s;
  margin: 0 8px;
  list-style-type: none;
  /* Убираем маркеры */ }
.header__icons li:hover {
  transition: 1s;

}
.header__icons li {
  color: #292929 !important;
   }
.header__icons li a {
  color: #292929 !important;
}
.header__icons li:hover  {
  color: #292929 !important;
}
.header__icons li:hover a  {
  color: #292929 !important;
}
#menu-header .header__icons li:hover a {
  color: #292929 !important;
  transition: 1s;
}
.header__icons li a {
  max-width: 26px;
  transition: 1s;
}
.header__icons li a:hover {
  transition: 1s;
  max-width: 122px;
}
.phone {
display: flex;
  transition: 1s;
}
.header__list li:nth-child(1) span {
  display: block;
  width: 0;
  overflow: hidden;
  /*opacity: 0;*/
  transition: 1s;
}

.phone img {
  object-fit: contain;
}

.phone:hover>.phones {

}
.header__icons .header__list li:nth-child(1):hover .phones {
  /*display: block;*/
  width: 100%;
  /*opacity: 1;*/
  transition: 1s;
}
.header__icons .header__list li:nth-child(3):hover .phones {
  font-weight: 600;
  color: #292929 !important;
  transition: 1s;
}

@media (max-width: 1200px) {

  .header {
    width: 100%;
    padding: 0;
    max-width: 100%; }
  .header__body {
    width: 90%;
    height: 50px;
    padding: 30px 5px 0 5px; }
  .header__logo {
    width: 98px; }
  .header__logo img {
    width: 80%;
    height: auto;
    padding-bottom: 15px; }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3; }
  .header__burger:before,
  .header__burger:after {
    content: '';
    background-color: black;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0; }
  .header__burger:before {
    top: 0;
    transition: all 0.6s ease 0s; }
  .header__burger:after {
    bottom: 0;
    transition: all 0.6s ease 0s; }
  .header__burger span {
    background-color: black;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    transition: all 0.6s ease 0s; }
  .header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
    transition: all 0.6s ease 0s; }
  .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
    transition: all 0.6s ease 0s; }
  .header__burger.active span {
    transform: scale(0);
    transition: all 0.6s ease 0s; }
  .header__menu {
    position: fixed;
    margin: 0 auto;
    top: 0;
    left: -100%;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    overflow: auto;
    transition: all 1.6s ease 0s; }
  .header__menu.active {
    left: 0;
    transition: all 1.6s ease 0s; }
  .header__list {
    background: #A25290 !important;
    opacity: 0.92;
    display: block;
    margin: 79px 0 0 0;
    width: 100%; }
  .header__list li {
    padding: 15px 0 10px 0;
    text-align: center;
    margin: 0 0 0 0 !important;
    color: #FFFFFF !important; }
  .header__list a {
    color: #FFFFFF !important;}
  .header__list li a:before, .header__list li a:after {
    display: none; }
  .header__icons {
    top: 3.5%;
    position: fixed;
    justify-content: space-around;
    display: flex;
    width: 45%;
    margin: 0 auto;
    left: 35%; }
  .header__icons li {
    color: #292929 !important;
    padding: 0; }
  .header__icons .header__list a {
    color: #292929 !important;
  }
  .header__icons .header__list {
    background: inherit !important;
    opacity: 1;
    display: flex;
    margin: 0;
    padding: 0; } }

.color {
  background-color: #FFFFFF; }
#sm-scan-iframe {
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 90px;
}
/* #sm-scan-iframe.active {
  display: initial;
} */
.modal__wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 49;
  background-color: rgba(162, 82, 144, 0.73);
}
.modal__wrapper.not-active {
  display: none;
}
.modal__container {
  width: 90%;
  max-width: 530px;
  min-height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal {
  min-height: inherit;
  border: 0;
  border-radius: 30px;
  padding: 31px;
  box-sizing: border-box;
  background-color: #FFF;
}
.modal__close {
  margin-bottom: 21px;
  width: 100%;
}
.modal__close .close {
  width: 22px;
  height: 22px;
  margin-left: auto;
  cursor: pointer;
}
.modal__content {
  position: relative;
  z-index: 1;
}
.modal__title {
  margin-bottom: 22px;
}
.modal__title h2 {
  text-align: center;
  max-width: 401px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 36px;
  color: #292929;
}
.modal__button .practice__button.smilemate {
  max-width: 250px;
  margin: 0 auto;
}



.hero {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column; }

.info__container {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column; }

.video__wrap {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  width: 100%; }
.sound {
  position: absolute;
  bottom: 15%;
  left: 20%;
  z-index: 10000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../img/soundoff.png") no-repeat center;
  cursor: pointer;
}
.sound.active {
  background: url("../img/soundon.png") no-repeat center;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
.hero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hero__info {
  position: absolute;
  bottom: 0;
  right: 14%;
  width: 72%;
  height: 15%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 67px 67px 0 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.hero__container {
  max-width: 1250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around; }

.hero__item {
  max-width: 335px;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #292929;
  padding: 0 50px; }
.hero__item img {
  padding-right: 10px; }
@media (max-width: 1600px) {
  .hero__info {
    right: 11%;
    width: 80%;
  }

  .hero__item {
    font-size: 12px;}
}

@media (max-width: 1200px) {
  /*.sound {*/
  /*  left: 6%;*/
  /*}*/
  .hero {
    padding-top: 0; }
  .hero__info {
    position: static;
    width: 100%;
    height: 150px; }
  .hero__container {
    width: 100%;
    height: 100%; }
  .hero__item {
    max-width: 335px;
    font-size: 12px;
    text-align: center; } }
@media (max-width: 991px) {
  .hero {
    padding-top: 80px; } }

.info {
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  position: relative; }

.info__block {
  position: relative;
  padding-bottom: 45px;
  display: flex;
  max-width: 1710px;
  align-items: center;
  justify-content: space-between;
  padding-right: 160px; }

.info__block .info__logo:before {
  content: "";
  position: absolute;
  width: 104%;
  height: 101%;
  left: -2%;
  top: 5%;
  border: 1px solid #292929;
  border-radius: 6%;
  z-index: -1; }




.info__block:nth-child(2) {
  flex-direction: row-reverse;
  padding-top: 50px;
  padding-right: 0;
  padding-left: 20px;
  align-self: flex-end; }
.info__block:nth-child(2) .info__logo:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 84%;
  left: 5%;
  top: 23%;
  border: 1px solid #292929;
  border-radius: 30px;
  z-index: -1; }
.info__block:nth-child(2) .info__description {
  max-width: 575px;
  margin-right: 107px;
}
.info__block:nth-child(2) p {
 width: 100%;
}

.info__block p {
  padding-top: 23px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #292929;
  width: 67%; }

.info__block strong {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  color: #292929; }

.info__description {
  max-width: 885px;
  margin-top: 20px;
  padding: 0 0 0 30px; }

.info__logo {

  position: relative;
  height: 100%;
}
.info__logo img {
  object-fit: cover;
  max-width: 945px;
  max-height: 400px;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
}


.info__item {
  position: absolute;
  bottom: 100%;
  left: 58%; }
.info__item img {
  width: 100%;
  height: auto; }
.info__square_green {
  position: absolute;
  top: 0;
  right: 0;
  width: 142px;
  height: 142px;
  background: #67C260;
  border-radius: 15px; }

.info__square_green:before {
  content: "";
  position: absolute;
  top: 11%;
  right: 10%;
  width: 142px;
  height: 142px;
  border: 1px solid #292929;
  border-radius: 15px;
  z-index: -1; }

.info__square_blue {
  position: absolute;
  top: 95%;
  left: -2%;
  width: 314px;
  height: 314px;
  background: #44BAC9;
  border-radius: 15px; }

.info__square_blue:before {
  content: "";
  position: absolute;
  top: 9%;
  left: 10%;
  width: 316px;
  height: 314px;
  border: 1px solid #292929;
  border-radius: 15px;
  z-index: -1; }

@media (max-width: 1200px) {
  .info {
    padding-top: 30px;
  }
  .info__block {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 50px; }
  .info__description {
    text-align: center;
    margin-top: 50px;
    padding: 0; }
  .info__block strong {
    font-size: 25px; }
  .info__block p {
    margin: 0 auto;
    padding-top: 23px;
    width: 85%; }
  .info__block:nth-child(2) {
    flex-direction: row-reverse;
    padding: 40px 50px 0 50px; }
  .info__block:nth-child(2) .info__logo:before {
    width: 104%;
    height: 82%;
    left: -2%;
    top: 21%;
    border-radius: 37px; }
  .info__block:nth-child(2) .info__description {
    margin-right: 0;
  }
  .info__item {
    display: none; }
  .info__square_green, .info__square_blue {
    display: none; } }

@media (max-width: 991px) {

}
@media (max-width: 567px) {
  .info__block {
    padding: 0 20px; }
  .info__block strong {
    font-weight: 700;
    font-size: 15px;
    line-height: 30px; }
  .info__block p {
    width: 100%;
    font-size: 14px;
    line-height: 30px; }
  .info__block:nth-child(2) {
    padding: 50px 20px 0 20px; }
  .info__block:nth-child(2) .info__logo:before {
    border-radius: 20px; } }

.practice {
  width: 100%;
  position: relative;
  padding-top: 220px;
  padding-bottom: 50%;
  overflow: hidden; }

.practice__title {
  left: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  position: relative;
  padding-bottom: 25%; }

.practice__title:before {
  content: "";
  position: absolute;
  top: -4%;
  left: -48%;
  width: 60px;
  height: 59px;
  background: #67C260;
  border-radius: 6px; }

.practice__title:after {
  content: "";
  position: absolute;
  top: -7%;
  left: -60%;
  width: 60px;
  height: 59px;
  border: 1px solid #292929;
  box-sizing: border-box;
  border-radius: 6px; }

.practice__line {
  position: absolute;
  left: 0;
  top: 37%; }
.practice__line img {
  max-width: 100%; }

.practice__container {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  padding: 200px 0 0 0; }

.practice__card {
  display: flex;
  max-width: 610px;
  z-index: 1;
  width: 32%; }

.practice__logo {
  width: 41%; }
.practice__logo img {
  width: 100%;
  height: auto;
  border-radius: 20px; }

.practice__card:nth-child(1) {
  position: absolute;
  top: 27.5%;
  left: 29.9%; }

.practice__card:nth-child(2) {
  position: absolute;
  left: 63.3%;
  top: 27.5%; }

.practice__card:nth-child(3) {
  position: absolute;
  top: 70%;
  left: 9.9%; }

.practice__card:nth-child(4) {
  position: absolute;
  top: 70%;
  left: 43.3%; }
.practice__card:nth-child(4) .practice__text {
  padding: 0 0 0 12%; }

.practice__text {
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  justify-content: start;

}

.practice__header {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #292929; }

.practice__description {
  padding-top: 25PX;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #292929;
  padding-bottom: 10px; }

.practice__text .practice__button {
  display: none !important;
}

.practice__button {
  display: block;
  transition: 1s;
  background-color: white;
  padding: 20px;
  height: 22%;
  width: 80%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #292929;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center; }

.practice__button:before {
  transition: 1s;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 110%;
  background: #A25290;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid #292929; }

.practice__card .practice__button:hover {
  border: 1px solid #292929;
  color: #FFFFFF;
  background: #A25290;
  transition: 1s; }
.practice__card .practice__button:hover:before {
  background: #FFFFFF;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  transition: 1s; }

@media (max-width: 1620px) {
  .practice__card:nth-child(1) {
    top: 24%; }
  .practice__card:nth-child(2) {
    top: 25.5%; } }

@media (max-width: 1400px) {
  .practice {
    padding-bottom: 0; }
  .practice__card {
    margin: 0 auto;
    width: 45%;
    padding-bottom: 70px; }
  .practice__card:nth-child(1) {
    position: static; }
  .practice__card:nth-child(2) {
    position: static; }
  .practice__card:nth-child(3) {
    position: static; }
  .practice__card:nth-child(4) {
    position: static; }
  .practice__line {
    display: none; }
  .practice__logo {
    width: unset; }
  .practice__text {
    padding: 0 0 0 12%; }
  .practice__header {
    font-size: 19px; }
  .practice__description {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .practice {
    padding-top: 70px; }
  .practice__container {
    padding: 130px 0 0 0; }
  .practice__text {
    padding: 0 0 0 5%;
    width: 45%; }
  .practice__header {
    font-size: 15px;
    font-weight: 700; }
  .practice__description {
    font-size: 13px; } }

@media (max-width: 991px) {
  .practice__card {
    width: 75%; }
  .practice__header {
    font-size: 19px; }
  .practice__description {
    font-size: 15px; }
  .practice__card:nth-child(4) .practice__text {
    padding: 0 0 0 5%; } }

@media (max-width: 767px) {
  .practice__card {
    width: 90%;
    padding-bottom: 20px;
  }
  .practice__header {
    font-size: 16px; }
  .practice__description {
    font-size: 14px; } }

@media (max-width: 567px) {
  .practice {
    padding-top: 70px; }
  .practice__title {
    left: 40%;
    font-size: 21px; }
  .practice__title:before {
    top: -4%;
    left: -48%;
    width: 48px;
    height: 45px; }
  .practice__title:after {
    top: -17%;
    left: -60%;
    width: 48px;
    height: 45px; }
  .practice__container {
    padding: 90px 0 0 0; }
  .practice__card {
    flex-direction: column;
    width: 80%; }
  .practice__card:nth-child(4) .practice__text {
    padding: 5% 0 0 0; }
  .practice__logo {
    width: 90%;
    margin: 0 auto; }
  .practice__text {
    padding: 5% 0 0 0;
    text-align: center;
    width: 100%; }
  .practice__header {
    font-size: 15px; }
  .practice__description {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 13px; }
  .practice__button {
    margin: 0 auto; } }

.cabinet {
  overflow: hidden;
  background: #A25290;
  max-height: 762px;
  position: relative; }

.cabinet__wrap {
  margin: auto;
  max-height: inherit; }

.cabinet-carousel {
  margin-top: -17px;
  position: relative;
  max-height: inherit; }
.cabinet-carousel .slick-track, .cabinet-carousel .slick-list {
  max-height: inherit; }

.cabinet.cabinet__wrap {
  position: relative; }

.cabinet.slick-slide img {
  width: 100%; }

body .cabinet-carousel .slick-slide > div {
  margin: 0 auto;
  width: 62%; }

.cabinet-carousel .img__wrap {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block; }

.cabinet-carousel .img__wrap:after {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  padding: 0 0 100%;
  display: block; }

.cabinet-carousel .img__wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 50%; }

body.cabinet .slick-slider .slick-slide {
  display: flex !important;
  align-items: center;
  transition: all .5s;
  z-index: 1 !important; }

body .cabinet .slick-slider .slick-track {
  display: flex;
  align-items: center; }

body .slick-slider .slick-slide.slick-active {
  z-index: 1 !important; }

body .slick-slider .slick-slide {
  z-index: 1 !important;  }

.cabinet-carousel .slick-slide {
  width: 43%; }

.cabinet-carousel .slick-slide:not(.slick-current) div {
  padding: 0 100px; }

.cabinet-left {
  position: absolute;
  top: 32%;
  left: -10%;
  width: 20%; }
.cabinet-left .img__wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block; }
.cabinet-left .item {
  width: 100%; }
.cabinet-left img {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover; }

.cabinet-right {
  position: absolute;
  top: 32%;
  right: -9%;
  width: 20%; }
.cabinet-right .img__wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block; }
.cabinet-right .item {
  width: 100%; }
.cabinet-right img {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover; }

.cabinet-carousel .slick-slide .item {
  justify-content: flex-end;
  display: flex; }

.cabinet-carousel .slick-slide.slick-current + .slick-slide .item {
  justify-content: flex-start;
  display: flex; }

body .cabinet-carousel .slick-slide.slick-current:focus,
body .cabinet-carousel .slick-slide .item:focus,
body .cabinet-carousel .slick-slide .item a:focus {
  outline: none; }

body .cabinet-carousel .slick-slide.slick-current {
  animation: slick-current 1s;
  z-index: 2 !important; }
body .cabinet-carousel .slick-slide.slick-current .img__wrap img {
  object-fit: contain; }

.cabinet-carousel .slick-slide.slick-active {
  transform: scale(1); }

.cabinet-carousel .slick-slide .img__wrap {
  max-width: initial;
  transition: all .5s; }

.cabinet-carousel .slick-slide.slick-active .img__wrap {
  max-width: initial; }

.cabinet-carousel .slick-slide.slick-center .img__wrap {
  max-width: initial; }

@keyframes slick-current {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.cabinet__wrap:before {
  content: '';
  position: absolute;
  width: 85%;
  height: 221%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #FFFFFF;
  z-index: 0;
  left: 7%;
  top: -61%; }

.cabinet__prev {
  position: absolute;
  top: 47%;
  left: 15.7%;
z-index: 3;
}

.cabinet__next {
  position: absolute;
  top: 47%;
  left: 81%;
  z-index: 3;
}

@media (max-width: 1400px) {
  .cabinet__wrap:before {
    width: 88%;
    height: 150%;
    left: 6%;
    top: -18%; } }

@media (max-width: 1199px) {
  .cabinet__wrap:before {
    width: 91%;
    height: 134%;
    left: 4%;
    top: -14%; }
  .cabinet__prev {
    left: 12%; }
  .cabinet__next {
    left: 82%; } }

@media (max-width: 991px) {
  .cabinet__wrap:before {
    width: 89%;
    height: 160%;
    left: 6%;
    top: -31%; } }

@media (max-width: 767px) {
  .cabinet__wrap:before {
    display: none; } }

@media (max-width: 567px) {
  .cabinet__prev {
    left: 0; }
  .cabinet__next, .cabinet__prev {
    display: none; }
  .slick-dots {
    position: absolute;
    bottom: -8%; } }

.staff {
  padding-top: 220px;
  position: relative;
  overflow: hidden; }
.staff .practice__title {
  padding-bottom: 0;
  left: 48%; }
.staff .practice__title:before {
  top: -35%;
  left: -44%; }
.staff .practice__title:after {
  top: -85%;
  left: -56%; }

.staff:before {
  border-radius: 20px;
  content: "";
  position: absolute;
  top: -15px;
  left: 7%;
  width: 1809px;
  height: 140px;
  border: 1px solid #404040;
  box-sizing: border-box;
  z-index: -1; }

.staff__container {
  display: flex;
  padding-top: 150px;
  padding-bottom: 50px;
  align-items: flex-end; }

.staff__card {
  position: relative;
  display: flex;
  flex-direction: column;
  /* flex: 0.1 100%; */
  transition: 0.5s; }

/*.staff__card:hover .staff__logo img {*/
/*  transform: scaleY(1.02);*/
/*  margin-bottom: 2%;*/
/*  transition: 0.5s; }*/
/*.staff__card:hover .staff__header {*/
/*  font-size: 22px; }*/
.staff__card:hover .staff__info {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s; }
.staff__card:hover .staff__button {
  display: block; }

.staff__logo {
  position: relative; }
.staff__logo img {
  width: 100%;
  height: auto; }

.staff__text {
  margin: 0 auto;
  max-width: 219px;
  min-height: 113px; }

.staff__header {
  padding-top: 40px;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #292929;
  position: relative; }

.staff__header:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -20%;
  top: 59%;
  background-color: #44BAC9;
  border-radius: 6px; }

.staff__card:nth-child(2) .staff__header:before {
  background: #67C260 !important; }

.staff__card:nth-child(5) .staff__header:before {
  background: #A25290 !important; }

.staff__card:nth-child(3) .staff__header:before {
  background: #67C260 !important; }

.staff__header:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -22%;
  top: 53%;
  border: 1px solid #292929;
  box-sizing: border-box;
  border-radius: 6px; }

.staff__description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #404040; }

.staff__info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #292929;
  box-sizing: border-box;
  border-radius: 20px;
  transition: 0.5s;
  display: flex;
  align-items: center; }
.staff__info ul * {
  padding-bottom: 6%;
  width: 80%;
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #292929; }

.staff__button {
  display: none;
  position: absolute;
  top: 49%;
  left: 45%; }
.staff__button button {
  width: 66px;
  height: 66px;
  background: #A25290;
  border: 2px solid #292929;
  box-sizing: border-box;
  border-radius: 50%; }
.staff__button button span {
  font-size: 53px; }

.staff__button:hover button {
  cursor: pointer; }

.staff__modal {
  display: none;
  position: fixed;
  z-index: 1;
  /* left: -5000px; */
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(229,229,229, 0.7);
  transition: 0.5s; }
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 62px;
}
.staff__content {
  transition: 0.5s;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 70%;
  background-color: #FFFFFF;
  margin: 0 auto;
  top: 16%;
  border: 1px solid black;
  display: flex;
  border-radius: 30px; }
.staff__content .staff__button {
  display: none;
  top: 32%;
  left: 35%; }
.staff__content .staff__button span {
  line-height: 35px; }

#staff__close {
  color: black;
  position: absolute;
  top: 4%;
  right: 3%;
  font-size: 28px;
  font-weight: bold;
  z-index: 1; }

#staff__close:hover {
  cursor: pointer; }

#staff__close:before {
  content: "";
  position: absolute;
  top: -14%;
  right: -76%;
  width: 42px;
  height: 42px;
  background: #A25290;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: -1;

}

.staff__left {
  width: 40%;
  max-width: 561px; }
.staff__left img {
  width: 100%;
  height: auto;
  border-radius: 30px; }

.staff__right {
  margin: 0 auto;
  width: 43%; }
.staff__right .staff__header {
  padding: 0; }
.staff__right .staff__header:before {
  background: #A25290;
  width: 36px;
  height: 36px;
  left: -9%;
  top: 23%; }
.staff__right .staff__header:after {
  width: 36px;
  height: 36px;
  left: -11%;
  top: -6%; }
.staff__right ul {
  padding: 5% 0 0 3%; }
.staff__right li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #292929; }

.staff__item {
  position: absolute;
  top: 9%;
  left: 0; }

@media (max-width: 1600px) {
  .staff__text {
    align-self: flex-end;
    margin: 0;
    padding-right: 5px; }
  .staff__right {
    width: 55%; }
  .staff__right .staff__header {
    text-align: center;
    padding-top: 25px; }
  .staff__right .staff__header:before {
    left: 11%;
    top: 28%; }
  .staff__right .staff__header:after {
    left: 9%;
    top: 14%; }
  .staff__right .staff__description {
    text-align: center; }
  .staff__right ul {
    padding: 1% 0 0 1%; }
  .staff__right li {
    font-size: 14px;
    line-height: 28px; }
  .staff__content {
    top: 15%; }
  .staff__content .staff__button {
    top: 28%;
    left: 31%; } }

@media (max-width: 1400px) {
  .staff__container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 220px;
    padding-bottom: 0;
    align-items: flex-end;
    justify-content: space-around; }
  .staff__text {
    align-self: center;
    padding-right: 0; }
  .staff__card {
    /* width: 31%; */
    flex: none;
    padding-bottom: 80px; }
  .staff__card:nth-child(1) {
    order: 1; }
  .staff__card:nth-child(3) {
    order: 0; }
  .staff__card:hover {
    flex: none; }
  .staff__button {
    top: 44%; } }

@media (max-width: 1199px) {
  .staff:before {
    display: none; }
  .staff__content {
    width: 80%; } }

@media (max-width: 991px) {
  .staff .practice__title {
    left: 44%; }
  .staff__card {
    /* width: 40%; */
    padding: 0 30px 30px 30px; }
  .staff__text {
    align-self: center; }
  .staff__text {
    min-height: 112px; }
  .staff__content {
    margin: 25% auto; }
  .staff__right .staff__header:before {
    left: 6%;
    top: 28%; }
  .staff__right .staff__header:after {
    left: 4%;
    top: 14%; }
  .staff__left {
    align-self: flex-end; }
  .staff__right li {
    font-size: 13px;
    line-height: 20px; }
  .staff__content .staff__button {
    top: 28%;
    left: 28%; }
  .staff__button button {
    width: 55px;
    height: 55px; }
  .staff__button button span {
    font-size: 43px; } }

@media (max-width: 767px) {
  .staff {
    padding-top: 50px; }
  .staff .practice__title {
    left: 40%; }
  .staff__container {
    padding-top: 20px; }
  .staff__header {
    font-size: 22px; }
  .staff__description {
    font-size: 18px; }
  /* .staff__card { */
    /* width: 80%; } */
  .staff__card:nth-child(3) {
    order: -1; }
  .staff__text {
    text-align: center; }
  .staff__header {
    width: fit-content;
    margin: 0 auto; }
  .staff__header:before {
    left: -79%;
    top: 59%; }
  .staff__header:after {
    left: -92%;
    top: 53%; }
  .staff__card:nth-child(3) .staff__header:before {
    left: -50%;
    top: 59%; }
  .staff__card:nth-child(3) .staff__header:after {
    left: -60%;
    top: 53%; }
  .staff__card:nth-child(5) .staff__header:before {
    left: -36%; }
  .staff__card:nth-child(5) .staff__header:after {
    left: -40%; }
  .staff__header {
    font-size: 20px; }
  .staff__description {
    font-size: 16px; }
  .staff__content {
    width: 80%;
    flex-direction: column; }
  .staff__left {
    width: 45%;
    align-self: center;
    padding-top: 20px; }
  .staff__right .staff__header:before {
    left: -24%;
    top: 28%; }
  .staff__right .staff__header:after {
    left: -30%;
    top: 14%; }
  .staff__content .staff__button {
    top: 17%;
    left: 65%; }
  .staff__right {
    width: 85%; }
  .staff__right .staff__header {
    padding-top: 30px; }
  .staff__right ul {
    padding: 3% 0 5% 0;
    width: 90%;
    margin: 0 auto; }
  .staff__right li {
    font-size: 14px; }
  #staff__close {
    top: 2%;
    right: 5%; }
  .staff__button {
    top: 48%;
    left: 47%; }
  .staff__item {
    display: none; } }

@media (max-width: 567px) {
  .staff__info ul * {
    padding-bottom: 0;
    font-size: 13px; }
  .staff__content {
    width: 99%; }
  .staff__left {
    width: 80%; }
  .staff__header {
    font-size: 17px; }
  .staff__description {
    font-size: 15px; }
  /*.staff__header:before {
    left: -32%;
  }
  .staff__header:after {
    left: -35%;
  }*/
  .staff__card:nth-child(4) .staff__header:before {
    left: -38%;
  }
  .staff__card:nth-child(4) .staff__header:after {
    left: -43%;
  }
  .staff__card:nth-child(5) .staff__header:before {
    left: -44%;
  }
  .staff__card:nth-child(5) .staff__header:after {
    left: -51%;
  }
  .staff__card:nth-child(6) .staff__header:before {
    left: -22%;
  }
  .staff__card:nth-child(6) .staff__header:after {
    left: -25%;
  }
  .staff__right .staff__header:after {
    left: -23%;
    top: 28%;
    width: 26px;
    height: 26px; }
  .staff__right .staff__header:before {
    left: -20%;
    top: 39%;
    width: 26px;
    height: 26px; }
  .staff__right ul {
    padding: 5% 0 5% 0;
    width: 100%; }
  .staff__content .staff__button {
    left: 68%; }
  .staff__button {
    top: 42%;
    left: 47%; } }

.tech {
  padding-top: 150px;
  position: relative;
  padding-bottom: 150px;
  overflow: hidden; }
.tech .tech__container {
  position: relative;
  width: 100%; }
.tech .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.tech .progress {
  position: absolute;
  display: block;
  width: 14%;
  height: 1px;
  border-radius: 10px;
  background-color: #f5f5f5;
  top: 74.8%;
  left: 19%; }
.tech .progress-bar {
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 3px;
  display: block;
  background: #FFFFFF;
  border-radius: 2px;
  transition: width .4s ease-in-out; }

.tech__slider .tech__slide .tech__card .tech__left {
    display: none;
}

.tech__slider:before {
  content: "";
  position: absolute;
  width: 59.3%;
  height: 37%;
  left: -126px;
  top: -16%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 30px; }

.tech__slider:after {
  content: "";
  position: absolute;
  width: 975px;
  height: 187px;
  left: 52%;
  bottom: -18%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 30px;
  z-index: -1; }

.tech__slider-left .tech__slide .tech__card .tech__right {
  display: none;
}
.tech__slider-left .tech__slide:nth-child(3) .tech__card .tech__left {
  background: #60CCD9; }

.tech__slider-left .tech__slide:nth-child(3) .tech__card .tech__aside {
  background: #60CCD9; }

.tech__slider-left .tech__slide:nth-child(3) .tech__card .tech__header:before {
  background: #44BAC9; }

.tech__slider-left .tech__slide:nth-child(4) .tech__card .tech__left {
  background: #75CB6E; }

.tech__slider-left .tech__slide:nth-child(4) .tech__card .tech__aside {
  background: #75CB6E; }

.tech__slider-left .tech__slide:nth-child(4) .tech__card .tech__header:before {
  background: #67C260; }

.tech__card {
  display: flex;
  position: relative;
  width: 100%; }

.tech__left {
  background: #A25290;
  width: 44%;
  display: flex;
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center; }

.tech__text {
  display: flex;
  flex-direction: column;
  padding: 0 7% 14% 33%;
  margin: 0 auto;
  text-align: left; }

.tech__title {
  padding: 0 0 3% 0;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF; }

.tech__description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  /*width: 68%; }*/
}
.tech__aside {
  position: absolute;
  top: 19%;
  left: -0;
  width: 194px;
  height: 394px;
  background: #AE5E9D;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform: rotate(180deg); }

.tech__header {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
  margin-top: 86px;
  width: 75%;
  height: 100%;
  webkit-transform: rotate(-270deg);
  moz-transform: rotate(-270deg);
  text-align: center;
  display: inline-block;
  writing-mode: vertical-lr; }

.tech__right {
  width: 56%;
  margin-left: auto; }

.tech__logo {
  position: relative; }
.tech__logo img {
  width: 100%;
  height: auto; }

.tech__label {
  position: absolute;
  top: 82%;
  left: 76%; }
.tech__label img {
  width: 100%;
  height: auto; }

.tech__header:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 19%;
  width: 60px;
  height: 59px;
  background: #A25290;
  border-radius: 6px; }

.tech__header:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 59px;
  top: 9%;
  left: 25%;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 6px; }

.tech__next {
  position: absolute;
  top: 73%;
  left: 36.9%;
  z-index: 2 !important;
  width: 12px !important;
  height: 12px !important; }

.tech__prev {
  position: absolute;
  top: 73%;
  left: 14.3%;
  z-index: 2 !important;
  width: 12px !important;
  height: 12px !important; }

.tech__count {
  display: flex;
  width: 20.4%;
  justify-content: space-between;
  left: 15.5%;
  top: 73%;
  position: absolute;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 28px;
  color: #FFFFFF; }
.tech__count span:nth-child(2) {
  font-size: 22px; }

.tech__slider-left {
  position: absolute;
  top: 0;
  width: 44%;
  height: 100%; }
.tech__slider-left .slick-track {
  height: 100%; }
.tech__slider-left .tech__card {
  height: 100%; }
.tech__slider-left .tech__left {
  width: 100%; }
.tech__slider-left .tech__card {
  position: absolute;
  top: 0;
  height: 100%; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  position: relative;
  padding-bottom: 75%;
  border: none !important; }

@media (max-width: 1800px) {
  .slick-vertical .slick-slide {
    /*padding-bottom: 85%;*/
  }
}

@media (max-width: 1600px) {
  .tech__aside {
    top: 16%;
    width: 140px;
    height: 371px; }
  .tech__header {
    font-size: 23px; }
  .tech__count {
    width: 14.4%;
    left: 16.5%;
    font-size: 27px; }
  .tech .progress {
    position: absolute;
    width: 9%; }
  .tech__next {
    position: absolute;
    top: 72.8%;
    left: 32.7%; }
  .tech__prev {
    position: absolute;
    top: 72.8%;
    left: 14.8%; } }

@media (max-width: 1400px) {
  .tech__text {
    padding: 6% 7% 14% 33%;
  }
  .tech__aside {
    top: 15%;
    width: 113px;
    height: 314px; }
  .tech__header {
    font-size: 19px; }
  .tech__description {
    font-size: 12px;
    width: 90%; }
  .tech__count {
    left: 16.7%;
    top: 84%;
  }
  .tech .progress {
    left: 19.5%;
    top: 87%;
  }
  .tech__next {
    left: 32.3%;
    top: 84.3%;
  }
  .tech__prev {
    left: 14.8%;
    top: 84.3%;
  } }

@media (max-width: 1199px) {
  .tech__aside {
    top: 4%;
    width: 105px;
    height: 273px; }
  .tech__text {
    padding: 11% 7% 14% 28%;
  }
  .tech__title {
    padding: 0px 0 0% 0;
    font-size: 18px;
  }
  .tech__header:before {
    transform: scale(0.7); }
  .tech__header:after {
    transform: scale(0.7); }
  .tech__title {
    padding: 0 0 3% 0;
    font-size: 18px; }
  .tech__description {
    font-size: 12px;
    line-height: 16px;
    }
  .tech .progress {
    left: 19.5%;
    top: 88%;
    width: 9%;
  }
  .tech__count {
    left: 15.7%;
    top: 84%;
    width: 17.4%;
  }
  .tech__next {
    left: 34.3%;
    top: 84.3%; }
  .tech__prev {
    left: 13.8%;
    top: 84.3%; }
}

@media (max-width: 991px) {
  .tech {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tech__card {
    flex-direction: column-reverse; }
  .tech__left {
    width: 100%;
    height: 100%;
  }
  .tech .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-vertical .slick-slide {
    padding-bottom: 45%;
    overflow: hidden;
  }
  .tech__right {
    width: 100%; }
  .tech__aside {
    top: 7%;
    width: 112px;
    height: 273px; }
  .tech__header {
    font-size: 19px; }
  .tech__text {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 20px;
    padding: 0% 16% 12% 17%;
    text-align: center; }
  .tech__title {
    margin: 0 auto;
    padding: 7% 0 3% 0;
    font-size: 22px; }
  .tech__description {
    font-size: 16px;
    margin: 0 auto; }
  .tech .progress {
    top: 92%;
    left: 36%;
    width: 29%; }
  .tech__count {
    left: 30%;
    width: 41%;
    top: 90.5%; }
  .tech__next {
    display: none !important; }
  .tech__prev {
    display: none !important; }
  .tech__slider:before {
    display: none; }
  .tech__slider:after {
    display: none; }
  .tech__slider-left {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%; }
   }

@media (max-width: 767px) {
  .tech__count {
    top: 89.5%;
    left: 33%;
    width: 41%;
  }
  .tech .progress {
    top: 91%;
    left: 42%;
    width: 24%;
  }
  .slick-vertical .slick-slide {
    padding-bottom: 60%;
  }
  .tech__description {
    font-size: 12px;
  }
  .tech__text {
    padding: 0% 4% 12% 13%;
  }
}

@media (max-width: 567px) {
  .tech__card {
    width: 100vw !important; }
  .slick-vertical .slick-slide {
    padding-bottom: 500px;
  }
  .tech__aside {
    left: 0%;
    top: 19.1%;
    width: 93px;
    height: 261px;
  }
  .tech__header:before {
    transform: scale(0.6); }
  .tech__header:after {
    transform: scale(0.6); }
  .tech__text {
      margin: 0;
    padding: 0% 0% 27% 27%;
  }
  .tech__title {
    margin: 0 auto;
    padding: 18% 0 3% 0;
    font-size: 18px; }
  .tech__description {
    font-size: 12px;
    width: 90%;
    margin: 0 auto; }
  .tech__count {
    left: 21%;
    width: 60%;
    top: 86.5%;
   }
  .tech .progress {
    top: 88.5%;
    left: 36%;
    width: 32%; } }

.treatment {
  width: 100%;
  padding-top: 75px;
  overflow: hidden; }
.treatment .practice__title:before {
  background: #A25290; }

.treatment__block {
  width: 100%;
  background-color: #0097BC;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.treatment__card {
  width: 100%;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 30px;
  margin-top: 90px;
  margin-bottom: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 400px;
  flex: 0.1 100%; }

.treatment__card:before {
  content: "";
  position: absolute;
  width: 99%;
  height: 99%;
  left: -3%;
  top: -6%;
  border: 2px solid #292929;
  border-radius: 30px; }

.treatment__info {
  display: flex;
  padding: 0 15px;
  flex-direction: column;
  align-items: center;
}

.treatment__title {
  align-self: flex-start;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 28px;
  color: #292929;
  padding-top: 50px;
  padding-bottom: 15px;
  padding-left: 20px; }

.treatment__card li {
  max-width: 345px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #292929; }

.treatment__card ul {
  padding-bottom: 30px;
  z-index: 1;
}

.treatment__card .practice__button {
  margin-bottom: 50px;
  max-width: 250px;
  /*margin-left: 20px; }*/
}
.treatment__card .practice__button:hover,
.practice__button.smilemate:hover {
  border: 1px solid #292929;
  color: #FFFFFF;
  background: #A25290;
  transition: 1s; }

.treatment__card .practice__button:hover:before,
.practice__button.smilemate:hover:before  {
  background: #FFFFFF;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  transition: 1s; }

.info__block .practice__button.smilemate {
  max-width: 355px;
}

.treatment__left, .treatment__right {
  width: 34%;
  align-self: flex-end;
  flex: 0.1 100%; }
.treatment__left img, .treatment__right img {
  width: 100%;
  height: auto; }

.treatment .treatment__block:nth-child(2) {
  margin-top: 65px; }

.treatment .treatment__block:nth-child(3) {
  background-color: #399100; }

.treatment .treatment__block:nth-child(4) {
  background-color: #9A4C83; }

@media (max-width: 1199px) {
  .treatment__block {
    flex-direction: column; }
  .treatment__left {
    width: auto;
    align-self: center; }
  .treatment__right {
    display: none; }
  .treatment__card {
    margin-top: 25px; }
  .treatment .treatment__block:nth-child(3) .treatment__left {
    padding-left: 14%; } }

@media (max-width: 767px) {
  .treatment__card {
    width: 92%; }
  .treatment__card {
    margin-top: 23px; } }

.show {
  margin-top: 200px;
  width: 100%;
  background: #44BAC9;
  position: relative; }

.show:before {
  content: "";
  position: absolute;
  width: 34%;
  height: 30%;
  top: -14%;
  left: -8%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 30px;
  z-index: -1; }

.show:after {
  content: "";
  position: absolute;
  width: 56%;
  height: 30%;
  bottom: -13%;
  left: -8%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 30px;
  z-index: -1; }

.show__container {
  position: relative;
  margin: 0 auto;
  width: 65%; }

.show__container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url('../img/play.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 100px;
}
.show__container.hide-poster::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.gallery {
  width: 100%;
  margin-top: 150px;
  margin-bottom: 150px; }

.gallery__container {
  width: 100%;
  display: flex;
  justify-content: center; }

.gallery__item {
  flex: 0.1 100%;
  max-width: 320px;
  max-height: 320px;
  margin-top: 50px;
  transition: 0.5s; }
.gallery__item img {
  width: 100%;
  height: auto; }

.gallery__item:hover {
  transform: scale(1.2);
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 20px;
  transition: 0.5s; }
.gallery__item:hover img {
  border-radius: 19px; }

.gallery__item:first-child:hover {
  margin-left: 1.7%; }

.gallery__item:last-child:hover {
  margin-right: 1.7%; }

@media (max-width: 1199px) {
  .gallery__container {
    flex-wrap: wrap; }
  .gallery__item:first-child:hover {
    margin-left: 0; }
  .gallery__item:last-child:hover {
    margin-right: 0; }
  .gallery__item {
    margin: 25px 20px; } }
@media (max-width: 991px) {
  .show__container {
    width: 68%;
  }
  .show {
    margin-top: 70px;
  }
  .gallery {
    margin-bottom: 0;
    margin-top: 75px;
  }
  .show__video {
    padding: 52% 0 0 0 !important;
  }
}

.instagram {
  margin-top: 150px;
  margin-bottom: 150px;
}
#sb_instagram #sbi_images .sbi_item {
  overflow: visible;
}
#sb_instagram #sbi_images .sbi_item:hover {
  z-index: 1;
}
#sb_instagram .sbi_photo_wrap {
  overflow: visible;
}
#sb_instagram .sbi_photo_wrap .sbi_link {
  background-color: unset!important;
}
#sb_instagram .sbi_photo_wrap:hover .sbi_link {
  background-color: unset!important;
}
#sb_instagram .sbi_photo_wrap {
transition: 0.5s ease-in-out;
}
#sb_instagram .sbi_photo_wrap:hover {
  transform: scale(1.2);
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 20px;
   }
#sb_instagram .sbi_photo_wrap .sbi_photo {
  transition: 0.5s ease-in-out;
}
#sb_instagram .sbi_photo_wrap:hover .sbi_photo {
  border-radius: 20px; }
.care {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 30px; }
.care .practice__title {
  left: 45.2%; }
.care .practice__title:before {
  background: #44BAC9;
  top: -3%;
  left: -27%; }
.care .practice__title:after {
  top: -6%;
  left: -35%; }

.care:before {
  content: '';
  position: absolute;
  width: 174px;
  height: 173px;
  left: -5%;
  top: 34%;
  background: #944B84;
  border-radius: 15px; }

.care:after {
  content: '';
  position: absolute;
  width: 174px;
  height: 163px;
  left: -3.7%;
  top: 35.5%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 15px;
  z-index: -1; }

.care__buttons:before {
  content: '';
  position: absolute;
  width: 177px;
  height: 207px;
  left: 92.2%;
  top: 19.8%;
  background: #67C260;
  border-radius: 20px; }

.care__buttons:after {
  content: '';
  position: absolute;
  width: 197px;
  height: 207px;
  left: 90.9%;
  top: 21.1%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 20px; }

.care__line {
  margin-top: 10%;
  position: absolute;
  left: 50.8%;
  /* top: 20.3%; */ }

.care__number {
  position: absolute;
  left: -24px;
  width: 50px;
  height: 50px;
  background: #BDBDBD;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
.s1.care__line.scroll.care__number:nth-child(4):after {
  border: 2px solid #FFFFFF;
}
.s1>.care__line>.care__number:nth-child(4):after {
  border: 4px solid #FFFFFF !important;
}
.s2>.care__line>.care__number:nth-child(5):after {
  content: "";
  position: absolute;
  border: 4px solid #FFFFFF;
  top: 100%;
  left: 46.2%;
  height: 545%;
}
.s3>.care__line {
  margin-top: 13%;
}
.s3>.care__line>.care__number:nth-child(5):after {
  content: "";
  position: absolute;
  border: 4px solid #FFFFFF;
  top: 100%;
  left: 46.2%;
  height: 545%;
}
.s2>.care__line>.care__number:nth-child(6) {
  display: none;
}
.s2>.care__line>.care__number:nth-child(7) {
  display: none;
}
.s3>.care__line>.care__number:nth-child(6) {
  display: none;
}
.s3>.care__line>.care__number:nth-child(7) {
  display: none;
}
.s4>.care__line>.care__number:nth-child(7) {
  top: 100%;
}
.s4>.care__line {
  height: 67%;
}
.s4>.care__line>img {
  height: 109%;
  width: 100%;
}
.s4>.care__line>.care__number:nth-child(3) {
  top: 13%;
}
.s4>.care__line>.care__number:nth-child(4) {
  top: 30.6%;
}
.s4>.care__line>.care__number:nth-child(5) {
  top: 52%;
}
.s4>.care__line>.care__number:nth-child(6) {
  top: 76%;
}
.care__line .care__number:nth-child(8) {
  display: none;
}
.s4>.care__line>.care__number:nth-child(7) {
  top: 93%;
}
.s4>.care__line>.care__number:nth-child(8) {
  display: flex;
  top: 109%;
}
.s4>.care__line>.care__number:nth-child(2) {
  top: -2%;
}
.s4>.care__line>.scroll.care__number:nth-child(4):after {
  content: "";
  position: absolute;
  border: 2px solid #67C260;
  top: 101%;
  left: 46.2%;
  height: 733%;
}
.s4>.care__line>.scroll.care__number:nth-child(5):after {
  content: "";
  position: absolute;
  border: 2px solid #44BAC9;
  top: 100%;
  left: 46.2%;
  height: 795%;
}
.s4>.care__line>.scroll.care__number:nth-child(6):after {
  content: "";
  position: absolute;
  border: 2px solid #A25290;
  top: 101%;
  left: 46.2%;
  height: 617%;
}
.s4>.care__line>.scroll.care__number:nth-child(7):after {
  content: "";
  position: absolute;
  border: 2px solid #67C260;
  top: 101%;
  left: 46.2%;
  height: 560%;
}
.round.scroll.care__number:nth-child(7):before {
  content: "";
}
.round.scroll.care__number:nth-child(8):before {
  content: "";
}
.care__number:nth-child(8).scroll {
  background-color: #44BAC9;
}
.care__number:nth-child(7):before {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid #67C260;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
}
.care__number:nth-child(8):before {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid #44BAC9;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
}
.care__number:nth-child(7).scroll {
  background-color: #67C260;
}
.care__number:nth-child(2) {
  top: -4%; }

.care__number:nth-child(2):before {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid #A25290;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1; }

.care__number:nth-child(3):before {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid #44BAC9;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1; }

.care__number:nth-child(4):before {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid #67C260;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1; }

.care__number:nth-child(5):before {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid #44BAC9;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1; }

.care__number:nth-child(6):before {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid #A25290;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1; }

.care__number:nth-child(3) {
  top: 21%; }

.care__number:nth-child(4) {
  top: 47.6%; }

.care__number:nth-child(5) {
  top: 74%; }

.care__number:nth-child(6) {
  top: 100%; }

.care__number:nth-child(2).scroll {
  background-color: #A25290; }

.care__number:nth-child(3).scroll {
  background-color: #44BAC9; }

.care__number:nth-child(4).scroll {
  background-color: #67C260; }

.care__number:nth-child(5).scroll {
  background-color: #44BAC9; }

.care__number:nth-child(6).scroll {
  background-color: #A25290; }

.round.care__number:nth-child(2):before {
  content: ""; }

.round.scroll.care__number:nth-child(3):before {
  content: ""; }

.round.scroll.care__number:nth-child(4):before {
  content: ""; }

.round.scroll.care__number:nth-child(5):before {
  content: ""; }

.round.scroll.care__number:nth-child(6):before {
  content: ""; }

.scroll.care__number:nth-child(2):after {
  content: "";
  position: absolute;
  border: 2px solid #A25290;
  top: 101%;
  left: 46.2%;
  height: 518%; }

.scroll.care__number:nth-child(3):after {
  content: "";
  position: absolute;
  border: 2px solid #44BAC9;
  top: 102%;
  left: 46.2%;
  height: 558%; }

.scroll.care__number:nth-child(4):after {
  content: "";
  position: absolute;
  border: 2px solid #67C260;
  top: 101%;
  left: 46.2%;
  height: 552%; }

.scroll.care__number:nth-child(5):after {
  content: "";
  position: absolute;
  border: 2px solid #44BAC9;
  top: 100%;
  left: 46.2%;
  height: 545%; }

.care__buttons {
  max-width: 1345px;
  margin: 0 auto;
  display: flex;
  padding: 75px 20px 50px 20px; }

.care__button {
  flex: 0.1 100%;
  transition: 0.5s;
  background-color: white;
  padding: 20px;
  height: 22%;
  max-width: 336px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #292929;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }

.care__button:hover {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  transition: 1s; }

.care__buttons .care__focus {
  background: #A25290;
  margin: 0 10px;
  border-radius: 10px;
  border: 1px solid black;
  color: white;
  transition: 1s; }

.care__buttons .care__focus:before {
  transition: 1s;
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 104%;
  background: #FFFFFF;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid black; }

.care__usual {
  background-color: gold; }

.care__buttons .care__first {
  border-left: 1px solid black;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.care__buttons .care__last {
  border-right: 1px solid black;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.care__container {
  display: none;
  padding-top: 50px;
  max-width: 1252px;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 150px; }

.care__card {
  display: flex;
  align-self: flex-start;
  padding: 0 20px; }

.care__info {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  align-items: flex-end; }

.care__title {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: right;
  color: #292929;
  padding-bottom: 20px;
  max-width: 220px; }

.care__description {
  text-align: justify !important;
  max-width: 330px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  /*text-align: right;*/
  color: #404040; }

.care__card:nth-child(odd) {
  align-self: flex-end;
  padding: 170px 0 160px 0;
  flex-direction: row-reverse; }
.care__card:nth-child(even) .care__info {
  align-items: flex-start; }
.care__card:nth-child(even) .care__description {
  text-align: left; }

.care__logo {
  max-width: 154px;
  max-height: 153px; }
.care__logo img {
  width: 100%;
  height: auto; }

.s1 {
  display: block; }

.mobile {
  display: none !important; }

.mobile1 {
  display: none !important; }

.pc {
  display: block; }

.pc1 {
  display: flex; }

.care__item {
  position: absolute;
  max-width: 254px;
  max-height: 263px;
  top: 83%;
  left: 88%; }
.care__item img {
  width: 100%;
  height: auto; }

@media (max-width: 1199px) {
  .care__buttons {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .care__button {
    width: 100%;
    border: 1px solid black !important;
    margin: 15px 10px;
    border-radius: 10px; }
  .care__buttons .care__focus {
    margin: 10px 10px; }
  .care__line {
    display: none;
    top: 25.3%;
    left: 49.8%; }
  .care__card {
    padding: 15px 0 0 0; }
  .care__card:nth-child(odd) {
    align-self: flex-end;
    padding: 170px 0 160px 0;
    flex-direction: row-reverse; }
  .mobile {
    display: block; }
  .mobile1 {
    display: flex !important; }
  .pc {
    display: none !important; }
  .pc1 {
    display: none !important; }
  .care__buttons .care__last {
    border-right: none; }
  .care__buttons .care__first {
    border-left: none; } }

@media (max-width: 991px) {
  .care:before, .care:after, .care__buttons:after, .care__buttons:before, .care__item {
    display: none; }
  .care .practice__title {
    left: 40.2%; } }

@media (max-width: 567px) {
  .care .practice__title {
    left: 27.2%; }
  .care .practice__title:after {
    top: -17%; }
  .care__buttons {
    padding: 75px 35px 0 5px;
  }
  .care__button {
    font-size: 15px; }
  .care__card {
    flex-direction: column-reverse; }
  .care__logo {
    margin: 0 auto; }
  .care__info {
    display: flex;
    flex-direction: column;
    padding: 100px 45px; }
  .care__title, .care__description {
    max-width: 100%;
    text-align: center;
    margin: 0 auto; }
  .care__card:nth-child(odd) {
    align-self: center;
    padding: 0;
    flex-direction: column-reverse; } }

.help {
  padding-top: 60px;
  margin-top: 100px;
  width: 100%;
  padding-bottom: 230px;
  position: relative;
  overflow: hidden; }
.help .practice__title {
  left: 46%; }

.help__container:before {
  content: '';
  position: absolute;
  width: 31%;
  height: 46%;
  top: -11%;
  left: 72.5%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 30px; }

.help__container:after {
  content: '';
  position: absolute;
  width: 31%;
  height: 49%;
  top: 82%;
  left: -3.8%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 30px;
  z-index: -1; }

.help__container {
  padding-top: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.help__card {
  max-width: 960px;
  max-height: 490px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
.help__card img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0; }

.help__card:nth-child(1) {
  background: #A25290; }
.help__card:nth-child(1) .help__button {
  background: #A25290; }
.help__card:nth-child(1) .help__open {
  background: #A25290; }
.help__card:nth-child(1) .help__confirm .help__dec {
  background: #A25290;
  cursor: pointer; }

.help__card:nth-child(2) {
  background: #44BAC9; }
.help__card:nth-child(2) .help__button {
  background: #44BAC9; }
.help__card:nth-child(2) .help__open {
  background: #44BAC9; }
.help__card:nth-child(2) .help__confirm .help__dec {
  background: #44BAC9;
  cursor: pointer; }

.help__card:nth-child(2) .help__button:hover .help__confirm {
  height: 67px;
}
.help__card:nth-child(2) .help__button:hover {
  transition: 0.5s;
  margin-top: -15%;
  height: 87%;
  border-radius: 20px;
}
.help__button {
  transition: 0.5s;
  position: absolute;
  top: 38%;
  left: 25%;
  width: 50%;
  height: 31%;
  border-radius: 20px; }
.help__button .help__open {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  transition: 0.5s; }

.help__button:before {
  top: -9%;
  left: -3%;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
  z-index: 1; }

.help__header {
  display: none;
  text-align: center;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 7% 0 3% 0;
  transition: 0.5s; }

.help__description {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  max-width: 340px;
  margin: 0 auto;
  transition: 0.5s; }

.help__confirm {
  display: none;
  width: 52%;
  height: 21%;
  margin: 0 auto;
  padding-top: 3%;
  transition: 0.5s; }
.help__confirm .help__dec {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;

}

.help__card .help__button:hover {
  transition: 0.5s;
  margin-top: -8%;
  height: 56%;
  border-radius: 20px; }
.help__card .help__button:hover .help__open {
  display: none;
  transition: 0.5s; }
.help__card .help__button:hover .help__header {
  display: block;
  transition: 0.5s; }
.help__card .help__button:hover .help__description {
  display: block;
  transition: 0.5s; }
.help__card .help__button:hover .help__confirm {
  position: relative;
  display: block;
  z-index: 2;
  transition: 0.5s;
}

.help__card:nth-child(1) .help__button:hover {
  background: #A25290; }

@media (max-width: 1550px) {
  .help__button {
    left: 21%;
    width: 58%; }
  .help__button .help__open {
    font-size: 20px; }
  .help__card .help__button:hover {
    margin-top: -14%;
    height: 67%; }
  .help__header {
    font-size: 19px; }
  .help__description {
    font-size: 14px;
    padding: 0 5px; }
  .help__card:nth-child(2) .help__button:hover .help__header {
    padding: 5% 0 3% 0;
  }
}

@media (max-width: 1200px) {
  .help {
    margin-top: 0;
    padding-bottom: 130px;
  }
  .care__container {
     padding-bottom: 0;
  }

  .help__button {
    left: 21%;
    width: 61%; }
  .help__button .help__open {
    font-size: 17px; }
  .help__card .help__button:hover {
    margin-top: -14%;
    height: 80%;
    left: 15%;
    width: 70%; }
  .help__header {
    font-size: 17px; }
  .help__description {
    font-size: 14px;
    width: 100%; }
  .help__card .help__button:hover:before {
    top: 0;
    left: 0; } }

@media (max-width: 991px) {
  .help {
    padding-bottom: 0;
    overflow: unset; }
  .help__container:before {
    display: none; }
  .help__container:after {
    display: none; }
  .help .practice__title {
    left: 40%; }
  .help .practice__title:after {
    top: -10%;
    left: -59%; }
  .help__container {
    flex-direction: column; }
  .help__card {
    max-width: 100%; }
  .help__button {
    left: 27%;
    width: 48%;
    height: 25%; }
  .help__button .help__open {
    font-size: 20px; }
  .help__card:nth-child(2) {
    margin-top: 30px; }
  .help__card .help__button:hover {
    margin-top: -9%;
    height: 53%;
    left: 28%;
    width: 45%; } }

@media (max-width: 767px) {
  .help__button .help__open {
    font-size: 15px; }
  .help__card .help__button:hover {
    margin-top: -12%;
    height: 69%;
    left: 24%;
    width: 56%; }
  .help__description {
    font-size: 13px;
    max-width: 300px; } }

@media (max-width: 567px) {
  .help .practice__title {
    left: 34%;
    font-size: 19px; }
  .help__button {
    left: 15%;
    width: 69%;
    top: 29%;
    height: 39%; }
  .help__button .help__open {
    font-size: 14px; }
  .help__card .help__button:hover {
    margin-top: -14%;
    height: 92%;
    left: 3%;
    width: 95%; }
  .help__header {
    font-size: 14px;
    padding: 1% 0 1% 0; }
  .help__description {
    font-size: 12px; } }

.links {
  width: 100%;
  display: none;
}
.links .practice__title {
  left: 47%; }
.links .practice__title:before {
  background: #A25290; }

.links__container {
  max-width: 1650px;
  padding-top: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.links__item {
  max-width: 250px;
  display: flex;
  flex: 0.1 100%;
  flex-direction: column;
  transition: 0.5s; }
.links__item img {
  width: 100%;
  height: auto;
  object-fit: cover; }
.links__item a {
  transition: 0.5s;
  opacity: 0;
  align-self: center;
  background: #FFFFFF;
  cursor: pointer; }
.links__item a img {
  margin-left: 5px;
  width: auto; }

.links__item:hover {
  transition: 0.5s; }
.links__item:hover a {
  opacity: 1;
  transition: 0.5s;
  display: block; }

.about {
  overflow: hidden;
  margin-top: 150px;
  /*background-image: url("../img/about__background.png");*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative; }

.about__container {
  display: flex;
  width: 531px;
  height: 354px;
  border-radius: 30px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  margin: 2.5% 7%;
  align-items: center;
  justify-content: center;
  position: relative; }

.about__card {
  padding-left: 11%;
  margin: 0 auto;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  align-items: end; }

.about__title {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  padding-bottom: 6%;
  padding-top: 14%; }

.about__description {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF; }

.about__label {
  position: absolute;
  top: 68%;
  right: -1%; }

@media (max-width: 1550px) {
  .about__label {
    top: 69%; } }

@media (max-width: 1200px) {
  .about {
    margin-top: 0;
  }
  .about__label {
    top: 70%; } }

@media (max-width: 991px) {
  .about__label {
    top: 70.5%; } }

@media (max-width: 767px) {
  .about__label {
    top: 71%; } }

@media (max-width: 567px) {
  .about {
    margin-bottom: 20px;
  }
  .about__label {
    transform: scale(0.8);
    right: 9%; }
  .about__container {
    align-items: inherit; }
  .about__title {
    font-size: 18px;
    padding-top: 25%; }
  .about__description {
    font-size: 17px; } }

.contact {
  padding-top: 120px;
  overflow: hidden;
  position: relative; }
.contact input:focus {
  border: none;
  outline: none; }
.contact textarea:focus {
  border: none;
  outline: none; }

.contact:before {
  content: '';
  position: absolute;
  left: -3%;
  top: 28%;
  width: 20%;
  height: 110%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 30px; }

.contact:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 55%;
  right: -10%;
  top: -15%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 30px;
  z-index: -1; }

.contact__container {
  display: flex;
  flex-direction: column; }

.contact__form {
  padding-top: 95px;
  display: flex;
  flex-direction: column;
  max-width: 540px;
  padding-bottom: 75px;
  padding-right: 50.7%;
  align-self: flex-end; }
.contact__form .contact__container {
  display: flex;
  flex-direction: column; }
.contact__form input, .contact__form textarea {
  border-radius: 10px;
  resize: none;
  overflow: hidden; }
.contact__form .practice__title {
  padding-bottom: 35px;
  left: 18%; }
.contact__form .practice__title:before {
  top: -18%;
  left: -14%;
  background-color: #44BAC9; }
.contact__form .practice__title:after {
  top: -35%;
  left: -18%; }

.contact__title {
  margin-bottom: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #292929;
  display: none; }

.contact__input {
  position: relative;
  margin-top: 15px;
  width: 530px;
  height: 64px;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 10px;
  background: #44BAC9;
  z-index: 0; }

.contact__input input {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #1C1E2E;
  padding-top: 19px;
  padding-left: 15px;
  z-index: 1;
  width: 98%;
  height: 82%;
  border: 0;
  box-sizing: border-box; }

.contact__area {
  height: 115px; }
.contact__area textarea {
  padding-top: 30px;
  padding-left: 15px;
  width: 98%;
  height: 82%;
  border: 0;
  box-sizing: border-box; }
.contact__area label {
  top: 10%; }

.contact__submit {
  width: 250px;
  height: 67px;
  align-self: flex-end;
  transition: 0.5s; }
.contact__submit input {
	cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #292929;
  background-color: #FFFFFF;
  width: 96%;
  transition: 0.5s; }

.wpcf7-not-valid-tip {
	position: absolute;
    top: 38px;
    font-size: 12px;
}
.contact__submit {
	cursor: pointer;
}
#map {
  width: 100%;
  height: 580px;
}

.contact__submit:hover {
  background: #FFFFFF;
  transition: 0.5s; }
.contact__submit:hover input {
  border: 1px solid #404040;
  margin-top: 7px;
  margin-left: 6px;
  background: #44BAC9;
  transition: 0.5s;
  height: 104%;
  width: 101%;
  color: #FFFFFF; }

.contact__label {
  position: absolute;
  pointer-events: none;
  left: 3%;
  top: 34%;
  transition: .3s;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #404040;
  opacity: 0.7; }

.contact__input.focus label {
  top: 10%;
  font-size: 10px;
  box-sizing: border-box; }

.contact__map {
  width: 100%;
  max-height: 580px;
  height: 100%;
  padding-bottom: 130px;
  position: relative;
  z-index: 1; }
.contact__map img {
  max-height: 580px;
  height: auto; }

.contact__access {
  z-index: 0;
  position: absolute;
  width: 27.6%;
  height: 87.7%;
  left: 65.4%;
  top: 7.2%;
  background: #A25290;
  border-radius: 30px;
  display: flex;
  flex-direction: column; }
.contact__access .practice__title {
  margin-top: 20%;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
  left: 26%;
  padding-bottom: 9%; }
.contact__access .practice__title:before {
  top: -15%;
  left: -13%;
  background-color: #AE5E9D; }
.contact__access .practice__title:after {
  top: -31%;
  left: -17%;
  border: 1px solid #FFFFFF; }

.access__item {
  max-width: 366px;
  display: flex;
  padding-left: 16%;
  padding-bottom: 35px; }
.access__item img {
  margin-top: 2%;
  max-width: 27.22px;
  max-height: 24.75px; }
.access__container a:nth-child(2) img  {
  margin-top: -1%;
}
.access__description {
  max-width: 250px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 11%; }

.access__work {
  max-width: 310px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 11%;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF; }
.access__work .access__item {
  padding: 0 0 0 0;
  justify-content: space-between; }

.access__time {
  white-space: nowrap;
  text-align: left; }

.access__weekend {
  width: 51%; }

.access__maps {
  max-width: 530px;
  max-height: 580px;
  width: 27.6%;
  height: 40.9%;
  left: 65.4%;
  position: absolute;
  top: 0; }
.access__maps img {
  width: 100%;
  height: 100%; }
.access__maps .access__front, .access__maps .access__map {
  max-width: 100%;
  max-height: 290px;
  height: 100%; }

.access__download {
  width: 186px;
  height: 52px;
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 175.4%;
  left: 2%; }


.access__download img {
  padding-left: 7px;
  max-width: 16px;
  height: 13px; }
.access__download .practice__button {
  display: flex;
  transition: 1s;
  background-color: white;
  padding: 20px;
  height: 93%;
  width: 96%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #292929;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative; }
.access__download .practice__button:before {
  transition: 1s;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 103%;
  height: 108%;
  background: #44BAC9;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid #292929; }

.access__download:hover {
  background: #FFFFFF;
  transition: 0.5s; }
.access__download:hover a {
  border: 1px solid #404040;
  margin-top: 7px;
  margin-left: 6px;
  background: #44BAC9;
  transition: 0.5s;
  height: 104%;
  width: 101%;
  color: #FFFFFF; }
.access__download:hover .practice__button:before {
  background: #FFFFFF;
  top: -9px;
  left: -11px;
  width: 100%;
  height: 101%; }

.contact__item {
  position: absolute;
  top: 34%;
  left: 0; }

.access__work_mobile {
  display: none; }

.today {
  position: relative;
}
.today:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*left: -40%;*/
  /*width: 170%;*/
  height: 100%;
  background-color: #AE5E9D !important;
  z-index: -1;
}
.description__locate  {
  padding-left: 13%;
}

@media (max-width: 1600px) {
  .contact__access {
    z-index: 0;
    position: absolute;
    width: 36%;
    height: 87.7%;
    left: 61%; }
  .contact__access .practice__title {
    font-size: 24px;
    left: 39%;
    padding-bottom: 13%; }
  .contact__access .practice__title:before {
    left: -17%; }
  .contact__access .practice__title:after {
    left: -20%; }
  .access__item {
    padding-left: 7%;
    padding-right: 7%; }
  .access__description {
    max-width: 250px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px; }
  .access__maps {
    width: 36%;
    left: 61%; }
  .contact__item {
    display: none; } }

@media (max-width: 1200px) {
  .contact__form {
    padding-right: 43%; }
  .contact__access {
    width: 38%; }
  .access__work {
    font-size: 14px; }
  .access__maps {
    width: 38%; } }

@media (max-width: 991px) {
  .access__front, .access__map {
    display: none; }
  .contact:before {
    display: none; }
  .contact:after {
    display: none; }
  .contact__access {
    position: relative;
    order: -1;
    left: 0;
    margin: 0 auto;
    width: 55%; }
  .contact__form {
    padding-top: 45px;
    order: 2;
    margin: 0 auto;
    padding-right: 0; }
  .access__weekend {
    width: 55%; } }

@media (max-width: 767px) {
  .contact__access {
    width: 75%; } }

@media (max-width: 567px) {
  #map {
    width: 100%;
    height: 205px;
  }
  .access__work_mobile {
    display: block; }
  .contact {
    padding-top: 0;
    margin-top: -20px; }
  .contact__form .practice__title {
    padding-bottom: 35px;
    left: 36%; }
  .contact__access {
    width: 100%;
    border-radius: 14px; }
  .contact__access .practice__title {
    margin-top: 12%;
    font-size: 18px;
    left: 41%; }
  .contact__access .practice__title:before {
    left: -13%;
    width: 37px;
    height: 37px; }
  .contact__access .practice__title:after {
    left: -17%;
    width: 37px;
    height: 37px; }
  .access__description {
    font-size: 14px;
    padding-left: 7%; }
  .access__item {
    max-width: 165px;
    padding-right: 0; }
  .access__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .access__item:nth-child(2) {
    white-space: nowrap;
    padding-right: 6%; }
  .access__item:nth-child(3) {
    max-width: 100%; }
  .access__weekend {
    display: none; }
  .contact__input {
    width: 310px; }
  .contact__form .practice__title:after {
    left: -25%; }
  .contact__form .practice__title:before {
    left: -21%; }
  .contact__submit input {
    font-size: 14px; }
  .contact__submit {
    width: 170px !important; }
  .access__work {
    display: none; }
  .access__download {
    display: none; }
  .access__work_mobile {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF; }
  .access__work_mobile .access__item {
    flex-direction: column;
    display: flex;
    padding-bottom: 15px; }
  .access__work_mobile .access__download {
    width: 100%;
    height: 21px;
    position: relative;
    top: 0;
    left: -7px;
    display: flex; }
  .access__work_mobile .access__download a {
    width: 100%;
    background-color: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF !important;
    text-transform: initial; }
  .access__work_mobile .access__download a:before {
    display: none; }
  .access__work_mobile .access__download a:after {
    display: none; }
  .access__download img {
    padding-left: 16px;
    padding-top: 0;
    margin-top: 0; }
  .access__download:hover {
    background: inherit;
    transition: 0.5s; }
  .access__download:hover a {
    border: none;
    transition: 0.5s;
    color: #FFFFFF;
    margin: 0; }
  .access__today {
    position: absolute;
    top: 65%;
    left: 70%;
    display: flex;
    flex-direction: column;
    width: 35%; }
  .access__today_header {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding-bottom: 2px;
    padding-left: 10px; }
  .access__today_container {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding-left: 10px; }
  .access__today_date {
    padding-top: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 20px;
    color: #A25290; }
  .access__today_day {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #A25290;
    padding-bottom: 4px; } }

.footer {
  background: #292929; }

.footer__container {
  padding: 0 35px;
  display: flex;
  max-width: 1370px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF; }

.footer__logo {
  padding: 50px 0;
  max-width: 201px;
  max-height: 108px; }
.footer__logo img {
  width: 100%;
  height: auto; }

.footer__info {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF; }
.footer__info a {
  color: #FFFFFF !important; }

@media (max-width: 991px) {
  .footer__container {
    justify-content: space-between; }
  .footer__info {
    width: auto;
    flex-direction: column; } }

@media (max-width: 767px) {
  .footer__container {
    font-size: 10px;
    padding: 30px 20px; }
  .footer__info .footer__item:nth-child(2) {
    order: 1; }
  .footer__logo {
    width: 100%;
    padding: 0;
    max-width: 85px;
    max-height: 40px; } }

.bread {
  margin-top: 90px;
  background: #F7F7F7;
  width: 100%;
  margin-bottom: 65px; }

.bread__content {
  padding: 35px 0;
  margin-left: 14%; }

.bread__content a:nth-child(2) {
  font-weight: 500;
}

.content {
  text-align: justify;
  display: flex;
  flex-direction: column;
  max-width: 810px;
  padding: 0 35px;
  margin: 0 auto; }


.content p {
  flex-wrap: wrap;
  text-align: justify;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #404040;
}
.content h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #292929;
}
.content strong {
  display: contents;
}
.content h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #292929;
}
.content__photo {
  /*margin:40px auto;*/
}
.content p>img {
  /*margin:40px 0;*/
  /*width: 100%;*/
  /*height: auto;*/
  /*object-fit: cover;*/
  border-radius: 30px; }

.content__photo {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content__title {
  margin-top: 55px;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #292929; }

.content__description {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #404040; }

.content__header_list {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #292929;
  margin-top: 45px; }

.content ul {
  padding-left: 17px; }

.content li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #404040;
  padding-top: 15px; }

.content__header_last {
  margin-top: 45px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #292929; }

.content .contact__form {
  margin-top: 37%;
  margin-bottom: 80px;
  padding: 0;
  align-self: unset;
  position: relative; }

.content .contact__form:before {
  content: '';
  z-index: -1;
  position: absolute;
  width: 262%;
  height: 171%;
  left: -131%;
  top: -31%;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 30px; }

.content .contact__form .practice__title:before {
  background-color: #A25290; }

.content .contact__input {
  background: #A25290; }

.content input:focus {
  border: none;
  outline: none; }

.content textarea:focus {
  border: none;
  outline: none; }

.content .contact__submit {
  margin-right: 9px; }

.content__buttons {
  flex-wrap: nowrap !important;
  position: absolute;
  top: 23%;
  left: 14%;
  display: flex;
  align-items: center; }
.content__buttons .practice__button img {
  padding-left: 10px;
  transform: rotate(180deg); }
.content__buttons .practice__button:hover {
  border: 1px solid #292929;
  color: #FFFFFF;
  background: #A25290;
  transition: 1s; }
.content__buttons .practice__button:hover:before {
  background: #FFFFFF;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  transition: 1s; }

.content__print {
  margin-left: 15%; }

@media (max-width: 1670px) {
  /*.bread {*/
  /*  margin-bottom: 135px; }*/
  .content__buttons {
    position: absolute;
    /*top: 24%;*/
    /*left: 43%; */
    left: 3%;
  }
}
@media (max-width: 1300px) {

  .content__buttons {
    position: static;
    order: -1;
    width: 195px;
    /*top: 24%;*/
    /*left: 43%; */
    left: 3%;
  }
}

@media (max-width: 991px) {
  .content .contact__form {
    align-self: center; }
  .contact__form .practice__title {
    left: 0;
    margin: 0 auto; }
  .contact__form .practice__title:after {
    left: -38%; }
  .contact__form .practice__title:before {
    left: -32%; }
  .content .contact__form:before {
    display: none; }
  .content p>img {
   max-width: 100%;
  }
}

@media (max-width: 567px) {
  .content__buttons {
    left: 31%;
    top: 26%; }
  .content__header {
    font-size: 22px; } }
.footer * {
  opacity: 1 !important;
}
@media print {
  header {display: none;}
  footer {display: none;}
  .content__buttons {display: none !important;}
  .contact__form {display: none;}
  .bread {
    display: none;
  }
  .traitement-post ul li {
    display: list-item!important;
  }
  .trait__img {
    -webkit-print-color-adjust: exact;
    color-adjust: exact !important;
  }
  .traitement-post ul li:before {
    -webkit-print-color-adjust: exact;
    color-adjust: exact !important;
  }
}
.none {
  display: none;
}
