body {
  margin-top: 65px;
  background-color: #f7f7f7;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 54px;
  margin-bottom: 28px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .28);
}

h2 {
  margin-top: 49px;
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .32);
}

h3 {
  margin-top: 41px;
  margin-bottom: 4px;
  font-size: 29px;
  line-height: 37px;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin-top: 22px;
  margin-bottom: 7px;
  color: #1c1c1c;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 0 rgba(0, 0, 0, .9);
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 21px;
  margin-bottom: 8px;
  color: #292929;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
}

strong {
  font-weight: 500;
}

.button {
  display: inline-block;
  margin-top: 7px;
  padding: 7px 31px;
  border-radius: 5px;
  background-color: #22a358;
  box-shadow: inset 0 2px 1px 0 hsla(0, 0%, 100%, .72), inset 0 -2px 1px 0 rgba(0, 0, 0, .34);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #2d93c2;
}

.button:active {
  background-color: #178746;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, .34);
}

.button.big {
  display: block;
  width: 50%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 1% 14px;
  border-radius: 7px;
  background-color: #0a416e;
  background-image: -webkit-linear-gradient(270deg, #266ba3, #0a416e);
  background-image: linear-gradient(180deg, #266ba3, #0a416e);
  box-shadow: inset 0 3px 2px 0 hsla(0, 0%, 100%, .5), inset 0 2px 1px 0 #00192e;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 -2px 0 #000;
}

.button.big:hover {
  background-image: -webkit-linear-gradient(270deg, #1ba856, #0d803d);
  background-image: linear-gradient(180deg, #1ba856, #0d803d);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.button.big.small {
  width: 29%;
  margin-left: 0px;
  padding: 14px 20px;
  font-size: 18px;
}

.button.big.small.back {
  width: 39%;
  margin-top: 4%;
  margin-bottom: 62px;
  margin-left: auto;
  float: left;
  background-image: -webkit-linear-gradient(270deg, #bababa, #878787);
  background-image: linear-gradient(180deg, #bababa, #878787);
}

.button.big.s {
  width: 231px;
  margin-top: 0px;
  padding: 5px 9px;
  background-image: -webkit-linear-gradient(270deg, #22a358, #187840);
  background-image: linear-gradient(180deg, #22a358, #187840);
  box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .5), 0 2px 1px 0 #044720;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 -1px 0 #000;
}

.button.big.s:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button.zvonok2 {
  padding: 15px 43px;
  background-color: #09b04e;
  background-image: -webkit-linear-gradient(270deg, #00b54b, #00943e);
  background-image: linear-gradient(180deg, #00b54b, #00943e);
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 100%, .28), inset 0 -3px 0 0 rgba(0, 0, 0, .43);
  font-size: 19px;
  font-weight: 300;
}

.button.zvonok2.full {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  overflow: hidden;
  border-right: 0px solid #00569c;
  border-left: 0px solid #008cff;
  background-color: #0a416e;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .56);
}

.nav-link {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.nav-link:hover {
  color: #6bbcff;
  text-decoration: none;
}

.nav-link:active {
  box-shadow: none;
}

.nav-link.w--current {
  border-radius: 4px;
  color: #7dc4ff;
}

.brand {
  width: 53px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  float: left;
  text-align: center;
}

.brand:hover {
  background-image: -webkit-radial-gradient(circle closest-side at 50% 50%, hsla(0, 0%, 100%, .22), hsla(0, 0%, 100%, 0));
  background-image: radial-gradient(circle closest-side at 50% 50%, hsla(0, 0%, 100%, .22), hsla(0, 0%, 100%, 0));
}

.brand.w--current {
  margin-left: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.brand.w--current:hover {
  background-image: none;
  -webkit-transform: translate(0px, 7px);
  -ms-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
}

.link-nav-info {
  float: right;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-nav-info:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #87c9ff;
}

.link-nav-info.tel {
  display: block;
  margin-top: 16px;
  margin-right: 16px;
  float: right;
  color: #75d6ff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}

.link-nav-info.tel:hover {
  color: #fff;
}

.nav-menu {
  position: absolute;
  right: 0px;
  display: block;
  margin-top: 4px;
  margin-right: 5px;
  margin-left: 26%;
  padding: 11px 8px;
  border-radius: 4px;
  background-color: #1c588a;
  background-image: -webkit-linear-gradient(270deg, #0a416e, hsla(0, 0%, 100%, .07));
  background-image: linear-gradient(180deg, #0a416e, hsla(0, 0%, 100%, .07));
  box-shadow: 1px 1px 2px 0 #000;
}

.section-contacts {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 570px;
  margin-left: 0%;
}

.map {
  height: 570px;
}

.container-map {
  position: absolute;
  left: 0px;
  top: 2%;
  right: 0px;
  z-index: 10;
}

.h-adress {
  margin-top: 1%;
  margin-bottom: 0px;
  padding-right: 125px;
  padding-left: 125px;
  color: #fff;
  font-size: 32px;
  line-height: 39px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.map-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 35%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
}

.section-3 {
  margin-left: 0%;
  padding-top: 1%;
  padding-bottom: 6%;
  background-color: #006dc7;
  background-image: url('../images/cat2.jpg');
  background-position: 100% 100%;
  background-size: 204px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transition: background-color 1500ms ease;
  transition: background-color 1500ms ease;
}

.section-3._100 {
  height: 100vh;
  margin-left: 0%;
  padding-top: 0%;
  background-color: #6d996e;
  background-image: none;
}

.text-field {
  display: block;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius: 4px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.text-field.area {
  height: 135px;
  border-radius: 4px;
}

.menu-button {
  margin-top: 7px;
  margin-right: 17px;
  margin-bottom: 7px;
  padding: 12px 18px;
  float: right;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.menu-button:hover {
  background-color: #0d5691;
}

.menu-button.w--open {
  background-color: #093559;
  background-image: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .17));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .17));
  box-shadow: inset 0 3px 1px 0 rgba(0, 0, 0, .49);
  color: #dedede;
}

.form {
  display: block;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-l {
  margin-left: 15.4%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.section-l.sec-banner {
  margin-left: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-linear-gradient(270deg, #006dc7, #0a416e);
  background-image: linear-gradient(180deg, #006dc7, #0a416e);
}

.banner {
  width: 25%;
  height: 258px;
  padding: 3%;
  float: left;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
  text-decoration: none;
}

.banner:hover {
  box-shadow: inset 0 0 38px 7px rgba(0, 0, 0, .37);
}

.banner.orto {
  background-image: -webkit-linear-gradient(315deg, rgba(4, 247, 0, .49), rgba(255, 187, 0, .87)), url('../images/banner.jpg');
  background-image: linear-gradient(135deg, rgba(4, 247, 0, .49), rgba(255, 187, 0, .87)), url('../images/banner.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.banner.ofta {
  background-image: -webkit-linear-gradient(315deg, rgba(138, 59, 59, 0), rgba(130, 52, 0, .52)), url('../images/preim2.jpg');
  background-image: linear-gradient(135deg, rgba(138, 59, 59, 0), rgba(130, 52, 0, .52)), url('../images/preim2.jpg');
  background-position: 0px 0px, 50% 50%;
}

.banner.vet {
  background-color: #000;
  background-image: -webkit-linear-gradient(315deg, rgba(38, 216, 240, .9), rgba(20, 76, 181, .72)), url('../images/logo_banner.png');
  background-image: linear-gradient(135deg, rgba(38, 216, 240, .9), rgba(20, 76, 181, .72)), url('../images/logo_banner.png');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, 307px;
  background-repeat: repeat, no-repeat;
}

.banner.endo {
  background-image: -webkit-linear-gradient(315deg, rgba(255, 145, 0, .29), rgba(255, 153, 0, .81)), url('../images/ortodontology.jpg');
  background-image: linear-gradient(135deg, rgba(255, 145, 0, .29), rgba(255, 153, 0, .81)), url('../images/ortodontology.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.banner.poisk {
  background-image: -webkit-linear-gradient(315deg, rgba(25, 79, 227, .57), rgba(43, 106, 224, .77)), url('../images/lab.jpg');
  background-image: linear-gradient(135deg, rgba(25, 79, 227, .57), rgba(43, 106, 224, .77)), url('../images/lab.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.banner.implant {
  background-image: -webkit-linear-gradient(315deg, rgba(135, 54, 227, .66), rgba(5, 9, 69, .1)), url('../images/1.png');
  background-image: linear-gradient(135deg, rgba(135, 54, 227, .66), rgba(5, 9, 69, .1)), url('../images/1.png');
  background-size: auto, cover;
}

.banner.onko {
  background-image: -webkit-linear-gradient(315deg, rgba(255, 102, 0, .73), rgba(74, 110, 189, .53)), url('../images/vetonko2.jpg');
  background-image: linear-gradient(135deg, rgba(255, 102, 0, .73), rgba(74, 110, 189, .53)), url('../images/vetonko2.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.banner.orthoped {
  background-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, .45), rgba(61, 255, 142, .34)), url('../images/illi.jpg');
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .45), rgba(61, 255, 142, .34)), url('../images/illi.jpg');
}

.h3-banner {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 0 2px rgba(0, 0, 0, .85);
}

.banner-small-txt {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-transform: lowercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, .75);
}

.text-w {
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.brand-link {
  display: block;
  margin-top: 14px;
  margin-left: 9px;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-link.w--current {
  margin-top: 14px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-size: 14px;
}

.brand-link.w--current:hover {
  color: #5cb6ff;
}

.navbar2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #0a416e;
}

.container {
  max-width: 100%;
}

.call {
  position: fixed;
  left: 20px;
  top: 67px;
  z-index: 999;
  padding: 4px 4px 5px;
  border-radius: 9px;
}

.big {
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
}

.s-callme {
  padding-top: 80px;
  background-color: #0a416e;
}

.callback {
  width: 250px;
  margin-right: 88px;
  float: left;
}

.zvonok {
  display: inline-block;
  width: 600px;
  margin-top: 24px;
  float: left;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 100;
  text-align: left;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .28);
}

.h1-soc {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-left: 14px;
  float: left;
  color: #fff;
  font-size: 27px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.div-soc {
  padding-top: 0px;
  padding-right: 11px;
  float: right;
}

.sec-soc {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #2fa862;
  box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, .3);
}

.s-pismo {
  height: 100vh;
  padding-top: 43px;
  padding-bottom: 85px;
}

.heading-1 {
  margin-top: 111px;
  margin-bottom: 29px;
  color: #333;
  font-size: 25px;
  line-height: 47px;
  font-weight: 300;
  letter-spacing: 0px;
}

.h-icon {
  display: block;
  width: 170px;
  height: 170px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  border-radius: 144px;
  background-color: hsla(0, 0%, 100%, .92);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .61), inset 0 0 8px 4px rgba(0, 0, 0, .24);
}

.h-icon:hover {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .61), inset 0 0 5px 4px #1fc263;
}

.h-txt-icon {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 -1px 0 #000;
}

.s-preim {
  padding-top: 78px;
  padding-bottom: 90px;
  background-color: #2fa862;
  box-shadow: inset 0 3px 5px 0 hsla(0, 0%, 100%, .49), inset 0 -7px 8px 0 rgba(0, 0, 0, .11);
}

.s-klinika {
  margin-top: 60px;
  padding-top: 28px;
  padding-bottom: 78px;
  background-image: url('../images/subtle_white_mini_waves.png');
}

.img-clin {
  margin-bottom: 11px;
  margin-left: 11px;
  float: right;
  border-radius: 9px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .61);
}

.listb {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 32px;
}

.h1-border {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 27px 15px;
  border-radius: 7px;
  background-color: #daf2e4;
}

.h1-q {
  display: block;
  margin: 0px auto;
  padding: 0px;
  font-size: 41px;
  line-height: 53px;
  text-align: center;
}

.form-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 7px;
  background-color: #daf2e4;
}

.link-b {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.s-hero {
  background-color: #1d70a8;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #001629, #0d75ba);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #001629, #0d75ba);
}

.paradont {
  width: 50%;
  height: 493px;
  padding-top: 278px;
  float: left;
  background-image: url('../images/zuby-sobaki.jpg');
  background-position: 50% 50%;
  text-decoration: none;
}

.l-desc {
  height: 215px;
  padding-top: 23px;
  padding-right: 51px;
  padding-left: 41px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .73));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .73));
  text-decoration: none;
}

.t-h2 {
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: -1px;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.t-h2:hover {
  -webkit-transform: translate(9px, 0px);
  -ms-transform: translate(9px, 0px);
  transform: translate(9px, 0px);
}

.btn {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 6px 13px 8px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .27);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.btn:hover {
  border-color: #1fc263;
  background-color: #178746;
}

.terap {
  width: 50%;
  height: 493px;
  padding-top: 278px;
  float: left;
  background-color: #7a7a7a;
  background-image: url('../images/taksa.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 8px 0 #000;
}

.hero-d-s {
  width: 33.3%;
  height: 318px;
  padding-top: 103px;
  float: left;
  background-color: #67b8d6;
}

.hero-d-s.eye {
  background-color: #26ad87;
  background-image: url('../images/krolik-s.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.hero-d-s.kripto {
  background-color: #67b8d6;
  box-shadow: inset 0 0 5px 0 #000;
}

.hero-d-s.barks {
  background-color: #67d6ba;
  box-shadow: inset 0 0 8px 0 #000;
}

.hero-d-s.nose {
  background-color: #3cc794;
}

.hero-d-s.skin {
  background-color: #2666ad;
  background-image: url('../images/dogs_line2.png');
  background-position: 0px 100%;
  background-size: 606px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 8px 0 #000;
}

.hero-d-s.volk {
  background-color: #3c9cc6;
}

.hero-d-s.vopros {
  background-color: #3c9cc6;
}

.hero-d-s.chistka {
  background-color: #2666ad;
  background-image: -webkit-linear-gradient(270deg, rgba(38, 101, 173, .3), rgba(38, 101, 173, .44)), url('../images/chistka-zubov.jpg');
  background-image: linear-gradient(180deg, rgba(38, 101, 173, .3), rgba(38, 101, 173, .44)), url('../images/chistka-zubov.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
}

.s-first {
  margin-top: 63px;
  padding-top: 38px;
  padding-bottom: 128px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, #aeebc7, #fff 4%);
  background-image: linear-gradient(0deg, #aeebc7, #fff 4%);
}

.s-first.pat {
  margin-top: 28px;
  background-image: url('../images/ecailles_@2X.png');
  background-size: 48px;
}

.s-first.pat._2 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 18px;
}

.s-header {
  height: 206px;
  margin-top: 0px;
  background-image: url('../images/trete-veko.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.s-header.head {
  background-image: -webkit-linear-gradient(270deg, transparent 60%, rgba(0, 0, 0, .55)), url('../images/FrenchBulldog_cutout.png');
  background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .55)), url('../images/FrenchBulldog_cutout.png');
  background-position: 0% 0%, 50% 0px;
  background-size: auto, 215px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.s-header.head.stoit {
  background-color: #67b8d6;
  background-image: -webkit-linear-gradient(270deg, transparent 60%, rgba(0, 0, 0, .18)), url('../images/minilogo_big.png');
  background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .18)), url('../images/minilogo_big.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 228px;
  background-repeat: repeat, no-repeat;
}

.s-header.head.terap-inn {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, transparent 60%, rgba(0, 0, 0, .31)), url('../images/lev4.jpg');
  background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .31)), url('../images/lev4.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto 310px;
}

.s-header.head.shenki {
  background-color: #2666ad;
  background-image: -webkit-linear-gradient(270deg, transparent 60%, rgba(0, 0, 0, .55)), url('../images/dogs_line2.png');
  background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .55)), url('../images/dogs_line2.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 534px;
}

.s-header.head.chistka {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, transparent 60%, rgba(0, 0, 0, .35)), url('../images/header.jpg');
  background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .35)), url('../images/header.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.s-header.head.rengen {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, transparent 58%, rgba(4, 97, 158, .37)), url('../images/lev2.jpg');
  background-image: linear-gradient(180deg, transparent 58%, rgba(4, 97, 158, .37)), url('../images/lev2.jpg');
  background-size: auto, contain;
}

.s-header.hirurg {
  background-color: #67b8d6;
  background-image: url('../images/katcuk.png'), -webkit-linear-gradient(90deg, rgba(0, 0, 0, .31), transparent);
  background-image: url('../images/katcuk.png'), linear-gradient(0deg, rgba(0, 0, 0, .31), transparent);
  background-position: 50% -49px, 0px 0px;
  background-size: 268px, auto;
  background-repeat: no-repeat, repeat;
}

.s-header.krol {
  background-color: #26ad87;
  background-image: url('../images/krolik-s.png');
  background-position: 50% 100%;
  background-size: auto 223px;
  background-repeat: no-repeat;
}

.s-header.parodont {
  background-image: url('../images/Parodontologiia-home.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.s-header.zabolev {
  background-color: #3c9cc6;
  background-image: url('../images/firs.png');
  background-position: 50% 0px;
  background-size: 238px;
  background-repeat: no-repeat;
}

.s-header.implant_zub {
  background-color: #3cc794;
  background-image: url('../images/sot_m_l.png');
  background-position: 50% 0px;
  background-size: 229px;
  background-repeat: no-repeat;
}

.s-header.vrachi {
  background-color: #fff;
  background-image: url('../images/header.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: inset 0 -6px 0 0 hsla(0, 0%, 65%, .47);
}

.vert-div {
  width: 3px;
  height: 39px;
  margin-top: 12px;
  margin-right: 2px;
  margin-left: 8px;
  float: left;
  background-color: #0a75a3;
}

.brand-link2 {
  display: block;
  margin-top: 14px;
  margin-left: 8px;
  float: left;
  color: #75d6ff;
  line-height: 17px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-link2.w--current {
  display: block;
  margin-top: 14px;
  margin-left: 8px;
  float: left;
  color: #75d6ff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.section-doctors {
  padding-top: 22px;
  padding-bottom: 76px;
  background-image: -webkit-linear-gradient(270deg, rgba(9, 85, 148, .8), rgba(10, 65, 110, .7)), url('../images/bg-dt-low-16.jpg');
  background-image: linear-gradient(180deg, rgba(9, 85, 148, .8), rgba(10, 65, 110, .7)), url('../images/bg-dt-low-16.jpg');
  background-position: 0% 0%, 50% 50%;
  background-attachment: scroll, fixed;
}

.row-hero {
  margin-top: 7px;
  padding: 0px 43px 64px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 56, 99, .45), #003863);
  background-image: linear-gradient(180deg, rgba(0, 56, 99, .45), #003863);
  background-position: 0px 0px;
  background-repeat: repeat;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .82);
}

.row-hero.vr-photo {
  min-height: 500px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/levina.png'), -webkit-linear-gradient(270deg, rgba(0, 56, 99, .45), #003863);
  background-image: url('../images/levina.png'), linear-gradient(180deg, rgba(0, 56, 99, .45), #003863);
  background-position: 100% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.row-hero.vr-photo.net {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 56, 99, .45), #003863);
  background-image: linear-gradient(180deg, rgba(0, 56, 99, .45), #003863);
}

.row-hero.vr-photo.jirnova {
  background-image: url('../images/jirnova.png'), -webkit-linear-gradient(270deg, rgba(0, 56, 99, .45), #003863);
  background-image: url('../images/jirnova.png'), linear-gradient(180deg, rgba(0, 56, 99, .45), #003863);
  background-size: contain, auto;
}

.p-hero {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  text-indent: 0px;
}

.slider-uni {
  height: 504px;
}

.sl-mlap {
  background-image: url('../images/1.jpg');
  background-size: cover;
}

.sl-mlap2 {
  background-image: url('../images/2.jpg');
  background-size: cover;
}

.s-mlap3 {
  background-image: url('../images/3.jpg');
  background-size: cover;
}

.arrow-b {
  color: #2b2b2b;
  text-shadow: 0 2px 1px hsla(0, 0%, 100%, .79);
}

.slider-vr {
  height: 580px;
  padding-left: 78px;
  background-color: #e8dbc8;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .31), inset 0 1px 0 1px hsla(0, 0%, 100%, .61);
}

.slide-vr {
  padding-top: 16px;
  background-image: url('../images/sot_m_l-Recovered.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-vr.abramova {
  background-image: url('../images/abramova.png');
}

.slide-vr.sot-m {
  background-image: url('../images/sot_m_l.png');
}

.slide-vr.baksh {
  background-image: url('../images/bak_a.png');
}

.slide-vr.katcuk {
  background-image: url('../images/katcuk.png');
}

.slide-vr.lomakina {
  background-image: url('../images/lomakina.png');
}

.slide-vr.lavrova {
  background-image: url('../images/lavrova_k.png');
}

.slide-vr.listova {
  background-image: url('../images/list.png');
}

.slide-vr.nabo {
  background-image: url('../images/nabo.png');
}

.slide-vr.firs {
  background-image: url('../images/firs.png');
}

.slide-vr.shilov {
  background-image: url('../images/shilov.png');
}

.h3-vr {
  font-weight: 400;
  text-align: left;
  text-shadow: none;
}

.txt-vr {
  font-size: 17px;
  line-height: 24px;
}

.mask-vr {
  padding-top: 15px;
}

.img-cntr {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #545454;
  box-shadow: none;
}

.div-brd {
  display: inline-block;
  width: 325px;
  margin-bottom: 16px;
  padding: 10px;
  border: 1px solid #525252;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .43);
}

.div-brd._50 {
  display: block;
  width: 450px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
}

.div-brd._100 {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.div-brd._3 {
  display: block;
  width: 303px;
  margin-right: auto;
  margin-left: auto;
}

.div-brd._70 {
  width: 615px;
}

.div-brd.float-left {
  display: inline;
  width: auto;
  margin-top: 18px;
  margin-right: 32px;
  float: left;
}

.nm {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  text-shadow: none;
}

.nm.small-nm {
  max-width: 302px;
  font-size: 14px;
  line-height: 20px;
}

.txt-menu {
  margin-top: 2px;
  margin-right: 2px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-menu {
  display: inline-block;
  float: left;
}

.txt-n {
  font-size: 16px;
  line-height: 31px;
  text-align: center;
}

.col-t {
  height: 271px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px dotted #000;
}

.col-t.h {
  height: 82px;
  background-color: rgba(38, 173, 135, .18);
}

.blk {
  border-left-width: 3px;
  border-left-color: #2fa862;
  background-color: rgba(159, 219, 184, .26);
  line-height: 29px;
}

.hero-imp {
  font-weight: 500;
}

.h1-hero {
  margin-bottom: 22px;
  color: #fff;
  font-size: 38px;
  line-height: 51px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: 1px 1px 7px #0b3150;
}

.h3-hero {
  color: #fff;
  font-size: 29px;
  text-align: left;
}

.row-vr {
  margin-bottom: 21px;
  padding-right: 19px;
  padding-bottom: 19px;
  padding-left: 19px;
  border: 3px dotted #1fc263;
  background-color: #fff;
}

.img-vr {
  margin-top: 15px;
}

.div-vr-info {
  padding: 10px 19px;
  border-style: solid none none;
  border-width: 5px;
  border-color: #1fc263;
}

.vr-info {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -1px;
}

.silder-vr {
  height: 650px;
  border: 1px solid #1fc263;
  background-color: #fff;
}

.lev1 {
  background-image: url('../images/lev1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.s-icon {
  color: #1fc263;
  font-size: 44px;
}

.lev2 {
  background-image: url('../images/lev2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lev3 {
  background-image: url('../images/lev3.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lev4 {
  background-image: url('../images/lev4.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lev5 {
  background-image: url('../images/lev5.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lev6 {
  background-image: url('../images/lev6.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.alert-price {
  margin-bottom: 21px;
  padding-left: 36px;
  font-size: 16px;
  font-weight: 400;
}

.fontaws {
  display: inline;
  padding-top: 2px;
  float: left;
  font-family: Icomoon, sans-serif;
}

.btn-ico {
  margin-right: 5px;
  float: left;
  font-family: Icomoon, sans-serif;
  font-size: 20px;
}

.txt-hero-subtitle {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.col-cntr {
  text-align: center;
}

.bold-txt {
  font-weight: 500;
}

.map-hidden {
  height: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-space {
  height: 54px;
}

.map-hidden2 {
  height: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.paragraph-intro {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.list-item {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 28px;
}

.price-row {
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 20px;
  border-right: 1px none rgba(0, 0, 0, .13);
  border-bottom: 1px solid rgba(0, 0, 0, .13);
  border-left: 1px none rgba(0, 0, 0, .1);
  color: #2b2b2b;
  font-size: 17px;
  font-weight: 400;
}

.price-row:hover {
  background-color: rgba(235, 235, 38, .36);
  color: #000;
}

.price-row.additional-info {
  background-color: rgba(235, 235, 38, .15);
  color: #131313;
  font-size: 16px;
}

.price-row.subrow {
  padding-left: 35px;
  font-size: 17px;
  line-height: 21px;
}

.important-text {
  font-weight: 500;
}

.price-text-block {
  margin-bottom: 10px;
  line-height: 21px;
  font-weight: 300;
}

.hide-col {
  display: none;
}

.col-align-right {
  text-align: right;
}

.accordion {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion-arrow {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 0px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 50%;
  color: #222;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, .06);
}

.dropdown-toggle.price-heading {
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-bottom: 2px solid rgba(0, 0, 0, .53);
  font-size: 19px;
}

.accordion-list {
  position: relative;
  display: none;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .53);
  background-color: transparent;
}

.accordion-list.w--open {
  background-color: #fff;
}

.plus-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

.minus-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.split-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 2%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.split-part.sp-map {
  padding-right: 0%;
  padding-left: 0%;
}

.map-center {
  min-height: 80vh;
  -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;
}

.section-full-height {
  min-height: 90vh;
}

.section-full-height.color {
  background-color: #f5f5f5;
}

html.w-mod-js *[data-ix="menu"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="fade-in-heading"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-in-heading-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-in-heading-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="scale-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="bottom-to-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, 250px);
  -ms-transform: translate(0px, 250px);
  transform: translate(0px, 250px);
}

html.w-mod-js *[data-ix="btn"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="display-none-2"] {
  display: none;
}

@media (max-width: 991px) {
  body {
    margin-top: 57px;
  }
  h1 {
    margin-top: 38px;
    font-size: 38px;
    line-height: 41px;
  }
  h2 {
    margin-bottom: 16px;
    font-size: 35px;
    line-height: 43px;
  }
  p {
    font-size: 17px;
    line-height: 25px;
  }
  .button.big {
    font-size: 17px;
  }
  .button.big.small {
    font-size: 17px;
  }
  .button.zvonok2 {
    font-size: 18px;
  }
  .navbar {
    position: absolute;
    z-index: 100;
  }
  .nav-link {
    box-shadow: none;
    font-size: 16px;
  }
  .nav-link.w--current {
    box-shadow: none;
  }
  .brand {
    width: 45px;
  }
  .link-nav-info.tel {
    margin-top: 12px;
    font-size: 20px;
  }
  .nav-menu {
    width: 98%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0a416e;
  }
  .h-adress {
    font-size: 30px;
    text-shadow: none;
  }
  .map-gradient {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .69), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), hsla(0, 0%, 100%, 0));
  }
  .section-3 {
    padding-right: 6%;
    padding-left: 6%;
  }
  .text-field {
    font-size: 1.2rem;
  }
  .menu-button {
    padding: 9px 10px;
    color: #fff;
    text-align: center;
  }
  .section-l {
    margin-left: 25.4%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .section-l.sec-banner {
    padding-right: 0%;
    padding-left: 0%;
  }
  .banner {
    width: 50%;
  }
  .h3-banner {
    font-size: 20px;
    line-height: 25px;
  }
  .banner-small-txt {
    font-size: 17px;
    line-height: 19px;
  }
  .text-w {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 16px;
  }
  .brand-link {
    font-size: 12px;
  }
  .s-callme {
    padding-top: 58px;
  }
  .callback {
    width: 186px;
  }
  .zvonok {
    width: 450px;
    font-size: 33px;
    line-height: 36px;
  }
  .h1-soc {
    width: 60%;
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
  }
  .s-pismo {
    padding-top: 72px;
  }
  .s-preim {
    padding-top: 57px;
    padding-bottom: 74px;
  }
  .s-hero {
    background-color: #0a416e;
  }
  .paradont {
    width: 100%;
  }
  .btn {
    font-size: 15px;
  }
  .terap {
    width: 100%;
  }
  .hero-d-s {
    width: 100%;
  }
  .hero-d-s.kripto {
    width: 100%;
  }
  .s-first.pat._2 {
    padding-bottom: 74px;
  }
  .s-header.vrachi {
    height: 176px;
    margin-top: 55px;
    background-size: contain;
  }
  .brand-link2 {
    font-size: 12px;
  }
  .brand-link2.w--current {
    font-size: 12px;
  }
  .section-doctors {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .row-hero {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .p-hero {
    font-size: 16px;
    line-height: 26px;
  }
  .img-cntr {
    box-shadow: none;
  }
  .div-brd._50 {
    width: 367px;
  }
  .div-brd._100 {
    width: 723px;
  }
  .div-brd._3 {
    width: 243px;
  }
  .hero-imp {
    font-size: 17px;
    line-height: 26px;
  }
  .h1-hero {
    font-size: 36px;
    line-height: 47px;
  }
  .h3-hero {
    font-size: 24px;
  }
  .txt-hero-subtitle {
    font-size: 17px;
  }
  .price-row {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .price-row.additional-info {
    font-size: 14px;
  }
  .price-row.subrow {
    font-size: 15px;
  }
  .dropdown-toggle.price-heading {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 17px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  body {
    margin-top: 46px;
  }
  h1 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    margin-top: 35px;
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 22px;
    line-height: 35px;
  }
  p {
    margin-top: 7px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .button.big {
    width: 53%;
    padding: 6px 2%;
    font-size: 16px;
  }
  .button.big.small {
    width: 36%;
    font-size: 17px;
  }
  .button.zvonok2 {
    font-size: 16px;
    line-height: 23px;
  }
  .button.zvonok2.full.callme_viewform {
    width: 89%;
  }
  .nav-link {
    padding: 9px 3px;
    box-shadow: none;
    font-size: 14px;
  }
  .nav-link.w--current {
    box-shadow: none;
  }
  .brand {
    width: 45px;
    margin-left: 0px;
  }
  .brand.w--current {
    width: 50px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .link-nav-info.tel {
    margin-top: 7px;
    font-size: 20px;
  }
  .nav-menu {
    width: 99%;
    margin-top: 2px;
    padding: 3px 1px;
  }
  .h-adress {
    font-size: 24px;
    line-height: 28px;
    text-shadow: none;
  }
  .section-3 {
    background-image: none;
  }
  .section-3._100 {
    height: 100%;
  }
  .text-field {
    width: 96%;
    height: 52px;
    margin-left: 0px;
  }
  .menu-button {
    margin-right: 10px;
    padding: 6px;
    font-size: 21px;
  }
  .banner {
    height: 198px;
  }
  .h3-banner {
    font-size: 18px;
    line-height: 23px;
  }
  .banner-small-txt {
    font-size: 16px;
    line-height: 18px;
  }
  .brand-link {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .brand-link.w--current {
    margin-top: 8px;
    font-size: 11px;
    line-height: 14px;
  }
  .call {
    top: 47px;
  }
  .s-callme {
    padding-top: 43px;
  }
  .callback {
    width: 176px;
    margin-right: 22px;
  }
  .zvonok {
    width: 279px;
    font-size: 23px;
    line-height: 29px;
  }
  .h1-soc {
    width: 56%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 23px;
  }
  .s-pismo {
    padding-top: 62px;
  }
  .h-txt-icon {
    margin-bottom: 28px;
  }
  .s-klinika {
    margin-top: 46px;
  }
  .img-clin {
    margin-right: 10px;
  }
  .h1-q {
    font-size: 33px;
    line-height: 40px;
  }
  .paradont {
    background-position: 0px 50%;
  }
  .terap {
    background-position: 0px 100%;
  }
  .hero-d-s {
    width: 100%;
  }
  .hero-d-s.kripto {
    width: 100%;
  }
  .s-first.pat._2 {
    padding-bottom: 37px;
  }
  .s-header {
    height: 86px;
    margin-top: 54px;
  }
  .s-header.head.stoit {
    margin-top: 46px;
  }
  .s-header.head.terap-inn {
    margin-top: 47px;
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto 150px;
  }
  .s-header.hirurg {
    margin-top: 47px;
    background-position: 50% 35%, 0px 0px;
  }
  .s-header.krol {
    margin-top: 47px;
    background-position: 50% 50%;
  }
  .s-header.parodont {
    margin-top: 44px;
  }
  .s-header.vrachi {
    height: 134px;
    margin-top: 46px;
  }
  .row-hero {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 56, 99, .45), #003863);
    background-image: linear-gradient(180deg, rgba(0, 56, 99, .45), #003863);
    background-position: 0% 0%;
    background-repeat: repeat;
  }
  .row-hero.vr-photo {
    margin-right: 8px;
    margin-left: 8px;
    padding-bottom: 282px;
    background-size: 299px, auto;
  }
  .p-hero {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
  }
  .sl-mlap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .img-cntr {
    box-shadow: none;
  }
  .div-brd._50 {
    width: 337px;
  }
  .div-brd._100 {
    width: 553px;
  }
  .nm {
    font-size: 15px;
    line-height: 18px;
    text-shadow: none;
  }
  .txt-menu {
    margin-top: 0px;
    font-size: 13px;
  }
  .h1-hero {
    font-size: 33px;
    line-height: 44px;
  }
  .img-vr {
    display: block;
    height: 408px;
    margin-right: auto;
    margin-left: auto;
  }
  .silder-vr {
    height: 260px;
    margin-top: 10px;
  }
  .paragraph-intro {
    font-size: 15px;
    line-height: 25px;
  }
  .list-item {
    font-size: 14px;
    line-height: 21px;
  }
  .accordion-title {
    font-size: 14px;
  }
  .accordion-arrow {
    width: 20px;
    height: 20px;
  }
  .dropdown-toggle.price-heading {
    height: 50px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  body {
    margin-top: 34px;
  }
  h1 {
    margin-bottom: 12px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 25px;
    line-height: 30px;
  }
  h2 {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    margin-top: 17px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 19px;
    line-height: 29px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .button.big {
    width: 89%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
    line-height: 18px;
  }
  .button.big.small {
    width: 58%;
    margin-top: 3%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }
  .navbar {
    width: 26.4%;
  }
  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: none;
    font-size: 13px;
    line-height: 18px;
  }
  .brand {
    margin-left: 2px;
  }
  .brand.w--current {
    width: 38px;
    margin-bottom: 4px;
    margin-left: 10px;
  }
  .link-nav-info {
    font-size: 9px;
    line-height: 18px;
    letter-spacing: -1px;
  }
  .link-nav-info.tel {
    margin-top: 0px;
    margin-right: 16px;
    font-size: 12px;
  }
  .h-adress {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.4rem;
    text-shadow: none;
  }
  .map-gradient {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0));
  }
  .text-field {
    width: 100%;
    height: 39px;
    margin-bottom: 4px;
    padding: 6px 7px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 13px;
  }
  .text-field.area {
    line-height: 1.2rem;
  }
  .menu-button {
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 2px;
    padding: 3px 7px;
    font-size: 22px;
    line-height: 21px;
  }
  .form {
    margin-top: 2px;
  }
  .banner {
    width: 100%;
  }
  .h3-banner {
    font-size: 18px;
    line-height: 24px;
  }
  .banner-small-txt {
    font-size: 15px;
    line-height: 17px;
  }
  .brand-link {
    margin-top: 9px;
    font-size: 11px;
    line-height: 15px;
  }
  .brand-link.w--current {
    margin-top: 5px;
    margin-left: 2px;
    font-size: 9px;
    line-height: 12px;
  }
  .call {
    left: 1px;
    top: 35px;
  }
  .s-callme {
    padding: 14px 13px 18px;
  }
  .zvonok {
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .s-pismo {
    padding-top: 14px;
  }
  .h-txt-icon {
    font-size: 19px;
    line-height: 23px;
  }
  .s-preim {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-klinika {
    margin-top: 0px;
  }
  .img-clin {
    display: block;
    width: 265px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .h1-border {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h1-q {
    font-size: 23px;
    line-height: 28px;
  }
  .paradont {
    height: 323px;
    padding-top: 156px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .l-desc {
    height: 170px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .t-h2 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 300;
    text-shadow: 1px 1px 6px #000;
  }
  .btn {
    margin-top: 2px;
    margin-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 21px;
  }
  .terap {
    height: 323px;
    padding-top: 156px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-d-s {
    height: 273px;
  }
  .hero-d-s.eye {
    background-size: contain;
  }
  .hero-d-s.chistka {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .hero-d-s.klin {
    background-color: #094b81;
    background-image: url('../images/minilogo_big.png');
    background-position: 50% 50%;
    background-size: 228px;
    background-repeat: no-repeat;
  }
  .s-first.pat._2 {
    padding-bottom: 39px;
  }
  .s-header {
    height: 76px;
    margin-top: 46px;
  }
  .s-header.head.terap-inn {
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto 120px;
  }
  .s-header.vrachi {
    height: 72px;
    margin-top: 45px;
  }
  .section-doctors {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row-hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-hero {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 23px;
  }
  .img-cntr {
    box-shadow: none;
  }
  .div-brd {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-brd._50 {
    width: 267px;
  }
  .div-brd._100 {
    width: 280px;
  }
  .nm {
    font-size: 14px;
    line-height: 19px;
    text-shadow: none;
  }
  .h1-hero {
    font-size: 27px;
    line-height: 35px;
  }
  .h3-hero {
    font-size: 19px;
    line-height: 25px;
  }
  .row-vr {
    padding-right: 5px;
    padding-left: 5px;
  }
  .img-vr {
    height: 308px;
  }
  .div-vr-info {
    padding-right: 0px;
    padding-left: 0px;
  }
  .vr-info {
    font-size: 16px;
    line-height: 23px;
  }
  .silder-vr {
    height: 270px;
  }
  .h1 {
    font-size: 23px;
  }
  .price-row {
    font-size: 14px;
  }
  .price-row.additional-info {
    padding-right: 0px;
    padding-left: 0px;
  }
  .price-row.subrow {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
  .accordion-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-toggle.price-heading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}