/*

* Use this file if you want to put custom styles and do not want to use Sass and Gulp

* Readmore - http://docs.imagecms.net/rabota-s-shablonom-multishop/rabota-s-css-i-javasctipt-dlia-razrabotchikov

*/

.binct-phone-number-1{

    color:

    #000;

}

.header-info__content {

    font-size: large;

    font-weight: 700;

}
.btn-privat:active, .btn-privat:focus, .btn-privat:hover {

    background-color: #a3c227;

    border-bottom-color: #788f1d;

}
.mleft2 {
  margin-left: 10px;
  margin-top: 3px;
  padding-top: 5px;
}
.btn-privat-new {
    height: 60px;
    width: 213px;
    border-radius: 10px;
    background: url("/templates/sportline/_img/creditbutton.svg") no-repeat;
    background-size: cover;
    color: #fff;
    line-height: 1;
    overflow: hidden;
}
.btn-privat-new:focus {
  outline: none;
}
.btn-privat__text-new {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 31px;
    margin-left: 41px;
    text-transform: uppercase;
    white-space: nowrap;
}
.btn-privat__text-new:hover {
    color: #000;
}