*{
    font-family: Segoe UI, sans-serif;
}
body{
    background: #fff;
}
.head-shadow{
    box-shadow: 0 5px 10px #00000015;
    position: relative;
    z-index: 100;
}
.header{padding-top: 30px;background-color: #fff}
.navbar{
    padding: 0 15px;
}
.top-logo{

    display: block;
}
.top-logo img{
    max-width: 100%
}
.top-btn-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.top-btn{
    border:1px solid #ff6600;
    color: #ff6600;
    display: flex;
    max-width: 165px;
    height: 50px;
    line-height: 18px;
    align-items: flex-end;
    justify-content: flex-start;
    float: left;
    margin-right: 30px;
    padding: 8px 9px;
    background-color: #ffffff;
    text-align: left;
    white-space: normal;
}
.top-btn:nth-child(3){
    margin-right: 0;
    border:1px solid #009900;
    color: #009900;
}
.top-btn img{margin-right: 5px}
.phone-right{
    display: inline-block;
}
.phone-title{
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 5px;
}
.phone-title+a{
    font-size: 28px;
    color: #009900;
    font-weight: 700;
    line-height: 30px;
}
.select-center{
    padding-top: 20px;
}
.select-center i{font-size: 24px}
#change_center{
    text-decoration: underline;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}
.current_center{
    color: #009900;
}

#top_menu{
    background-color: #f0f0f0;
    border-top:1px solid #000;
    padding: 10px 0;
    text-align: center;
    text-align: justify;
}
#top_menu .nav{
    justify-content: center;

}
#top_menu .nav-item{flex-grow: 1;text-align: center}
#top_menu .nav-item a{
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 500;
}
#top_menu .nav-item a.active,#top_menu .nav-item a:hover,#top_menu .nav-item a:focus,#top_menu .nav-item a:active{
    color: #009900;
    transition: all 0.3s;
    text-decoration: none;
}
.dropdown-menu{
    border-radius: 0;
    background-color: #f0f0f0;
}
.dropdown-menu .sub-nav-item{
    display: block;
    padding: 5px 10px;
    transition: all 0.3s;
}
.dropdown-menu .sub-nav-item:hover{
    background-color: #fff;
    transition: all 0.3s;
}
.carousel-block{
    width: 100%;
    z-index: 99;
    box-shadow: 0 5px 10px #00000015;
}
.page-title{
    font-size: 30px;
    display: block;
    margin: 30px auto;
}

.page-title:after,.page-title:before{
    display: inline-block;
    content: '';
    height: 2px;
    width: 50px;
    background-color: #000;
    vertical-align: middle;
    margin: 0 10px;
}
.block-service{
    margin-bottom: 30px;
}
.block-service li.list-inline-item{
    float:left;
    width: 12.5%;
    padding: 0 15px;
    margin-right: 0;
}
.block-service li img{
    max-width: 100%;
}
.block-callback{
    background: url("../img/callback_bg.png") no-repeat center bottom;
    height: 435px;
    padding-top: 105px;
}
.title-callback{
    font-size: 30px;
    text-transform: uppercase;
}
.title-callback+p{
    font-size: 24px;
}
.block-callback a,#modal-959916{
    display: inline-block;
    font-weight: 600;
    color: #fff;
    margin: 0 15px;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #009900;
    min-width: 35%;
    font-size: 16px;
    text-transform: uppercase;
}
.block-callback a#modal-94575{
    background-color: #ff6600;
}
.block-review{
    background-color: #f5f5f5;
}

.footer{
    border-top: 1px solid #000;
}
/*---------media----------*/
@media screen and (max-width:1140px) {
    .phone-block a{
        font-size: 28px;
    }
}

.page-wrapper{
    background-color: #fff;
}
.carousel-indicators li {
    text-align: center;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
}
#carousel-871256 .carousel-indicators{
    display: block;
    text-align: center;
    position: relative;
    margin-top: -40px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}
#carousel-871256 .carousel-indicators li.active {
    background-color: #000;
}
.carousel-caption{
    right: 20.5%;
    height: 100%;
    left: auto;
    padding: 15px;
    bottom: 0;
    width: 29.5%;
    background-color: rgba(251,251,251,0.9);
    color: #000;
	font-size:14px;
}
.carousel-caption .h5{
    font-size: 24px;
    color: #ff6600;
    text-transform: uppercase;
}
.carousel-item:first-child .carousel-caption{
    padding: 15px 15px 15px 60px;

}
.carousel-caption i{
    color: #f60;
    margin-right: 10px;
}
.carousel-caption li{
    font-weight: bold;
}
.carousel-caption #modal-959916{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.action-circle{
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100px;
    left: -50px;
    font-size: 20px;
    top: 20px;
    border: 4px solid #ff9933;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 4px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.action-circle p{
    position: relative;
    color: #fff;
    z-index: 2;
    margin: 0;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.action-circle small{
    font-size: 0.55em;
}
.action-circle:after{
    display: block;
    content: '';
    width: 95%;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    height: 95%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de611d+0,ff9933+100 */
    background: #de611d; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #de611d 0%, #ff9933 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #de611d 0%,#ff9933 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #de611d 0%,#ff9933 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de611d', endColorstr='#ff9933',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '\21D2';
}
.breadcrumb{
    border-radius: 0;
    background-color: #f0f0f0;
}
.breadcrumb a{
    color: #000;
}
.select-center{
    position: relative;
}
.select_city{
    display: none;
    position: absolute;
    z-index: 1010;
    bottom:-50px;
    left: 0;
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    font-size: 12px;
    max-width: 200px;

}
.select_city:before{
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(-45deg);
    content: '';
    top: -9px;
    left: 50%;
    margin-left: -8px;
}
.column {
    -webkit-columns: 3;
    -moz-columns:3;
    columns: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid transparent;
    -moz-column-rule: 1px solid transparent;
    column-rule: 1px solid transparent;
}
.nav-tabs{
    border-bottom: 1px solid #000;
}
.tab-pane{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #000 #000 #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: #333;
}
.nav-tabs .nav-link{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.icon-cart{
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
}
.icon-cart:focus{
    outline: none;
}
.icon-cart:before{
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    border: 1px solid #f60;
    color: #F60;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
}
.icon-cart.check-prod:before{
    content: '\2714';
}
#stuffHelper{
    position: fixed;
    top:0;
    right: 0;
    max-width: 120px;
    padding: 10px;
    color: #FFF;
    background-color: #009900;
    font-size: 12px;
}
/* Icon 1 */
.navbar-toggler{
    padding: 8px 0;
}
.catalog-header{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding:5px 15px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.animated-icon1, .animated-icon3, .animated-icon4 {
    width: 20px;
    height: 8px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span, .animated-icon3 span, .animated-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #333;
}

.animated-icon3 span {
    background: #333;
}

.animated-icon4 span {
    background: #333;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 3px;
}

.animated-icon1 span:nth-child(3) {
    top: 6px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.left-menu ul{
    padding: 0;
    list-style: none;
}
.left-menu ul>li{
    border-bottom: 1px solid #000;

}
.left-menu ul>li>a{
    display: block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 15px;
}
.left-menu ul>li:hover,.left-menu ul>li.current{
    background-color: #F0F0F0;

}
.left-menu ul>li:hover>a,.left-menu ul>li.current>a{
    color: #009900;
    text-decoration: none;
}
.contact-addr{
    display: inline-block;
    font-weight: 600;
    color: #fff;
    margin: 10px 15px;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #009900;
    font-size: 16px;
}
.contact-addr:hover,.contact-addr:active,.contact-addr:target,.contact-addr:focus{
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 700px){
    .header{
        padding-top: 10px;
    }
    .top-logo{
        width: 88%;
        display: inline-block;
    }
    .top-logo img{
        margin-top: 0;
    }
    .top-btn img{
        width: 20px;
    }
    #change_center{
        margin-right: 0;
        color: #a09f9f;
        font-size: 13px;
    }
    .top-btn img,.top-btn i{
        filter: grayscale(1);
    }
    .top-btn:nth-child(3){
        color: #a09f9f;
    }
    .top-btn{
        color: #a09f9f;
        width: 49%;
        flex: 0 0 49%;
        border: 1px solid #a09f9f;
        margin-right: 0;
        margin-bottom: 4px;
        height: 50px;
        line-height: 18px;
        padding: 8px 9px;
        background-color: #ffffff;
    }
    .top-btn:last-child{border: 1px solid #a09f9f;}
    .top-btn:nth-child(odd){
    margin-right: 2.5px;
    }
    .top-btn:nth-child(even){
        margin-left: 2.5px;
    }
    #top_menu .container{
        width: 100%;
    }
    #top_menu .nav{
        display: block;
    }
    #top_menu li{
        display: block;
        text-align: left !important;

    }
    .carousel-item:first-child .carousel-caption{
        padding: 15px;
    }
    .carousel-caption{
        width: 100%;
        right: 0;

        font-size: 12px;
    }
    .carousel-caption .action-circle{
        display: none;
    }
    .carousel-caption .h4{
        font-size: 20px;
    }
    .block-service li.list-inline-item{
        width:33.333333%;
    }
    #carousel-871256 .carousel-indicators{
        width: 50%;
        margin-top: 0;
    }
    .page-title{
        font-size: 22px;
    }
    .page-title:after, .page-title:before{
        display: none;
    }
}
