.header-html-1,.header-html-2{
 padding: 0 15px;
}
.header-html-1 strong {
	font-size: 17px;
} 
.entry-content blockquote.warning:before  {
	color: #ffffff;
	font-size: 48px;
    top: 40%;
    left: 14px;
    margin-top: -15px;
}
.entry-content blockquote.warning{
    background-color: #c51848d4;
    background: -webkit-gradient(linear,left top,right top,from(#c51848d4),to(#ffffff));
    background: -webkit-linear-gradient(left,#c51848d4 0,#ffffff 100%);
    background: -o-linear-gradient(left,#c51848d4 0,#ffffff 100%);
    background: linear-gradient(to right,#c51848d4 0,#ffffff 100%);
	padding: 23px 20px 20px 75px!important;
}
.entry-content blockquote.check{
    background: #cf4067;
	padding: 20px 20px 20px 75px!important;
}
.entry-content blockquote.check p{
   color: #fff;
}

.entry-content blockquote.check:before {color: #fff;font-size: 48px;
    top: 40%;
    left: 14px;
    margin-top: -15px;
}

.btn-clculul {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1.95rem;
    line-height: 1.5;
    background: #c51848;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    border-radius: 4px;
}		
button{
	outline: none!Important;
}
@media (max-width: 767px){
.header-html-1, .header-html-2 {
    margin-top: 15px;
	}
}

@media (max-width: 991px){
.main-navigation ul li a, .main-navigation ul li span {
    line-height: 1.2!Important;
    padding: 1rem 0;
	}
.main-navigation ul {
    padding: 1rem 0;
}
}