@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background: #ebebeb;
    color: ##393737;
    font: 14px/18px  Arial, "Helvetica Neue", Helvetica, sans-serif;
}



strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 8px;
}

input, textarea {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #4b4b4b;
    /*text-transform: uppercase;*/
}

h1 {
    font-size: 23px;
    line-height: 25px;
	margin:15px 0 15px 0;
}

h2 {
    font-size: 20px;
    line-height: 25px;
	margin:17px 0;
}
h2.head1 {
    margin-top: -6px;
    margin-bottom: 26px;
}
h2.head2 {
    padding-top: 40px;
    margin-bottom: 22px;
}
h2.head3 {
    padding-top: 32px;
    margin-bottom: 26px;
}

h3 {
    font-size: 17px;
    line-height: 25px;
	margin:15px 0;
}

h4 {
    font-size: 15px;
    line-height: 25px;
	margin:5px 0 5px 0;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list li{
    font-size: 12px;
    background: url(../images/marker.png) 0 7px no-repeat;
    color: #373737;
    font-weight: bold;
    padding-left: 10px;
}

.list li+li {
    background-position: 0 10px;
    margin-top: 3px;
    padding-top: 3px;
    border-top: 1px solid #d2d3d4;
}


ul.list1  {
padding:0 !important;margin:0 !important;list-style:outside none none !important;
}

.list1 li { /* меню справа */
   /* text-transform: uppercase;*/
    color: #373737;
    /*padding-left: 40px;*/
    position: relative;
    font-size: 15px;
    /*padding-bottom: 10px;*/
}

.list1 li+li {
    padding-top: 11px;
    border-top: 1px solid #d6d6d6;
}

.list1 li+li  .count {
    top: 7px;
}

.list1 .count {
    border-radius: 500px;
    color: #fff;
    font-size: 14px;
    left: 0;
    top: -4px;
    line-height: 24px;
    text-align: center;
    background: url(../images/cou8nt_bg.png) 0 0 repeat-x;
    width: 24px;
    height: 24px;
    position: absolute;
}

.blog_list li {
    padding: 5px 0 5px 21px ;
    padding-left: 21px;
    text-transform: uppercase;
}

.blog_list li+li {
    margin-top: 2px;
}

.blog_list li .color2 {
    background: url(../images/marker1.png) 0 2px no-repeat;
    padding-left: 10px;
}

.blog_list li time {
    padding-top: 2px;
    text-transform: none;
    display: block;
}

.blog_list li:nth-child(2n) {
    background-color: #f5f5f5;
}

.bot_list {
    float: left;
    width: 120px;
    color: #636363;
    font-size: 13px;
    padding-top: 16px;
}

.bot_list.last {
    width: auto;
}

.list2 {
    padding-top: 3px;
}

.list2 li {
    padding-left: 12px;
    background: url(../images/marker2.png) 0 7px no-repeat;
}

.list2 li+li {
    margin-top: 13px;
}

.list3 {
    margin-top: -5px;
}

.list3 li+li {
    margin-top: 18px;
}

/****Links****/


a {
    /*text-decoration: none;*/
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #26b7e6;
}


img.imganons { float:left; margin:0 10px 10px 0; border:1px solid silver; }

.imgclearboth img {clear:both; /*display:block;*/ border:1px solid silver;}


.list+div>.link1 {
    margin-top: 21px;
}

.link1 {
    display: inline-block;
    color: #0da2d2;
    text-decoration: underline;
    margin-top: 12px;
    font-size: 12px;
}

.link1:hover {
    color: #373737;
}
/****classes****/

small {color: gray;
    font-size: 12px;}

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    margin-top: 0px;
    border: 1px solid #d2d3d4;
}

.page1 .img_inner {
    margin-top: 0;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 20px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
}

.ta__left {
    text-align: left;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.rel {
    position: relative;
}

/*header*/

.main {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 30px;
}

header {
    display: block;
    position: relative;
    padding-bottom: 9px;
}

header b {
    position: relative;
    text-align: center;
    z-index: 990;
    float: left;
    padding: 18px 0 17px;
}


header b a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header b a img {
    display: block;
}

.header_links {
    padding: 13px 0 5px;
    /*border-bottom: 1px solid #d2d3d4;*/
	float:right;
}

/****Content****/

.content {
    padding-bottom: 19px;
}

.content ul {
    list-style: disc inside none;
    margin: 0;
    padding: 0 0 0 20px;
	margin-bottom:8px;
}

.content ul ul {
    list-style: circle inside none;
    margin: 0;
    padding: 0 0 0 20px;
	margin-bottom:8px;
}

.page1 .content {
    padding-bottom: 20px;
}

/****Blocks****/

.block1 {
    margin-bottom: 1px;
    background: #13acdd url(../images/block1_bg.png) 0 0 repeat-x;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    float: left;
    line-height: 20px;
    width: 25%;
    padding: 16px 20px 14px;
    position: relative;
    text-transform: uppercase;
}

.block1:before {
    position: absolute;
    left: 0;
    top: 20px;    
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
}

.block1 a {
    font-size: 12px;
    font-weight: bold;
}

.block1 a:hover {
    color: #fff;
    text-decoration: underline;
}

.block1 time {
    color: #96f1ff;
    display: block;
}

.block2 {
    padding-bottom: 20px;
    color: #373737;
}

.block2_title {
    background-color: #077ab0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
}

.block2 .box {
    padding: 20px 18px 15px 20px;
    border: 1px solid #d2d3d4;
    border-top: 0;
}

.block2 .box .capt {
    line-height: 21px;
    overflow: hidden;
    background-color: #4b4b4b;
    color: #fff;
    padding-right: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.block2 .capt img {
    float: left;
    margin-right: 10px;
    border: 1px solid #d2d3d4;
}

.block2  .extra_wrapper {
    padding-top: 15px;
}

.bt__1 {
    background-color: #da4536 !important;
}

.bt__2 {
    background-color: #57a457 !important;
}

.video {
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 22px 20px 24px;
    font-size: 12px;
}

.video_title {
    text-transform: uppercase;
    color: #077ab0;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 8px;
}

.video figure {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 14px;
    border: 5px solid #fff;
}

.video .color3 {
    font-weight: normal;
}

.video figure iframe {
    width: 100%;
    height: 160px;
}

.video span {
    color: #373737;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.topic {
    background: url(../images/topic_bg.png) 0 0 repeat-x;
    border: 1px solid #d3d3d3;
    padding: 20px;
}

.topic h2 {
    margin-bottom: 21px;
}

.blog {
    border: 1px solid #d3d3d3;
    padding: 23px 19px 23px;
}

.blog h2 {
    padding-left: 21px;
    margin-bottom: 16px;
}

.bottom_block {
    background: url(../images/bot_bg.png) 0 0 repeat-x;
    border-top: 2px solid #26b7e6;
    padding: 0 0 23px 20px;
    overflow: hidden;
}

.video.bl__3  {
    padding-bottom: 30px;
    padding-right: 19px;
    margin-top: 37px;
    overflow: hidden;
}

.video.bl__3 .video_title {
    text-transform: uppercase;
    color: #077ab0;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 8px;
}

.block3 {
    float: left;
    padding-top: 16px;
    width: 210px;
}

.block3 img{
    border: 5px solid #fff;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
}

.block3+.block3 {
    margin-left: 20px;
}

.video.bl__3+.head1 {
    padding-top: 42px;
}

.block4 .img_inner {
    margin-bottom: 15px;
}

.block4 +.block4 {
    margin-top: 25px;
}

.banner {
    margin-bottom: 15px;
    position: relative;
}

.banner  .img_inner {
    margin-bottom: 0;
}

.bann_capt {
    background-color: #4b4b4b;
    background-color: rgba(75,75,75, .6);
    position: absolute;
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 21px 14px;
}

.p1 {
    margin-bottom: 24px;
}

.topic .video_title {
    margin-top: -1px;
}

.block5 {
    overflow: hidden;
    margin-top: -5px;
}

.block5 .fleft {
    margin-top: 5px;
}

.block5 p {
    margin-bottom: 10px;
}

.block5+.block5 {
    margin-top: 20px;
}

.str_1 {
    display: block;
    margin-top: -10px;
    font-size: 14px;
    line-height: 20px;
}

.pad1 {
    padding-right: 39px;
}

.block6+.block6 {
    margin-top: 25px;
}



.block6 .img_inner {
    margin-bottom: 5px;
}

.block7 {
    margin-right: 30px;
    margin-top: -5px;
}

.block7 .text1 {
    margin-bottom: 12px;
}

.block7 .img_inner {
    margin-bottom: 15px;
}

.block7+.block7 {
    border-top: 1px solid #d2d3d4;
    margin-top: 27px;
    padding-top: 27px;
}

.block8 .banner {
    margin-bottom: 19px;
}

.block8+.block8 {
    margin-top: 45px;
}

.head1+.blog_list {
    margin-top: -10px;
    margin-bottom: 59px;
}

.cont__1 .block5 .fleft {
    margin-right: 10px;
}

.cont__1 .block5+.head1 {
    padding-top: 45px;
}

.block9  {
    overflow: hidden;
    margin-top: -5px;
}

.block9 .comment {
    margin-top: 5px;
    margin-right: 10px;
    float: left;
    background: url(../images/comment.png) 0 0 no-repeat;
    text-align: center;
    width: 40px;
    height: 52px;
    color: #373737;
    line-height: 38px;
}

.block9+.block9 {
    margin-top: 22px;
}


/****Tabs****/

.div-tabs .clear{
    height: 20px;
}

.div-nav li.selected a {
    border-bottom-color: #fff;
    position: relative;
}

.div-nav li+li {
    margin-left: 3px;
}

.div-nav  {
    z-index: 1;
    position: relative;
}

.various {
    display: block;
    overflow: hidden;
    position: relative;
}

.tab-content {
    padding-bottom: 23px;
    overflow: hidden;
}

.video_box {
    background-color: #f0f0f0;
    width: 210px;
    float: left;
}

.video_box img {
    position: relative;
    border: 1px solid #d2d3d4;
}

.video_box .various span {
    position: absolute;
    background: url(../images/play_icon.png) 0 0 no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 2;
    top: 50%;
    margin-top: -17px;
    left: -100px;
    margin-left: -17px;    
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.video_box .various:hover span{
    left: 50%;
}

.video_box +.video_box  {
    margin-left: 20px;
}

.box_bot {
    padding: 16px 15px 15px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
}

.tabs .nav  li {
    float: left;
}

.tabs .nav a{
    color: #4b4b4b;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 24px;
    padding: 14px 28px 14px;
    border: 1px solid #d3d3d3;
}

.div-tabs {
    padding: 0 19px;
    position: relative;
    top: -1px;
    border: 1px solid #d3d3d3;
}

.div-nav a:hover {
    color: #26b7e6;
}

.tab_title {
    clear: both;
    padding-top: 38px;
    margin-bottom: 25px;
    color: #373737;
    font-size: 14px;
    line-height: 20px;
}

.video_box+.tab_title {
    padding-top: 35px;
}

/****Separators****/

.sep__1 {
    height: 22px;
}



/*******Search******/

#search {
    float: right;
    position: relative;
    width: 220px;
    padding-top: 32px;
}

#search .rel {
    position: relative;
}

#search label {
    display: block;
}

#search  .rel {
}

#search input {
     width: 100%;
     height: 33px;
     padding: 7px 35px 6px 11px;
     font: 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
     color: #767373;
     border: 1px solid #d2d3d4;
     box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

#search a {
    display: block;
    position: absolute;
    background: url(../images/search_icon.png) center center no-repeat;
    width: 33px;
    height: 33px;
    right: 0;
    top: 0;
    cursor: pointer;
}

#search a:hover {
    opacity: 0.5;
}

/**Gallery****/

/****Text styles****/
.text1 {
    /*text-transform: uppercase;*/
	margin: 0 10px 0 0;
}


.color1 {
    color: #26b7e6;
}

.color3 {
    color: #0da2d2;
}

.color1 a:hover, a.color1:hover,
.color3 a:hover, a.color3:hover {
    color: #373737;
}

.color2 {
    color: #373737;
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    overflow: hidden;
    padding-bottom: 32px;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 361px;
    max-width: 100%;
}

.address1 {
    margin-top: -3px;
    display: block;
}

.address1 dt {
    margin-bottom: 27px;
}

.address1+.address1 {
    margin-top: 24px;
}

.address1 dd span {
    min-width: 108px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    text-align: right;
}

.copyright {
    /*background-color: #6f6f6f;*/
    color: #d5d5d5;
    padding: 13px 10px;
	background:  url("/images/bottom-mountains2.png") repeat-x left 0; 
	/*margin:10px 0 0 0;*/
	font-size:12px;
	height: 37px;
}


.brand {
    text-transform: uppercase;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0; 
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1010px) {
.main  {
    width: auto;
    margin: 0;
}

}
@media only screen and (max-width: 979px) {

    .extra_wrapper {
        overflow: visible;
    }

    .bot_list {
        width: 92px;
    }

    .topic {
        padding-left: 15px;
        padding-right: 15px;
    }

    .address1 {
        float: none;
    }

     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }


    .address1 dd span  {
        min-width: 0;
    }

    .block2 .box .capt {
        padding-right: 10px;
        font-size: 10px;
        line-height: 14px;
    }

    .block2 .extra_wrapper {
    }


    .video_box,
    .block3 {
        width: 162px;
    }

    header h1 {
        width: 500px;
    }

    header h1 a {
        display: block;
    }

}

@media only screen and (max-width: 767px) {

    .img_inner img {
    	width: 100%;
    }

    .block6 {
        margin-top: 0 !important;
        margin-bottom: 25px;
    }

    .block8 {
        margin-top: 0 !important;
        margin-bottom: 45px;
    }

    .block7 .img_inner {
        margin-top: 0 !important;
    }

    .block7 {
        margin-right: 0;
        margin-top: 0 !important;
        margin-bottom: 45px;
    }

    header h1 {
        width: auto;
    }

    .block3 {
        margin: 0 !important;
        width: 100%;
        float: none;
    }

     .block3 img {
        width: 100%;
     }

    .video_box {
       float: none;
       width: 100% !important;
       margin: 0 0 20px !important;
    }

    .video_box img {
        width: 100% !important;
    }

    .tabs .nav a {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .banner .img_inner {
        margin-bottom: 0 !important;
    }

    
    #owl img {
        width: 100%;
    }

    .caption {
        display: none;
    }

    .camera_pag {
        height: 40px;
        padding-top: 11px;
    }

    .topic {
        margin: 20px 0;
    }

    .car_div {
        overflow: hidden;
    }

    .car_head {
        margin-top: 10px;
        margin-bottom: 10px;
    }



    #search {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding-top: 0;
    }

    .caption {
        padding-right: 20px;
        width: auto;
        font-size: 12px;
        line-height: 16px;
    }

    .block1 {
        width: auto;
        float: none;
    }

    .bot_list  {
        width: 50%;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }


    header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }

    .none {
        clear: both;
    }

    .div-tabs .clear {
        height: auto;
    }
}


@media only screen and (max-width: 479px) {
    .tabs .nav a {
        font-size: 11px;
    }
}


.container table {width:100%; border:1px solid silver; border-collapse: collapse;}
.container table td {border:1px solid silver;padding:5px;}

table.aptechka {}
table.aptechka td:first-child {width:20%;}
table.aptechka td:nth-child(2) {width:10%;}
table.aptechka td:nth-child(3) {width:20%;}
table.aptechka td:last-child {width:50%;}

blockquote {
  font-size: 18px;
  padding: 8px 8px 2px 20px;
  background-color: #faebbc;
  border: 1px solid #e1cc89;
  margin: 16px 15%;
  }

#main img, .fotorama img, .fotorama__img {border:1px solid silver;}
.anons-pic {clear:both;border:1px solid silver;}