.priceTag{
   background-color: #17d5bc;
    max-height: 34px;
    padding-left: 5px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 6px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 22px !important;
    color: #ffffff !important;
    text-align: center;
    font-size: 14px !important;
    line-height: 100% !important;
    font-family: 'LatoWeb';
    margin-right: 10px;
}
.priceTag img{
   margin-right: 5px;
}

.btn.rassrochka{
   font-family: 'LatoWebSemibold' !important;
   background-color: transparent;
   color: #fff !important;
   border: 1px solid #fff;
   box-shadow: none;
   margin-top: 0px;
    margin-bottom: 50px;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding-top: 18px !important;
}
.btn.rassrochka:hover{
   background-color: #fff !important;
   border: 1px solid #fff !important;
   color: #17d5bc !important;
}