@import url('../../../css/mform.css');

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

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

/* required field style */
.widget .two_block {
    display: flex;
    width: 100%;
    gap: 10px;
}
.widget .two_block > div {
    gap: 40px;
    flex-grow: 1;
    flex-basis: 0;
}
.widget .communication_options_block_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.widget .communication_options_block {
    display: flex;
    gap: 5px;
}
.widget .communication_options_block_img {
    display: flex;
}
.widget .communication_options_block_img > img {
    display: flex;
    width: 25px;
    height: 25px;
}
.widget .communication_options_block_title {
}
.widget .communication_options_block_title p {
    margin: 0px !important;
}
.widget .communication_options_block_title {
}
.widget .communication_options_block_checkbox {
}

.exform-wrapper.widget .smart-captcha-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

.form-group .palceholder {
    position: absolute;
    top: 7px;
    padding: 0px 20px;
    display: none;
}

.form-group .star {
    color: red;
}

/* end required field style */

.exform-wrapper.widget {
    width: 90%;
    max-width: 780px;
    margin: 0 !important;
    font-size: 16px;
    font-family: 'Circe Regular';
    color: #9a9a9a;
    background: #fff;
    border: none;
    padding: 50px 0;
    box-shadow: none;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

.exform-wrapper.widget .exform-header {
    text-align: center;
    font-family: 'Circe Bold';
    color: #066633;
    text-transform: uppercase;
    font-size: 24px;
}

.exform-wrapper.widget .exform-addmsg {
    text-align: center;
    font-size: 16px;
    max-width: 300px;
    margin: 5px auto 0;
}

.exform-wrapper.widget input[type='text']:focus,
.exform-wrapper.widget .exform-wrapper textarea:focus {
    background: #fff;
}

.exform-wrapper.widget .form-body {
    max-width: 550px;
    margin: 40px auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exform-wrapper.widget .form-body .input-item {
    position: relative;
    margin-bottom: 20px;
}

.exform-wrapper.widget input[type='text'],
.exform-wrapper.widget textarea {
    font-size: 16px;
    border: 1px solid #e1e1e1;
    padding: 0px 20px;
    margin: 0;
    height: 40px;
    text-align: left;
    font-family: 'Circe Regular';
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    outline: none;
    color: #9a9a9a;
    background: #fff;
}

.exform-wrapper.widget input::-webkit-input-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

.exform-wrapper.widget input::-moz-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

/* Firefox 19+ */

.exform-wrapper.widget input:-moz-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

/* Firefox 18- */

.exform-wrapper.widget input:-ms-input-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

.exform-wrapper.widget textarea {
    height: 50px;
    resize: none;
    font-family: Arial;
}

.exform-wrapper.widget .form-body .input-item.mf-submit {
    width: 100%;
}

.exform-wrapper.widget div.err {
    height: 0;
    float: right;
    position: relative;
    left: 0;
    top: 11px;
    display: none;
}

.exform-wrapper.widget .mf-submit {
    text-align: center;
    margin-top: 0px;
}

.exform-wrapper.widget .mf-submit .send-btn {
    background: #066633;
    font-weight: bold;
    color: white;
    padding: 5px 11px;
    border: 0;
    cursor: pointer;
    font-family: 'Circe Bold';
    text-transform: uppercase;
    width: 100%;
    max-width: 264px;
    height: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px #054724;
    -moz-box-shadow: 0px 3px 5px 0px #054724;
    box-shadow: 0px 3px 5px 0px #054724;
    outline: none;
}

.exform-wrapper.widget .mf-submit .send-btn:hover {
    box-shadow: none;
}

.policy {
    max-width: 440px;
    align-items: start;
    text-align: center;
    margin: 0 auto;
}

.policy a {
    color: #9a9a9a;
    text-decoration: underline;
}

.policy a:hover {
    color: #9a9a9a;
    text-decoration: none;
}

.exform-wrapper.widget.finmsg {
    width: 320px;
    min-height: 50px;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.exform-wrapper.widget.finmsg p {
    text-align: center;
    margin: 0 !important;
}

.close-btn {
    width: 20px !important;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('/exform/imgs/exit.png') no-repeat;
    background-size: 100%;
    border: none;
    cursor: pointer;
}

.close-btn:focus {
    outline: none;
}

.lab {
    font-size: 13px;
}

@media screen and (max-width: 660px) {
    .exform-wrapper.widget .form-body .input-item {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
}

@media (max-width: 750px) {
    .two_block {
        gap: 0px !important;
        flex-direction: column !important;
    }
    .communication_options_block_wrap {
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
    }
    .policy {
        max-width: 100% !important;
        padding: 0 30px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .policy input {
        margin: 0 !important;
    }
    .exform-wrapper.widget {
        padding: 30px 0 0px 0 !important;
    }
    .exform-wrapper.widget .form-body {
        margin: 10px auto 0px !important;
    }
    .exform-wrapper.widget .exform-header {
        font-size: 18px !important;
    }
}

.exform-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    display: none;
    z-index: 800;
}

.exform-wrapper {
    display: none;
    z-index: 999;
}

.exform-wrapper form[name='exform'] .form-body .google-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
}

.exform-wrapper form[name='exform'] .form-body button.send-btn:disabled,
.exform-wrapper form[name='exform'] .form-body button.send-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.33;
    background: #9a9a9a;
    box-shadow: none;
}

.exform-wrapper form[name='exform'] input.name {
    display: none;
}

.exform-wrapper input.mf-error {
    border: 1px solid #d91a19 !important;
    color: #d91a19 !important;
}

.exform-wrapper .loading {
    background: url(../imgs/loading.gif) 50% 50% no-repeat;
}

.brdrad7 {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.boxshdw {
    box-shadow: 1px 1px 7px 1px #ccc;
    -webkit-box-shadow: 1px 1px 7px 1px #ccc;
    -moz-box-shadow: 1px 1px 7px 1px #ccc;
}

/* /////////////////////////// */
.btn_fix_aweb {
    background: #1b95e6;
    position: fixed;
    top: 100px;
    right: 38px;
    border-radius: 50%;
    z-index: 1000;
}

.btn_fix_aweb_btn_1 {
    width: 55px;
    height: 55px;
    background: url(../css/btn_1.png) center center / cover no-repeat;
    background-size: 27px 27px;
}
.btn_fix_aweb_btn_2 {
    width: 55px;
    height: 55px;
    background: url(../themes/widget/css/btn_2.png) center center / cover no-repeat;
    background-size: 27px 27px;
}
.btn_fix_aweb_btn_3 {
    width: 55px;
    height: 55px;
    background: url(../themes/widget/css/btn_3.png) center center / cover no-repeat;
    background-size: 27px 27px;
}

.btn_fix_aweb:hover {
    background: #0e78be;
}
.btn_fix_aweb_btn_1:before,
.btn_fix_aweb_btn_1:after,
.btn_fix_aweb_btn_2:before,
.btn_fix_aweb_btn_2:after,
.btn_fix_aweb_btn_3:before,
.btn_fix_aweb_btn_3:after {
    content: ' ';
    display: block;
    position: absolute;
    border: 50%;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    border: 1px solid #1b95e6;
}

.widget_soc_link {
    color: #9A9A9A;
}

.widget_soc_link:hover {
    color: #066633;
}

.label-checkbox-widget {
    display: contents;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
