h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
}

.body {
  font-family: Roboto, sans-serif;
}

.hero-section {
  padding: 20px 4% 4%;
  background-image: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, .99), hsla(0, 0%, 100%, .82)), url('../images/shutterstock_380067859-2.jpg');
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .99), hsla(0, 0%, 100%, .82)), url('../images/shutterstock_380067859-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: inset 0 -4px 15px 0 rgba(0, 0, 0, .24);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
}

.brand {
  width: 400px;
  height: 60px;
  background-image: url('../images/logo1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.phone-div {
  text-align: right;
}

.phone {
  margin-bottom: 5px;
  color: #606064;
  font-size: 29px;
  line-height: 28px;
  font-weight: 700;
}

.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #239bc8;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #31bfbd;
}

.hero-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video-div {
  border: 5px solid #fff;
  border-radius: 3px;
  background-color: #0098ff;
  box-shadow: 8px 8px 11px 0 rgba(0, 0, 0, .27);
}

.hero-title-div {
  width: 50%;
  padding-right: 50px;
}

.heading {
  margin-top: 10px;
  color: #606064;
  font-size: 32px;
  line-height: 40px;
}

.bulet-div {
  margin-top: 30px;
}

.bulet-list-item {
  margin-bottom: 10px;
}

.list-icn {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.list-txt {
  padding-top: 0px;
  float: none;
  font-size: 14px;
}

.tizer-section {
  padding: 2% 4%;
}

.tizer-div {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.tizer-header {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}

.tizer-chld {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #eef4f8;
}


.cta-brn {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: rgb(237, 127, 44);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-example {
	background-color: #239bc8;
}

.cta-brn:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.cta-brn.form-btn {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(237, 127, 44);
  color: #fff;
}

.cta-brn.footer-btn {
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgb(237, 127, 44);
}

.cta-brn.book-form-cta {
  margin-top: 0px;
  background-color: #3abfbc;
}

.cta-brn.call-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tizer-raw {
  width: 33.33333333%;
  padding: 15px;
}

.tizer-raw._60 {
  width: 66.66%;
}

.tizer-chld-header {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}

.tizer-photo {
  position: relative;
  width: 100%;
  border: 3px solid #fff;
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, .44);
}

.tizer-photo:hover {
  border-color: #31bfbd;
}

.lens-icn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-image: url('../images/lens.svg'), -webkit-linear-gradient(270deg, rgba(49, 191, 189, .49), rgba(49, 191, 189, .49));
  background-image: url('../images/lens.svg'), linear-gradient(180deg, rgba(49, 191, 189, .49), rgba(49, 191, 189, .49));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
}

.cabinet-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  border-bottom: 1px solid #eef4f8;
}

.cabinet-div.tittle-raw {
  background-color: #d8e9f0;
}

.cabinet-name {
  width: 60%;
  padding: 10px;
}

.price-div {
  width: 15%;
  padding: 10px;
  text-align: right;
}

.price-div._10 {
  width: 15%;
}

.tizer-link {
  display: block;
  color: #31bfbd;
}

.text-block {
  font-weight: 600;
}

.sum-bll {
  margin-top: 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

.info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.info-chld {
  width: 50%;
  color: #239bc8;
}

.info-icn {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
}

.text-block-2 {
  padding-top: 5px;
}

.num-section {
  padding: 2% 4%;
  background-color: #239bc8;
}

.num-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.num-title-div {
  width: 50%;
  padding: 30px;
}

.form-header {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.form-header.obzor-header {
  font-size: 18px;
  line-height: 30px;
}

.num-form {
  width: 50%;
  padding: 30px 30px 10px;
  border: 3px solid #fff;
  border-radius: 6px;
}

.form-blk.book-form {
  margin-bottom: 0px;
}

.input {
  height: 50px;
  margin-bottom: 20px;
  border: 2px solid #73909b;
  border-radius: 5px;
}

.input.comment {
  height: 100px;
}

.form-blk-prg {
  margin-top: 20px;
  color: #fff;
}

._2-sec {
  padding: 2% 4%;
  background-image: -webkit-linear-gradient(90deg, #ddf6ff, #fff);
  background-image: linear-gradient(0deg, #ddf6ff, #fff);
}

._2-sec-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-sec-raw {
  width: 25%;
  padding: 20px;
  color: #239bc8;
  text-align: center;
}

._2-sec-icn {
  width: 20%;
  height: 50px;
}

.big-num {
  font-family: Roboto, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -3px;
}

.big-num.biig {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -3px;
}

.footer-section {
  padding: 2% 4%;
  background-color: #eef4f8;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-info-link {
  padding: 5px 10px;
  float: left;
  border: 2px solid #239bc8;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #239bc8;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-info-link:hover {
  background-color: #239bc8;
  color: #fff;
}

.sum-txt.popap-sum {
  margin-top: 16px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

.info-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
}

.container {
  position: relative;
  z-index: 1001;
  overflow: scroll;
  max-height: 90%;
  padding: 2% 40px 2% 2%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .56);
}

.container.main {
  position: static;
  overflow: visible;
  padding: 0% 0px;
}

.info-header {
  margin-top: 0px;
  margin-bottom: 20px;
}

.close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef4f8;
  text-decoration: none;
}

.close-modal:hover {
  background-color: #ffc0c0;
}

.div-block {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-block-3 {
  color: #153846;
  font-size: 30px;
}

.info-slider {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide {
  background-image: url('../images/stock-photo-dental-clinic-interior-184678688.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.s2 {
  background-image: url('../images/clinic1.jpg');
}

.footer-raw {
  width: 33.33333333%;
  padding: 10px;
}

.footer-logo {
  margin-bottom: 10px;
}

.text-block-4 {
  display: block;
  color: #606064;
  line-height: 16px;
}

.policy-link {
  display: block;
  margin-top: 10px;
  color: #239bc8;
}

.policy-link:hover {
  color: #31bfbd;
}

.policy-link.ec {
  display: none;
}

.text-block-5 {
  color: #606064;
  font-weight: 700;
  text-transform: uppercase;
}

.rss-form {
  margin-top: 20px;
}

.text-block-6 {
  float: right;
  font-size: 16px;
  line-height: 30px;
}

.email-icn {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
}

.close-modal-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}

.result-prg {
  margin-top: 30px;
  padding: 10px;
  background-color: #eef4f8;
  font-size: 16px;
  line-height: 30px;
}

.piter-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
}

.tumen-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
}

.vid-div {
  width: 50%;
}

.sub-vid-txt {
  margin-top: 30px;
  margin-left: 14px;
  color: #239bc8;
  line-height: 24px;
}

.cifr-blk {
  width: 16.66666667%;
  padding: 10px;
  color: #239bc8;
}

.cifr-chld {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 7px solid #31bfbd;
  color: #239bc8;
}

.cifr-prg {
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.sub-cifr-txt {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.book-sec {
  padding: 2% 4%;
  background-color: #239bc8;
}

.bookdiv {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.bform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.book-input {
  height: 50px;
  margin-right: 15px;
  margin-bottom: 0px;
  border: 2px solid #4f6b77;
  border-radius: 5px;
}

.sutxt {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}

.call-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
}

.call-form-div {
  position: relative;
  z-index: 1003;
  max-width: 500px;
  min-width: 300px;
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
}

.close-call-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1002;
}

.video {
  z-index: 1;
}

.policy-txt {
  margin-top: 15px;
  color: #153846;
  font-size: 10px;
  line-height: 14px;
}

html.w-mod-js *[data-ix="info-modal-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.phone-massk.novalid {
  border-color: #c73f3f;
  color: #c73f3f;
}
.phone-massk.valid {
  border-color: #79c73f;
  color: #79c73f;
}

.btn-send-mss.hide {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #c3c3c3;
  color: #fff;
  border-color: #c3c3c3;
}

@media (max-width: 991px) {
  .brand {
    width: 200px;
  }
  .hero-content-div {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-div {
    margin-top: 20px;
  }
  .hero-title-div {
    width: 100%;
    padding-right: 0px;
  }
  .tizer-chld {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta-brn.dop-video-btn {
    text-align: center;
  }
  .tizer-raw {
    width: 20%;
  }
  .tizer-raw._60 {
    width: 80%;
  }
  .cabinet-name {
    font-size: 12px;
    line-height: 18px;
  }
  .price-div {
    font-size: 12px;
    line-height: 18px;
  }
  .vid-div {
    width: 100%;
  }
  .cifr-blk {
    width: 33.33333333%;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand {
    margin-right: 5px;
  }
  .phone-div {
    margin-right: 5px;
  }
  .phone {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .link {
    font-size: 12px;
    line-height: 16px;
  }
  .video-div {
    width: 100%;
  }
  .tizer-raw {
    width: 50%;
  }
  .tizer-raw._60 {
    width: 100%;
  }
  .num-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .num-title-div {
    width: 100%;
  }
  .form-header {
    font-size: 24px;
  }
  .num-form {
    width: 100%;
  }
  ._2-sec-raw {
    width: 50%;
  }
  .paragraph {
    font-size: 12px;
  }
  .footer-raw {
    width: 100%;
  }
  .email-icn {
    width: 20px;
    height: 20px;
  }
  .call-form-div {
    min-width: 90%;
  }
}

@media (max-width: 479px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .brand {
    width: 200px;
  }
  .phone {
    font-size: 20px;
    text-align: center;
  }
  .link {
    text-align: center;
  }
  .list-icn {
    margin-bottom: 18px;
  }
  .tizer-header {
    font-size: 28px;
  }
  .cta-brn.form-btn {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }
  .cta-brn.book-form-cta {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }
  .tizer-raw {
    width: 100%;
  }
  .cabinet-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cabinet-name {
    width: 100%;
  }
  .price-div {
    width: 30%;
  }
  .price-div._10 {
    width: 30%;
  }
  .info-icn {
    width: 30px;
    height: 30px;
  }
  .text-block-2 {
    font-size: 12px;
  }
  .num-form {
    padding: 20px;
  }
  ._2-sec-raw {
    font-size: 12px;
    line-height: 16px;
  }
  .big-num {
    font-size: 45px;
  }
  .big-num.biig {
    font-size: 35px;
  }
  .container {
    padding-right: 2%;
  }
  .email-blk {
    margin-top: 10px;
  }
  .text-block-6 {
    font-size: 14px;
    line-height: 20px;
  }
  .sub-vid-txt {
    font-size: 12px;
    line-height: 20px;
  }
  .cifr-blk {
    width: 50%;
    margin-bottom: 0px;
  }
  .cifr-prg {
    font-size: 12px;
    line-height: 16px;
  }
  .sub-cifr-txt {
    font-size: 14px;
  }
  .book-sec {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .call-form-div {
    padding: 30px;
  }
}

