/* ---------------------------------------------------------
18	 contactListColumn
       ---------------------------------------------------------*/
.contactListColumn {
    border-radius: 50px;
}

.contactListColumn .icon {
    font-size: 30px;
    line-height: 40px;
    color: #5ba515;
}
/* sm */
@media (min-width: 768px) {
    .buttonChat {
        background: url("/images/chat.png") no-repeat bottom;
        border:none;
        background-size: 50px,50px;
        width: 50px;
        height: 58px;
    }
}
/* md */
@media (min-width: 992px) {
    .buttonChat {
        background: url("/images/chat.png") no-repeat bottom;
        border:none;
        background-size: 60px,60px;
        width: 60px;
        height: 68px;
    }
}
/* lg */
@media (min-width: 1200px) {
    .buttonChat {
        background: url("/images/chat.png") no-repeat bottom;
        border:none;
        background-size: 68px,68px;
        width: 68px;
        height: 80px;
    }
}
@media (max-width: 768px) {
    .buttonChat {
        background: url("/images/chat.png") no-repeat bottom;
        border: none;
        background-size: 40px, 40px;
        width: 40px;
        height: 48px;
    }
}
.buttonChat:hover {
    background-position: 0 0px;
}
/*.ftco-section {
    !*    position: relative;
        width: 100%;
        display: block;*!
    !*padding: 3em 0;*!
    position: relative;
}

.ftco-animate {
    opacity: 0;
    !*visibility: hidden;*!
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.ftco-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

/*
.block-7 .pricing-text, .block-7 .pricing-text li {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
}

.block-7 .btn-primary {
    border: none;
    background: #12e6ca;
    background: -moz-linear-gradient(45deg, #12e6ca 0%, #8be55d 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #12e6ca), color-stop(100%, #8be55d));
    background: -webkit-linear-gradient(45deg, #12e6ca 0%, #8be55d 100%);
    background: -o-linear-gradient(45deg, #12e6ca 0%, #8be55d 100%);
    background: -ms-linear-gradient(45deg, #12e6ca 0%, #8be55d 100%);
    background: linear-gradient(45deg, #12e6ca 0%, #8be55d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12e6ca', endColorstr='#8be55d', GradientType=1);
}*/

/*.btn.btn-primary {
    background: #627bed;
    border: 1px solid #627bed;
    color: #fff;
}*/


/*второй блок*/
.pricing-entry {
    border: 2px solid #299adc;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .pricing-entry {
        margin-bottom: 4em;
    }
}

.pricing-entry > div {
    padding: 20px;
}

.pricing-entry > div p {
    margin-bottom: 0;
}

.pricing-entry h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

.pricing-entry p .price {
    font-weight: 900;
    font-size: 28px;
    color: #299adc;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-entry p .per {
    font-size: 12px;
}

.pricing-entry ul {
    margin: 0;
    padding: 0;
}

.pricing-entry ul li {
    list-style: none;
    padding: 10px 20px;
}

.pricing-entry ul li:nth-child(odd) {
    background: #fafafa;
}

.pricing-entry .button {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-entry .button .btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-entry:hover, .pricing-entry:focus {
    border: 2px solid #3bc053;
}

.pricing-entry:hover h3, .pricing-entry:focus h3 {
    color: #3bc053;
}

.pricing-entry:hover .btn, .pricing-entry:focus .btn {
    background: #3bc053 !important;
    border: 1px solid #3bc053 !important;
    color: #fff !important;
}

.pricing-entry:hover .price, .pricing-entry:focus .price {
    color: #3bc053;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #3b71ca;
    border-color: #3b71ca;
}

.nav-tabs .nav-link {
    border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 0 2px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    /*font-size: 12px;*/
    color: rgba(0, 0, 0, .55);
    padding: 17px 29px 16px;
}

.btn_action {
    color:#fff;
    background-color:#006dff;
    border-color:#006dff;
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn_action:hover {
    color:#fff;
    background-color:#005dd9;
    border-color:#0057cc
}
.btn_action:focus,
.btn_action.focus {
    color:#fff;
    background-color:#005dd9;
    border-color:#0057cc;
    -webkit-box-shadow:0 0 0 .2rem rgba(38,131,255,0.5);
    box-shadow:0 0 0 .2rem rgba(38,131,255,0.5)
}
.btn_action.disabled,
.btn_action:disabled {
    color:#fff;
    background-color:#006dff;
    border-color:#006dff
}
.btn_action:not(:disabled):not(.disabled):active,
.btn_action:not(:disabled):not(.disabled).active,
.show>.btn_action.dropdown-toggle {
    color:#fff;
    background-color:#0057cc;
    border-color:#0052bf
}
.btn_action:not(:disabled):not(.disabled):active:focus,
.btn_action:not(:disabled):not(.disabled).active:focus,
.show>.btn_action.dropdown-toggle:focus {
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(38,131,255,0.5);
    box-shadow:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(38,131,255,0.5)
}



.btn_success {
    color:#fff;
    background-color: #30c05f;
    border-color:#30c05f;
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn_success:hover {
    color:#fff;
    background-color:#259349;
    border-color:#388853
}
.btn_success:focus,
.btn_success.focus {
    color:#fff;
    background-color:#259349;
    border-color: #2b8549;
    -webkit-box-shadow:0 0 0 .2rem rgba(92, 255, 38, 0.5);
    box-shadow:0 0 0 .2rem rgba(60, 255, 38, 0.5)
}
.btn_success.disabled,
.btn_success:disabled {
    color:#fff;
    background-color: #12a202;
    border-color: #12a202
}
.btn_success:not(:disabled):not(.disabled):active,
.btn_success:not(:disabled):not(.disabled).active,
.show>.btn_success.dropdown-toggle {
    color:#fff;
    background-color: #1fa801;
    border-color: #1fa801
}
.btn_success:not(:disabled):not(.disabled):active:focus,
.btn_success:not(:disabled):not(.disabled).active:focus,
.show>.btn_success.dropdown-toggle:focus {
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(110, 255, 38, 0.5);
    box-shadow:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(110, 255, 38, 0.5)
}
.btn-round {
    border-radius: 2rem;
}