ul {
  list-style-type: none;
}

.seo__block ul {
  list-style-type: disc;
}

p,
pre {
  margin: 1em 0;
}

.wrapper {
  max-width: 1200px;
  min-width: 320px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.icons-list {
  padding: 39px 0 19px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.icons-list__item {
  max-width: 260px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.icons-list__item__txt {
  max-width: 171px;
  margin: 2px 0 20px 34px;
  font-size: 15px;
  color: #000;
  line-height: 19px;
  letter-spacing: 0.02em;
  font-weight: bold;
}

/*.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0
}*/

.col-1-3 {
  max-width: 360px;
}

.col-2-3-wide {
  max-width: 750px;
}

.col-2-3 {
  max-width: 550px;
}

.wrapper_content .col-2-3 {
  max-width: 750px;
}

.service_new-container .btn,
.page-header__content .btn {
  border-radius: 6px;
  background-color: #9d2945;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0 10px;
  width: 100%;
  max-width: 245px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  /*transition: box-shadow .2s ease;*/
  border: none;
}

.service_new-container .btn.btn_blue {
  background-image: linear-gradient(45deg, #677da6 0%, #7c92ba 100%);
}

.wrapper_content {
  padding: 50px 0px 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.wrapper_content h2 {
  font-size: 28px;
  line-height: 36px;
  color: #000;
  padding: 0 0 25px;
  margin: 0;
  letter-spacing: -0.018em;
}

.wrapper_content h4 {
  font-size: 21px;
  color: #000;
  margin: 30px 0;
}

.wrapper_content ul li {
  background: url(../img/list-icon.png) no-repeat;
  background-position: 0 7px !important;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 13px;
  padding: 0 0 0 35px;
  letter-spacing: -0.0029em;
}

.form {
  padding: 16px 14px;
  margin: 14px 0 0;
  background: #fff;
  border-radius: 6px;
}

.form__wrapper {
  padding: 25px 25px 25px;
  border: 1px solid #e9eef4;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.form__title {
  color: #000;
  font-size: 21px;
  text-align: center;
  padding: 0 0 18px;
  margin: 0 0 40px;
  position: relative;
}

.form__item {
  margin: 0 0 25px;
}

.form__item label {
  font-size: 13px;
  color: #717577;
  padding: 0 0 5px;
  display: block;
}

.form__item input[type="text"],
.form__item input[type="tel"],
.form__item input[type="email"],
.form__item input[type="date"],
.form__item input[type="time"] {
  background-color: #e9eef4;
  border: 1px solid #e9eef4;
  border-radius: 6px;
  height: 38px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.service_new-container .form__btn {
  min-height: 48px;
  width: 100%;
  max-width: 100%;
}

.form__policy {
  margin-top: 30px;
  text-align: center;
  color: #c1c6cd;
  font-size: 11px;
  line-height: 18px;
}

.form__policy a {
  color: #9d2945;
  text-decoration: underline;
}

.video {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper_about .col-1-3 h3,
.title-3 {
  font-size: 28px;
  line-height: 36px;
  color: #000;
  padding: 0 0 25px 30px;
  margin: 0 0 25px -30px;
  position: relative;
  font-weight: bold;
}

.wrapper_content h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 132px;
  height: 6px;
  background: #9d2945;
}

.video-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/video-bg.png) bottom left repeat-x;
}

.video-wrapper {
  display: block;
  max-width: 555px;
  margin: 20px 0 0;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.wrapper_content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 20px;
}

.employees__text p {
  font-size: 22px;
  font-weight: 400;
}

.video-wrapper > span {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 19px;
  line-height: 24px;
  padding: 0 185px 30px 30px;
  box-sizing: border-box;
  z-index: 10;
  background: url(../img/play.png) no-repeat 95% 5%;
}

.promo-block {
  background-size: contain !important;
  padding: 15px 45px 0 290px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

.gallery-img__item {
  outline: 5px solid #fff;
  margin: 0 0 30px;
  position: relative;
}

.gallery-img__item:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.gallery-img__item:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: url(../img/zoom.png) no-repeat;
  height: 50px;
  width: 50px;
  margin: auto;
}

.gallery-img__item:hover {
  outline: 5px solid #e9eef4;
}

.gallery-img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px 0 0;
}

.block_change {
  background: #fefadc;
}

.wrapper_calc {
  padding: 65px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wrapper_calc .col-2-3 {
  max-width: 780px;
}

.item {
  padding: 0 0 35px;
}

.row .col-1-2 {
  width: 90%;
  min-width: 260px;
  box-sizing: border-box;
  padding-right: 10%;
}

.item__title {
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  padding: 0 0 20px;
}

.wrapper_calc h2,
.wrapper_calc .title-2 {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  padding: 0 0 45px;
  margin: 0;
  max-width: 60%;
}

.item__text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.tooth {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  min-width: 370px;
  background: #fff;
}

.tooth__wrapper {
  border: 1px solid #d0d6de;
  background: #e9eef4;
  padding: 20px 10px 35px;
  position: relative;
  z-index: 1;
}

.btn_align {
  text-align: center;
}

.tooth__title {
  text-align: center;
  padding: 0 0 30px;
  font-size: 18px;
}

.tooth__title strong {
  font-size: 21px;
  display: block;
  padding: 0 0 10px;
}

.calc__scheme {
  position: relative;
  height: 440px;
  width: 324px;
  margin: 0 auto;
  background-image: url(https://denta-keller.ru/local/static/bundle/img/scheme-teeth.png);
}

.calc__scheme__item {
  position: absolute;
  color: #003997;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin: -3px 0 0 0;
  cursor: pointer;
}

.calc__scheme__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

.calc__scheme__item_11:before {
  left: -13px;
  top: -28px;
}

.calc__scheme i {
  background: url(../img/tooth.png) no-repeat;
  height: 440px;
  width: 324px;
  display: block;
  margin: 30px auto 0;
}

.calc__scheme__item_active {
  background: #ffde43;
}

.calc__scheme__item_11 {
  top: 30px;
  left: 151px;
}

.calc__scheme__item_11:before {
  left: -13px;
  top: -28px;
}

.calc__scheme__item_21 {
  top: 30px;
  right: 134px;
}

.calc__scheme__item_21:before {
  left: 2px;
  top: -29px;
}

.calc__scheme__item_12 {
  top: 37px;
  left: 134px;
}

.calc__scheme__item_12:before {
  left: -23px;
  top: -26px;
}

.calc__scheme__item_22 {
  top: 35px;
  right: 118px;
}

.calc__scheme__item_22:before {
  left: 11px;
  top: -23px;
}

.calc__scheme__item_13 {
  top: 50px;
  left: 120px;
}

.calc__scheme__item_13:before {
  left: -33px;
  top: -19px;
}

.calc__scheme__item_23 {
  top: 52px;
  right: 98px;
}

.calc__scheme__item_23:before {
  left: 17px;
  top: -24px;
}

.calc__scheme__item_24 {
  top: 70px;
  right: 87px;
}

.calc__scheme__item_24:before {
  left: 20px;
  top: -19px;
}

.calc__scheme__item_25 {
  top: 91px;
  right: 77px;
}

.calc__scheme__item_25:before {
  left: 22px;
  top: -15px;
}

.calc__scheme__item_26 {
  top: 123px;
  right: 77px;
}

.calc__scheme__item_26:before {
  left: 32px;
  top: -19px;
}

.calc__scheme__item_27 {
  top: 150px;
  right: 72px;
}

.calc__scheme__item_27:before {
  left: 34px;
  top: -11px;
}

.calc__scheme__item_28 {
  top: 184px;
  right: 69px;
}

.calc__scheme__item_28:before {
  left: 32px;
  top: -9px;
}

.calc__scheme__item_14 {
  top: 70px;
  left: 108px;
}

.calc__scheme__item_14:before {
  left: -36px;
  top: -16px;
}

.calc__scheme__item_15 {
  top: 90px;
  left: 97px;
}

.calc__scheme__item_15:before {
  left: -36px;
  top: -16px;
}

.calc__scheme__item_16 {
  top: 123px;
  left: 94px;
}

.calc__scheme__item_16:before {
  left: -36px;
  top: -16px;
}

.calc__scheme__item_17 {
  top: 149px;
  left: 89px;
}

.calc__scheme__item_17:before {
  left: -45px;
  top: -11px;
}

.calc__scheme__item_18 {
  top: 183px;
  left: 83px;
}

.calc__scheme__item_18:before {
  left: -40px;
  top: -10px;
}

.calc__scheme__item_31 {
  bottom: 30px;
  right: 138px;
}

.calc__scheme__item_31:before {
  left: 7px;
  top: 23px;
}

.calc__scheme__item_41 {
  bottom: 30px;
  left: 150px;
}

.calc__scheme__item_41:before {
  left: -13px;
  top: 23px;
}

.calc__scheme__item_32 {
  bottom: 35px;
  right: 120px;
}

.calc__scheme__item_32:before {
  left: 16px;
  top: 20px;
}

.calc__scheme__item_42 {
  bottom: 35px;
  left: 133px;
}

.calc__scheme__item_42:before {
  left: -20px;
  top: 18px;
}

.calc__scheme__item_33 {
  bottom: 48px;
  right: 105px;
}

.calc__scheme__item_33:before {
  left: 22px;
  top: 11px;
}

.calc__scheme__item_43 {
  bottom: 49px;
  left: 115px;
}

.calc__scheme__item_43:before {
  left: -28px;
  top: 14px;
}

.calc__scheme__item_34 {
  bottom: 65px;
  right: 93px;
}

.calc__scheme__item_34:before {
  left: 24px;
  top: 7px;
}

.calc__scheme__item_44 {
  bottom: 68px;
  left: 105px;
}

.calc__scheme__item_44:before {
  left: -32px;
  top: 9px;
}

.calc__scheme__item_35 {
  bottom: 88px;
  right: 82px;
}

.calc__scheme__item_35:before {
  left: 27px;
  top: 7px;
}

.calc__scheme__item_45 {
  bottom: 89px;
  left: 93px;
}

.calc__scheme__item_45:before {
  left: -32px;
  top: 9px;
}

.calc__scheme__item_36 {
  bottom: 117px;
  right: 80px;
}

.calc__scheme__item_36:before {
  left: 34px;
  top: 9px;
}

.calc__scheme__item_46 {
  bottom: 117px;
  left: 95px;
}

.calc__scheme__item_46:before {
  left: -41px;
  top: 7px;
}

.calc__scheme__item_37 {
  bottom: 149px;
  right: 75px;
}

.calc__scheme__item_37:before {
  left: 37px;
  top: 2px;
}

.calc__scheme__item_47 {
  bottom: 149px;
  left: 90px;
}

.calc__scheme__item_47:before {
  left: -42px;
  top: 2px;
}

.calc__scheme__item_38 {
  bottom: 178px;
  right: 75px;
}

.calc__scheme__item_38:before {
  left: 37px;
  top: -3px;
}

.calc__scheme__item_48 {
  bottom: 178px;
  left: 84px;
}

.calc__scheme__item_48:before {
  left: -42px;
  top: -3px;
}

.tooth__wrapper .btn,
.tooth__wrapper .btn:active,
.tooth__wrapper .btn:visited,
.tooth__wrapper .btn:hover {
  text-align: center;
  display: block;
  margin: 40px auto 0;
}

.wrapper_faq {
  padding: 65px 30px;
}

.wrapper_faq h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  padding-bottom: 30px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.faq {
  counter-reset: decimal;
}

.faq__item {
  padding: 28px 65px;
  border: 1px solid #dadada;
  position: relative;
}

.faq__item:first-child {
  border-radius: 8px 8px 0 0;
}

.faq__item:before {
  content: counter(decimal) ".";
  counter-increment: decimal;
  font-size: 19px;
  color: #000;
  position: absolute;
  top: 28px;
  left: 32px;
  font-weight: bold;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.faq h3.ui-accordion-header {
  background: url(../img/seo-top.png) no-repeat right center;
  font-size: 19px;
  color: #000;
  margin: 0;
  padding: 0;
}

.faq h3.ui-accordion-header.ui-accordion-header-active {
  background: url(../img/seo-bottom.png) no-repeat right center;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.block_grey {
  background: #ffff;
}

.services_new__bottom .wrapper_content {
  padding-bottom: 0;
}

.seo__title {
  display: none;
  color: #000;
  font-size: 15px;
  background: url(../img/seo-bottom.png) no-repeat right top;
  cursor: pointer;
  padding-right: 20px;
}

.seo__block {
  display: block;
  padding: 25px 0 0;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.seo__block h2 {
  font-size: 21px;
  color: #000;
  margin: 15px 0 25px;
  padding: 0;
}

.consult-wrapper .consult__employee img {
  margin-left: -40px;
  margin-right: 40px;
}

.consult-wrapper {
  background-color: #e9eef4;
  padding-top: 10px;
  margin-bottom: 20px;
}

.wrapper_content h3 {
  font-size: 28px;
  line-height: 36px;
  color: #000;
  padding: 0 0 36px 30px;
  margin: 20px 0 25px 0px;
  position: relative;
}

.contacts__link {
  display: inline-block;
  position: relative;
  padding-left: 57px;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
}

.faq .ui-accordion-content * {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.faq h3.ui-accordion-header:hover {
  color: #9d2945;
}

.page-header_implantation .h1 {
  font-weight: normal;
  color: #00375b;
  font-size: 42px;
  line-height: 40px;
  margin-bottom: 6px;
  margin-top: 22px;
}

.h1_supplement {
  font-weight: normal;
  color: #9d2945;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}

.page-header_implantation .page-header__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header__offer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 28px;
  width: 263px;
  height: 116px;
  border-radius: 6px;
  background-image: -o-linear-gradient(45deg, #ffebf0 0%, #9d2945 100%);
  background-image: linear-gradient(45deg, #ffebf0 0%, #9d2945 100%);
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
}

.page-header__offer__block::before {
  position: absolute;
  opacity: 0.06;
  color: #000;
  font-size: 219px;
  line-height: 150px;
  font-weight: normal;
  top: -8px;
  right: -30px;
  z-index: 0;
}

.page-header__offer__block > div {
  position: relative;
  z-index: 1;
}

.page-header__offer__prices {
  color: #5a5f66;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.page-header__offer__prices .old {
  text-decoration: line-through;
  margin-right: 6px;
}

.page-header__offer__block .new {
  color: #00375b;
  font-size: 22px;
  font-weight: bold;
}

.page-header__offer__desc {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.page-header__text {
  margin-top: 25px;
}

.page-header__text p {
  font-size: 18px;
  color: #00375b;
  margin-bottom: 0;
}

.page-header__text ul {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}

.page-header__text ul li {
  position: relative;
  padding-left: 24px;
  color: #5a5f66;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.page-header__text ul li::before {
  content: "";
  position: absolute;
  background-image: url(../img/list-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 10px;
  left: 0;
  top: 7px;
}

.page-header__text .btn {
  height: 56px;
  line-height: 57px;
  max-width: 266px;
}

.page-header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 505px;
  padding-right: 15px;
}

.page-header__navigation a {
  color: #9d2945;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.page-header__navigation a > span {
  border-bottom: 1px dashed #9d2945;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.page-header__offer__text {
  color: #5a5f66;
  font-size: 16px;
  font-weight: normal;
  max-width: 220px;
}

.page-header__offer__text > div:nth-child(1) {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 12px;
}

.page-header__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
}

.page-header_implantation {
  background-color: #fff;
  padding-top: 32px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #dadada;
}

.page-header__content {
  padding-bottom: 55px;
}

.page-header__image img {
  position: relative;
  height: 100%;
}

.prices-advantages {
  justify-content: space-between;
}

.prices__slider {
  position: relative;
  margin-bottom: 28px;
}

.prices__slider__inner {
  opacity: 0;
}

.prices__slider__inner.slick-initialized {
  opacity: 1;
}

.prices__slider__inner .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prices__slider__inner .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.prices__slider .prices__item {
  -webkit-box-shadow: 0 7px 14px 3px rgba(63, 81, 86, 0.1);
  box-shadow: 0 7px 14px 3px rgba(63, 81, 86, 0.1);
  background-color: #fff;
  overflow: hidden;
}

.prices__slider .prices__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 33px;
  background-color: #9d2945;
}

.prices__slider .prices__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-basis: 100%;
  height: 75px;
}

.prices__slider .prices__item__title > div {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.prices__slider .prices__item__title > div > div {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.prices__slider .prices__item__title a {
  color: #fff;
  text-decoration: none;
}

.prices__slider .prices__item__title a > span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.prices__slider .prices__item__title > div:nth-child(2) {
  max-width: 85px;
}

.prices__slider .prices__item__body {
  padding: 0 31px;
}

.prices__slider .prices__item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d7e0e2;
  line-height: 16px;
  padding: 14px 0 15px;
  font-size: 16px;
  font-weight: 500;
  min-height: 42px;
}

.prices__slider .prices__item__row_strong > div:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
}

.prices__slider .prices__item__price {
  text-align: right;
}

.prices__slider .prices__item__price .new {
  font-weight: bold;
  font-size: 17px;
  color: #000;
  min-width: 100px;
}

.prices__slider .prices__item__value {
  color: #5b6878;
  font-size: 16px;
  text-align: right;
}

.prices__slider .prices__item__total {
  padding: 0 31px;
}

.prices__slider .prices__item__total .prices__item__row {
  border-bottom: 0;
  min-height: 80px;
}

.prices__slider .prices__item__total .prices__item__text > div {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.prices__slider .prices__item__price {
  text-align: right;
}

.prices__slider .prices__item__total .prices__item__price .new {
  font-weight: bolder;
  font-size: 22px;
  color: #000;
  margin-top: 4px;
  margin-bottom: 6px;
}

.prices__slider .prices__item__note {
  padding: 0 31px 33px;
}

.prices__slider .prices__item__note > div {
  border-top: 1px solid #d7e0e2;
  padding-top: 22px;
  color: #383f41;
  font-size: 16px;
  line-height: 20px;
}

.prices__slider .prices__item__note > div > div {
  max-width: 285px;
}

.prices__slider .prices__item__note a {
  display: inline-block;
  margin-top: 14px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}

.prices__slider .prices__item__price .old {
  color: #8c8f92;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: line-through;
}

.prices__slider__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 17px;
  justify-content: space-between;
}

.prices__slider__thumbs > * {
  margin-left: 15px;
  margin-right: 15px;
}

.price__thumb {
  width: 165px;
  height: 50px;
  border-radius: 7px;
  border: 2px solid #9da1a8;
  text-align: center;
  line-height: 47px;
  color: #9da1a8;
  font-size: 16px;
  font-weight: normal;
  cursor: auto;
  -webkit-transition: border 0.1s ease, color 0.1s ease;
  -o-transition: border 0.1s ease, color 0.1s ease;
  transition: border 0.1s ease, color 0.1s ease;
}

.price__thumb.active {
  border: 2px solid #9d2945;
  color: #9d2945;
}

.promo-iw {
  margin-bottom: 50px;
}

.services_new__calc .wrapper_calc h2,
.item__text {
  color: black;
}

.prices__text__title {
  color: #9d2945;
  font-size: 22px;
  font-weight: bold;
}

.prices__text__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 35px;
}

.prices__text__grid > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 22px;
}

.prices__text__grid > *:nth-child(1) {
  flex-basis: 66.66%;
}

.prices__text__text {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.prices__text__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 28px;
  color: #5a5f66;
  padding-left: 11px;
  position: relative;
}

.prices__text__service::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #9d2945;
}

.prices__text__service > div:nth-child(2) {
  color: #000;
  white-space: nowrap;
}

.box-advantages {
  background-color: #1b2f76;
}

.advantages {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 72px;
}

.advantages-item {
  width: 33.333%;
  margin-bottom: 75px;
  padding-left: 70px;
  position: relative;
}

.advantages-icon {
  /*width: 28px;*/
  /*height: 28px;*/
  /*background-color: #53c4ca;*/
  /*border-radius: 50%;*/
  padding: 13px;
  position: absolute;
  top: 0;
  left: -15px;
}

.advantages-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
  line-height: 1.1;
}

.advantages-text {
  opacity: 0.63;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

#calculation .row .col-1-2 {
  padding-right: 0;
  padding-left: 8%;
}

#calculation .row .col-1-2 {
  position: relative;
}

.advantages-item .advantages-text {
  max-width: 300px;
}

#reviews .row {
  position: relative;
}

.absolutly {
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
}

#reviews {
  margin-bottom: 60px;
}

.price-formula__item__info [data-js="tooltip-html"] {
  display: block;
  pointer-events: none;
  /* display: none; */
  z-index: 11111;
  position: absolute;
  background-color: white;
  width: 220px;
  border: 1px solid #e9eef4;
  border-radius: 7px;
  padding: 14px;
  opacity: 0;
  transition: all 0.3s;
}

.tooltipstered:hover + .opisanie {
  opacity: 1;
  transition: all 0.3s;
}

@media(min-width: 992px) {
	#prices__slider .prices__slider .prices__item  {
	  min-height: 500px;
	}
}


.consult-wrapper .consult__employee img {
  margin-left: -40px;
  margin-right: 40px;
}
.consult__employee {
  display: flex;
  align-items: flex-start;
}
.consult__employee img {
  margin-right: 30px;
}
.consult__employee__quote {
  color: #000;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  max-width: 475px;
  margin-top: 25px;
}
.consult__employee__quote div {
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
  color: #5a5f66;
  margin-top: 20px;
}
.consult__employee__quote div a {
  color: #9d2945;
  text-decoration: underline;
}
.services_new__bottom .consult__employee__quote {
  max-width: 520px;
  margin-top: 0;
}
.services_new__bottom .consult__employee {
  margin-top: 40px;
}
@media screen and (max-width: 1170px) {
.consult__employee {
    align-items: flex-end;
  }
  .consult__employee img {
    margin-top: 15px;
  }
  .consult__employee__content {
    margin-bottom: 40px;
  }
  .consult__employee__quote {
    margin-top: 0;
  }
}
@media screen and (max-width: 880px) {
.consult__employee {
    flex-wrap: wrap;
    justify-content: center;
  }
  .consult__employee__content {
    order: -1;
    width: 100%;
    margin-bottom: 10px;
  }
  .consult__employee__quote {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
 .consult__employee {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }  
  .services_new__bottom .consult__employee {
    position: relative;
  }  
}
.consult__employee img {
  max-width: 40% !important;
}
@media screen and (max-width: 576px) {
	 .prices__slider { 
	  width: 100%; overflow: hidden; 
	}
	.services_new__bottom .consult__employee {
		margin-top: 10px;
	}
}