/*.headContent {
    font-family: 'RobotoBold';
    letter-spacing: 0.4px;
    display: inline-block;
    position: relative;
    left: 20px;
    font-size: 25px;
    margin-top: 15px;
    line-height: 40px;
}*/
.trashBucketPromocode:hover {
    color: #ed1c24;

}

.promocodeInput {
    width: 150px;
    text-align: center;
    height: 25px;
    border-radius: 15px;
    font-size: 20px;
    font-family: 'Cuprum';
}

.headLow {
    font-family: 'Cuprum';
    font-size: 20px !important;
    margin-bottom: 10px;
    display: block;
    position: relative;
    left: 20px;
    font-weight: normal;
    letter-spacing: -0.2px;
}

.headOfGroup {
    font-family: 'RobotoBold';
    /* letter-spacing: 0.3px;*/
    font-size: 24px;
    font-weight: normal !important;
    margin-left: 5px;
    margin-bottom: 10px;
}

.buttonChange {
    font-size: 30px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 3px;
    cursor: pointer;
    font-family: 'Roboto';
}

.buttonChange:hover {
    color: #ed1c24;
}

.buttonChange:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 10px;
    position: absolute;
    right: -77px;
    top: -1200px;
    width: 183px;
    height: 39px;
    line-height: 17px;
    border-radius: 5px;
    opacity: 0;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.buttonChange:after {
    content: '';
    position: absolute;
    top: -1200px;
    right: 4px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .7);
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.buttonChange:hover:before {
    top: -48px;
    opacity: 1;
}

.buttonChange:hover:after {
    opacity: 1;
    top: -9px;
}

.blockWithTests {
    width: 200px;
    height: 100px;
    display: inline-block;
    position: relative;
    box-shadow: 0 1px 4px rgba(237, 28, 36, .2), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: rgba(250, 250, 250, .5);
    padding-top: 7px;
    font-style: normal;
    font-weight: normal !important;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
}

.blockWithTests:hover {
    box-shadow: 0 1px 4px rgba(237, 28, 36, 1), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
}

.blockWithAllTests {
    text-align: center;
}

.priceInBlock {
    font-family: 'RobotoBold';
    font-size: 29px;
    margin-top: 15px;
    margin-right: 70px;
}

.cornerOfBlock {
    position: absolute;
    font-size: 480px;
    right: -331px;
    bottom: -414px;
    color: #f04047;
}

.pricePerOne {
    color: white;
    font-size: 22px;
    bottom: 450px;
    right: 358px;
    position: relative;
    text-align: right;
    font-family: 'CuprumBold';
    /*  letter-spacing: 0.3px;*/
}

.pricePerOneSubscribe {
    right: 343px;
}

.slashInPricePerOne {
    position: absolute;
    right: -8px;
    bottom: -6px;
    transform: rotate(325deg);
    font-size: 27px;
}

.textInPricePerOne {
    position: absolute;
    right: -21px;
    bottom: -28px;
    font-size: 18px;
}

.headOfBlockWithItem {
    text-align: center;
    margin-left: -20px;
    font-family: 'RobotoBold';
    font-weight: normal !important;
    /* letter-spacing: 0.3px;*/
    font-size: 19px;
}

.zatemnenie {
    background: rgba(49, 49, 58, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

#payStrategyLicense {
    position: absolute;
    width: 500px;
    padding-bottom: 20px;
    margin: 250px auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 15px;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    font-size: 16pt;
    padding-top: 20px;
}

#AddBalance,
#BuyFeature {
    position: absolute;
    width: 500px;
    padding-bottom: 20px;
    margin: 250px auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 15px;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    font-size: 18px;
    padding-top: 15px;
    font-family: 'Cuprum' !important;
}


.buttonGoBack,
.buttonGoBack:hover,
.buttonGoBack:focus {
    display: block;
    border: none !important;
    border-radius: 20px !important;
    width: 227px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #31313a !important;
    color: white !important;
    font-size: 11pt;
    cursor: pointer;
    text-align: center;
    margin-left: 17px;
    height: 17px;
    position: relative;
}

.buttonGoBack:hover {
    background: #494949 !important;
}

.buttonGoBackIcon {
    font-size: 13pt;
    position: absolute;
    left: 17px;
}

.buttonGoBackText {
    font-size: 11pt;
    position: absolute;
    left: 46px;
}

input:disabled {
    background: #f7f7f7;
}

.buyFeatureTextInBlock {
    display: inline-block;
    margin-left: 5px;
    letter-spacing: -0.6px;
    font-size: 18px;
}

.buttonSendEmail,
.buttonSendEmail:hover,
.buttonSendEmail:focus {
    display: block;
    border: none !important;
    border-radius: 20px !important;
    width: 140px !important;
    padding-top: 6px !important;
    padding-bottom: 5px !important;
    background: #494949 !important;
    color: white !important;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    height: 17px;
    position: relative;
}

.buttonSendEmail:hover {
    background: #31313a !important;
}

.promocodeAddBalanceInfoForm {
    padding: 0 18px;
    margin-bottom: 20px;
}

.promocodeStrategyInfoForm {
    padding: 0 18px;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Cuprum' !important;
}

.promocodeBuyingInfoForm {
    padding: 0 18px;
    margin-top: 10px;
}