@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: #6e6f71;
  -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 #7abde9;
  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: #7abde9 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 .active {
  background: #f390b1 !important;
}
header .active:hover {
  background: #ea7fa3 !important;
}
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: #7abde9 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: #f390b1;
  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: #7abde9;
  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") 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: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
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;
}
#frame1, #frame2, #frame3, #frame4, #frame5, #frame6, #frame8, #frame9, #frame10, #frame11, #frame12, #frame13, #frame14, #frame15 {
  border-bottom: 1px solid #DBDDDD;
}
#frame1 {
  margin-top: 16px;
  background: url("../img/bd/liposuction.jpg") no-repeat right -90px center;
}
#frame1.man {
  background: url("../img/bd/man.jpg") no-repeat right bottom;
}
#frame1 .section-heading h1 {
  display: inline-block;
  color: #005696;     
  font-size: 54px;    
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 33px;
}
#frame1 h2 {
	font-size: 32px; 
	margin-top: 0px; 
	color: #005696;
}

#frame1 .section-heading p {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
#frame1 .section-heading .strong {
  color: #000;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  margin-top: 11px; 
  color:#000;
}
#frame1 ul {
  max-width: 640px;
}
#frame1 ul li {
  font-size: 19px !important;
  background: url("../img/bd/check3.png") 0px 3px no-repeat;
}
#frame1 .frame1-button {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  border-color: #66CDCC;
  background: #FFE200 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-top: 15px;
  margin-bottom: 40px;
  padding: 9px 39px !important;
}
#frame1 .sub-after {
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
  width: 605px;
}
#frame2 {
  background: #fff;
}
#frame2 .features {
  padding:50px 0px 30px 0px;
}
#frame2 .feature-header {
  color: #1d1d1d;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
}
#frame2 .feature-1-icon, .feature-2-icon, .feature-3-icon {
  width:80px;
  height:80px;
  border-radius: 50%;
  border: 4px solid #ffe200;
  display: inline-block;
  margin-top: -4px
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#frame2 .fe-1-icon {
  background: url("../img/bd/cup.png") no-repeat center center;
  width: 75px;
  height: 75px;
}
#frame2 .fe-2-icon {
  background: url("../img/bd/star.png") no-repeat center center;
  width: 75px;
  height: 75px;
}
#frame2 .fe-3-icon {
  background: url("../img/bd/like.png") no-repeat center center;
  width: 75px;
  height: 75px;
}
#frame2 .feature-1-body, .feature-2-body, .feature-3-body {
  display: inline-block;
  padding-left:10px;
  vertical-align: top;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  width: 250px;
}
#frame3 {
  background: #f7f7f7;
}
#frame3 h4 {
  font-size: 22px;
  font-weight: 600;
}
#frame3 p {
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin-bottom: 50px;
  margin-top: 15px;
}

#frame3 .temp-image  {
  perspective: 1000px;
  transform-style: preserve-3d;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -40px;
}

#frame3 .image-inside img {
  width: 100%;
  margin-top: 30px;
  border: 10px solid #7abde9;
}
#frame3 .image-inside img:hover {
  cursor: pointer;
}
#frame3 .image-inside {
  text-align: center;
}
#frame3 .image-outside {
  text-align: center;
}
#frame3 .image-outside img {
  width: 100%;
  margin-top: 30px;
  border: 10px solid #7abde9;
}
#frame3 .temp-image.flip .back {
  transform: rotateY(0deg);
}
#frame3 .temp-image.flip .front {
  transform: rotateY(180deg);
}
#frame3 .temp-image,
#frame3 .front,
#frame3 .back {
  height: auto;
}
#frame3 .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  width: 200%;
  position: relative;
}
#frame3 .front,
#frame3 .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  float: left;
  width: 50%;
  cursor: pointer;
}
#frame3 .front {
  z-index: 2;
  transform: rotateY(0deg);
  position: relative;
}
#frame3 .back {
  transform: rotateY(-180deg);
  margin-left: -50%;
  color:#fff;
  padding-bottom: 35px;
}



#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,
#frame13 .section-heading,
#frame14 .section-heading,
#frame15 .section-heading,
#frame16 .section-heading {
  margin-top: 40px;
  margin-bottom:40px;
}

#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,
#frame11 .section-heading p,
#frame12 .section-heading p,
#frame13 .section-heading p,
#frame14 .section-heading p,
#frame15 .section-heading p,
#frame16 .section-heading p {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
#frame4 {
  padding-bottom: 50px;
}
#frame4 .row p {
  font-size: 19px;
  border: 10px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(top left, #7abde9 0%, #f390b0 100%);
  -moz-border-image: -moz-linear-gradient(top left, #7abde9 0%, #f390b0 100%);
  border-image: linear-gradient(top left, #7abde9 0%, #f390b0 100%);
  border-image-slice: 1;
  padding: 39px 30px;
  color: #000;
  padding: 39px 400px 39px 30px;
}
#frame4 .info4 {
  background: url("../img/bd/info4.jpg") no-repeat right bottom;
}
#frame4 .info5 {
  background: url("../img/bd/info5.jpg") no-repeat right bottom;
}
#frame4 .infovibro {
  background: url("../img/bd/lipo-07.jpg") no-repeat right bottom;
}
#frame4 .info6 {
  background: url("../img/bd/info6.jpg") no-repeat right bottom;
}
#frame5 {
  background: url(../img/bd/parallax.jpg);
  
// background-attachment: fixed;
//  background-repeat: no-repeat;
//  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
}

#frame5 h4 {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}
#frame5 p {
  font-size: 18px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
  font-weight: 300;
}
#frame5 .inside {
//  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url(../img/bd/parallax-blur.jpg);
//  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../img/bd/parallax-blur.jpg);
//  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../img/bd/parallax-blur.jpg);
//  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../img/bd/parallax-blur.jpg);
//  background-size: 100%;
//  background-repeat: no-repeat;
//  -moz-background-size: cover;
//  -o-background-size: cover;
//  -webkit-background-size: cover;
//  background-size: cover;
//  background-attachment: fixed;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
//  transition: box-shadow .3s ease;
}
#frame5 .inside-img {
  border: 2px solid #7abde9;
  width: 75px;
  margin: 0 auto;
  border-radius: 5px;
}
/*
#frame5 .col-md-4:nth-child(2) .inside {
  margin-top: 50px;
}
#frame5 .col-md-4:nth-child(2) .inside:before {
  content:url('../img/bd/parallax-before.png'); 
  position: absolute;
  z-index: 2;
  left: -37px;
  top: 115px;
}
#frame5 .col-md-4:nth-child(2) .inside:after {
  content:url('../img/bd/parallax-before.png'); 
  position: absolute;
  z-index: 2;
  right: -37px;
  top: 115px;
}*/
#frame6 {
  background: #f7f7f7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;   
  -khtml-user-select: none;    
  -moz-user-select: none;      
  -ms-user-select: none;       
  user-select: none;    
}
#frame6 .row {
  margin-top: 20px;
  margin-bottom: -35px;
}
#frame6 .slide-header {
  position: absolute;
  width: 570px;
  top: 30px;
  left: 30px;
  padding: 5px;
  text-align: left;
  font-size: 29px;
  color: #000;
}
#frame6 .white {
  background: #fff;
}
#frame6 .slide-patient {
  position: absolute;
  width: 500px;
  top: 120px;
  left: 30px;
  padding: 5px;
  text-align: left;
  font-size: 23px;
  color: #808285;
}
#frame6 .slide-body {
  position: absolute;
  width: 480px;
  height: 120px;
  top: 175px;
  left: 30px;
  padding: 5px;
  text-align: left;
  font-size: 18px;
  color: #000;
}
#frame6 .slide-image {
  position: absolute;
  width: 400px;
  height: 392px;
  top: 6px;
  left: 650px;
}
#frame6 .section-heading:last-child {
  margin-top: -80px;
}
#frame6 .section-heading p {
  color: #000;
  padding-bottom: 10px;
}
#frame6 .bot-btn {
  font-size: 24px;
  color: #1d1d1d;
  font-weight: 400;
  background: #FFE200 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;
}
#frame6 .ver {
  margin-bottom: -10px;
}
#frame6 .jssorb21 {
  display: none;
}
#frame7 #certslider {
  display: block;
  width: 320px;
  margin-left: 30px;
  margin-top: 15px;
}
#frame7 #certslider ul li {
  background: none;
  padding-left: 0px;
}
#frame7 ul img {
  max-width: 640px;
  width: 100%;
}
#frame7 .slideme {
  max-width: 640px;
  height: 222px;
  width: 100%;
}
#frame7 .arrow.next {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("../img/a21.png") no-repeat scroll -50px -31px;
  background-size: 303px auto;
  left: 330px;
  top: 97px;
}
#frame7 .arrow.prev {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 30px;
  border: medium none;
  background: transparent url("../img/a21.png") no-repeat scroll -98px -31px;
  background-size: 303px auto;
  right: 330px;
  top: 97px;
}
#frame7 .bytdaev-right {
  background: url("../img/bd/bytdaev.jpg") no-repeat bottom left;
  height: 445px;
}
#frame7 .bytdaev-info {
  padding-left: 105px;
}
#frame7 .bytdaev-video {
  padding-bottom: 15px;
}
#frame8 {
//  display:none;
}
#frame8 .bytdaev-right p, .dudnic-left p {
  color:#58595b;
  font-size: 14px;
  padding-bottom: 10px;
}
#frame8 .mobile360 {
    display:none;
}
#frame8 .dudnic-left p {
  padding-top: 5px;
  padding-bottom: 5px;
}
#frame8 .dudnic-left i {
  font-size: 14px;
}
#frame8 .bytdaev-video {
  padding-bottom: 10px;
}
#frame8 .dudnic-left i {
  padding-bottom: 10px;
  display: inline-block;
}
#frame8 .bytdaev-left {
  background: url("../img/bd/bytdaev.jpg") no-repeat center bottom;
  height: 445px;
}
#frame8 .dudnic-right {
  height: 445px;
}
#frame8 .dudnic-left {
  padding-top: 0px;
}
#frame8 .youtube {
  width: 400px;
  height: 250px;
}
#frame8 .row:last-child {
  background: url("../img/bd/dudnic.jpg") no-repeat bottom right;
}
#frame9 {
  background: #f7f7f7;
}
#frame9 h4 {
  padding-left: 15px;
  font-weight: 600;
}
#frame9 p {
  padding-left: 15px;
}
#frame9 .steps {
  border: 1px solid #d6d8d9;
  background: #fff;
}
#frame9 .steps-border {
  box-shadow: inset 1px -1px 0px 0px #ccc;
  -webkit-box-shadow: inset 1px -1px 0px 0px #ccc;
  -moz-box-shadow: inset 1px -1px 0px 0px #ccc;
}
#frame9 .row-p {
  padding-bottom: 15px;
}
#frame9 .step1, #frame9 .step2, #frame9 .step3, #frame9 .step4, #frame9 .step5, #frame9 .step6 {
  background: #7abde9;
  height: 137px;
  width: 50px;
  color: #1d1d1d;
  font-size: 30px;
  padding-top: 45px;
  text-align: center;
  display: table-cell;
}
#frame9 .step1-image, #frame9 .step2-image, #frame9 .step3-image, #frame9 .step4-image, #frame9 .step5-image, #frame9 .step6-image {
  border-bottom: 1px solid #ccc;
  display: table-cell;
  width: 320px;
}
#frame9 .step1-image::before, #frame9 .step2-image::before, #frame9 .step3-image::before, #frame9 .step4-image::before, #frame9 .step5-image::before, #frame9 .step6-image::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #7abde9;
  position: absolute;
  top: 52px;
}
#frame9 .step1-image {
  background: url("../img/bd/step1.jpg") no-repeat right top;
  background-size: 319px auto;
}
#frame9 .step2-image {
  background: url("../img/bd/step5.jpg") no-repeat right top;
  background-size: 319px auto;
}
#frame9 .step3-image {
  background: url("../img/bd/step2.jpg") no-repeat right -4px;
  background-size: 319px auto;
}
#frame9 .step4-image {
  background: url("../img/bd/step7.jpg") no-repeat right -4px;
  background-size: 319px auto;
}
#frame9 .step5-image {
  background: url("../img/bd/step4.jpg") no-repeat right top;
  background-size: 319px auto;
}
#frame9 .step6-image {
  background: url("../img/bd/step6.jpg") no-repeat right top;
  background-size: 319px auto;
}
#frame9 .after {
  text-align: center;
  font-size: 18px;
  padding: 15px 0px;
}
#frame10 {
  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;
  -webkit-touch-callout: none;
  -webkit-user-select: none;   
  -khtml-user-select: none;    
  -moz-user-select: none;      
  -ms-user-select: none;       
  user-select: none;    
}
#frame10 .section-heading {
  position: absolute;
  right: -35%;
  text-align: center;
  margin-top: 20px;
}
#frame10 ul li {
  color:#6e6f71;
  background: url("../img/bd/check2.png") no-repeat 0px 8px;
  line-height: 32px;
}
#frame10 ul {
  padding-top: 160px;
  padding-bottom: 50px;
}
#frame10 .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;
}
#frame10 .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;
}
#frame10 .arrow-left:hover, #frame10 .arrow-right:hover {
  opacity: 0.6;
}
#frame10 .arrow-left:active, #frame10 .arrow-right:active {
  opacity: 0.4;
}
#frame11 #certslider {
  display: block;
  width: 320px;
  margin-left: 30px;
  margin-top: 15px;
}

#frame11 #certslider ul li {
  background: none;
  padding-left: 0px;
}
#frame11 ul img {
  max-width: 640px;
  width: 100%;
}
#frame11 .bytdaev-video {
  padding-bottom: 10px;
}
#frame11 .slideme {
  max-width: 640px;
  height: 222px;
  width: 100%;
}
#frame11 .arrow.next {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("../img/a21.png") no-repeat scroll -50px -31px;
  background-size: 303px auto;
  left: 330px;
  top: 97px;
}
#frame11 .arrow.prev {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 30px;
  border: medium none;
  background: transparent url("../img/a21.png") no-repeat scroll -98px -31px;
  background-size: 303px auto;
  right: 330px;
  top: 97px;
}
#frame11 .malkarov-right {
  background: url("../img/bd/malkarov.jpg") no-repeat bottom right;
  height: 445px;
}
#frame11 .malkarov-info {
//  padding-left: 105px;
}
#frame11 p {
  font-size: 14px;
  color: #58595b;
}
#frame12 {
  background: #f7f7f7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;   
  -khtml-user-select: none;    
  -moz-user-select: none;      
  -ms-user-select: none;       
  user-select: none;    
}
#frame12 .row {
  height: 500px;
  margin-top: 20px;
  margin-bottom: -35px;
}
#frame12 .slide-header {
  position: absolute;
  width: 570px;
  top: 15px;
  left: 300px;
  padding: 5px;
  text-align: left;
  font-size: 29px;
  color: #000;
}
#frame12 .white {
  background: #fff;
}
#frame12 .slide-patient {
  position: absolute;
  width: 500px;
  top: 120px;
  left: 30px;
  padding: 5px;
  text-align: left;
  font-size: 23px;
  color: #808285;
}
#frame12 .slide-body {
  position: absolute;
  width: 770px;
  height: 120px;
  top: 60px;
  left: 300px;
  padding: 5px;
  text-align: left;
  font-size: 18px;
  color: #000;
}
#frame12 .fszs {
  font-size: 17px;
}
#frame12 .slide-image {
  margin-left: 40px;
  margin-top: 30px;
}
#frame12 .slide-image img {
  display: block;
  border: 5px solid #FAC5D7;
  border-radius: 100%;
}
#frame12 .jssorb21 {
  display: none;
}
#frame13 h3 {
  font-size: 23px;
  margin-top: 15px;
}
#frame13 h4 {
  font-weight: 600;
  font-size: 22px;
}
#frame13 span {
  font-size: 26px;
  font-weight: 600;
}
#frame13 strong {
  color: #f390b1;
  font-weight: 600;
}
#frame13 .notice {
  padding: 10px;
  border: 10px solid #ccc;
  font-size: 19px;
  color: #000;
  text-align: center;
}
#frame13 .noticer {
  border: 10px solid #7Abde9;
}
#frame13 .notice p {
  padding-top: 10px;
  color: #888;
  font-size: 18px;
}
#frame13 .first::after {
  content: "+";
  right: -11px;
  color: #f390b1;
  font-size: 40px;
  position: absolute;
  top: 55px;
}
#frame13 .second::after {
  content: "=";
  right: -11px;
  color: #f390b1;
  font-size: 40px;
  position: absolute;
  top: 55px;
}
#frame13 .old {
  text-decoration: line-through;
}
#frame13 .new {
  color: #f390b1;
}
#frame13 .priceabout {
  text-align: center;
  padding-bottom: 15px;
}
#frame13 .priceabout h3 {
  color: #f390b1;
  padding-top: 10px;
}
#frame13 .priceabout p {
  color: #000;
  padding-top: 5px;
  font-size: 19px;
}

#frame13 .bot-btn {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  background: #ffe200 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-top: 15px;
  margin-bottom: 15px;
  padding: 9px 39px !important;
}
#frame14 {
  background: url("../img/bd/patient.jpg") no-repeat top left;
}
#frame14 h2, #frame14 p {
  text-shadow: 1px 1px 1px #fff;
}
#frame14 h3 {
  padding-left:84px;
  margin-top: -20px;
}
#frame14 ul li {
  padding-bottom: 60px;
}
#frame14 ul li {
  background: transparent url("../img/bd/check.png") no-repeat scroll 0px 0px;
  color:#000;
  text-shadow:1px 1px 0px #fff;
}
#frame15 {
  background: #F7F7F7 none repeat scroll 0% 0%;
}
#frame15 .container {
  width: 970px;
}
#frame15 .questions-answers {
  padding-bottom: 50px;
  position: relative;
}
#frame15 .questions, #frame15 .answers {
  margin-bottom: 34px;
  font-size: 24px;
  color: #000;
}
#frame15 .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;
}
#frame15 .answer {
  display: none;
  position: absolute;
  color: #000;
  font-size: 16px;
  width: 500px;
  right: 0px;
  top: 50px;
  padding: 15px;
  border: 1px solid #7abde9;
  background: #fff;
}
#frame15 .answer-active {
  display: block;
}
#frame15 .question-active {
  border-bottom: 1px solid #7abde9;
  color: #7abde9;
}
#frame15 .qa-button {
  background: #7abde9;
  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: -30px;
}
#frame15 .fullsite {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}
#frame16 .license-1 img, #frame16 .license-2 img {
  width: 100%
}
#frame16 .license-name {
  font-size: 25px;
  color: #000;
  padding: 10px 0px;
}
#frame16 .row {
  padding-bottom: 25px;
}
#frame16 p {
  color:#000;
}
#frame17 {
  background: #7abde9;
}
#frame17 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 20px 0px 20px;
}
#frame18 {
  height:500px;
  padding-top: 20px;
}
#frame18 h2 {
  text-shadow: 1px 1px 0px #fff;
}
#frame18 input {
  margin-bottom: 30px;
  font-weight: 400;
}
#frame18 form .form-control:focus {
  color:#1d1d1d;
}
#frame18 .contacts-left {
  margin-top: 108px;
  width: 400px;
}
#frame18 .contacts-bot {
  width: 400px;
  margin: 20px 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 57px;
  background: #F7F7F7 none repeat scroll 0% 0%;
}
#frame18 .phone-tag {
  color: #025595;
  font-size: 20px;
}
#frame18 .phone-number-d {
  color: #1d1d1d;
  font-size: 37px;
}
#frame18 .address-tag {
  color: #025595;
  font-size: 20px;
  margin-bottom: 10px;
}
#frame18 .address-bot {
  color: rgb(0, 0, 0);
  font-size: 18px;
}
#frame18 .order-text {
  width: 400px;
}
#frame18 .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;
}
#frame18 .sub1 {
  padding: 30px 30px 0px;
  border-bottom: 1px solid #dadbdc;
}
#frame18 .sub2 {
  padding: 25px 30px 10px;
}
#frame18 .bot-btn {
  font-size: 24px;
  color: #1d1d1d;
  font-weight: 400;
  background: #FFE200 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;
}
#frame18 .subscribe-ok {
  font-size: 24px;
  color: #000;
  margin-top: 60px;
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 0px 5px;
  width: 400px;
  border: 1px solid #dadbdc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}


#myModal2 .popup-btn {
  background: #7abde9;
}
.modal-open, .modal-open header .navbar-default, .modal-open header .navbar scrolled {
  margin-right: 0px;
}
.logo-mobile {
  display:none;
}
.center {
  text-align: center;
}
.form-group label {
  font-weight: 400;
  font-size: 15px;
  padding-top: 4px !important;
}
.popup-btn {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  background: #FFE200 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:110px;
}
.emptyspace1 {
  margin-top:60px;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.anchor {
  display: block;
  position: relative; 
  top: -150px;
  visibility: hidden;
}
.anchor2 {
  display: block;
  position: relative;
  top: -150px;
  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-body {
  margin-bottom: 10px;
  margin-top: 25px;
}
.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;
}
.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;
}
.btn.btn-primary {
  border: none;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.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: #025291;
  font-weight: 600;
  font-size: 23px;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #000;
  font-weight: 300;
  border-color: #66cdcc;
  margin-top: -60px;
  background: #ffe200;
  -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: #ffe200;
  color:#000;
}
.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:300px;
  height:240px;
}
.conditions {
  height:325px;
}
.conditions-2 {
    margin-bottom: 53px;
}
.cond-sq {
  display: inline;
  background: #7abde9 none repeat scroll 0% 0%;
  border: 1px solid #99cced;
  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: #7abde9;
  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: #7abde9;
  background: #fff;
}
.jssora21l {
  top: 175px;
  left: 18px;
}
.jssora21r {
  top: 175px;
  right: 18px;
}
.modal-dialog.pd {
  width: 900px;
  margin-top: 90px;
}
.footer-ob {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  width: 470px;
  margin: 0 auto;
  background: #f2f2f2;
  color: #4f4944;
  cursor: pointer;
}
.spd {
color: #303030;
font-size: 13px;
text-decoration:underline;
cursor:pointer;
text-align: left;
}
#clinicslider {
  display: none;
}
#emptysection {
  height:50px;
}
#zayavka_success, #zayavka_success2 {
  font-size: 20px;
}
#map {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
@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 #376FA4;
  }
  header .headbutton {
    background: #FFE200 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;
  }
  .anchor, .anchor2 {
    display: block;
    position: relative;
    top: -58px;
    visibility: hidden;
}
  #frame1 {
    margin-top: 41px;
    background: url("../img/bd/liposuction.jpg") no-repeat right 18px !important;
    background-size: 252px auto !important;
  }
  #frame1 ul li {
    font-size: 14px !important;
  }
  #frame1.man {
    background: url("../img/bd/man.jpg") no-repeat right 18px !important;
    background-size: 252px auto !important;
  }
  #frame1 .ver {
    display:none;
  }
  #frame1 .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  #frame1 .section-heading h1 {
    font-size: 28px;
    text-shadow: 1px 1px 1px #FFF;
    padding-left: 5px;
  }
  #frame1 .section-heading h2 {
    margin-top: 10px;
    padding-left: 5px;
    font-size: 22px;
  }
  #frame1 .section-heading h2 span {
  	display: block;
  }
  #frame1 .section-heading p {
    font-size: 14px;
    text-shadow: 1px 1px 0px #FFF;
    padding-left: 5px;
  }
  #frame1 .section-heading .strong {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 16px;
    padding: 5px 5px;
    border-radius: 6px;
  }
  #frame1 .frame1-body {
    margin-top:0px;
  }
  #frame1 .bestclinic {
    font-weight: 600;
    font-size: 20px;
  }
  #frame1 .frame1-button {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 0px;
    padding: 9px 19px !important;
  }
  #frame2 .row {
    margin-left: -10px;
    margin-right: 0px;
  }
  #frame2 .feature-1-body, .feature-2-body, .feature-3-body {
    font-size: 14px;
  }
  #frame1 .subscribe {
    font-size: 16px;
    padding-left: 5px;
  }
  #frame3 h4 {
    font-size: 20px;
    font-weight: 400;
    padding: 0px 15px;
  }
  #frame3 p {
    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, #frame13 .section-heading, #frame14 .section-heading, #frame15 .section-heading, #frame16 .section-heading {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 19px;
  }
  #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, #frame11 .section-heading p, #frame12 .section-heading p, #frame13 .section-heading p, #frame14 .section-heading p, #frame15 .section-heading p, #frame16 .section-heading p {
    font-size: 17px;
  }
  #frame3 .temp-image {
    width: 100%;
  }
  #frame4 .row p {
    font-size: 14px;
    padding: 10px 10px 200px 10px;
  }
  #frame4 .info4 {
    background: url("../img/bd/info4.jpg") no-repeat 3px bottom;
    margin: 0px 0px 10px 0px;
  }
  #frame4 .info5 {
    background: url("../img/bd/info5.jpg") no-repeat 3px bottom;
    margin: 0px 0px 10px 0px;
  }
  #frame4 .infovibro {
    background: url("../img/bd/infovibro.jpg") no-repeat 3px bottom;
    margin: 0px 0px 10px 0px;
  }
  #frame4 .info6 {
    background: url("../img/bd/info6.jpg") no-repeat 3px bottom;
    margin: 0px 0px 10px 0px;
  }
  #frame5 {
    background: none;
    padding-bottom: 30px;
  }
  #frame5 h4 {
    font-weight: 400;
    font-size: 17px;
  }
  #frame5 p {
    font-size: 14px;
    font-weight: 400;
  }
  #frame5 .inside {
    background: none;
    box-shadow: none;
    border: 3px solid rgb(224, 224, 224);
  } 
  #frame6 h3 {
    font-size: 16px;
  }
  #frame6 .section-heading:last-child {
    margin-top: 0px;
  }
  #frame6 .section-heading p {
    font-size: 16px;
    margin: 5px 10px;
  }
  #frame6 .bot-btn {
    font-size: 20px;
  }
  #frame6 .ver {
    display: none;
  }
  #frame6 .slider1-1 {
    height: 2500px;
  }
  #frame6 .slider1-2 {
    width: 1300px;
    height: 2300px;
    margin-left: 0px;
  }
  #frame6 .slide-header {
    font-size: 60px;
    width: 1210px;
    line-height: 60px;
  }
  #frame6 .slide-patient {
    width: 1000px;
    top: 153px;
    font-size: 70px;
  }
  #frame6 .slide-image {
    position: absolute;
    width: 1300px;
    height: 1300px;
    left: 10px;
    bottom: 0px;
    top:1000px;
  }
  #frame6 .slide-body {
    width: 1200px;
    height: 540px;
    top: 255px;
    left: 30px;
    font-size: 54px;
  }
  #frame6 .row {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  #frame6 .slide-image img {
    width: 1300px;
  }
  #frame6 .jssorb21 div {
    margin-right: 200px;
    width: 130px;
    height: 130px;
    font-size: 50px;
    line-height: 95px;
    font-size: 70px;
    line-height: 120px;
    margin-top: 32px;
  }
  #frame6 .jssora21l {
    top: 900px;
    left: 40px;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2); 
    -o-transform: scale(2);
  }
  #frame6 .jssora21r {
    top: 900px;
    right: 40px;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2); 
    -o-transform: scale(2);
    height: 58px; 
  }
  #frame6 .bot-btn {
    font-size: 20px;
  }
  #frame7 .bytdaev-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  #frame7 .bytdaev-left {
    padding-left: 10px;
    padding-right: 0px;
  }
  #frame7 .bytdaev-right {
    background: url("../img/bd/bytdaev360.jpg") no-repeat bottom left;
    height: 429px;
    background-size: 450px auto;
  }
  #frame7 #certslider {
    margin: 0 auto;
    padding-top: 10px;
    width: 270px;
  }
  #frame7 .arrow.next {
    left: 257px;
  }
  #frame7 .arrow.prev {
    left: -24px;
    right: 0;
  }
  #frame7 .row {
    border-bottom: 1px solid #DBDDDD;
  }
  #frame7 .bytdaev-info i {
    padding-bottom: 10px;
    display: inline-block;
  }
  #frame8 .bytdaev-left {
    background: transparent url("../img/bd/bytdaev360.jpg") no-repeat scroll left bottom;
    background-size: 430px auto;
  }
  #frame8 .bytdaev-right, #frame8 .dudnic-left {
    padding-left: 10px;
  }
  #frame8 .row:last-child .col-md-6:last-child, #frame8 .row:last-child .col-sm-6:last-child {
    display: none;
  }
  #frame8 .mobile360 {
    display: block;
    padding-left: 0px;
  }
  #frame8 .dudnic-right {
    background: transparent url("../img/bd/dudnic360.jpg") no-repeat scroll right bottom;
    background-size: 517px auto;
  }
  #frame8 .video-js {
    width: 300px;
    height: 200px;
  }
  #frame8 .noborder {
    padding-left: 5px;
    padding-right: 5px;
  }
  #frame8 .row {
    border-bottom: 1px solid #DBDDDD;
  }
  #frame8 .row:last-child {
    border-bottom: none;
    background: none;
  }
  #frame9 .row-p {
    padding-bottom: 0px;
  }
  #frame9 .steps {
    margin-bottom: 15px;
  }
  #frame9 .after {
    font-size: 15px;
  }
  #frame10 {
    background: none;
    border-bottom: 1px solid #DBDDDD;
    padding-bottom: 15px;
  }
  #frame10 ul {
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #frame10 #clinicslider {
    display: block;
  }
  #frame10 #clinicslider ul li {
    background: none;
    padding-left: 0px;
  }
  #frame10 ul img {
    max-width: 640px;
    width: 100%;
  }
  #frame10 ul li {
    background: url("../img/bd/check2.png") no-repeat 0px 2px;
    line-height: normal;
    font-size: 16px;
  }
  #frame10 .tour-benefits {
    margin-top: -60px;
  }
  #frame10 .slideme {
    max-width: 640px;
    height: 222px;
    width: 100%;
  }
  #frame10 .col-md-6:last-child, #frame10 .col-sm-6:last-child {
    display: none;
  }
  #frame10 .section-heading {
    position: relative;
    right: 0px;
    text-align: center;
    padding-top: 0px;
    top: -10px;
    padding-bottom: 45px;
  }
  #frame10 .row {
    background: none;
    background-size: 343px auto;
    padding-top: 0px;
  }
  #frame10 .conditions-2 {
    display: none;
  }
  #frame10 .arrow-right {
    display: none;
  }
  #frame10 .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: auto auto;
    background-size: 303px auto;
    left: 5px;
    top: 90px;
  }
  #frame10 .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: auto auto;
    background-size: 303px auto;
    right: 5px;
    top: 90px;
  }
  #frame11 .malkarov-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  #frame11 .malkarov-left {
    padding-right: 0px;
  }
  #frame11 .malkarov-right {
    background: url("../img/bd/malkarov-big.jpg") no-repeat bottom left;
    height: 420px;
    background-size: 520px auto;
  }
  #frame11 #certslider {
    margin: 0 auto;
    padding-top: 10px;
    width: 270px;
  }
  #frame11 .arrow.next {
    left: 257px;
  }
  #frame11 .arrow.prev {
    left: -24px;
    right: 0;
  }
  #frame12 {
    background: #fff;
  }
  #frame12 .slider1-1 {
    height: 2500px;
  }
  #frame12 .slider1-2 {
    width: 1300px;
    height: 2300px;
    margin-left: 0px;
  }
  #frame12 .slide-header {
    font-size: 80px;
    width: 985px;
    text-align: center;
    margin-left: -120px;
  }
  #frame12 .slide-patient {
    width: 1000px;
    top: 220px;
    font-size: 70px;
  }
  #frame12 .slide-image {
    margin-top: 150px;
    margin-left: 100px;
  }
  #frame12 .slide-image img {
    width: 800px;
    margin-left: 175px;
  }
  #frame12 .slide-body {
    width: 1230px;
    top: 1100px;
    left: 66px;
    font-size: 54px;
  }
  #frame12 .fszs {
    font-size: 49px;
    top: 960px;
  }
  #frame12 .row {
    height: auto;
  }
  #frame12 .jssorb21 div {
    margin-right: 200px;
    width: 130px;
    height: 130px;
    font-size: 50px;
    line-height: 95px;
    font-size: 70px;
    line-height: 120px;
    margin-top: 32px;
  }
  #frame12 .jssora21l {
    top: 550px;
    left: 40px;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2); 
    -o-transform: scale(2);
  }
  #frame12 .jssora21r {
    top: 550px;
    right: 40px;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2); 
    -o-transform: scale(2);
    height: 58px; 
  }
  #frame13 h3 {
    font-size: 21px;
  }
  #frame13 .notice {
    margin-bottom: 10px;
  }
  #frame13 .notice p {
    font-size: 17px;
  }
  #frame13 .priceabout p {
    font-size: 14px;
  }
  #frame13 .bot-btn {
    font-size: 20px;
  }
  #frame13 .first::after {
    content: "+";
    color: #ff4f87;
    font-size: 40px;
    margin-top: -13px;
    text-align: center;
    position: relative;
    right: 0;
    top:0;
    display: block;
  }
  #frame13 .second::after {
    content: "=";
    color: #ff4f87;
    font-size: 40px;
    margin-top: -13px;
    text-align: center;
    position: relative;
    right: 0;
    top:0;
    display: block;
  }
  #frame14 {
    background: none;
  }
  #frame14 h3 {
    padding-left: 26px;
    margin-top: 20px;
  }
  #frame14 .row {
    background: transparent url("../img/bd/patient.jpg") no-repeat scroll left top;
    background-size: 343px auto;
    padding-top: 227px;
  }
  #frame14 .col-md-6, .col-sm-6 {
    border-bottom: none;
  }
  #frame14 ul {
    width: 100% !important;
    padding-left: 0px !important;
  }
  #frame14 ul {
    margin-top: 0px;
  }
  #frame14 p {
    font-size: 14px;
  }
  #frame15 .container {
    width: 100%;
  }
  #frame15 .answer {
    position: static;
    width: 100%;
  }
  #frame15 .questions, .answers {
    display: none;
  }
  #frame15 .question {
    width: 300px;
  }
  #frame15 .m-center {
    text-align: center;
  }
  #frame15 .question-active {
    border-bottom: none;
  }
  #frame15 .qa-button {
    margin: 20px 0px 0px 0px;
    padding: 8px 29px;
    float:none;
    font-size: 20px;
  }
  #frame15 .questions-answers {
    padding-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #frame16 p {
    margin-left:0px;
  }
  #frame17 h3 {
    font-size: 16px;
  }
  #frame18 {
    padding-top: 20px;
  }
  #frame18 h2 {
    text-align: left;
    padding-left: 0px;
    margin-top: -10px;
  }
  #frame18 .contacts-bot {
    width: 100%;
    border: none;
    position: relative;
    background: #fff;
    padding: 0px 0px 10px 0px;
  }
  #frame18 .contacts-left {
    margin-top: 0;
    width: 100%;
  }
  #frame18 .phone-number-d a {
    font-size: 32px;
  }
  #frame18 h2, #frame18 .contacts-bot, #frame18 .phone-number-d a {
    font-weight: 400;
  }
  #frame18 .phone-number-d {
    font-size: 36px;
    font-weight: 400;
  }
  #frame18 .address-bot {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #frame18 .subscribe-bot {
    width: 100%;
  }
  #frame18 .bot-btn {
    font-size: 16px;
    padding: 9px 20px !important;
  }
  #frame18 .order-text {
    width: 100%;
    font-size: 20px;
  }
  #frame18 .subscribe-ok {
    font-size: 22px;
    line-height: 1;
    width: 100%;
    float:none;
  }
  #frame18 #map {
    display:none;
  }
  #emptysection {
    height:0px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .vcenter {
   display: inline-block !important;
   vertical-align: middle !important;
   float: none !important;
  }
  .modal-dialog.pd {
    width: 94%;
    margin-top: 50px;
  }
  .footer-ob {
    width: 100%;
    position: relative;
  }
  .last-label {
    margin-top: -10px !important;
  }
}
@media screen and (min-width: 260px) and (max-width: 320px) {
  h2 {
    font-size: 20px;
  }
  #frame1 .section-heading .strong {
    font-size: 14px;
  }
  #frame1 .frame1-button {
    padding: 9px 20px !important;
  }
  #frame2 .feature-1-body, .feature-2-body, .feature-3-body {
    width: 215px;
    padding-left: 5px;
  }
  #frame7 .bytdaev-right {
    background-size: 435px auto;
    height: 400px
  }
  #frame8 .dudnic-right {
    background-size: 500px auto;
    height: 410px;
  }
  #frame10 ul li {
    font-size: 14px;
  }
  #frame13 h3 {
    font-size: 18px;
  }
  #frame13 .notice {
    font-size: 14px;
  }
  #frame13 span {
    font-size: 23px;
  }
  #frame16 img {
    width: 100%;
  }
  #zayavka_form .col-xs-8, #zayavka_form2 .col-xs-8 {
    padding: 0px;
    width: 165px;
    margin-left: 10px;
  }
  #zayavka_form .control-label, #zayavka_form2 .control-label {
    padding: 0px;
    width: 88px;
    margin-left: 10px;
  }
  #zayavka_form .col-sm-offset-3 {
    text-align: center;
  }
  #zayavka_form .btn.btn-lg {
    font-size: 20px !important;
    margin-right: 0px;
  }
  .modal-dialog {
    margin-top: 100px;
  }
  .popup-btn {
    padding: 9px 22px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
  #frame1 {
    background: url("../img/bd/liposuction.jpg") no-repeat right -88px top 15px !important;
    background-size: 252px auto !important;
  }
  #frame1 .section-heading h1 {
    margin-top: 60px;
    width: 200px;
  }
  #frame1 .section-heading p {
    width: 180px;
    margin-bottom: 0px;
  }
  #frame1 .section-heading .strong {
    width: 290px;
  font-weight: 400;
  background: none;
  font-size: 14px !important;
  margin-top: -5px;
  }
}
@media screen and (min-width: 414px) and (max-width: 767px) {
  #frame1 {
    background: url("../img/bd/liposuction.jpg") no-repeat right -58px top 10px !important;
    background-size: 252px auto !important;
  }
  #frame1 .section-heading h1 {
    margin-top: 22px;
    width: 200px;
  }
  #frame1 .section-heading .strong {
    width: 290px;
  font-weight: 400;
  background: none;
  font-size: 14px !important;
  }
  #frame1 ul li {
    font-size: 15px !important;
  }
  #frame1 .section-heading p {
    width: 220px;
  }
  #frame1 .section-heading .strong {
    margin-top: -7px;
    font-size: 15px;
  }
  #frame2 .features {
    padding: 35px 0px 30px 0px;
  }
  #frame3 .container, #frame4 .container, #frame5 .container, #frame6 .container, #frame9 .container, #frame12 .container, #frame13 .container, #frame15 .container, #frame16 .container, #frame18 .container {
    width: 360px;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  #frame1 .section-heading h1 {
    margin-top: 30px;
    width: 320px;
  }
  #frame1 .section-heading p {
    width: 420px;
  }
  #frame1 .section-heading .strong {
    margin-top: 15px;
    font-size: 15px;
    width: 350px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 12px 8px;
  }
  .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;
  }
  #frame1 .container {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #frame2 .feature-1-body, .feature-2-body, .feature-3-body {
    font-size: 15px;
    width: 235px;
  }
  #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, #frame13 .section-heading, #frame14 .section-heading, #frame15 .section-heading, #frame16 .section-heading {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #frame3 h4 {
    font-size: 15px;
    height: 51px;
  }
  #frame3 p {
    font-size: 14px;
    text-align: center;
  }
  #frame4 .row p {
    font-size: 14px;
  }
  #frame5 {
    padding-bottom: 0px;
  }
  #frame5 h4 {
    padding: 0px 10px;
  }
  #frame5 p {
    font-size: 14px;
    padding: 5px 8px;
  }
  #frame6 h3 {
    font-size: 22px;
  }
  #frame6 .section-heading p {
    font-size: 18px;
  }
  #frame6 .section-heading:last-child {
    margin-top: -55px;
  }
  #frame7 .bytdaev-info {
    padding-left: 0px;
  }
  #frame7 .bytdaev-right {
    background: none;
  }
  #frame7 .row {
    background: transparent url("../img/bd/bytdaev360.jpg") no-repeat left bottom;
    background-size: 492px auto;
  }
  #frame8 {
    border-bottom: 1px solid #000;
  }
  #frame8 .row:last-child {
    background: url("../img/bd/dudnic360.jpg") no-repeat bottom right;
    background-size: 580px auto;
  }
  #frame9 .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #frame9 .steps {
    height: 355px;
  }
  #frame9 .after {
    font-size: 14px;
  }
  #frame10 .container {
    background: -webkit-linear-gradient(right, rgba(255,255,255,1), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, rgba(255,255,255,1), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right, rgba(255,255,255,1), rgba(255, 255, 255 ,0));
    background: linear-gradient(to right, rgba(255,255,255,1), rgb(255, 255, 255, 0));
  }
  #frame10 ul li {
      text-shadow: 1px 1px 1px #fff;
      color: #151515;
      line-height: normal;
  }
  #frame10 ul {
    padding-bottom: 12px;
    padding-top: 140px;
  }
  #frame10 .section-heading {
    right: -45%;
  }
  #frame11 .malkarov-info {
    padding-left: 0px;
  }
  #frame11 .arrow.next {
    left: 320px;
  }
  #frame11 .malkarov-right {
    background: none;
  }
  #frame11 .row {
    background: transparent url("../img/bd/malkarov-big.jpg") no-repeat left bottom;
    background-size: 492px auto;
  }
  #frame12 .row {
    height: 320px;
  }
  #frame12 .fszs {
    font-size: 18px;
  }
  #frame13 .notice p {
    font-size: 18px;
    color: #888;
  }
  #frame14 {
    background: url("../img/bd/patient.jpg") no-repeat -176px 0px;
  }
  #frame14 h4 {
    font-size: 16px;
  }
  #frame14 p {
    font-size: 14px;
    line-height: 16px;
  }
  #frame14 .container {
    background: -webkit-linear-gradient(right, rgba(255,255,255,0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255, 255, 255 ,1));
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255, 1));
  }
  #frame14 ul li {
    padding-bottom: 0px;
  }
  #frame15 .container {
    width:100%;
  }
  #frame15 .answer {
    width: 373px;
    right: -5px;
  }
  #frame15 .question {
    width: 360px;
    margin-left: 10px
  }
  #frame15 .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #frame15 .qa-button {
    margin-top: -13px;
    margin-right: 5%;
  }
  #frame16 p {
    margin-left: 0px;
    height: 70px;
  }
  #frame16 img {
    width: 100%;
  }
  #frame17 h3 {
    font-size: 20px;
  }
  #frame18 .contacts-bot, #frame18 .contacts-left, #frame18 .subscribe-bot, #frame18 .order-text {
    width: 330px;
  }
  #frame18 .phone-number-d {
    font-size: 30px;
  }
  #frame18 .address-bot {
    font-size: 15px;
  }
  #frame18 .contacts-left {
    margin-top: 89px;
  }
  #frame18 .bot-btn {
    font-size: 18px;
  }
  #frame18 .mid {
    width: 19%;
  }
  #frame18 input {
    margin-bottom: 20px;
  }
  .modal-dialog.pd {
    width: 94%;
    margin-top: 50px;
  }
  .footer-ob {
    font-size: 10px;
    width: 100%;
    bottom: -14px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
  header .navbar-default ul.navbar-nav li a {
    padding: 12px 21px;
  }   
  #frame1 {
    background: url("../img/bd/liposuction.jpg") no-repeat right -450px center;
  }
  #frame1 .container {
    background: none;
  }
  #frame1 .section-heading .strong {
    font-size: 16px;
  }
  #frame1 .section-heading p {
    font-size: 20px;
  }
  #frame3 p {
    text-align: justify;
  }
  #frame4 .row p {
    font-size: 16px;
  }
  #frame5 h4 {
    padding: 0px 45px;
  }
  #frame8 .dudnic-right {
    height: 495px;
  }
  #frame10 .arrow-left {
    top: 210px;
  }
  #frame10 .arrow-right {
    top: 210px;
  }
  #frame11 .malkarov-right {
    height: 480px;
  }
  #frame11 .row {
    background: transparent url("../img/bd/malkarov-big.jpg") no-repeat left bottom;
    background-size: 575px auto;
  }
  #frame12 .test2 {
    background: none;
  }
  #frame15 .answer {
    width: 50%;
  }
  #frame15 .qa-button { 
    margin-right: 7%;
  }
  #frame18 .mid {
    width: 30%;
  }
  .footer-ob {
    position: absolute;
    bottom: -14px;
    top: auto;
  }
} 
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #frame1 {
    background: url("../img/bd/liposuction.jpg") no-repeat right -250px center;
  }
  #frame1 .section-heading h1 {
    font-size: 45px;
  }
  #frame1 .section-heading p {
    font-size: 17px;
  }
  #frame2 .feature-1-body, .feature-2-body, .feature-3-body {
    width: 260px;
  }
  #frame1 .section-heading .strong {
    font-size: 17px;
  }
  .footer-ob {
    position: absolute;
    font-size: 9px;
    bottom: 0;
    top: auto;
    left: 0px;
    width: 425px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1750px) {
    #frame1 {
    background: url("../img/bd/liposuction.jpg") no-repeat right -320px center;
  }
}