/**body {
    background: #fcfcfc;
}

.SectionTitle h3.st_name {
    display: none;
}

.blockTitle {
    display: none;
}

.product_list .page--masonry {
    clear: both;
}
.news .col-1-5 {
    width: auto;
}
.news_detail .eBlock p {
    font-size: 14px;
}

.news_detail #back {
    margin: auto;
    display: block;
    background: #fff;
    padding: 10px 30px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    border: 1px #656565 solid;
    border-radius: 0;
}
.news_detail #back:hover {
    background: #27e0cf;
    color: #fff;
    border: 1px #27e0cf solid;
}**/

::placeholder {
    color: red;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: red;
}

/* home - awesome features */
#bc_29 .col{
    width: 33.333333%;
    padding: 30px;
    float: left;
    box-sizing: border-box;
}
#bc_29 .features_wrap .services {
    position: relative;
}
#bc_29 .features_wrap .services i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #27E1CE;
}
#bc_29 .features_wrap .services .desc {
    padding-left: 70px;
}

#bc_29 .features_wrap .services .desc h3{
    font-size: 20px;
    font-weight: 700;
}

#bc_29 .features_wrap .services .desc p{
    color: #a2a2a2;
    line-height: 30px;
}

@media only screen and (max-width: 960px) {
    #bc_29 .col{
        width: 100%;
    }
}

/* home - awesome features */
#bc_32 p {
    text-align: center;
}
#bc_32 .btn{
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 20px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#bc_32 .btn-primary {
    background: #27E1CE;
    color: #fff;
    border: 2px solid #27E1CE;
}

#bc_32 .btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#bc_32 .btn.with-arrow:hover { 
    padding-right: 50px;
}

#bc_32 .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#bc_32 .btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

/* price */
#bc35 .price_block{
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    float: left;
}

@media screen and (max-width: 992px) {
    #bc35 .price_block {
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    #bc35 .price_block {
        width: 100%;
    }
}

#bc35 .price_block .box{
    text-align: center;
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    top: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

#bc35 .price_block .box:hover {
    webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    top: -2px;
}
#bc35 .price_block h2 {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #888f94;
}

#bc35 .price_block .price {
    font-size: 72px;
    color: #6d6d6d;
    line-height: 50px;
}

 #bc35 .price_block .price .currency {
    font-size: 30px;
    top: -0.9em;
    padding-right: 10px;
}

#bc35 .price_block .price small {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color: #888f94;
}
#bc35 .price_block p{
    font-size: 16px;
    line-height: 1.7;
    color: #7f7f7f;
    margin-bottom: 30px;
    margin-top: 0;
}

#bc35 .price_block .btn{
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#bc35 .price_block .btn-select-plan{
    padding: 12px 20px;
    background: #5bc0de;
    color: #fff;
    display: inline-block;
}