@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800&subset=latin,cyrillic);
body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #202020;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  color: #000;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 26px;
  font-weight: 600;
}
header {
  background: #fff;
}
header .navbar-default.scrolled {
  background: #fff;
  padding: 0;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background: none;
}
header .navbar-default .navbar-toggle {
  border: 2px solid #76BAE8;
  color: #F390B1;
  border-radius: 5em;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  margin-top: 4px;
  margin-right: 0px;
  background: #FFF none repeat scroll 0% 0%;
}
header .navbar-default .navbar-toggle:hover {
  background: #76BAE8 none repeat scroll 0% 0%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  background: none;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 25px;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #fff;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #fff;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #336799;
}
header .emptytop {
  margin-bottom:80px;
}
header .top-button {
  float: right;
}
header .navbar-default {
  background: #fff;
  border: none;
  padding-bottom: 0px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
header .navbar-default ul.navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  border:none;
  min-height:44px;
  padding-top: 0px;
  margin: 0px;
  background: #76bae8 none repeat scroll 0% 0%;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #5ba7e0;
  color: #fff;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}
header .navbar-default .navbar-brand {
  margin-top: 6px;
  margin-bottom: 14px;
  margin-left:0px !important;
  height: auto;
  padding: 0;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 0px;
}
header .navbar-default.scrolled ul.navbar-nav {
}
header .bdmenu {
  background: #76bae8;
  text-align: center;
  color: #fff;
}
header .scrolled .bdmenu {
  -webkit-box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0px 4px 6px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         0px 4px 6px 0px rgba(50, 50, 50, 0.3);
}
header .top-phone {
  text-align: center;
  font-size: 34px;
  color:#000;
  margin-right:25%;
  margin-top:7px;
}
header .top-phone a, .phone-nubmer a {
  color:#000;
}
header .top-phone a:hover, .phone-nubmer a {
  text-decoration: none;
}
header .top-address {
  text-align: center;
  color:#58595b;
  font-size: 15px;
  margin-right:25%;
  margin-top:-8px;
}
header .top-time {
  text-align: center;
  margin-right: 25%;
  color: #000;
  font-size: 17px;
}
header .headbutton, .headcall {
  display:none;
}
header .top-phone a, .phone-number-d a {
    color: #1D1D1D;
}
section {
  position: relative;
}
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
section ul li {
  background: url("../img/bd/check.png") 0px 4px no-repeat;
  list-style: none;
  padding-left: 39px;
  padding-bottom: 12px;
  padding-top: 0px;
  color: #000;
  font-size: 16px;
}
section ul {
  margin:0;
  padding:0;
}
section .subscribe {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
section .free {
  border-bottom: 1px solid #000;
}
form .form-control:focus {
  border-color: #66cdcc;
  color: #000;
}
footer {
  padding: 0px 0;
  text-align: center;
  background: #fff;
}
#exposeMask {
  display: none;
}
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  padding-left: 50px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 400px;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1200px;
  height: 550px;
  background: #fff;
  text-align: center;
  //line-height: 300px;
}

.control_prev, .control_next {
  position: absolute;
  top: 45%;
  z-index: 999;
  display: block;
 // padding: 4% 3%;
  width: auto;
  height: auto;
 // background: #2a2a2a;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  cursor: pointer;
  //display: none;
}
.control_prev:hover, .control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
.control_prev {
  border-radius: 0 2px 2px 0;
  left:0;
  width: 55px;
  height: 54px;
  cursor: pointer;
  background: url(../img/a21.png) center center no-repeat;
  background-position: -15px -34px;
}
.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
  width: 55px;
  height: 54px;
  cursor: pointer;
  background: url(../img/a21.png) center center no-repeat;
  background-position: -50px -34px;
}
.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
#frame1 {
  margin-top: 16px;
  background: #f8f0ee;
  background: -moz-linear-gradient(45deg, #f9f9f9 0%,#ededed 70%,#cecece 100%);
  background: -webkit-linear-gradient(45deg, #f9f9f9 0%,#ededed 70%,#cecece 100%);
  background: linear-gradient(45deg, #f9f9f9 0%,#ededed 70%,#cecece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f0ee', endColorstr='#cca093',GradientType=1 );
}
#frame1 .col-sm-6:last-child {
  background: url(../img/bd/mainpage.png) right top no-repeat;
  height: 453px;
}
#frame1 .info {
  margin-top: 37px;
  width: 325px;
  margin-left: -10px;
}
#frame1 .section-heading p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
#frame1 .section-heading p a {
  color: #202020;
  font-weight: 600;
  text-decoration: underline;
}
#frame1 ul {
  max-width: 580px;
}
#frame1 ul li {
  font-size: 19px !important;
  background: url("../img/bd/check.png") 0px 3px no-repeat;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 600;
}
#frame2 .right {
  font-size: 16px;
  background: url(../img/bd/bytdaev_right.png) center bottom 5px no-repeat;
  height: 400px;
}
#frame2 .right p {
  padding-left: 40px;
  padding-right: 30px;
  background: url(../img/bd/star-icon.png) left center no-repeat;
}
#frame2 .left {
  background: url(../img/bd/bytdaev_left.png) center top no-repeat;
  height: 400px;
}
#frame2 .video {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#frame2 .video iframe {
  width: 1170px;
  height: 658px;
}
#frame2 .square {
  padding: 20px 5px;
  background: -moz-linear-gradient(90deg, #fff 0%,#ededed 70%,#e4e4e4 100%);
  background: -webkit-linear-gradient(90deg, #fff 0%,#ededed 70%,#e4e4e4 100%);
  background: -o-linear-gradient(90deg, #fff 0%,#ededed 70%,#e4e4e4 100%);
  background: -ms-linear-gradient(90deg, #fff 0%,#ededed 70%,#e4e4e4 100%);
  background: linear-gradient(90deg, #fff 0%,#ededed 70%,#e4e4e4 100%);
  border-radius: 5px;
}
#frame3 .li-body {
  margin-top: 10px;
  height: 200px;
  color: #202020;
}
#frame3 .li-header {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
#frame3 ul li {
  background: url("../img/bd/check.png") no-repeat 0px 2px;
  padding-left: 35px;
}
#frame3 .row {
  border-bottom:1px solid #dfe0e1;
}
#frame3 .row:last-child {
  border-bottom:none;
}
#frame3 .row .col-md-6:nth-child(2) {
  border-left:1px solid #dfe0e1;
}
#frame3 .frame3-table {
  margin-bottom: 30px;
  margin-top: 20px;
}
#frame3 {
  background: #f7f7f7;
}
#frame3 header h1:after {
  background: #66cdcc;
}
#frame3 .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
#frame3 .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
#frame3 .media:hover h3 {
  color: #66cdcc;
}
#frame3 .media.active i.fa {
  color: #ffffff;
  background: #66cdcc;
}
#frame3 .media.active .media-heading {
  color: #66cdcc;
}
#frame3 .media > .pull-right {
  margin-left: 20px;
}
#frame3 .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
#frame3 .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
#frame3 .media .media-body {
  color: #999999;
}
#frame3 .media.media-left .media-body {
  text-align: right;
}
#frame3 .media.feature {
  margin-top: 25px;
}
#frame3 .media.feature:first-child {
  margin-top: 0;
}
#frame3 img {
  margin: 0 auto 20px;
}
#frame2 .section-heading,
#frame3 .section-heading,
#frame4 .section-heading,
#frame5 .section-heading,
#frame6 .section-heading,
#frame7 .section-heading,
#frame8 .section-heading,
#frame9 .section-heading,
#frame10 .section-heading,
#frame11 .section-heading,
#frame12 .section-heading,
#frame15 .section-heading,
#frame16 .section-heading,
#frame17 .section-heading {
  margin-top: 40px;
  margin-bottom:40px;
}
#frame2 .section-heading p,
#frame3 .section-heading p,
#frame4 .section-heading p,
#frame5 .section-heading p,
#frame6 .section-heading p,
#frame7 .section-heading p,
#frame8 .section-heading p,
#frame9 .section-heading p,
#frame10 .section-heading p,
#frame12 .section-heading p,
#frame15 .section-heading p,
#frame16 .section-heading p,
#frame17 .section-heading p {
  font-size: 22px;
  color: #5d5d5d;
  padding-left: 5px;
  padding-right: 5px;
}
#frame4 .bytdaev-right p, .dudnic-left p {
  color:#58595b;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 5px;
}
#frame4 .mobile360 {
    display:none;
}
#frame4 .dudnic-left p {
  padding-top: 15px;
  padding-bottom: 20px;
}
#frame4 .dudnic-left i {
  font-size: 14px;
}
#frame4 .bytdaev-video {
  padding-bottom: 10px;
}
#frame4 .dudnic-left i {
  padding-bottom: 10px;
  display: inline-block;
}
#frame4 .bytdaev-left {
  background: url("../img/bd/bytdaev.jpg") no-repeat center bottom;
  height: 445px;
}
#frame4 .dudnic-right {
  height: 445px;
}
#frame4 .dudnic-left {
  padding-top: 0px;
}
#frame4 .row {
  border-bottom: 1px solid #000;
}
#frame4 .youtube {
  width: 400px;
  height: 250px;
}
#frame4 i {
  font-size: 16px;
}
#frame4 .row:last-child {
  border-bottom: none;
}
#frame1, #frame2, #frame3, #frame4, #frame5, #frame6, #frame7, #frame8, #frame10, #frame12, #frame15, #frame16, #frame17 {
  border-bottom: 1px solid #DBDDDD;
}
#frame5 .blefaroprice h3 {
  margin-top: 10px;
  font-size: 32px;
}
#frame5 .blefaroprice {
  border: 10px solid #76bae8;
  padding: 10px 20px;
  margin-bottom: 50px;
}
#frame5 .bp1 {
  background: url("../img/bd/bp1.png") no-repeat top 41px right 30px #fff;
  background-size: 130px auto;
}
#frame5 .bp2 {
  background: url("../img/bd/bp2.png") no-repeat top 60px right 30px #fff;
  background-size: 130px auto;
}
#frame5 .blefaroprice a {
  color: #202020;
  text-decoration: underline;
  font-weight: 700;
}
#frame5 .blefaroprice a:hover {
  color: #202020;
}
#frame5 .blefaroprice span {
  font-size: 28px;
}
#frame5 .blefaroprice p {
  margin-bottom: 0px;
  margin-top: 8px;
}
#frame5 .frame5-button {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  border-color: #66CDCC;
  background: #76bae8 none repeat scroll 0% 0%;
  -webkit-box-shadow: 0px 3px 0px -1px #808285;
  -moz-box-shadow: 0px 3px 0px -1px #808285;
  box-shadow: 0px 3px 0px -1px #808285;
  border: none;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 9px 30px !important;
}
#frame5 .section-heading p {
  font-weight: 600;
  color: #ff0000;
}
#frame6 {
  background: url("../img/bd/patient.jpg") no-repeat top left;
}
#frame6 h3 {
  padding-left:84px;
  margin-top: -20px;
}
#frame6 .section-heading {
  margin-bottom: 10px;
}
#frame6 ul {
  padding-top:30px;
  padding-bottom:60px;
}
#frame6 .col-sm-6:last-child {
  padding-left: 70px;
}
#frame6 ul li {
  background: transparent url("../img/bd/check.png") no-repeat scroll 0px 7px;
  line-height: 40px;
  color:#000;
  text-shadow:1px 1px 0px #fff;
}
#frame6 h2, #frame6 p {
  text-shadow: 1px 1px 1px #fff;
}
#frame6 p {
  font-size: 14px;
}
#frame6 .additional li {
  background: none;
  line-height: 10px;
  font-size: 14px;
  padding-left: 0px;
  color: #58595b;
  text-align: left;
}
#frame6 ul.additional {
  padding-top: 10px;
  padding-bottom: 10px;
}
#frame7 {
  background: #fff;
  padding-bottom: 20px;
}
#frame7 .frame7-text {
  font-size: 22px;
}
#frame7 .container {
  padding-bottom: 0px;
}
#frame7 .section-heading {
  margin-bottom: 50px;
}
#frame7 .row {
  margin-top: 20px;
}
#frame7 .slider1-1 {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 1200px;
  height: 390px;
  overflow: hidden;
}
#frame7 .slider1-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1010px;
  height: 400px;
  overflow: hidden;
  padding-bottom: 20px;
}
#frame7 .slider1-2 .slide-body
{
  text-align: center;
}
#frame7 .photoshop {
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}
#frame7 .instagram {
  text-align: center;
}
#frame7 .instagram a {
    font-weight: 400;
    font-size: 28px;
    padding-left: 40px;
    background: transparent url("../img/bd/instagram.png") no-repeat left center;
        background-size: auto auto;
    background-size: 30px;
}
#frame8 {
  background: transparent url("../img/bd/clinic1.jpg") no-repeat right top;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#frame8 .section-heading {
  position: absolute;
  right: -35%;
  text-align: center;
  margin-top: 20px;
}
#frame8 ul li {
  color:#202020;
  background: url("../img/bd/check.png") no-repeat 0px 8px;
  line-height: 32px;
  font-weight: 300;
}
#frame8 ul {
  padding-top: 160px;
  padding-bottom: 50px;
}
#frame8 .arrow-left {
  width: 50px;
  height: 60px;
  background: transparent url("../img/a21.png") no-repeat scroll;
  background-position: -10px -31px;
  position: absolute;
  top: 265px;
  cursor: pointer;
}
#frame8 .arrow-right {
  width: 50px;
  height: 60px;
  background: transparent url("../img/a21.png") no-repeat scroll;
  background-position: -57px -31px;
  position: absolute;
  top: 265px;
  right: 10px;
  cursor: pointer;
}
#frame8 .arrow-left:hover, #frame8 .arrow-right:hover {
  opacity: 0.6;
}
#frame8 .arrow-left:active, #frame8 .arrow-right:active {
  opacity: 0.4;
}
#frame9 .license-name {
  font-size: 25px;
  color: #000;
  padding: 10px 0px;
}
#frame9 img {
  width: 155px;
}
#frame9 p {
  height: 70px;
  color:#000;
}
#frame9 .row {
  padding-bottom: 25px;
}
#frame10 {
  background: #F7F7F7 none repeat scroll 0% 0%;
}
#frame10 .container {
  width: 970px;
}
#frame10 .questions-answers {
  padding-bottom: 50px;
  position: relative;
}
#frame10 .questions, #frame10 .answers {
  margin-bottom: 34px;
  font-size: 24px;
  color: #000;
}
#frame10 .question {
  font-size: 16px;
  width: 440px;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
  cursor: pointer;
  line-height: 1.2;
  padding-top: 15px;
  border-bottom: 1px solid #F7F7F7;
}
#frame10 .answer {
  display: none;
  position: absolute;
  color: #000;
  font-size: 16px;
  width: 500px;
  right: 0px;
  top: 50px;
  padding: 15px;
  border: 1px solid #f390b1;
  background: #fff;
}
#frame10 .answer-active {
  display: block;
}
#frame10 .question-active {
  border-bottom: 1px solid #f390b1;
  color: #f390b1;
}
#frame10 .qa-button {
  background: #76bae8;
  color: #000;
  -webkit-box-shadow: 0px 4px 0px -1px #808285;
  -moz-box-shadow: 0px 4px 0px -1px #808285;
  box-shadow: 0px 4px 0px -1px #808285;
  float: right;
  margin-right: 10%;
  font-size: 22px;
  padding: 8px 50px;
  margin-top: -50px;
  font-weight: 400;
}
#frame13 {
  background: #76bae8;
}
#frame13 h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  padding: 20px 0px 30px;
}
#frame14 {
  height:500px;
  padding-top: 20px;
}
#frame14 .col-md-6, #frame14 .col-sm-6 {
  border: none;
}
#frame14 h2, #frame14 .contacts-bot {
  text-shadow: 1px 1px 0px #fff;
}
#frame14 .contacts-bot {
  width: 361px;
  margin: 0px auto;
  text-align: left;
}
#frame14 .phone-tag {
    color: #025595;
    font-size: 20px;
}
#frame14 .phone-number-d {
    color: #1d1d1d;
    font-size: 37px;
}
#frame14 .address-tag {
    color: #025595;
    font-size: 20px;
    margin-bottom: 10px;
}
#frame14 .address-bot {
    color: rgb(0, 0, 0);
    font-size: 18px;
}
#frame14 .subscribe-bot {
  width: 400px;
  margin: 0 auto;
  border: 1px solid #dadbdc;
  margin-bottom: 40px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f7f7f7;
}
#frame14 .contacts-bot {
  width: 400px;
  margin: 21px auto 0px;
  text-align: left;
  border: 1px solid #DADBDC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 29px 29px 32px;
  background: #F7F7F7 none repeat scroll 0% 0%;
  position: absolute;
}
#frame14 .sub1 {
  padding: 30px 30px 0px;
  border-bottom: 1px solid #dadbdc;
}
#frame14 .sub2 {
  padding: 25px 30px 10px;
}
#frame14 input {
  margin-bottom: 30px;
  font-weight: 400;
}
#frame14 .bot-btn {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  background: #76bae8 none repeat scroll 0% 0%;
  -webkit-box-shadow: 0px 4px 0px -1px #808285;
  -moz-box-shadow: 0px 4px 0px -1px #808285;
  box-shadow: 0px 4px 0px -1px #808285;
  border: medium none;
  margin-bottom: 20px;
  padding: 9px 39px !important;
}
#frame14 form .form-control:focus {
  color:#1d1d1d;
}
#frame14 .contacts-f {
    margin-top: 18px;
}
#frame14 .subscribe-ok {
  font-size: 24px;
  margin-top: 165px;
  margin-bottom: 179px;
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  width: 400px;
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#frame15 {
  background: #fff;
  padding-bottom: 40px;
}
#frame56 {
  background: #fff !important;
  padding-bottom: 40px;
}
#frame15 .frame15-text {
  font-size: 22px;
}
#frame15 .row {
  margin-top: 20px;
  margin-bottom: -35px;
}
#frame15 .slide-header {
  position: absolute;
  width: 570px;
  top: 15px;
  left: 300px;
  padding: 5px;
  text-align: left;
  font-size: 29px;
  color: #000;
  font-style: italic;
}
#frame15 .white {
  background: #fff;
}
#frame15 .slide-patient {
  position: absolute;
  width: 500px;
  top: 120px;
  left: 30px;
  padding: 5px;
  text-align: left;
  font-size: 23px;
  color: #808285;
}
#frame15 .slide-body {
  position: absolute;
  width: 825px;
  height: 120px;
  top: 16px;
  left: 245px;
  padding: 5px;
  font-size: 16px;
  color: #000;
  text-align: justify;
  font-weight: 300;
}
#frame15 .fszs {
  font-size: 16px;
}
#frame15 .original {
  text-align: center;
  width: 170px;
}
#frame15 .slide-image {
  margin-left: 40px;
  margin-top: 24px;
}
#frame15 .original a {
  outline: none;
}
#frame15 .original a:hover {
  text-decoration: none;
}
#frame15 .slide-image img {
  display: block;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 1px #cfcfcf;
  margin-bottom: 5px;
}
#frame16 {
  background: #f7f7f7;
  padding-bottom: 40px;
}
#frame16 .row {
  border-bottom:1px solid #dfe0e1;
}
#frame16 .row:last-child {
  border-bottom:none;
}
#frame16 .row .col-md-6:nth-child(2) {
  border-left:1px solid #dfe0e1;
}
#frame16 .li-body {
  height: 150px;
  margin-top: 15px;
}
#frame16 li {
  padding-left: 140px;
}
#frame16 .li-body {
  height: 180px;
}
#frame16 .l1 {
  background: url("../img/bd/li21.png") no-repeat 0 5px;
}
#frame16 .l2 {
  background: url("../img/bd/li22.png") no-repeat 0 5px;
}
#frame16 .l3 {
  background: url("../img/bd/li23.png") no-repeat 0 5px;
}
#frame16 .l4 {
  background: url("../img/bd/li24.png") no-repeat 0 5px;
}
#frame17 {
  padding-bottom: 30px;
  background: #f7f7f7;
}
#frame17 .li-body {
  height: 165px;
  color: #202020;
}
#frame17 .li-header {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
#frame17 .row {
  border-bottom:1px solid #dfe0e1;
}
#frame17 .row:last-child {
  border-bottom:none;
}
#frame17 .row .col-md-6:nth-child(2) {
  border-left:1px solid #dfe0e1;
}
#myModal2 .popup-btn {
  background: #76BAE8;
  color:#000;
}
.modal-open, .modal-open header .navbar-default, .modal-open header .navbar scrolled {
  margin-right: 17px;
}
.logo-mobile {
  display:none;
}
.center {
  text-align: center;
}
.form-group label {
  font-weight: 400;
  font-size: 18px;
  padding-top: 4px !important;
}
.popup-btn {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  background: #76bae8 none repeat scroll 0% 0%;
  -webkit-box-shadow: 0px 4px 0px -1px #808285;
  -moz-box-shadow: 0px 4px 0px -1px #808285;
  box-shadow: 0px 3px 0px -1px #808285;
  border: medium none;
  margin-bottom: 10px;
  padding: 9px 39px !important;
  margin-top: 10px;
}
.modal-dialog {
margin-top:210px;
}
.emptyspace1 {
  margin-top:60px;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading h1 {
  display: inline-block;
  font-size: 39px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 30px;
}
.anchor {
  display: block;
  position: relative; 
  top: -145px;
  visibility: hidden;
}
.anchor2 {
  display: block;
  position: relative;
  top: -132px;
  visibility: hidden;
}
.anchor3 {
  display: block;
  position: relative;
  top: -132px;
  visibility: hidden;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
.frame1-button {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  border-color: #66CDCC;
  background: #76bae8 none repeat scroll 0% 0%;
  -webkit-box-shadow: 0px 3px 0px -1px #808285;
  -moz-box-shadow: 0px 3px 0px -1px #808285;
  box-shadow: 0px 3px 0px -1px #808285;
  border:none;
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 9px 30px !important;
}
.frame1-body {
  margin-bottom: 30px;
  margin-top: 50px;
}
.slider1-1 {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 1300px;
  height: 500px;
  overflow: hidden;
}
.slider1-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1100px;
  height: 400px;
  overflow: hidden;
  margin-left:100px;
}
#frame15 .slider1-1 {
  height: 400px;
}
#frame15 .slider1-2 {
  height: 300px;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  padding: 5px 25px;
}
.btn:hover, .btn:focus {
  color:#000;
  text-shadow: 1px 1px 4px #fff;
}
.btn.btn-primary {
  border: none;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #000;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
  outline-offset: 0;
}
.btn.btn-lg {
  padding: 7px 25px;
//  margin-right: 42px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color:#fff;
}
.section-heading .divider:after {
  background: #66cdcc;
}
.bestclinic {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #000;
  font-weight: 400;
  border-color: #66cdcc;
  margin-top: -60px;
  background: #76bae8;
  -webkit-box-shadow: 0px 3px 0px -1px #808285;
  -moz-box-shadow: 0px 3px 0px -1px #808285;
  box-shadow: 0px 3px 0px -1px #808285;
}
.btn.btn-primary:hover {
  background: #76bae8;
  color:#000;
  text-shadow: 1px 1px 4px #fff;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-default {
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}
.container {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-toggle {
  margin-bottom:0px;
}
.btn:active {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset !important;
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset !important;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset !important;
}
.video-js {
  width:347px;
  height:210px;
}
.conditions {
  height:325px;
}
.conditions-2 {
    margin-bottom: 53px;
}
.cond-sq {
    display: inline;
    background: #76BAE8 none repeat scroll 0% 0%;
    border: 1px solid #76BAE8;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 10px 2px 10px;
    margin-right: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 50%;
}
.cond-sq:hover {
    color: #76BAE8;
    background: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.cond-active {
    color: #76BAE8;
    background: #fff;
}
.jssora21l {
  top: 100px;
  left: 18px;
}
.jssora21r {
  top: 100px;
  right: 5px;
}
.footer-ob {
  position: relative;
  top: 466px;
  font-size: 10px;
  width: 470px;
  margin: 0 auto;
  background: #f2f2f2;
  color: #4f4944;
  cursor: pointer;
}
.modal-dialog.pd {
  width: 900px;
  margin-top: 90px;
}
#frame15 .jssora21l {
  top: 115px;
  left: 18px;
}
#frame15 .jssora21r {
  top: 115px;
  right: 18px;
}
#clinicslider {
  display: none;
}
#emptysection {
  height:50px;
}
#zayavka_success, #zayavka_success2 {
  font-size: 20px;
}
#map{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
#left_num {
  position: absolute;
  bottom: 194px;
  left: 58px;
  border: 2px solid #ff89ad;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  moz-border-radius:50%;
  -webkit-border-radius:50%;
  font-weight: bold;
}
#right_num {
  position: absolute;
  bottom: 194px;
  right: 46px;
  border: 2px solid #ff89ad;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  moz-border-radius:50%;
  -webkit-border-radius:50%;
  font-weight: bold;
}

@media screen and (min-width: 260px) and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
  header .top-address, header .top-time, .top-button, .logo {
    display: none;
  }
  header .navbar {
    margin-bottom: 0px;
  }
  header .navbar-default .navbar-collapse {
    border-top: 1px solid #376FA4;
  }
  header .navbar-default {
    border-bottom: 1px solid #DBDDDD;
  }
  header .navbar-default.scrolled {
    padding: 0px;
  }
  header .navbar ul {
    width: 100%;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 4px;
    margin-right: 0px;
  }
  header .navbar-default .navbar-brand {
    margin-top: 0px;
    margin-bottom: 0px;
    width:25px;
    height:50px;
    background: url("../img/logo-320.png") no-repeat left center;
  background-size: 25px auto;
    padding: 0px 0px;
  }
  header .navbar-default .container  {
    padding: 4px 20px;
  }
  header .navbar-collapse {
    padding:0;
  }
  header .top-phone {
    margin-top: -44px;
    margin-right: 0px;
    font-size: 26px;
  }
  header .emptytop {
    margin-bottom:0px;
  }
  header .navbar-default ul.navbar-nav li a {
    border-bottom: 1px solid #fff;
  }
  header .headbutton {
    background: #76bae8 none repeat scroll 0% 0%;
    box-shadow: 0px 3px 0px -1px #808285;
    -webkit-box-shadow: 0px 3px 0px -1px #808285;
    -moz-box-shadow: 0px 3px 0px -1px #808285;
    margin-top: -6px;
    margin-left: 4px;
    padding: 6px 16px;
    display:inline-block;
  }
  header .headcall {
    box-shadow: 0px 3px 0px -1px #808285;
    -webkit-box-shadow: 0px 3px 0px -1px #808285;
    -moz-box-shadow: 0px 3px 0px -1px #808285;
  margin-top: -6px;
  background: rgb(76, 175, 80) none repeat scroll 0% 0%;
  padding: 6px 16px;
  display:inline-block;
  }
  header .topphone {
  display:none;
  }
  section ul {
    width: 93%;
    padding-left: 17px;
  }
  .section-heading p {
    font-size: 16px !important;
  }
  #frame1 {
    background: url('https://beautydoctor.ru/blefaro/img/bd/mainpage.png') no-repeat left bottom;
  }
  #frame1 .ver {
    display:none;
  }
  #frame1 .col-sm-6:last-child {
  
  }
  #frame1 ul li {
    font-size: 18px !important;
  }
  #frame1 .container {
    padding-left: 5px;
    padding-right: 5px;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255,0,0,0));
  }
  #frame1 .section-heading h1 {
    font-size: 20px;
    text-shadow: 1px 1px 1px #FFF;
    padding-left: 5px;
    margin-top: 60px;
  }
  #frame1 .info {
    margin-top: 30px;
    width: 300px;
    margin-left: 5px;
  }
  #frame1 .bestclinic {
    font-size: 17px;
  }
  #frame1 .subscribe {
    margin-top: 15px;
    font-weight: 400;
  }
  #frame1 .section-heading p {
    font-size: 14px;
    text-shadow: 1px 1px 0px #FFF;
    padding-left: 5px;
  }
  #frame1 .frame1-body {
    margin-top:17px;
  }
  #frame1 .bestclinic {
    font-weight: 600;
  }
  #frame1 .frame1-button {
    font-size: 19px;
    margin-left: 5px;
    margin-bottom: 35px;
    margin-top: 0px;
  }
  #frame1 .col-sm-6:last-child {
    display: none;
  }
  #frame1 .col-sm-6 {
    border-bottom: 0px;
  }
  #frame1 .subscribe {
    font-size: 18px;
    padding-left: 5px;
  }
  #frame2 .left {
    background: url(../img/bd/bytdaev_left.png) center bottom no-repeat;
    background-size: 300px;
  }
  #frame2 .square {
    background: none;
    border:1px solid #ccc;
  }
  #frame2 .right {
    font-size: 16px;
    background: url(../img/bd/bytdaev_right_m.png) center bottom 5px no-repeat;
    background-size: 93%;
    padding-bottom: 130px;
    height: 100%;
}
  #frame2 .right p {
    padding-left: 30px;
    padding-right: 0px;
    font-size: 14px;
  }
  #frame3 .section-heading,
  #frame4 .section-heading,
  #frame5 .section-heading,
  #frame6 .section-heading,
  #frame7 .section-heading,
  #frame8 .section-heading,
  #frame9 .section-heading,
  #frame10 .section-heading,
  #frame11 .section-heading,
  #frame12 .section-heading,
  #frame15 .section-heading,
  #frame16 .section-heading {
    margin-top: 20px;
    margin-bottom:20px;
  }
  #frame3 .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #frame3 .li-body {
    height: 100%;
    padding-left: 0px;
  }
  #frame3 .row li {
    width: 99%;
  }
  #frame3 .li-header {
    margin-bottom: 15px;
    height: 100%;
  }
  #frame3 .col-md-6:last-child, #frame3 .col-sm-6:last-child {
    border-bottom: 1px solid #DFE0E1;
  }
  #frame3 .row, #frame3 .row:last-child .col-md-6:last-child {
    border-bottom: none;
  }
  #frame3 .frame3-table {
    margin-bottom: 20px;
  }
  #frame4 .bytdaev-left {
    background: transparent url("../img/bd/bytdaev360.jpg") no-repeat scroll left bottom;
    background-size: 430px auto;
    height: 392px;
  }
  #frame4 .bytdaev-right, #frame4 .dudnic-left {
    padding-left: 10px;
    padding-top: 20px;
  }
  #frame4 .row:last-child .col-md-6:last-child, #frame4 .row:last-child .col-sm-6:last-child {
    //  display: none;
    border-bottom: 1px solid #DFE0E1;
    padding-bottom: 15px;
  }
  #frame4 .mobile360 {
    display: block;
  }
  #frame4 .dudnic-right {
    background: transparent url("../img/bd/dudnic360.jpg") no-repeat scroll right bottom;
  background-size: 517px auto;
  }
  #frame4 .video-js {
    width: 300px;
    height: 200px;
  }
  #frame4 .row:last-child {
    border-bottom: none;
    background: none;
  }
  #frame4 {
    border-bottom: none;
    padding-bottom: 15px;
  }
  #frame5 .blefaroprice {
    margin-bottom: 0px;
  }
  #frame5 .blefaroprice h3 {
    font-size: 23px;
  }
  #frame5 .frame5-button {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #frame5 .blefaroprice p {
    margin-top: 20px;
  }
  #frame5 .bp1 {
    background: url("../img/bd/bp1.png") no-repeat top 40px right 20px #fff;
    background-size: 96px auto;
  }
  #frame5 .bp2 {
    background: url("../img/bd/bp2.png") no-repeat top 40px right 20px #fff;
    background-size: 96px auto;
  }
  #frame6 {
    background: none;
  }
  #frame6 h3 {
    padding-left: 26px;
    margin-top: 20px;
  }
  #frame6 p {
    font-size: 14px;
  }
  #frame6 .row {
    //padding-top: 227px;
    background: none;
  }
  #frame6 ul {
    padding-left: 17px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  #frame6 ul li {
    font-size: 14px;
    line-height: 30px;
  }
  #frame6 .col-sm-6:last-child {
    padding-left: 0px;
  }
  #frame6 .price {
    margin-top: -25px;
    margin-left: 0px;
    text-align: center;
    font-size: 28px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #frame6 ul.additional {
    padding-left: 0px;
  }
  #frame6 .additional li {
    line-height: normal;
  }
  #frame6 .frame1-button {
    margin-bottom: 35px;
    padding: 9px 65px !important;
  }
  #frame6 .col-md-6, .col-sm-6 {
    border-bottom: none;
  }
  #frame7 .row {
    height: auto;
    padding-bottom: 15px;
    width: 100%;
  }
  #frame7 .slider1-1 {
    width: 320px;
    height: 150px;
  }
  #frame7 .slider1-2 {
    width: 310px;
    /* height: 150px; */
    margin-left: 5px;
  }
  #frame7 .slider1-1 img {
    width: 310px;
  }
  #frame7 .jssora21l {
    top: 95px;
    left: 50px;
  }
  #frame7 .jssora21r {
    top: 95px;
    right: 50px;
  }
  #frame7 .jssorb21 {
    display: none;
  }
  #frame7 .photoshop {
    font-size: 13px;
    margin-top: 5px;
  }
  #frame7 .container {
    padding-bottom: 0px;
  }
  #frame7 .instagram a {
    font-size: 24px;
  }
  #frame8 {
    background: none;
    border-bottom: none;
  }
  #frame8 ul {
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #frame8 #clinicslider {
    display: block;
  }
  #frame8 #clinicslider ul li {
    background: none;
    padding-left: 0px;
  }
  #frame8 ul img {
    max-width: 640px;
    width: 100%;
  }
  #frame8 .tour-benefits {
    margin-top: -60px;
  }
  #frame8 .slideme {
    max-width: 640px;
    height: 222px;
    width: 100%;
  }
  #frame8 .col-md-6:last-child, #frame8 .col-sm-6:last-child {
    display: none;
  }
  #frame8 .section-heading {
    position: relative;
    right: 0px;
    text-align: center;
    padding-top: 0px;
    top: -10px;
    padding-bottom: 45px;
  }
  #frame8 .row {
    background: none;
    background-size: 343px auto;
    padding-top: 0px;
  }
  #frame8 .conditions-2 {
    display: none;
  }
  #frame8 .arrow-right {
    display: none;
  }
  #frame9 p {
    margin-left:0px;
    padding-top: 15px;
  }
  #frame9 img {
    width: 230px;
  }
  #frame9 .col-md-6, .col-sm-6 {
    border-bottom: none;
  }
  #frame10 .container {
    width: 315px;
  }
  #frame10 .answer {
    position: static;
    margin-left: 15px;
    width: 285px;
  }
  #frame10 .questions, .answers {
    display: none;
  }
  #frame10 .question {
    padding-left: 16px;
    width: 300px;
  }
  #frame10 .question-active {
    border-bottom: none;
  }
  #frame10 .qa-button {
    margin: 20px 0px 0px 20px;
    padding: 8px 29px;
    float:none;
  }
  #frame14 {
    padding-top: 20px;
  }
  #frame14 h2 {
    text-align: left;
    padding-left: 30px;
    margin-top: -10px;
  }
  #frame14 .contacts-bot {
    width: 100%;
    border: none;
    position: relative;
    background: #fff;
    padding: 0px 0px 10px 19px;
  }
  #frame14 .subscribe-ok {
    width: 100%;
    float:none;
  }
  #frame14 .phone-number-d a {
    font-size: 32px;
  }
  #frame14 h2, #frame14 .contacts-bot, #frame14 .phone-number-d a {
    font-weight: 400;
  }
  #frame14 .phone-number-d {
    font-size: 36px;
    padding-left: 10px;
    font-weight: 400;
  }
  #frame14 .phone-tag, #frame14 .address-tag {
    padding-left: 10px;
  }
  #frame14 .address-bot {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  #frame14 .subscribe-bot {
    width: 84%;
  }
  #frame14 .bot-btn {
    font-size: 16px;
    padding: 9px 20px !important;
  }
  #frame14 .subscribe-ok {
    font-size: 22px;
    line-height: 1;
  }
  #frame14 #map {
    display:none;
  }
  #frame15 {
    background: #fff;
  }
  #frame15 .original {
    text-align: center;
    width: 510px;
    margin: 0 auto;
  }
  #frame15 .slider1-1 {
    height: 3000px;
  }
  #frame15 .slider1-2 {
    width: 1300px;
    height: 2900px;
    margin-left: 0px;
  }
  #frame15 .slide-header {
    font-size: 80px;
    width: 985px;
    text-align: center;
    margin-left: -120px;
  }
  #frame15 .slide-patient {
    width: 1000px;
    top: 220px;
    font-size: 70px;
  }
  #frame15 .slide-image img {
    width: 510px;
    border: 4px solid #ccc;
  }
  #frame15 .slide-image p {
    font-size: 47px;
  }
  #frame15 .slide-body {
    width: 1230px;
    top: 880px;
    left: 40px;
    font-size: 54px;
  }
  #frame15 .fszs {
    font-size: 49px;
    top: 945px;
  }
  #frame15 .sb2 {
    font-size: 52px;
  }
  #frame15 .sb3 {
    font-size: 60px;
  }
  #frame15 .sb3 {
    font-size: 65px;
  }
  #frame15 .row {
    height: auto;
    padding-bottom: 50px;
  }
  #frame15 .jssorb21 div {
    margin-right: 200px;
    width: 130px;
    height: 130px;
    font-size: 50px;
    line-height: 95px;
    font-size: 70px;
    line-height: 120px;
    margin-top: 32px;
  }
  #frame15 .jssora21l {
    top: 360px;
    left: 40px;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2); 
    -o-transform: scale(2);
  }
  #frame15 .jssora21r {
    top: 360px;
    right: 40px;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2); 
    -o-transform: scale(2);
    height: 58px; 
  }
  #frame16 {
    padding-bottom: 0px;
  }
  #frame16 .l1 {
    background: url("../img/bd/li21.png") no-repeat center bottom;
    margin-bottom: 20px;
  }
  #frame16 .l2 {
    background: url("../img/bd/li22.png") no-repeat center bottom;
    margin-bottom: 20px;
  }
  #frame16 .l3 {
    background: url("../img/bd/li23.png") no-repeat center bottom;
    margin-bottom: 20px;
  }
  #frame16 .l4 {
    background: url("../img/bd/li24.png") no-repeat center bottom;
    margin-bottom: 20px;
  }
  #frame16 li {
    padding-left: 0px;
  }
  #frame16 .li-body {
    height: 100%;
    padding-bottom: 125px;
  }
  #frame17 .li-body {
    height: 100%;
  }
  a.anchor {
    display: block;
    position: relative;
    top: -58px;
    visibility: hidden;
  }
  a.anchor2 {
    display: block;
    position: relative;
    top: -57px;
    visibility: hidden;
  }
  .arrow.next {
    position: absolute;
    z-index: 5;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent url("../img/a21.png") no-repeat scroll -98px -31px;
    background-size: 303px auto;
    left: 5px;
    top:90px;
  }
  .arrow.prev {
    position: absolute;
    z-index: 5;
    width: 30px;
    height: 30px;
    border: medium none;
    background: transparent url("../img/a21.png") no-repeat scroll -50px -31px;
    background-size: 303px auto;
    right: 5px;
    top: 90px;
  }
  .modal-open, .modal-open header .navbar-default, .modal-open header .navbar scrolled {
    margin-right: 0px;
  }
  .modal-dialog {
    margin-top: 100px;
  }
  .popup-btn {
    padding: 9px 23px !important;
  }
  .area-img2, .area-img3 {
    display: none;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-md-4, .col-sm-4 {
    padding-left: 5px;
    padding-right: 2px;
  }
  .col-md-6:last-child, .col-sm-6:last-child {
    border-bottom: none;
  }
  .col-md-6, .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #DFE0E1;
    border-left: medium none !important;
  }
  .btn.btn-lg {
    margin-right: 0px;
  }
  .navbar-collapse {
    max-height: 361px;
  }
  #emptysection {
    height:0px;
  }
  #zayavka_form .control-label, #zayavka_form2 .control-label {
    padding:0px;
    width: 88px;
    margin-left: 10px;
  }
  #zayavka_form .col-xs-8, #zayavka_form2 .col-xs-8 {
    padding:0px;
    width: 165px;
    margin-left: 10px;
  }
  #zayavka_form .col-md-8, #zayavka_form2 .col-md-8 {
    text-align: center;
  }
  #left_num {
    bottom: 10px;
    left: 87px;
  }
  #right_num {
    bottom: 10px;
    right: 87px;
  }
  .footer-ob {
    width: 100%;
    top: 0;
  }
  .modal-dialog.pd {
    width: 94%;
    margin-top: 50px;
  }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
  #frame1 .bestclinic {
    font-size: 20px;
  }
  #left_num {
    bottom: 10px;
    left: 87px;
    display: none;
  }
  #right_num {
    bottom: 10px;
    right: 87px;
    display: none;
  }

  #frame1 .col-sm-6:last-child {
//      background: url(../img/bd/bytdaev_main.png) left bottom no-repeat;
 //     height: 424px;
 //     background-size: 347px;
  }
  #frame1 .frame1-button {
    margin-left: 15px;
  }
  #frame7 .slider1-1 {
    width: 100%;
    height: 300px;
    text-align: center;
  }
  #frame7 .slider1-2 {
    width: 100%;
    height: 300px;
    margin-left: 0px;
  }
  #frame7 .slider1-1 img {
    width: 320px;
  }
  #frame7 .jssora21l {
    top: 10px;
    left: -10px;
  }
  #frame7 .jssora21r {
    top: 10px;
    right: -10px;
  }
  #frame14 .contacts-bot {
    padding-left: 20px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  
  
  .video-review-slick-slider .gap
  {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    height: 180px;
    z-index: 999;
    background: transparent;
  }
  
  .video-review-slick-slider .slide
  {
    position: relative;
  }

  .video-review-slick-slider iframe
  {
    width: 290px !important;
    height: 290px !important;
    margin: 0 auto;
    display: block;
    position: relative; 
    z-index: 100; 
  }
  

  #frame1 .col-sm-6:last-child {
  //   background: url(../img/bd/bytdaev_main.png) left bottom no-repeat;
  //    height: 438px;
  //   background-size: 362px;
  }
  #frame1 .info {
    margin-top: 30px;
    width: 355px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  


  header .navbar-default .navbar-brand {
    width: 165px;
    background: transparent url("../img/logo.png") no-repeat right center;
    background-size: 150px auto;
  }
  .modal-dialog {
    margin-top: 20px;
  }
  #frame1 .section-heading h1 {
    margin-top: 50px;
  }
  #frame1 .frame1-body {
    margin-top: 47px;
  }
  #frame1 .bestclinic {
    font-size: 18px;
  }
  #frame1 {
    padding-top:0px;
  }
  #frame1 section ul {
    padding-left: 0px;
  }
  #frame1.man {
    background: url("../img/bd/man.jpg") no-repeat scroll left top !important;
    background-size: 593px auto !important;
  }
  #frame1 li, #frame1 .subscribe {
    text-shadow:1px 1px 0px #fff;
  }
  #frame1 .col-sm-6:last-child {
  //  background: url(../img/bd/bytdaev_main.png) left bottom no-repeat;
  //  height: 461px;
  //  background-size: 467px;
  }
  #frame7 .slider1-2 {
    width: 460px;
    /* height: 300px; */
  }
  #frame7 .slider1-1 {
    width: 460px;
    height: 200px;
  }
  #frame7 .slider1-1 img {
    width: 460px;
  }
  #frame7 .jssora21l {
    top: 140px;
    left: 80px;
  }
  #frame7 .jssora21r {
    top: 140px;
    right: 80px;
  }
  #frame8 ul {
    margin-left: 0px;
    padding-bottom: 10px;
  }
  #frame8 ul li {
    background: transparent url("../img/bd/check.png") no-repeat scroll 0px 4px;
    line-height: 26px;
    font-size: 14px;
  }
  #frame8 .slideme {
    height: 300px;
  }
  #frame10 .container {
    width: 450px;
  }
  #frame10 .answer, #frame10 .question {
    width: 425px;
    padding-left: 10px;
  }
  #frame10 .answer, #frame10 .answer_2 {
    margin-left: 10px;
  }
  #frame10 .qa-button {
    margin: 20px 0px 0px 20%;
  }
  #frame14 .subscribe-bot {
    width: 440px;
  }
  #frame14 .bot-btn {
    padding: 9px 60px !important;
  }
  #frame14 .contacts-bot {
    margin: 0px;
  }
  #frame15 #slider2_container {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8);
    margin-top: -100px;
    margin-bottom: -85px;   
  }
  #frame16 .l1 {
    background: url("../img/bd/li21.png") no-repeat 0px 5px;
    margin-bottom: 0px;
  }
  #frame16 .l2 {
    background: url("../img/bd/li22.png") no-repeat 0px 5px;
    margin-bottom: 0px;
  }
  #frame16 .l3 {
    background: url("../img/bd/li23.png") no-repeat 0px 5px;
    margin-bottom: 0px;
  }
  #frame16 .l4 {
    background: url("../img/bd/li24.png") no-repeat 0px 5px;
    margin-bottom: 0px;
  }
  #frame16 .li-body {
    height: 100%;
    padding-left: 140px;
    padding-bottom: 0px;
  }
  #zayavka_form .col-xs-8, #zayavka_form2 .col-xs-8  {
    padding: 0px;
    width: 237px;
    margin-left: 11px;
  }
  #left_num {
    bottom: 15px;
    left: 115px;
  }
  #right_num {
    bottom: 15px;
    right: 115px;
  }
  .form-control {
    font-size: 19px;
  }

}
@media screen and (min-width: 640px) and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
  .section-heading p {
    font-size: 19px !important;
  }
  #frame1 {
    padding-top:0px;
    background: url(../img/bd/mainpage.png) #f6f6f6 right bottom no-repeat;
    background-size: auto auto;
  background-size: 413px auto;
  }
  #frame1 .frame1-button {
    font-size: 17px;
    padding: 9px 15px !important;
  }
  #frame1 .col-md-6, #frame1 .col-sm-6 {
    border-bottom: 0px;
  }
  #frame1 .col-sm-6:last-child {
    display: none;
  }
  #frame1 li, #frame1 .subscribe {
    width: 360px;
  }
  #frame1 .frame1-body {
    margin-top: 10px;
    margin-bottom: 32px;
  } 
  #frame1 section ul {
    padding-left: 5px;
  }
  #frame1 .frame1-button {
    margin-bottom: 28px;
  }
  #frame1 .col-sm-6:last-child {
  //  background: url(../img/bd/bytdaev_main.png) right bottom no-repeat;
  //  height: 325px;
  //  background-size: 467px;
  }
  #frame2 .right {
    height: 380px;
  background-size: 96%;
  font-size: 15px;
  }
  #frame3 .li-header {
    margin-bottom: 0px;
    height: 100%;
  }
  #frame8 {
    background: url("../img/bd/clinic1.jpg");
    background-size: 100% auto;
  }
  #frame8 .row {
    padding-top: 0px;
    background: none;
  }
  #frame8 .section-heading {
    text-shadow:1px 1px 0px #fff;
  }
  #frame8 #clinicslider {
    display: none;
  }
  #frame8 ul {
    margin-left: 0px;
  }
  #frame8 ul li {
    line-height: 17px;
    color: #1D1D1D;
    font-size: 15px;
    text-shadow: 1px 1px 0px #fff;
    background: transparent url("../img/bd/check.png") no-repeat scroll 0px 0px;
  }
  #frame8 .conditions-2 {
    display: block;
    margin-left: 17px;
  }
  #frame8 .arrow-right {
    display: block;
    top:145px;
  }
  #frame14 .contacts-bot {
    padding-left: 106px;
  }
  #frame14 h2 {
    padding-left: 115px;
  }

  #frame15 #slider2_container  {
    transform: none;
    margin-top: 0px;
    margin-bottom:-15px;
  }
  #frame15 .jssora21r {
    top: 330px;
    right: 20px;
    transform: scale(1.5);
  }
  #frame15 .jssora21l {
    top: 330px;
    left: 20px;
    transform: scale(1.5);
  }
  #frame15 .slider1-1 {
    height: 930px;
  }
  #frame15 .slider1-2 {
    height: 970px;
  }
  #frame15 .jssorb21 div {
    margin-right: 50px;
    width: 70px;
    height: 70px;
    font-size: 70px;
    line-height: 65px;
    margin-top: 32px;
  }
  #frame15 .slide-image {
    margin-top: 35px;
    margin-left: -560px;
  }
  #frame15 .slide-image img {
      width: 270px;
      margin-left: -25px;
      margin-top: 94px;
  }
  #frame15 .slide-image p {
    font-size: 21px;
  text-align: left;
  }
  #frame15 .slide-header {
      font-size: 40px;
      top: 15px;
      margin-left: 85px;
      width: 100%;
      text-align: left;
  }
  #frame15 .slide-body {
  width: 830px;
  top: 80px;
  left: 385px;
  font-size: 29px;
  }
  #frame15 .jssorb21 div {
    font-size: 45px;
    margin-top: 5px;
  }
  #frame16 .li-body {
    height: 160px;
  }
  #left_num {
    bottom: 15px;
    left: 115px;
  }
  #right_num {
    bottom: 15px;
    right: 115px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 29px;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 12px 8px;
  }
  section .subscribe {
    font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  }
  .section-heading h1 {
    font-size: 24px;
  }
  .logo {
    width: 214px;
  }
  .navbar-header {
    margin-top: 17px;
  }
  header .top-phone, header .top-address, header .top-time {
    margin-right: 30%;
  }
  .btn.btn-lg {
    margin-right: 5px;
  }
  header .navbar-default .navbar-brand {
    margin-bottom: 19px;
  }
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bestclinic {
    font-size: 13px;
  }
  .frame1-body {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .frame1-button {
    font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0px;
    padding: 6px 18px !important;
}
  #frame1 .col-sm-6:last-child {
    background: url(../img/bd/mainpage.png) right bottom no-repeat;
  }
  #frame1 {
    text-shadow: 1px 1px 1px #fff;
  }
  #frame1 ul li {
    font-size: 15px !important;
    margin-bottom: 0px;
  }
  #frame1 .col-sm-6:last-child {
    height: 307px;
    background-size: 100%;
  }
  #frame2 .left {
    background: url(../img/bd/bytdaev_left.png) center top no-repeat;
    height: 328px;
    background-size: 258px;
  }
  #frame2 .square {
  padding: 10px 5px;
  }
  #frame2 .right {
    font-size: 16px;
  background: url(../img/bd/bytdaev_right.png) center bottom 5px no-repeat;
    background-size: 95%;
  height: 328px;
  }
  #frame2 .right p {
    padding-left: 30px;
  padding-right: 0px;
  background: url(../img/bd/star-icon.png) left center no-repeat;
  font-size: 13px;
  background-size: 16px;
  }
  #frame3 .li-body {
    height: auto;
    padding-left: 0px;
  }
  #frame3 .li-header {
    height: 100%;
  }
  #frame4 .row {
    background: transparent url("../img/bd/bytdaev360.jpg") no-repeat left bottom;
    background-size: 492px auto;
  }
  #frame4 .bytdaev-left {
    background: none;
  }
  #frame6 h3, #frame6 ul {
    padding-left: 0px;
    text-shadow:1px 1px 0px #fff;
  }
  #frame6 ul {
    padding-bottom: 13px;
  }
  #frame6 ul li {
    line-height: 29px;
    color: #1A1A1A;
    width: 360px;
  }
  #frame6 .row {
    background: none;
  }
  #frame6 .price {
    text-align: center;
  }
  #frame6 .col-sm-6:last-child {
    padding-left: 0px;
  }
  #frame7 .row {
    height: auto;
    padding-bottom: 15px;
    width: 100%;
  }
  #frame7 .slider1-1 {
    width: 760px;
    height: 200px;
    margin-bottom: -25px;
  }
  #frame7 .slider1-2 {
    width: 760px;
    /* height: 140px; */
    margin-left: 100px;
  }
  #frame7 .slider1-1 img {
    width: 575px;
  }
  #frame7 .container {
    padding-bottom: 0px;
  }
  #frame7 .jssorb21 div {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  #frame7 .jssora21l, #frame7 .jssora21r {
    top: 45px;
  }
  #frame8 ul li {
    text-shadow:1px 1px 0px #fff;
    color: #151515;
    line-height: 28px;
  }
  #frame8 ul {
    padding-bottom: 12px;
    padding-top: 140px;
  }
  #frame8 .conditions-2 {
    margin-bottom: 22px;
  }
  #frame8 .section-heading {
    right: -45%;
  }
  #frame9 .col-sm-6.center {
    width:100%;
  }
  #frame10 .container {
    width:100%;
  }
  #frame10 .answer {
    width: 373px;
    right: -5px;
  }
  #frame10 .question {
    width: 360px;
    margin-left: 10px
  }
  #frame10 .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #frame10 .qa-button {
    margin-top: -13px;
    margin-right: 5%;
  }
  #frame14 .subscribe-bot {
    width: 355px;
  }
  #frame14 .contacts-f {
    margin-top: 65px;
  }
  #frame14 .phone-number-d {
    font-size: 35px;
  }
  #frame14 .contacts-bot {
    width: 355px;
    margin: 10px auto 0px;
    padding: 29px 22px 42px;
  }
  #frame14 .bot-btn {
    padding: 9px 24px !important;
  }
  #frame15 .row {
    height: 256px;
  }
  #frame16 .li-body {
    height: 263px;
    font-size: 14px;
  }
  #frame17 .li-body {
    height: 261px;
  }
  #left_num {
    bottom: 110px;
  }
  #right_num {
    bottom: 110px;
    right: 45px;
  }
  .jssora21r {
    right: 10px;
  }
  .footer-ob {
    position: static;
    font-size: 10px;
    width: 100%;
  }
  .modal-dialog.pd {
    width: 94%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 800px) {
#frame14 .contacts-f {
    margin-top: 110px;
    width: 400px;
}
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
.footer-ob {
    bottom: -14px;
    top: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  header .navbar-default ul.navbar-nav li a {
    padding: 12px 21px;
  }
  .frame1-body {
    margin-top: 30px;
  }
  section .subscribe {
    font-size: 14px;
  }
  #frame1 .col-sm-6:last-child {
    height: 400px;
  }
  #frame2 .right {
    background-size: 96%;
  }

}
@media screen and (min-width: 1024px) and (max-width: 1239px) {
  #frame1 .section-heading h1 {
    font-size: 32px;
  } 
  #frame1 .col-sm-6:last-child {
    background-size: 100% auto;
  }
  #frame3 .li-body {
    height: 210px;
  }
  #frame4 .dudnic-right {
    height: 502px;
  }
  #frame6 .row {
    background: none;
  }
  #frame7 {
    height:100%;
  }
  #frame8 .conditions-2 {
    margin-bottom: 12px;
  }
  #frame8 .row {
    min-height: 530px;
  }
  #frame10 .row {
    margin-left: 30px;
  }
  #frame10 .answer {
    width: 385px;
    right: 95px;
  }
  #frame10 .qa-button {
    margin-right: 12%;
  }
  #frame14 h2 {
    width: 362px;
  }
  #frame14 .order-text {
    float: right;
  }
  #frame14 .contacts-bot {
    margin: 8px auto 0px;
    padding: 29px 22px 38px;
  }
  #frame14 .subscribe-bot {
    position: absolute;
    right: 15px;
    top: 150px;
  }
  #frame15 {
    height: 540px;
  }
  #frame16 .li-body {
    height: 235px;
  }
  .bestclinic {
    font-size: 19px;
  }
  .footer-ob {
    position: absolute;
    font-size: 9px;
    bottom: 0;
    top: auto;
    left: 0px;
    width: 425px;
  }
}

@media screen and (min-width: 1240px) {
  #frame14 h2 {
    width:400px;
    position: absolute;
  }
  #frame14 .order-text {
    float:right;
    right:14px;
  }
  #frame14 h2, #frame14 .contacts-bot {
    text-shadow: 1px 1px 0px #fff;
  }
  #frame14 .contacts-bot {
    width: 400px;
    margin: 28px auto 0px;
    text-align: left;
    border: 1px solid #DADBDC;
    border-radius: 10px;
    padding: 29px 29px 32px;
    float: left;
    background: rgb(247, 247, 247) none repeat scroll 0% 0%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    top:142px;
  }
  #frame14 .phone-tag {
      color: #025595;
      font-size: 20px;
  }
  #frame14 .phone-number-d {
      color: #1d1d1d;
      font-size: 38px;
  }
  #frame14 .address-tag {
      color: #025595;
      font-size: 20px;
      margin-bottom: 10px;
  }
  #frame14 .address-bot {
      color: rgb(0, 0, 0);
      font-size: 19px;
  }
  #frame14 .subscribe-bot {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #dadbdc;
    margin-bottom: 40px;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #f7f7f7;
    position: absolute;
    right: 14px;
    top: 150px;
  }
  #frame14 .contacts-f {
    margin-top: 108px;
  }
}

.slick-slide img
{
  width: 100%;
}

.slick-arrow:before
{
  display: none;
}

.slick-prev:hover, .slick-prev:focus
{
  background: url(../img/a21.png) -256px -31px no-repeat !important;
}

.slick-next:focus, .slick-next:hover
{
  background: url(../img/a21.png) -293px -31px no-repeat !important;
}

.slick-prev.slick-arrow
{
  background: url(../img/a21.png) -16px -31px no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 100px;
  right: auto;
  left: -35px !important
}


.slick-next.slick-arrow
{
  background: url(../img/a21.png) -54px -31px no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 100px;
  right: -35px;
}

.video-review-slick-slider .slick-arrow
{
  top: 170px !important;
}

.slick-dots
{
  width: 90% !important;
  margin: 0 auto !important; 
  position: relative !important;
}

.slick-dots li
{
  background: #76bae8 !important;
  border-radius: 50%;
}

.video-review-slick-slider video
{
  width: 97%;
}

.slider1-1 #right_num,
.slider1-1 #left_num
{
  bottom: 245px;
}

.awared-plate
{
  text-align: center;
  padding: 20px 0px 30px;
  font-size: 25px;
  font-weight: 400;
  background: #76bae8;
  color: #fff;
}


.form-horizontal input.error
{
	color: red !important;
	border-color: red !important;
}

.form-horizontal input.error::placeholder
{
	color: red !important;
}

#ModalSucces .modal-header
{
	border-bottom: 0px;
	padding-bottom: 0px;
}

#ModalSucces .modal-title
{
	text-align: center;
	font-size: 36px;
	margin-bottom: 28px;
	color: #737373;
	font-weight: 700;
}

#ModalSucces .description
{
	font-size: 24px;
  text-align: center;
  color: #737373;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#ModalSucces .modal__footer
{
	margin-top: 25px;
	text-align: center;
	font-size: 1.1vw;
	line-height: 1.3;
}


#ModalSucces .social-title
{
	color: #737373;
  font-size: 18px;
  margin-bottom: 10px;
}

#ModalSucces .icons
{
	display: flex;
	justify-content: center;
	width: 100%;
}

#ModalSucces .icons img
{
	max-width: 48px;
  width: 48px;
  margin-right: 20px;
}
