
@font-face {
    font-family: 'Helvetica2';
    src: url('../fonts/HelveticaRegular.eot');
    src: url('../fonts/HelveticaRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaRegular.woff') format('woff'),
         url('../fonts/HelveticaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica2-bold';
    src: url('https://access.clientomer.ru/feedback/205200-1/media/fonts/HelveticaBold.eot');
    src: url('https://access.clientomer.ru/feedback/205200-1/media/fonts/HelveticaBold.eot?#iefix') format('embedded-opentype'),
         url('https://access.clientomer.ru/feedback/205200-1/media/fonts/HelveticaBold.woff') format('woff'),
         url('https://access.clientomer.ru/feedback/205200-1/media/fonts/HelveticaBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'minion';
    src: url('/Minion.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.WidgetFormCardRemarked * {

    font-family: 'Baskerville', sans-serif !important;

}

.WidgetFormCardRemarked__content * {
     text-transform: uppercase;    
    /*color: #fff;*/
    background: transparent;
    font-size: 13px;
}




.WidgetFormCardRemarked {
    --wrm-accent: #000000;
}

.WidgetFormCardRemarked__content {
    background-color: #fff;
    border-radius: 70px;
    border: 5px solid #000;
    padding: 50px;
    max-width: 470px;
}

.WidgetFormCardRemarked__input, .phoneCodeMaskReMarked .phoneCodeMaskReMarked-input {
    border-radius: 0 !important;
    min-height: 30px;
    border: 1px #000 solid !important;
    background: none;
    padding: 10px;
    color: #000 !important;
}


.WidgetFormCardRemarked__title {
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'minion', 'Arial';
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-top: 20px;
    font-size: 20px;
}

.WidgetFormCardRemarked__header {
    border-bottom: none;
    display: flex;
    flex-direction: column;
}

.container .defaultReMarkedOpen {
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

div.phoneCodeMaskReMarked select.phoneCodeMaskReMarked-select {
       border: 1px #000 solid !important;
       border-radius: 0;
}

.WidgetFormCardRemarked__label {
   
}
.WidgetFormCardRemarked__policy-checkobox {border: 1px solid #000;}

.WidgetFormCardRemarked__text-info {
    font-size: 14px;
}

.WidgetFormCardRemarked__button {
    border: solid 1px #000000;
    border-radius: 15px;
    border: 0px;
    background: #000000;
    width: 100%;
}

.WidgetFormCardRemarked__text-info {
    flex: 1 1 95%;
}

.WidgetFormCardRemarked__policyCheckbox {
    width: initial;
    max-width: 20px !important;
    flex: 1 1 10%;
}

.WidgetFormCardRemarked__radio .WidgetFormCardRemarked__label:before {
    border: 1px solid var(--wrm-accent);}


    .WidgetFormCardRemarked__policy-checkobox input:checked+label {
    border: 1px solid var(--wrm-accent);
    height: 10px;
    border-right: 0;
    border-top: 0;
    left: 4px;}


@media (max-width: 480px) {
    .WidgetFormCardRemarked__close {
        right: 45px;
        top: 45px;
    }
}
@media (max-width: 550px) {
    .WidgetFormCardRemarked__close {
        right: 45px;
        top: 45px;
    }
}
.WidgetFormCardRemarked__close svg {
    height: 28px;
    width: 28px;
}
@media (max-width: 550px) {
    .WidgetFormCardRemarked__close svg {
        height: 28px;
        width: 28px;
    }
}
.WidgetFormCardRemarked__result-icon {display: none;}
.WidgetFormCardRemarked__result-buttons {margin-bottom: 20px;}
.WidgetFormCardRemarked__result-button {padding: 25px 20px 25px 20px;}