@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: #000;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', Arial, sans-serif;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 26px;
  font-weight: 600;
}
a {
  color: #015494;
}
p {
  color: #58595b
}
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 #79BCE8;
  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: #79BCE8 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;
  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;
  font-size: 18px;
  line-height: 1.33;
}
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: #4D9ADB 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: #f390b0;
  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: #4D9ADB;
  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;
}
#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,
#frame15 .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,
#frame15 .section-heading p {
  font-size: 22px;
  color: #E7658F;
  font-weight: 400;
}
#frame1,
#frame2,
#frame3,
#frame4,
#frame5,
#frame6,
#frame7,
#frame8,
#frame9,
#frame10,
#frame15,
#frame22 {
  border-bottom: 1px solid #DBDDDD;
}
#frame1 {
  margin-top: 16px;
  margin-top: 16px;
  background: url("../img/bd/frame1-bg.png") no-repeat center center;
  background-size: 100%;
}
#frame1 .section-heading h1 {
  font-size: 35px;
  margin-bottom: 0;
  margin-top: 33px;
}
#frame1 .frame1-body {
  margin-bottom: 30px;
  margin-top: 30px;
}
#frame1 .container {
  transition: background-image 1s ease-in-out;
  -moz-transition: background-image 1s ease-in-out;
  -webkit-transition: background-image 1s ease-in-out;
  -ms-transition: background-image 1s ease-in-out;
}
#frame1 .container a {
  text-decoration: underline;
}
#frame1 .bw {
  height: 456px;
}
#frame1 .bw img {
  width: 529px;
}
#frame1 .section-heading p {
  font-size: 25px;
  color: #58595b;
  font-weight: 400;
}
#frame1 ul {
  max-width: 580px;
}
#frame1 ul li {
  font-size: 18px !important;
  background: url("../img/bd/check.png") 0px 15px no-repeat;
  padding-top: 12px;
}
#frame1 #slidetounlock {
  width: 300px;
  padding: 5px 5px 6px 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #F390B0;
  border: 1px solid #E7658F; 
  overflow: hidden; 
  -webkit-user-select: none;
}
#frame1 #slidetounlock h2 {
  background: url('../img/bd/button.gif') no-repeat -10px -5px;
  color:#fff;
  font-size: 30px;
  font-weight: 300;
  padding: 0;
  width: 200%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-text-size-adjust: none;
}
#frame1 #slider {
  background: url(../img/bd/arrow.png) no-repeat 0px 0px;
  background-size: 60px auto;
  width: 60px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  margin-left: 12px;
}
#frame2 {
  font-size: 18px;
  height: 650px;
  color: #000;
  background: #f7f7f7;
}
#frame2 .row {
  padding-bottom: 10px;
}
#frame2 .col-md-8 {
  padding-left:190px;
  height: 140px;
  line-height: 25px;
  border: 2px solid #f390b0;
  border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
#frame2 .col-md-8 div {
  display: table-cell;
  height: 140px;
  vertical-align: middle;
  padding-bottom: 4px;
}
#frame2 .circle1 {
  background: url('../img/bd/circle1.jpg') no-repeat 25px center #fff;
  background-size: 140px auto;
}
#frame2 .circle2 {
  background: url('../img/bd/circle2.jpg') no-repeat 25px center #fff;
  background-size: 140px auto;
}
#frame2 .circle3 {
  background: url('../img/bd/circle3.jpg') no-repeat 25px center #fff;
  background-size: 140px auto;
}
#frame3 {
  background: #fff;
  padding-bottom: 40px;
}
#frame3 .li-body {
  margin-top:10px;
  color: #58595b;
  height: 230px;
}
#frame3 .li-header {
  font-size: 18px;
  margin-top: 15px;
}
#frame3 ul li {
  background: url("../img/bd/check.png") no-repeat 0px 2px;
}
#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 header h1:after {
  background: #66cdcc;
}
#frame4 {
  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;    
}
#frame4 #photoslider {
  display: block;
  max-width: 1200px;
}
#frame4 #photoslider ul li {
  background: none;
  padding-left: 0px;
}
#frame4 .section-heading p {
  color: #58595b;
}
#frame4 .under {
  cursor: pointer;
  font-size: 22px;
  text-decoration: underline;
}
#frame4 .active {
  color: #E7658F;
  text-decoration: underline;
}
#frame4 ul img {
  max-width: 1000px;
  width: 100%;
}
#frame4 .slideme {
  max-width: 1000px;
  height: 420px;
  width: 100%;
  margin: 0 auto;
}
#frame4 .arrow.next {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 55px;
  border: none;
  background: transparent url("../img/a21.png") no-repeat scroll -58px -28px;
  background-size: 369px auto;
  right: 10px;
  top: 152px;
}
#frame4 .arrow.prev {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 55px;
  border: medium none;
  background: transparent url("../img/a21.png") no-repeat scroll -112px -28px;
  background-size: 369px auto;
  left: 10px;
  top: 152px;
}
#frame4 .ver {
  text-align: center;
  padding-bottom: 30px;
  margin-top: -30px;
  color: #58595b;
}
#frame5 #certslider {
  display: block;
  width: 320px;
  margin-left: 30px;
  margin-top: 15px;
}
#frame5 #certslider ul li {
  background: none;
  padding-left: 0px;
}
#frame5 ul img {
  max-width: 640px;
  width: 100%;
}
#frame5 .slideme {
  max-width: 640px;
  height: 222px;
  width: 100%;
}
#frame5 .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;
}
#frame5 .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;
}
#frame5 .malkarov-right {
  background: url("../img/bd/malkarov.jpg") no-repeat bottom right;
  height: 445px;
 // background-size: 544px;
}
#frame5 .malkarov-info {
  padding-left: 105px;
}
#frame5 p {
  font-size: 16px;
}
#frame6 .action {
  border: 20px solid #4D9ADB;
  padding: 0px 22px 20px 15px;
  font-size: 18px;
  margin-bottom: 30px;
}
#frame6 h2 span {
  color: #ff0000;
  text-decoration: none;
}
#frame6 .action h3 {
  font-size: 21px;
}
#frame6 span {
  text-decoration: line-through;
  font-weight: 600;
  color: #58595b;
  font-size: 36px;
}
#frame6 .comment {
  font-size: 22px;
}
#frame6 .comment a {
  text-decoration: underline;
}
#frame6 .comment a:hover {
  text-decoration: none;
}
#frame6 .price {
  color: #e7658f;
  font-weight: 600;
  font-size: 36px;
}
#frame6 .awrap {
  text-align: center;
}
#frame6 .action-button {
  font-size: 20px;
  margin-top: 15px;
}
#frame6 .action-button:hover {
  background-color: #ffe200;
  border-color: #ffe200;
}
#frame6 .oferta {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
#frame7 {
  background: #f7f7f7;
}
#frame7 ul {
  padding-top:15px;
  padding-bottom:36px;
  padding-left:120px;
}
#frame7 ul li {
  background: transparent url("../img/bd/check.png") no-repeat scroll 0px 7px;
  line-height: 35px;
  color:#000;
  text-shadow:1px 1px 0px #fff;
}
#frame7 h2, #frame7 p {
  text-shadow: 1px 1px 1px #fff;
}
#frame7 .col-md-3 {
  height: 200px;
  padding-top: 30px;
}
#frame7 .col-md-4 {
  height: 200px;
  padding-top: 30px;
  margin-bottom: 40px;
}
#frame7 p {
  font-size: 16px;
}
#frame7 .inc5 {
  padding-left: 200px;
}
#frame7 .inc7 {
  padding-right: 200px;
}
#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:#6e6f71;
  background: url("../img/bd/check.png") no-repeat 0px 8px;
  line-height: 32px;
}
#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;
}
#frame8 .conditions {
  height:325px;
}
#frame8 .conditions-2 {
  margin-bottom: 53px;
}
#frame8 .cond-sq {
  display: inline;
  background: #F390B0 none repeat scroll 0% 0%;
  border: 1px solid #f390b0;
  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%;
}
#frame8 .cond-sq:hover {
  color: #F390B0;
  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;
}
#frame8 .cond-active {
  color: #F390B0;
  background: #fff;
}
#frame8 #clinicslider {
  display: none;
}
#frame9 .license-1 img, #frame9 .license-2 img {
  width: 100%
}
#frame9 .license-name {
  font-size: 25px;
  color: #000;
  padding: 10px 0px;
}
#frame9 .row {
  padding-bottom: 25px;
}
#frame9 p {
  margin-left:30px;
  color:#000;
}
#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 #e8658f;
  background: #fff;
}
#frame10 .answer-active {
  display: block;
}
#frame10 .question-active {
  border-bottom: 1px solid #e8658f;
  color: #e7659d;
}
#frame10 .qa-button {
  background: #4d9adb;
  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;
}
#frame20 {
  background: #4D9ADB;
}
#frame20 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 20px 0px 30px;
}
#frame30 {
  background: #4D9ADB;
}
#frame30 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 20px 0px 30px;
}
#frame11 {
  height:500px;
  padding-top: 20px;
}
#frame11 .col-md-6, .col-sm-6 {
  border: none;
}
#frame11 h2, #frame11 .contacts-bot {
  text-shadow: 1px 1px 0px #fff;
}
#frame11 .contacts-bot {
  width: 361px;
  margin: 0px auto;
  text-align: left;
}
#frame11 .phone-tag {
  color: #025595;
  font-size: 20px;
}
#frame11 .phone-number-d {
  color: #1d1d1d;
  font-size: 37px;
}
#frame11 .address-tag {
  color: #025595;
  font-size: 20px;
  margin-bottom: 10px;
}
#frame11 .address-bot {
  color: rgb(0, 0, 0);
  font-size: 18px;
}
#frame11 .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;
}
#frame11 .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 57px;
  background: #F7F7F7 none repeat scroll 0% 0%;
  position: absolute;
}
#frame11 .sub1 {
  padding: 30px 30px 0px;
  border-bottom: 1px solid #dadbdc;
}
#frame11 .sub2 {
  padding: 25px 30px 10px;
}
#frame11 input {
  margin-bottom: 30px;
  font-weight: 400;
}
#frame11 .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;
}
#frame11 form .form-control:focus {
  color:#1d1d1d;
}
#frame11 .contacts-f {
    margin-top: 18px;
}
#frame11 .subscribe-ok {
  font-size: 24px;
  margin-top: 170px;
  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;
}
#frame11 #map {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
#frame15 {
  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;    
}
#frame15 .row {
  height: 500px;
  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;
}
#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: 770px;
  height: 120px;
  top: 60px;
  left: 300px;
  padding: 5px;
  text-align: left;
  font-size: 18px;
  color: #000;
}
#frame15 .fszs {
  font-size: 17px;
}
#frame15 .slide-image {
  margin-left: 40px;
  margin-top: 30px;
}
#frame15 .slide-image img {
  display: block;
  border: 5px solid #FAC5D7;
  border-radius: 100%;
}
#frame15 .jssorb21 {
  display: none;
}
#frame15 .ver {
  margin-top: -55px;
  text-align: center;
  color: #6e6f71;
}
#frame22 {
  background: #fff;
}
#frame22 .features {
  padding:50px 0px;
}
#frame22 .feature-header {
  color: #1d1d1d;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
}
#frame22 .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%;
}
#frame22 .fe-1-icon {
  background: url("../img/bd/cup.png") no-repeat center center;
  width: 75px;
  height: 75px;
}
#frame22 .fe-2-icon {
  background: url("../img/bd/star.png") no-repeat center center;
  width: 75px;
  height: 75px;
}
#frame22 .fe-3-icon {
  background: url("../img/bd/like.png") no-repeat center center;
  width: 75px;
  height: 75px;
}
#frame22 .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;
}
#myModal2 .popup-btn {
  background: #4d9adb;
}
.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: 15px;
  padding-top: 4px !important;
}
.modal-dialog {
  margin-top:210px;
}
.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: -145px;
  visibility: hidden;
}
.btn {
  -webkit-border-radius: 3em; 
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px -1px #808285;
  -moz-box-shadow: 0px 4px 0px -1px #808285;
  box-shadow: 0px 3px 0px -1px #808285;
  border: none;
  padding: 7px 25px;
  background: #FFE200 none repeat scroll 0% 0%;
  color: #000;
}
.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;
}
.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;
}
.popup-btn {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 9px 39px !important;
  margin-top: 10px;
}
.frame1-button {
  font-size: 20px;
  font-weight: 400;
  padding: 9px 26px !important;
  width: 300px;
  margin-top: 40px;
}
.btn:hover, .btn:focus {
  color:#000;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
  outline-offset: 0;
}
.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;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color:#fff;
}
.section-heading .divider:after {
  background: #66cdcc;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.container {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-toggle {
  margin-bottom:0px;
}
.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;
}
.jssora21l {
  top: 175px;
  left: 18px;
}
.jssora21r {
  top: 175px;
  right: 18px;
}
#emptysection {
  height:50px;
}
#zayavka_success, #zayavka_success2 {
  font-size: 20px;
}
.footer-ob {
  position: relative;
  top: 466px;
  font-size: 10px;
  width: 470px;
  margin: 0 auto;
  background: #f2f2f2;
  color: #4f4944;
  cursor: pointer;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-dialog.pd {
  width: 900px;
  margin-top: 90px;
}
.spd {
color: #303030;
font-size: 13px;
text-decoration:underline;
cursor:pointer;
}
@media screen and (min-width: 260px) and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
  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;
  }
  section .section-heading p 
  {
    font-size: 20px;
  }
  #frame2 .section-heading,
  #frame3 .section-heading,
  #frame4 .section-heading,
  #frame5 .section-heading,
  #frame7 .section-heading,
  #frame8 .section-heading,
  #frame9 .section-heading,
  #frame10 .section-heading, {
    margin-top: 20px;
    margin-bottom:20px;
  }
  #frame1 {
    margin-top: 40px;
    height: 100%;
    background-size: auto;
    background: none;
    padding-bottom: 30px;
  }
  #frame1 .bw-div {
    display: none;
  }
  #frame1 .bw {
    position: absolute;
    height: 259px;
    top: 422px;
  }
  #frame1 .bw img {
    width: 300px;
  }
  #frame1 .container {
    padding-left: 5px;
    padding-right: 5px;
    background: url(../img/bd/minigirl2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
  }
  #frame1 .col-sm-7, #frame1 .col-sm-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #frame1 .ver {
    padding-left: 5px;
  }
  #frame1 ul {
    padding-top: 15px;
    padding-right: 10px;
  }
  #frame1 #slidetounlock {
    margin-left: auto;
    margin-right: auto;
  }
  #frame1 .section-heading h1 {
    font-size: 25px;
    padding-left: 5px;
  }
  #frame1 .section-heading p {
    font-size: 14px;
    padding-left: 5px;
    padding-top: 10px
  }
  #frame1 .frame1-body {
    margin-top: 0px;
    margin-bottom: 15px;
    height: 100%;
  }
  #frame1 .bestclinic {
    font-weight: 600;
  }
  #frame1 .frame1-button {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #frame1 .subscribe {
    font-size: 21px;
    padding-left: 5px;
  }
  #frame2 .circle1, #frame2 .circle2, #frame2 .circle3, #frame2 .circle4 {
    background-position: left center;
    background-size: 137px auto;
    padding-right: 3px;
  }
  #frame2 .row {
    padding-left: 5px;
    padding-right: 5px;
  }
  #frame2 .col-md-8 {
    padding-left: 132px;
    line-height: 14px;
    font-size: 13px;
  }
  #frame4 .slideme {
    height: 190px;
  }
  #frame4 .arrow.next {
    left: 65%;
    right: 0;
  }
  #frame4 .arrow.prev {
    left:20%;
  }
  #frame4 .row {
    height: auto;
    padding-bottom: 50px;
  }
  #frame4 .ver {
    display: none;
  }
  #frame5 .malkarov-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  #frame5 .malkarov-right {
    background: url("../img/bd/malkarov-big.jpg") no-repeat bottom left;
    height: 340px;
    background-size: 445px auto;
  }
  #frame5 #certslider {
    margin: 0 auto;
    padding-top: 10px;
    width: 270px;
  }
  #frame5 .arrow.next {
    left: 257px;
  }
  #frame5 .arrow.prev {
    left: -24px;
    right: 0;
  }
  #frame6 span {
    font-size: 30px;
  }
  #frame7 p {
    padding-top: 5px;
  }
  #frame7 h3 {
    padding-left: 26px;
    margin-top: 20px;
  }
  #frame7 ul {
    padding-left: 26px;
  }
  #frame7 .inc5 {
    padding-left: 0px;
  }
  #frame7 .inc7 {
    padding-right: 0px;
  }
  #frame7 .col-md-6, .col-sm-6 {
    border-bottom: none;
  }
  #frame7 .col-md-3 {
    height: 165px;
  }
  #frame7 .col-md-4 {
    height: 165px;
    margin-bottom: 0px;
  }
  #frame7 .inc7 {
    margin-bottom: 40px;
  }
  #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;
  }
  #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;
  }
  #frame11 {
    padding-top: 20px;
  }
  #frame11 h2 {
    text-align: left;
    padding-left: 30px;
    margin-top: -10px;
  }
  #frame11 .contacts-bot {
    width: 100%;
    border: none;
    position: relative;
    background: #fff;
    padding: 0px 0px 10px 19px;
  }
  #frame11 .phone-number-d a {
    font-size: 32px;
  }
  #frame11 h2, #frame11 .contacts-bot, #frame11 .phone-number-d a {
    font-weight: 400;
  }
  #frame11 .phone-number-d {
    font-size: 36px;
    padding-left: 10px;
    font-weight: 400;
  }
  #frame11 .phone-tag, #frame11 .address-tag {
    padding-left: 10px;
  }
  #frame11 .address-bot {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  #frame11 .subscribe-bot {
    width: 84%;
  }
  #frame11 .bot-btn {
    font-size: 16px;
    padding: 9px 20px !important;
  }
  #frame11 .subscribe-ok {
    font-size: 22px;
    line-height: 1;
    width: 100%;
    float:none;
  }
  #frame11 #map {
    display:none;
  }
  #frame3 .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #frame3 .li-body {
    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;
  }
  #frame15 {
    background: #fff;
  }
  #frame15 .slider1-1 {
    height: 2500px;
  }
  #frame15 .slider1-2 {
    width: 1300px;
    height: 2300px;
    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 {
    margin-top: 150px;
    margin-left: 100px;
  }
  #frame15 .slide-image img {
    width: 800px;
    margin-left: 175px;
  }
  #frame15 .slide-body {
    width: 1230px;
    top: 1100px;
    left: 66px;
    font-size: 54px;
  }
  #frame15 .fszs {
    font-size: 49px;
    top: 945px;
  }
  #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: 550px;
    left: 40px;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2); 
    -o-transform: scale(2);
  }
  #frame15 .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; 
  }
  #frame15 .ver {
    display: none;
  }
  #frame22 .feature-header {
    font-size: 19px;
    font-weight: 400;
  }
  #frame22 .feature-1-body, .feature-2-body, .feature-3-body {
    width: 219px;
  }
  #frame22 .col-md-6:last-child, #frame2 .col-sm-6:last-child {
    border-bottom: none;
  }
  #frame22 .features {
    padding: 50px 0px 20px;
  }
  #frame22 .feature-1-icon, #frame22 .feature-2-icon, #frame22 .feature-3-icon {
    margin-bottom: 22px;
    margin-top: 3px;
    margin-left: 8px;
  }
  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;
  }
  /* what the fuck */
  .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;
  }
  /* what the fuck */
  .btn.btn-lg {
    margin-right: 0px;
  }
  .navbar-collapse {
  max-height: 361px;
  }
  .footer-ob {
    width: 100%;
    top: 0;
  }
  .modal-dialog.pd {
    width: 94%;
    margin-top: 50px;
  }
  .last-label {
    margin-top: -10px !important;
    
  }
  #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;
    margin-left: 10px;
  }
  #zayavka_form .col-md-8, #zayavka_form2 .col-md-8 {
    text-align: center;
  }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
  #frame1 .bw img {
    margin-left: 25px;
  }
  #frame11 .contacts-bot {
    padding-left: 20px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  #frame1 .section-heading h1, h2 {
    font-size: 26px;
  }
  #frame1 .frame1-body {
    height: 100%; 
  }
  #frame2 .col-md-8 {
    height: 129px;
  }
  #frame2 .col-md-8 div {
    height: 126px;
  }
  #frame2 .circle1, #frame2 .circle2, #frame2 .circle3, #frame2 .circle4 {
    background-size: 126px;
  }
  #frame5 h2 {
    padding-left: 5px;
    padding-right: 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 {
    height: 100%;
  }
  #frame1 .ver {
    font-size: 13px;
  }
  #frame1 .bw {
    top: 341px;
  }
  #frame1 .frame1-body {
    height: 100%;
  }
  #frame1 .bw img {
    margin-left: 70px;
  }
  #frame1 .section-heading h1, h2 {
    font-size: 25px;
  }
  #frame2 {
    height: 560px;
  }
  #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 {
    font-size: 17px;
  }
  #frame4 .slideme {
    height: 210px;
  }
  #frame4 .arrow.next, #frame4 .arrow.prev {
    top: 190px;
  }
  #frame1 li, #frame1 .subscribe {
    text-shadow:1px 1px 0px #fff;
  }
  #frame8 ul {
    margin-left: 0px;
    padding-bottom: 10px;
  }
  #frame8 ul li {
    background: transparent url("../img/bd/check2.png") no-repeat scroll 0px 4px;
    line-height: 26px;
    font-size: 14px;
  }
  #frame8 .slideme {
    height: 300px;
  }
  #frame10 .container, #frame12 .container {
    width: 450px;
  }
  #frame10 .answer, #frame10 .question, #frame12 .answer_2, #frame12 .question_2 {
    width: 425px;
    padding-left: 10px;
  }
  #frame10 .answer, #frame10 .answer_2 {
    margin-left: 10px;
  }
  #frame10 .qa-button {
    margin: 20px 0px 0px 20%;
  }
  #frame11 .subscribe-bot {
    width: 440px;
  }
  #frame11 .bot-btn {
    padding: 9px 60px !important;
  }
  #frame11 .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;   
  }
  #zayavka_form .col-xs-8, #zayavka_form2 .col-xs-8  {
    padding: 0px;
    width: 237px;
    margin-left: 11px;
  }
  .form-control {
    font-size: 19px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #frame1 {
    padding-top:0px;
    background-size: 743px auto !important;
    height: 351px;
    text-shadow: 1px 1px 0px #fff;
  }
  #frame1 .frame1-body {
    height: 100%;
  }
  #frame1 .col-sm-7 {
    z-index: 1;
  }
  #frame1 .col-sm-5.bw {
    z-index: 0;
    top: 19px;
  }
  #frame1 .bw img {
    margin-left: 250px;
    width: 383px;
  }
  #frame1 ul li {
    background: url("../img/bd/check.png") 0px 11px no-repeat;
    padding-top: 8px;
  }
  #frame1 #slidetounlock, #frame1 .frame1-button {
    margin-left: 10px;
  }
  #frame4 .slideme {
    height: 250px;
  }
  #frame4 .arrow.next, #frame4 .arrow.prev {
    top: 238px;
  }
  #frame5 .col-md-6, #frame5 .col-sm-6 {
    border-bottom: none;
  }
  #frame5 .malkarov-info {
    padding-left: 287px;
  }
  #frame5 .malkarov-left {
    height: 300px;
    width: 100%;
    top: 0px;
    z-index: -1;
    position: absolute;
  }
  #frame5 .malkarov-right {
    background: url("../img/bd/malkarov-big.jpg") no-repeat bottom left;
    height: 511px;
    background-size: 479px auto;
  }
  #frame5 h3 {
    font-size: 23px;
  }
  #frame5 p {
    font-size: 13px;
  }
  #frame7 .row {
    padding-top: 0px;
  }
  #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;
    font-weight: 300;
    text-shadow: 1px 1px 0px #fff;
    background: transparent url("../img/bd/check2.png") no-repeat scroll 0px 0px;
  }
  #frame8 .conditions-2 {
    display: block;
    margin-left: 17px;
  }
  #frame8 .arrow-right {
    display: block;
    top:145px;
  }
  #frame11 .contacts-bot {
    padding-left: 106px;
  }
  #frame11 h2 {
    padding-left: 115px;
  }
  #frame15 #slider2_container  {
    transform: none;
    margin-top: 0px;
    margin-bottom:-15px;
  }
  #frame15 .jssora21r {
    top: 400px;
    right: 20px;
    transform: scale(1.5);
  }
  #frame15 .jssora21l {
    top: 400px;
    left: 20px;
    transform: scale(1.5);
  }
  #frame15 .slider1-1 {
    height: 830px;
  }
  #frame15 .slider1-2 {
    height: 880px;
  }
  #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;
  }
  #frame15 .slide-image img {
      width: 270px;
      margin-left: -25px;
      margin-top: 94px;
  }
  #frame15 .slide-header {
      font-size: 40px;
      top: 15px;
      left: -73px;
      margin-left: 0px;
      width: 100%;
  }
  #frame15 .slide-body {
      width: 854px;
      top: 80px;
      left: 385px;
      font-size: 28px;
  }
  #frame15 .jssorb21 div {
    font-size: 45px;
    margin-top: 5px;
  }
}

@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;
    font-size: 17px;
  }
  .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 {
    text-shadow: 1px 1px 1px #fff;
    background-size: 1050px;
    overflow: hidden;
  }
  #frame1 .bw img {
    margin-left: -100px;
  }
  #frame1 .section-heading h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #frame1 .section-heading p {
    font-size: 19px;
  }
  #frame1 ul li {
    font-size: 16px !important;
  }
  #frame1 .frame1-body {
    margin-top: 15px;
  }
  #frame2 .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  #frame3 .li-body {
    height: 330px;
  }
  #frame4 .row {
    height: 300px;
  }
  #frame4 .slideme {
    max-width: 670px;
  }
  #frame4 .arrow.prev {
    left: 0px;
    top: 92px;
  }
  #frame4 .arrow.next { 
    right: 0px;
    top: 92px;
  }
  #frame5 .malkarov-right {
    background: none;
  }
  #frame5 .row {
    background: url("../img/bd/malkarov-big.jpg") no-repeat bottom left;
    height: 450px;
    background-size: 540px;
  }
  #frame5 .row h3 {
    font-size: 25px;
  }
  #frame5 #certslider {
    margin-left: 0px;
  }
  #frame5 p {
    font-size: 14px;
  }
  #frame5 .malkarov-info {
    padding-left: 0px;
  }
  #frame6 span {
    font-size: 24px;
  }
  #frame6 .price {
    font-size: 24px;
  }
  #frame6 .comment {
    font-size: 16px;
    height: 40px;
  }
  #frame6 .action-button {
    padding: 7px 14px;
  }
  #frame7 .inc5 {
    padding-left: 0px;
  }
  #frame7 .inc7 {
      padding-right: 0px;
  }
  #frame7 h3, #frame7 ul {
    padding-left: 0px;
    text-shadow:1px 1px 0px #fff;
  }
  #frame7 ul {
    padding-bottom: 13px;
  }
  #frame7 ul li {
    line-height: 29px;
  }
  #frame8 ul li {
    text-shadow:1px 1px 0px #fff;
    color: #151515;
    line-height: 28px;
  }
  #frame8 ul {
    padding-bottom: 12px;
    padding-top: 140px;
  }
  #frame8 .section-heading {
    right: -45%;
  }
  #frame8 .conditions-2 {
    margin-bottom: 22px;
  }
  #frame9 p {
    margin-left: 0px;
  }
  #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%;
  }
  #frame11 {
    height: 560px;
    padding-top: 110px;
  }
  #frame11 .subscribe-bot {
    width: 355px;
  }
  #frame11 .contacts-f {
    margin-top: 91px;
  }
  #frame11 .phone-nubmer {
    font-size: 35px;
  }
  #frame11 .contacts-bot {
    width: 355px;
    margin: 10px auto 0px;
    padding: 29px 22px 64px;
  }
  #frame11 .bot-btn {
    padding: 9px 24px !important;
  }
  #frame15 .row {
    height: 338px;
  }
    #frame22 .feature-1-body, .feature-2-body, .feature-3-body {
    width: 195px;
  }
  .footer-ob {
    position: static;
    font-size: 10px;
    width: 100%;
  }
  .modal-dialog.pd {
    width: 94%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 800px) {
#frame11 .contacts-f {
    margin-top: 91px;
    width: 355px;
}
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
#frame4 .arrow.prev {
    left: 30px;
}
#frame4 .arrow.next {
    right: 30px;
}
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
#frame1 .section-heading h1 {
    font-size: 29px;
}
#frame3 .li-body {
    height: 265px;
}
#frame8 .arrow-left, #frame8 .arrow-right {
  top: 220px;
}
#frame11 .contacts-f {
    margin-top: 55px;
}
#frame11 .order-text {
  margin-left: 120px;
  margin-top: 0px;
  margin-bottom: -8px;
}
#frame11 .subscribe-bot {
  float: right;
}
.footer-ob {
    position: absolute;
    bottom: -14px;
    top: auto;
}
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
  header .navbar-default ul.navbar-nav li a {
    padding: 12px 20px;
  }
  #frame1 {
    overflow: hidden;
  }
  #frame1 .section-heading h1 {
    font-size: 29px;
  }
  #frame5 {
    background: none;
  }
  #frame5 .row {
    background: url("../img/bd/malkarov-big.jpg") no-repeat bottom left;
    height: 450px;
    background-size: 540px;
  }
  #frame5 .malkarov-right {
    background: none;
  }
  #frame5 p {
    font-size: 15px;
  }
  #frame4 .arrow.prev {
    left: -60px;
  }
  #frame4 .arrow.next {
    right: -50px;
  }
  #frame4 .arrow.prev {
    position: absolute;
    z-index: 5;
    width: 50px;
    height: 55px;
    border: medium none;
    background: transparent url("../img/a21.png") no-repeat scroll -112px -28px;
    background-size: 369px auto;
    left: 100px;
    top: 95px;
  }
  #frame4 .arrow.next {
    position: absolute;
    z-index: 5;
    width: 50px;
    height: 55px;
    border: none;
    background: transparent url("../img/a21.png") no-repeat scroll -58px -28px;
    background-size: 369px auto;
    right: 100px;
    top: 95px;
  }
  #frame6 h2 span {
    font-size: 30px;
  }
  #frame6 .action h3 {
    font-size: 16px;
    height: 45px;
  }
  #frame6 span {
    font-size: 30px;
  }
  #frame6 .price {
    font-size: 30px;
  }
  #frame6 .comment {
    font-size: 18px;
    height: 25px;
  }
  #frame8 .conditions-2 {
    margin-bottom: 12px;
  }
  #frame8 .row {
    min-height: 530px;
  }
  #frame9 img {
    width: 100%;
    max-width: 205px;
  }
  #frame9 p {
    margin-left: 0px;
    font-size: 13px;
  }
  #frame10 .row {
    margin-left: 30px;
  }
  #frame10 .answer {
    width: 385px;
    right: 95px;
  }
  #frame10 .qa-button {
    margin-right: 12%;
  }
  #frame11 .contacts-f {
    margin-top: 69px;
    margin-bottom: 5px;
  }
  #frame11 .contacts-bot {
    margin: 8px auto 0px;
    padding: 29px 22px 63px;
  }
  #frame15 {
    height: 540px;
  }
  #frame22 .feature-1-body, .feature-2-body, .feature-3-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-ob {
    position: absolute;
    font-size: 9px;
    bottom: 0;
    top: auto;
    left: 0px;
    width: 425px;
  }
}
@media screen and (min-width: 1240px) {
  #frame11 h2 {
    width:400px;
    position: absolute;
  }
  #frame11 .order-text {
    float:right;
    right:14px;
  }
  #frame11 h2, #frame11 .contacts-bot {
    text-shadow: 1px 1px 0px #fff;
  }
  #frame11 .contacts-bot {
    width: 400px;
    margin: 28px auto 0px;
    text-align: left;
    border: 1px solid #DADBDC;
    border-radius: 10px;
    padding: 29px 29px 57px;
    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;
  }
  #frame11 .phone-tag {
    color: #025595;
    font-size: 20px;
  }
  #frame11 .phone-number-d {
    color: #1d1d1d;
    font-size: 38px;
  }
  #frame11 .address-tag {
    color: #025595;
    font-size: 20px;
    margin-bottom: 10px;
  }
  #frame11 .address-bot {
    color: rgb(0, 0, 0);
    font-size: 19px;
  }
  #frame11 .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;
  }
  #frame11 .contacts-f {
    margin-top: 67px;
  }
}