/*Шрифт Робото конденсед*/
/*@import url('../fonts/roboto-condensed/style.css');*/

/*Шрифт Робото */

/*@import url('../fonts/roboto/style.css');*/

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Regular.ttf");
    src: local('☺'),
    url("../fonts/RobotoCondensed-Regular.woff") format("woff"),
    url("../fonts/RobotoCondensed-Regular.ttf") format("truetype")
;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Light.ttf");
    src: local('☺'),
    url("../fonts/RobotoCondensed-Light.woff") format("woff"),
    url("../fonts/RobotoCondensed-Light.ttf") format("truetype")
;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Bold.ttf");
    src: local('☺'),
    url("../fonts/RobotoCondensed-Bold.woff") format("woff"),
    url("../fonts/RobotoCondensed-Bold.ttf") format("truetype")
;
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto.ttf");
    src: local('☺'),
    url("../fonts/roboto/Roboto.woff") format("woff"),
    url("../fonts/roboto/Roboto.ttf") format("truetype")
;
    font-weight: normal;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,700');


body {

    background: #f8f8f8;
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #3a4651;
    text-shadow: none;
}

.color01 {color: #4a7968;}
.color02 {color:#26282f;}

.color03 {color:#f1f1f1;}
.color03 a{color:#f1f1f1; }
.color04 {color:#ef6800;}

.background01 {background:#ef6800;}
.background02 {background:#26282f;}
.background03 {background:#f3f3f3;}
.background04 {background:#ef6800;}
.background05 {background:#EEE;}

/*.gradientbg01 {background: url("../images/template/bgator.png") repeat-x bottom left #4a7968;
    background:url("../images/template/bgator.png") repeat-x bottom left  -moz-linear-gradient(top, #507960 0%, #4a7968 100%);
    background: url("../images/template/bgator.png") repeat-x bottom left  -webkit-linear-gradient(top, #507960 0%,#4a7968 100%);
    background: url("../images/template/bgator.png") repeat-x bottom left linear-gradient(to bottom, #507960 0%,#4a7968 100%);
}*/

.gradientbg01 {background: #4a7968;
    background:-moz-linear-gradient(top, #507960 0%, #4a7968 100%);
    background:-webkit-linear-gradient(top, #507960 0%,#4a7968 100%);
    background:linear-gradient(to bottom, #507960 0%,#4a7968 100%);
}

.gradientbg02 {background: #e8f7ff;
}


.bg-primary {
    background-color: #4a7968 !important;
}

.bg-light {
    background-color: #f1f1f1 !important;
    border: none;
}
.bg-secondary {
    background-color: #fbfbfc !important;
    border: none;
}
.bg-warning {
    background-color: #ef6800 !important;
}

.bg-info {
    background-color: #90b4da !important;
}

.btn {border-radius: .25rem;}

a {color:#4a7968;transition: all 0.15s ease-in-out;}
a:hover {
    color: #4a9ee0;transition: all 0.15s ease-in-out;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: roboto condensed;
    font-weight: 700;}


.btn-link:focus, .btn-link:hover {
    color: #4a9ee0;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}
.card-header {
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
    border-bottom: 1px solid #EEE;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #4a7968;
    border-color: #4a7968;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(247, 248, 249, 0.5);
    border-top: none;
}
.cnt {background:#FFF;}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: inherit;
    background-clip: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: roboto condensed;
}

.container {
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer {

    border-top: 0px;
}


.topmenu_block {}
.topmenu_block a {color:#FFF;font-size: 18px;padding: 20px;font-family: roboto condensed;}
.topmenu_block a:hover {text-decoration:underline;}

.soc_link a img {max-width:37px;}
.soc_link a img:hover {opacity:0.9;}


/*навбар*/
/*.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #FFF;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}*/

.navbar-dark .navbar-nav .nav-link {
    color: #cccdd7;
    transition: 0.3s;
    display: block;
    padding: 0.5rem 1rem;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 16px;
    font-family: roboto condensed;

}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.nav-link:first-letter {}

/*навбар конец*/



.short-title a {color: #26282f;text-decoration:none;transition:.3s;}

.short-title a:hover {color: #26282f;text-decoration: underline;transition:.3s;}

.fixed-news01 {position: relative; overflow: hidden; max-height: 450px;}
.fixed-news02 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 100%;
    padding: 20px;
    text-align: right;
    color: #FFF;
    background: rgba(0, 71, 120, 0.8);

}
.fixed-newsimg {}
.fixed-news-cat {position: absolute;
    top:15px;
    left:15px;}

.header01 {border-bottom: 0px;
    background: #26282f;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin-left:-7.5px;
    margin-right:-7.5px;
    font-family: roboto condensed;

}
.header02 {font-size: 18px;
    text-transform: uppercase;
    color: #26282f;}
.header02:first-letter {color:#ef6800;}

.short-title02 {font-size:14px; font-weight:bold; }
.vote label {margin-left:10px;}
a.day-active {ext-decoration: underline;}



/* Малые девайсы («ландшафтные телефоны», >= 576px)*/
@media (min-width: 576px) { .navbar.navbar-expand-lg.navbar-light.bg-light.sticky-top {border-bottom:0px !important;} }

/* Средние девайсы («таблетки», >= 768px)*/
@media (min-width: 768px) { }

/* Большие девайсы (десктопы, >= 992px)*/
@media (min-width: 992px) {  }

/*  Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) {  }





.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f1f1f1;
    border-radius: 0rem;
}


.card-img-overlay {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 15px;
    margin-bottom: -10px;
    left: 10%;
    padding: 5px 10px;
    height: 50px;
    background: rgba(53, 125, 109, 0.8);
    background: rgba(73, 167, 225, 0.8);
    transition: .3s;
    border-radius: 15px;
    width: 80%;
}
.card-img-overlay:hover {
    background: rgba(33, 99, 78, 0.9);
    background: rgba(15, 133, 206, 0.9);
    transition: .3s;
}
.card-img-overlay .short-title {font-size:18px;}
.card-img-overlay .short-title a {
    color: #FFF;
    font-weight: 400;
    line-height: 1;
    font-size: 18px;
    font-family: roboto condensed;
}

.calendar tr th.weekday {
    background-color: #ff4d00;
    color: #fff;
}

.card-body {padding:0.5rem;}


ul.my_left_nav {list-style: none;
    margin-left: 0px;
    padding-left: 10%;}
ul.my_left_nav li {}
ul.my_left_nav li a {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px dotted #EEE;
}
ul.my_left_nav li a:hover{}


/*Стиль для галереи портфолио - адаптивный*/

ul.xfieldimagegallery.portfolio {}
ul.xfieldimagegallery.portfolio li {}
ul.xfieldimagegallery.portfolio li a {}
ul.xfieldimagegallery.portfolio li a img{}

@media (min-width: 769px) {
    ul.xfieldimagegallery.portfolio li a img{width:33%;}
}

@media (max-width: 768px) {
    ul.xfieldimagegallery.portfolio li a img{width:50%;}
}
@media (max-width: 576px) {
    ul.xfieldimagegallery.portfolio li a img{width:50%;}
    .topmenu_block a {
        color: #FFF;
        font-size: 16px;
        padding: 5px;
        font-family: roboto condensed;
    }

}
@media (max-width: 400px) {
    ul.xfieldimagegallery.portfolio li a img{width:100%;}
}


span.card_badge {
    position: absolute;
    z-index: 9;
    margin: 5px;
    font-size: 20px;
    padding: 6px;
    font-weight: 300;
    box-shadow: none;

    font-family: roboto condensed;
}

.krug01 {
    border-radius: 50%;
    background: #4481c3;
    /* padding: 30px; */
    font-size: 60px;
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    float: left;
}


.poryadok01{ height: 90px;
    vertical-align: middle;
    font-size: 1rem;

    font-weight: 700;
    font-family: roboto condensed;}

.seo_text {clear:both;}


/*Стили форм*/


#order,.form-background2, .form-background {box-shadow:none;  padding:10px 0px;    border-radius: 0px;}
#sky-form8,#sky-form7{background:none;box-shadow:none; }
#sky-form8,#sky-form7,order {font-family: 'Roboto Condensed', sans-serif;}
.form-background-new {
    background: #4a7968;
    /*background: -moz-linear-gradient(45deg, rgba(73,144,188,1) 0%, rgba(137,199,77,1) 100%);*/
    /* background: -webkit-linear-gradient(45deg, rgb(67, 129, 195) 0%,rgba(137,199,77,1) 100%); */
    /* background: linear-gradient(45deg, rgb(67, 129, 195) 0%,rgba(137,199,77,1) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4990bc', endColorstr='#89c74d',GradientType=1 );*/
}

.form-container {}

#order header {
    background: none;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;

    padding: 0px;
    margin: 0px;
    border: 0px;
    height: auto;
}

#order  footer {

    border-top: none;
    background: none;
}

#order fieldset {
    display: block;
    padding: 15px 30px 5px;
    border: none;
    background: none;
}

#order input,    #order textarea  {border-radius: 4px;
    border-color: none;
    border: none;
    font-family: roboto;
    font-weight: bold;

    padding-left: 20px;}


#order .button {
    margin: auto;
    border-radius: 4px;
    float: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 0px;
}

#order .col {
    padding-right: 0px;
}


p.com01 { color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;}


p.com02 { color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding:0px 15px;}

p.com03,p.com04,p.com05 { color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding:0px 15px;}
p.com04 {font-size:15px;}
p.com05 {font-size:26px;}
p.com06 {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0px 15px;
}
.sky-form section {

    margin-bottom: 16px;

}
form#order.sky-form.submited fieldset,form#order.sky-form.submited header, form#order.sky-form.submited p.com2hideen {display:none;}

#order div.message { color: #FFF;
    background: none;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;

    text-align: center;}
#order div.message i { border:3px solid #FFF;}



.form-container {}
#sky-form7 {background:none;box-shadow:none; font-family: 'Roboto Condensed', sans-serif;}
#sky-form7 header {
    background: none;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;

    padding: 0px;
    margin: 0px;
    border: 0px;
    height: auto;
}

#sky-form7 fieldset {
    display: block;
    padding: 15px 30px 5px;
    border: none;
    background: none;
}

#sky-form7 input,    #sky-form7 textarea, #sky-form8 input,    #sky-form8 textarea {border-radius: 4px;
    border-radius: 4px;
    border-color: none;
    border: none;
    font-family: roboto condensed;
    font-weight: 700;
    font-style: normal;
    padding-left: 20px;}


#sky-form7 .button {
    margin: auto;
    border-radius: 4px;
    float: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;

    text-align: center;
    width: 100%;
    padding: 0px;
}

#sky-form7 .col {
    padding-right: 0px;
}

#order .state-error + em, #sky-form7 .state-error + em, #sky-form8 .state-error + em {
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    color: #933434;
}
form#sky-form7.sky-form.submited fieldset,form#sky-form7.sky-form.submited header, form#sky-form7.sky-form.submited p.com2hideen {display:none;}

#sky-form7 div.message { color: #FFF;
    background: none;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;

    text-align: center;}
#sky-form7 div.message i { border:3px solid #FFF;}




.form-container {}

#sky-form8 header {
    background: none;
    text-align: center;
    color: #FFF;
    font-size: 33px;
    font-weight: bold;

    padding: 0px;
    margin: 0px;
    border: 0px;
    height: auto;
}

#sky-form8 fieldset {
    display: block;
    padding: 15px 30px 5px;
    border: none;
    background: none;
}



#sky-form8 .button {
    margin:0px;
    border-radius:4px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;}


#sky-form8 .col {
    padding-right: 0px;
}




form#sky-form8.sky-form.submited fieldset,form#sky-form8.sky-form.submited p.com06, form#sky-form8.sky-form.submited header {display:none;}

#sky-form8 div.message { color: #FFF;
    background: none;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;

    text-align: center;}
#sky-form8 div.message i { border:3px solid #FFF;}


.sky-form .button {
    background-color: #3d6cc2;
    opacity: 0.99;
    -ms-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
}

.sky-form .button:hover {
    background-color: #155ea9;
    opacity: 1;
    -ms-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
}
.overflow-hidden {overflow:hidden;}

/*OWL слайдер*/

.item {background: #f6f6f6;
    padding: 20px;
    border-radius: 4px;
    font-style: italic;
    overflow: hidden;
    border: 1px solid #e8e8e8;}


/*список под карточкой услуг на главной*/
.usl_main {
    padding-left: 15px;
    list-style: none;
    font-weight: 700;
    font-size: 16px;
    border-left: 3px dotted #afbcca;
    margin-bottom: 0px;
}

/*Заголовки span*/
.span_color01 {color:#89c74d;}

.sky-form .button {
    font-weight: normal;
    font: 300 18px/39px 'Open Sans',Helvetica,Arial,sans-serif;

}

/*мегменю*/
.sky-mega-menu {
    font-family: roboto condensed;
    max-width: 1500px;
    background: #4381c3;
}


.sky-mega-menu li.topli {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.sky-mega-menu li.topli a {color:#FFF;}
.sky-mega-menu li.topli a:hover {background:#89c74d;}

.sky-mega-menu li.topli li a {font-size: 15px;color:#666;}
.sky-mega-menu li.topli li a:hover {color:#FFF;}

.sky-mega-menu li.topli li:hover a {
    color: #FFF;
}
.sky-mega-menu li.topli li li {padding:0px;text-transform: none;}
.sky-mega-menu li.topli li li a {padding-top:5px; padding-bottom:5px;font-size: 15px; color:#666!important;}
.sky-mega-menu li.topli li li a:hover {color:#FFF!important;}
.sky-mega-menu li.topli li li a:hover {color:#FFF;}
.sky-mega-menu li a i {padding-right:5px; }




.sky-mega-menu li a {

    color: #333;}


.sky-mega-menu li:hover > a, .sky-mega-menu li.current > a {
    background: #4481c3;
    color: #fff;
}

.sky-mega-menu li>div {
    background: rgba(255,255,255,1);}

.btn-success {
    color: #fff;
    background-color: #4a7968;
    border-color: #4a7968;
}

.btn-success:hover {
    color: #fff;
    background-color: #57947e;
    border-color: #57947e;
}
#breadcrumbs {font-family: roboto condensed;
    font-weight: 700;}

.card_otziv {padding: 10px;
    background: #f1f1f1;
    border-radius: 10px;}

.footer a{color:#FFF;}
.footer a:hover {color:#FFF; text-decoration: underline;}
.footer {font-size:0.9rem;}


/*новый сайт клининга*/

.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: #e9e9e9;
    border-color: #e7e7e7;
}
a.top-logo {}
a.top-logo img{ width:80px; float: left;}
.top-logo0 {   }
.top-logo1 {  font-family: roboto condensed;
    font-weight: bold;
    font-size: 26px;
    color: #4a7968;  }
.top-logo2 {     font-family: roboto condensed;
    font-weight: bold;
    font-size: 16px;
    color: #73beea;}


a.bottom-logo {
    display: block;
    text-align: center;
}
a.bottom-logo img{/* float: left; */width: 80px;margin-top: -5px;margin: auto;}
.bottom-logo0 {   }
.bottom-logo1 {
    /* font-family: roboto condensed; */
    /* font-weight: bold; */
    font-size: 25px;
    color: #FFF;
}
.bottom-logo2 {
    font-family: roboto condensed;
    /* font-weight: bold; */
    font-size: 18px;
    /* color: #8fd4fd; */
    font-weight: 300;
}

#sidebar li {}
#sidebar a {font-family: roboto condensed;
    font-weight: bold;
    font-size: 18px;
    color: #4a7968;
    padding: 3px 5px; }
#sidebar a:hover {color:#73beea; }
.top-tel {font-family: roboto condensed;
    font-weight: bold;
    font-size: 30px;
    color: #4a7968; }
.btn-order  {font-family: roboto condensed;
    font-weight: bold;
    font-size: 18px;
}

.infotop01 {font-family: roboto condensed;}

.infotop02 {font-family: roboto condensed;color: #4a7968;}


.btn-info {
    color: #fff;
    background-color: #4a9ee0;
    border-color: #4a9ee0;
}

.btn-info:hover {
    color: #fff;
    background-color: #3586c5;
    border-color: #3383c1;
}

.usl-block-main {}
.usl-block-main a{
    display:block;
    text-align: center;
}
.usl-icon {




    margin: auto;
    transition: all 0.15s ease-in-out;}
.usl-block-main a:hover .usl-icon{
    transition: all 0.15s ease-in-out;


}
.usl-icon img { margin:auto;margin-top:15px; max-height:90%;
}
.usl-title {font-size:20px;
    font-family: "Roboto Condensed";
    font-weight: bold;}

.b-cena {font-size:25px; font-family: roboto; font-weight: 300;}

.btn-outline-light:hover {
    color: #4a7968;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    cursor: pointer;
}


.btn-link {
    font-weight: normal;
    color: #4a7968;
    border-radius: 0;
}

.accordion {
    width: 100%;
    background: inherit;
    -moz-box-shadow: none;
    -webkit-box-shadow:  none;
    box-shadow: none;
}

.btn-outline-success {
    color: #4a7968;
    background-color: transparent;
    background-image: none;
    border-color: #4a7968;
}

btn-outline-success:hover {
    color: #fff;
    background-color: #4a7968;
    border-color: #4a7968;
}

.link_table:hover {text-decoration:underline;}
.title_spoiler {
    font-weight: bold;
    font-size: 18px;
}

.scriptcode, .title_quote, .title_spoiler, .text_spoiler {
    padding: 15px 10px;
    background: #fff;
    border: none;
}

.sky-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 1031;
}

.image_container {    max-height: 210px;
    overflow: hidden;}

.accordion .link {font-size:18px;}

.accordion li i {
    position:absolute;
    top:16px;
    left:1.25rem;
    font-size:18px;
    color: #8fd4fd;
    -webkit-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;
}

.accordion li i.fa-plus {
    right:12px;
    left:auto;
    font-size:16px
}

.accordion li.open .link {
    color:#000
}

.accordion li.open i {
    color: #c13a35;
}

.accordion li.open i.fa-plus {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


/*стили таблиц прайсов*/

table.pricetable thead,table.pricetable tbody tr.pttr { background: #4a7968;  color: #FFF; text-transform:uppercase; font-size:1.3em;
    font-weight:300;
    text-align: left;
}
table.pricetable thead tr th,table.pricetable tbody tr.pttr td {font-weight:300;
    font-weight:300;
    text-align: left;
    background: #4a7968;
}

table.pricetable tr.green01 {background: #4a7968;    color: #FFF;}
table.pricetable tr.blue01 {background: #73beea;color: #FFF;}
.minus{background: #BCE6FC;color: #FFF;}
.plus{background: background: #73beea;color: #FFF; }
.font300 {font-weight:300;}
.font700 {font-weight:700;}
table.pricetable td{ background: #73beea;color: #FFF;transition: 0.3s all; }
table.pricetable tr:hover td { background: #679dea;color: #FFF; transition: 0.3s all;}

table.pricetable td, .pricetable th {border: 8px solid #f8f8f8;}

.font2 {font-family:roboto condensed;}
