
@font-face {
    font-family: 'Circe';
    src: url("/assets/fonts/Circe-ExtraLight.eot");
    src: local("/assets/fonts/Circe-ExtraLight"), local("/assets/fonts/Circe-ExtraLight"), url("/assets/fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Circe-ExtraLight.woff") format("woff"), url("/assets/fonts/Circe-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url("/assets/fonts/Circe-Light.eot");
    src: local("/assets/fonts/Circe-Light"), local("/assets/fonts/Circe-Light"), url("/assets/fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Circe-Light.woff") format("woff"), url("/assets/fonts/Circe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url("/assets/fonts/Circe-Regular.eot");
    src: local("/assets/fonts/Circe-Regular"), local("/assets/fonts/ßCirce-Regular"), url("/assets/fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Circe-Regular.woff") format("woff"), url("/assets/fonts/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: local("/assets/fonts/Circe-ExtraBold"), local("/assets/fonts/Circe-ExtraBold"), url("/assets/fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Circe-ExtraBold.woff") format("woff"), url("/assets/fonts/Circe-ExtraBold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: local("/assets/fonts/Circe-Bold"), local("/assets/fonts/Circe-Bold"), url("/assets/fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Circe-Bold.woff") format("woff"), url("/assets/fonts/Circe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.customCheckbox {
    margin-bottom: 0;
    font-size: 14px;
}

.customCheckbox label {
    cursor: pointer;
    display: flex;
    align-items: baseline;
}

.customCheckbox label:hover .jq-checkbox {
    border-color: #195589;
}

.jq-checkbox.checked {
    border-color: #195589 !important;
}


.customCheckbox label span {
    padding-left: 5px;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox {
    max-width: 80px;
    min-width: 80px;
    max-height: 39px;
    min-height: 39px;
    border-radius: 18px;
    background-color: #F0F0F0;
    -webkit-box-shadow: inset 0px 0px 0px 1px white;
    box-shadow: inset 0px 0px 0px 1px white;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox.checked .jq-checkbox__div {
    left: 43px;
    background: #195589;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox.checked .jq-checkbox__div:before {
    width: 6px;
    -webkit-transform: rotate(45deg) translate(1px, 1px);
    -ms-transform: rotate(45deg) translate(1px, 1px);
    transform: rotate(45deg) translate(1px, 1px);
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox.checked .jq-checkbox__div:after {
    -webkit-transform: rotate(-45deg) translate(2px, 2px);
    -ms-transform: rotate(-45deg) translate(2px, 2px);
    transform: rotate(-45deg) translate(2px, 2px);
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox:before {
    display: none;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox__div {
    position: absolute;
    left: 2px;
    top: 2px;
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
    border-radius: 100%;
    background: #C21673;
    -webkit-transition: 0.375s ease-in-out;
    -o-transition: 0.375s ease-in-out;
    transition: 0.375s ease-in-out;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox__div:before,
.customCheckbox.customCheckbox-tumbler .jq-checkbox__div:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 2px;
    top: 14px;
    left: 9px;
    background-color: #fff;
    -webkit-transition: 0.375s ease-in-out;
    -o-transition: 0.375s ease-in-out;
    transition: 0.375s ease-in-out;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox__div:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox__div:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.customCheckbox.customCheckbox-tumbler .checkbox_text {
    position: relative;
    top: -11px;
    color: #195589;
    font-size: 0.625rem;
    font-weight: 900;
    text-transform: uppercase;
}

.customCheckbox.customCheckbox-tumbler .checkbox_text:before {
    position: relative;
    display: inline-block;
    content: '';
    height: 15px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-right: 6px;
}

.customCheckbox.customCheckbox-tumbler .checkbox_text.fb:before {
    top: 2px;
    width: 8px;
    background-image: url("/assets/image/fb_share.svg");
}

.customCheckbox.customCheckbox-tumbler .checkbox_text.vk:before {
    width: 16px;
    background-image: url("/assets/image/vk_share.svg");
}

.customCheckbox.customCheckbox-tumbler .checkbox_text.ok:before {
    top: 2px;
    width: 11px;
    background-image: url("/assets/image/ok_share.svg");
}

.customCheckbox input {
    z-index: -2;
    position: relative;
    opacity: 0;
}

.customCheckbox .jq-checkbox {
    position: relative;
    top: 4px;
    max-width: 18px;
    min-width: 18px;
    max-height: 18px;
    min-height: 18px;
    border: 3px solid #E0E0E0;
    overflow: visible;
}

.customCheckbox .jq-checkbox.checked:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: -2px;
    right: -7px;
    background-image: url("/assets/image/check.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}


.subscribeContainer {
    position: fixed;
    transform: translateY(-100%);
    transition: 0.375s ease-in-out;
    /*display: none;*/
    /*position: relative;*/
    top: 0;
    background-color: white;
    z-index: 101;
    height: auto;
    max-width: 100% !important;
    min-width: 100%;
    margin: 0;
    padding: 0 75px !important;
}

@media (max-width: 500px) {
    .subscribeContainer {
        max-height: 100vh;
        overflow-y: auto;
    }
}

.subscribeContainerActive {
    transform: translateY(0);
    /*display: block;*/
}

.subscribeContainer .search {
    display: block;
    height: auto;
    padding: 40px 0 0;
    position: relative;
}

.subscribeContainer .search:after {
    position: absolute;
    content: '';
    width: calc(100% + 75px + 75px);
    height: 8px;
    bottom: -10px;
    left: -75px;
    background-color: #C21673;
}

.subscribeExit {
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 29C22.732 29 29 22.732 29 15C29 7.26801 22.732 1 15 1C7.26801 1 1 7.26801 1 15C1 22.732 7.26801 29 15 29Z' stroke='%234A4A4A'/%3E%3Crect x='9' y='21.0208' width='17' height='1' transform='rotate(-45 9 21.0208)' fill='%234A4A4A'/%3E%3Crect x='9.70709' y='9' width='17' height='1' transform='rotate(45 9.70709 9)' fill='%234A4A4A'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
}

.subscribeExit:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 28C21.732 28 28 21.732 28 14C28 6.26801 21.732 0 14 0C6.26801 0 0 6.26801 0 14C0 21.732 6.26801 28 14 28Z' fill='%23F085BB'/%3E%3Crect x='8' y='20.0208' width='17' height='1' transform='rotate(-45 8 20.0208)' fill='white'/%3E%3Crect x='8.70715' y='8' width='17' height='1' transform='rotate(45 8.70715 8)' fill='white'/%3E%3C/svg%3E%0A");
}


.logoExitContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0;
}

.subscribeText {
    font-family: 'Circe';
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #2D2D2D;
    padding: 0 20px;
}

.subscribeText > span {
    display: inline-block;
    font-size: 18px;
    line-height: 130%;
    align-items: center;
    color: #2D2D2D;
}

.subscribeText > span.header {
    font-weight: bold;
    font-size: 22px;
    line-height: 99.2%;
    margin-bottom: 8px;
    position: relative;
    display: block;
    background: none;
    min-height: auto;
    padding: 0;
}

.subscribeText .search-container {
    margin-top: 25px;
}

.subscribeContainer .search_form {
    display: block;
    margin-bottom: 30px;
}
.subscribeWrapper_text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

.subscribeContainer .customCheckbox {
    margin-bottom: 5px;
}

.subscribeContainer .input-container .subscribe-description {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #2D2D2D;
    top: -20px;
    left: 0;
}

.subscribeContainer .search_form .input-container {
    max-width: 600px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.btn-searchStart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    max-width: 157px;
    min-width: 157px;
    width: 100%;
    padding: 15px;
    margin-left: 10px;
    background-color: #C21673;
}

.btn-searchStart:hover {
    background-color: #F085BB;
}

.btn-searchClose {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C21673;
    margin-left: 20px;
    cursor: pointer;
    padding: 0 !important;
}

.btn-searchClose:hover {
    color: #F085BB;
}

.subscribeContainer .search_form .btn-searchStart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    max-width: unset;
    min-width: unset;
    width: auto;
    padding: 10px 15px;
    margin-left: 10px;
    background-color: #C21673;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-style: normal;
}
.subscribeContainer .search_form .btn-searchStart:hover {
    background-color: #F085BB;
}

.subscribeContainer .search_form .btn-searchClose {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-style: normal;
}

.subscribeContainer .search_form .btn-searchStart:first-child {
    margin-right: 0;
    margin-left: 0;
}

.subscribeContainer .search .subscribeSelect,
.subscribeContainer .search .input-search {
    text-align: left;
    font-family: 'Circe';
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    font-size: 18px;
    color: #2D2D2D;
    border: 3px solid #E0E0E0;
    padding: 7px 15px;
    width: 100%;
}

.subscribeContainer .search .input-search:focus {
    border: 3px solid #00467F;
}

.subscribeContainer .search .input-search:hover {
    border: 3px solid #00467F;
}

.subscribeContainer .btn-container {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-top: 30px;
}

.multiselect-native-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.multiselect-native-select [type=button]:not(:disabled), .multiselect-native-select [type=reset]:not(:disabled), .multiselect-native-select [type=submit]:not(:disabled), .multiselect-native-select button:not(:disabled) {
    cursor: pointer;
}
.multiselect-native-select button, .multiselect-native-select input {
    overflow: visible;
}
.multiselect-native-select input[type=checkbox], .multiselect-native-select input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.multiselect-native-select .btn-group,
.multiselect-native-select .btn-group-vertical {
    position: relative;
    display: flex;
    vertical-align: middle;
}

.multiselect-native-select .custom-control-label::before,
.multiselect-native-select .custom-file-label,
.multiselect-native-select .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.multiselect-native-select .custom-select {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 10.5263L20 2' stroke='%23757575' stroke-width='3'/%3e%3c/svg%3e") no-repeat right 17px center/18px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    font-family: 'Circe';
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 18px;
    color: #2D2D2D;
    border: 3px solid #E0E0E0;
    padding: 7px 50px 7px 15px;
}
.multiselect-native-select .btn-group.open .custom-select {
    background: #fff url("data:image/svg+xml,%3csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 11L11 2.47368L2 11' stroke='%23757575' stroke-width='3'/%3e%3c/svg%3e") no-repeat right 17px center/18px 10px;
}
.multiselect-native-select .btn-group .custom-select .multiselect-selected-text {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multiselect-native-select .dropdown-toggle {
    white-space: nowrap;
}

.multiselect-native-select .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px 15px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.multiselect-native-select .dropdown-menu[x-placement^=bottom],
.multiselect-native-select .dropdown-menu[x-placement^=left],
.multiselect-native-select .dropdown-menu[x-placement^=right],
.multiselect-native-select .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.multiselect-native-select .btn-group.open .dropdown-menu,
.multiselect-native-select .btn-group.show .dropdown-menu,
.multiselect-native-select .dropdown-menu.open,
.multiselect-native-select .dropdown-menu.show {
    display: block;
}
.multiselect-native-select .multiselect-container .dropdown-item {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: Circe;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 191%;
    color: #2D2D2D;
    text-decoration: none;
}
.multiselect-native-select .multiselect-container .multiselect-all,
.multiselect-native-select .multiselect-container .multiselect-group,
.multiselect-native-select .multiselect-container .multiselect-option,
.multiselect-native-select .multiselect-container .dropdown-item {
    padding: 0;
}

.multiselect-native-select .multiselect-container .multiselect-option.active,
.multiselect-native-select .multiselect-container .multiselect-option:active,
.multiselect-native-select .multiselect-container .dropdown-item.active,
.multiselect-native-select .multiselect-container .dropdown-item:active {
    color: #2D2D2D !important;
    background-color: #fff !important;
}
.multiselect-native-select .form-check {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 30px;
    justify-content: start;
    padding: 0 5px 0 30px !important;
}
.multiselect-native-select .form-check:before {
    content: '';
    max-width: 18px;
    min-width: 18px;
    max-height: 18px;
    min-height: 18px;
    border: 3px solid #E0E0E0;
    overflow: visible;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
    background: #fff;
}
.multiselect-native-select .dropdown-item.active .form-check:before {
    border-color: #195589 !important;
}
.multiselect-native-select .dropdown-item.active .form-check:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 7px;
    left: 4px;
    background-image: url('/assets/image/check.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}

.multiselect-native-select .form-check-input {
    position: absolute;
    margin-top: 0;
    margin-left: -30px;
    width: 18px;
    height: 18px;
    border: 3px solid #E0E0E0;
    box-sizing: border-box;
}

.multiselect-native-select .form-check-label {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subInputError {
    border-color: red !important;
}
.multiselect-native-select.subInputError .custom-select {
    border-color: red !important;
}

.errorPopUp_block.subscription-section {
    border-top: none;
    border-bottom: 8px solid #C21673;
    position: relative;
    padding: 40px;
    width: 760px;
    max-width: 90%;
}


.errorPopUp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -10;
}

.errorPopUp.errorPopUp-active {
    opacity: 1;
    z-index: 200;
}

.btn-closeErrorPopUp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C21673;
    color: #fff;
    width: 150px;
    height: 47px;
}


.errorPopUp_block {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #fff;
    max-width: 360px;
    width: 100%;
    padding: 25px;
    border-top: 8px solid #C21673;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

.errorMessage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
}

.errorPopUp_block.errorPopUp_block-active {
    display: flex;
}

.errorPopUp_block.subscription-section .errorMessage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
}

.errorPopUp_block.subscription-section .btn-closeErrorPopUp {
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 29C22.732 29 29 22.732 29 15C29 7.26801 22.732 1 15 1C7.26801 1 1 7.26801 1 15C1 22.732 7.26801 29 15 29Z' stroke='%234A4A4A'/%3E%3Crect x='9' y='21.0208' width='17' height='1' transform='rotate(-45 9 21.0208)' fill='%234A4A4A'/%3E%3Crect x='9.70709' y='9' width='17' height='1' transform='rotate(45 9.70709 9)' fill='%234A4A4A'/%3E%3C/svg%3E%0A");
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    font-size: 0;
    top: 20px;
    right: 20px;
    position: absolute;
    padding: 0;
    transition: none;
    border: none;
}

.errorPopUp_block.subscription-section .btn-closeErrorPopUp:hover {
    background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 28C21.732 28 28 21.732 28 14C28 6.26801 21.732 0 14 0C6.26801 0 0 6.26801 0 14C0 21.732 6.26801 28 14 28Z' fill='%23F085BB'/%3E%3Crect x='8' y='20.0208' width='17' height='1' transform='rotate(-45 8 20.0208)' fill='white'/%3E%3Crect x='8.70715' y='8' width='17' height='1' transform='rotate(45 8.70715 8)' fill='white'/%3E%3C/svg%3E%0A");
}

.errorPopUp_block.subscription-section {
    font-family: Circe;
    font-style: normal;
    color: #2D2D2D;
}
.errorPopUp_block.subscription-section .header {
    font-weight: bold;
    font-size: 22px;
    line-height: 99.2%;
    margin-bottom: 12px;
    position: relative;
    background: transparent;
    min-height: auto;
    padding: 0;
    box-shadow: none;
}
.errorPopUp_block.subscription-section .text {
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
}


@media screen and (max-width: 700px) {

    .subscribeContainer .search_form {
        flex-wrap: wrap;
    }

    .subscribeContainer .search_form .input-container {
        width: 100%;
    }

    .subscribeContainer .search_form .btn-searchStart {
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .subscribeContainer .search {
        padding: 10px 0 0;
    }
    .subscribeWrapper_text {
        flex-wrap: wrap;
    }
    .subscribeText {
        padding: 0;
        line-height: 14px;
        font-size: 12px;
        width: 100%;
    }

    .subscribeText > span {
        padding-bottom: 5px;
    }
    .customCheckbox {
        margin-bottom: 0;
        font-size: 13px;
    }
    .customCheckbox .jq-checkbox {
        top: 4px;
        max-width: 16px;
        min-width: 16px;
        max-height: 16px;
        min-height: 16px;
    }
    .customCheckbox .jq-checkbox.checked:before {
        width: 16px;
        height: 16px;
        top: -2px;
        right: -7px;
    }
}

@media screen and (max-width: 437px) {
    .subscribeContainer {
        padding: 0 40px 0 25px !important;
    }
    .subscribeContainer .btn-container {
        flex-wrap: wrap-reverse;
    }
    .subscribeContainer .search:after {
        width: calc(100% + 65px);
        bottom: -10px;
        left: -25px;
    }
}

.subscribeApproval {
    margin-bottom: 10px;
    margin-top: -20px;
    text-align: right;
    font-family: 'Circe';
    color: #2D2D2D;
}