 --------------------------------

Primary style

-------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300,400italic");
@import url('https://fonts.googleapis.com/css?family=Poiret+One&subset=cyrillic');
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
font-family: 'Open Sans', sans-serif;
color: #000;
}
.modal-body{
  padding: 30px;
}
.modal-header{
  border: none;
}
.modal-content{
  box-shadow: none;
  border: none;
  background: rgba(249, 255, 248, 0.88);
}
blockquote{
  color: black;
font-size: 14px;
font-style: italic;
line-height: 24px;
margin-top: 60px;
}
blockquote:before{
  content: '“';
  color: #c1c1c1;
font-family: Arial;
font-size: 30px;
font-weight: 700;
line-height: 24px;

}
p{
  color: black;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;

}
ul{
  list-style: none;
}
.form-control{
  height: 46px;
background-color: white;
border-radius: 3px;
border: none;
    color: #080808;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    font-family: 'PT Sans', sans-serif;
}
.block-right{
	text-align:right;
}
.heading-sect{
  color: #000000;
font-size: 36px;
font-weight: 700;
margin-bottom: 26px;
}
.heading-block{
  color: #000;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 23px;
}
.btn-default {    font-family: 'PT Sans', sans-serif;
    color: white;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
    border-radius: 3px;
    width: 100%;
    border: none;
	background: #ff7f07;
    margin-top: -2px;
    padding: 14px;
}
.shadow{
 -webkit-box-shadow: -1px 39px 75px -31px rgba(0,0,0,0.76);
-moz-box-shadow: -1px 39px 75px -31px rgba(0,0,0,0.76);
box-shadow: -1px 39px 75px -31px rgba(0,0,0,0.76);
}
strong{
    font-weight: bold;
}
a {
  color: #93a748;
  text-decoration: none;
}


header p#address a{
    border-bottom: 1px dotted;
}
header p#address a:hover{
  text-decoration: none;
}
section.carousel-wrap{
  margin-top: 40px;
  margin-bottom: 30px;

}
section.carousel-wrap .heading-block{
  margin-top: 35px;
}
section.carousel-wrap .item img{
  text-align: center;
  margin-bottom: 15px;
      margin-left: auto;
    margin-right: auto;

}
.carousel-control{
  top: 50px;
  width: 8%;
}
section.carousel-wrap h3{
  line-height: 20px;
  color: #455c43;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
section.carousel-wrap .car-text{

  width: auto;


}
section.carousel-wrap ul li{
  color: #666;
font-size: 13px;
font-weight: 400;
margin-bottom: 5px;
text-align: left;
}
section.carousel-wrap ul li span{
  color: black;
font-size: 13px;
font-weight: 400;
}
section.carousel-wrap ul li:last-child{
  font-style: italic;
}
section.carousel-wrap .carousel-inner > .item {
  -webkit-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
}
section.carousel-wrap .carousel-inner .active.left {
  left: -100%;
}
section.carousel-wrap .carousel-inner .active.right {
  left: 100%;
}
section.carousel-wrap .carousel-inner .next {
  left: 100%;
}
section.carousel-wrap .carousel-inner .prev {
  left: -100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  section.carousel-wrap .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
section.carousel-wrap .carouse-control.left,
section.carousel-wrap .carouse-control.right {
  background-image: none;
}
/* --------------------------------

header

-------------------------------- */
header{
  transition:all ease 1s;
}
header p {
  display: inline-block;
  color: #000000;
    font-size: 24px;
    font-weight: 400;
  line-height: 28px;
  margin-top: 25px;
  margin-right: 15px;
}
.navbar-fixed-top{
  max-width: 100vw;
}
header div#logo{
      margin-top: 10px;
    margin-bottom: 10px;
}
header p.clinic {
    font-size: 16px;
    margin: 5px 0 15px 0;
    /* font-weight: bold; */
	background: #3c763d;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
}
header p.time {
    font-size: 16px;
    margin: 5px 0 0 0;
}
header a.btn{
     margin-top: -30px;
    padding: 10px;
  background-color: #73b120;
background-image: -webkit-linear-gradient(bottom, #73b120 0%, #94dc34 100%);
background-image: -o-linear-gradient(bottom, #73b120 0%, #94dc34 100%);
background-image: linear-gradient(to top, #73b120 0%, #94dc34 100%);
  border-radius: 3px;

  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  border: none;
}
header p#address{
  font-size: 16px;
}
header nav.navbar-default{
  background: #73b120;
  border-bottom: 3px solid #3c763d;
  border: none;
  display: block;
  margin: 0 auto;
}
header nav.navbar-default ul{
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;

}
header nav.navbar-default ul li{
  float: none;
  margin-right: -5px;
  display: inline-block;
  color: white;


}
header nav.navbar-default ul li:hover{

}
.nav>li>a.active,.nav>li>a.active:hover  {
    background: #3c763d;
	color:#fff;
}
header nav.navbar-default ul.navbar-nav li:last-child{
  border: none;
}
header nav.navbar-default ul.navbar-nav>li>a{
  color: #fff;
}
header nav.navbar-default ul.navbar-nav>li>a:hover{
      color: #ffffff;
    background: #3c763d;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{
  background: white;
  color: #5d7a9a;
}
/* --------------------------------

end header

-------------------------------- */

/* --------------------------------

section-2

-------------------------------- */
/*torishniys pravk first-display*/
span.timework-header {font-size: 14px;    line-height: 1.3;}
span.lptracker_phone a{color:#000;}
#sect-3 {background-image: url('../img/firstdisplay/testbackwithpeople.jpg');    background-position-x: 55%;}
.appleboard {background-image: url('../img/firstdisplay/appleboard.png');
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 350px;}
section#sect-3 li {    color: #fff;
    font-family: 'PT Sans', cursive;
}
#teeth #sect-3 {
    background-image: url(../img/firstdisplay/testbackwithpeople2.jpg);
    background-position-x: 100%;
	background-position-y: bottom;
}
#whitening #sect-3 {
    background-image: url(../img/firstdisplay/testbackwithpeople3.jpg);
    background-position-x: 100%;
    background-position-y: bottom;
}
#crown #sect-3 {
    background-image: url(../img/firstdisplay/testbackwithpeople4.jpg);
    background-position-x: 100%;
    background-position-y: bottom;
}
#veneers #sect-3 {
    background-image: url(../img/firstdisplay/testbackwithpeople5.jpg);
    background-position-x: 100%;
    background-position-y: bottom;
}
#children #sect-3 {
    background-image: url(../img/firstdisplay/testbackwithpeople6.jpg);
    background-position-x: 100%;
    background-position-y: bottom;
}
section#sect-3 h3 {    color: #fff;
    font-family: 'PT Sans', cursive;
   text-align: center;
 font-size: 26px;
    padding: 20px;
    font-weight: 600;
}
.title-offer{
	margin: 150px 0 0px 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    border-radius: 8px;
}
.advntg{
    background: #e5e5e5;
    padding: 60px 0;
}
.trigger{
    text-align: center;
}

.trigger img{
 padding:10px;
}
.trigger h3{
     padding: 10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.pages section#sect-3 h3 {
    color: #fff;
    font-family: 'PT Sans', cursive;
    text-align: center;
    font-size: 26px;
    padding: 20px;
    font-weight: 600;
}

.left-with-photo-1 ,.left-with-photo-2,.left-with-photo-3,.left-with-photo-4,.left-with-photo-5,.left-with-photo-6{
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: 0%;}
    .right-with-comics-1,  .right-with-comics-2, .right-with-comics-3,  .right-with-comics-4,  .right-with-comics-5,  .right-with-comics-6
    {background-repeat: no-repeat;
    background-size: 70% auto;
    background-position-x: 100%;
    background-position-y:20% }
.curs{
    margin-top: 28px;
    font-style: italic;
    text-align: center;
}

.left-with-photo-1 {      background-image: url("../img/comics/1pictures.jpg");}
.left-with-photo-3 {      background-image: url("../img/comics/3pictures.jpg");}
.left-with-photo-2 {      background-image: url("../img/comics/2pictures.jpg");}
.left-with-photo-4 {      background-image: url("../img/comics/4pictures.jpg");}
.left-with-photo-5 {      background-image: url("../img/comics/5pictures.jpg");}
.left-with-photo-6 {      background-image: url("../img/comics/6pictures.jpg");}

.right-with-comics-6 {      background-image: url("../img/comics/6apple.png"); }

.right-with-comics-5 {      background-image: url("../img/comics/5apple.png"); }

.right-with-comics-4 {      background-image: url("../img/comics/4apple.png"); }
.right-with-comics-1 {      background-image: url("../img/comics/1apple.png"); }
  .right-with-comics-3 {      background-image: url("../img/comics/3apple.png"); }
  .right-with-comics-2 {      background-image: url("../img/comics/2apple.png");}
.pattern{
   /* background: url("../img/overlay.png");*/

       margin: 0px -15px 0px -15px;
    height: 100vh;
}

.comicinput {
    background: url("../img/comics/input.png");
    /* padding: 23px; */
    background-repeat: no-repeat;
    width: 286px;
    border: none;
    height: 52px;
        padding-left: 10px;
}
.comicbutton {
    background: url("../img/comics/buttom.png");
    /* padding: 23px; */
    background-repeat: no-repeat;
    width: 286px;
    border: none;
    color: #fff;
    height: 52px;
}
.comicform{    background: url("../img/comics/backform.png");
width: 433px;
    height: 349px;}
input,buttom {
    box-shadow: none;
    border: none;
    outline: none;
}
.comicform input, .comicform button{
  margin-top: 20px; margin-left: 20%;
}
.comicform input:first-child{
  margin-top: 85px;
}
/*.col-md-5 .block-stekstom ,.col-md-5  h3.zagalovcomics ,.col-md-5 div#floater{margin-left: -130px;

}*/
section#section-2{
  min-height: 640px;
  height: auto;
  background-image: url(../img/sect-8-row-bg.jpg);
  background-position-x: 45%;
  background-size: cover;
}

section#section-2 .col-md-4, section#section-2 .col-md-5{
  margin-top: 4%;
}
section#section-2 h1{
    color: #455c43;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 25px;
    padding-top: 50px;
    text-align: center;
}
section#section-2 a.btn{
text-shadow: 0.5px 0.9px 1px rgba(1, 1, 1, 0.32);
color: white;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;
background-color: #73b120;
background-image: linear-gradient(to top, #73b120 0%, #94dc34 100%);
border-radius: 3px;
border: none;
padding: 18px 33px;
}
section#section-2 .zindex{
  z-index: 99999;
}
section#section-2 .col-md-5 {
  z-index: 1;
}
section#section-2  img{

      z-index: 2;

   margin-left: -12px;
    margin-top: 8px;

}


section#section-2 h1 span{
  font-size: 48px;
font-weight: 700;
}
section#section-2 h2{
  color: #455c43;
font-size: 30px;
font-weight: 700;
line-height: 39px;

}
section#section-2 p{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'PT Sans', cursive;

}
p.howtobuy {
    display: block;
    margin: 10px auto;
    width: 80%;
}
section#section-2 p span{
  /* Text style for "3000руб." */
font-weight: 700;
}

#section-2 .sertifikat{     margin-bottom: 3px;
    background-image: url("../img/seconddisplay/sertifikat.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
    padding-bottom: 2px;    box-shadow: 1px 1px 3px 3px hsla(0, 0%, 50%, 0.15);
}
section#section-2 ul.grad-list{
  list-style-image: url('../img/sect-1-list-point.png');

}
section#section-2 ul.grad-list li{
  color: #455c43;
    font-size: 17px;
    font-weight: 400;
    line-height: 39px;
    line-height:21px;
    margin-left: 100px;
}
section#section-2 ul.dotted-bg li:nth-child(1){
  position: relative;
  left: -80px;
  margin-bottom: 20px;
}
section#section-2 ul.dotted-bg li:nth-child(2){
  position: relative;
  left: -30px;
}
section#section-2 ul.dotted-bg{
  list-style-image: none;
  background-image: none;
  margin-top: 15%;

}
section#section-2 ul.dotted-bg li{
  background-image: url('../img/sect-1-list-2-big-bg.png');
  width: 260px;
  height: 87px;
    vertical-align: middle;
    padding-top: 10px;
       padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 37px;
    text-align: center;

}
/*section#section-2 ul.dotted-bg li#big{
  background-image: url('../img/sect-1-list-2-big-bg.png');
  height: 87px;
}*/

/* --------------------------------

end-section-2

-------------------------------- */

/* --------------------------------

section-3

-------------------------------- */

/*comics*/
h3.zagalovcomics {
    font-family: 'PT Sans', cursive;
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #73b120;
    font-weight: 600;
}
.right-with-comics {
    height: 100vh;
    padding-top: 5vh;
}

.right-with-comics .fa-2x {
    font-size: 1em;
        margin-left: -30px;
        color: #62ab02;
        font-weight: 400;
}
.right-with-comics img{height: 50%;}

section#sect-3{

  height: auto;
     max-height: 650px;
     top:9%!important;
}
.pages section#sect-3{

	height: auto;
     height: 600px;
     top:9%!important;
}
.service-pages{
padding:60px 0 80px;
}
.prices-pages{
    background: #e5e5e5;
    padding: 60px 0 80px;
	background: url(../img/sect-8-row-bg.jpg) center center;
	    background: #e5e5e5;
}
.pages-block h2.head{
    font-family: 'PT Sans', cursive;
    color: #000;
    margin-top: 13px;
    font-size: 36px;
    font-weight: 700;
	margin-bottom: 13px;
}

p.after_head{
    display: inline-block;
    padding: 15px 15px 15px 20px;
    font-size: 30px;
    line-height: 30px;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #73b120;
    position: relative;
    margin-bottom: 45px;
}
.service-pages  h3 {
    padding: 10px 10px 10px 0;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.enumeration_item{
    border: 1px solid #73b120;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #cbcbcb;
    box-sizing: border-box;
	min-height: 220px;
}
.service-prise {
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 23px 1px;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 19px;
}
.service-prise dt, .service-prise dd {
    float: left;
}
.service-prise dt {
    width: 80%;
}
.service-prise dd {
    width: 20%;
    margin: 0;
    text-align: right;
}
.section-ekskurs{
    padding: 80px 0;
    padding-bottom: 0;
}

section#sect-3 h1{   
	font-family: 'PT Sans', cursive;
  color: #000;  
  margin-top: 13px;
  font-size: 36px;
  font-weight: 700;

}
section#sect-3 .col-md-5 p{
  border-bottom: 2px dotted black;
     width: 330px;
    height: 25px;
color: black;
font-size: 18px;
padding-bottom: 3px;
font-weight: 400;
}
section#sect-3 .col-md-4{
  border-radius: 4px;
  padding: 10px 50px;
  z-index: 100;
}
 .grey-bg{
	background-color: rgba(0, 0, 0, 0.5);
    height: 160px;
    position: relative;
    z-index: 0;
}
.green-bg {
    background-color: rgb(103, 201, 93);
	padding-bottom: 30px;
	height: auto;
}
.pages .grey-bg {
    background-color: rgb(115, 177, 32);
    height: 160px;
    position: relative;
    z-index: 0;
}
.pages .grey-bg h3 {
    color: #fff;
    font-family: 'PT Sans', cursive;
    text-align: center;
    font-size: 26px;
    padding: 20px;
    font-weight: 600;
}

.green-bg h3 {
    color: #fff;
    font-family: 'PT Sans', cursive;
    text-align: center;
    font-size: 25px;
    padding: 20px 0;
    font-weight: 600;
}

section#sect-3  ul{
  list-style-image: url('../img/firstdisplay/sect-3-list-item-white.png');
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #264324;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-left: 50px;
}
@-moz-document url-prefix() {
 section#sect-3  ul {
     font-size: 15px;
  }
}
section#sect-3 .col-md-8 img{
  display: inline-block;
  width:32%;
}
section#sect-3 .family-1{
  width: 198px;
  height: 144px;
  background-image: url('../img/sect-3-family-1.png');
  margin-right: 50px;
}
section#sect-3 .family-1.woman{
  margin-left: 66px;
}
section#sect-3 .family-2{
  width: 246px;
  height: 144px;
  background-image: url('../img/sect-3-family-2.png');
  margin-left: 90px;
}
section#sect-3 .family-1, section#sect-3 .family-2{
  padding-top: 40px;
  padding-left: 15px;
  margin-top: 20px;
}

/* --------------------------------

end-section-3

-------------------------------- */
/* --------------------------------

-section-4

-------------------------------- */

section#sect-4 {

  background-repeat: no-repeat;
  background-position-y:20%;
  background: rgba(115, 177, 32, 0.17);
    margin-bottom: 40px;

}section#sect-4 form input.form-control:first-child{
  width: 45%;
}
section#sect-4 form input.form-control{
  width: 25%;
  display: inline-block;
  border: 1px solid #c7ec30;
  margin-left: 5px;
}
section#sect-4 form button[type="submit"]{
  display: inline-block;
  width: 24%;
  font-size: 16px;
  height: 46px;
  margin-top: -6px;
  padding: 6px;
}
#sect-4 .sertifikat{

    border: 4px solid #c7ec30;
    background-color: #fff;
    padding-bottom: 2px;
    box-shadow: 1px 1px 3px 3px hsla(0, 0%, 50%, 0.15);
    padding: 25px 35px;
}
#sect-4 .sertifikat .center-block img{
  display: inline-block;
      position: relative;
    top: 10px;
    left: 10px;
}
#sect-4 .sertifikat .center-block p{
  display: block;
    width: 80%;
}
#sect-4 .sertifikat h1{
  color: #455c43;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 8px;

    display: inline-block;
}
#sect-4 .sertifikat h1 span{
  font-size: 35px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #c7ec30;
}
section#sect-4 ul.grad-list {
    list-style-image: url("../img/sect-1-list-point.png");
    display: inline-block;
    margin-left: 55px;
    text-align: left;

}
section#sect-4 ul.grad-list li{margin-bottom: 10px;}
#sect-4 .cntr-block{
  display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 90%;
    margin-top: 15px;
}
section#sect-4 form{

  padding: 15px 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
section#sect-4 .col-md-4.col-md-offset-2{
  height: 407px;
background-color: #cee632;
border-radius: 4px;
padding: 40px 35px;
}
section#sect-4 .col-md-4.col-md-offset-2 h1{
  color: #264324;
font-size: 48px;
font-weight: 700;
line-height: 26px;
text-transform: uppercase;
text-align: center;
margin-bottom: 35px;
}
section#sect-4 .col-md-4.col-md-offset-2 p{
  color: #455c43;
font-size: 18px;
/* Text style for "Запишись н" */
font-weight: 400;
margin-bottom: 35px;

}


/* --------------------------------

end-section-4

-------------------------------- */

/* --------------------------------

section-5

-------------------------------- */

section#sect-5 .scheme{
  background-image: url('../img/sect-5-scheme.png');
  height: 476px;
}
section#sect-5 .col-md-2 img{
    position: relative;
    top: 45px;
}
section#sect-5 .col-md-2.col-xs-offset-2 img{
    margin-left: 55px;
}
section#sect-5 .scheme ul.red-arrow,section#sect-5 .scheme ul.green-arrows{
  margin-top: 80px;
}
section#sect-5 .scheme ul.red-arrow{
  list-style-image: url('../img/sect-5-scheme-list-1.png');
}
section#sect-5 .scheme ul.red-arrow li{
  margin-bottom: 80px;
}
section#sect-5 .scheme ul.green-arrows{
  list-style-image: url('../img/sect-4-list-item.png');
  color: black;
font-size: 16px;
font-weight: 400;
}
section#sect-5 .scheme ul.green-arrows li{
  margin-bottom: 45px;
}
section#sect-5 .scheme ul.list-years{
  color: #73b120;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin-top: 30px;
}
section#sect-5 .scheme ul.list-years li{
  margin-bottom: 70px;
}
/* --------------------------------

end-section-5

-------------------------------- */

/* --------------------------------

section-6

-------------------------------- */


section#sect-6 {
  background-image: url('../img/sect-6-bg.jpg');
  min-height: 404px;
  height: auto;
      background-position-x: 54%;
      background-repeat: no-repeat;

}
section#sect-6 .row{
  background-color: rgba(255, 255, 255, 0.68);
  margin-top: 12%;
  padding: 50px 40px;
}
section#sect-6 .row .col-md-6{
  margin-top: 1%;
}




/* --------------------------------

end-section-6

-------------------------------- */


/* --------------------------------

section-7

-------------------------------- */
section#sect-7{
  min-height: 460px;
  height: auto;
  background-image: url('../img/sect-7-bg.png');
  padding-top: 60px;
  margin-bottom: 40px;
  background-attachment: fixed;

}
section#sect-7 ul {
  margin-top: 20px;
}
section#sect-7 ul li{
  border-bottom: 1px solid #73b120;
  padding: 12px 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
section#sect-7 ul li span{
  float: right;
}
section#sect-7 ul li span.price{
  color: #73b120;
  font-weight: 700;
  margin-left: 5px;
}
#sect-7 h3 {
    text-align: center;
    font-size: 23px;padding-top: 30px;
    font-weight: 600;
}
section#sect-7 .col-md-8.col-md-offset-2 p.text-center{
  color: black;

font-size: 18px;
/* Text style for "Узнать сто" */
font-weight: 400;
/* Text style for "начать леч" */


}

/* --------------------------------

end-section-7

-------------------------------- */

/* --------------------------------

section-9

-------------------------------- */

section#sect-9{
  min-height: 600px;
  height: auto;
  background-image: url('../img/sect-8-row-bg.jpg');
  background-size: contain;
  background: #e7e7e7;
  margin-bottom: 50px;
 }
section#sect-9 .heading-sect{
  margin-bottom: 60px;
  margin-top: 60px;
}
section#sect-9 iframe {
  margin-top: -50px;
}
section.section-ekskurs iframe{
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 700px;
}section.section-ekskurs iframe img{

}
/* --------------------------------

end-section-9

-------------------------------- */

/* --------------------------------

section-10

-------------------------------- */

section#sect-10{
  min-height: 500px;
  height: auto;
  border-top:2px solid #73b120;
  border-bottom: 2px solid #73b120;

}
section#sect-10 .col-lg-9{
  background-image: url('../img/sect-8-redhead.png');
  min-height: 496px;
  height: auto;
  background-repeat: no-repeat;
   background-position-x: 108%;
  z-index: 3;
}
section#sect-10 .form-wrapp{
  width: 359px;
  height: 376px;
  background-color: #cee632;
  border-radius: 4px;
  position: relative;
  top: 135px;
  z-index: 3;
  padding: 31px;
}
section#sect-10 .form-wrapp h1{
  text-align: center;
  color: #264324;
font-size: 48px;
font-weight: 700;
line-height: 26px;
text-transform: uppercase;
margin-bottom: 32px;
}
section#sect-10 .form-wrapp p{
  color: #455c43;
  text-align: center;
  margin-bottom: 23px;
}
section#sect-10 .col-md-3 {
  width: auto;
  position: relative;
  z-index: 1;
}
section#sect-10 .col-md-3 .list-wrapper {
    position: absolute;
    top: 65px;
    left: -168px;
}
section#sect-10 ul{
  list-style-image: url('../img/sect-1-list-point.png');
  background-image: url('../img/sect-10-ul-bg.png');
  width: 500px;
  height: 233px;
      background-repeat: no-repeat;
    padding-left: 130px;
    padding-top: 2px;
}
section#sect-10 ul li{
  margin-bottom: -1px;
  color: #455c43;
  font-size: 22px;
  font-weight: 400;
  line-height: 39px;
  }
/* --------------------------------

end-section-10

-------------------------------- */


.footer{
  min-height: 416px;
  background-color: #73b120;
background-image: -webkit-linear-gradient(bottom, #3c763d 0%, #73b120 100%);
background-image: -o-linear-gradient(bottom, #3c763d 0%, #73b120 100%);
background-image: linear-gradient(to top, #3c763d 0%, #73b120 100%);
height: auto;
padding-top: 80px;
padding-bottom: 35px;
}
.footer h1{
  color: white;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.footer ul{
  font-size: 16px;
font-weight: 400;
line-height: 24px;
color: white;
margin-bottom: 40px;
}
.footer ul li{
  margin-bottom: 10px;
}
.footer .links{
  margin-top:20px;
}
.footer .links a{
  color: white;
  margin-right: 4px;
}

#confidence .modal-body{
  padding: 20px 30px;
}
#confidence .modal-body p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
#confidence .modal-body h2{
  font-size: 26px;
  margin-bottom: 16px;
  font-weight: 500;
}
.conf{
  border-bottom: 1px dashed #cee632 ;
  color:#cee632;
  margin: 10px 0px;
}
.conf:hover , .conf:focus{
      color: #93a748;
  text-decoration: none;
  border-bottom: 1px dashed #93a748 ;
}

/*form-fixes*/

.grey-bg label{
  margin-top: 5px;
}
.comicform label{
  max-width: 286px;
  margin-left: 20%;
  margin-top: 12px;
}
/*end*/

label{
  font-size: 14px;
      display: inline-flex;
}
form label{
  display: inline-block;
}

form #first-check + label a{
  color: #5d7a9a;
}
.sertifikat label{
        padding: 10px;

     }
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 8px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 6px; } /* allow space for check mark */
/* --------------------------------

Main Components

-------------------------------- */
 p.eks-fix{
    display: none;
   }
#load-frm{
  width: 90px;
  height: 90px;
  background: url("../../img/arr.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 47%;
  top: 50%;
  transition:1s;

}
.cody-header {font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    /* margin-bottom: 30px; */
    padding: 30px;
}




div.yabloko{
  color: #455c43;
vertical-align: super;
font-size: 24px;
font-weight: 600;
}
.yabloko img{
      top: 10px;
    left: 5px;
    position: relative;
    margin-top: 3px;
}
.cody-text{
  color: black;
font-size: 16px;
font-weight: 100;
}
.cd-fixed-background .heading-1,.cd-fixed-background .heading-2{    padding-top: 20px;
      color: #5a5a5a;
    font-size: 26px;
   font-weight: 600;
       text-shadow: 0px 0px 1px #848484;
  text-transform: uppercase;
  margin-bottom: 31px;

}
.cd-fixed-background div[class*="left"] .heading-1{
  color: white;
  text-align: right;
  display: block;

  padding: 10px 30px;
  background: rgb(115, 177, 32);
  width: 45%;
  -webkit-box-shadow: 3px 4px 17px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 4px 17px 1px rgba(0,0,0,0.75);
box-shadow: 3px 4px 17px 1px rgba(0,0,0,0.75);
}
.cd-fixed-background div[class*="left"] .row{
  margin-top: 55%;
}
.cd-fixed-background:first-child div[class*="left"] .row{
  margin-top: 20%;
}
.block-stekstom .heading-1,.block-stekstom .heading-2{
  display: none;
}
.cd-fixed-background .heading-2{
  font-size: 30px;
}
.cd-fixed-background p{
     color: white;
    font-size: 18px;
    line-height: 24px;
    /* margin-bottom: 20px; */
    position: relative;
      font-weight: 100;
       text-shadow: 0px 0px 1px #848484;margin-left: 110px;

}
.cd-fixed-background .block-stekstom p{
font-size: 18px;
    width: 70%;
  margin-left: 10px;
  color: black;
  text-shadow: none;
}
.cd-fixed-background p.bold{
  margin-top: 25px;
  font-weight: 700;
}
.cd-fixed-background ul{
      width: 80%;
    margin-left: 6%;
    margin-top: 10px;
}
.cd-fixed-background ul li{
    color: #333;
	font-size: 18px;
    font-weight: 400;
    list-style-type: none;
    line-height: 1.4;


}
.right-with-comics-6 {
  padding-top: 15vh;
}
.cd-fixed-background ol {
      counter-reset: myCounter;
      list-style: none;
      color: black;
    font-size: 16px;
    line-height: 24px;

    }

  .cd-fixed-background ol > li::before {
    content: counter( myCounter ) ') ';
    counter-increment: myCounter;
      }

.cd-header h1 {
  width: 90%;
  color: #f2e6cd;
  text-align: center;
  font-size: 2.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .cd-header h1 {
    font-size: 3.6rem;
    font-weight: 300;
  }
}

/*.cd-fixed-background {
  position: relative;
/*  padding: 3em 5% 0;*/
  /*background-repeat: no-repeat;*/

  /*background-position: 80% center;*/
}*/


@media only screen and (min-width: 1025px) {

  .cd-fixed-background .cd-content {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-fixed-background .cd-content::after {
    display: none !important;
  }
  .cd-fixed-background.img-1 {
    background-image: url("../img/liner1.png.html");    background-position: -160px;

  }
  .cd-fixed-background.img-2 {
    background-image: url("../img/lene.png.html"); background-position: -160px;
  }
  .cd-fixed-background.img-3 {
    background-image: url("../img/liner3.png.html");background-position: -160px;
  }
  .cd-fixed-background.img-4 {
    background-image: url("../img/line.png.html");
  }
  .cd-fixed-background.img-5 {
    background-image: url("../img/liner-5.png");
  }
  .cd-fixed-background.img-6 {
    background-image: url("../img/liner-6.png");
    max-height: none;
    height: 900px;
  }
}
@media only screen and (min-width: 1048px) {
  /*.cd-fixed-background {
  /*  background-attachment: fixed;
    max-height: 650px;
    min-height: 580px;
    height: auto;*/
  }*/
  .cd-fixed-background .container{
    padding-top: 10px;
  }
}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;  top: 25%;
}


/* media */


@media screen and (max-width: 1200px){
.enumeration_item {
    min-height: 360px;
}

  .wrapper,.progress{
    display: none;
  }
  section#sect-4 form input.form-control:first-child{
    width: 100%;
    margin-bottom: 4px;
  }
  section#sect-10 .form-wrapp{
    width: 100%;
  }
     #load-frm{
      top: 45%;
     }
   section#sect-4 form input.form-control{
    width: 100%;
    margin-left: 0;
    display: block;
   }
   section#sect-4 form button[type="submit"]{
    width: 100%;
    display: block;
    margin-top: 5px;
   }
   section#sect-9{
    margin-top: 0;
   }
   section#sect-9 iframe{
    margin: 10px auto;
    display: block;
   }
  .comicform{
    background-image: none;
    display: block;
    margin:2px auto;
    width: 85%;
    padding: 5px;
    height: auto;
  }
  p#com-fix{
    text-align: center;
    margin-left: 0;
    color: #fffdfd;
    text-shadow: none;
    background: #73b120;
    padding: 10px;
    margin: 10px 0;

  }
  #sect-4 .sertifikat{
        padding: 15px 10px;
  }
  #sect-4 .sertifikat .center-block p{
    display: inline-block;
  }
  .comicform input{
  margin-left: 0;
  width: 100%;
  background-image: none;
  border: 2px solid black;
  border-top-width: 2px;
  border-bottom-width: 3px;
  border-left-width: 1px;
  border-right-width: 1px;
  transition: 0.5s;
}
 .comicform input:focus{
  border-bottom-width: 1px;
 }
 #sect-4 .sertifikat .center-block img{
  position: inherit;
  top: 0;

 }
.comicform button{
  width: 100%;
  margin-left: 0;
  background-image: none;
  border: 2px solid black;
  border-top-width: 3px;
  border-bottom-width: 3px;
  background: #6398c7;
}
.comicform button,.comicform input{
  transform: rotate(0deg) scale(0.957) skew(-5deg) translate(2px);
-webkit-transform: rotate(0deg) scale(0.957) skew(-5deg) translate(2px);
-moz-transform: rotate(0deg) scale(0.957) skew(-5deg) translate(2px);
-o-transform: rotate(0deg) scale(0.957) skew(-5deg) translate(2px);
-ms-transform: rotate(0deg) scale(0.957) skew(-5deg) translate(2px);
}
 .comicform input:first-child{
  margin-top: 5px;
 }
  .cd-fixed-background div[class*="left"]{
    display: none;
  }
  section#sect-10 .col-md-3 .list-wrapper {
    position: absolute;
    top: 65px;
    left: -210px;
}
.right-with-comics img {
    height: 85%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
h3.zagalovcomics{
  text-align: center;
}
.block-stekstom{
  text-align: center;
}
.cd-fixed-background .block-stekstom p{
  display: block;
  margin: 3px auto;
}
.cd-fixed-background ul {
    width: 50%;
    margin-left: 6%;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.right-with-comics{
  height: auto;
  padding: 0;
  z-index: 100;
}
section#sect-3 ul {
    list-style-image: url("../img/firstdisplay/sect-3-list-item-white.png");
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    color: #264324;
    margin-bottom: 17px;
    padding-top: 33px;

}

}

@media screen and (max-width: 767px){
  header nav.navbar-default{
    min-height: 0;
    height: 1px;
  }
  header{
    background: white;
    padding-bottom: 9px;
    text-align: center;
  }
   header p{
    margin-top: 10px;

   }
   section.section-ekskurs iframe{
    min-height: 0;
   }
  header nav.navbar-default ul{
    width: 100%;
  }
  header nav.navbar-default ul li{
    width: auto;
  }
  header nav.navbar-default ul li a{
        padding: 4px;
    font-size: 12px;
  }
  .col-lg-3.col-md-4.col-sm-7.col-xs-9{
    margin-top: 15px;
  }
  .navbar-toggle .icon-bar{
    background: #73b120;
  }
  .col-lg-3.col-md-4.col-sm-7.col-xs-9 p{
    border-bottom: 1px dotted #73b120;
  }
.navbar-default .navbar-collapse {
   border-color: #73b120;
    background: #73b120;
}}
@media screen and (max-width: 520px) {
  header a.btn{
 margin-top: 5px;
width: auto;
}
header p#address{
  font-size: 12px;

}
.cd-fixed-background ul{
    margin-left: 10%;
    width: 85%;
  }
  .cd-fixed-background .block-stekstom p{
    margin: 0;
    width: 95%;
    padding: 3px;
    text-align: left;
    margin-left: 5px;
  }

header p{
  margin-left: 0;
  font-size: 14px;
      line-height: 20px;
    margin-top: 15px;
    margin-right: 0;
}
span.timework-header {
   font-size: 10px;
}
p.clinic{
  margin-top: 10px;
}
section#sect-3 ul {

    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    color: #264324;
    margin-bottom: 10px;
    padding-top: 35px;
    margin-top: 5%;
    margin-left: 5%;
}
p.clinic{
  margin-top: 25px;
  text-align: center;
}
.appleboard{
  min-height: 420px;
}
}

@media screen and (max-width: 992px) {


.enumeration_item {
    min-height: 150px;
    margin-bottom: 10px;
}

  section#section-2 ul.grad-list{
    width: auto;
    background-repeat: no-repeat;

  }
  section.section-ekskurs iframe{
    min-height: 450px;
  }
   .grey-bg{
    height: auto;
  }
  .pages .grey-bg {
    height: auto;
}
  #sect-4 .sertifikat h1 span{
    font-size: 25px;
  }
   .grey-bg h3{
        color: #fff;
    font-family: 'PT Sans', cursive;
    text-align: center;
    font-size: 25px;
    padding: 20px 0;
    font-weight: 600;
  }
  .mob-fix{
  min-height: 290px;
  height: auto;
}

  .item.active .col-md-4.col-sm-12.col-xs-12{
    display: none;

  }
  #sect-3{
    background-image: url("../img/mob-bg.jpg");
    background-position-y: 45%;
    background-size: cover;
    border-top: 2px solid #67c95d;
    border-bottom: 2px solid #67c95d;
  }

  .item.active .col-md-4.col-sm-12.col-xs-12:first-child{
    display: block;
  }
  section#section-2{
    min-height: 0;
  }
.footer h1{
  margin-top: 10px;
  text-align: center;
}
.footer ul{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;}
h3.zagalovcomics{
  font-size: 30px;
}
section#sect-10 .form-wrapp{
  width: 100%;
  top: 20px;
}
  #section-2 .sertifikat{
    background-image: none;
    border: 1px solid #73b120;
    margin-bottom: 10px;
  }
  header .col-lg-6.col-md-7.col-sm-12.col-xs-12{
  text-align: center;
}
.footer .links{
  text-align: center;
}
  .block-stekstom .heading-1, .block-stekstom .heading-2 {
    display: block;
  }
  p.clinic{
    margin-top: 41px;
  }
  section#section-2 ul.grad-list li{
    font-size: 12px;
    margin-left: 0;
  }
  section#section-2 ul.grad-list {
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding-left: 30px;
      }
   section#section-2 a.btn{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
   }
   section#sect-4 {
    background-repeat: no-repeat;
    height: auto;
    }
    section#sect-7 ul li{
      font-size: 11px;
      padding-left:0;
      padding-right:0;

    }
     .cd-fixed-background img.shadow{
      margin-bottom: 15px;
     }
     section#sect-4 ul{
      margin-left: 40px;
     }
     section#sect-6{
      background-position-x:50%;
     }
     .heading-sect{
      font-size: 30px;
     }
    section#sect-4 ul li{
      font-size: 18px;
    }
    section#sect-10 .form-wrapp{
      width: 100%;
          top: 60px;
    }
    section#sect-10 .col-md-3 .list-wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
  }
    section#sect-10 .col-md-3 .list-wrapper ul{
      width: 100%;
      padding-left: 34px;
    }
    section#sect-10 .col-md-3 .list-wrapper ul li{
      font-size: 17px;
    }

    .cd-fixed-background .heading-2 {
    font-size: 22px;
    }
    .cd-fixed-background .heading-1{
      font-size: 23px;
    }
    section#sect-9{
      background-image: none;
    }
    section#sect-3{
      max-height: none;
      height: auto;
      margin-bottom: 0px;
	  padding-top: 50px;
    }
    .btn-default{
      font-size: 14px;
    }
    .cd-fixed-background.img-6{
      height: auto;
    }
    .cody-header{
      font-size: 24px;
    }
    section#sect-3 .col-md-4{
      height: auto;
    }
    section#sect-3 h1.text-center{
      font-size: 28px;
      background: rgba(255,254,245,0.5);
          font-family: 'OpenSans',sans-serif;
    font-weight: 300
    }
    .heading-block{
      font-size: 22px;
    }
    div.yabloko{
      font-size: 16px;
    }
    section#sect-3  ul{
          margin-left: 7%;
    margin-top: 1%;
    }
    section#sect-4 .col-md-4.col-md-offset-2 h1{
      font-size: 32px;
    }
    blockquote{
      margin-top: 20px;
    }
	section.carousel-wrap h3 {
    text-align: center;
}	
section.carousel-wrap ul li {
    text-align: center;
}
}
@media screen and (max-width: 992px){
  .cd-fixed-background{
    background-image: none;
  }
}
@media screen and (max-width: 777px) and (min-width:430px){
  section#sect-3 ul {

    margin-top: 10%;
}
}
@media screen and (min-width: 300px) and  (max-width: 376px){
  section#sect-3  ul{
        margin-left: 2%;
    margin-top: 2%;
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px){
  header div#logo{
  margin-top: 12px;
}
p#com-fix{
  display: none;
}
.right-with-comics-6 {

    background-position-y: 165%;
    }

    .cd-fixed-background div[class*="left"] .row{
      margin-top:55%;
    }

}

@media (max-width: 520px){
header div#logo {
    margin-top: 10px;
    margin-bottom: -10px;
}
header p.clinic {
    font-size: 10px;
    margin: 5px 0 15px 0;
    /* font-weight: bold; */
    background: #3c763d;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
}
}

@media screen and (max-width: 520px){


  p.clinic{
    margin-top: 10px;
  }
  section.section-ekskurs iframe{
    min-height: 280px;
  }
  #load-frm{
    left: 43%;
    top: 45%;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px){
   #load-frm{
    left: 45%;
    top: 41%;
  }
}
section#section-2 ul.dotted-bg li.last-cloud{
  background-image:url('../img/sect-1-list-2-big-bg-rot.png') ;
  padding-top: 43px;

}
@media screen and (min-width: 1200px) and (max-width:1300px){
  .right-with-comics-6 {

    background-position-y: 110%;}

}
@media only screen  and (max-width: 1200px) and  (orientation: landscape) {
  .right-with-comics img {
    height: 100%;

}
}

@media (max-width: 700px) and  (orientation: landscape) {
body {
    padding-top: 0px!important;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute!important;
    /* right: 0; */
    /* left: 0; */
    /* z-index: 1030; */
}
header div#logo {
    margin-top: 10px;
    margin-bottom: 10px;
    /* display: none; */
    width: 30%;
}
.block-right {
    text-align: right;
    width: 50%;
}
}

@media screen and (min-width: 374px) and  (max-width: 430px){
  section#sect-3  ul{
        margin-left: 12%;
    margin-top: 12%;
    font-size: 16px;
  }
  #load-frm{
    left: 39%;
    top: 41%;
  }

}
@media screen and (min-width: 300px) and  (max-width: 376px){
   #load-frm{
    left: 38%;
    top: 56%;
  }
    section.section-ekskurs iframe{
      min-height: 180px;

    }
}

@media screen and (max-width: 520px) and (orientation: landscape){
   section.section-ekskurs iframe {
    max-width: 100%;
    display: block;
   }
   p.eks-fix{
    display: none;
   }
}
@media screen and (max-width: 520px) and (orientation: portrait){
   section.section-ekskurs iframe {
    display: none;
   }
   p.eks-fix{
    display: block;
   }
   #load-frm{
    display: none;
   }
}
#load-frm:hover{

  transform: scale(1.2);
}
#myiFrame img{
    filter: brightness(50%);
    -webkit-filter:brightness(50%);
    -moz-filter:brightness(50%);
}
.progress {
  position: relative;
  top: 0%;
  text-align: left;
  width: 330px;
  height: 100px;
  padding: 45px 0 0 2%;
  background-color: transparent;
  box-shadow: none;

}
  .progress .wrapper {
    position: absolute;
    width: inherit;
  }
    .progress .wrapper.affix {
      position: fixed;
      top: 10px;
      backface-visibility: hidden;
      transform: scale(1);
      z-index: 5;
      -webkit-backface-visibility: hidden;
	-webkit-transform: scale(1);
  top:50px;

    }
  .progress .bar {
    position: relative;
    display: inline-block;
    width: 15%;
    height: 54px;
    margin-bottom: 10px;
    background-color: rgba(15, 95, 42, 0.13);
    -webkit-clip-path: polygon(63% 80%, 66% 79%, 68% 77%, 71% 76%, 73% 74%, 75% 72%, 77% 69%, 78% 67%, 81% 64%, 82% 61%, 83% 57%, 83% 53%, 82% 48%, 82% 43%, 81% 39%, 80% 36%, 78% 33%, 76% 31%, 73% 29%, 70% 28%, 66% 26%, 63% 26%, 58% 26%, 54% 27%, 51% 25%, 50% 21%, 55% 21%, 59% 21%, 63% 22%, 69% 23%, 74% 23%, 78% 23%, 82% 21%, 82% 19%, 79% 15%, 77% 13%, 73% 11%, 69% 10%, 66% 10%, 61% 12%, 59% 14%, 56% 17%, 52% 18%, 50% 21%, 49% 27%, 46% 27%, 42% 27%, 38% 28%, 34% 28%, 30% 29%, 27% 31%, 24% 34%, 22% 38%, 21% 41%, 20% 44%, 19% 47%, 19% 50%, 19% 53%, 19% 56%, 19% 58%, 20% 61%, 22% 64%, 23% 68%, 25% 70%, 26% 73%, 27% 74%, 29% 76%, 31% 78%, 32% 80%, 35% 80%, 39% 82%, 40% 82%, 44% 83%, 48% 83%, 53% 84%, 56% 83%, 57% 83%, 61% 83%);
  clip-path:  polygon(63% 80%, 66% 79%, 68% 77%, 71% 76%, 73% 74%, 75% 72%, 77% 69%, 78% 67%, 81% 64%, 82% 61%, 83% 57%, 83% 53%, 82% 48%, 82% 43%, 81% 39%, 80% 36%, 78% 33%, 76% 31%, 73% 29%, 70% 28%, 66% 26%, 63% 26%, 58% 26%, 54% 27%, 51% 25%, 50% 21%, 55% 21%, 59% 21%, 63% 22%, 69% 23%, 74% 23%, 78% 23%, 82% 21%, 82% 19%, 79% 15%, 77% 13%, 73% 11%, 69% 10%, 66% 10%, 61% 12%, 59% 14%, 56% 17%, 52% 18%, 50% 21%, 49% 27%, 46% 27%, 42% 27%, 38% 28%, 34% 28%, 30% 29%, 27% 31%, 24% 34%, 22% 38%, 21% 41%, 20% 44%, 19% 47%, 19% 50%, 19% 53%, 19% 56%, 19% 58%, 20% 61%, 22% 64%, 23% 68%, 25% 70%, 26% 73%, 27% 74%, 29% 76%, 31% 78%, 32% 80%, 35% 80%, 39% 82%, 40% 82%, 44% 83%, 48% 83%, 53% 84%, 56% 83%, 57% 83%, 61% 83%);
  }
  .progress .bar span {
    position: absolute;
    display: block;
    top: 0;
    width: 0;
    height: 54px;
    z-index: 0;
    background-color: #73b120;
    -webkit-clip-path: polygon(63% 80%, 66% 79%, 68% 77%, 71% 76%, 73% 74%, 75% 72%, 77% 69%, 78% 67%, 81% 64%, 82% 61%, 83% 57%, 83% 53%, 82% 48%, 82% 43%, 81% 39%, 80% 36%, 78% 33%, 76% 31%, 73% 29%, 70% 28%, 66% 26%, 63% 26%, 58% 26%, 54% 27%, 51% 25%, 50% 21%, 55% 21%, 59% 21%, 63% 22%, 69% 23%, 74% 23%, 78% 23%, 82% 21%, 82% 19%, 79% 15%, 77% 13%, 73% 11%, 69% 10%, 66% 10%, 61% 12%, 59% 14%, 56% 17%, 52% 18%, 50% 21%, 49% 27%, 46% 27%, 42% 27%, 38% 28%, 34% 28%, 30% 29%, 27% 31%, 24% 34%, 22% 38%, 21% 41%, 20% 44%, 19% 47%, 19% 50%, 19% 53%, 19% 56%, 19% 58%, 20% 61%, 22% 64%, 23% 68%, 25% 70%, 26% 73%, 27% 74%, 29% 76%, 31% 78%, 32% 80%, 35% 80%, 39% 82%, 40% 82%, 44% 83%, 48% 83%, 53% 84%, 56% 83%, 57% 83%, 61% 83%);
  clip-path: url("../../img/clip.svg#svgClip");
  }

  .progress .bar i {
    position: absolute;
    right: -30px;
    height: 40px;
    line-height: 40px;
    color: #36a7f3;

    -webkit-transition: color .3s;
    transition: color .3s;
  }

 /* KOLYA EDIT*/
#instafeed{
  margin-top: 10px;
  margin-bottom: 30px;
}
  #instafeed a{
    width: 24%;
    margin-right: 1%;
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
    transition: all .4s ease-in-out;
  }

  #instafeed a:hover{
     box-shadow: 0 0 6px 0px rgba(0,0,0,.6);
  }

  #instafeed img{
    width: 100%;
  }
  @media screen and (max-width: 767px){
    #instafeed a{
      width: 49%;
      margin-right: 2%;
      margin-bottom: 10px;
    }
    #instafeed a:nth-child(even){
      margin-right: 0;
    }
  }

 /* end */




 /*share block - edit by Kolya*/
 .share-coupon{
   padding: 70px 0 50px 0;
 }

 .share-coupon .coupon-block{
   text-align: center;
   position: relative;;
 }
 .share-coupon .bg-overlay{
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9998;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0, .5);
 }
  .share-coupon .close-coupon{
    position: absolute;
    right: -50px;
    font-size: 40px;
    top: -10px;
    color: #fff;
    transition: all .4s ease-in-out;
  }
    .share-coupon .close-coupon:hover{
      color: #999;
      cursor: pointer;
    }
.share-coupon .coupon-block.fixed{
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0 0 10px 0;
  background: #c4d334;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.share-coupon .coupon-block .coupon-btns{
  width: 700px;
  margin: 0 auto;
      padding: 10px 10px 22px 10px;
  background: #c4d334;
}
.share-coupon .coupon-block .coupon-btns .coupon-btn{
  margin: 0;
  padding: 6px 15px 12px 15px;
   border-radius: 30px;
  background: #4b7f59;
  transition: all .4s ease-in-out;
}
.share-coupon .coupon-block .coupon-btns .coupon-btn:hover p{
  color: #333;
}
.share-coupon .coupon-block .coupon-btns .coupon-btn .fa{
   font-size: 20px;
}
.share-coupon .coupon-block .coupon-btns .coupon-btn p{
  transition: all .4s ease-in-out;
  font-family: 'Roboto', sans-serif;
   font-weight: 800;
   font-size: 14px;
   color: #fff;
}
.share-coupon .coupon-block .coupon-btns form{
  position: relative;
}
.share-coupon .coupon-block .coupon-btns form .success-message{
  position: absolute;
  top: -1px;
  left: 0;
  font-family: 'Roboto', sans-serif;
  width: 100%;

  height: 65px;
  font-size: 18px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  background: #c4d334;
}
.share-coupon .coupon-block .btn:focus{
  outline: none;
}
.share-coupon .coupon-block .coupon-btns form .success-message.hidden{
  display: none;
}
.share-coupon .coupon-block .coupon-btns form button{
  margin: 0;
  margin-right: 2%;
  float: left;
  width: 49%;
}
.share-coupon .coupon-block .coupon-btns form input{
  border: 1px solid #c7ec30;
  width: 49%;
  float: right;
  height: 63px;
    padding: 9px 16px 0 29px;
  border-radius: 30px;
    background-color: white;
    color: #080808;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}
.share-coupon .coupon-block .coupon-btns form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d3d3d3;
}
.share-coupon .coupon-block .coupon-btns form input::-moz-placeholder { /* Firefox 19+ */
  color: #d3d3d3;
}
.share-coupon .coupon-block .coupon-btns form input:-ms-input-placeholder { /* IE 10+ */
  color: #d3d3d3;
}
.share-coupon .coupon-block .coupon-btns form input:-moz-placeholder { /* Firefox 18- */
  color: #d3d3d3;
}

.share-coupon .coupon-block .coupon-btns form input:focus{
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}


@media (max-width: 576px){
.section-ekskurs {
    padding: 40px 0;
    padding-bottom: 0;
}
#teeth #sect-3 {
    background-position-x: 78%;
}
  .share-coupon{
   padding: 40px 0;
 }
 .share-coupon .coupon-block .coupon-btns{
  width: 280px;
  margin: 10px auto;
}
.share-coupon .coupon-block .btn{
  font-size: 12px;
}
.share-coupon .coupon-block .coupon-btns form{
  margin-top: 10px;
}
.share-coupon .coupon-block.fixed{
  padding: 10px 5px;
}
  .share-coupon .close-coupon{
    right: -10px;
    top: -10px;
    color: #545454;
  }
  .share-coupon .coupon-block .coupon-btns form input{
    height: 45px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
  .share-coupon .coupon-block .coupon-btns form button{
    width: 100%;
  }
  .coupon-btns [class*="col-"]{
    padding: 0;
  }
}





.share-block {
  padding: 110px 0 60px 0;
  background: url("../img/share-block/share-block-bg.jpg") no-repeat center center;
  background-size: cover;
}
.share-block .wrap-with-offset{
  margin-left: 150px;
}
.share-block .inline {
  display: inline-block;
}

.share-block .head-of-block {
  text-align: left;
}

.share-block .head-of-block .part {
  vertical-align: bottom;
}

.share-block .head-of-block .left-part {
  text-transform: uppercase;
  color: #f00;
  line-height: 52px;
  margin-right: 20px;
}

.share-block .head-of-block .left-part h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
}

.share-block .head-of-block .left-part h4 {
  font-weight: 600;
  font-size: 58px;
}

.share-block .head-of-block .middle-part {
  margin-right: 20px;
}

.share-block .head-of-block .middle-part img {
  margin-bottom: -15px;
}

.share-block .head-of-block .middle-part .five-num {
  line-height: 1;
  font-weight: 600;
  font-size: 100px;
  color: #f00;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.share-block .head-of-block .right-part {
  text-transform: uppercase;
  color: #66676c;
  line-height: 46px;
}

.share-block .head-of-block .right-part h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 40px;
}

.share-block .head-of-block .right-part h4 {
  font-weight: 500;
  font-size: 32px;
}

.share-block .main-part {
  margin: 70px 0 35px 0;
  padding-top: 0px;
  background: url("../img/share-block/half-circle.png") no-repeat left;
  background-size: contain;
}

.share-block .main-part .wrap:after {
  content: "";
  display: block;
  clear: both;
}

.share-block .main-part .left-part {
  float: left;
  width: 45%;
  margin-right: 4%;
}

.share-block .main-part .right-part {
  width: 51%;
  float: left;
}

.share-block .main-part .left-part {
  text-align: left;
}

.share-block .main-part .left-part .head-of-lp {
  margin-top: 80px;
  line-height: 1;
}

.share-block .main-part .left-part .head-of-lp .head-wrap {
  display: inline-block;
  font-weight: 500;
  line-height: 36px;
}

.share-block .main-part .left-part .head-of-lp span {
  font-size: 85px;
  color: #f00;
}
.share-block .main-part .left-part .head-of-lp .head-wrap h4{
  font-size: 85px;
}
.share-block .main-part .left-part .head-of-lp h3,.share-block .main-part .left-part .head-of-lp h4 {
  text-transform: uppercase;
  color: #7b7c7e;
  font-weight: 500;
}

.share-block .main-part .left-part .head-of-lp h3 {
  font-size: 34px;
}

.share-block .main-part .left-part .head-of-lp h4 {
  font-size: 44px;
}

.share-block .main-part .left-part .dots {
  margin: 10px 0 30px 0;
}

.share-block .main-part .left-part .dots span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.share-block .main-part .left-part .dots span:nth-child(1) {
  background: #1a7f03;
}

.share-block .main-part .left-part .dots span:nth-child(2) {
  background: #2acc06;
}

.share-block .main-part .left-part .dots span:nth-child(3) {
  background: #34ff07;
}

.share-block .main-part .left-part .dots span:nth-child(4) {
  background: #68ff46;
  margin: 0;
}

.share-block .main-part .left-part h6 {
  font-size: 30px;
  color: #000;
  line-height: 32px;
  font-weight: 700;
}

.share-block .main-part .left-part p {
  margin-top: 20px;
  color: #7b7c7e;
  font-size: 24px;
  line-height: 32px;
}

.share-block .main-part .right-part ul {
  text-align: left;
  margin-top: 25px;
}

.share-block .main-part .right-part ul li {
  margin-bottom: 45px;
}

.share-block .main-part .right-part ul li .num-circle {
  width: 100px;
  height: 100px;
  padding: 5px 10px;
  margin-right: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
}

.share-block .main-part .right-part ul li .num-circle .border-dotted {
  top: -7px;
  left: -7px;
  width: 114px;
  height: 114px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px dotted #000;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.share-block .main-part .right-part ul li .num-circle .added-part {
  position: absolute;
  height: 20px;
  right: 101%;
  top: 50%;
  margin-top: -10px;
}

.share-block .main-part .right-part ul li .num-circle .added-part .circle,.share-block .main-part .right-part ul li .num-circle .added-part .dotted-line {
  display: inline-block;
  vertical-align: middle;
}

.share-block .main-part .right-part ul li .num-circle .added-part .circle {
  width: 13px;
  height: 13px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 6px solid;
}

.share-block .main-part .right-part ul li .num-circle .added-part .dotted-line {
  border-top: 5px dotted;
}

.share-block .main-part .right-part ul li .num-circle .num {
  font-weight: 800;
  font-size: 48px;
  display: inline-block;
  margin-top: 14px;
  line-height: 30px;
}

.share-block .main-part .right-part ul li .num-circle .step-text {
  line-height: 1;
  line-height: 36px;
  font-size: 28px;
  font-weight: 700;
}

.share-block .main-part .right-part ul li .text {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.share-block .main-part .right-part ul li .text h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.share-block .main-part .right-part ul li .text p {
  color: #7b7c7e;
  font-size: 18px;
  line-height: 28px;
}

.share-block .main-part .right-part ul li:nth-child(1) .num-circle {
  background: #1a7f03;
  border-color: #1a7f03;
}

.share-block .main-part .right-part ul li:nth-child(1) .text h4 {
  color: #1a7f03;
}

.share-block .main-part .right-part ul li:nth-child(1) .border-dotted {
  border-color: #1a7f03;
}

.share-block .main-part .right-part ul li:nth-child(1) .added-part {
  width: 172px;
}

.share-block .main-part .right-part ul li:nth-child(1) .added-part .dotted-line,.share-block .main-part .right-part ul li:nth-child(1) .added-part .circle {
  border-color: #1a7f03;
}

.share-block .main-part .right-part ul li:nth-child(1) .added-part .dotted-line {
  width: 129px;
}

.share-block .main-part .right-part ul li:nth-child(2) .num-circle {
  background: #2acc06;
  border-color: #2acc06;
}

.share-block .main-part .right-part ul li:nth-child(2) .text h4 {
  color: #2acc06;
}

.share-block .main-part .right-part ul li:nth-child(2) .border-dotted {
  border-color: #2acc06;
}

.share-block .main-part .right-part ul li:nth-child(2) .added-part {
  width: 83px;
}

.share-block .main-part .right-part ul li:nth-child(2) .added-part .dotted-line,.share-block .main-part .right-part ul li:nth-child(2) .added-part .circle {
  border-color: #2acc06;
}

.share-block .main-part .right-part ul li:nth-child(2) .added-part .dotted-line {
  width: 36px;
}

.share-block .main-part .right-part ul li:nth-child(3) .num-circle {
  background: #34ff07;
  border-color: #34ff07;
}

.share-block .main-part .right-part ul li:nth-child(3) .text h4 {
  color: #34ff07;
}

.share-block .main-part .right-part ul li:nth-child(3) .border-dotted {
  border-color: #34ff07;
}

.share-block .main-part .right-part ul li:nth-child(3) .added-part {
  width: 77px;
}

.share-block .main-part .right-part ul li:nth-child(3) .added-part .dotted-line,.share-block .main-part .right-part ul li:nth-child(3) .added-part .circle {
  border-color: #34ff07;
}

.share-block .main-part .right-part ul li:nth-child(3) .added-part .dotted-line {
  width: 36px;
}

.share-block .main-part .right-part ul li:nth-child(4) .num-circle {
  background: #68ff46;
  border-color: #68ff46;
}

.share-block .main-part .right-part ul li:nth-child(4) .text h4 {
  color: #68ff46;
}

.share-block .main-part .right-part ul li:nth-child(4) .border-dotted {
  border-color: #68ff46;
}

.share-block .main-part .right-part ul li:nth-child(4) .added-part {
  width: 156px;
}

.share-block .main-part .right-part ul li:nth-child(4) .added-part .dotted-line,.share-block .main-part .right-part ul li:nth-child(4) .added-part .circle {
  border-color: #68ff46;
}

.share-block .main-part .right-part ul li:nth-child(4) .added-part .dotted-line {
  width: 112px;
}

.share-block .vk-group-link {
  margin-top: 30px;
  text-align: left;
}

.share-block .vk-group-link .icon-vk {
  vertical-align: middle;
  display: inline-block;
}

.share-block .vk-group-link a {
  display: inline-block;
  font-size: 37px;
  text-transform: uppercase;
  color: #7b7c7e;
  text-decoration: underline;
  vertical-align: middle;
  line-height: 45px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.share-block .vk-group-link a:hover {
  color: #5b5b5c;
  text-decoration: none;
}

.share-block .block-for-mobile{
  display: none;
}

@media (max-width: 1119px){
  .share-block .wrap-with-offset{
       margin: 0;
     }
     .share-block .main-part{
      background: none;
      }
      .share-block .main-part .right-part ul li .num-circle .added-part{
      display: none;
    }
	section#sect-3 {
    height: auto;
    height: 600px;
    max-height: 650px;
    top: 9%!important;
}
.appleboard {
    display: none;
}
}



@media (max-width: 576px){
header p#address a {
    border-bottom: 1px dotted;
    display: none;
}

.service-prise dd {
    font-size: 15px;
}

.title-offer {
    margin: 30px 0 0px 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    border-radius: 8px;
}
.pages .grey-bg {
    background-color: rgb(115, 177, 32);
    height: auto;
    position: relative;
    z-index: 0;
}

section#sect-3 {
    height: auto;
}
    .share-block{
      padding: 40px 0;
    }

    .share-block .head-of-block{
      text-align: center;

    }
    .share-block .head-of-block .left-part{
      display: block;
    }
    .share-block .head-of-block .middle-part,
    .share-block .head-of-block .right-part{
      display: none;
    }


  .share-block .head-of-block .left-part h3 {
    font-size: 25px;
    line-height: 14px;
}
.share-block .head-of-block .left-part h4 {
    font-size: 44px;
}
.share-block .main-part .left-part .head-of-lp h3 {
    font-size: 26px;
    line-height: 30px;
}
.share-block .main-part .left-part .head-of-lp h4 {
    font-size: 34px;
}
    .share-block .main-part{
      background: none;
      margin:  0 0 20px 0;
    }
    .share-block .main-part .left-part .dots{
      margin: 10px 0;
      display: inline-block;
    }
    .share-block .main-part .left-part p{
      font-size: 20px;
      margin-top: 10px;
      line-height: 24px;
    }


    .share-block .main-part .left-part,
    .share-block .main-part .right-part{
      width: 100%;
      float: none;
    }
  .share-block .main-part .right-part ul li .num-circle{
    margin-right: 0;
  }
    .share-block .main-part .left-part{
      text-align: center;
      padding: 0px 0 20px 0;
    }
    .share-block .main-part .left-part .head-of-lp{
      margin: 0;
    }
    .share-block .main-part .right-part ul{
      text-align: center;
    }
    .share-block .main-part .right-part ul li .text{
      text-align: center;
      margin-top: 10px;
      display: block;;
    }
    .share-block .head-of-block .right-part h3{
      font-size: 34px;
      line-height: 36px;
    }
    .share-block .head-of-block .right-part h4{
      font-size: 24px;
      line-height: 26px;
    }
    .share-block .main-part .right-part ul li .num-circle .added-part{
      display: none;
    }
  .share-block .vk-group-link{
    margin: 0;
  }
    .share-block .vk-group-link img{
      width: 32px;
      height: auto;
    }
    .share-block .vk-group-link a{
      font-size: 16px;
      line-height: 22px;

    }

    .share-block .main-part .right-part ul li .text p{
      line-height: 22px;
    }

  .share-block .block-for-mobile{
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .share-block .block-for-mobile .five-num {
    line-height: 1;
    font-weight: 600;
    font-size: 100px;
    color: #f00;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
   .share-block .block-for-mobile h3,
   .share-block .block-for-mobile h4{
      text-transform: uppercase;
      color: #66676c;
      font-size: 30px;
      font-weight: 700;
  }
  .share-block .block-for-mobile h4{
    font-size: 24px;
    font-weight: 600;
	}}

footer ul li a{color:#fff;}
.red {color: #ff5b5b!important;}