/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23.03.2020, 18:03:50
    Author     : PASHA
*/
/*.col-mb-30 {
    margin-bottom: 30px!important;
}
.breadcrumb-container {
    padding: 22px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item > a {
    color: #969696;
}
.breadcrumb-item.active,
.breadcrumb-item > a:hover {
    color: #4759bf;
    text-decoration: none;
}*/




/*.section-block.sb-g {
    background-color: #edeff7;
}*/

.block-content {
    background: #fff;
    margin-bottom: 30px;
    padding: 2.5rem;
}



/***********************************************/
/*Правое меню*/
/*.right-menu {
    display: block;
    background-color: #303441;
    color: #fff;
}
.right-menu .right-list-menu,
.right-menu .right-panel-menu,
.right-menu .right-panel-footer {
    padding: 1.4rem;
}
.right-menu .right-panel-menu {
    background-color: #3154ac;
}
.right-menu .list-menu-title,
.right-menu .panel-menu-title {
    font-size: 1.75rem;
    letter-spacing: 1px;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.3;
}
.right-menu .panel-menu-title {
    font-size: 1.45rem;
    letter-spacing: .7px;
}
.right-list-menu .list-group-item {
    padding: .75rem 0;
    background: transparent;
}
.right-list-menu .list-group-item > a {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.45;
}
.right-list-menu .list-group-item > a:hover {
    color: #fd5f00;
    text-decoration: none;
}
.right-menu .panel-menu-text {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.45;
}
.right-panel-footer .panel-footer-text {
    color: #fd5f00;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.45;
    display: flex;
    margin-bottom: .5rem;
}
.right-panel-footer .panel-footer-text > i {
    margin-top: .2rem;
    margin-right: .45rem;
}*/
/*Конец правого меню*/
/******************************************************************/
.calc-gku-container {
    background: #fff;
    margin-bottom: 30px;
    padding: 1.5rem 2.5rem;
    position: relative;
}
.calc-gku-container .calc-gku-title {
    color: #0f66dd;
    font-size: 2rem;
    letter-spacing: .7px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
    max-width: 70%;
}
.calc-gku-container .calc-gku-divider {
    border-color: #0f66dd;
    border-width: 4px;
    border-radius: 2px;
    border-bottom-style: solid;
    max-width: 120px;
    margin: .7rem 0 1rem;
}
.calc-gku-container .calc-gku-subtitle {
    color: #5295f2;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.3;
}
.calc-gku-container .calc-gku-body {
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.45;
    font-size: 1.15rem;
    color: #47617d;
}
/*.calc-gku-body .calc-gku-card {
    color: #fd5f00;
    border: 2px solid #fd5f00;
    padding: 1rem;
    background-color: #ffece0;
    border-radius: .25rem;
    margin-bottom: 30px;
}
.calc-gku-card-body .calc-gku-card-text {
    font-size: .97rem;
    font-weight: 400;
}*/
.calc-gku-body .calc-gku-list {
    list-style: none;
    margin-left: 0;
    padding-left: 1rem;
}
.calc-gku-body .calc-gku-list .calc-gku-item {
    color: #fd5f00;
    font-size: .97rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.calc-gku-body .calc-gku-list .calc-gku-item-icon {
    /*font-size: 1.05rem;*/
    margin-right: .5rem;
}
.calc-gku-item-icon > i {
    font-size: 1.05rem;
}

.calc-gku-card {
    padding: 30px 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(222, 222, 222, 1);
    height: 100%;
}
.calc-gku-card:hover {
    background-color: #3154ac;
    color: #fff;
}
.calc-gku-card .calc-gku-card-icon {
    color: #3154ac;
    margin-bottom: .6rem;
}
.calc-gku-card .calc-gku-card-icon .fa-2x {
    font-size: 2.5em;
}
.calc-gku-card-content .cgcc-text {
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 1.45;
    font-size: 1.15rem;
    color: #47617d;
    margin-bottom: 0;
}
.calc-gku-card-content .cgcc-text.phone-orange,
.calc-gku-card:hover .calc-gku-card-content .cgcc-text.phone-orange {
    color: #fd5f00;
    font-size: 1.5rem;
}
.calc-gku-card:hover .calc-gku-card-content .cgcc-text,
.calc-gku-card:hover .calc-gku-card-icon {
    color: #fff;
}