@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,900&display=swap&subset=cyrillic,cyrillic-ext');

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

html {
    font-size: 1rem;
}
body {
    position: relative;
    color:  #000;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
body > section {
    margin-bottom: 2rem;   
}
a {
    -webkit-transition: all.3s;
    -moz-transition: all.3s;
    transition: all.3s;
    outline: none !important;
    color: #0b2f54;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 2px solid #f8f8f8;
    border-top: 2px solid #f8f8f8;
    border-right: 2px solid #f8f8f8;
    border-left: 2px solid #f8f8f8;
}
.table.vertical_centered > tbody > tr > td {
    vertical-align: middle;
}

form .rating-stars:hover{
    cursor: pointer;
}

footer {
    background-color: #13531d;
    padding: 2.5rem 0;
    text-align: center;
    color: #fff;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;    
}
h1,h2,h3 {
    color: #56b665;
    font-weight: 900;   
}
h1 {
    font-size: 3.4rem;
    text-align: center;
    margin: 2rem 0;  
}
main {
    font-size: 16px;
    margin-bottom: 3rem;   
}
main h2 {
    text-align: center;
}
main a {
    text-decoration: underline;
}

#to-top, #fixed-phone {
    bottom: 2rem;
    left: 2rem;
    position: fixed;
    z-index: 1000;  
}
#to-top a, #fixed-phone a {
    background: #13531D url(./img/angle-up.svg) no-repeat scroll 50% 50%/contain;    
    background-size: 16px;
    border-radius: 50px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.18);
    color: #FFFFFF;
    display: block;
    height: 50px;
    line-height: 46px;
    opacity: 0.7;
    text-decoration: none;
    transition: all 1s ease 0s;
    width: 50px;
}
#fixed-phone {
    left: auto;
    right: 2rem;
}
#fixed-phone a {
    background-image: url(./img/phone.svg);
}
#to-top a:hover, #fixed-phone a:hover {
    opacity: 1;
    background-color: #13531d
}

.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-20 { width: 20% !important; }
.w-25 { width: 25% !important; }
.w-30 { width: 30% !important; }
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-45 { width: 45% !important; }
.w-50 { width: 50% !important; }
.w-55 { width: 55% !important; }
.w-60 { width: 60% !important; }
.w-65 { width: 65% !important; }
.w-70 { width: 70% !important; }
.w-75 { width: 75% !important; }
.w-80 { width: 80% !important; }
.w-85 { width: 85% !important; }
.w-90 { width: 90% !important; }
.w-95 { width: 95% !important; }

.h-20 { height: 20% !important; }
.h-40 { height: 40% !important; }
.h-60 { height: 60% !important; }
.h-80 { height: 80% !important; }

.ptb-2{ padding: 2rem 0; }
.ptb-3{ padding: 3rem 0; }
.ptb-4{ padding: 4rem 0; }

.carousel {
    background-color: gray;
}
.carousel-placeholder{
    height: 250px;
}

.navbar-toggler:focus, .form-control:focus, .form-control:active, .btn-service:focus,  button:focus, button:active {
   outline: none !important;
   box-shadow: none;
}

.sec-title {   
    position: relative;
    padding: 40px 0 60px;
    background-image: url("./img/default_head_bgd.jpg");   
    background-color: #f4f4f4;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}
.sec-title::before {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #13531D 0%, rgba(19, 83, 29, 0) 53%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sec-title h1 {
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    text-transform: none;   
}


.our-services h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
}
.our-services .card {    
    background-color: #F6F6F6;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    color: #262626;
    width: 32%;
    border: none; 
    text-align: center;    
}
.our-services .card.bkg1 {
    background-image: url('./img/os1.png');
}
.our-services .card.bkg2 {
    background-image: url('./img/os2.png');
}
.our-services .card.bkg3 {
    background-image: url('./img/os3.png');
}
.our-services .card-body {
    padding: 3rem 3rem 0rem;
}
.our-services .card-text {
    font-size: 1.5rem;
    font-weight: 800; 
}
.our-services .card-footer {
    padding-bottom: 20px;
    border: none;
}
.our-services .card-footer.first {
    background-color: transparent;
}
.our-services .card-footer.last {
    background-color: #fff;
    min-height: 4.6rem;
    border: none;
    padding-top: 0.4rem;
    padding-bottom: 0px;
}
.our-services .card-footer.last a{
    border: none !important;
    color: #56B665 !important;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase;
}
.our-services .card-footer.last a:hover{

}
.btn-service {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #56B665;
    color: #56B665;
    text-transform: uppercase;
    transition: all 250ms ease-out 0s;
    font-weight: 700;
    font-size: 0.9rem;
}
.btn-service:hover {
    background-color: #56B665;
    color: #fff;
}

.post-image-float{ 
    margin-left: -2000px;
    float: right; 
}

.theme-green{
    background-color: #13531d;    
}
.theme-gray {
    background-color: #f4f4f4;   
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}

main ul li {
    list-style-type: none;
    padding-left: 1em;
}
main ul li:before {
    content: "\25CF";
    color: #56b665;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
main ul.list-unstyled li {
    padding-left: 0;   
}
main ul.list-unstyled li:before {
    content: "";
    margin-left: 0;
    width: 0;
}


#social-menu {
    flex-direction: row;
    min-height: 30px;
}

.tophead {
    background-color: #13531d;
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;    
    font-family: "Montserrat", sans-serif;
    color: #fff;
}
.tophead a {
    color: #fff;
    white-space: nowrap;
}
.tophead a:hover {
    text-decoration: underline;
}
.tophead .icon {
    position: relative;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 25px;
    display: inline-block;
}
.tophead .icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 27px;
    height: 27px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon_mail:after{
    background-image: url(./img/mail.svg);    
}
.icon_viber:after{

}
.icon_whatsapp:after {
    background-image: url(./img/what.svg)
}
.icon_vk:after {
    background-image: url(./img/vk.svg)
}
.icon_insta:after {
    background-image: url(./img/insta.svg)
}

.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .nav-link{ color: #fff;  }
.navbar .nav-item:hover .dropdown-menu{ display: block; }
.navbar .nav-item .dropdown-menu{ margin-top:0; }

.before_footer {
    padding: 3rem 3rem;
}
.before_footer>div{margin:20px 20px 0 0;}
.before_footer .name {
    color: #000;
    font-size: 1rem;    
    font-weight: 600;
    min-height: 35px;
}

.btn-theme {
    background-color:#56B665 !important;
    border-color: currentcolor currentcolor #3C984B;
    border-radius: 7px;
    border-style: none none solid;
    border-width: 0 0 4px;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-theme:hover{
    background-color:#54d568 !important;
}
.btn-theme .spinner-border {
    
}

.comment{
    margin-bottom: 1.5rem;
}
.comment .card-title{
    font-weight: bold;
}
.comment .text-muted { 
    margin-top: -0.7rem;
    font-size: 0.9rem;
}
.comment .card-text {
    margin: 1rem 0 0.2rem;
}

#mobile_menu ul {
    margin: 10px -16px 0px -16px !important;
}
#mobile_menu ul>li>a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 25px;
    border-bottom: 1px solid rgba(197,209,221,0.2);
    outline: none !important;
}
#mobile_menu ul>li>a:hover {
    text-decoration: none!important;
    background-color: #132b1d;
    color: #fff;
}

#main_menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: right
}
#main_menu ul>li {
    margin-left: 10px;
}
#main_menu>ul>li>a {
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    color: #000;
}
.h-menu ul li.dropdown i {
    margin-right: 10px
}
#main_menu ul li.dropdown .dropdown-menu a {
    background-color: #fff;
    color: #0a2f60;
}
#main_menu ul li.dropdown .dropdown-menu a:hover, #main_menu ul li a:hover {
    color: #56b665;
}

.rating-stars {
    background: rgba(0, 0, 0, 0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAANCAYAAAApI3lNAAABOklEQVRYhe3Xr0oEURSA8QFBEZQ1rEHEKK5BxaL4BlatPoNNFjSt3eKb2ATBoEVshjucLYLFP0EwiKIYxu/iDTecGc4wpr0TfmV29tvDgb27k+XD+0zlZBmrpa9bjXinKIrMoio0wOk/DDTSnWaLdjKOawwx1WCYJDpNFt3DFwpsNBgoiY5t0U7msIBZdNHBYYh4J+FaN9zj751XPrztRB1t0du4wyde8IjvKPSDJzzjI3xddpWB2k7U0Y8OJ2s4j95c5gqbFV+ptkOn+ox2MokDvCmBdxxj2nB+Jd2x/Rg6GcOFEroxDZN4x/6vw8kKXpWQP5+2agyUZKfOovfDG/2hv4cdPIRrgxoDJdmxLfrvDLrFZR4/ojpZxBkEM4Zhku5YFr2Eo1x7YnIygT7WDQMl1fFLjDtli/4F1oHboD0KKQAAAAAASUVORK5CYII=) no-repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    position: relative;
    width: 90px;
}
.rating-stars-full {
    background: rgba(0, 0, 0, 0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAANCAYAAAApI3lNAAABQ0lEQVRYhe2XO0sDQRCAA4IiKFokhYilxBQa0ihW29pq62+wE8kmjfY2/hO7gJBCG7GzM6WNj0KwEGUlxfrdI+Ewu3vro5zigzA382WYux3uKtbaigujVQM2fNdjEU9GSHQMZ//QkHh8gzYdNQ1XMIC5XzcjntJBr4EBC5t/aEg8o0Hz+C/BCgU1qMKC6SoNNuc0jWXXammuVssTfy6eoCcR7cAtSR/wDA8UfxZEQ2KP8ATv5A5gz9GQeAKekaxJUi89Cl0P2TG5JHfLe6TE4/UU984sHMKrQ/RG/ATmI/aXeEKDzmVTcOG4W9cxzYjHX/tdtA4v+TEokuyn7R80JJ7goLU6yAuTpb8Pu3BP3CYv6NENicc/aNNmB2l1A32Kx5+W/F4ldg535CyWNiOekkFrVYcOTHzpEJuBI2hF3HXxOPgCR9dLRcd27/cAAAAASUVORK5CYII=) no-repeat scroll left top;
    height: 13px;
    position: absolute;
    width: 100%;
}

.breadcrumbs_wrap, .breadcrumb {
    background-color: #f4f4f4;
    margin-bottom: 0;
}
.breadcrumb li {
    color: #56b665 !important;
}
.breadcrumb li a {
    color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #56b665;
    content: "\25CF";
}


.main_phone a{
    display: inline-block;
    padding-top: 14px;
    padding-left: 26px;
    position: relative; 
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 700;
}
.main_phone a::before{
    content: "";
    background-image: url(./img/phone-alt.svg);
    background-position: center center;   
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px; height: 34px;    
    position: absolute;
    left: 0;
    bottom: 0;
}
.main_phone a::after {
    content: "Просто позвоните";
    display: block;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
}

.rating-review{
    font-family: arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
}

@media(max-width:990px) {
    html {
        font-size: 0.9rem;
    }
    .tophead {
        margin: 8px 5% 0px 5%;
    }
    #social-menu a {
        position: absolute;
        width: 27px;
        height: 27px;
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    #social-menu a span {
        display: none;
    }

    .mobilenav {       
        background-color: #13531d;
    }  
    .mobiletel {   
        position: absolute;     
        top: 0.6rem;
        right: 0;
        color: #fff;
        font-size: 14px;
        line-height: 2.7rem;
        padding-right: 20px;
    }
    .mobiletel a {
        margin-left: 20px;
        display: inline-block;
        float: right;
        background-image: url(./img/phone2.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-size: 15px 15px;
        width: 32px;
        height: 32px;
        background-color: #fff;
        border-radius: 10px;
        z-index: 1;
    }

    .sec-title {   
        min-height: inherit;
        padding: 1rem;
    }
    .sec-title h1 {
        font-weight: 700;
        line-height: 1.3;
        margin-top: 0;
    }

    .our-services .card {    
        width: 100%;
        margin-top: 0px;      
    }  
    .our-services .btn-service {    
        width: 100%;
    } 
}

@media(max-width:690px) {
    html {
        font-size: 0.8rem;
    }
}


