h1, h2, h3, h4, h5, h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    white-space: normal;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {

    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em 0;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}

/*--------------------------------------------------------------
3.0 NAVIGATIONS
--------------------------------------------------------------*/




.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
4.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
5.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
6.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
7 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
    margin: 0 0 3em;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
8.0 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
9.0 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
10.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
12.0 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
13.0 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {}


/*--------------------------------------------------------------
14.0 Custom
--------------------------------------------------------------*/


.social-icon{
    width:30px;
    height:30px;
    border-radius: 4px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(img/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(img/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(img/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}


.socialbar a i{
    line-height: 34px !important;
}
.socialbar a:hover i{
    color:#DC2500;
}
.socialbar i{
    color:#7d7d7d;
    font-size: 23px;
}

.btn-sm{
    padding: 3px 9px;
}

.input-sm{
    height: 26px;
    padding: 3px 9px;
}

.ac-decription{
    font-size: 12px;
}

.ac-decription i{
    font-size: 12px;
    color:#e52600;
}

.services-list{
    margin: 10px 0;
    padding: 4px 0;
    background: #dedede;
    border-radius: 80px;
    font-size: 12px;
    height: 70px;
    position: relative;
}

.services-list-icon.left {
    top: 0px;
    left: -7px;
    position: absolute;
}
.services-list-icon img{
    border-radius: 50%;
    border:6px solid #f7f7f7;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.services-list-desc.left{
    padding: 2px 28px 0 66px;
    overflow-x: hidden;
    min-width: 251px;
}

.services-list h2{
    margin: 0;
    padding: 0 0 3px 0;
    font:bold 16px 'Open sans', sans-serif;
    display: inline;

}

.h1a{
    color:#606060 !important;
}
.h1a:hover,
.h1a:focus,
.h1a:active{
    color:#606060 !important;
    text-decoration: underline;
}

.services-list-desc p a{
    font: 13px 'Open sans', sans-serif;
    color: #545454;
    text-decoration: underline;
}
.services-list-desc p a:hover{
    text-decoration: none;
    color: #BF3E3E;
}

.home-menu-nav{
    margin: 16px 0 16px 0;
}





/*callback-widget*/

.callback-widget {
    position: fixed;
    right: 100px;
    bottom: 70px;
    z-index: 7777;
}
.callback-widget .circle-position {
    top:50%;
    left:50%;
    margin-top:-103px;
    margin-left:-103px
}
.callback-widget .keyframes 0 {
    opacity:1;
    border-width:2px;
}
.callback-widget .keyframes 95% {
    opacity:1
}
.callback-widget .keyframes 100%,
.callback-widget .keyframes 95% {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}
.callback-widget .keyframes 100% {
    opacity:0;
    border-width:1px;
}


@-webkit-keyframes callback-pulse {
    0 {
        border-width:2px
    }
    0,60% {
        opacity:1
    }
    100%,95% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
    100% {
        opacity:0;
        border-width:1px
    }
}
@-ms-keyframes callback-pulse {
    0 {
        border-width:2px
    }
    0,60% {
        opacity:1
    }
    100%,95% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
    100% {
        opacity:0;
        border-width:1px
    }
}
@keyframes callback-pulse {
    0 {
        border-width:2px
    }
    0,60% {
        opacity:1
    }
    100%,95% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
    100% {
        opacity:0;
        border-width:1px
    }
}

.callback-widget__hidden {
    display:none
}

.callback-widget_button {
    opacity: .7;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -36.5px;
    margin-left: -36.5px;
    height: 70px;
    width: 70px;
    cursor: pointer;
    background-color: #06c8f2;
    border-radius: 50%;
    transition: background-color .2s;
}
.callback-widget_button:hover {
    opacity:1;
    background-color:#0091d0
}
.callback-widget_button:before {
    -webkit-animation:callback-pulse 3s linear 1s infinite;
    -ms-animation:callback-pulse 3s linear 1s infinite;
    animation:callback-pulse 3s linear 1s infinite
}
.callback-widget_button:after,
.callback-widget_button:before {
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    width:202px;
    height:202px;
    margin-top: -101px;
    margin-left: -101px;
    z-index:-1;
    border:2px solid #06c8f2;
    border-radius:50%;
    -webkit-transform:scale(.39);
    -ms-transform:scale(.39);
    transform:scale(.39)
}
.callback-widget_button:after {
    -webkit-animation:callback-pulse 3s linear 3s infinite;
    -ms-animation:callback-pulse 3s linear 3s infinite;
    animation:callback-pulse 3s linear 3s infinite
}

.callback-widget_button__on-overlay {
    position:fixed;
    bottom:115px;
    right:23.3%;
    height:73px;
    width:73px;
    background-color:#ffba00;
    border-radius:50%
}
.callback-widget_icon {
    position:relative;
    top: 16px;
    left: 17px;
    height: 35px;
    width: 35px;
    background-image:url(img/callback-icon.png);
}

.callback-widget_button:hover .callback-widget_close {
    display:block
}

.callback-widget:hover .callback-widget_alert {
    opacity:0
}

/* MODAL */

.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dm-cell {
    display: table-cell;
    padding: 0 0.5em;
    vertical-align: middle;
    text-align: center;
}

.dm-modal {
    font-family: Arial;
    display: inline-block;
    padding: 20px;
    background: url(img/callback.jpg);
    background-size: cover;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: left;
    max-width: 346px;
    width: 86%;
}

.dm-modal form p {
    margin:7px 0 0 0;
}
.dm-modal form input[type="submit"]{
    background: #1b1a1a;
}
.dm-modal form input[type="tel"]:after{
    display: block;
    content:'+7';
    color:#000;
}

.dm-modal img {
    border-radius:50%;
    width: 100%;
    height: auto;
}

.pl-left,
.pl-right {
    width: 28%;
    height: auto;
}

.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}

.pl-left {
    float: left;
    margin: 5px 15px 5px 0;
}

.ac-close {
    z-index: 9999;
    float: right;
    width: 23px;
    height: 23px;
    color: #cfd8dc !important;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;
    font-family: Arial;
    margin: -14px -13px 0px 0px;
}
.ac-close:after {
    display: block;
    border: 2px solid #cfd8dc;
    border-radius: 50%;
    content: 'X';
}

.ac-close:hover,
.ac-close:focus,
.ac-close:active{
    border-color: #fff;
    color: #fff;
    opacity:0.8;
}

.dm-modal h3{
    margin:0;
    padding:0;
    font:18px Arial;
    color:#fff;
}

@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}


.callback_form p{
    font:12px 'Open sans', sans-serif;
    padding: 5px 0 5px 0;
    margin-bottom:0;    
}

.relatedposts div a:link,
.relatedposts div a:visited {
    color: #777;
}

.relatedposts div a:hover {
    color: #000;
}
.relatedtop {
    border-bottom: 2px solid #D92400;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.iconsidebar.left {
    padding-left: 40px;
    
}
.iconsidebar img{
    width: 30px !important;
    margin-top: 9px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #fff;
}

.ac-tel div {
    font-size: 18px !important;
}