

/* Start:/certificates/style.css?17666386346850*/
.certificate__wrapper {
    margin: 0 auto 48px;
}

.certificate__top {
    display: flex;
    margin-bottom: 70px;
}
.certificate__options {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}
.certificate__img {
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}

.certificate__img-wrapper {
    position: relative;
    z-index: 0;
    width: 50%;
}
.certificate__options {
    width: 50%;
    padding-left: 90px;
}
.certificate__title-mobile {
    display:none;
}

.certificate__title {
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
}

.certificate__description {
    margin-bottom: 20px;
}
.certificate__form .certificate__btn-submit {
    padding: 16px 32px;
    font-size: 18px;
    color: #272930;
    background: #C5E0ED;
    border-color: #C5E0ED;
}

.certificate__label {
    display: block;
    font-size: 18px;
    margin-bottom: 18px;
}

.form__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 15px;
}

.form__color {
    display: none;
    position: relative;
    width: 64px;
    height: 64px;

}

.form__color.active {
    display: block;
}

.form__color input {
    margin-right: 5px;
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
}

.form__color input:checked + label::before {
    opacity: 1;
}

.form__color label {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    padding: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--bgColor);
    border-radius: 10px;
    cursor: pointer;
}

.form__color label::before {
    content: '\2713';
    position: absolute;
    top: 50%;
    right: 50%;
    font-size: 24px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    color: #fff;
}
.certificate__select {
    width: 100%;
}
.certificate .select2-container--default .select2-selection--single {
    height: auto;
    border: 1px solid #272930;
}
.certificate .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 20px;
    font-size: 18px;
}
.certificate .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 4px;
}
input[type="text"].validation-error {
    border-color: #da1010;
}
.certificate .information-wrapper {
    margin-bottom: 40px;
    padding: 28px 48px;
    background: #F1E8E1;
    border-radius: 15px;
    font-size: 18px;
    line-height: 1.4;
}
.certificate-group {
    margin-bottom: 40px;
}
.certificate-group__title {
    margin-bottom: 16px;
    font-size: 16px;
    color: #7c7d81;
}
.certificate-input {
    margin-bottom: 15px;
}
.certificate-input__wrapper {
    display: flex;
    align-items: flex-start;
}
.certificate-input__wrapper .certificate__label {
    width: 350px;
}
.certificate-input__input {
    width: 100%;
}
.certificate-input__note {
    margin-top: 5px;
    font-size: 14px;
    color: #7c7d81;
}
.certificate-input .certificate__label:not(.certificate__label-textarea) {
    display: flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 0;
}

@media (min-resolution: 2dppx),
(-webkit-min-device-pixel-ratio: 2) {
    .certificate .select2-container--default .select2-selection--single,
    .input.certificate__input,
    .certificate-input .certificate-input__textarea {
        border-width: 0.5px !important;
    }
}
@media screen and (max-width: 991px) {
    .certificate__options {
        padding-left: 35px;
    }
    .certificate__title {
        margin-bottom: 18px;
        font-size: 24px;
    }
    .form__color {
        width: 48px;
        height: 48px;
    }
    .form__color label {
        width: 48px;
        height: 48px;
    }
    .certificate .information-wrapper {
        padding: 18px 32px;
    }
    .certificate__top {
        display: flex;
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 768px) {
    .certificate__top {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 28px;
    }
    .certificate__img-wrapper {
        width: 100%;
    }
    .certificate__options {
        align-items: center;
        width: 100%;
        padding-left: 0;
    }
    .certificate__header {
        display: none;
    }
    .certificate__nominals {
        order: 1;
        width: 100%;
    }
    .certificate__colors {
        text-align: center;
    }
    .certificate .information-wrapper {
        font-size: 16px;
    }
    .certificate__label {
        font-size: 16px;
    }
    .certificate .select2-container--default .select2-selection--single {
        border-radius: 12px;
    }
    .certificate-input .certificate-input__textarea {
        height: 90px;
        padding: 12px;
        border: 1px solid #272930;
        border-radius: 12px;
    }
    .certificate-input__date {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 20px;
        padding: 12px;
    }
    .certificate-input__date .certificate__label {
        white-space: nowrap;
    }
    .certificate__title-mobile {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        font-size: 20px;
    }
    .form__colors {
        gap: 25px;
    }
}
@media screen and (max-width: 650px) {
    .certificate__form .certificate__btn-submit {
        width: 100%;
    }
    .certificate-input__wrapper .certificate__label {
        width: 250px;
        max-width: 250px;
        padding-right: 10px;
    }
    .certificate-input__note {
        display: none;
    }
    .certificate .information-wrapper {
        padding: 18px 18px;
    }
    .certificate-group {
        margin-bottom: 25px;
    }
    .certificate-input__wrapper {
        align-items: flex-end;
    }
    .input.certificate__input {
        height: 22px;
        border: none;
        border-bottom: 1px solid #272930;
        outline: none;
        border-radius: 0;
    }
    .certificate-input .certificate__label:not(.certificate__label-textarea) {
        min-height: 22px;
    }
    .certificate__title-mobile {
        font-size: 14px;
    }
    .certificate__label {
        font-size: 14px;
    }
    .form__color label {
        width: 32px;
        height: 32px;
    }
    .form__color {
        width: 32px;
        height: 32px;
    }
    .certificate .information-wrapper {
        font-size: 12px;
    }
    .certificate__form .certificate__btn-submit {
        font-size: 16px;
    }
}
/* End */
/* /certificates/style.css?17666386346850 */
