html,
body {
  font-family: "Gotham Pro";
  font-size: 16px;
  line-height: 24px;
  height: 100%;
}

.fancybox-active {
  overflow: hidden;
}

body.fixed {
  overflow: hidden;
  padding-right: 0;
}

* {
  box-sizing: border-box;
}

.menu-border {
  display: none;
}

p {
  margin: 0;
}

a[class] {
  text-decoration: none;
  color: #000;
  outline: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .btn {
  background-color: #2c3d2a;
}

.wrapper-flex {
  display: flex;
}

.header .container,
.header .info {
  display: flex;
  align-items: center;
}

.header .logo {
  margin-right: 40px;
  flex-shrink: 0;
}

.header .container {
  justify-content: space-between;
}

.logo {
  width: 120px;
}

.logo img {
  width: 100%;
  vertical-align: top;
}

.header .info-margin {
  margin-right: 40px;
}

.header .info__item {
  display: flex;
  align-items: center;
}

.header .info__item:not(:last-child) {
  margin-right: 50px;
}

.icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

.schedule__item span {
  display: inline-block;
  vertical-align: middle;
}

.schedule__item span:not(:last-child) {
  margin-right: 9px;
}

.phone {
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
}

.phone small,
.footer__detail small {
  opacity: 1 !important;
}

.header .phone {
  margin-right: 19px;
}

.btn,
a.btn {
  display: inline-block;
  border: 0;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background-color: #808a72;
  border-radius: 2px;
  padding: 19px 25px;
}

.btn-large,
a.btn-large {
  font-size: 18px;
  line-height: 20px;
  padding: 25px 30px;
}

.menu-button {
  display: flex;
  align-items: center;
  padding: 18px 14px 16px 8px;
  margin-left: 30px;
  user-select: none;
  cursor: pointer;
}

.humburger {
  width: 27px;
  margin-left: 12px;
  position: relative;
}

.humburger__item,
.humburger__item::before,
.humburger__item::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
}

.humburger__item::before,
.humburger__item::after {
  position: absolute;
  left: 0;
  right: 0;
}

.humburger__item::before {
  top: -11px;
}

.humburger__item::after {
  bottom: -11px;
}

.humburger.active .humburger__item::before,
.humburger.active .humburger__item::after {
  top: 0;
  bottom: 0;
}

.humburger.active .humburger__item {
  background-color: transparent;
}

.humburger.active .humburger__item::before {
  transform: rotate(45deg);
}

.humburger.active .humburger__item::after {
  transform: rotate(-45deg);
}

.first-block {
  margin-top: 55px;
  margin-bottom: 143px;
  background: #808a72;
  border-radius: 20px;
  color: #fff;
  padding: 106px 44rem 108px 119px;
  position: relative;
  overflow: visible;
}

.first-block .btn {
  background-color: #2c3d2a;
}

.first-block h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  margin-bottom: 37px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.first-block h1 span {
  font-weight: inherit;
  font-size: 70px;
  line-height: 70px;
  display: block;
}

.first-block h2 {
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  line-height: 40px;
  margin-bottom: 38px;
}

.first-block > p {
  font-size: 24px;
  line-height: 40px;
}

.first-block .btn {
  margin-top: 38px;
}

.first-block .custom-img {
  position: absolute;
  top: -40px;
  right: 96px;
}

/* .first-block .custom-img::before {
  display: block;
  content: "";
  height: 477px;
  width: 477px;
  background: #ffb9a3;
  border-radius: 50%;
  position: absolute;
  top: 121px;
  left: 0%;
} */

.first-block img {
  position: relative;
  vertical-align: top;
}

.message {
  position: absolute;
  bottom: -67px;
  right: 60px;
  width: 420px;
  padding: 35px;
  background-color: #2c3d2a;
}

.message::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border: 20px solid transparent;
  border-left: 20px solid #2c3d2a;
  border-top: 20px solid #2c3d2a;
}

.message div {
  margin-top: 25px;
  position: relative;
}

.message div p {
  font-size: 14px;
  color: #afafaf;
  padding-right: 113px;
}

.message div img {
  width: 105px;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

.menu-border {
  background-color: #33363d;
  z-index: 100;
  width: 100vw;
  padding: 141px 255px 141px 240px;
}

.menu-border .info {
  display: none;
}

.menu-border > div {
  display: flex;
  justify-content: space-between;
}

.menu__item {
  display: block;
  color: #fff !important;

  font-size: 30px;
  line-height: 40px;
}

.menu .menu__item:not(:last-child) {
  margin-bottom: 60px;
}

.menu-border .offers {
  display: flex;
  flex-flow: column;
}

.menu-border .offers .logo {
  width: 220px;
  margin-bottom: 47px;
}

.menu-border .offers .phone {
  color: #fff !important;
  margin-bottom: 19px;
  font-size: 22px;
  line-height: 25px;
}

.social {
  display: flex;
  margin-top: 39px;
}

.social .social__item:not(:last-child) {
  margin-right: 30px;
}

.menu-border .fancybox-close-small,
.popup .fancybox-close-small {
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 0;
  top: 40px;
  right: 51px;
}

.popup .fancybox-close-small {
  top: 18px;
  right: 22px;
}

.popup {
  padding: 0;
  border-radius: 20px;
  background: linear-gradient(100.91deg, #1b1a1e -2.07%, #4d4a54 99.7%), #34373e;
}

.popup .form {
  width: 480px;
  padding: 37px 54px 45px;
}

.popup .form .form__title {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 36px;
}

.popup .form .form__title span {
  display: block;
  color: #808a72;
}

.form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  padding: 0 0 11px 0;
  outline: none;
  width: 100%;
  margin-bottom: 50px;
}

.form input[type="text"]::placeholder,
.form input[type="tel"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.form input[type="text"]:-ms-input-placeholder,
.form input[type="tel"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.form input[type="text"]::-ms-input-placeholder,
.form input[type="tel"]::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.form .btn {
  margin-bottom: 36px;
  cursor: pointer;
}

.form .agree {
  font-size: 14px;
  line-height: 20px;
  color: #6d6d6d;
}

.form .status {
  display: none;
  background-color: #3a7a3f;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 0.7em 1.4em;
  margin-top: 1em;
}

.form .status.show {
  display: inline-block;
}

.promo {
  display: flex;
  justify-content: space-between;
  padding-bottom: 36px;
}

.promo:not(.promo2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.promo .column {
  width: 49%;
  height: 100%;
}

.column {
  position: relative;
}

.promo .column:last-child {
  flex: auto;
  max-width: 720px;
  width: 100%;
}

.promo .column:first-child {
  padding-right: 30px;
}

h2 {
  font-size: 50px;
  line-height: 55px;
  margin: 0;
}

h2 span {
  display: block;
  color: #808a72;
}

h2 b {
  color: #808a72;
}

.promo h2 {
  font-weight: bold;
  margin-bottom: 72px;
}

.promo p {
  max-width: 540px;
}

.content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.promo .nums {
  border-left: 2px solid #2c3d2a;
  max-width: 317px;
  padding-left: 19px;
  margin-bottom: 53px;
}

.nums p {
  color: #808a72;
}

.nums .num {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
}

.promo .video {
  display: block;
  max-width: 720px;
  width: 100%;
  height: 388px;
  /* background-color: #2C2B36; */
  background-image: url("/salvador/img/video-preview.jpg");
  background-size: cover;
  position: relative;
}

.promo .video:before {
  display: block;
  width: 88px;
  height: 88px;
  content: "";
  background: url(../img/play.png) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__label {
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #939393;
}

.promo2 {
  padding-bottom: 100px;
}

/* .promo2 {
  padding-right: 240px;
} */

.promo2 p {
  max-width: unset;
}

.promo2 .img-one {
  position: relative;
  left: -35%;
}

.promo2 .img-two {
  position: absolute;
  right: 80px;
  bottom: -100px;
}

.center-text {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 81px;
}

.center-text::before,
.center-text::after {
  display: block;
  content: "";
  width: 114px;
  height: 1px;
  background-color: #2c3d2a;
  margin: 29px 0;
}

.center-text p {
  max-width: 1075px;

  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}

.title-block {
  color: #fff;
  padding: 74px 61px 60px;
  background-color: #2c3d2a;
  max-width: 600px;
}

.title-block::before {
  display: block;
  content: "";
  width: 114px;
  height: 4px;
  background-color: #808a72;
  margin-bottom: 72px;
}

.implant {
  width: 100%;
  position: relative;
}

.implant img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  position: relative;
  z-index: 9;
}

.implant .title-block {
  margin-bottom: -362px;
  position: relative;
  z-index: 10;
}

.implant .title-block::before {
  margin-bottom: 130px;
}

.implant__list {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.implant__item {
  max-width: 440px;
  position: absolute;
  left: 69.4%;
}

.implant__item .name {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 10px;
}

.implant__item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
}

.implant__list .implant__item:nth-child(1) {
  /* top: 311px; */
  top: 34.2%;
}

.implant__list .implant__item:nth-child(2) {
  /* left: 69.4%; */
  /* top: 529px; */
  top: 50.6%;
}

.implant__list .implant__item:nth-child(3) {
  /* left: 69.4%; */
  /* top: 775px; */
  top: 66.3%;
}

.implant__list .implant__item:nth-child(1)::before {
  width: 472.5px;
  height: 70.5px;
  background: url(../img/line1.png) no-repeat center center / cover;
  right: 77%;
  top: -34px;
}

.implant__list .implant__item:nth-child(2)::before {
  width: 482px;
  height: 95.97px;
  background: url(../img/line2.png) no-repeat center center / cover;

  top: 36px;
  right: 75%;
}

.implant__list .implant__item:nth-child(3)::before {
  width: 599px;
  height: 95.97px;
  background: url(../img/line3.png) no-repeat center center / cover;

  top: 36px;
  right: 35%;
}

.promo3 {
  align-items: center;
  padding: 92px 0 30px;
}

.promo3 .column:last-child {
  max-width: 816px;
}

.promo3 h2 {
  margin: 0;
}

.promo3 p {
  max-width: unset;
  font-size: 20px;
  line-height: 30px;
  margin: 0%;
}

.problems {
  background-color: #f7f7f7;
  padding-bottom: 110px;
}

.problems__list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -8.5px 43px;
}

.problems__swiper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: hidden;
  margin-inline-start: auto;
}

.problems__list .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin: 0 20px 20px 8.5px;
}

.solution__btn.btn {
  background: #2c3d2a;
}

.problems__item {
  margin: 0 8.5px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 24px;
  background: #808a72;
  border-radius: 2px;
  color: #fff;
  max-width: 195px;
}

.solution__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 2px;
  width: 100%;
  padding: 26px 107px 34px 60px;
}

.solution .solution__item:not(:last-child) {
  margin-bottom: 20px;
}

.solution__item .img {
  flex: 0 0 180px;
  margin-right: 60px;
}

.solution__item .img img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}

.solution__item .title {
  font-size: 25px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
  font-weight: 500;
}

.solution__item .desc {
  margin-bottom: 16px;
}

.solution__item .content {
  max-width: 661px;
  padding-right: 59px;
  border-right: 1px solid #d4d4d4;
}

.solution__item .price-block {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #d5d5d5;
  /* padding-left: 60px; */
  padding: 20px 0 20px 60px;
}

.solution__item .price-block .price-name {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c0c0c0;
  margin-bottom: 7px;
}

.price {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 40px;
  color: #ef977c;
}

.price span {
  font-size: 20px;
  line-height: 30px;
  text-decoration-line: line-through;
  color: #9f9f9f;
  margin-left: 17px;
}

a.more {
  display: flex;
  align-items: center;
  color: #3a7a3f;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.more svg {
  margin-left: 16px;
  width: 20px;
  height: 20px;
}

.solution-popup {
  display: none;
  background: #ffffff;
  border-radius: 20px;
  padding: 43px 100px 55px;
}

.solution-popup .fancybox-close-small {
  padding: 0;
  width: 32px;
  height: 32px;
  top: 25px;
  right: 35px;
}

.solution-popup .columns .column {
  display: inline-block;
  vertical-align: top;
}

.solution-popup .columns .column:first-child {
  width: 181px;
  margin-right: 40px;
}

.solution-popup .columns .column:last-child {
  width: 800px;
}

.solution-popup .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 181px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 500px;
  overflow: hidden;
}

.solution-popup .img img {
  width: 100%;
  max-width: 126px;
  object-fit: cover;
  vertical-align: top;
}

.solution-popup h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 24px 0;
}

.solution-popup p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.solution-popup h3 {
  margin: 0;
  margin-bottom: 10px;
}

ul {
  padding-inline-start: 25px;
}

.solution-popup ul {
  margin-top: 16px;
  margin-bottom: 27px;
}

.solution-popup ul li {
  margin-bottom: 10px;
}

.solution-popup .price {
  margin-bottom: 31px;
}

.solution-popup .column > div {
  position: relative;
}

.solution-popup .banner {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #ffffff;
  padding: 10px 31px 10px 20px;
  background-color: #ef977c;
  border-radius: 2px 0px 0px 2px;
  position: absolute;
  top: 0;
  right: -12.5%;
}

.tables > div {
  display: flex;
}

.tables > div > div:first-child {
  width: 70%;
}

.tables > div > div:last-child {
  width: 30%;
  text-align: right;
}

.tables > div > div {
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dcdcdc;
}

.select-user {
  margin-bottom: 100px;
}

.color-title {
  padding-top: 90px;
  padding-bottom: 354px;
  background: linear-gradient(100.91deg, #1b1a1e -2.07%, #4d4a54 99.7%), #34373e;
}

.color-title h2 {
  margin: 0 0 25px 0;
  color: #fff;
}

.color-title p {
  max-width: 778px;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
}

.translate-top {
  background-color: #ffffff;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-top: -16rem;
  padding: 66px 119px 68px 121px;
}

.translate-top .center-text {
  margin: 0 0 75px 0;
}

.translate-top .columns {
  display: flex;
  justify-content: space-between;
}

.translate-top .columns .column:first-child {
  max-width: 473px;
}

.content2 p {
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 28px;
}

.text-block {
  max-width: 543px;
  font-size: 22px;
  line-height: 35px;
  color: #ffffff;
  padding: 61px 55px 70px 55px;
  background: #2c3d2a;
  margin-bottom: -137px;
}

.text-block::after {
  display: block;
  content: "";
  width: 114px;
  height: 4px;
  background-color: #808a72;
  margin-top: 137px;
}

.slider-border {
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}

.slider-border::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #808a72;
  position: absolute;
  top: 26px;
  left: 0;
}

.how-work h2 {
  margin: 0 0 51px 0;
}

.how-work .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.how-work .swiper-slide {
  width: 660px;
}

.slide-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: #2c3d2a;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 34px;
  position: relative;
}

.slide-num span {
  position: relative;
}

.slide-num::before {
  display: block;
  content: "";
  width: 43px;
  height: 43px;
  background-color: #808a72;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-name {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
}

.slide-time {
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #808a72;
  margin-bottom: 8px;
}

/* .swiper-slide:not([class*="-active"], [class*="-prev"], [class*="-next"]) .slide-num {
  background-color: #2c3d2a;
  font-size: 0;
}

.swiper-slide:not([class*="-active"], [class*="-prev"], [class*="-next"]) .slide-num::before {
  background-color: #808a72;
} */

/* .swiper-slide:not([class*="-active"], [class*="-prev"], [class*="-next"]) .slide-num::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/arrowSliderDouble.png) no-repeat center center;
} */

.promo5 {
  background-color: #ededed;
  margin-top: 223px;
  position: relative;
}

.promo5::after {
  display: block;
  content: "";
  width: 100%;
  height: 90px;
  margin-top: -90px;
  background-color: #fff;
}

.promo5 .block-ttiles {
  position: relative;
  top: -117px;
  z-index: 11;
}

.promo5 .title-block {
  max-width: 662px;
  font-size: 40px;
  line-height: 50px;
  padding: 60px;
  margin: 0;
}

.promo5 .text-block2 {
  max-width: 662px;
  padding: 60px;
  margin: 0;
  background-color: #ffffff;
}

.promo5 .custom-position {
  position: absolute;
  left: 965px;
  top: -170px;
}

.img-block {
  display: flex;
  justify-content: center;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}

.img-block p {
  max-width: 360px;
  margin-left: 60px;
}

.promo6 {
  position: relative;
  margin-bottom: 162px;
}

.promo6 .left {
  width: 1260px;
  height: 768px;
  border-radius: 0px 20px 0px 0px;
  text-align: right;
  padding: 68px 112px;
  color: #fff;
  background: url("../img/odnomer.jpg") no-repeat top left #26252a;
}

.promo6 h2,
.promo6 h3 {
  margin: 0;
}

.promo6 h2 {
  color: #000;
}

.promo6 .right {
  padding: 60px;
  position: absolute;
  max-width: 660px;
  left: 1020px;
  top: 273px;
  background-color: #ffffff;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05);
}

.promo6 .right h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 44px;
}

.promo6 .right h3::after {
  display: block;
  content: "";
  width: 114px;
  height: 4px;
  background-color: #2c3d2a;
  margin-top: 44px;
}

.promo6 .right p:not(:last-child) {
  margin-bottom: 30px;
}

.promo6 .right p:last-child {
  margin-bottom: 0;
}

.action-form {
  display: flex;
  background: #26252a;
  border-radius: 20px;
  position: relative;
  padding: 51px 60px 45px;
  color: #fff;
}

/* .action-form::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(84.98deg, rgba(27, 26, 30, 0) 6.38%, #3C3943 92.08%);
} */

.action-form h2 {
  margin: 0;
  position: relative;
  text-align: left;
}

.action-form .column:first-child {
  flex: auto;
  width: 100%;
  max-width: 681px;
}

.action-form .column:first-child img {
  margin: -10px 0 -40px -15px;
}

.action-form .column:first-child > div {
  display: flex;
}

.action-form .banner {
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  background-color: #7c7c84;
  border-radius: 0px 2px 2px 0px;
  padding: 5px 16px 5px 10px;
  text-align: right;
  max-width: 284px;
  width: 100%;
  margin: 0 43px 0 -60px;
}

.action-form .price {
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  color: #ef977c;
}

.action-form .column:last-child {
  max-width: 432px;
}

.action-form .price-in {
  font-size: 30px;
  margin: 0 0 22px 0;
  line-height: 40px;
  color: #818181;
}

.action-form ul li {
  font-size: 18px;
  line-height: 28px;
  margin: 6px 0;
}

.action-form .form {
  margin-top: 43px;
}

.all-one-day {
  background-color: #f8f8f8;
  padding-top: 267px;
  margin-top: -176px;
  padding-bottom: 1px;
}

.all-one-day .center-text {
  margin-bottom: 60px;
}

.all-one-day h2 {
  margin-bottom: 50px;
}

.all-in-one {
  display: flex;
}

.all-in-one .list {
  flex: 0 0 auto;
  max-width: 361px;
  width: 100%;
}

.all-in-one .list__item {
  font-size: 18px;
  line-height: 28px;
  padding-left: 84px;
  position: relative;
}

.all-in-one .list .list__item:not(:last-child) {
  margin-bottom: 60px;
}

.all-in-one .list__item::before {
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  border: 6px solid #2c3d2a;
  border-radius: 50%;
  background: url(../img/check.png) no-repeat center center;
  background-color: #808a72;
  position: absolute;
  top: 0;
  left: 0;
}

.all-in-one .list2__item {
  margin-bottom: 50px;
}

.all-in-one .list2__item .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}

.all-in-one .list2__item .title::after {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #2c3d2a;
  margin-top: 16px;
}

.result {
  padding-top: 93px;
  overflow: hidden;
  width: 100%;
}

.result h2 {
  margin-bottom: 33px;
}

.result .swiper {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.result .swiper-slide {
  width: 360px;
  height: 360px;
  /* margin-right: 30px; */
  overflow: hidden;
  /* background-color: #ECECEC; */
}

.result .swiper-slide img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.about {
  
  margin-top: 146px;
  position: relative;
  background: url("../img/about-img.jpg") no-repeat top right;
}

.about h2 {
  margin-bottom: 40px;
}

.about h2::after {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #2c3d2a;
  margin-top: 40px;
}

.about .columns {
  display: flex;
  justify-content: space-between;
}

.about .nums-block {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 80px;
  max-width: 800px;
}

.nums-block .num__item {
  display: flex;
  align-items: center;
  /* margin-bottom: 47px; */
  margin: 0 auto 47px 0;
}

.nums-block .num__item .num {
  margin-right: 16px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  color: #000000;
}

.nums-block .num__item .text {
  padding-left: 16px;
  border-left: 1px solid #cacaca;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a0a0a0;
}

.about .columns .column:first-child p {
  max-width: 661px;
}

.about .custom-position {
  position: absolute;
  left: 805px;
  top: 254px;
}

.worker {
  margin-bottom: 58px;
  overflow-x: hidden;
}

.worker h2 {
  margin-bottom: 45px;
}

.worker__list {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  overflow: visible;
  /* margin: 0 -24px; */
}

.worker__item {
  max-width: 320px;
  margin: 0 0 23px;
}

.worker__img {
  margin-bottom: 22px;
}

.worker__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.worker__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 13px;
}

.worker__dop {
  font-size: 16px;
  line-height: 24px;
  color: #696969;
}

.worker__item .worker__dop-hegiht {
  margin-bottom: 12px;
  min-height: 75px;
}

.reviews-block {
  padding-top: 58px;
}

.reviews-block h2 {
  margin-bottom: 14px;
}

.reviews {
  display: block;
  width: 100%;
}

.reviews .swiper-slide {
  width: 257px;
}

.stat {
  display: flex;
  justify-content: space-between;
}

.stars {
  display: flex;
  align-items: center;
}

.star__list {
  display: flex;
  margin-right: 14px;
}

.star__item {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  background: url(../img/activeStar.png) no-repeat center center / cover;
}

.star__item:not(.active) {
  filter: grayscale(1);
}

.star__num {
  font-size: 18px;
  line-height: 28px;
}

.reviews___num {
  display: flex;
  align-items: center;
}

.reviews___num svg {
  width: 32px;
  height: 32px;
  margin-right: 6px;
}

.video-reviews {
  display: block;
  width: 100%;
  margin-top: 45px;
}

.video-reviews .swiper-slide {
  width: 339px;
}

.video-reviews .swiper-slide .video {
  display: block;
  width: 100%;
  height: 202px;
  background: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}

.video-reviews .swiper-slide .video::after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/play.png) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-reviews .swiper-slide .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.video-reviews .swiper-slide .sub_name {
  font-size: 16px;
  line-height: 24px;
  color: #868686;
}

.footer {
  margin-top: 76px;
  padding-top: 29px;
  background: linear-gradient(100.91deg, #1b1a1e -2.07%, #4d4a54 99.7%), #34373e;
}

.footer .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.epilogue {
  display: flex;
  flex: 0 0 100%;
  margin-top: 48px;
  padding: 24px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.notification {
  flex: 0 0 70%;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
}

.akiwa-logo {
  display: flex;
  flex: 0 0 30%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.akiwa-logo img {
  height: 50px;
  margin-right: 15px;
}

.akiwa-logo span {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.footer .logo {
  width: 270px;
}

.footer .flex {
  display: flex;
  align-items: center;
}

.pays img {
  vertical-align: middle;
  margin: 0 13px;
}

.footer .info {
  margin-right: 25px;
}

.footer .info p {
  text-align: right;
  color: #ffffff;
}

.footer .info .phone {
  font-size: 22px;
  line-height: 35px;
  color: #ffffff;
}

.footer .social {
  margin: 0;
  margin-left: 47px;
}

.footer .social .social__item {
  opacity: 0.6;
}

.first-block p {
  position: relative;
  z-index: 1;
}

.dev {
  display: flex;
  gap: 55px;
  align-items: center;
  max-width: 355px;
}

.dev__logo {
  flex-shrink: 0;
}

.dev__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dev__text {
  font-size: 14px;
  line-height: normal;
  position: relative;
  color: #fff;
}

.dev__text a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}

.dev__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -43px;
  width: 28px;
  height: 1px;
  background: #fff;
}

.n-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.n-content {
  flex-grow: 1;
  padding-top: 40px;
}

.footer__info {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer__info a {
  transition: color 0.3s ease 0s;
}

.footer__info a:hover {
  color: #808a72;
}

.footer__detail {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__detail * {
  color: inherit;
}

.footer-link__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link__item {
  color: #fff !important;
}

.footer-link__item:hover {
  color: #808a72 !important;
}

.n-policy {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  display: flex;
  gap: 10px;
}

.n-policy * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.n-policy input {
  display: none;
}

.n-policy label > div {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s ease 0s;
}

.n-policy label > div::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 8px;
  border-top: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  transform: rotate(225deg);
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.n-policy input:checked + div::after {
  opacity: 1;
}

.n-policy input._error + div {
  border-color: red;
}

.btn-up {
  width: 50px;
  height: 50px;
  background: url("/img/arrow-up.png") no-repeat center / contain;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: transform 0.3s ease 0s;
  transform: scale(1);
  cursor: pointer;
  z-index: 10;
}

.btn-up:active {
  transform: scale(0.97);
}

.btn-up._is-hidden {
  transform: scale(0);
}

.about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about__wrapper .btn {
  align-self: center;
}

.solution__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.solution__price {
  font-size: 25px;
  line-height: 30px;
  color: #2c3d2a;
  font-weight: 500;
}

@media only screen and (max-width: 1780px) {
  /* .promo2 {
    padding-right: 100px;
  } */

  .promo5 .custom-position {
    left: 855px;
  }
}

@media only screen and (max-width: 1680px) {
  .promo5 .custom-position {
    width: 700px;
  }

  .promo6 .right {
    left: 940px;
  }
}

@media only screen and (max-width: 1560px) {
  /* .promo2 .img-one {
    width: 630px;
  } */

  .promo5 .custom-position {
    width: 600px;
    left: 785px;
  }

  .promo6 .right {
    left: 710px;
  }
}

@media only screen and (max-width: 1490px) {
  .container {
    max-width: 1200px;
  }

  .first-block {
    padding: 66px 31rem 88px 89px;
  }

  .first-block img {
    width: 470px;
  }

  .first-block .custom-img {
    right: 16px;
  }

  .first-block .custom-img::before {
    left: -10%;
  }

  .header .logo {
    margin-right: 20px;
  }

  .header .info__item:not(:last-child) {
    margin-right: 10px;
  }

  .header .info-margin {
    margin-right: 20px;
  }

  .header .phone {
    font-size: 18px;
    line-height: 21px;
  }

  .menu-button {
    font-size: 0;
    margin-left: 15px;
  }

  .header .container,
  .header .info {
    justify-content: space-between;
  }

  .promo .column:last-child {
    max-width: 600px;
  }

  .center-text {
    margin: 41px 0;
  }

  .implant .title-block {
    padding: 40px;
  }

  .title-block {
    max-width: 400px;
    font-size: 40px;
    line-height: 45px;
  }

  .implant__item::before {
    background-position: top left !important;
    overflow: hidden;
  }

  .implant__list .implant__item:nth-child(1)::before {
    width: 392.5px;
  }

  .implant__list .implant__item:nth-child(2)::before {
    width: 412px;
  }

  .implant__list .implant__item:nth-child(3)::before {
    width: 533px;
  }

  .implant__list .implant__item:nth-child(1) {
    top: 31.2%;
  }

  .implant__list .implant__item:nth-child(2) {
    top: 44.6%;
  }

  .implant__list .implant__item:nth-child(3) {
    top: 61.3%;
  }

  .solution__item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .solution__item .content {
    max-width: 481px;
  }

  .how-work .swiper-slide {
    width: 560px;
  }

  .img-block {
    margin-top: -100px;
    top: -60px;
  }

  .img-block img {
    width: 60%;
  }

  .all-in-one {
    flex-flow: row wrap;
  }

  .all-in-one .list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    max-width: unset;
    width: 100%;
  }

  .all-in-one .list__item {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 0 20px 0 !important;
    max-width: 440px;
    width: 100%;
  }

  .all-in-one .list__item::before {
    flex: 0 0 55px;
    position: static;
    margin-right: 20px;
  }

  .all-in-one .list2 {
    flex: 1;
  }

  .about {
    background-position: 130% 0px;
  }

  .promo5 .container {
    position: relative;
  }

  .promo5 .custom-position {
    width: 44%;
    left: auto;
    right: -10px;
  }

  .promo2 .img-one {
    width: 740px;
  }
}

@media only screen and (max-width: 1280px) {
  .container {
    max-width: 980px;
  }

  .footer__info {
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }

  .header .info-margin {
    display: none;
  }

  .menu-border {
    padding: 80px 120px;
  }

  .first-block .custom-img::before {
    width: 357px;
    height: 357px;
    left: 10%;
  }

  .first-block {
    padding: 40px 480px 40px 40px;
  }

  .first-block h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .first-block h1 span {
    font-size: 50px;
    line-height: 50px;
  }

  .first-block p {
    max-width: 400px;
    font-size: 18px;
    line-height: 28px;
  }

  .first-block img {
    width: 390px;
  }

  .message p {
    font-size: 14px;
    line-height: 18px;
  }

  .promo {
    flex-flow: row wrap;
    justify-content: center;
  }

  .promo .column {
    width: 100%;
    padding: 0;
  }

  .promo p {
    max-width: unset;
  }

  .promo .column:first-child {
    padding: 0;
  }

  .promo2 .img-one {
    left: auto;
  }

  .promo2 {
    padding: 0;
  }

  .implant__list .implant__item:nth-child(1)::before {
    width: 342.5px;
    /* right: auto; */
    /* left: -62%; */
  }

  .implant__list .implant__item:nth-child(2)::before {
    width: 362px;
    /* right: auto; */
    /* left: -66%; */
  }

  .implant__list .implant__item:nth-child(3)::before {
    width: 493px;
    /* right: auto; */
    /* left: -75%; */
  }

  .promo3 .column:first-child {
    width: 50%;
  }

  .promo3 .column:last-child {
    width: 50%;
  }

  .solution__item .img {
    flex: 0 0 130px;
    margin-right: 10px;
  }

  .solution__item .content {
    max-width: 441px;
  }

  .solution__item .price-block {
    padding-left: 30px;
  }

  .translate-top .columns {
    flex-flow: row wrap;
  }

  .translate-top .columns .column {
    width: 100%;
    max-width: unset !important;
  }

  .translate-top .text-block {
    margin-left: auto;
    margin-right: auto;
  }

  .promo5 .title-block,
  .promo5 .text-block2 {
    margin-left: auto;
    margin-right: auto;
  }

  .promo5 .custom-position {
    position: static;
  }

  .promo5 .block-ttiles {
    margin-bottom: -200px;
  }

  .promo5 .custom-position {
    display: block;
    margin: 0 auto;
  }

  .img-block {
    flex-flow: row wrap;
    position: static;
    margin: 0;
  }

  .img-block img {
    order: 2;
    margin-bottom: 30px;
  }

  .img-block p {
    order: 1;
    margin: 0 0 20px 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: unset;
  }

  /* .promo5::after {
    display: none;
  } */

  .promo6 .right {
    left: auto;
    right: 0;
  }

  .action-form {
    flex-flow: row wrap;
    justify-content: center;
  }

  .action-form .column {
    /* text-align: center; */
    max-width: unset !important;
  }

  .action-form .column:first-child {
    text-align: center;
    margin-bottom: 40px;
  }

  .about {
    background-position: 70% 50%;
    background-size: 50%;
  }

  .about .custom-position {
    position: static;
    order: 3;
    margin-top: 99px;
  }

  .about .column {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }

  .about h2 {
    order: 1;
  }

  .about p {
    order: 2;
  }

  .about .columns .column:first-child p {
    max-width: unset;
  }

  .about .nums-block {
    order: 4;
    margin: 155px auto 0;
  }

  .footer .container {
    justify-content: space-between;
  }

  .footer .logo {
    order: 1;
  }

  .footer .flex {
    order: 2;
  }

  .footer .pays {
    order: 3;
    margin-top: 30px;
  }

  .footer .epilogue {
    order: 4;
  }

  .notification {
    font-size: 20px;
    line-height: 28px;
    flex: auto;
  }

  .notification br {
    display: none;
  }

  .akiwa-logo {
    flex: 0 0 40%;
  }

  .menu-border .info {
    display: block;
  }

  .menu-border .info__item {
    display: flex;
    margin-bottom: 30px;
    color: #fff;
  }

  .menu-border .info__item svg * {
    stroke: #fff;
  }

  .promo6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .promo6 .left {
    width: 100%;
    background-size: cover;
  }

  .promo6 .right {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .implant img {
    height: 868px;
  }

  .center-text p {
    max-width: 665px;
  }

  .promo h2 {
    max-width: 350px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1180px) {
  .implant img {
    object-position: 68%;
  }

  .implant .title-block::before {
    margin-bottom: 38px;
  }

  .implant .title-block {
    margin: 0 auto -42px;
  }

  .implant__list {
    top: 100px;
  }

  .implant__item {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 990px) {
  .footer .epilogue {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .notification {
    text-align: center;
  }

  .container {
    max-width: 720px;
  }

  .first-block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .first-block > p {
    font-size: 18px;
    line-height: 23px;
  }

  .first-block {
    padding: 40px 300px 40px 40px;
  }

  .first-block img {
    width: 290px;
  }

  .first-block .custom-img {
    right: 0;
    top: auto;
    bottom: 0;
  }

  .first-block .custom-img::before {
    width: 307px;
    height: 307px;
    left: 20px;
    top: 121px;
  }

  .message {
    width: 329px;
    padding: 25px;
    bottom: -207px;
    right: -10px;
  }

  .message div p {
    padding: 0;
  }

  .message div img {
    position: static;
    transform: none;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .promo h2 {
    margin-bottom: 24px;
  }

  .promo2 .img-two {
    right: 10px;
    bottom: -45px;
  }

  .solution-popup {
    padding: 30px;
    max-width: 80%;
  }

  .solution-popup .columns .column:last-child {
    width: 100%;
  }

  .menu-border {
    height: 100vh;
  }

  .menu__item {
    font-size: 20px;
    line-height: 30px;
  }

  .menu .menu__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .solution__item {
    flex-flow: row wrap;
    padding: 20px;
  }

  .solution__item .price-block {
    width: 100%;
    border-left: none;
    border-top: 1px solid #d5d5d5;
    padding: 18px 0 0 0;
    margin: 16px 0 0 0;
  }

  .solution-popup .banner {
    right: -30px;
  }

  .translate-top .center-text {
    margin: 0 0 35px 0;
  }

  .how-work .swiper-slide {
    width: 320px;
  }

  .all-in-one img {
    display: block;
    margin: 0 auto;
  }

  .about .custom-position {
    width: 240px;
  }

  .footer .logo {
    margin-bottom: 20px;
  }

  .promo h2 {
    max-width: 290px;
    font-size: 24px;
    line-height: 30px;
  }

  .solution__item .content {
    padding-right: 0px;
    border: none;
  }
}

@media only screen and (max-width: 760px) {
  .promo5 .block-ttiles {
    margin-bottom: -130px;
  }

  .container {
    max-width: 540px;
  }

  .footer__detail {
    align-items: center;
  }

  .footer-link__list {
    align-items: center;
  }

  .footer-link__item {
    text-align: center;
  }

  .footer__detail {
    text-align: center;
  }

  .header {
    padding: 15px 0;
  }

  .header .logo {
    width: 48px;
  }

  .header .phone {
    font-size: 0;
    width: 39px;
    height: 39px;
    background: url(../img/phoneIco.png) no-repeat center center #3a7a3f;
    border-radius: 2px;
  }

  .header a.btn {
    font-size: 12px;
    line-height: 13px;
    padding: 13px 16px;
  }

  .menu-border {
    padding: 26px 20px 29px 15px;
  }

  .menu-border .logo {
    display: none;
  }

  .menu-border > div {
    display: block;
  }

  .menu-border .offers {
    display: block;
  }

  .menu-border .offers .phone {
    display: block;
  }

  .menu-border .info {
    margin-top: 34px;
  }

  .adress br {
    display: none;
  }

  .menu-border a.btn {
    vertical-align: middle;
  }

  .menu-border .social {
    display: inline-flex;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 40px;
  }

  .first-block img {
    width: 310px;
  }

  .first-block .btn {
    margin-top: 150px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
  }
  .result h2 br {
    display: none;
  }
  .result h2 {
    max-width: 450px;
  }
  .about .nums-block {
    margin: 90px auto 0;
  }
  .first-block {
    padding: 38px;
    margin-bottom: 253px;
  }

  .first-block .custom-img {
    overflow: hidden;
    bottom: 45px;
  }

  .first-block .custom-img::before {
    left: 140px;
    top: 141px;
  }

  .first-block .custom-img img {
    position: relative;
    right: 0;
  }

  .message {
    bottom: -205px;
    right: 14px;
  }

  .btn-large,
  a.btn-large {
    padding: 18px;
  }

  .content p {
    font-size: 16px;
    line-height: 25px;
  }

  .nums .num {
    font-size: 40px;
    line-height: 50px;
  }

  .promo .nums {
    margin-bottom: 41px;
  }

  .promo .video {
    height: 320px;
  }

  .promo2 .img-one {
    width: 100%;
  }

  .promo2 .img-two {
    width: 163px;
  }

  .center-text p {
    font-size: 20px;
    line-height: 30px;
  }

  .center-text::before,
  .center-text::after {
    margin: 20px 0;
  }

  .title-block {
    font-size: 30px;
    line-height: 40px;
  }

  .implant__list .implant__item:nth-child(1)::before {
    /* background: url(../img/line2-1.png) no-repeat top center;
    width: 207.5px;
    height: 67px; */
    right: 58%;
  }

  .implant__list .implant__item:nth-child(2)::before {
    /* background: url(../img/line2-1.png) no-repeat top center;
    width: 213px;
    height: 123.97px; */
    right: 52%;
  }

  .implant__list .implant__item:nth-child(3)::before {
    /* background: url(../img/line2-1.png) no-repeat top center;
    width: 229px;
    height: 92.97px; */
    width: 413px;
  }

  .implant__list .implant__item:nth-child(1) {
    top: 38.6%;
    top: 21.2%;
  }

  .implant__list .implant__item:nth-child(2) {
    top: 38.6%;
  }

  .promo3 .column:first-child {
    width: 100%;
  }

  .problems__list .title {
    font-size: 20px;
    line-height: 30px;
  }

  .problems__item {
    max-width: 171px;
    font-size: 13px;
    line-height: 20px;
  }

  .solution__item .img {
    flex: 0 0 80px;
  }

  .solution__item .content {
    width: 100%;
    max-width: unset;
  }

  .solution__item .title {
    padding-left: 83px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding: 0 0px;
  }

  .solution__price {
    font-size: 18px;
    line-height: 28px;
  }

  .solution__right {
    gap: 16px;
  }

  .price {
    font-size: 22px;
    line-height: 35px;
  }

  .solution__item .price-block .price-name {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .solution-popup .columns .column:first-child {
    width: 100%;
    margin: 0%;
    text-align: center;
  }

  .solution-popup .img {
    width: 161px;
    height: 161px;
    margin: 0 auto 20px;
  }

  .solution-popup h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 21px;
  }

  .solution-popup .column > div:not([class]) {
    position: fixed;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);

    background: #ffffff;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 328px;
    height: 117px;
    z-index: 10;
    overflow: hidden;
  }

  .solution-popup .banner {
    position: static;
    padding: 13.5px 29px 13.5px 39px;

    font-size: 14px;
    line-height: 21px;
  }

  .solution-popup .price {
    margin: 0;
    padding: 14.5px 36px 14.5px 38px;
    font-size: 30px;
    line-height: 40px;
  }

  .problems {
    padding-bottom: 50px;
  }

  .color-title {
    padding-top: 25px;
    padding-bottom: 284px;
  }

  .translate-top {
    padding: 28px 21px 28px 28px;
  }

  .text-block {
    padding: 21px 18px 50px 24px;
    margin: 0;
  }

  .text-block::after {
    margin-top: 69px;
  }

  .select-user {
    margin-bottom: 21px;
  }

  .slide-name {
    font-size: 22px;
    line-height: 35px;
  }

  .promo5 .title-block {
    font-size: 20px;
    line-height: 30px;
  }

  .promo5 .custom-position,
  .img-block img {
    width: 100%;
  }

  .promo6 .left {
    height: 355px;
    padding: 17px 24px;
    max-width: 582px;
  }

  .promo6 .right {
    position: static;
    margin-top: -40px;
  }

  .action-form .column:first-child img {
    width: 100%;
  }

  .action-form .column:first-child > div {
    flex-flow: row wrap;
    justify-content: center;
  }

  .action-form .banner {
    order: 2;
    width: 100%;
    margin: 0%;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    max-width: unset;
    position: relative;
  }

  .action-form .banner::before,
  .action-form .banner::after {
    display: block;
    content: "";
    width: 15%;
    height: 100%;
    background-color: #7c7c84;
    position: absolute;
    top: 0;
  }

  .action-form .banner::before {
    left: -60px;
  }

  .action-form .banner::after {
    right: -60px;
  }

  .action-form .banner br {
    display: none;
  }

  .action-form .price {
    display: block;
    order: 1;
    width: 100%;
    margin-bottom: 23px;

    font-size: 40px;
    line-height: 50px;
  }

  .action-form {
    overflow: hidden;
  }

  .all-in-one img {
    width: 100%;
  }

  .about {
    background-size: 70%;
  }

  .footer .container {
    flex-flow: column;
  }

  .footer .flex {
    flex-flow: column;
  }

  .notification {
    flex: 0 0 100%;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .akiwa-logo {
    flex: 0 0 100%;
  }

  .footer .info {
    margin: 0 0 20px 0;
    text-align: center;
  }

  .footer .social {
    margin: 30px 0 0 0;
  }

  .first-block p:not(.message p) {
    max-width: 215px;
  }
}

@media only screen and (max-width: 560px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: unset;
  }

  .first-block {
    margin-top: 0;
    border-radius: 0;
    padding-top: 36px;
  }

  .first-block h2 {
    max-width: 340px;
  }

  .message {
    bottom: -180px;
  }

  .first-block {
    margin-bottom: 235px;
  }

  .promo6 {
    margin-bottom: 32px;
  }

  .action-form {
    max-width: 90vw;
  }

  .implant__item {
    max-width: 163px;
    padding: 0;
    left: 54.4%;
  }

  .implant__item .name {
    font-size: 18px;
    line-height: 22px;
  }

  .implant__item .desc {
    font-size: 13px;
    line-height: 18px;
  }

  .implant__list .implant__item:nth-child(1)::before {
    background: url(../img/line2-1.png) no-repeat top center;
    width: 217.5px;
    height: 125px;
    right: 45%;
    top: 24px;
  }

  .implant__list .implant__item:nth-child(2)::before {
    background: url(../img/line2-2.png) no-repeat top center;
    width: 213px;
    height: 123.97px;
    right: 46%;
    top: 24px;
  }

  .implant__list .implant__item:nth-child(3)::before {
    background: url(../img/line2-3.png) no-repeat top center;
    width: 229px;
    height: 92.97px;
    top: 47px;
  }

  .implant__list .implant__item:nth-child(1) {
    top: 19.2%;
  }

  .implant__list .implant__item:nth-child(2) {
    top: 42.6%;
  }

  .about {
    background-position: 70% 41%;
    margin-top: 56px;
  }

  .promo h2 br {
    display: none;
  }

  .promo2 h2 {
    max-width: 250px;
  }
}

@media only screen and (max-width: 450px) {
  .first-block p:not(.message p) {
    max-width: 190px;
  }

  .first-block h2 {
    margin-bottom: 25px;
  }

  .first-block .btn {
    margin-top: 190px;
    margin-bottom: 10px;
  }

  .message {
    position: relative;
    bottom: 0;
    width: 100%;
    left: auto;
    right: auto;
    margin: 0 auto -220px;
  }

  .message p {
    max-width: unset;
  }

  .first-block {
    margin-bottom: 253px;
  }

  .promo .video {
    height: 177px;
  }

  .promo .video:before {
    width: 40px;
    height: 40px;
  }

  .promo2 {
    position: relative;
  }

  .promo2 .column:first-child {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
  }

  .promo2 h2 {
    margin-bottom: 290px;
  }

  .implant img {
    object-position: 65%;
  }

  .solution-popup {
    max-width: 90%;
  }

  .translate-top .columns .column:last-child {
    position: static;
  }

  .translate-top {
    position: relative;
    padding-bottom: 0px;
  }

  .translate-top .columns {
    margin-inline: -15px;
  }

  .translate-top .columns .column:first-child {
    padding-inline: 15px;
  }

  /* .swiper-slide:not([class*="-active"], [class*="-prev"]) .slide-num {
    background-color: #2c3d2a;
    font-size: 0;
  }

  .swiper-slide:not([class*="-active"], [class*="-prev"]) .slide-num::before {
    background-color: #808a72;
  }

  .swiper-slide:not([class*="-active"], [class*="-prev"]) .slide-num::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/arrowSliderDouble.png) no-repeat center center;
  } */

  .promo5 .title-block {
    padding: 50px 25px 25px;
  }

  .title-block::before {
    width: 57px;
    margin-bottom: 43px;
  }

  .promo5 .text-block2 {
    padding: 25px;
  }

  /* .promo6 .left {
    background-position: -150px 0;
    background-size: 130%;
  } */

  .action-form .banner::before {
    left: -11%;
  }

  .action-form .banner::after {
    right: -11%;
  }

  .promo6 .right {
    padding: 20px;
    width: calc(100% - 30px);
  }

  .all-in-one .list__item::before {
    flex: 0 0 41px;
    width: 41px;
    height: 41px;
    box-sizing: border-box;
    background-size: 90%;
  }

  .result .swiper-slide {
    width: 313px;
    height: 313px;
  }

  .about .custom-position {
    width: 140px;
  }

  .about {
    background-position: 70% 63%;
  }

  .nums-block .num__item .num {
    font-size: 40px;
    line-height: 50px;
    min-width: 105px;
  }

  .nums-block .num__item .text {
    font-size: 11px;
    line-height: 16px;
  }

  .nums-block .num__item {
    margin-bottom: 21px;
  }

  .about .nums-block {
    margin: 40px auto 0;
    max-width: 280px;
  }

  .menu-border .social {
    margin-left: 0;
    margin-top: 40px;
  }

  .menu-button {
    padding: 0;
  }

  .humburger {
    margin-left: 0;
  }

  .btn-large,
  a.btn-large {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }

  .form .btn {
    width: 100%;
  }

  .popup .form {
    width: 300px;
    padding: 25px;
  }

  .popup .form .form__title {
    font-size: 30px;
    line-height: 40px;
  }

  .first-block > p {
    font-size: 14px;
    line-height: 21px;
  }

  .first-block h1 {
    font-size: 21px;
    line-height: 30px;
    max-width: 300px;
  }

  .first-block h1 span {
    font-size: 35px;
    line-height: 35px;
  }

  .promo2 .img-two {
    bottom: 67%;
  }

  .footer .info p {
    text-align: center;
  }

  .pays img {
    margin: 0px 7px;
  }
}

@media only screen and (max-width: 360px) {
  .header .info .btn {
    display: none;
  }

  .header .phone {
    margin-right: 0px;
  }

  .dev {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }

  .dev__text::before {
    display: none;
  }

  .dev__text {
    text-align: center;
  }
}

@media only screen and (max-width: 451px) {
  .column content2 {
    margin-bottom: 10px;
  }
}

.container h2.title-policy {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
}
.all-teeth-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* Card */
.price-card {
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: auto;
  align-self: stretch;
}

.price-card__header {
  padding: 26px 26px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 2;
}

.price-card__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.price-card__logo {
  order: 2;
  width: 140px;
  height: 62px;
  flex: 0 0 140px;
  object-fit: contain;
  object-position: 50% 50%;
}

.price-card__meta {
  order: 1;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.price-card__name {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

.price-card__sub {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #6d6d6d;
}

.price-card__body {
  position: relative;
  padding: 18px 26px 26px;
  background: rgba(128, 138, 114, 0.1);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.price-card__top {
  margin: 2px 0 10px;
}

.price-card__chips {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  min-width: 0;
}

.price-card__chips--full {
  margin: 0 0 16px;
}

.price-card__bottom {
  margin-top: auto;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  background: #808a72;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
  white-space: nowrap;
}

.price-card__chips--full .chip {
  white-space: normal;
}

.price-card__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.price-card__row + .price-card__row {
  border-top: 1px solid rgba(44, 61, 42, 0.12);
}

.price-card__cta {
  margin-top: 18px;
}
.price-card__cta .btn {
  width: 100%;
  background: #2c3d2a;
  text-align: center;
}

.price-card__label {
  font-size: 18px;
  line-height: 28px;
}

.price-card__value {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #2c3d2a;
  white-space: nowrap;
}

@media (max-width: 990px) {
  .all-teeth-pricing__grid {
    grid-template-columns: 1fr;
  }
  .price-card__logo {
    width: 112px;
    flex-basis: 112px;
    height: 53px;
  }
}
@media (max-width: 767px) {
  .price-card__row {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .chip {
    white-space: normal;
  }
}
@media (max-width: 375px) {
  .price-card__brand {
    flex-direction: column;
  }
}
.how-work__top {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 51px;
}
.how-work__top h2 {
  margin: 0;
}
.n-nav {
  display: flex;
  gap: 24px;
}
.n-nav__prev,
.n-nav__next {
  width: 55px;
  height: 55px;
  background-color: #2c3d2a;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.n-nav__prev::before,
.n-nav__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 18px;
}
.n-nav__prev::before {
  background: url("../img/arrow-left.svg") no-repeat center / contain;
}
.n-nav__next::before {
  background: url("../img/arrow-right.svg") no-repeat center / contain;
}
@media screen and (max-width: 767px) {
  .n-nav {
    gap: 16px;
  }
  .n-nav__prev,
  .n-nav__next {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 479px) {
  .how-work__top {
    flex-direction: column;
  }
}
@media (min-width: 2535px) {
    .about .custom-position {
        left: 906px;
    top: 243px;
    }
}
@media (min-width: 2535px) {
    .container {
        max-width: 1400px;
        
        margin-bottom: 143px;
    }
    
    .about {
        background-position: top calc(0%) right 190px;
    }
}
@media (min-width: 2535px) {
  .promo5 .custom-position {
    left: 1312px;
  }
}
@media (min-width: 2535px) {
  .promo2 .img-two {
    right: 49px;
  }
}