@import url(reset.css);





.clear {
    clear: both;
}

#body {
  /* background-image: url(../images/textur.jpg);*/
}

#wrapper {
    max-width: 1055px;
    outline: 0px solid red;
    margin: 0 auto;
}

/*------------------Header----------------------*/

#header {
    outline: 0px solid red;
    width: 100%;
    height: 200px;
    margin: 20px 0 0 0;
    position: relative;
    background-color: #A1DAB2;
    border-radius: 20px;
}

#logo {
    outline: 0px solid blue;
    width: 50%;
    float: left;
}

#logo img {
    width: 100%;
    padding: 20px 0 0 20px;
}

#opis {
    position: absolute;
    left: 30px;
    top: 120px;
    color: #ffffff;
    font: 40px Arial, sans-serif;
}

#contact {
    outline: 0px solid green;
    width: 45%;
    right: 30px;
    top: 30px;
    position: absolute;
}

#contact h1 {
    text-align: right;
    font:  26px Arial, sans-serif;
    color: #29A644;
    margin-bottom: 10px;
}

#contact h1 a {
    text-decoration: none;
    color: #29A644;
}

/*------------------Menu----------------------*/

#menu {
    outline: 0px solid yellow;
    height: 46px;
    width: 100%;
    margin: 20px 0;
}

#leftMenu {
    width: 20px;
    height: 46px;
    float: left;
    background-repeat: repeat-x;
}

#centrMenu {
    width: 100%;
    height: 46px;
    background-image: url(../images/navBgC.png);
    background-repeat: repeat-x;
    margin: 0 auto;
    border-radius: 20px;
    
}

#rightMenu {
    width: 20px;
    height: 46px;
    float: right;
    background-image: url(../images/navBgR.png);
    background-repeat: no-repeat;
    display: none;
}

#centrMenu li {
    float: left;
    height: 46px;
    width: 19%;
}

#centrMenu li a {
    height: 33px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    outline: 0px solid #cc0000;
    padding: 13px 0 0 0;
    font: bold 16px Arial, sans-serif;
    /*background-image: url(../images/raz.png);*/
    background-repeat: no-repeat;
    
}

#centrMenu .perviy a {
    background: none;
}

#centrMenu li a.active {
    color: #ffffff;
    background-image: url(../images/activButton.png);
    font: bold 18px Arial, sans-serif;
    border-radius: 20px;
}

 #centrMenu li a:hover {
    color: #ffffff;
    font: bold 18px Arial, sans-serif;
    
    border-radius: 20px;
}
/*------------------Slider----------------------*/

#slider {
    padding-top: 10px;
    outline: 0px solid blue;
    width: 100%;
    height: 350px;
    background-color: #A1DAB2;
    border-radius: 20px;
}

.skitter, .skitter-large {
    margin: 0 auto;
}

#bottom_shadow {
    width: 800px;
    height: 26px;
    background-image: url(../images/bottom_shadow.png);
    margin: -56px auto 52px auto;
    outline: 0px solid #cc0000;
}


/*------------------Content----------------------*/

#content {
    outline: 0px solid purple;
    font: 18px Arial, sans-serif;
    background-color: #A1DAB2;
    padding: 50px 40px 50px 40px;
    line-height: 40px;
    text-indent: 40px;
    text-align: justify;
    max-width: 1055px;
    border-radius: 20px;
}

.inerval {
    padding-bottom: 20px;
}

.centr {
    text-align: center;
}

.fot {
    margin: 20px auto;
    text-align: center;
}

.fot img {
    width: 40%;
    height: auto;
    margin: 0 10px;
}

.lic {
    margin: 40px auto;
    text-align: center;
}

.lic img {
    width: 25%;
    height: auto;
    margin: 0 10px -30px 10px;
}

.lic2 img {
    box-shadow: 0.4em 0.4em 15px rgba(0,0,0,0.9);
    margin: 0 10px;
    width: 20%;
}

.lic p {
  font-size: 16px;
}

.uslTr {
   /* height: 100px;*/
}

#butt {
    margin: 20px 30px;
}

#showHide {
    display: none;
}

/*------------------Footer----------------------*/

#footer {
    /*background-color: #E6E6E6;*/
    text-align: center;
    padding: 10px 0 10px 0;
    font: 14px Arial, sans-serif;
    background-color: #A1DAB2;
    margin: 20px 0 20px 0;
    border-radius: 20px;
}


/*------------------Увеличение картинок----------------------*/
img.zoom {
  -moz-user-select: none; user-select: none;
}
img.zoom:hover {
  display: block;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  width: 95%;
  height: auto;
  max-width: 99%;
  max-height: 99%;
  border: solid rgba(210,210,210,.4);
  border-width: 100vh 100vw;
  cursor: zoom-out;
  border: 5px solid #5D94B2;
  border-radius: 5px;
}
:not(:active) > img.zoom:not(:hover), img.zoom:active {
  pointer-events: none;
}



#tableRemob {
    margin: 0 auto;
    font: 14px Arial, sans-serif;
    border-spacing: 20px;
}

#tableRemob .bold {
    font: bold 14px Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

#tableRemob td {
    text-align: center;
}

#tableRemob tr td p {
    margin: 10px;
}

/*--------------Специалисты-----------------*/



#content .txtfot td{
    font: 16px Arial, sans-serif;
    vertical-align: top;
    padding: 30px 30px;
}

#content .txtfot img {
    width: 50%;
    height: auto;
    }
    
#content .txtfot td  {
    vertical-align: middle;
    border: none;
}

#content .txtfot td  p {
    text-indent: 0;
}

#content .txtfot .st1 {
    width: 30%;
    font-weight: bold;
}

#content .txtfot .st2 {
    text-align: inherit;
}

/*---- Расписание------ */
#raspisanie table {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #ffffff;
}

#raspisanie table td{
    vertical-align: middle;
    border: 1px solid #ffffff;;
}

#raspisanie img {
    width: 50px;
}

#raspisanie p {
    margin: 50px auto 20px;
}

#raspisanie {
    text-align: center;
}


/*--------------Контакты--------------------*/
.bold {
    font-weight: bold;
}

.nodecor a {
    text-decoration: none;
    color: #000000;
}

#nazv {
    color: #29A644;
    text-align: center;
    margin-bottom: 20px;
    font: 25px Arial, sans-serif !important;
}

#contentContact p {
    font: 16px Arial, sans-serif;
    line-height: 30px;
}

#inerval  {
    padding-bottom: 30px;
}

#map {
    margin: 30px 0 30px 0;
}
#nomera {
    float: left;
    margin: 30px 30px 0 0;
}

#email {
    float: right;
    margin: 30px 43px 0 0;
    
}

#map iframe {
    width: 90%;
    height: 500px;
    margin: 0 auto;
}

#map {
    text-indent: 0;
}

#kontr_org {
    text-align: center;
    margin-top: 50px;
}

.line {
    margin: 0 auto;
    width: 80%;
    height: 1px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
/*--------------Прайс--------------------*/

#price h1 {
    font: bold 18px Arial, sans-serif;
    text-align: center;
    text-indent: 0;    
}

#price table th, td{
    border: 1px solid;
    text-align: center;
    line-height: normal;
    padding: 10px 0;
}

#price table th {
   font-weight: bold;
   background-color: #00CF9F ;
}

#price table  {
    width: 80%;
    margin: 0 auto;
    border: 1px solid;
}

#price table .work  {
    width: 75%;
}

.text_left {
    text-align: left;
    padding: 0 15px 0 15px;
}

#price table p {
    text-indent: 0;
    
}
/*--------------Услуги--------------------*/
.cont_usl p {
    line-height: normal;
    font: 16px Arial, sans-serif;
    margin-bottom: 20px;
}

.cont_usl li {
    line-height: normal;
    font: 16px Arial, sans-serif;
    margin: 0 0 10px 40px;
}

.cont_usl ul {
    margin-bottom: 30px;
}

.cont_usl h1 {
    font: bold 25px Arial, sans-serif;
    color: #ffffff;
    margin: 30px 0 20px 40px;
}

.cont_usl h2 {
    font-weight: bold;
}





/* ---- Мобильный адаптив----------*/
@media all and (max-width: 1160px)
{
    #wrapper {
        margin: 0 30px;
    }
}

@media all and (max-width: 850px)
{
#contact h1 a {
    font: 18px Arial, sans-serif;
    }

#opis {
    font: 30px Arial, sans-serif;
    }
    
}
  
