/* main */

body {
  padding: 0;
  margin: 0;
  color: #323231;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #638bd8;
  text-decoration: underline;
}

a:hover {
  color: #5571a4;
  text-decoration: none;
  transition: 0.5s;
}

/* header top */

header {
  background: url(../assets/site/images/bg-header.jpg) top center no-repeat;
  position: relative;
}

.menu-mob {
  display: none;
  height: 45px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.top-line {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 23px 0;
  align-items: flex-start;
}

.top-line .oms {
  width: 264px;
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.top-line .oms p.text {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #323231;
}

.top-line .oms p.text a {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #638bd8;
  display: block;
}

.top-line .oms p.text a:hover {
  color: #5571a4;
  text-decoration: none;
  transition: 0.5s;
}

.top-line .oms .icon {
  display: block;
  width: 70px;
  height: 70px;
  background: linear-gradient(180deg, #ffffff -39.29%, #e5e8ee 201.43%);
  box-shadow:
    0 4px 2px #ffffff,
    inset 0 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  margin-right: 17px;
  text-align: center;
  padding-top: 13px;
  box-sizing: border-box;
}

header .vsd-top .vsd {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 14px;
  position: absolute;
  top: 41px;
  right: 58px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

header .vsd-top .vsd:hover {
  background: #638bd8;
  transition: 0.5s;
}

header .vsd-top .vsd:hover svg path {
  fill: #ffffff;
  transition: 0.5s;
}

.wrap_clinics .wrapper {
  display: none;
  position: absolute;
  background: #ffffff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 52px;
  top: 21px;
  z-index: 2;
  width: 306px;
  height: 490px;
}

.wrap_clinics .wrap-item {
  width: 278px;
  height: 430px;
  overflow-y: scroll;
}

.wrap_clinics .wrapper.active {
  display: block;
}

.wrap_clinics .item,
.wrap_clinics .item-first {
  cursor: pointer;
  display: flex;
  width: 306px;
  height: 70px;
  position: relative;
  padding: 7px;
  z-index: 3;
}
.wrap_clinics .wrap-item .item {
  height: 46px;
  padding-bottom: 26px;
  width: 247px;
}

.wrap_clinics .item .icon {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  /*padding-top: 10px;*/
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap_clinics .item-first .icon {
  /*background: #31b9cb;*/
  background: #f2f8f9;
}

.wrap_clinics .wrap-item .item-first .icon {
  background: none;
}

.wrap_clinics .item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #323231;
  display: flex;
  width: 176px;
  flex-wrap: wrap;
  align-items: center;
  height: 53px;
}

.wrap_clinics .wrap-item .item:hover .text p {
  color: #088492;
  transition: 0.5s;
}

.wrap_clinics .wrap-item .item:hover .icon img {
  /*filter: hue-rotate(320deg);*/
}

.wrap_clinics .item .hdr-phone,
.wrap_clinics .item .hdr-phone a {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #323231;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .wrap_clinics .item .hdr-phone,
  .wrap_clinics .item .hdr-phone a {
    font-size: 14px;
  }
}

.wrap_clinics .item .hdr-phone .header-social__item {
  width: 24px;
  height: 24px;
  margin: 0 0 0 6px;
  background: #7a6aed;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.wrap_clinics .item .hdr-phone .header-social__item img {
  max-width: 80%;
  width: auto;
  height: auto;
}

.wrap_clinics .item .hdr-phone a {
  text-decoration: none;
  /*pointer-events: none;*/
}

.wrap_clinics .item .hdr-phone span {
  font-weight: 300;
  color: #b2b2b2;
  margin-right: 4px;
}

.top-line .clinics {
  width: 100%;
  max-width: 505px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  margin-left: 30px;
}
.top-line .clinics .text_clinics {
  margin-top: -11px;
}
.top-line .clinics .text_clinics p {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #323231;
}

.clinics .wrap_clinics {
  position: relative;
}

.clinics .wrap_clinics:before {
  content: "";
  display: block;
  width: 306px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.clinics .wrap_clinics .item-first:after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../assets/site/images/arrow_down.svg) center center no-repeat;
  display: block;
  position: absolute;
  top: 28px;
  right: 34px;
  z-index: 3;
}

.top-line .clinics .text_clinics a {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #088492;
}

.top-line .clinics .text_clinics a:hover {
  color: #045159;
  text-decoration: none;
  transition: 0.5s;
}

/* gamburger menu */

.hamburger {
  padding: 0;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #088492;
}
.hamburger.is-active {
  z-index: 501;
  position: relative;
  top: 0;
}
.hamburger-box {
  width: 25px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3.5px;
  background-color: #088492;
  border-radius: 10px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -17px;
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition:
    top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition:
    top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* header text h1 */

.header-main {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
}

h1 span {
  display: block;
  padding-top: 5px;
}

.head-line .text-header {
  font-weight: 300;
  font-size: 24px;
  line-height: 37px;
  color: #323231;
  max-width: 478px;
  display: block;
  margin-top: -5px;
  margin-bottom: 58px;
}

/* button */

.art-button {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: #088492;
  box-shadow: 6px 6px 40px rgba(11, 176, 195, 0.7);
  border-radius: 10px;
  padding: 16px 40px;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

.art-button:hover {
  color: #ffffff;
  background: #045159;
  box-shadow: 6px 6px 40px rgba(11, 176, 195, 0.8);
  transition: 0.5s;
}

.art-button:active,
.art-button:focus {
  color: #ffffff;
  background: #056c77;
  box-shadow: inset 0 4px 2px rgba(0, 0, 0, 0.15);
}

.head-line .art-button,
.item-right .art-button {
  font-size: 15px;
  line-height: 1;
  padding: 23px 100px 26px 45px;
  margin-bottom: 32px;
  position: relative;
}

.head-line .art-button svg,
.item-right .art-button svg {
  position: absolute;
  top: 25px;
  right: 21px;
}

.head-line .art-button:before,
.item-right .art-button:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background: #056c77;
  box-shadow: inset 0 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.head-line .art-button:hover:before,
.item-right .art-button:hover:before {
  background: #056c77;
  box-shadow: inset 0 4px 2px rgba(0, 0, 0, 0.3);
  transition:
    background 0.5s,
    box-shadow 0.3s ease-in-out;
}

.head-line .art-button:active:before,
.item-right .art-button:active:before,
.head-line .art-button:focus:before,
.item-right .art-button:focus:before {
  background: #045159;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

.head-line .question p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #767676;
}

.head-line .question {
  position: relative;
  padding-bottom: 105px;
  max-width: 305px;
  margin-left: 40px;
}

.head-line .question img {
  position: absolute;
  top: -4px;
  left: -40px;
}

.head-line {
  max-width: 546px;
}

.head-service {
  max-width: 582px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.head-service .item {
  width: 278px;
  background: #ffffff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.head-service .item-01 .wrap {
  background: url(../assets/site/images/main-service/ms-image-01.jpg) top center
    no-repeat;
}

.head-service .item-02 .wrap {
  background: url(../assets/site/images/main-service/ms-image-02.jpg) top center
    no-repeat;
}

.head-service .item .wrap {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 16px;
  height: 337px;
}

.head-service .item .icon img {
  filter: hue-rotate(320deg);
}

.head-service .item a.name {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #323231;
  text-decoration: none;
  display: inline-block;
  margin: 9px 0;
  max-width: 235px;
}

.head-service .item a.name:hover {
  color: #088492;
  transition: 0.5s;
}

.head-service .item p.text {
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: #323231;
  display: block;
  max-width: 220px;
}

.head-service .item .more svg {
  position: absolute;
  bottom: 19px;
  right: 18px;
}

.head-service .item .more:before {
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #638bd8;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: box-shadow 0.5s ease-in-out;
}

.head-service .item .more:hover:before {
  background: #5571a4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition:
    background 0.5s,
    box-shadow 0.3s ease-in-out;
}

.head-service .item .more:active:before,
.head-service .item .more:focus:before {
  background: #638bd8;
  box-shadow: inset 0 4px 2px rgba(0, 0, 0, 0.2);
}

.head-service .shadow {
  position: relative;
}

.head-service .shadow:before {
  content: "";
  display: block;
  width: 252px;
  height: 351px;
  background: #ffffff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -126px;
  z-index: 0;
}

header .scroll-down {
  position: absolute;
  bottom: -17px;
  left: 28px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b2b2b2;
  transform: rotate(-90deg);
  transform-origin: left top 0px;
  /*padding-bottom: 40px;*/
  padding-left: 40px;
}

header .scroll-down:before {
  content: "";
  width: 1px;
  height: 26px;
  background: #088492;
  bottom: -15px;
  left: -4px;
  display: block;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top 0;
}

/* services */

.main {
  max-width: 1170px;
  margin: 0 auto;
}

.service-topline {
  margin-top: 95px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 57px;
}

.service-topline .service-top {
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
  max-width: 700px;
  width: 100%;
  position: relative;
  height: 108px;
}

.service-topline .service-top .tabs {
  display: flex;
  align-items: center;
  margin-top: -3px;
}

.service-topline .service-top .tab:nth-child(1) {
  margin-right: 70px;
}

.service-topline .service-top .tab.active {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #088492;
  display: block;
  text-decoration: none;
}

.service-topline .service-top .tab {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 28px;
  line-height: 45px;
  color: #638bd8;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  white-space: nowrap;
}

.service-topline .service-top .tab:not(.active):hover {
  color: #5571a4;
  text-decoration: none;
  transition: 0.5s;
}

.service-topline .service-top .tab:nth-child(1):before {
  content: "/";
  display: block;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 36px;
  line-height: 57px;
  color: #d9e1f1;
  position: absolute;
  top: -3px;
  right: -45px;
}

.price-list {
  background: #ffffff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  width: 215px;
  padding: 7px;
  display: flex;
  align-items: center;
}

.price-list .image {
  width: 56px;
  height: 56px;
  background: #e6ecf8;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 17px;
  padding-top: 10px;
}

.price-list .text {
  width: 122px;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #323231;
  margin-top: 2px;
}

.price-list .text a {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #638bd8;
}

.price-list .text a:hover {
  color: #5571a4;
  transition: 0.5s;
}

.wrap-service {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.wrap-service:not(.wrap-dent) a:not(.art-button2) {
  display: block;
  text-decoration: none;
  width: 276px;
  height: 285px;
  background: #ffffff;
  border: 1px solid #d9e1f1;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  padding: 9px 25px;
  margin: 0 11px 22px;
}

.wrap-service .item:hover {
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
  transition: 0.5s;
}

.wrap-service .item:before {
  content: "";
  display: block;
  width: 58px;
  height: 10px;
  background: #d9e1f1;
  border-radius: 0 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrap-service .item:hover:before {
  background: #088492;
  transition: 0.5s;
}

.wrap-service .item:after {
  content: "";
  display: block;
  width: 33px;
  height: 10px;
  background: #f3f6fb;
  border-radius: 0 8px;
  position: absolute;
  bottom: 0;
  left: 68px;
}

.wrap-service a .image {
  position: absolute;
  width: 58px;
  height: 58px;
  background: #088492;
  border-radius: 0 10px;
  top: 0;
  right: 0;
  text-align: center;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap-service a .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #323231;
  max-width: 157px;
  height: 84px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.wrap-service a:hover .title {
  color: #088492;
  transition: 0.5s;
}

.wrap-service a .text {
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: #323231;
  height: 225px;
  overflow: hidden;
}

.wrap-service a .slide-down {
  display: none;
}

.wrap-service {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
}

.wrap-service.active {
  position: relative;
  top: auto;
  opacity: 1;
  z-index: 1;
  transition: 0.5s;
}

.wrap-service .bottom-line a:before,
.wrap-service .bottom-line a:after {
  display: none;
}

.wrap-service .bottom-line {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 27px;
}

.art-button2 {
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #088492;
  border: 1.5px solid #088492;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 21px 47px 24px 47px;
  text-decoration: none;
}

.art-button2:hover {
  box-shadow: 1px 1px 10px rgba(11, 176, 195, 0.3);
  transform: translateY(0);
  text-decoration: none;
  color: #045159;
  border: 1.5px solid #045159;
  transition: 0.5s;
}

.art-button2:active,
.art-button2:focus {
  background: #088492;
  color: #ffffff;
}

#service-main {
  position: relative;
}

#service-main .arrow-wrap {
  display: flex;
  justify-content: space-between;
  width: 130px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

#service-main .arrow-wrap .icon-m {
  display: none;
}

#service-main .arrow-wrap p {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d9e1f1;
  box-sizing: border-box;
  padding-top: 20px;
}

#service-main .arrow-wrap p:not(.active) {
  border: 1px solid #638bd8;
}

#service-main .arrow-wrap p:not(.active):hover {
  border: 1px solid #5571a4;
  transition: 0.5s;
}

#service-main .arrow-wrap p:not(.active):focus,
#service-main .arrow-wrap p:not(.active):active {
  background: #638bd8;
  border: 1px solid #638bd8;
}

#service-main .arrow-wrap p:not(.active) svg path {
  fill: #638bd8;
}

#service-main .arrow-wrap p:not(.active):hover svg path {
  fill: #5571a4;
}

#service-main .arrow-wrap p:not(.active):focus svg path,
#service-main .arrow-wrap p:not(.active):active svg path {
  fill: #ffffff;
}

#service-main .arrow-wrap p.arrow-left {
  border-radius: 0 10px;
}

#service-main .arrow-wrap p.arrow-right {
  border-radius: 10px 0;
}

/* video */

#video {
  margin-top: 116px;
  margin-bottom: 114px;
}

.videoblock {
  max-width: 1170px;
  width: 100%;
  height: 337px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: url(../assets/site/images/bg-video.jpg) top center no-repeat;
  padding: 32px 83px;
  box-sizing: border-box;
}

.videoblock .logo {
  margin-top: 21px;
}

.videoblock .logo img {
  width: 51px;
  height: auto;
}

.videoblock .text-video {
  width: 394px;
  margin-left: 86px;
  margin-right: 76px;
  margin-top: 40px;
}

.videoblock .text-video p {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #323231;
}

.videoblock .text-video .text-bottom {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #323231;
  margin-top: 27px;
}

.videoblock .text-video .text-bottom span {
  color: #088492;
}

.videoblock .play {
  display: block;
  width: 273px;
  height: 273px;
  position: relative;
  background: url(../assets/site/images/play-round.png) top center no-repeat;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 71px;
  padding-left: 57px;
}

.videoblock .play:before {
  content: "";
  width: 273px;
  height: 273px;
  position: absolute;
  background: url(../assets/site/images/play-round.png) top center no-repeat;
  top: 0;
  left: 0;
  transform: rotate(0);
  transition: 1s;
}

.videoblock .play:hover:before {
  transform: rotate(90deg);
  transition: 1s;
}

.videoblock .play:hover svg path,
.videoblock .play:focus svg path,
.videoblock .play:active svg path {
  fill: #ffffff;
  transition: 0.5s;
}

.videoblock .play:hover svg .white,
.videoblock .play:active svg .white,
.videoblock .play:focus svg .white {
  filter: url(new_theme.css);
}

.videoblock .play:active svg .round,
.videoblock .play:focus svg .round {
  filter: url(new_theme.css);
}

.videoblock .play:hover svg circle,
.videoblock .play:active svg circle,
.videoblock .play:focus svg circle {
  fill: #088492;
  transition: 0.5s;
}

/* about company main  */

#about {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 90px;
}

#about .images {
  max-width: 528px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 55px;
}

.dent #about .images {
  margin-right: 90px;
}

#about .about {
  max-width: 580px;
  width: 100%;
}

.dent #about .about {
  max-width: 540px;
}

#about p.img-01 {
  margin-bottom: 16px;
}

#about .images p {
  position: relative;
}

#about .images a {
  display: block;
  position: relative;
  line-height: 1;
  padding: 0;
}

#about .images a:hover:before {
  content: "";
  width: 100%;
  height: 99.4%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(99, 139, 216, 0.4) 0%,
    rgba(85, 113, 164, 0.4) 100%
  );
  border-radius: 10px;
  line-height: 1;
}

#about .images a:after {
  content: "";
  width: 80px;
  height: 81px;
  display: block;
  background: url(../assets/site/images/plus.png) center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  background-size: 0;
}

#about .images a:hover:after {
  background-size: 100%;
  transition: 0.3s;
}

#about .images p:before {
  content: "";
  width: 58px;
  height: 10px;
  display: block;
  background: #088492;
  border-radius: 0 10px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 1;
}

#about p img {
  border-radius: 10px;
}

#about .about .title {
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
  margin-bottom: 22px;
  margin-top: 3px;
}

.dent #about .about .title {
  margin-top: -10px;
}

#about .about .title span {
  font-weight: 300;
  font-size: 36px;
  line-height: 57px;
  color: #088492;
  display: block;
  margin-top: -2px;
}

#about .about .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #323231;
}

#about .about .text.black {
  font-weight: 500;
  margin-top: 15px;
}

/* advantage main  */

#advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 72px;
}

#advantages .advant {
  max-width: 742px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

#advantages .advant .item {
  width: 337px;
  margin-bottom: 39px;
}

#advantages .advant .top-item span {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #323231;
  display: block;
  max-width: 158px;
  margin-left: 78px;
}

#advantages .advant .top-item .images {
  float: left;
  background: #ffffff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  width: 58px;
  height: 58px;
  text-align: center;
  margin-right: 20px;
}

#advantages .advant .top-item .images img,
#advantages .advant .top-item .images svg {
  padding-top: 13px;
}

#advantages .advant .top-item {
  margin-bottom: 18px;
}

#advantages .advant .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #323231;
  clear: both;
}

#advantages .form {
  max-width: 340px;
  background: #ffffff;
  border: 2px solid #d9e1f1;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 53px 34px;
  position: relative;
}

#advantages .form:after {
  content: "";
  width: 33px;
  height: 10px;
  display: block;
  background: #d9e1f1;
  border-radius: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
}

#advantages .form:before {
  content: "";
  width: 58px;
  height: 10px;
  display: block;
  background: #d9e1f1;
  border-radius: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#advantages .form .text {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #323231;
  margin-bottom: 20px;
}

#advantages .form .text-black {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #323231;
  margin-bottom: 52px;
}

#advantages .form .text-black:before {
  content: "";
  width: 33px;
  height: 10px;
  display: block;
  background: #eaf2fe;
  border-radius: 0 10px;
  position: absolute;
  bottom: 0;
  left: 67px;
}

#advantages .form .art-button {
  padding: 19px 38px;
  margin-bottom: 18px;
}

/* maps */

.map-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 39px;
  margin-top: 19px;
}

.dent .map-top {
  margin-top: -21px;
}

.map-top .title {
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
}

.map-top .title span {
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #088492;
}

.map-top .sotial {
  width: 135px;
  margin-top: 14px;
}

.map-top .sotial a {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: linear-gradient(180deg, #f9f9f9 -39.29%, #e9eaee 201.43%);
  box-shadow:
    0 4px 2px #ffffff,
    inset 0 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0;
  padding-top: 20px;
  text-align: center;
  box-sizing: border-box;
}

.map-top .sotial a:hover {
  background: linear-gradient(180deg, #f9f9f9 -39.29%, #e9eaee 201.43%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}

.map-top .sotial a:active,
.map-top .sotial a:focus {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
  background: linear-gradient(180deg, #f9f9f9 -39.29%, #e9eaee 201.43%);
}

.map-top .sotial a:hover path {
  fill: #638bd8;
}

.map-top .sotial a:active path,
.map-top .sotial a:focus path {
  fill: #5571a4;
}

.map-top .sotial a.vk {
  margin-right: 10px;
}

#map,
.map-container {
  width: 880px;
  height: 611px;
}

.map-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: url("../assets/site/images/map-full.jpg") #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
}

#map {
  position: relative;
  z-index: 7;
  cursor: pointer;
  background-color: transparent;
}

/* Индикатор загрузки, который показывается до загрузки карты */
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  transition: opacity 0.7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.loader:after,
.loader:before {
  box-sizing: border-box;
}

.loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: "";
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.sidetabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 122px;
}

.dent .sidetabs {
  margin-bottom: 91px;
}

.addresses {
  width: 256px;
}

.addresses .c-address {
  height: 76px;
  width: 100%;
  border-top: 1px solid #d9e1f1;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.addresses .c-address.active {
  background: linear-gradient(180deg, #f9f9f9 -39.29%, #e9eaee 421.51%);
  box-shadow:
    0 4px 2px #ffffff,
    inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

.addresses .c-address.active:before {
  content: "";
  width: 7px;
  height: 13px;
  display: block;
  position: absolute;
  top: 39px;
  right: 10px;
  background: url(../assets/site/images/markleft.svg) top center no-repeat;
}

.addresses .c-address.active .ca-location,
.addresses .c-address:hover .ca-location {
  color: #088492;
}

.addresses .c-address.active .icon img,
.addresses .c-address:hover .icon img {
  /*filter: hue-rotate(320deg);*/
}

.addresses .c-address:last-child {
  border-bottom: 1px solid #d9e1f1;
}

.addresses .c-address .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #323231;
  display: flex;
  width: 176px;
  flex-wrap: wrap;
  align-items: center;
  height: 53px;
}

.addresses .c-address .ca-phone,
.addresses .c-address .ca-phone a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #323231;
}

.addresses .c-address .ca-phone a {
  text-decoration: none;
  /*pointer-events: none;*/
}

.addresses .c-address .phone-plus {
  display: none;
}

.addresses .c-address .icon {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  margin-right: 9px;
}

.ballon a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.ballon .ad {
  font-size: 14px;
}

.ballon {
  max-width: 164px;
  margin: 4px auto 0;
}

ymaps.ymaps-2-1-73-balloon__close {
  position: absolute;
  right: 11px;
}

ymaps.ymaps-2-1-73-balloon-content__footer {
  max-width: 164px;
  margin: 0 auto;
}
.ymaps-2-1-73-balloon__close + .ymaps-2-1-73-balloon__content {
  margin-right: 16px !important;
}

ymaps.ymaps-2-1-73-balloon-content__header {
  font-size: 14px;
}

ymaps.ymaps-2-1-73-balloon-content__footer {
  line-height: 1.5;
}

/* footer */

footer {
  background: #f7f7f7;
}

footer .content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 68px 0 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .block-down {
  max-width: 1170px;
  width: 100%;
  margin: -9px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .block-logo {
  width: 184px;
}

footer .block-01,
footer .block-02,
footer .block-03 {
  position: relative;
  width: 237px;
}

footer .block-03 .links {
  margin-bottom: 38px;
}

footer .block-logo .regtime {
  padding: 40px 0;
  position: relative;
  margin: 40px 0;
}

footer .block-logo .regtime:before,
footer .block-logo .regtime:after {
  content: "";
  width: 92px;
  height: 1px;
  display: block;
  background: #e1e5f3;
  position: absolute;
  left: 0;
}

footer .block-logo .regtime:before {
  top: 0;
}

footer .block-logo .regtime:after {
  bottom: 0;
}

footer .block-logo .regtime strong {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 155.28%;
  color: #868686;
  padding-bottom: 12px;
  display: inline-block;
}

footer .regtime p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  color: #868686;
}

footer .block-down .sotial {
  margin-top: 0;
  width: 184px;
}

footer .block-down .sotial a {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 10px;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  text-align: center;
}

footer .block-down .sotial .sotial-title {
  display: none;
}

.sotial .sotial-title {
  margin-bottom: 15px;
}

footer .block-down .sotial a svg {
  margin-top: 16px;
}

footer .block-down .sotial a svg path {
  fill: #638bd8;
}

footer .block-down .sotial a:nth-child(2) {
  margin-right: 9px;
}

footer .block-down .sotial a:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

footer .block-down .sotial a:active,
footer .block-down .sotial a:focus {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
}

footer .block-down .sotial a:hover svg path,
footer .block-down .sotial a:active svg path,
footer .block-down .sotial a:focus svg path {
  fill: #5571a4;
  transition: 0.5s;
}

footer .block-logo .logo img {
  width: 110px;
  height: auto;
}

footer p.name {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #868686;
  margin-bottom: 18px;
}

footer p.name .slide-down {
  display: none;
}

footer .block-01 a,
footer .block-02 a,
footer .block-03 a {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #323231;
  text-decoration: none;
  margin-bottom: 11px;
}

footer .block-01 a:hover,
footer .block-02 a:hover,
footer .block-03 a:hover {
  color: #638bd8;
  text-decoration: underline;
  transition: 0.5s;
}

footer .block-down .medtehnic,
footer .block-down .lab-link {
  background: #009592;
  border-radius: 0 25px;
  text-align: center;
  width: 237px;
  height: 69px;
  display: block;
  box-sizing: border-box;
  padding-top: 11px;
}

footer .block-down .lab-link {
  background: #638bd8;
}

footer .block-down .medtehnic:hover {
  background: #046d6b;
  transition: 0.5s;
}

footer .block-down .lab-link:hover {
  background: #466cb5;
  transition: 0.5s;
}

footer .vsd {
  display: flex !important;
  width: 237px;
  height: 57px;
  background: #ffffff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 7px;
  align-items: center;
  text-decoration: none;
}

footer .vsd:hover {
  text-decoration: none !important;
  background: #d3dbea;
  transition: 0.5s;
}

footer .vsd .icon {
  width: 56px;
  height: 56px;
  background: #e6ecf8;
  border-radius: 100px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding-top: 17px;
}

footer .vsd .text {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #323231;
  margin-left: 16px;
}

footer .vsd .text em {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 152.34%;
  color: #638bd8;
  display: block;
}

.copyright {
  border-top: 1px solid #e1e5f3;
}

.copyright .wrap {
  max-width: 1125px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #828282;
  margin: 0 auto;
  flex-wrap: wrap;
}

.copyright .wrap .copy a {
  color: #828282;
  font-weight: bold;
  text-decoration: none;
}

.copyright .wrap .copy a:hover {
  color: #7d7c7c;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: 0.5s;
}

/*page dentistry */

/*.dent header {
    background: url(../assets/site/images/dent-page/background-header.jpg) top center no-repeat;
}*/

.med header {
  background: url(../assets/site/images/med-page/med-main-bg.jpg) top center
    no-repeat;
}

.dent .top-line .oms .icon,
.med .top-line .oms .icon {
  padding-top: 18px;
}

.dent .top-line .oms p.text,
.med .top-line .oms p.text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 152.34%;
  color: #868686;
}

.dent .top-line .oms p.text a,
.med .top-line .oms p.text a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #323231;
  text-decoration: none;
  /*pointer-events: none;*/
}

.dent .top-line .oms p.text a span,
.med .top-line .oms p.text a span {
  font-weight: bold;
  font-size: 18px;
  line-height: 152.34%;
}

/* menu line */

.menu-line {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.menu-wrap {
  display: flex;
  justify-content: space-between;
  margin-left: 267px;
  margin-top: -58px;
  align-items: center;
  margin-bottom: 12px;
}
.nav-menu {
  max-width: 530px;
  width: 100%;
  margin-top: -6px;
}
.nav-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.nav-menu .dropmenu > ul {
  display: none;
  position: absolute;
  top: 23px;
  left: 0;
  background: #ffffff;
  padding: 20px 0;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 250px;
  border-radius: 12px;
  z-index: 5;
}

.nav-menu li.dropmenu:hover > ul {
  display: block;
}

.nav-menu li.dropmenu:hover > ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu > ul > li.dropmenu li > a {
  font-size: 13px;
  line-height: 180%;
  padding: 4px 25px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 300;
}

.nav-menu > ul > li.dropmenu li > a:hover {
  background: #e6ecf8;
  color: #638bd8;
}

.nav-menu > ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.nav-menu > ul > li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 152.34%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #323231;
  text-decoration: none;
  padding: 19px 9px;
  position: relative;
}

.nav-menu > ul > li a:hover,
.nav-menu > ul > li a:active {
  color: #868686;
  transition: 0.5s;
}

.nav-menu > ul > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  border-bottom: 1px solid #088492;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-menu > ul > li a:hover:before,
.nav-menu > ul > li a:active:before {
  width: 100%;
  transition: 0.5s;
}

.nav-menu li.dropmenu > a:after {
  content: "";
  width: 11px;
  height: 5px;
  background: url(../assets/site/images/dent-page/arrow-down-gray.svg) center
    center no-repeat;
  display: inline-block;
  position: relative;
  top: -3px;
  left: 6px;
}

header .social-call {
  width: 254px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .vsd-top-line {
  display: none;
}

header .social-top {
  width: 60px;
  display: flex;
  justify-content: space-between;
}

header .social-top .vk svg {
  width: 28px;
  height: auto;
}

header .social-top .inst svg {
  width: 18px;
  height: auto;
}

header .social-top a:hover svg path {
  fill: #638bd8;
}

header a.callback {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #638bd8;
  display: inline-block;
  border: 1px solid #638bd8;
  box-sizing: border-box;
  border-radius: 10px;
  text-decoration: none;
  padding: 11px 25px 12px 25px;
}

header a.callback:hover {
  color: #5571a4;
  border: 1px solid #5571a4;
  transition: 0.5s;
}

header a.callback:active,
header a.callback:focus {
  color: #ffffff;
  background: #638bd8;
  border: 1px solid #638bd8;
}

.advantage-top {
  display: flex;
  width: 100%;
  margin-bottom: 64px;
  justify-content: space-between;
  margin-top: -3px;
}

.advantage-top .item {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 152.34%;
  color: #323231;
  display: flex;
}

.advantage-top .item .image {
  width: 26px;
  margin-right: 8px;
}

.advantage-top .item .text {
  width: 170px;
}

.dent header h1,
.med header h1 {
  max-width: 410px;
}

.dent .head-line,
.med .head-line {
  max-width: 450px;
  width: 100%;
}

.dent .head-line .art-button,
.med .head-line .art-button {
  padding: 23px 80px 26px 29px;
}

/* red play */

.play-red {
  display: block;
  width: 197px;
  height: 197px;
  position: relative;
  background: url(../assets/site/images/play-red-transt.png) top center
    no-repeat;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 46px;
  padding-left: 43px;
  position: relative;
}

.play-red:before {
  content: "";
  width: 111px;
  height: 111px;
  background: url(../assets/site/images/play-red.png) top left no-repeat;
  position: absolute;
  top: 50px;
  left: 44px;
}

.play-red:hover:before {
  background: url(../assets/site/images/play-red.png) top left -131px no-repeat;
}

.dent .header-main,
.med .header-main {
  justify-content: flex-start;
}

.dent .video-header,
.med .video-header {
  width: 300px;
  margin-left: 85px;
  margin-top: 53px;
}

.dent .video-header .video-text,
.med .video-header .video-text {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 155.28%;
  text-align: center;
  color: #868686;
  max-width: 160px;
  margin-top: -42px;
  margin-left: 17px;
}

.dent .video-header .video-text span,
.med .video-header .video-text span {
  font-weight: bold;
  text-decoration: underline;
  color: #088492;
  position: relative;
  z-index: 1;
}

/* services dentistry page */

.service-topline .service-top .name {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #088492;
}

.dent .service-topline {
  margin-bottom: 42px;
}

.wrap-dent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.wrap-dent .item {
  display: block;
  text-decoration: none;
  width: 276px;
  height: 331px;
  background: #ffffff;
  border: 1px solid #d9e1f1;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  padding: 9px 25px;
  margin: 0 11px 22px;
}

.wrap-dent .item:before {
  content: "";
  display: block;
  width: 58px;
  height: 10px;
  background: #d9e1f1;
  border-radius: 0 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrap-dent .item:hover:before {
  background: #088492;
  transition: 0.5s;
}

.wrap-dent .item:after {
  content: "";
  display: block;
  width: 33px;
  height: 10px;
  background: #f3f6fb;
  border-radius: 0 8px;
  position: absolute;
  bottom: 0;
  left: 68px;
}

.wrap-dent .item .image {
  position: absolute;
  width: 58px;
  height: 58px;
  background: #088492;
  border-radius: 0 10px;
  top: 0;
  right: 0;
  text-align: center;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap-dent .item .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #323231;
  max-width: 157px;
  height: 68px;
  overflow: hidden;
  display: block;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
}

.wrap-dent .item .title span {
  display: inline;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  padding: 18px 0;
  background: linear-gradient(
      to right,
      #d9e1f1 25%,
      #d9e1f1 60%,
      #d9e1f1 75%,
      #d9e1f1
    )
    0 1.66em/400% 10px no-repeat;
}

.wrap-dent .item:hover .title {
  color: #088492;
  transition: 0.5s;
}

.wrap-dent .item:hover .title span {
  background: linear-gradient(
      to right,
      #f3f6fb 25%,
      #f3f6fb 60%,
      #f3f6fb 75%,
      #f3f6fb
    )
    0 1.66em/400% 10px no-repeat;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.wrap-dent .item .text {
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: #323231;
  height: 225px;
  overflow: hidden;
}

.wrap-dent .item .slide-down {
  display: none;
}

.wrap-dent .item .links a {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: #323231;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  padding: 7px 0;
  background: linear-gradient(
      to right,
      #638bd8 25%,
      #638bd8 60%,
      #638bd8 75%,
      #638bd8
    )
    0 1.66em/400% 0.75px no-repeat;
}

.wrap-dent .item .links a:hover {
  color: #5571a4;
  transition: 0.5s;
}

.wrap-dent .item .links br {
  line-height: 33px;
}

/* special block */

.special-cond {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.special-cond .item {
  background: #f3f6fb;
  border-radius: 10px;
  max-width: 574px;
  width: 100%;
  position: relative;
  padding: 45px 37px 45px 37px;
  box-sizing: border-box;
}

.special-cond .item .condition {
  width: 338px;
}

.special-cond .item .image {
  position: absolute;
  top: -40px;
  right: 10px;
}

.special-cond .item .condition img {
  float: left;
  margin-right: 20px;
}

.special-cond .item:before {
  content: "";
  display: block;
  width: 58px;
  height: 10px;
  background: #d9e1f1;
  border-radius: 0 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.special-cond .item:after {
  content: "";
  display: block;
  width: 33px;
  height: 10px;
  background: #eaedf4;
  border-radius: 0 8px;
  position: absolute;
  bottom: 0;
  left: 68px;
}

.special-cond .item .condition p {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #323231;
}

.special-cond .item .condition p a {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  line-height: 155.28%;
  text-decoration-line: underline;
  color: #638bd8;
  display: inline-block;
  text-decoration: none;
  padding: 10px 0;
  background: linear-gradient(
      to right,
      #638bd8 25%,
      #638bd8 60%,
      #638bd8 75%,
      #638bd8
    )
    0 1.66em/400% 1px no-repeat;
  margin-top: -12px;
}

.special-cond .item .condition p a:hover {
  background: none;
  text-decoration: none;
}

.special-cond .more:before {
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #638bd8;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: box-shadow 0.5s ease-in-out;
}

.special-cond .more:hover:before {
  background: #5571a4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition:
    background 0.5s,
    box-shadow 0.3s ease-in-out;
}

.special-cond .more:active:before,
.special-cond .more:focus:before {
  background: #638bd8;
  box-shadow: inset 0 4px 2px rgba(0, 0, 0, 0.2);
}

.special-cond .more svg {
  position: absolute;
  bottom: 19px;
  right: 18px;
}

/* form and promotion */

.promotion {
  max-width: 1582px;
  background: url(../assets/site/images/dent-page/promotion-bg.jpg) top center
    no-repeat;
  margin: 123px auto;
}

.promotion.promotion2 {
  background: url(../assets/site/images/dent-page/promotion-bg2.jpg) top center
    no-repeat;
}

.page-service .promotion {
  margin: 0 auto 123px;
}

.promotion-wrap:before {
  content: "";
  width: 684px;
  height: 425px;
  background: url(../assets/site/images/dent-page/white-bg.png) top center
    no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: -85px;
  z-index: 1;
}

.promotion2 .promotion-wrap:before {
  height: 455px;
  background: url(../assets/site/images/dent-page/white-bg.png) top center
    repeat-y;
}

.promotion-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  height: 425px;
}

.promotion2 .promotion-wrap {
  height: 455px;
}

.promotion-wrap .timer-item {
  position: relative;
  z-index: 2;
  padding-top: 47px;
  width: 350px;
  padding-left: 15px;
}

.promotion2 .promotion-wrap .timer-item {
  padding-top: 60px;
}

.promotion-wrap .timer-item p.label {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  background: #088492;
  border-radius: 0 8px;
  padding: 7px 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.promotion-wrap .timer-item .text-block {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  color: #323231;
  margin-bottom: 35px;
}

.promotion-wrap .timer-item .text-block strong {
  font-weight: 500;
}

.promotion-wrap .timer-item p.small {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 152.34%;
  color: #323231;
  margin-bottom: 12px;
}

.promotion-wrap .timer-item .own-timer {
  position: relative;
  left: -36px;
}

.promotion-wrap .prom-img {
  position: absolute;
  width: 570px;
  height: 425px;
  top: 0;
  left: 50%;
  margin-left: -300px;
}

.promotion2 .promotion-wrap .prom-img {
  height: 455px;
}

.promotion-wrap .form-item {
  width: 350px;
  height: 459px;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  top: -17px;
  right: -17px;
  padding: 24px 27px;
  box-sizing: border-box;
}

.promotion2 .promotion-wrap .form-item {
  height: 512px;
  top: -26px;
}

.promotion-wrap .form-item .title {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: #323231;
  margin-bottom: 5px;
}

.promotion-wrap .form-item .title span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 155.28%;
  text-align: center;
  color: #088492;
}

.promotion-wrap .form-item .small-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 152.34%;
  text-align: center;
  color: #767676;
  margin-bottom: 17px;
}

.promotion-wrap .form-item .hidden {
  display: none;
}

.form-group {
  margin-bottom: 12px;
  position: relative;
}

.promotion2 .form-group {
  margin-bottom: 8px;
}

.form-group label {
  font-weight: normal;
  font-size: 12px;
  line-height: 152.34%;
  color: #323231;
  padding-left: 16px;
  margin-bottom: 5px;
  display: inline-block;
}

.form-group label span {
  color: #088492;
  font-weight: normal;
}

.form-group input,
.form-group select {
  font-family: Arial;
  background: #ffffff;
  border: 1px solid #d9e1f1;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 152.34%;
  color: #323231;
  padding: 9px 16px 12px;
  box-sizing: border-box;
  outline: none;
}

.form-group input:focus {
  border: 1px solid #638bd8;
}

.form-group input.error,
.form-group select.error {
  border: 1px solid brown;
}

.form-group input::-webkit-input-placeholder {
  color: #767676;
}
.form-group input:-ms-input-placeholder {
  color: #767676;
}
.form-group input::-ms-input-placeholder {
  color: #767676;
}
.form-group input::placeholder {
  color: #767676;
}

.form-group .error > span.error {
  font-size: 10px;
  position: absolute;
  bottom: -17px;
  width: 100%;
  text-align: center;
}

.form-action {
  text-align: center;
}

.form-action button {
  display: inline-block;
  border: 0;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 25px;
}

.promotion2 .form-action button {
  margin-top: 12px;
}

.promotion-wrap .form-item p.accepts {
  font-weight: 300;
  font-size: 12px;
  line-height: 152.34%;
  text-align: center;
  color: #767676;
  margin-top: 16px;
}
.promotion2 .promotion-wrap .form-item p.accepts {
  margin-top: 9px;
}

/* form success */

.form-item.success p.title,
.form-item.success .form-wrap,
.form-item.success p.accepts,
.form-item.success .small-text {
  display: none;
}

.form-item.success {
  padding: 59px 44px;
  text-align: center;
}

.form-item.success p.thanks,
.ajax_form .thanks {
  margin-top: 28px;
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: #323231;
}

.form-item.success p.thanks span {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  line-height: 155.28%;
  text-align: center;
  color: #088492;
}

.form-item.success p.contact-you {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 152.34%;
  text-align: center;
  color: #767676;
}

/* end form success */

.dent #about .about .text {
  margin-bottom: 10px;
}

/*laboratory block */

.laboratory {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -7px;
}

.laboratory .lab-item {
  max-width: 550px;
  width: 100%;
}

.laboratory .lab-item-01 .title {
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
  margin-bottom: 22px;
}

.dent .laboratory .lab-item-01 .title {
  margin-top: -14px;
}

.laboratory .lab-item-01 .title span {
  color: #088492;
}

.laboratory .lab-item-01 .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
  margin-bottom: 37px;
}

.laboratory .lab-item-01 .black-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
  margin-bottom: 43px;
}

.laboratory .lab-item-02 {
  position: relative;
  z-index: 2;
}

.laboratory .lab-item-02 .art-button2 {
  display: none;
}

.laboratory .lab-wrap {
  border-radius: 10px;
  z-index: 2;
}

.laboratory .lab-wrap img {
  border-radius: 10px;
}

.laboratory .lab-shadow-1 {
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 516px;
  height: 288px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 15px;
  z-index: 1;
}

.laboratory .lab-shadow-2 {
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 478px;
  height: 288px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 30px;
  z-index: 0;
}

/* free visit */

.promotion-wrap .free-item {
  position: relative;
  z-index: 2;
  padding-top: 44px;
  width: 450px;
  padding-left: 25px;
}
.promotion-wrap .free-item > img {
  margin-bottom: 11px;
}
.promotion-wrap .free-item .title {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  color: #323231;
  margin-bottom: 23px;
}

.promotion-wrap .free-item .title span {
  color: #088492;
  display: block;
}

.promotion-wrap .free-item .text-ul {
  font-weight: 500;
  font-size: 20px;
  line-height: 152.34%;
  color: #323231;
  margin-bottom: 13px;
}

.promotion-wrap .free-item ul {
  margin: 0;
  padding: 0;
}

.promotion-wrap .free-item li {
  list-style: none;
  position: relative;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  color: #323231;
  padding-left: 17px;
  display: block;
}

.promotion-wrap .free-item li s {
  color: #c4c4c4;
}

.promotion-wrap .free-item li:before {
  content: "";
  background: #638bd8;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
}

/* map dentistry */

.map-top .text-map {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 152.34%;
  color: #323231;
  max-width: 854px;
  width: 100%;
  position: relative;
}

.map-top .text-map:before {
  content: "";
  width: 3px;
  height: 68px;
  background: #088492;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 5px;
  left: -25px;
}

/*about dentistry */

.about-dent {
  margin-bottom: 70px;
}

.about-dent .title {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
  margin-bottom: 20px;
}

.about-dent .title span {
  color: #088492;
  display: block;
}

.about-dent .text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #323231;
  margin-bottom: 13px;
}

/* articles dentistry */

.articles > .title {
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
  margin-bottom: 14px;
}

.articles {
  margin-bottom: 112px;
}

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

.wrap-articles .item {
  display: block;
  position: relative;
  width: 275px !important;
  height: 262px;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #d9e1f1;
  box-sizing: border-box;
  padding: 30px 25px;
  outline: none;
  margin: 20px 10px;
}

.wrap-articles .item:hover {
  border: 2px solid #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}

.wrap-articles .item .title {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: bold;
  display: inline;
  font-size: 16px;
  line-height: 140%;
  color: #323231;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  padding: 10px 0;
  background: linear-gradient(
      to right,
      #afc0e6 25%,
      #afc0e6 60%,
      #afc0e6 75%,
      #afc0e6
    )
    0 1.66em/400% 1.8px no-repeat;
}

.wrap-articles .item .title:hover {
  color: #638bd8;
  transition: 0.5s;
}

.wrap-articles .item .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #323231;
  margin-bottom: 8px;
  margin-top: 12px;
}

.wrap-articles .item .date {
  font-weight: 300;
  font-size: 14px;
  line-height: 152.34%;
  text-align: left;
  color: #868686;
  position: static;
  bottom: 27px;
}

.wrap-articles .item:before {
  content: "";
  display: block;
  width: 58px;
  height: 10px;
  background: #d9e1f1;
  border-radius: 0 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrap-articles .item:hover:before {
  background: #088492;
  bottom: -2px;
  transition: 0.5s;
}

.wrap-articles .item:after {
  content: "";
  display: block;
  width: 33px;
  height: 10px;
  background: #f3f6fb;
  border-radius: 0 8px;
  position: absolute;
  bottom: 0;
  left: 68px;
}

.wrap-articles .item:hover:after {
  bottom: -2px;
}

.wrap-articles .item .corner {
  width: 33px;
  height: 10px;
  background: #d9e1f1;
  border-radius: 0 10px;
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
}

.wrap-articles .item:hover .corner {
  top: -2px;
  transition: 0.5s;
}

.articles .art-action {
  text-align: center;
  margin-top: 35px;
}

.articles .art-action .art-button {
  display: inline-block;
}

/* slick article */

.articles .slick-list.draggable {
  padding-left: 4px;
}

.articles .slick-prev,
.articles .slick-next {
  border: 1px solid #638bd8;
  top: auto;
  bottom: -126px;
  width: 60px;
  height: 60px;
}

.articles .slick-next {
  border-radius: 10px 0;
  left: auto;
  right: 0;
}

.articles .slick-prev {
  border-radius: 0 10px;
  right: 80px;
  left: auto;
}

.articles .slick-prev:before,
.articles .slick-next:before {
  display: none;
}

.articles .slick-prev path,
.articles .slick-next path {
  fill: #638bd8;
}

.articles .slick-prev:hover,
.articles .slick-next:hover {
  border: 1px solid #5571a4;
  transition: 0.5s;
}

.articles .slick-prev:hover path,
.articles .slick-next:hover path {
  fill: #5571a4;
}

.articles .slick-prev:active,
.articles .slick-next:active {
  background: #638bd8;
  border: 1px solid #638bd8;
}

.articles .slick-prev:active path,
.articles .slick-next:active path {
  fill: #ffffff;
}

.about-dent .read-more {
  display: none;
}

/*medicine page */

.med .advantage-top .item:nth-child(1) .text {
  width: 188px;
}

.promotion-wrap.medcenter .free-item .title span {
  display: inline;
}

.promotion-wrap.medcenter .free-item .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
  max-width: 380px;
}

.promotion-wrap.medcenter .free-item .phone-free {
  max-width: 194px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.promotion-wrap.medcenter .free-item .phone-free a {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #323231;
  text-decoration: none;
  margin-left: 10px;
  /*pointer-events: none;*/
}

/* to top*/

.to-top {
  position: fixed;
  bottom: -100px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: all ease-out 1s;
  -moz-transition: all ease-out 1s;
  -ms-transition: all ease-out 1s;
  -o-transition: all ease-out 1s;
  transition: all ease-out 1s;
}

/* page dent service */

.dent.page-service header {
  background: #fcfcfe;
  background: -moz-linear-gradient(top, #fcfcfe 0%, #e3e4ea 100%);
  background: -webkit-linear-gradient(top, #fcfcfe 0%, #e3e4ea 100%);
  background: linear-gradient(to bottom, #fcfcfe 0%, #e3e4ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfe', endColorstr='#e3e4ea',GradientType=0 );
}

.dent.page-service header .wrapper-s {
  background:
    url(../assets/site/images/page-serv/ellipse.png) top right 1% no-repeat,
    url(../assets/site/images/page-serv/ellipse2.png) bottom left 5% no-repeat;
}

.header-main .item-left {
  max-width: 656px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}

.header-main .item-right {
  max-width: 420px;
}

.page-service .header-main {
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 110px;
}

.page-service .B_crumbBox {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 152.34%;
  color: #868686;
}

.page-service .B_crumbBox li {
  list-style: none;
  display: inline-block;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 152.34%;
  color: #868686;
}

.page-service .B_crumbBox li a {
  color: #638bd8;
  text-decoration: none;
}

.page-service .B_crumbBox li a:hover {
  color: #5571a4;
  transition: 0.5s;
}

.page-service header h1 {
  max-width: 100%;
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
}

.page-service .item-left p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
  text-align: left;
}

.page-service .item-right img {
  box-shadow: 0 30px 40px rgba(72, 77, 85, 0.3);
  border-radius: 10px;
}

.page-service .item-right {
  text-align: center;
}

.item-right .art-button {
  top: -39px;
}

.wrap-page-service {
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 1170px;
  margin: -100px auto 0;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 36px;
  padding-bottom: 42px;
}

.wrap-page-service .icon-blue {
  position: absolute;
  top: 0;
  left: 0;
  background: #638bd8;
  border-radius: 10px 0;
  text-align: center;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 58px;
  height: 58px;
}

.wrap-page-service .name-block {
  width: 150px;
  margin-left: 30px;
  margin-right: 0;
}

.wrap-page-service .name-block .name {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  color: #323231;
}

.wrap-page-service .name-block .more {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 155.28%;
  color: #638bd8;
  cursor: pointer;
  display: none;
}

.wrap-page-service .name-block .more.show {
  display: block;
  margin-top: 28px;
}

.wrap-page-service .name-block .more.show.active svg {
  transform: rotate(180deg);
  position: relative;
  top: -1px;
}

.wrap-page-service .links-block {
  max-width: 758px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-service .wrap-page-service li {
  list-style: none;
  position: relative;
  width: 350px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 152.34%;
  color: #323231;
  margin: 0 0 0 23px;
  padding: 0 0 17px 0;
}

.page-service .wrap-page-service li.show {
  display: none;
  opacity: 0;
}

.page-service .wrap-page-service li.show.active {
  display: block;
  opacity: 1;
  transition: 0.5s;
}

.page-service .wrap-page-service li a {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 152.34%;
  color: #323231;
  text-decoration: none;
  transition: background 0.5s ease;
  padding: 10px 0;
  background: linear-gradient(
      to right,
      #638bd8 25%,
      #638bd8 60%,
      #638bd8 75%,
      #638bd8
    )
    0 1.66em/400% 0.75px no-repeat;
}

.page-service .wrap-page-service li a:hover {
  color: #5571a4;
  transition: 0.5s;
}

.page-service .wrap-page-service li:before,
.page-service .wrap-content li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../assets/site/images/page-serv/dott-red.svg) center center
    no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  left: -20px;
}

.page-service .wrap-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 0;
}

.page-service .wrap-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
  margin-bottom: 15px;
}

.page-service .wrap-content .red-line {
  position: relative;
  padding-left: 22px;
  margin: 40px 0;
}

.page-service .wrap-content .red-line:before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #088492;
  border-radius: 5px;
}

.page-service .wrap-content li {
  list-style: none;
  position: relative;
  margin: 0 0 0 23px;
  padding: 0 0 17px 0;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
}

.page-service .wrap-content h1,
.page-service .wrap-content h2,
.page-service .wrap-content h3,
.page-service .wrap-content h4,
.page-service .wrap-content h5,
.page-service .wrap-content h6 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 140.62%;
  color: #323231;
}

.page-service .wrap-content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.page-service .wrap-content .center {
  text-align: center;
}

.page-service .wrap-content .block {
  max-width: 996px;
  margin: 0 auto;
}

.page-service .wrap-content .four-column,
.page-service .wrap-content .six-column,
.page-service .wrap-content .two-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.page-service .wrap-content .four-column .span3 {
  max-width: 200px;
  text-align: center;
  width: 100%;
}

.page-service .wrap-content .six-column .span4 {
  max-width: 200px;
  text-align: center;
}

.page-service .wrap-content .two-column .span6 {
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
}

.page-service .wrap-content .two-column .span6 img {
  margin-right: 20px;
}

.page-service .wrap-content blockquote {
  border-radius: 10px;
  margin: 40px 0;
  padding: 54px 130px 54px 190px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
  background: #f3f6fb url(../assets/site/images/page-serv/quoute.svg) top 46px
    left 84px no-repeat;
}

.page-service .wrap-content blockquote p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
}

.page-service .wrap-content .list-2 li:before {
  display: none;
}

.page-service .wrap-content .list-2 li {
  clear: both;
  margin-bottom: 21px;
}

.page-service .wrap-content .list-2 li img {
  float: left;
  margin-right: 20px;
}

.page-service .wrap-content .advan-page .item {
  padding: 43px 86px 43px 0;
  border-bottom: 1px solid #d6dde9;
  display: flex;
  align-items: flex-start;
}

.page-service .wrap-content .advan-page .item img {
  width: 51px;
  margin-right: 32px;
}

.page-service .wrap-content .advan-page .item .title {
  font-weight: 300;
  font-size: 32px;
  line-height: 140.62%;
  color: #323231;
}

.page-service .wrap-content .advan-page .item:last-child {
  border-bottom: 0;
}

.page-service .wrap-price {
  margin: 102px 0;
}

.page-service .wrap-price .title {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
}

.page-service .wrap-price .description {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
}

.page-service .wrap-price .table-wrap,
.page-service .wrap-content .table-wrap {
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 35px;
  box-sizing: border-box;
  margin-top: 32px;
}

.page-service .wrap-price table,
.page-service .wrap-content .table-wrap table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.page-service .wrap-price table th,
.page-service .wrap-content .table-wrap table th {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #638bd8;
}

.page-service .wrap-price table tr:nth-child(1),
.page-service .wrap-content table tr:nth-child(1) {
  background: #f3f6fb;
}

.page-service .wrap-price table tr:nth-child(1) th:nth-child(1) {
  border-radius: 10px 0 0 10px;
}

.page-service .wrap-price table tr:nth-child(1) th:nth-child(2) {
  border-radius: 0 10px 10px 0;
}

.page-service .wrap-price table td,
.page-service .wrap-content table td,
.page-service .wrap-price table td p,
.page-service .wrap-content table td p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
  margin-bottom: 0;
}

.page-service .wrap-price table td:nth-child(2),
.page-service .wrap-content .table-wrap table td:nth-child(2),
.page-service .wrap-price table td:nth-child(2) p,
.page-service .wrap-content .table-wrap table td:nth-child(2) p {
  color: #323231;
  font-weight: bold;
}

.page-service .wrap-content .table-wrap table.kap td:nth-child(2) {
  font-weight: 300;
}

.page-service .wrap-price table td:nth-child(2),
.page-service .wrap-price table th:nth-child(2) {
  width: 200px;
}

.page-service .wrap-price table td,
.page-service .wrap-content table td,
.page-service .wrap-price table th,
.page-service .wrap-content table th {
  padding: 18px 18px;
}

.page-service .wrap-price table td,
.page-service .wrap-content table td {
  border-bottom: 1px solid #d6dde9;
}

.page-service .more-price {
  text-align: center;
  margin-top: 42px;
  position: relative;
}

.page-service .wrap-price .table-wrap .table-small {
  height: 340px;
  overflow: hidden;
}

.page-service .wrap-price .table-wrap .table-small.active {
  height: auto;
}

.page-service .wrap-price .bt2 {
  position: absolute;
  right: 0;
  top: 12px;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 155.28%;
  text-align: right;
  text-decoration: underline;
  color: #638bd8;
}

.row.tac {
  max-width: 500px;
  margin: 0 auto;
}

.row.tac img {
  float: left;
  margin-right: 12px;
}

.row.tac .span3 {
  clear: both;
  margin-bottom: 40px;
}

.page-service ul.list-with-img li {
  clear: both;
  margin-bottom: 40px;
}

.page-service ul.list-with-img li:before {
  display: none;
}

.page-service ul.list-with-img li .img-wrap {
  max-width: 215px;
  float: left;
  margin-right: 15px;
}

/* header medcenter alter */
.clinics .wrap_clinics_med {
  position: relative;
}
.clinics .wrap_clinics_med:before {
  content: "";
  display: block;
  width: 306px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.wrap_clinics_med .item {
  display: flex;
  width: 306px;
  height: 70px;
  position: relative;
  padding: 7px;
  z-index: 3;
}

.wrap_clinics_med .item .icon {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  margin-right: 20px;
  background: #e6ecf8;
}

.wrap_clinics_med .item .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #323231;
  display: flex;
  width: 176px;
  flex-wrap: wrap;
  align-items: center;
  height: 53px;
}

/* page base dantistry */

.dent.page-base header {
  background: none;
}

body.page-service .wrapper-base {
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
}

.dent.page-base header .wrapper-s {
  background: url(../assets/site/images/page-serv/ellipse.png) top right 1%
    no-repeat;
}

.page-base .header-main {
  display: block;
}

.page-service.page-base .header-main {
  padding-bottom: 0;
}

.page-service.page-base .wrap-content {
  padding: 0 0 50px;
  margin-bottom: 100px;
}

.wrap-content .wrap-articles .item {
  width: 355px !important;
}

.dent.page-base .map-top {
  margin-top: 56px;
}

.dent.page-base .table-wrap .p-price {
  width: 120px;
}

.contact-icon {
  display: flex;
  justify-content: space-between;
  max-width: 1125px;
  margin: 70px auto 0;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}

.contact-icon p.icon {
  margin-right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  background: #e6ecf8;
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 9px;
  padding-left: 11px;
}

.contact-icon p.icon svg {
  max-width: 30px;
  height: auto;
  fill: #638bd8;
}

.contact-icon .item {
  max-width: 360px;
  display: flex;
  align-items: center;
  width: 100%;
}

.contact-icon .item strong {
  display: block;
}

#mapmed {
  margin-top: -150px;
}

.page-service .wrap-content p.ca-location {
  margin-bottom: 0;
  font-size: 16px;
}

.container.lic {
  max-width: 1170px;
  margin: 0 auto 100px;
}

.container.lic .item-block {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}

.container.lic h4.lic-title {
  font-weight: 300;
  margin-top: 0;
}

.container.lic h2.lic-phone {
  margin-top: -11px;
}

.container.lic img:hover {
  opacity: 0.6;
}

.container.lic .item-block .item-left {
  width: 305px;
}

.lic-gallery {
  display: flex;
}

.price-list.dop-links p {
  margin-bottom: 0;
  line-height: 1;
}

.price-list.dop-links p.text {
  margin-top: -3px;
}

.price-list.dop-links {
  float: right;
  margin-top: -98px;
  position: relative;
  z-index: 2;
}

.price-list.dop-links .text a {
  font-size: 16px;
  line-height: 22px;
}

.page-service .wrap-price-table table tr:nth-child(1) .p-name p,
.page-service .wrap-price-table table tr .p-name.title p {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #638bd8;
}

/* modal window */
.modal {
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 750px;
  padding: 40px 56px 62px 56px;
  box-sizing: border-box;
}

.modal .title {
  font-weight: 300;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  color: #323231;
  margin-bottom: 6px;
}

.modal .title span {
  color: #088492;
}

.modal .sub-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 152.34%;
  text-align: center;
  color: #767676;
  max-width: 460px;
  margin: 0 auto 25px;
}

.modal .hidden {
  display: none;
}

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

.modal .m-wrap .form-group {
  max-width: 48%;
  width: 100%;
}

.modal label.control-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 152.34%;
  color: #323231;
}

.modal .choise .radio label,
#record-dent2 .choise .radio label,
#record-dent3 .choise .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 152.34%;
  color: #323231;
  background: #ffffff;
  border: 1px solid #d9e1f1;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 15px 17px 17px 44px;
}

.modal .choise .radio label:hover,
#record-dent2 .choise .radio label:hover,
#record-dent3 .choise .radio label:hover {
  border: 1px solid #638bd8;
  transition: 0.2s;
}

.modal .choise .radio input:checked + label,
#record-dent2 .choise .radio input:checked + label,
#record-dent3 .choise .radio input:checked + label {
  background: #f3f6fb;
  border: 1px solid #f3f6fb;
}

.modal .radio input[type="radio"],
#record-dent2 .radio input[type="radio"],
#record-dent3 .radio input[type="radio"] {
  display: none;
}

.modal .choise .radio label:before,
#record-dent2 .choise .radio label:before,
#record-dent3 .choise .radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 14px;
  top: 16px;
}

.modal .radio #dentist + label:before {
  background: url(../assets/site/images/icon-tooth.svg) top center no-repeat;
  background-size: 24px;
}

.modal .radio #medcent + label:before {
  background: url(../assets/site/images/icon-kaducey.svg) top center no-repeat;
  background-size: 20px;
  top: 15px;
}

.modal .list-cast .wrapper,
#record-dent2 .list-cast .wrapper,
#record-dent3 .list-cast .wrapper {
  position: relative;
}

.modal .list-cast .wrapper .item-list,
#record-dent2 .list-cast .wrapper .item-list,
#record-dent3 .list-cast .wrapper .item-list {
  height: 200px;
  position: absolute;
  background: #ffffff;
  padding-top: 0;
  top: 10px;
  z-index: 5;
  width: 92%;
}

.modal .list-cast .wrapper.active:before,
#record-dent2 .list-cast .wrapper.active:before,
#record-dent3 .list-cast .wrapper.active:before {
  content: "";
  width: 100%;
  height: 220px;
  background: #ffffff;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.modal .list-cast .wrapper.active .item-list,
#record-dent2 .list-cast .wrapper.active .item-list,
#record-dent3 .list-cast .wrapper.active .item-list {
  display: block;
}

.modal .list-cast .wrapper .radio label,
#record-dent2 .list-cast .wrapper .radio label,
#record-dent3 .list-cast .wrapper .radio label {
  display: block;
  padding: 10px 20px 10px 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 152.34%;
  color: #323231;
  cursor: pointer;
}

.modal .list-cast .wrapper .radio label:hover,
#record-dent2 .list-cast .wrapper .radio label:hover,
#record-dent3 .list-cast .wrapper .radio label:hover,
.modal .list-cast .wrapper .radio input:checked + label,
#record-dent2 .list-cast .wrapper .radio input:checked + label,
#record-dent3 .list-cast .wrapper .radio input:checked + label {
  color: #088492;
}

.modal .list-cast .choise-adress,
#record-dent2 .list-cast .choise-adress,
#record-dent3 .list-cast .choise-adress {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 152.34%;
  color: #767676;
  padding: 15px 52px 17px 17px;
  background: #ffffff;
  border: 1px solid #d9e1f1;
  box-sizing: border-box;
  border-radius: 10px;
}

.modal .list-cast .choise-adress.active,
#record-dent2 .list-cast .choise-adress.active,
#record-dent3 .list-cast .choise-adress.active {
  cursor: pointer;
  position: relative;
  background: #ffffff;
}

.modal .list-cast .choise-adress.active:after,
#record-dent2 .list-cast .choise-adress.active:after,
#record-dent3 .list-cast .choise-adress.active:after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../assets/site/images/arrow_down.svg) center center no-repeat;
  display: block;
  position: absolute;
  top: 19px;
  right: 21px;
  z-index: 2;
}

.modal .item-list,
#record-dent2 .item-list,
#record-dent3 .item-list,
.modal .item-single,
#record-dent2 .item-single,
#record-dent3 .item-single {
  display: none;
}

.modal .wrapper .item-single.active,
#record-dent2 .wrapper .item-single.active,
#record-dent3 .wrapper .item-single.active {
  display: block;
  position: absolute;
  top: -57px;
  left: 0;
  z-index: 5;
  width: 100%;
}

.modal .form-group input,
#record-dent2 .form-group input,
#record-dent3 .form-group input {
  padding: 12px 16px 14px;
}

.modal .form-group select {
  padding: 14px 16px 16px;
}

.modal .form-group input[type="date"] {
  padding: 11px 16px 13px;
}

.modal .wrapper .item-single input,
#record-dent2 .wrapper .item-single input,
#record-dent3 .wrapper .item-single input {
  padding: 15px 16px 18px;
}

.modal #formrecord .form-action,
#spravka .form-action {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}

.modal #formrecord .form-action p.polite,
#spravka .form-action p.polite {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 152.34%;
  color: #767676;
  max-width: 290px;
}

.modal #formrecord .form-action button,
#spravka .form-action button {
  margin-top: 0;
}

.modal {
  display: none;
}

/* modal success */

.modal.success p.title,
.modal.success .form-wrap,
.modal.success .sub-title {
  display: none;
}

.modal.success {
  background: url(../assets/site/images/form-suc.jpg) top center/cover;
}

.modal .success {
  padding-top: 60px;
}

.modal .success .thanks {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 130%;
  color: #323231;
  max-width: 280px;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}

.modal .success .thanks span {
  color: #088492;
  display: block;
}

.modal .success .contact-you {
  font-weight: 300;
  font-size: 18px;
  line-height: 152.34%;
  color: #767676;
}

.modal .accepts {
  font-weight: 300;
  font-size: 12px;
  line-height: 152.34%;
  text-align: center;
  color: #767676;
  margin-top: 16px;
}

.fancybox-skin {
  padding: 0 !important;
}

.fancybox-close {
  top: 5px;
  right: 8px;
  background-image: url(../assets/site/images/close-popup.png);
}

.modal.small {
  width: 386px;
  padding: 45px;
}

.modal.small.success {
  width: 100%;
  height: 100%;
}

/*Новый год*/
@media (min-width: 1440px) {
  body {
    overflow-x: hidden;
  }

  .main {
    position: relative;
  }

  .main::before {
    display: none;
    content: "";
    width: 512px;
    height: 512px;
    background-image: url("../assets/site/images/xmas/main-left.png");
    position: absolute;
    top: 200px;
    right: 100%;
    margin-right: 50px;
  }

  .main::after {
    display: none;
    content: "";
    width: 512px;
    height: 512px;
    background-image: url("../assets/site/images/xmas/main-right.png");
    position: absolute;
    top: 200px;
    left: 100%;
    margin-left: 50px;
  }

  .service-top {
    /*padding-left: 90px;*/
  }

  .service-top::before {
    display: none;
    content: "";
    width: 68px;
    height: 108px;
    background-image: url("../assets/site/images/xmas/heading.png");
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*Специалисты*/
.specialists {
  margin: 0 !important;
}
.specialists .wrap-articles .item {
  width: 275px !important;
  height: 420px;
}
.wrap-content .specialists > .title {
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
  margin-bottom: 14px;
}
.specialists .wrap-articles .item .title {
  color: #323231;
}
@media (max-width: 450px) {
  .articles.specialists {
    margin-top: 74px;
  }
}
@media (max-width: 580px) {
  .wrap-content .specialists > .title {
    font-weight: 300;
    font-size: 24px;
    line-height: 140.62%;
    padding: 0 130px 0 6px;
  }
}
@media (min-width: 991px) {
  .specialists .wrap-articles .item {
    width: 316px !important;
  }
}

.page-service .wrap-content .list-checks {
  margin: 30px 0;
  padding: 0;
}

.page-service .wrap-content .list-checks li {
  font-style: normal;
  color: #1b1a1a;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  padding: 0 0 0 55px;
  margin: 0 0 15px;
}

.page-service .wrap-content .list-checks li:before {
  content: "";
  display: block;
  position: static;
  float: left;
  margin-left: -40px;
  background: url("../img/lp/gistero/check.png") center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  min-height: 30px;
}

.video {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.video iframe {
  margin: 0 15px 30px;
}

@media (max-width: 1199px) {
  .video {
    flex-direction: column;
    margin-bottom: -15px;
  }
  .video iframe {
    margin: 0 auto 15px;
  }
}

/*.page156  .item-right .art-button,
.page28  .item-right .art-button,
.page148  .item-right .art-button,
.page145  .item-right .art-button,
.page146  .item-right .art-button,
.page34  .item-right .art-button,
.page159  .item-right .art-button,
.page142  .item-right .art-button,
.page143  .item-right .art-button,
.page141*/
.item-right .art-button {
  top: 4px;
}

.small-tooth {
  width: 24px;
  margin-right: 9px;
}

.icon-list {
}

.icon-list > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.orto-systems .main__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
  margin-bottom: 40px;
}

.orto-systems-item img {
  max-width: 300px !important;
}

.orto-systems.max100 img {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .orto-systems-item img {
    max-width: 100% !important;
  }
}

.orto-systems.page-156 img {
  display: block;
  margin: 0 auto;
}

.orto-systems.page-156 .caption {
  font-size: 16px;
  text-align: center;
}

.img-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.img-block .item {
  max-width: 200px;
  margin: 0 15px 15px;
}

#user-data {
  width: 310px;
  display: none;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  padding-top: 35px;
  border-radius: 5px;
  position: relative;
}
#user-data input[type="text"] {
  background: #ffffff;
  border: 1px solid #d9e1f1;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 152.34%;
  color: #323231;
  padding: 9px 16px 12px;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 12px;
  transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
}

#user-data input:focus {
  border: 1px solid #638bd8;
}

#user-data button {
  font-size: 18px;
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: #088492;

  width: 100%;
  border: none;
  border-bottom: 4px solid #045159;
  border-radius: 5px;
  transition: background 0.22s;
  margin-top: 12px;
}

#user-data .btn:hover {
  background: #045159;
  cursor: pointer;
}

.agreement {
  display: none;
}

p.accepts {
  font-weight: 300;
  font-size: 12px;
  line-height: 152.34%;
  text-align: center;
  color: #767676;
  margin: 0;
}

.section--color {
  background: #f3f6fb;
}

.section__head {
  padding: 30px 0;
}

.section__title {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 51px;
  color: #323231;
  margin: 0;
}

.benefits {
  position: relative;
  padding-bottom: 60px;
}

.benefits__list {
  margin: 0 -20px -20px;
}

.benefits__item {
  padding: 20px;
}

.benefits-item {
  height: 100%;
  background: #fff;
  padding: 40px;
  border-radius: 1rem;
}

.benefits-item__icon {
  height: 57px;
}

.benefits-item__icon .icon {
  color: #ffaf00;
  fill: #333;
  stroke: #333;
}

.benefits-item__title {
  margin: 13px 0;
  font-size: 24px !important;
}

.benefits-item__text {
  opacity: 0.8;
  margin-top: 0;
}

.olist-1 {
  list-style: none;
  counter-reset: olist-1;
  padding: 0;
}

.olist-1 li {
  counter-increment: olist-1;
  display: flex;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #323231;
  margin-bottom: 15px;
}

.olist-1 li:before {
  content: counter(olist-1) ".";
  display: block;
  margin-right: 15px;
  color: #088492;
}

.video-res {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .video-res {
    width: 420px;
  }
}
@media (min-width: 992px) {
  .video-res {
    margin-top: 60px;
  }
}
.video-res iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#wa {
  width: 320px;
  padding: 40px;
}
.header-social__wa .header-social__item {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.header-social__wa .header-social__item img {
  width: auto;
  height: auto;
}
.form-checkbox + .form-checkbox {
  margin-left: 10px;
}
.form-checkbox input {
  display: none;
}
.form-checkbox span {
  display: inline-block;
  border: 1px solid #d9e1f1;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
}
.form-checkbox:hover span {
  border-color: #638bd8;
}
.form-checkbox input:checked + span {
  background-color: #f3f6fb;
  border-color: #f3f6fb;
}
#spravka .success .thanks {
  max-width: none;
  text-align: left;
}
#spravka .success .thanks span {
  display: inline;
}
.form-control[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #ffffff;
}
.form-control[type="date"]::before {
  position: absolute;
  color: gray;
  content: attr(placeholder);
}
.form-control[type="date"]:focus,
.form-control[type="date"]:valid {
  color: inherit;
}
.form-control[type="date"]:focus::before,
.form-control[type="date"]:valid::before {
  content: "";
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.table-responsive {
  overflow: auto;
  margin-bottom: 30px;
}
.table-responsive table {
  border-collapse: collapse;
}
.table-responsive table tr td {
  border: 1px solid #a6a3a8;
  padding: 2px 10px;
}
.table-responsive table thead {
  background: #f4f4f5;
}
#cookie {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  border-top: 1px solid #d9e1f1;
  padding: 15px 0;
  text-align: center;
}
#cookie.cookie-hidden {
  display: none !important;
}
#cookie .art-button {
  cursor: pointer;
  border: 0;
  padding: 10px 20px;
  margin-top: 10px;
  box-shadow: none;
}
#cookie .art-button[target="_blank"] {
  background: gray;
}
.polite {
  font-size: 14px;
}
.polite .error + span {
  color: brown;
}

.ca-phone__item {
  width: 24px;
  height: 24px;
  margin: 0 0 0 6px;
  background: #7a6aed;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.ca-phone__item img {
  max-width: 80%;
  width: auto;
  height: auto;
}

p.ca-phone {
  display: flex;
}
