 /* custom.css */
/* ---  start mobil version --- */
@media (max-width: 768px) {
.row-fluid .span4 {
    width: 100%;
}
.bh {
    font-size: 24px;
}
.row-fluid .span3 {
    width: 46%;
}
}
/* ---  and mobil version --- */
@media (min-width: 768px) {
.blog {
    margin-top: -50px;
    } 
}
#sp-main-body {
    padding: 80px 0 40px 0;
}
#sp-header {
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 93px;
}
#sp-top-bar {
    padding: 8px 0;
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: right;
}
#sp-top-bar .sp-module {
    margin: 0;
}
.topinf{
    color: #1c78aa;
    display: inline-block;
/*    margin: 0 10px; */
    font-size: 90%;
}
.topinf .fa {
    margin-left: 16px;
}
.topinf div {
    float: left;
}
.bh {
    font-weight: bold;
    line-height: 1.3em;
    font-size: 34px;
    text-align: center;
    color: #1c78aa;
    text-transform: uppercase;
}
.rh {
    line-height: 1.3em;
    color: #77b551;
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.rh2 {
    line-height: 1.3em;
 /*   color: #21779B; */
    color: #77b551;
    margin-top: 5px;
    padding: 7px 0 12px 0;
    font-size: 20px;
    text-align: center;
}
p {
    text-align: justify;
}
a {
    color: #1c78aa;
}
.h4, h4 {
    font-size: 18px;
    line-height: 26px;
}
.sp-contact-info li {
    color: #1c78aa;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    font-size: 16px;
    font-weight: bold;
    color: #1c78aa;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #77b551;

}
.wkr, .wkr p {
    text-align: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.wkr:hover {
    transform: scale(1.1);
}
.ikrug {
    border: 3px solid #77b551;
    width: 130px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 35px;
    height: 130px;
    transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ikrug:hover {
    box-shadow: inset 0 0 0 65px #E8F1F8;
    color: #fff; 
}
.ikrug i.fa {
    font-size: 60px;
    color: #77b551;
    transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ikrug i.fa:hover {
   color: #1c78aa; 
}

/* --- Кнопки --- */
.sppb-btn-primary {
    color: #FFF;
    background-color: #1c78aa;
*/    background-color: #77b551; */
}
.sppb-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: pre-line;
    padding: 7px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary:hover, .sppb-btn-primary:hover {
    color:#fff;
}
.sppb-btn-lg {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
}
.sp-module .sp-module-title {
    font-size: 24px;
    color: #1c78aa;
}
.sp-module ul >li >a {
    color: #77b551;
}
.entry-header h2 {
    text-transform: uppercase;
    margin: 0;
    color: #77b551;
}
.sp-feature h3 {
    text-align: center;
}
.fa-phone-square:before {
    content: "\f098";
    color: #77b551;
    font-size: 28px;
}
.entry-header h2 a {
    color: #2bb673;
}
.entry-image {
    margin-bottom: 30px;
    margin-right: 25px;
    max-width: 400px;
}
.mypc {
    text-align: center;
}
.sp-features .mypc p {
    text-align: justify;
    text-align: center;
}
.sp-features .mypc i.fa {
    font-size: 60px;
    color: #77b551;
    border: 3px solid #77b551;
    width: 130px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 35px;
    height: 130px;
    transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sp-features .mypc i.fa:hover {
    box-shadow: inset 0 0 0 65px #77b551;
    color: #fff;
    background: #77b551;
}
.sp-features .myp img:hover {
    opacity: 0.6;
}
.sp-features .myp img {
    opacity: 1;
    transition: all .7s ease-in-out;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
#sp-bottom {
    font-size: 15px;
}
#sp-bottom a {
 /*   color: #77b551; */
    color: #1c78aa;
}
.fa {
    color: #77b551;
}


table.tprice {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
table.tprice thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
}
table.tprice thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}
table.tprice thead tr th:last-child {
	border-radius: 0 8px 8px 0;
}
table.tprice tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
table.tprice tbody tr:nth-child(even){
	background: #f3f3f3;
}
table.tprice tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
table.tprice tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}


.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

i.fa.fa-whatsapp {
    color: #fff;
}



.osteo {
    color: #1c78aa;
}








p.chrono_credits {
    visibility: hidden;
}
#sp-footer {
    background: #1c78aa;
}