::-moz-selection {
  background: #07d6f2;
}
::selection {
  background: #07d6f2;
}
::-moz-selection {
  background: #07d6f2;
}
::-webkit-selection {
  background: #07d6f2;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Noto Sans SC', sans-serif;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
p {
  line-height: 1.2em;
}
input,
button {
  outline: none;
  border: none;
}
.insert-ad,
.insert-ad__popup {
  width: 220px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: -90px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #fff;
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.insert-ad h2,
.insert-ad__popup a {
  font-size: 16px;
  font-weight: 700;
  color: #c00500;
}
.insert-ad__popup {
  left: -90px;
  display: none;
}
.insert-ad__popup p {
  font-size: 16px;
  font-weight: 700;
  color: #c00500;
}
.insert-ad__popup a {
  color: #0b0b0b;
}
.insert-ad__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header {
  background: url(../img/header-bg.jpg) no-repeat center center / cover;
  width: 100%;
  height: 100vh;
  min-height: 700px;
}
.header {
  padding-top: 25px;
  width: 1280px;
  height: 100vh;
  min-height: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-wrap img {
  width: 50px;
}
.logo-wrap p {
  width: 170px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.logo-wrap span {
  text-transform: uppercase;
}
.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.phone a {
  margin-top: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.phone a:before {
  content: '';
  bottom: -5px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #07d6f2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.phone a:hover:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.phone a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #07d6f2;
}
.header-content {
  text-align: left;
  margin-left: 25px;
}
.header-content h1 {
  width: 450px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.header-subtitle {
  margin-bottom: 30px;
}
.header-content p {
  font-size: 20px;
  font-weight: 500;
  color: #eafdff;
}
.btn {
  width: 210px;
  height: 40px;
  background: #07d7f2;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans SC', sans-serif;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#07d6f2), to(#14c2da));
  background: linear-gradient(#07d6f2, #14c2da);
  -webkit-box-shadow: 0 32px 84px #07d6f2, inset 0 0 33px rgba(7, 215, 242, 0.7);
          box-shadow: 0 32px 84px #07d6f2, inset 0 0 33px rgba(7, 215, 242, 0.7);
}
.btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 15px 84px 0 #07d6f2, inset 0 0 63px 0 #07d6f2;
          box-shadow: 0 15px 84px 0 #07d6f2, inset 0 0 63px 0 #07d6f2;
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.indicator {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.indicator span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-animation: downAnimate 1s linear infinite;
          animation: downAnimate 1s linear infinite;
}
.indicator span:nth-child(1) {
  top: -12px;
  left: -12px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.indicator span:nth-child(2) {
  top: -6px;
  left: -6px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.indicator span:nth-child(3) {
  top: 0px;
  left: 0px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.indicator span:nth-child(4) {
  top: 6px;
  left: 6px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.indicator span:nth-child(5) {
  top: 12px;
  left: 12px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes downAnimate {
  0% {
    border-color: #fff;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
  20.1%,
  100% {
    border-color: #07d6f2;
  }
}
@keyframes downAnimate {
  0% {
    border-color: #fff;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
  20.1%,
  100% {
    border-color: #07d6f2;
  }
}
#tooth h2 {
  width: 560px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tooth {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tooth-wrap {
  margin: 0 6px;
  margin-top: 25px;
  padding: 12px;
  width: 200px;
  text-align: center;
  border: 1px solid rgba(7, 215, 242, 0.2);
}
.tooth-wrap img {
  width: 70px;
}
.tooth-wrap p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}
#amenites {
  width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
}
.amenities-title {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #65c7d3;
  margin-bottom: 50px;
}
.amenities-card {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
}
.card-box {
  width: 310px;
  height: 230px;
  margin: 20px 10px;
  position: relative;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s;
  transition: .5s;
}
.card-img img:hover {
  opacity: 0;
}
.card-content {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 80%;
  height: 60px;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-box:hover .card-content {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.card-content h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3em;
}
.card-box:hover .card-content h3 {
  display: none;
}
.card-content p {
  margin: 10px;
  opacity: 0;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: .5s;
  transition: .5s;
}
.card-box:hover .card-content p {
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
#call-to__action {
  margin-top: 30px;
  width: 100%;
  background: #07d7f2 url(../img/bg-callback.jpg) no-repeat center center / cover;
  text-align: center;
}
#call-to__action h3 {
  padding-top: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
#call-to__action h3 span {
  color: #008799;
}
.call-to__action__cell {
  margin-top: 25px;
  width: 310px;
  height: 35px;
  border: 1px solid #07d7f2;
  padding-left: 6px;
}
.call-to__action__btn {
  margin-top: 25px;
  width: 210px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Noto Sans SC', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 0px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#07d6f2), to(#14c2da));
  background: linear-gradient(#07d6f2, #14c2da);
  -webkit-box-shadow: 0 32px 84px #07d6f2, inset 0 0 33px rgba(7, 215, 242, 0.7);
          box-shadow: 0 32px 84px #07d6f2, inset 0 0 33px rgba(7, 215, 242, 0.7);
  margin-bottom: 50px;
}
.call-to__action__btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 15px 84px 0 #07d6f2, inset 0 0 63px 0 #07d6f2;
          box-shadow: 0 15px 84px 0 #07d6f2, inset 0 0 63px 0 #07d6f2;
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
#price {
  margin-top: 50px;
}
#price h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
td {
  padding: 6px;
  border: 1px solid rgba(7, 184, 207, 0.5);
  border-collapse: collapse;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2em;
}
table {
  width: 700px;
}
table,
th {
  padding: 6px;
  border: 1px solid rgba(7, 184, 207, 0.5);
  border-collapse: collapse;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
}
th span {
  font-size: 15px;
  font-weight: 700;
  color: #00899b;
}
#licenses {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup-gallery {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup-gallery img {
  margin: 0px 25px;
  margin-top: 25px;
}
.popup-gallery img:hover {
  opacity: 0.8;
}
.mfp-title {
  font-size: 0px;
}
.mfp-figure small {
  font-size: 0px;
}
footer {
  margin-top: 50px;
  width: 100%;
  background: #025761;
}
.footer {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-adress {
  width: 250px;
  color: #fff;
}
.footer-adress h4 {
  font-size: 15px;
  font-weight: 400;
}
.footer-adress p {
  margin-top: 12px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}
.footer-phone {
  color: #bbf7ff;
}
.footer-phone p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
}
.footer-phone a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.phone-one {
  margin-bottom: 6px;
}
.phone-two {
  margin-top: 6px;
}
.author {
  margin-top: 12px;
  text-align: center;
}
.author a {
  font-size: 13px;
  font-weight: 400;
  color: #bbf7ff;
}
.footer-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-doc a {
  text-align: center;
  padding-top: 12px;
  margin: 0px 10px;
  text-decoration: none;
  color: #fff;
}
.footer-doc a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #07d6f2;
}
.footer-copyright {
  margin-top: 12px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 6px;
}
#form1 {
  position: fixed;
  width: 440px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 3px;
  background: #fff;
  display: none;
  z-index: 200;
}
#form-bg1 {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
.close-popap {
  position: absolute;
  top: 12px;
  right: 11px;
  cursor: pointer;
}
.close-img__form {
  width: 16px;
  height: 16px;
}
.modal-action {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
  position: relative;
}
.modal-action:before {
  content: '';
  width: 310px;
  bottom: -10px;
  left: 64px;
  margin: 0 auto;
  border-bottom: 2px solid #07d6f2;
  position: absolute;
}
form {
  text-align: center;
}
.cell {
  margin-top: 25px;
  width: 310px;
  height: 30px;
  border: 1px solid #07d6f2;
  padding-left: 3px;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
.btn-connect {
  margin-top: 18px;
  width: 200px;
  height: 33px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Noto Sans SC', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 0px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#07d6f2), to(#14c2da));
  background: linear-gradient(#07d6f2, #14c2da);
  -webkit-box-shadow: 0 7px 20px rgba(7, 215, 242, 0.2);
          box-shadow: 0 7px 20px rgba(7, 215, 242, 0.2);
  cursor: pointer;
  margin-bottom: 45px;
}
.btn-connect:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 7px 20px rgba(7, 215, 242, 0.4);
          box-shadow: 0 7px 20px rgba(7, 215, 242, 0.4);
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.container-checkbox {
  width: 290px;
  margin: 0 auto;
  margin-top: 18px;
}
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox input {
  width: 16px;
  height: 16px;
}
.checkbox-text {
  font-size: 13px;
}
.involucre {
  width: 250px;
  margin-left: 20px;
  line-height: 100%;
  text-align: left;
}
.modal-doc {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .header {
    width: 100%;
  }
  .logo-wrap {
    margin-left: 25px;
  }
  .phone {
    margin-right: 25px;
  }
  .header-content {
    margin-left: 50px;
  }
  .tooth {
    width: 800px;
  }
  .amenities-card {
    width: 100%;
  }
  #licenses {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .tooth {
    width: 100%;
  }
  #call-to__action h3 {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  table {
    width: 95%;
  }
}
@media screen and (max-width: 660px) {
  .footer-doc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .author {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  #call-to__action h3 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .header-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo-wrap {
    margin-left: 0px;
  }
  .phone {
    margin-top: 12px;
    margin-right: 0px;
  }
  .header-content {
    margin-left: 0px;
    text-align: center;
  }
  .header-content h1 {
    width: 100%;
  }
  #tooth h2 {
    width: 100%;
  }
  .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-phone {
    margin-top: 25px;
  }
  .footer-adress {
    text-align: center;
  }
  .phone-one {
    text-align: center;
  }
  .phone-two {
    text-align: center;
  }
  #form1 {
    width: 320px;
  }
  .modal-action:before {
    left: 6px;
  }
}
