@import url(https://fonts.googleapis.com/css?family=Roboto:300italic,300,500,700,700italic&subset=latin,cyrillic);

body,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.p, p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0;
}

body, .p, p {
    font-size: 18px;
}

.strong, strong {
    font-weight: 700;
}

.h2, h2 {
    font-size: 36px;
}

.message {
    font-size: 92%;
    font-style: normal !important;
    text-align: left;

}

.btn-link {
    border: none;
}

.btn-primary {
    /*
        background-color: #75091c!important;
        color: #ffffff;
    */
}

.standard-button {
    background-color: #75091c !important;
    color: #ffffff;
}

.standard-button:hover {
    color: #ffffff;
    background-color: #87051c;
}

.secondary-button:hover {
    color: #87051c;
    border-color: #87051c;
}

.text-primary, .colored-text {
    color: #c80f2f !important;
}

.transp50 {
    opacity: .5;
}

.grayscale {
    /* CSS3 */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* IE 5.5+ */
    /* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
}

.grayscale-hover:hover {
    /* CSS3 */
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    /* IE 5.5+ */
    /* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); */
}

header {
/ / background-image : none;
}

header .color-overlay {
    background-color: rgba(255, 255, 255, .965);
}

.intro {
    color: #323232;
}

.intro-section .sub-heading {
    color: #232323;
}

.cta-section .color-overlay {
    background-color: rgba(36, 59, 73, 1);
}

#intro-section .home-screenshot {
    margin-right: 40px;
}

button#kassa-submit[disabled] {
    background-image: url('/images/Preloader_3.gif');
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    /*background-color: transparent;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    */
}

#kassa-payment-types {
    display: inline-block;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .85);
    text-align: left;
    color: black;
    border: none;
    padding: 50px;
    border-radius: 15px;
    line-height: 1.5;
}

#kassa-payment-types LABEL {
    font-weight: 300;
}
