@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.site-index {
}

.site-index h1 {
    text-align: center;
    font-size: 75px;
    font-weight: 200;
}

.site-index h1 small {
    font-size: 20px;
    position: relative;
    top: -25px;
}


.site-index h1 small a:hover {
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link-mark {
    position: relative;
    color: #263f44;
    background: rgba(149, 222, 29, .1);
    border-radius: 1.25rem;
    padding: 12px;
    line-height: 1;
}

.rounded, .card {
    border-radius: 15px !important;
    font-family: "Montserrat";
}

.card-header {
    /* Где посажены ваши деревья? */
    padding-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.card-body {

}

.sidebar-dark-success .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-success .nav-sidebar > .nav-item > .nav-link.active {
    color: #263f44;
    background: rgba(149, 222, 29, .1);
    border-radius: 15px 0 0 15px;
    border-right: 7px solid #95de1d;

}

.sidebar-dark-success .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-success .nav-sidebar > .nav-item > .nav-link {
    padding: 20px;
    font-size: 16px;
    right: -10px;
}

.sidebar-dark-success .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-success .nav-sidebar > .nav-item > .nav-link:hover {
    border-radius: 15px 0 0 15px !important;
}

.sidebar-dark-success .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-success .nav-sidebar > .nav-item:hover {
    border-radius: 15px 0 0 15px !important;
}

.card-success.card-outline-tabs > .card-header a.active, .card-success.card-outline-tabs > .card-header a.active:hover {
    border-top: 3px solid #95de1d;
}

.bg-success {
    background-color: #95de1d !important;
}

a {
    color: #95de1d;
    text-decoration: none;
    background-color: transparent;
}

.btn {
    padding: 0.938rem 1.5rem;
    border-radius: 1.25rem;
}

.btn-boostrap {
    padding: 0.175rem 0.75rem !important;
    border-radius: 2px;
}

.trees-button {
    width: 80%;
    margin-top: 20px
}

.btn-success {
    background-color: #95de1d;
    border-color: #95de1d;
}

.btn-outline-success {
    color: #95de1d;
    border-color: #95de1d;
    background-color: none;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #95de1d;
    border-color: #95de1d;
}

.pointer {
    cursor: pointer;
}

.nav-header .brand-logo {
    padding-left: 25px;
    padding-right: 25px;
}

.brand-link {
    border-bottom: none !important;
}

[
class*=sidebar-light-] .nav-sidebar > .nav-item > .nav-link.active {
    /* color: #000; */
    box-shadow: none;
}

.price {
    font-weight: 600;
    color: #95de1d;
    font-size: 24px;
    margin-bottom: 0;
    float: right;
}


.gallery-wrap {
    margin-bottom: 20px;
}

.gallery-item {
    display: inline-block;
    margin: 0 5px 5px;
}

.info-box-custom {
    height: 35px;
    width: 35px !important;
    position: relative;
    top: 15px;
}

.info-box-custom-territory {
    height: 25px;
    width: 25px !important;
    position: relative;
    right: 10px;
}

.info-box-custom-history {
    height: 25px;
    width: 25px !important;
    position: relative;
    right: -10px;
}

.info-box-custom-history i {
    font-size: 14px;
}

.info-box-custom-territory i {
    font-size: 14px;
}

.info-big-box-custom {
    height: 35px;
    width: 35px !important;
}

.info-big-box-custom i {
    font-size: 14px;
    cursor: pointer;
}

.info-box-custom-avatar {
    height: 35px !important;
    width: 200px !important;
    position: relative;
    top: 8px;

}

.info-box-custom-avatar > div a {
    font-size: 14px !important;
}


.info-box-custom-avatar2 {
    min-width: 65px;
    height: 35px !important;
    width: 50px !important;
    position: relative;
    top: 8px;
}

.info-box-custom-avatar2 img {
    max-width: 60px !important;
    top: 15px;
    margin-left: 10px;
}

.info-box-custom i {
    font-size: 16px;
}

.info-box-text-custom {
    font-size: 13px;
}

.info-box-active-cert {
    background-color: #fff;
    width: 35px !important;
    height: 35px !important;
    position: relative;
    top: 15px;
}

.info-box-active-cert i {
    color: #3A9D3E;
    font-size: 16px;
}

.title-color {
    color: #3A9D3E !important;
}

.borderradis4 {
    border-radius: 4px !important;
}

.btn-small {
    padding: 4px 10px !important;
    border-radius: 2px;
}

.btn-success {
    background-color: #3A9D3E !important;
    border-color: #3A9D3E !important;;
    border-radius: 4px !important;
}

.tree-info {
    cursor: pointer;
}

.block-color {
    background-color: #3A9D3E !important;
}

.bg-success {
    background-color: #3A9D3E !important;
}

.btn-default {
    background-color: #959595 !important;
    font-weight: bold;
    color: #fff;
}

.carousel-control-prev, .carousel-control-next {
    height: 20px;
    width: 60px;
    bottom: 0 !important;
    top: auto !important;
}

.carousel-inner {
    height: 350px;
}

.detail-product-button {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.detail-button-icon {
    background: green;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer
}

.posadka-button {
    position: absolute;
    bottom: 50px;
    left: 0;
    border-radius: 0 !important;
}

.text-justify {
    color: #868686;
}

.report-tree-buttons {
    margin-top: 15px;

}

.report-tree-block {
    width: 100px;
    display: inline-block;
}

.report-tree-list {
    height: 150px;
    overflow: auto;
    white-space: nowrap;
}

.report-tree-block img {
    width: 60px;
}

.btn-bold {
    font-weight: bold !important;
    font-size: 16px;
}

.cert-activated-block {
    font-weight: bold;
    font-size: 18px;
}

.report-author-block {
    position: absolute;
    bottom: 10px
}

.report-block {
    padding-bottom: 70px
}

.my-certs {
    padding: 20px;
    height: 200px;
    text-align: center;
    line-height: 65px;
    position: relative;
}

.my-certs a {
    position: absolute;
    bottom: 0;
    left: 0
}