@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


h1, h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
#contact-form {
    display: none;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.invalid {
    border: 1px solid red;
}

#symbolsNumber {

    box-sizing: border-box;
    padding: 8px 12px;
    width: 48px;
    height: 40px;
    background: #242F41;
    border: 1px solid #4A5969;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    outline: none;
}
.check-bottom {
    margin-top: 24px;
}
.check-top, .check-bottom {
    padding-left: 45px;
}
a.logo {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    text-decoration: none;
    margin-top: 8px;
    width: 200px;
    height: 32px;
    background: url(../templates/frontend/images/logo.png) no-repeat;
}
.container {
    width: 624px;
}
.secret-header {
    padding-top: 40px;
}
header, footer {
    padding: 24px 64px;
    box-sizing: border-box;
}
.subheader {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #CCCCCC;
    padding-top: 15px;
    padding-bottom: 40px;
}
.button-wrap {
    padding-top: 20px;
}
.button-wrap button, .copy-button-wrap button {
    padding: 8px 10px;
    width: 100%;
    height: 48px;
    background: #DB2828;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    outline: none;
    border: 0;
}

.copy-button-wrap {
    padding-top: 40px;
}

.copy-button-wrap button {
    background: green;
}

.button-wrap button:hover {
    background: #F05353;
}

.copy-button-wrap button:hover {
    background: #3e9b05;
}

.copy-button-wrap button.copied {
    background: #525252;
}

header {
    height: 120px;
}

.pass_gen {
    padding-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #AAAAAA;
}
#result-link {
    position: absolute;
    top:0;
    left: 0;
    box-sizing: border-box;
    width: 520px;
    padding: 8px 12px;

    background: #242F41;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #4A5969;
    border-radius: 8px 0px 0px 8px;
    display: inline-block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;

}
.res-btm {
    position: relative;
    margin-top: 16px;
    padding-bottom: 27px;
}
#generate_pass.disabled {
    background: #CCCCCC;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.25);
}
.sendemail {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background: #242F41 url(../templates/frontend/images/env.png) no-repeat center;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #4A5969;
    position: absolute;
    top:0;
    left: 520px;
}
.sendemail:hover, #email-link.clicked {
    background: url(../templates/frontend/images/envh.png) no-repeat center;
}
#result-link-active {
    background: url(../templates/frontend/images/link.png) no-repeat center;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.copy-text  {
    box-sizing: border-box;
    background:#242F41 url(../templates/frontend/images/copy.png) no-repeat center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #4A5969;
    border-radius: 0px 8px 8px 0px;
    position: absolute;
    top:0;
    left: 560px;
    cursor: pointer;
}
.copy-text:hover, .copy-text.copied {
    background: url(../templates/frontend/images/copyh.png) no-repeat center;
}

.create-input {
    padding: 3px;
    box-sizing: border-box;
    border: 1px #ccc solid;

}

.create-input.invalid {
    border: 1px red solid;
}


.dark-wrap {
    background: #242F41;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.85);
    padding-bottom: 80px;
}

.create-form textarea {
    box-sizing: border-box;
    padding: 5px 12px;

    width: 100%;
    height: 150px;
    outline: none;
    background: #242F41;
    border: 1px solid #4A5969;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #AAAAAA;
}
.info-img {
    width: 14px;
    height: 14px;
    background: url(../templates/frontend/images/i.png) no-repeat;
    display: inline-block;
}
.popup-close {
    width: 16px;
    height: 16px;
    background: url(../templates/frontend/images/close.png) no-repeat;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.right-col {
    padding-top: 13px;
    float: right;
}
.clear {
    clear: both;
}
.nav, .langbar {
    display: inline-block;
}
.nav a, .langbar a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #0F1E34;
}
.langbar li {
    list-style-type: none;
    display: inline-block;
}
.langbar li:first-child {
    margin-right: 15px;
}
.langbar li a.selected {
    color: #DB2828;
    font-weight: 500;
}

.line-row .ib {
    width: 262px;
}
.line-row .lr {
    margin-right: 19px;
}
.ib {
    display: inline-block;
}
.ui-dialog-titlebar {
    display: none;
}
.ui-widget.ui-widget-content {
    border: 0 !important;
}
.ui-widget-content {
    border: 0 !important;
    background: transparent !important;
}

.ui-widget-overlay {
    opacity: 0.5 !important;
    filter: Alpha(Opacity=50);
    background-color: black !important;
    z-index: 999999 !important;
}
.popup-wrap  {
    background: #fff;
    box-sizing: border-box;
    width: 660px;
    position: relative;
    padding: 24px 56px;
    border-radius: 2px;
}
.popup-wrap .hdr {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #303030;
}
.popup-wrap label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-top: 14px;
    margin-bottom: 10px;
}
.popup-wrap .button-wrap {
    padding-top: 30px;
}
.contact-success-msg {
    padding: 20px 0;
}
.contact-error-msg {
    padding: 20px 0 0 0;
}
.result-form {
    margin-top: 40px;
    position: relative;
}
.result-form h2 {

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #52C41A;
}
.success-icon {
    display: inline-block;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin-right: 6px;
    background: url(../templates/frontend/images/success.png) no-repeat;
}
.success-text {
    display: inline-block;
    vertical-align: middle;
    height: 29px;
}
.share-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #CCCCCC;
    margin-top: 20px;
}
.popup-wrap input,  .popup-wrap textarea {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.popup-wrap input.invalid,  .popup-wrap textarea.invalid {
    border: 1px #DB2828 solid;
}
.submit_contact_text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #262626;
    margin-top: 8px;
}
.popup-wrap .line-row {
    margin-top: 24px;
}

.expired-img {
    width: 457px;
    height: 345px;
    margin: 0 auto;
    background: url(../templates/frontend/images/expired.png) no-repeat center;
}
.res-expired {
    width: 600px;
    margin: 120px  auto;
}
.expired-hdr {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #0F1E34;
    margin: 42px auto 0 auto;
    width: 300px;
}
.res-expired .button-wrap {
    padding-top: 10px;
}
#comment {
    height: 64px;
}

.card-body-success {
    padding: 300px 0;
    width: 600px;
    margin: 0 auto;
}

.message_ready, .result-show-form-success h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.result-show-form-success h2 {
    margin-bottom: 20px;
}
.show_once {
    margin-top: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #CCCCCC;
}
.card-body-success .button-wrap {
    padding-top: 34px;
}
#final_result {
    box-sizing: border-box;
    width: 100%;
    height: 88px;
    margin-top: 15px;
    padding: 5px 12px;
    background: #242F41;
    border: 1px solid #4A5969;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.tags {
    display: inline-block;
    position: relative;
}

.tags:hover:after, .tags2:hover:after, .tags3:hover:after {
    bottom: -44px;
    content: attr(data-gloss);
    left: 20%;
    position: absolute;
    z-index: 98;
    width: 350px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    padding: 6px 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
.tags2:hover:after {
    width: 100px;
}
.tags3:hover:after {
    width: 170px;
}
.tags:hover:before, .tags2:hover:before, .tags3:hover:before {
    border: solid;
    border-color: rgba(0, 0, 0, 0.75) transparent;
    border-width: 0 6px 6px 6px;
    bottom: -10px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.checkbox-input {
    appearance: none;
    -webkit-appearance: none; /* для поддержки в Safari */
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background:  url(../templates/frontend/images/checkbox-input.png) no-repeat;
    border: 0;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
    outline: none;
}
.checkbox-input:checked {
    background:  url(../templates/frontend/images/checkbox-checked.png) no-repeat;
}
.pass_gen label {
    cursor: pointer;
    line-height: 16px;
    vertical-align: middle;
}

.captcha-image, .captcha-input-wrap {
    display: inline-block;
    vertical-align: top;
}
.captcha-image {
    margin-top: 2px;
}
.captcha-input-wrap {
    width: 430px;
}
@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (        min-device-pixel-ratio: 1.5) {


    .sendemail {
        background: url(../templates/frontend/images/env2x.png) no-repeat center;
        -webkit-background-size: 20px 20px !important;
        -o-background-size:20px 20px !important;
        -moz-background-size:20px 20px !important;
        background-size: 20px 20px !important;
    }

    .sendemail:hover, #email-link.clicked {
        background: url(../templates/frontend/images/envh2x.png) no-repeat center;
        -webkit-background-size: 20px 20px !important;
        -o-background-size:20px 20px !important;
        -moz-background-size:20px 20px !important;
        background-size: 20px 20px !important;
    }

    #result-link-active {
        background: url(../templates/frontend/images/link2x.png) no-repeat center;
        -webkit-background-size: 28px 28px !important;
        -o-background-size:28px 28px !important;
        -moz-background-size:28px 28px !important;
        background-size: 28px 28px !important;
    }

    .copy-text  {
        background: url(../templates/frontend/images/copy2x.png) no-repeat center;
        -webkit-background-size: 20px 20px !important;
        -o-background-size:20px 20px !important;
        -moz-background-size:20px 20px !important;
        background-size: 20px 20px !important;
    }

    .copy-text:hover, .copy-text.copied {
        background: url(../templates/frontend/images/copyh2x.png) no-repeat center;
        -webkit-background-size: 20px 20px !important;
        -o-background-size:20px 20px !important;
        -moz-background-size:20px 20px !important;
        background-size: 20px 20px !important;
    }

    .info-img {
        background: url(../templates/frontend/images/i2x.png) no-repeat;
        -webkit-background-size: 14px 14px !important;
        -o-background-size:14px 14px !important;
        -moz-background-size:14px 14px !important;
        background-size: 14px 14px !important;
    }
    .popup-close {
        background: url(../templates/frontend/images/close2X.png) no-repeat;
        -webkit-background-size: 12px 12px !important;
        -o-background-size: 12px 12px !important;
        -moz-background-size: 12px 12px !important;
        background-size:  12px 12px !important;
    }

    .success-icon {
        background: url(../templates/frontend/images/success2x.png) no-repeat;
        -webkit-background-size: 29px 29px !important;
        -o-background-size:  29px 29px !important;
        -moz-background-size:  29px 29px !important;
        background-size:   29px 29px !important;
    }

    .expired-img {
        background: url(../templates/frontend/images/expired2x.png) no-repeat center;
        -webkit-background-size: 270px 213px !important;
        -o-background-size:  270px 213px !important;
        -moz-background-size:  270px 213px !important;
        background-size:  270px 213px !important;
    }

    .checkbox-input {
        background:  url(../templates/frontend/images/checkbox-input2x.png) no-repeat;
        -webkit-background-size: 16px 16px !important;
        -o-background-size: 16px 16px !important;
        -moz-background-size: 16px 16px !important;
        background-size:   16px 16px !important;
    }
    .checkbox-input:checked {
        background:  url(../templates/frontend/images/checkbox-checked2x.png) no-repeat;
        -webkit-background-size: 16px 16px !important;
        -o-background-size: 16px 16px !important;
        -moz-background-size: 16px 16px !important;
        background-size:   16px 16px !important;
    }

}