@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic");     .leyka-hidden {
display: none !important;
} .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section {
margin-top: 15px;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .leyka-tabs-titles {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0px;
gap: 10px;
margin-bottom: 16px;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .leyka-tabs-titles .leyka-tab-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 6px 10px;
gap: 6px;
border: 1px solid #DDDDDD;
border-radius: 6px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
text-align: center;
color: #565656;
cursor: pointer;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .leyka-tabs-titles .leyka-tab-title.leyka-active {
background: #E5E5E5;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-amount .field-component.field input:not([type=checkbox]):not([type=radio]), .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-amount .field-component.field select, .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-amount .field-component.field textarea {
width: 124px;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-description .field-component.field input:not([type=checkbox]):not([type=radio]), .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-description .field-component.field select, .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-description .field-component.field textarea {
width: 248px;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .field-component.title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .delete-additional-field.delete-item {
margin-top: 24px;
color: #d43c57;
cursor: pointer;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .field-component.title .required {
display: block;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .tab-miscellaneous .leyka-field-inner-wrapper {
pointer-events: none;
}
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .tab-miscellaneous .field-component.field input:not([type=checkbox]):not([type=radio]), .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .tab-miscellaneous .field-component.field select, .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .tab-miscellaneous .field-component.field textarea {
background-color: #e5e5e5;
} :root {
--leyka-color-main: #ff510d;
--leyka-color-main-second: #ffc29f;
--leyka-color-main-third: #fef5f1;
--leyka-color-main-inactive: rgba(255,81,13, 0.5);
--leyka-color-error: #d43c57;
--leyka-color-error-second: #fc90a4;
--leyka-color-error-third: #fcf2f4;
--leyka-color-ok: #1aa316;
--leyka-color-ok-second: #9adc98;
--leyka-color-ok-third: #f3fcf2;
--leyka-color-gray-dark: #474747;
--leyka-color-grey-semi-dark: #4656565;
--leyka-color-gray: #666666;
--leyka-color-gray-notsolight: #aaaaaa;
--leyka-color-gray-superlight: #ededed;
--leyka-color-white: #ffffff;
--leyka-color-pc-bg: #ff6347;
--leyka-color-gradient: #ffffff;
--leyka-font-main: 'Roboto';
--leyka-star-base: 16px;
--leyka-color-text-light: #ffffff;
} @-webkit-keyframes leyka-spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes leyka-spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.leyka-spinner-border {
display: inline-block;
vertical-align: text-bottom;
border: 5px solid var(--leyka-color-main);
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: leyka-spinner-border .75s linear infinite;
animation: leyka-spinner-border .75s linear infinite;
width: 64px;
height: 64px;
}
.leyka-spinner-border.xs {
width: 16px;
height: 16px;
border-width: 2px;
}
.leyka-spinner-border.sm {
width: 32px;
height: 32px;
border-width: 3px;
}
.leyka-spinner-border.lg {
width: 96px;
height: 96px;
border-width: 7px;
} .leyka_campaign-template-persistent:before {
display: none;
}
.leyka_campaign-template-persistent .site-content.leyka-campaign-content {
margin-left: 0;
}
.leyka_campaign-template-persistent .site-content.leyka-campaign-content:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: 100%;
}
.leyka_campaign-template-persistent .site-footer {
margin-left: 0;
width: 100%;
}
.leyka-persistant-campaign {
font-weight: 400;
font-style: normal;
line-height: normal;
font-size: 16px;
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign {
font-size: 18px;
}
}
.leyka-persistant-campaign .leyka-campaign-header {
background-size: cover;
background-repeat: no-repeat;
width: 100%;
}
.leyka-persistant-campaign .leyka-campaign-header.cover-type-image {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/persistent_campaign_header_bg.jpg);
}
.leyka-persistant-campaign .leyka-campaign-header .header-tint {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 32px;
background-color: rgba(46, 16, 5, 0.75);
}
.leyka-persistant-campaign .leyka-campaign-header .header-tint.hide-cover-tint {
background-color: transparent;
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-header .header-tint {
padding-bottom: 145px;
}
}
.leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-logo {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
display: block;
width: auto;
height: auto;
}
.leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-logo:active, .leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-logo:focus, .leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-logo:hover {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-no-logo {
width: 280px;
height: 0px;
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-no-logo {
height: 50px;
}
}
.leyka-persistant-campaign .leyka-campaign-header h1 {
font-weight: 400;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 24px;
display: block;
color: var(--leyka-color-text-light);
max-width: 746px;
text-align: center;
margin-top: 32px;
margin-bottom: 0px;
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-header h1 {
font-size: 18px;
}
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-header h1 {
font-size: 40px;
}
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-header h1 {
margin-top: 40px;
}
}
.leyka-persistant-campaign .leyka-campaign-header h1:before {
display: none;
}
.leyka-persistant-campaign h1:before {
display: none;
}
.leyka-persistant-campaign h2:before {
display: none;
}
.leyka-persistant-campaign .leyka-campaign-content {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.leyka-persistant-campaign .leyka-campaign-content.site-content {
margin-top: 0;
padding-top: 0;
background-color: var(--leyka-color-gray-superlight);
overflow: visible;
}
.leyka-persistant-campaign .leyka-campaign-content .content-area {
max-width: 600px;
width: 100%;
margin: 0px;
}
.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content {
font-weight: 400;
font-style: normal;
line-height: normal;
font-size: 16px;
line-height: 26px;
color: var(--leyka-color-gray-dark);
margin: 0px;
padding: 0px 16px 16px 16px;
width: 100% !important;
max-width: unset;
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content {
font-size: 18px;
}
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content {
line-height: 29px;
}
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content {
padding: 0px 32px 64px 32px;
}
}
.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content .leyka-pf-star {
background-color: var(--leyka-color-white);
border-radius: 4px;
-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
padding: 32px 16px 16px 16px;
max-width: unset;
margin-top: 0;
margin-left: -16px;
margin-right: -16px;
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content .leyka-pf-star {
padding: 32px 32px;
}
}
@media screen and (min-width: 640px) {
.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content .leyka-pf-star {
margin-top: -120px;
margin-left: -32px;
margin-right: -32px;
}
}
.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content p {
margin-bottom: 16px;
} .leyka-account .leyka-pf-star:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 600px;
width: auto;
}
.leyka-account .leyka-pf-star .leyka-screen-form .list {
margin-top: 32px;
}
.leyka-account .leyka-pf-star .leyka-screen-form .list .list-title {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 20px;
color: #000000;
margin-bottom: 0px;
margin-top: 0px;
border-bottom: 2px solid var(--leyka-color-gray-superlight);
padding-bottom: 12px;
}
.leyka-account .leyka-pf-star .leyka-screen-form .list .items .item {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
margin-top: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
text-align: left;
margin-bottom: 16px;
position: relative;
border-bottom: 1px solid var(--leyka-color-gray-superlight);
padding-bottom: 9.6px;
}
.leyka-account .leyka-pf-star .leyka-screen-form .list .items .item .item-title {
color: var(--leyka-color-gray);
}
.leyka-account .leyka-pf-star .leyka-screen-form .list .items .item:last-child {
margin-bottom: 0;
border-bottom: none;
}
.leyka-account .leyka-pf-star .leyka-screen-form a {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
color: var(--leyka-color-main);
}
.leyka-account .leyka-pf-star .leyka-screen-form a:active, .leyka-account .leyka-pf-star .leyka-screen-form a:focus, .leyka-account .leyka-pf-star .leyka-screen-form a:hover {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-account .leyka-pf-star .leyka-screen-form a:hover {
text-decoration: underline;
}
.leyka-account .leyka-pf-star .leyka-screen-form h2 {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 24px;
margin-bottom: 24px;
margin-top: 0px;
text-align: center;
color: #000000;
}
.leyka-account .leyka-pf-star .leyka-screen-form p {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
line-height: 26px;
text-align: center;
margin-bottom: 24px;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit {
text-align: center;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background-color: var(--leyka-color-main);
display: block;
color: var(--leyka-color-text-light);
border-radius: 4px;
width: 100%;
padding-top: 19px;
padding-bottom: 19px;
text-align: center;
margin-top: 64px;
margin-bottom: 48px;
}
@media screen and (max-width: 319px) {
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn {
font-size: 12px;
}
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn.secondary {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background-color: var(--leyka-color-main);
display: block;
color: var(--leyka-color-text-light);
border-radius: 4px;
width: 100%;
padding-top: 19px;
padding-bottom: 19px;
text-align: center;
background-color: var(--leyka-color-white);
color: var(--leyka-color-gray);
border: 1px solid var(--leyka-color-gray-superlight);
}
@media screen and (max-width: 319px) {
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn.secondary {
font-size: 12px;
}
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
text-transform: uppercase;
font-weight: normal;
display: inline-block;
width: auto;
background-color: transparent;
color: var(--leyka-color-main);
border: none;
padding-top: 0;
padding-bottom: 0;
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
margin-top: 32px;
margin-bottom: 32px;
}
@media screen and (max-width: 319px) {
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link {
font-size: 12px;
}
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link:active, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link:focus, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link:hover {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link:hover {
text-decoration: underline;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link.internal {
border-bottom: 1px dashed var(--leyka-color-main);
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link.internal:hover {
text-decoration: none;
border-bottom: 1px solid transparent;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-single-link, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-single-link, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-single-link {
margin-bottom: 24px;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-single-link.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-single-link.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-single-link.last {
margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-single-link, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-single-link, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-single-link {
width: calc(50% - 12px);
margin-right: 24px;
padding-left: 0px;
padding-right: 0px;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-single-link.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-single-link.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-single-link.last {
margin-right: 0px;
}
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
color: var(--leyka-color-main);
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a:active, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a:focus, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a:hover {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a:hover {
text-decoration: underline;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-hidden-controls {
display: none;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-form-spinner {
text-align: center;
padding-bottom: 0;
padding-top: 0;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-form-spinner .form-ajax-indicator {
margin-top: 16px;
margin-bottom: 16px;
}
.leyka-account .leyka-pf-star .leyka-screen-form .form-message {
display: none;
text-align: center;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-field-error-frame {
min-height: 21px;
height: auto;
padding-top: 1px;
margin-left: 16px;
vertical-align: bottom;
margin-left: 0px;
margin-top: 5px;
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-field-error-frame span.donor__textfield-error {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
line-height: normal;
color: var(--leyka-color-error);
}
.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-field-error-frame .donor__textfield-error {
display: none;
}
.leyka-screen-account .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit {
text-align: center;
}
.leyka-screen-account .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn {
margin-bottom: 0px;
}
.leyka-screen-account .leyka-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you {
margin-top: 32px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list {
margin-top: 32px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list .list-title {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 20px;
color: #000000;
margin-bottom: 0px;
margin-top: 0px;
border-bottom: 2px solid var(--leyka-color-gray-superlight);
padding-bottom: 12px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list .items .item {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
margin-top: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
text-align: left;
margin-bottom: 16px;
position: relative;
border-bottom: 1px solid var(--leyka-color-gray-superlight);
padding-bottom: 9.6px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list .items .item .item-title {
color: var(--leyka-color-gray);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list .items .item:last-child {
margin-bottom: 0;
border-bottom: none;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item.subscription-canceling, .leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item.subscription-canceled {
opacity: 0.5;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .subscription-details {
max-width: calc(100% - 90px);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .subscription-status {
max-width: 90px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .subscription-status .canceling {
color: var(--leyka-color-gray);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .campaign-title {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
display: block;
color: var(--leyka-color-gray);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .amount {
display: inline-block;
color: #000000;
text-align: left;
white-space: nowrap;
margin-right: 8px;
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .donation-gateway-pm {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
color: #666666;
margin-top: 8px;
display: inline-block;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .donation-gateway-pm img {
width: 16px;
height: 16px;
display: inline;
margin-right: 4px;
vertical-align: bottom;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .items {
border-bottom: 1px solid var(--leyka-color-gray-superlight);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item {
text-align: left;
display: block;
position: relative;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .item-title {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 16px;
color: #000000;
text-align: left;
margin-bottom: 0;
margin-top: 0px;
position: relative;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .item-title:before {
content: " ";
display: block;
margin-right: 8px;
width: 20px;
height: 20px;
background-color: unset;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
float: left;
margin-top: -3px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .item-title:after {
float: none;
clear: both;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.submitted .item-title:before {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-info.svg);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.funded .item-title:before {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-no-renew.svg);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.funded.rebill .item-title:before {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-renew.svg);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.funded.rebill.init-recurring-donation .item-title:before {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-info.svg);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.funded.rebill.init-recurring-donation.recurring-is-active .item-title:before {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-info.svg);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.refunded .item-title:before {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-refund.svg);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.failed .item-title:before {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-error.svg);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q {
margin-left: 3px;
vertical-align: baseline;
cursor: pointer;
position: relative;
display: block;
position: absolute;
width: 24px;
height: 24px;
left: -2px;
top: -3px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q img {
vertical-align: baseline;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q .field-q-tooltip {
display: none;
position: absolute;
color: #44444a;
background-color: #dddddd;
border-radius: 6px;
border: none;
padding: 8px 8px 8px 8px;
font-size: 12px;
line-height: 17px;
z-index: 11;
top: 150%;
left: 30%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 204px;
overflow-wrap: break-word;
word-wrap: break-word;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
text-align: center;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q .field-q-tooltip a {
color: #44444a;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q .field-q-tooltip:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #dddddd;
left: calc(50% - 4px);
top: -7px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q .field-q-tooltip:empty {
display: none;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q:hover .field-q-tooltip {
display: block;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q:hover .field-q-tooltip:empty {
display: none;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.failed .field-q .field-q-tooltip {
color: var(--leyka-color-white);
background-color: var(--leyka-color-error);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.failed .field-q .field-q-tooltip a {
color: var(--leyka-color-white);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.failed .field-q .field-q-tooltip:before {
border-bottom: 8px solid var(--leyka-color-error);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .date {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 16px;
color: var(--leyka-color-gray);
position: absolute;
top: 0px;
right: 0px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item p {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
line-height: 20px;
color: #666666;
text-align: left;
margin-top: 12px;
margin-bottom: 0px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .donation-gateway-pm {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
color: #666666;
margin-top: 8px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .donation-gateway-pm img {
width: 16px;
height: 16px;
display: inline;
margin-right: 4px;
vertical-align: bottom;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .form-ajax-indicator {
margin-top: 16px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link {
margin-top: 24px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you {
margin-top: 0px;
margin-bottom: 32px;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: var(--leyka-color-main);
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a:active, .leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a:focus, .leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a:hover {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a:hover {
text-decoration: underline;
}
.leyka-screen-login .leyka-account .leyka-pf,
.leyka-screen-reset-password .leyka-account .leyka-pf {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.leyka-screen-login .leyka-account .leyka-pf .leyka-payment-form,
.leyka-screen-reset-password .leyka-account .leyka-pf .leyka-payment-form {
max-width: 328px;
}
@media screen and (min-width: 640px) {
.leyka-screen-login .leyka-account .leyka-pf .leyka-payment-form,
.leyka-screen-reset-password .leyka-account .leyka-pf .leyka-payment-form {
min-width: 328px;
}
}
.leyka-screen-login .leyka-account .leyka-pf .leyka-form-spinner .form-ajax-indicator,
.leyka-screen-reset-password .leyka-account .leyka-pf .leyka-form-spinner .form-ajax-indicator {
margin-top: 0px;
margin-bottom: 32px;
}
.leyka-screen-reset-password .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn {
margin-top: 40px;
}
.leyka-screen-cancel-subscription .list .items .item.subscription-canceling, .leyka-screen-cancel-subscription .list .items .item.subscription-canceled {
opacity: 0.5;
}
.leyka-screen-cancel-subscription .list .items .item .subscription-details {
max-width: calc(100% - 90px);
}
.leyka-screen-cancel-subscription .list .items .item .subscription-status {
max-width: 90px;
}
.leyka-screen-cancel-subscription .list .items .item .subscription-status .canceling {
color: var(--leyka-color-gray);
}
.leyka-screen-cancel-subscription .list .items .item .campaign-title {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
display: block;
color: var(--leyka-color-gray);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.leyka-screen-cancel-subscription .list .items .item .amount {
display: inline-block;
color: #000000;
text-align: left;
white-space: nowrap;
margin-right: 8px;
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
}
.leyka-screen-cancel-subscription .list .items .item .donation-gateway-pm {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
color: #666666;
margin-top: 8px;
display: inline-block;
}
.leyka-screen-cancel-subscription .list .items .item .donation-gateway-pm img {
width: 16px;
height: 16px;
display: inline;
margin-right: 4px;
vertical-align: bottom;
}
.leyka-screen-cancel-subscription .list .items .item .action-disconnect {
margin-left: 24px;
color: var(--leyka-color-main);
cursor: pointer;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .limit-width {
max-width: 380px;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason span {
display: inline-block;
padding-left: 26px;
position: relative;
margin-bottom: 24px;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason input {
margin: 0;
padding: 0;
position: absolute;
top: unset;
left: 0;
border: none;
opacity: 0;
z-index: 10;
cursor: pointer;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
line-height: 21px;
color: var(--leyka-color-gray-dark);
display: block;
position: relative;
z-index: 2;
margin-bottom: 14px;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label:last-of-type {
margin-bottom: 0;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label:before {
content: '';
display: block;
width: 18px;
height: 18px;
border-radius: 2px;
background: #ffffff;
border: 2px solid var(--leyka-color-gray-superlight);
position: absolute;
top: 1px;
left: -26px;
cursor: pointer;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label svg.icon-checkbox-check {
position: absolute;
left: -23px;
top: 5px;
width: 12px;
height: 9px;
display: none;
fill: var(--leyka-color-main);
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label a {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
line-height: 21px;
color: var(--leyka-color-gray-dark);
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason input:checked + label:before {
background: var(--leyka-color-main-third);
border-color: var(--leyka-color-main-second);
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason input:checked + label svg.icon-checkbox-check {
display: block;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason input:focus-visible + label:before {
-webkit-box-shadow: 0px 0px 0px 2px;
box-shadow: 0px 0px 0px 2px;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason > span {
display: block;
margin-bottom: 24px;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason > span:last-of-type {
margin-bottom: 0;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .section.unsubscribe-comment {
margin-top: 8px;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .section.unsubscribe-comment .leyka-star-field-frame {
height: 104px;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-star-submit {
text-align: center;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-star-submit .leyka-star-btn {
margin-top: 8px;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-cancel-subscription-form,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-unsubscribe-request-form,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-go-resubscribe-form,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-back-to-account {
display: none;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-cancel-subscription-form .unsubscribe-comment {
display: none;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-unsubscribe-request-form p,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-go-resubscribe-form p {
text-align: left;
}
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-unsubscribe-request-form .leyka-star-submit .leyka-star-btn,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-go-resubscribe-form .leyka-star-submit .leyka-star-btn {
margin-top: 48px;
}
@media screen and (min-width: 640px) {
.leyka-account div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form {
min-width: 328px;
}
}
.leyka-account div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section {
margin-bottom: 0px;
margin-top: 64px;
}
.leyka-account .leyka-logout {
display: none;
position: absolute;
top: 16px;
right: 16px;
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/account-icon-logout.svg);
background-size: 24px 24px;
background-repeat: no-repeat;
background-position: right top;
width: 24px;
height: 24px;
}
.leyka-account .leyka-logout span {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
display: none;
width: 150px;
margin-left: -125px;
text-transform: lowercase;
color: var(--leyka-color-white);
text-align: right;
padding-right: 32px;
padding-top: 4px;
overflow: hidden;
}
.leyka-account .leyka-logout:hover {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/account-icon-logout-white.svg);
overflow: visible;
}
.leyka-account .leyka-logout:hover span {
display: block;
}
.admin-bar .leyka-account .leyka-logout {
top: 60.8px;
}
@media screen and (min-width: 640px) {
.admin-bar .leyka-account .leyka-logout {
top: 48px;
}
}
.logged-in .leyka-account .leyka-logout {
display: block;
}
.leyka-account.leyka-persistant-campaign .leyka-campaign-header h1 {
margin-bottom: 0px;
}  div[id*="leyka-pf-"] {
margin: 32px 0;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
}
div[id*="leyka-pf-"]:first-child {
margin-top: 0;
}
div[id*="leyka-pf-"]:last-child {
margin-bottom: 0;
}
div[id*="leyka-pf-"] > svg {
display: none;
}
div[id*="leyka-pf-"] a {
border: none;
text-decoration: none;
}
div[id*="leyka-pf-"] form {
display: block;
}
div[id*="leyka-pf-"] .leyka-submit-errors {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 300;
font-style: normal;
text-transform: uppercase;
font-size: 16px;
line-height: 21px;
border: none;
border-radius: 0 0 10px 10px;
color: #ffffff;
background: #D0011B;
margin: -10px -1px 0;
height: auto;
padding: 16px 32px;
position: relative;
text-align: center;
}
div[id*="leyka-pf-"] .leyka-submit-errors:after {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: normal;
font-size: 12px;
content: 'x';
display: block;
color: currentColor;
position: absolute;
top: 19px;
right: 16px;
cursor: pointer;
} div[id*="leyka-pf-"] .inpage-card__thumb {
background-color: #f6f6f6;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 100%;
height: 0;
padding-bottom: 56.7%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
div[id*="leyka-pf-"] .inpage-card__content {
padding: 24px;
}
div[id*="leyka-pf-"] .inpage-card_title {
display: none;
margin-bottom: 16px;
font-weight: 500;
font-size: 1.2em;
}
div[id*="leyka-pf-"] .inpage-card_excerpt {
display: none;
margin-bottom: 12px;
}
div[id*="leyka-pf-"].show-preview .inpage-card__content {
padding-top: 2rem;
}
div[id*="leyka-pf-"].show-preview .inpage-card_title {
display: block;
margin-bottom: 1rem;
font-size: 20px;
line-height: 23px;
}
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt {
position: relative;
display: block;
font-size: 16px;
line-height: 23px;
margin-bottom: 2rem;
padding-bottom: 0.5rem;
}
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
padding-top: 3.5rem;   background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(67%, white));
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 67%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a {
text-decoration: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a:hover, div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a:active, div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a:focus {
text-decoration: none;
outline: none;
}
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links .inpage-card__expand-excerpt,
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links .inpage-card__collapse-excerpt {
color: var(--color-main);
text-decoration: none;
border-bottom: 1px dashed var(--color-main);
padding-bottom: 2px;
}
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links .inpage-card__collapse-excerpt {
display: none;
}
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt.expand .inpage-card__toggle-excerpt-links {
padding-top: 0px;
position: relative;
}
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt.expand .inpage-card__toggle-excerpt-links .inpage-card__expand-excerpt {
display: none;
}
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt.expand .inpage-card__toggle-excerpt-links .inpage-card__collapse-excerpt {
display: inline;
}
div[id*="leyka-pf-"].show-preview .inpage-card_scale {
margin-bottom: 2rem;
}
div[id*="leyka-pf-"].show-preview .target {
font-size: 16px;
line-height: 19px;
font-weight: 500;
}
div[id*="leyka-pf-"].show-preview .message-finished {
font-size: 1.15em;
}
div[id*="leyka-pf-"].show-preview .info {
color: #828282;
font-size: 13px;
line-height: 15px;
font-weight: 500;
}
div[id*="leyka-pf-"].show-preview .inpage-card__note {
color: #999999;
font-size: 14px;
line-height: 21px;
margin-top: 1rem;
}
div[id*="leyka-pf-"].show-preview .inpage-card__action {
margin-top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
div[id*="leyka-pf-"].show-preview .inpage-card__action button,
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button {
border: none;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
font-size: 16px;
line-height: 19px;
width: 100%;
max-width: unset;
height: auto;
}
div[id*="leyka-pf-"].show-preview .inpage-card__action button:visited,
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:visited {
color: #ffffff;
}
div[id*="leyka-pf-"].show-preview .inpage-card__action button:hover, div[id*="leyka-pf-"].show-preview .inpage-card__action button:focus,
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:hover,
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:focus {
background: var(--color-main-dark);
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"].show-preview .inpage-card__action button,
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button {
height: 48px;
}
}
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button {
background-color: #ffffff;
color: var(--color-main);
border: 1px solid #e0e0e0;
line-height: 26px;
}
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:active, div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:focus, div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:hover {
background-color: #ffffff;
color: var(--color-main);
border: 1px solid #e0e0e0;
}
div[id*="leyka-pf-"].show-preview .supporter-and-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
div[id*="leyka-pf-"].show-preview.leyka-pf--active .inpage-card__action {
display: none;
}
div[id*="leyka-pf-"] .inpage-card_scale {
margin-bottom: 24px;
}
div[id*="leyka-pf-"] .scale {
width: 100%;
height: 6px;
background: #eeeeee;
border-radius: 2.5px;
}
div[id*="leyka-pf-"] .scale .progress {
height: 6px;
background: var(--color-main);
border-top-left-radius: 2.5px;
border-bottom-left-radius: 2.5px;
}
div[id*="leyka-pf-"] .scale .progress.fin {
border-top-right-radius: 2.5px;
border-bottom-right-radius: 2.5px;
}
div[id*="leyka-pf-"] .scale.hide-scale {
display: none;
}
div[id*="leyka-pf-"] .target {
margin: 16px 0 4px;
color: var(--color-main);
font-size: 1.2em;
}
div[id*="leyka-pf-"] .target .curr-mark {
margin-left: 2px;
}
div[id*="leyka-pf-"] .message-finished {
color: var(--color-main);
font-size: 1.15em;
}
div[id*="leyka-pf-"] .info {
color: #999999;
}
div[id*="leyka-pf-"] .info .curr-mark {
margin-left: 2px;
}
div[id*="leyka-pf-"] .inpage-card__note {
color: #333333;
}
div[id*="leyka-pf-"] .inpage-card__note strong {
font-weight: bold;
}
div[id*="leyka-pf-"] .inpage-card__note a {
color: #999999;
text-decoration: underline;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
div[id*="leyka-pf-"] .inpage-card__note a:visited {
color: #999999;
}
div[id*="leyka-pf-"] .inpage-card__action {
margin-top: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
div[id*="leyka-pf-"] .inpage-card__action button,
div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button {
border: none;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
font-size: 16px;
line-height: 19px;
width: 100%;
max-width: 279px;
height: 48px;
}
div[id*="leyka-pf-"] .inpage-card__action button:visited,
div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button:visited {
color: #ffffff;
}
div[id*="leyka-pf-"] .inpage-card__action button:hover, div[id*="leyka-pf-"] .inpage-card__action button:focus,
div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button:hover,
div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button:focus {
background: var(--color-main-dark);
}
div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button {
background-color: #ffffff;
color: var(--color-main);
border: 1px solid #e0e0e0;
line-height: 26px;
}
body.wizard-init-campaign-preview div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a {
cursor: default;
}
body.wizard-init-campaign-preview div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button {
cursor: default;
}
body.wizard-init-campaign-preview div[id*="leyka-pf-"].show-preview .inpage-card__action button {
cursor: default;
}
body.wizard-init-campaign-preview div[id*="leyka-pf-"].show-preview .supporter-and-button .inpage-card__note.supporters .leyka-js-history-more {
cursor: default;
}
div[id*="leyka-pf-"] .step__selection {
text-align: center;
}
div[id*="leyka-pf-"] .step__selection a {
color: #2963E8;
text-decoration: underline;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: normal;
}
div[id*="leyka-pf-"] .step__selection a:hover, div[id*="leyka-pf-"] .step__selection a:focus, div[id*="leyka-pf-"] .step__selection a:active {
color: #164cc8;
}
div[id*="leyka-pf-"] .step__selection a span.remembered-amount:after, div[id*="leyka-pf-"] .step__selection a span.curr-mark:after {
content: " ";
}
div[id*="leyka-pf-"] .step__title {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 18px;
color: #000000;
text-align: center;
}
div[id*="leyka-pf-"] .step__note {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 300;
font-style: normal;
font-size: 12px;
line-height: 18px;
color: #999999;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
text-align: center;
}
div[id*="leyka-pf-"] .step__note a {
color: currentColor;
text-decoration: underline;
}
div[id*="leyka-pf-"] .amount_range {
padding: 8px;
text-align: center;
}
div[id*="leyka-pf-"] .amount_range input[type=range],
div[id*="leyka-pf-"] .amount_range input[type=range]:focus,
div[id*="leyka-pf-"] .amount_range input[type=range]:active,
div[id*="leyka-pf-"] .amount_range input[type=range]::-moz-focus-inner,
div[id*="leyka-pf-"] .amount_range input[type=range]::-moz-focus-outer,
div[id*="leyka-pf-"] .amount_range input[type=range]:-moz-focusring {
border: 0;
outline: none;
background: none;
}
div[id*="leyka-pf-"] .amount_range input[type=range] {
-webkit-appearance: none;
width: 200px;
margin: 0 auto;
border: none;
}
div[id*="leyka-pf-"] .amount_range input[type=range]::-ms-track {
width: 100%;
cursor: pointer;
border-color: transparent;
color: transparent;
height: 6px;
border: none;
border-radius: 6px;
background: var(--color-main);
animate: 0.2s;
}
div[id*="leyka-pf-"] .amount_range input[type=range]::-moz-range-track {
width: 100%;
cursor: pointer;
border-color: transparent;
color: transparent;
height: 6px;
border: none;
border-radius: 6px;
background: var(--color-main);
animate: 0.2s;
}
div[id*="leyka-pf-"] .amount_range input[type=range]::-webkit-slider-runnable-track {
width: 100%;
cursor: pointer;
border-color: transparent;
color: transparent;
height: 6px;
border: none;
border-radius: 6px;
background: var(--color-main);
animate: 0.2s;
}
div[id*="leyka-pf-"] .amount_range input[type=range]::-ms-thumb {
-webkit-appearance: none;
border-radius: 50%;
width: 20px;
height: 20px;
background: #ffffff;
border: 1px solid #cccccc;
cursor: pointer;
}
div[id*="leyka-pf-"] .amount_range input[type=range]::-moz-range-thumb {
-webkit-appearance: none;
border-radius: 50%;
width: 20px;
height: 20px;
background: #ffffff;
border: 1px solid #cccccc;
cursor: pointer;
}
div[id*="leyka-pf-"] .amount_range input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
border-radius: 50%;
width: 20px;
height: 20px;
background: #ffffff;
border: 1px solid #cccccc;
cursor: pointer;
margin-top: -7px;
}
div[id*="leyka-pf-"] .invalid .amount_range input[type=range]::-ms-track,
div[id*="leyka-pf-"] .invalid .amount_range input[type=range]::-moz-range-track,
div[id*="leyka-pf-"] .invalid .amount_range input[type=range]::-webkit-slider-runnable-track {
background: #D0011B;
}
div[id*="leyka-pf-"] .amount__figure {
position: relative;
width: 196px;
z-index: 1;
margin: 0 auto;
border-bottom: 2px solid #eeeeee;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
div[id*="leyka-pf-"] .amount__figure.focus {
border-bottom-color: var(--color-main);
}
div[id*="leyka-pf-"] .amount__figure span {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 100;
font-style: normal;
font-size: 38px;
line-height: 42px;
font-weight: 100;
color: #000000;
z-index: 20;
}
div[id*="leyka-pf-"] .amount__figure input {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 100;
font-style: normal;
font-size: 38px;
line-height: 42px;
-webkit-appearance: none;
background: transparent;
border: none;
border-radius: 0;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
color: #000000;
padding: 0 4px 4px 4px;
width: 100px;
}
div[id*="leyka-pf-"] .amount__figure input::-webkit-input-placeholder {
color: #cccccc;
}
div[id*="leyka-pf-"] .amount__figure input::-moz-placeholder {
color: #cccccc;
}
div[id*="leyka-pf-"] .amount__figure input:-ms-input-placeholder {
color: #cccccc;
}
div[id*="leyka-pf-"] .amount__figure input::-ms-input-placeholder {
color: #cccccc;
}
div[id*="leyka-pf-"] .amount__figure input::placeholder {
color: #cccccc;
}
div[id*="leyka-pf-"] .amount__figure input:focus::-webkit-input-placeholder {
opacity: 0;
color: #ffffff;
}
div[id*="leyka-pf-"] .amount__figure input:focus::-moz-placeholder {
opacity: 0;
color: #ffffff;
}
div[id*="leyka-pf-"] .amount__figure input:focus:-ms-input-placeholder {
opacity: 0;
color: #ffffff;
}
div[id*="leyka-pf-"] .amount__figure input:focus::-ms-input-placeholder {
opacity: 0;
color: #ffffff;
}
div[id*="leyka-pf-"] .amount__figure input:focus::placeholder {
opacity: 0;
color: #ffffff;
}
div[id*="leyka-pf-"] .amount__icon {
text-align: center;
padding: 24px 8px 16px; height: 140px;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"] .amount__icon { height: 170px;
}
}
div[id*="leyka-pf-"] .amount__icon .svg-icon {
fill: var(--color-main);
}
div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size1 {
width: 46px;
height: 80px;
padding-top: 40px;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size1 {
width: 62px;
height: 110px;
padding-top: 64px;
}
}
div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size2 {
width: 80px;
height: 80px;
padding-top: 30px;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size2 {
width: 102px;
height: 110px;
padding-top: 34px;
}
}
div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size3 {
width: 86px;
height: 80px;
padding-top: 25px;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size3 {
width: 114px;
height: 110px;
padding-top: 24px;
}
}
div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size4 {
width: 85px;
height: 110px;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size4 {
width: 114px;
height: 110px;
}
}
div[id*="leyka-pf-"] .amount__range_wrapper {
position: relative;
}
div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_overlay {
display: none;
background-color: #ffffff;
height: 38px;
left: 0;
position: absolute;
top: 0;
width: 210px;
z-index: 5;
pointer-events: none;
}
div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom {
display: none;
position: relative;
left: 10px;
top: 10px;
z-index: 7;
pointer-events: none;
}
div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-bg {
width: 200px;
height: 12px;
fill: #E6E7E9;
position: absolute;
top: 0px;
left: 0px;
}
div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-color, div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-color-wrapper {
width: 200px;
height: 12px;
fill: var(--color-main);
position: absolute;
top: 0px;
left: 0px;
}
div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-color-wrapper {
width: 50px;
overflow: hidden;
}
div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-circle {
width: 34px;
height: 34px;
fill: var(--color-main);
position: absolute;
top: -10px;
left: 50px;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom--visible {
display: block;
}
}
div[id*="leyka-pf-"] .amount__error {
color: #D0011B;
display: none;
padding-top: 24px;
max-width: 186px;
}
div[id*="leyka-pf-"] .step__action a {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
text-transform: none;
padding: 8px 24px 12px 24px;
width: 186px;
text-align: center;
margin: 4px;
}
div[id*="leyka-pf-"] .step__action a:visited {
color: #ffffff;
}
div[id*="leyka-pf-"] .step__action a:hover, div[id*="leyka-pf-"] .step__action a:focus {
background: var(--color-main-dark);
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"] .step__action a {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
text-transform: none;
padding: 6px 24px;
border-radius: 18px;
}
div[id*="leyka-pf-"] .step__action a:visited {
color: #ffffff;
}
div[id*="leyka-pf-"] .step__action a:hover, div[id*="leyka-pf-"] .step__action a:focus {
background: var(--color-main-dark);
}
}
div[id*="leyka-pf-"] .step__action .monthly {
position: relative;
}
div[id*="leyka-pf-"] .step__action .svg-icon {
width: 22px;
height: 15px;
fill: #ffffff;
vertical-align: text-bottom;
margin-right: 4px;
}
div[id*="leyka-pf-"] .amount.invalid .amount__figure {
border-bottom-color: #D0011B;
}
div[id*="leyka-pf-"] .amount.invalid .amount__error {
display: block;
}
div[id*="leyka-pf-"] .amount.invalid .amount__icon .svg-icon {
display: none;
}
div[id*="leyka-pf-"] .amount.invalid input[type=range]::-ms-track {
background: #D0011B;
}
div[id*="leyka-pf-"] .amount.invalid input[type=range]::-moz-range-track {
background: #D0011B;
}
div[id*="leyka-pf-"] .amount.invalid input[type=range]::-webkit-slider-runnable-track {
background: #D0011B;
}
div[id*="leyka-pf-"] .amount.invalid .amount__range_wrapper .amount__range_custom .range-color, div[id*="leyka-pf-"] .amount.invalid .amount__range_wrapper .amount__range_custom .range-color-wrapper {
fill: #D0011B;
}
div[id*="leyka-pf-"] .amount.invalid .amount__range_wrapper .amount__range_custom .range-circle {
fill: #D0011B;
}
div[id*="leyka-pf-"] .payments-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
justify-items: center;
overflow-y: hidden; }
div[id*="leyka-pf-"] .payment-opt {
text-align: center;
margin: 9px 4px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: calc(50% - 8px);
}
div[id*="leyka-pf-"] .payment-opt__button {
display: inline-block;
position: relative;
z-index: 1;
width: 100%;
}
div[id*="leyka-pf-"] .payment-opt__radio {
position: absolute;
top: 10px;
left: 10px;
border: none;
opacity: 0;
}
div[id*="leyka-pf-"] .payment-opt__icon {
width: 100%;
height: 65px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
background: #f6f6f6;
-webkit-transition: background 0.35s;
transition: background 0.35s;
cursor: pointer;
}
div[id*="leyka-pf-"] .payment-opt__icon:hover {
background: var(--color-main-light);
}
div[id*="leyka-pf-"] .payment-opt__icon .svg-icon {
width: 80px;
height: 41px;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"] .payment-opt__icon {
height: 85px;
}
div[id*="leyka-pf-"] .payment-opt__icon .svg-icon {
width: 150px;
height: 60px;
}
}
div[id*="leyka-pf-"] .payment-opt__icon img {
height: 60px;
}
div[id*="leyka-pf-"] .payment-opt__radio:checked + .payment-opt__icon {
background: var(--color-main-light);
}
div[id*="leyka-pf-"] .payment-opt__radio:checked + .payment-opt__icon:hover {
background: var(--color-main-light);
}
div[id*="leyka-pf-"] .payment-opt__label {
display: block;
margin-top: 8px;
font-size: 11px;
line-height: 1.25;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
max-height: 27.5px;
overflow: hidden;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"] .payment-opt__label {
font-size: 13px;
max-height: 32.5px;
}
}
div[id*="leyka-pf-"] .donor__textfield label {
display: block;
position: relative;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 14px;
line-height: 18px;
color: #333333;
margin: 0;
height: 20px;
overflow: hidden;
}
div[id*="leyka-pf-"] .donor__textfield input, div[id*="leyka-pf-"] .donor__textfield textarea {
width: 100%;
height: inherit;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
border: none;
background: transparent !important;
text-align: left;
border-radius: 0;
margin: 0;
padding: 6px 0;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 18px;
color: #333333;
border-bottom: 1px solid #cccccc;
}
div[id*="leyka-pf-"] .donor__textfield .donor__textfield-error {
display: none;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 14px;
line-height: 18px;
color: #D0011B;
font-size: 12px;
}
div[id*="leyka-pf-"] .donor__textfield.focus input {
border-bottom-color: #353d3f;
}
div[id*="leyka-pf-"] .donor__textfield.invalid .donor__textfield-label {
display: none;
}
div[id*="leyka-pf-"] .donor__textfield.invalid .donor__textfield-error {
display: inline-block;
}
div[id*="leyka-pf-"] .donor__textfield.invalid input, div[id*="leyka-pf-"] .donor__textfield.invalid textarea {
color: #D0011B;
border-bottom-color: #D0011B;
}
div[id*="leyka-pf-"] .donor__textfield.valid .donor__textfield-label {
color: var(--color-main);
}
div[id*="leyka-pf-"] .donor__textfield.valid input {
color: var(--color-main);
border-bottom-color: var(--color-main);
}
div[id*="leyka-pf-"] .donor__submit {
text-align: center;
}
div[id*="leyka-pf-"] .donor__submit input {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
border-radius: 27px;
padding: 12px 26px;
min-width: 200px;
font-size: 14px;
}
div[id*="leyka-pf-"] .donor__submit input:visited {
color: #ffffff;
}
div[id*="leyka-pf-"] .donor__submit input:hover, div[id*="leyka-pf-"] .donor__submit input:focus {
background: var(--color-main-dark);
}
div[id*="leyka-pf-"] .donor__oferta {
z-index: 1;
text-align: left;
}
div[id*="leyka-pf-"] .donor__oferta span {
display: inline-block;
padding-left: 26px;
position: relative;
}
div[id*="leyka-pf-"] .donor__oferta input {
margin: 0;
padding: 0;
position: absolute;
top: -1000px;
left: 0;
border: none;
opacity: 0;
z-index: 10;
cursor: pointer;
}
div[id*="leyka-pf-"] .donor__oferta label {
display: inline-block;
position: relative;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 300;
font-style: normal;
font-size: 12px;
line-height: 18px;
color: #999999;
z-index: 2;
}
div[id*="leyka-pf-"] .donor__oferta label:before {
content: '';
display: block;
width: 16px;
height: 16px;
border-radius: 2px;
background: #ffffff;
border: 2px solid #333333;
position: absolute;
top: 1px;
left: -26px;
cursor: pointer;
}
div[id*="leyka-pf-"] .donor__oferta label a {
color: #999999;
text-decoration: underline;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
div[id*="leyka-pf-"] .donor__oferta label a:visited {
color: #999999;
}
div[id*="leyka-pf-"] .donor__oferta input:checked + label:before {
background-color: var(--color-main);
border-color: var(--color-main);
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTcgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPlNoYXBlPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8cGF0aCBkPSJNMTYuNSwxLjg3OTE0Mjg2IEw1LjUyODU3MTQzLDEyLjg1MDU3MTQgTDAuNSw3LjgyMiBMMS43ODkxNDI4Niw2LjUzMjg1NzE0IEw1LjUyODU3MTQzLDEwLjI2MzE0MjkgTDE1LjIxMDg1NzEsMC41OSBMMTYuNSwxLjg3OTE0Mjg2IEwxNi41LDEuODc5MTQyODYgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
background-repeat: no-repeat;
background-size: 16px 13px;
background-position: 0 -2px;
}
div[id*="leyka-pf-"] .donor__oferta .donor__oferta-error {
visibility: hidden;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 14px;
line-height: 18px;
font-size: 12px;
padding-top: 6px;
color: #D0011B;
}
div[id*="leyka-pf-"] .donor__oferta.invalid .donor__oferta-error {
visibility: visible;
}
div[id*="leyka-pf-"] .step--static .step__border {
min-height: 80%;
position: relative;
}
div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation {
text-align: center;
margin: 12px auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation input {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
border-radius: 27px;
padding: 12px 26px;
min-width: 200px;
font-size: 14px;
}
div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation input:visited {
color: #ffffff;
}
div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation input:hover, div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation input:focus {
background: var(--color-main-dark);
}  .leyka-pf__module {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
border: 1px solid #eeeeee;
border-radius: 10px;
background: #ffffff;
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.leyka-pf__module *, .leyka-pf__module *::after, .leyka-pf__module *::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.leyka-pf__form {
max-width: 400px;
margin: 0 auto;
}
.inpage-card__action,
.leyka-pf__redirect,
.leyka-pf__overlay,
.leyka-pf__close,
.oferta,
.step__selection,
.step__action {
display: none;
}
.step__title {
text-align: center;
padding: 16px 0 24px;
}
.step__fields {
padding: 0 16px;
}
@media screen and (min-width: 420px) {
.step__fields {
padding: 0 24px;
}
}
.step__fields.static-text {
max-width: 300px;
margin: 24px auto 0;
}
.step__fields.static-text p {
margin-bottom: 8px;
}
div[id*="leyka-pf-"] .step__note {
text-align: center;
padding: 0 16px 32px 16px;
}
div[id*="leyka-pf-"] .step__note p {
margin: 0;
font-size: 11px;
line-height: 14px;
}
@media screen and (min-width: 420px) {
div[id*="leyka-pf-"] .step__note {
padding: 0 24px 32px 24px;
}
}
.donor__textfield {
margin-bottom: 24px;
}
.donor__submit {
margin-bottom: 16px;
} .leyka-pf .pic-first-step {
display: none;
}
.leyka-pf.leyka-pf--active .pic-first-step {
display: block;
}
.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card__thumbframe {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 50%;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card__content {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card__thumbframe + .inpage-card__content {
width: 50%;
}
.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card__thumb {
height: 100%;
min-height: 230px;
padding: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}  .leyka-js .leyka-pf__close {
font-size: 13px;
font-weight: bold;
color: #999999;
width: 24px;
height: 24px;
border-radius: 50%;
border: 1px solid #cccccc;
text-align: center;
line-height: 20px;
vertical-align: middle;
cursor: pointer;
-webkit-transition: all 0.35s;
transition: all 0.35s;
background: rgba(255, 255, 255, 0.9);
display: none;
position: absolute;
top: 4px;
right: 4px;
}
.leyka-js .leyka-pf__close:hover {
color: #353d3f;
border-color: #353d3f;
}
.leyka-js .leyka-pf__close:hover {
color: #ffffff;
background: var(--color-main);
border-color: var(--color-main);
}
.leyka-js .leyka-pf__overlay {
display: none;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.leyka-js .leyka-pf__redirect {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10150;
border-radius: 10px;
}
.leyka-js .leyka-pf__final-screen {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10100;
border-radius: 10px;
}
.leyka-js .leyka-pf__form {
display: none;
}
.leyka-js .inpage-card__action {
display: block;
} .leyka-js .leyka-pf--active .inpage-card__content .no-supporters {
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.leyka-js .leyka-pf--active .inpage-card__content .no-supporters .pic-first-step {
margin: auto auto 0 auto;
display: block;
fill: var(--color-main);
max-width: 50%;
height: 200px;
}
.leyka-js .leyka-pf--active .inpage-card__content .no-supporters .lets-do-first-step-text {
width: 85%;
margin: 0px auto;
}
.leyka-js .leyka-pf--active .leyka-submit-errors {
width: 100%;
z-index: 200;
position: absolute;
left: 0;
bottom: 0;
margin-top: 0;
}
.leyka-js .leyka-pf--active .leyka-pf__overlay {
display: block;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
background: rgba(255, 255, 255, 0.9);
z-index: 10000;
opacity: 1;
}
.leyka-js .leyka-pf--active .leyka-pf__module {
max-height: 522px;
height: 96vh;
position: fixed;
top: 50%;
left: 50%;
width: 90%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 10010;
max-width: 400px;
overflow: hidden;
}
.leyka-js .leyka-pf--active .leyka-pf__module.leyka-with-comment {
max-height: 612px;
height: 96vh;
}
@media screen and (min-width: 420px) {
.leyka-js .leyka-pf--active .leyka-pf__module {
-webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 25px rgba(0, 0, 0, 0.25);
}
}
.leyka-js .leyka-pf--active .leyka-pf__close {
display: block;
z-index: 10120;
}
.leyka-js .leyka-pf--active .inpage-card__action {
display: none;
}
.leyka-js .leyka-pf--active .leyka-pf__card {
display: none;
z-index: 10;
}
.leyka-js .leyka-pf--active .leyka-pf__form {
display: block;
position: relative;
z-index: 10;
max-width: none;
margin: 0;
}
.leyka-js .leyka-pf--active .leyka-pf__redirect--open {
display: block;
} @media screen and (min-width: 640px) {
.leyka-js .leyka-pf--active .leyka-pf__module {
max-width: 900px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.leyka-js .leyka-pf--active .leyka-pf__module:after {
content: '';
display: block;
width: 1px;
height: 100%;
background: #eeeeee;
position: absolute;
top: 0;
left: 50%;
z-index: 108;
}
.leyka-js .leyka-pf--active .leyka-pf__card {
width: 50%;
display: block;
border-top-right-radius: 0;
}
.leyka-js .leyka-pf--active .leyka-pf__card .inpage-card__thumb {
border-top-right-radius: 0;
}
.leyka-js .leyka-pf--active .leyka-pf__card .inpage-card_title {
height: 23px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.leyka-js .leyka-pf--active .leyka-pf__card .inpage-card__excerpt {
display: none;
}
.leyka-js .leyka-pf--active .leyka-pf__form {
width: 50%;
}
.leyka-js .leyka-pf--active.leyka-pf--oferta-open .leyka-pf__module:after, .leyka-js .leyka-pf--active.leyka-pf--pd-open .leyka-pf__module:after {
display: none;
}
} .leyka-js .leyka-pf--active.leyka-pf--oferta-open .leyka-pf__module {
max-width: 900px;
max-height: 700px;
}
.leyka-js .leyka-pf--active.leyka-pf--oferta-open .leyka-pf__oferta {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10015;
border-radius: 10px;
padding: 24px 9% 0;
}
.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__frame {
width: 100%;
padding: 0 20px 56px;
height: 100%;
overflow-y: scroll;
}
.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__flow {
padding-bottom: 76px;
}
.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 10120;
padding: 8px;
text-align: center;
background: #ffffff;
border-top: 1px solid #eeeeee;
}
.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action a {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
text-transform: none;
padding: 6px 24px;
border-radius: 18px;
}
.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action a:visited {
color: #ffffff;
}
.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action a:hover, .leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action a:focus {
background: var(--color-main-dark);
}
.leyka-js .leyka-pf--active.leyka-pf--pd-open .leyka-pf__module {
max-width: 900px;
max-height: 700px;
}
.leyka-js .leyka-pf--active.leyka-pf--pd-open .leyka-pf__pd {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10015;
border-radius: 10px;
padding: 24px 9% 0;
}
.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__frame {
width: 100%;
padding: 0 20px 56px;
height: 100%;
overflow-y: scroll;
}
.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__flow {
padding-bottom: 76px;
}
.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 10120;
padding: 8px;
text-align: center;
background: #ffffff;
border-top: 1px solid #eeeeee;
}
.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action a {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
text-transform: none;
padding: 6px 24px;
border-radius: 18px;
}
.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action a:visited {
color: #ffffff;
}
.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action a:hover, .leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action a:focus {
background: var(--color-main-dark);
}  .leyka-js .leyka-pf__form .step {
max-height: 522px;
height: 96vh;
position: absolute;
top: 0;
left: 0;
width: 100%;
border-radius: 10px;
z-index: 5;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.leyka-js .leyka-pf__form.leyka-with-comment .step {
max-height: 627px;
height: 96vh;
}
.leyka-js .leyka-pf__form .step--person {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.leyka-js .leyka-pf__form .step--active {
visibility: visible;
opacity: 1;
z-index: 100;
font-size: inherit;
}
.leyka-js .leyka-pf__form .step__selection {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 8px 16px 12px;
white-space: nowrap;
width: 100%;
}
.leyka-js .leyka-pf__form .step__selection .leyka-js-another-step {
padding: 2px 4px 2px 0;
max-width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
@media screen and (min-width: 640px) {
.leyka-js .leyka-pf__form .step__selection .leyka-js-another-step {
max-width: 240px;
}
}
.leyka-js .leyka-pf__form .step__action {
display: block;
text-align: center;
}
.leyka-js .leyka-pf__form .step__title--amount {
padding-top: 40px;
}
@media screen and (min-width: 420px) {
.leyka-js .leyka-pf__form .step__title--amount {
padding-top: 32px;
}
}
.leyka-js .leyka-pf__form .step__action--amount {
padding: 16px 0;
}
.leyka-js .leyka-pf__form .step__border {
width: 100%;
overflow-y: auto;
}
@media screen and (min-width: 800px) {
.leyka-js .leyka-pf__form .step__border {
width: 86%;
padding-top: 8px;
border-width: 7px;
-o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUXFgUJCOIR8gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAADkklEQVRYw71Y2XLqOhBsyVpskzikKv//iQkQLLTYmvtAja7BwCHERI8qkFuzdPdI4M5FRHS+l3NGSgl934OIMI4jhBBo2xZt20IIMTtHXNq8sMSjwIgIfd8jxoiUEpRSyDmDiFBVFZRSaJoGxpiHgCk8uGKMCCGAiPDx8YGqqkoUnXNwzoGIZsDuXfI3wABgtVpByv+PkVKibVtUVYVxHHGhAp4HLOeMYRggpUTTNLNaYnAAEEL4O2DDMBRgU7Dn4KWUfwvMew8iOonUFCQAKHUs35TSDPSixc8f8N4jxghjDJqmufp7rTW01hjHEZvNBk3TzMAvAmyz2ZSb13WN19fX2Ye40IUQpc6klNjv9zgcDj9qhLuB1XVdUnQeKU6rEOLk49MOZTK+GxjduEYIAfv9HlprdF0nsMDa7Xbkvcd6vYbW+rHizzlDCHHzgEfp5l8NIW/9+XA4zGjht4u71Xt/WyunqSQihBAQQij1MBHkRVJJRLTdbhFjhLUWdV1DKTW7vCAiijHCOYdxHE84SWtdOmtJYDln7HY7xBghhIBSCkopGGNgjDk2Us6ZdrsdQgioqgpt2yLnDKUUtNYF5JLAmBeZQqY1Z609Zmi/35P3vmxcq6elgZ2vw+GAvu8hpTwaA07hNVBE9LBDuALsKk++v78X4ymZHG913kLBungWp1AIUQwmEUGxwbvkDJYGda4Ul8SfXbAUQmAYhhNTd00Dn5nKKSghBORqtYLWGl9fX1dJb+lUXjqPLTkzgxjHkZxzxdBJKZm30DRNkaOlu5JFnZWFm9Bai67rjgRLRIgxIsZY3CkPEl3XPYVgnXNFXbgBOFrGmFNJmvp57z1CCDDG4O3tbVFgPEWxulhrYa09SfHMj0kpizRst1t47x8ewW5ZKaUU1uv1VZqS95jDYRgWtTxsNm9x501g3AhLrpTSkaf+ce7ddbPdbolF3Vp7lTDPpyfWQY76vU74R1MSd+zLywvquj659dT3T9P2/f1d+PEn0b87Yt57Ylebc0Zd1zfdCItxSgnGmHIRY8yyEeP0WWvx+fmJlBJSSrO0TtMXY0Rd1+i67vmTuJSyqMF5t04HDE4td/afPBFYa08cyKVnAqYFHj7+DBgAOOdmYxgRlTq8NGQ8FRibunEcZ+Byzuj7HgB+pRgPvyjyG2sIAc654oKHYYDWusjaw/boN0MEEZ08a1ZVBSEE2ONdSuO9ZuA/JuV2YiK5ohEAAAAASUVORK5CYII=) 10 10 round;
border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUXFgUJCOIR8gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAADkklEQVRYw71Y2XLqOhBsyVpskzikKv//iQkQLLTYmvtAja7BwCHERI8qkFuzdPdI4M5FRHS+l3NGSgl934OIMI4jhBBo2xZt20IIMTtHXNq8sMSjwIgIfd8jxoiUEpRSyDmDiFBVFZRSaJoGxpiHgCk8uGKMCCGAiPDx8YGqqkoUnXNwzoGIZsDuXfI3wABgtVpByv+PkVKibVtUVYVxHHGhAp4HLOeMYRggpUTTNLNaYnAAEEL4O2DDMBRgU7Dn4KWUfwvMew8iOonUFCQAKHUs35TSDPSixc8f8N4jxghjDJqmufp7rTW01hjHEZvNBk3TzMAvAmyz2ZSb13WN19fX2Ye40IUQpc6klNjv9zgcDj9qhLuB1XVdUnQeKU6rEOLk49MOZTK+GxjduEYIAfv9HlprdF0nsMDa7Xbkvcd6vYbW+rHizzlDCHHzgEfp5l8NIW/9+XA4zGjht4u71Xt/WyunqSQihBAQQij1MBHkRVJJRLTdbhFjhLUWdV1DKTW7vCAiijHCOYdxHE84SWtdOmtJYDln7HY7xBghhIBSCkopGGNgjDk2Us6ZdrsdQgioqgpt2yLnDKUUtNYF5JLAmBeZQqY1Z609Zmi/35P3vmxcq6elgZ2vw+GAvu8hpTwaA07hNVBE9LBDuALsKk++v78X4ymZHG913kLBungWp1AIUQwmEUGxwbvkDJYGda4Ul8SfXbAUQmAYhhNTd00Dn5nKKSghBORqtYLWGl9fX1dJb+lUXjqPLTkzgxjHkZxzxdBJKZm30DRNkaOlu5JFnZWFm9Bai67rjgRLRIgxIsZY3CkPEl3XPYVgnXNFXbgBOFrGmFNJmvp57z1CCDDG4O3tbVFgPEWxulhrYa09SfHMj0kpizRst1t47x8ewW5ZKaUU1uv1VZqS95jDYRgWtTxsNm9x501g3AhLrpTSkaf+ce7ddbPdbolF3Vp7lTDPpyfWQY76vU74R1MSd+zLywvquj659dT3T9P2/f1d+PEn0b87Yt57Ylebc0Zd1zfdCItxSgnGmHIRY8yyEeP0WWvx+fmJlBJSSrO0TtMXY0Rd1+i67vmTuJSyqMF5t04HDE4td/afPBFYa08cyKVnAqYFHj7+DBgAOOdmYxgRlTq8NGQ8FRibunEcZ+Byzuj7HgB+pRgPvyjyG2sIAc654oKHYYDWusjaw/boN0MEEZ08a1ZVBSEE2ONdSuO9ZuA/JuV2YiK5ohEAAAAASUVORK5CYII=) 10 10 round;
border-style: solid;
}
} .bottom-form__history,
.inpage-card__history {
visibility: hidden;
z-index: -1;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
padding: 24px 16px;
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.leyka-js .inpage-card {
position: relative;
overflow: hidden;
}
.leyka-js .leyka-pf--history-open.leyka-pf-bottom {
max-height: 547px;
height: 96vh;
}
.leyka-js .leyka-pf--history-open .inpage-card {
max-height: 547px;
height: 96vh;
}
.leyka-js .leyka-pf--history-open .bottom-form__history,
.leyka-js .leyka-pf--history-open .inpage-card__history {
visibility: visible;
z-index: 100;
opacity: 1;
border-radius: 10px;
background: #f6f6f6;
}
.leyka-js .leyka-pf--history-open .inpage-card__history {
height: calc(100% + 1px);
top: -1px;
}
.leyka-js .leyka-pf--history-open .history__close {
font-size: 13px;
font-weight: bold;
color: #999999;
width: 24px;
height: 24px;
border-radius: 50%;
border: 1px solid #cccccc;
text-align: center;
line-height: 20px;
vertical-align: middle;
cursor: pointer;
-webkit-transition: all 0.35s;
transition: all 0.35s;
position: absolute;
top: 4px;
right: 4px;
}
.leyka-js .leyka-pf--history-open .history__close:hover {
color: #353d3f;
border-color: #353d3f;
}
.leyka-js .leyka-pf--history-open .history__title {
padding-bottom: 16px;
}
.leyka-js .leyka-pf--history-open .history__list {
width: 100%;
padding: 0 10px 0 0;
height: calc(100% - 70px);
overflow-y: scroll;
}
.leyka-js .leyka-pf--history-open .history__action {
padding: 8px 0;
}
.leyka-js .leyka-pf--history-open .history__action a {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
color: #333333;
background: #ffffff;
padding: 8px;
text-align: center;
border: 1px solid #cccccc;
border-radius: 3px;
width: 100%;
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.leyka-js .leyka-pf--history-open .history__action a:hover {
border-color: #353d3f;
}
.leyka-js .leyka-pf--history-open .leyka-with-comment .inpage-card {
max-height: 612px;
height: 96vh;
}
.leyka-js .leyka-pf--active.leyka-pf--history-open .inpage-card__history {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.leyka-pf__final-screen {
background: #ffffff;
text-align: center;
}
.leyka-pf__final-screen .icon {
width: 125px;
margin-top: 17.6px;
max-height: 156px;
height: 125px;
}
.leyka-pf__final-screen .text {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
font-style: normal;
font-size: 18px;
line-height: 30px;
width: 100%;
}
.leyka-pf__final-screen .text div {
display: inline-block;
max-width: 328px;
}
.leyka-pf__final-screen .informyou-redirect-text {
display: none;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 300;
font-style: normal;
font-size: 16px;
line-height: 22px;
color: #666666;
width: 100%;
padding-top: 64px;
}
.leyka-pf__final-screen .informyou-redirect-text div {
display: inline-block;
max-width: 170px;
}
.leyka-pf__final-screen .leyka-logo {
position: relative;
width: 100%;
height: 20px;
margin-top: 35px;
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/final-leyka-logo.png);
background-repeat: no-repeat;
background-size: 64px 20px;
background-position: center center;
}
.leyka-pf__final-screen.leyka-pf__final-thankyou > p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.leyka-pf__final-screen.leyka-pf__final-thankyou .icon {
width: 120px;
}
.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-field {
width: 100%;
margin-top: 38.4px;
}
.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-field input {
max-width: 305px;
margin: 0px auto;
}
.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button {
padding-top: 6.4px;
}
.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button input[type="submit"] {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
text-transform: none;
}
.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button input[type="submit"]:visited {
color: #ffffff;
}
.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button input[type="submit"]:hover, .leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button input[type="submit"]:focus {
background: var(--color-main-dark);
}
.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-no-email {
margin-top: 32px;
}
.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-no-email a {
color: #666666;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 300;
font-style: normal;
font-size: 16px;
line-height: 18px;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: underline;
}
.leyka-pf__final-screen.leyka-pf__final-informyou {
display: none;
}
.leyka-pf__final-screen.leyka-pf__final-error .error-text {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 300;
font-style: normal;
font-size: 15px;
line-height: 21px;
color: #666666;
width: 100%;
margin-top: 32px;
}
.leyka-pf__final-screen.leyka-pf__final-error .error-text div {
display: inline-block;
text-align: left;
max-width: 440px;
min-width: 250px;
width: 60%;
}
.leyka-pf__final-screen.leyka-pf__final-error .error-text a {
color: #2963E8;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: underline;
}
.leyka-pf__final-screen.leyka-pf__final-error .error-text a:visited {
color: #2963E8;
}
.leyka-pf__final-screen.leyka-pf__final-error .error-text:nth-child(4) {
margin-top: 16px;
} div[id*="leyka-pf-"] .leyka-pf__oferta, div[id*="leyka-pf-"] .leyka-pf__pd {
display: none;
background: #ffffff;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
color: #333333;
}
div[id*="leyka-pf-"] .leyka-pf__oferta p, div[id*="leyka-pf-"] .leyka-pf__pd p {
font-size: inherit;
}
div[id*="leyka-pf-"] .leyka-pf__oferta p:nth-of-type(1), div[id*="leyka-pf-"] .leyka-pf__pd p:nth-of-type(1) {
font-weight: bold;
font-size: 1.2em;
}
div[id*="leyka-pf-"] .leyka-pf__oferta-action, div[id*="leyka-pf-"] .leyka-pf__pd-action {
text-align: center;
padding: 16px 0;
}
div[id*="leyka-pf-"] .leyka-pf__oferta-action a, div[id*="leyka-pf-"] .leyka-pf__pd-action a {
color: #2963E8;
text-decoration: underline;
}
div[id*="leyka-pf-"] .leyka-pf__oferta-action a:hover, div[id*="leyka-pf-"] .leyka-pf__pd-action a:hover {
color: #164cc8;
}
.waiting {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: var(--color-main);
border-raius: 10px;
}
.waiting__card {
width: 223px;
text-align: center;
color: #ffffff;
}
.waiting__card .loading {
margin: 80px auto;
width: 80px;
}
.spinner {
width: 80px;
text-align: center;
}
.spinner > div {
width: 22px;
height: 22px;
background-color: #fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
} .leyka-pf-bottom {
display: none;
}
.leyka-js .leyka-pf-bottom {
display: block;
position: relative;
padding: 32px;
border: 1px solid #eeeeee;
background: #f6f6f6;
border-radius: 4px;
margin-top: 32px;
}
.leyka-js .leyka-pf-bottom .bottom-form__fields {
max-width: 270px;
}
div[id*="leyka-pf-bottom"] .bottom-form__label {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 18px;
color: var(--color-main);
margin-bottom: 16px;
}
div[id*="leyka-pf-bottom"] .bottom-form__field {
width: 100%;
margin-bottom: 24px;
position: relative;
z-index: 1;
}
div[id*="leyka-pf-bottom"] .bottom-form__field input {
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
-webkit-appearance: none;
background: #ffffff;
text-align: left;
border-radius: 5px;
margin: 0;
padding: 8px;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 18px;
color: #333333;
border: 1px solid #eeeeee;
}
div[id*="leyka-pf-bottom"] .bottom-form__field .curr-mark {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
font-size: 14px;
display: inline-block;
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
}
div[id*="leyka-pf-bottom"] .bottom-form__button {
width: 100%;
}
div[id*="leyka-pf-bottom"] .bottom-form__button button {
width: 100%;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
}
div[id*="leyka-pf-bottom"] .bottom-form__button button:visited {
color: #ffffff;
}
div[id*="leyka-pf-bottom"] .bottom-form__button button:hover, div[id*="leyka-pf-bottom"] .bottom-form__button button:focus {
background: var(--color-main-dark);
}
div[id*="leyka-pf-bottom"] .bottom-form__note {
margin-top: 32px;
color: #333333;
}
div[id*="leyka-pf-bottom"] .bottom-form__note strong {
font-weight: bold;
}
div[id*="leyka-pf-bottom"] .bottom-form__note a {
color: #999999;
text-decoration: underline;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
div[id*="leyka-pf-bottom"] .bottom-form__note a:visited {
color: #999999;
} div[id*="leyka-pf-"] .history__title {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 18px;
color: #000000;
text-align: center;
}
div[id*="leyka-pf-"] .history {
background: #f6f6f6;
}
div[id*="leyka-pf-"] .history__row {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 6px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: flex-top;
-ms-flex-align: flex-top;
align-items: flex-top;
@inlcude body-text();
font-size: 12px;
line-height: 18px;
}
div[id*="leyka-pf-"] .h-amount {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 110px;
text-align: right;
padding-right: 16px;
}
div[id*="leyka-pf-"] .h-name {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: calc(100% - 240px);
max-width: calc(100% - 120px);
overflow: hidden;
text-overflow: clip;
white-space: nowrap;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
position: relative;
z-index: 1;
}
@media screen and (max-width: 500px) {
div[id*="leyka-pf-"] .h-name {
width: calc(100% - 120px);
}
}
div[id*="leyka-pf-"] .h-name:after {
content: '';
display: block;
width: 16px;
height: 100%;
position: absolute;
top: 0;
right: 0;
background: #f6f6f6;   background: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
background: linear-gradient(to right, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=1 ); }
div[id*="leyka-pf-"] .h-date {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100px;
text-align: right;
color: #999999;
padding-right: 16px;
}
div[id*="leyka-pf-"] .bottom-form__field input {
height: 36px;
}
div[id*="leyka-pf-"] .amount__figure input {
height: 45px;
margin-bottom: 0;
vertical-align: bottom;
}
div[id*="leyka-pf-"] .amount__icon .svg-icon {
background-image: none;
}
div[id*="leyka-pf-"] a {
font-size: inherit;
} div[id*="leyka-pf-"].leyka-pf-star {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
background-color: var(--leyka-color-white);
border-radius: 4px;
-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
padding: 32px 16px 16px 16px;
max-width: unset;
max-width: 600px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-right: auto;
margin-left: auto;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"].leyka-pf-star {
padding: 32px 32px;
}
}
div[id*="leyka-pf-"].leyka-pf-star:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 600px;
width: auto;
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section,
div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section {
display: block;
position: relative;
height: auto;
visibility: visible;
opacity: unset;
margin-bottom: 24px;
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section .section__border,
div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section .section__border {
width: 100%;
-o-border-image: none;
border-image: none;
border-width: unset;
border-style: unset;
padding-top: unset;
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section .section__fields,
div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section .section__fields {
visibility: visible;
padding: 0;
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section.section--person,
div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section.section--person {
margin-bottom: 0;
}
div[id*="leyka-pf-"].leyka-pf-star .section__fields.amount-description {
padding: 10px 20px !important;
}
.single-leyka_campaign .site-content {
overflow: visible;
margin-top: 32px;
} .leyka-tpl-star-form .section .section__fields.periodicity,
.leyka-screen-form .section .section__fields.periodicity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: var(--leyka-font-main);
}
.leyka-tpl-star-form .section .section__fields.periodicity a,
.leyka-screen-form .section .section__fields.periodicity a {
border-radius: 4px;
border: 2px solid var(--leyka-color-gray-superlight); height: 56px;
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: none;
box-shadow: none;
background-color: var(--leyka-color-white);
color: var(--leyka-color-gray-semi-dark);
text-decoration: none;
width: calc(50% + 8px);
height: 56px;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 10;
margin-left: -8px;
}
@media screen and (max-width: 319px) {
.leyka-tpl-star-form .section .section__fields.periodicity a,
.leyka-screen-form .section .section__fields.periodicity a {
font-size: 12px;
}
}
.leyka-tpl-star-form .section .section__fields.periodicity a:active, .leyka-tpl-star-form .section .section__fields.periodicity a:hover, .leyka-tpl-star-form .section .section__fields.periodicity a:focus,
.leyka-screen-form .section .section__fields.periodicity a:active,
.leyka-screen-form .section .section__fields.periodicity a:hover,
.leyka-screen-form .section .section__fields.periodicity a:focus {
text-decoration: none;
}
.leyka-tpl-star-form .section .section__fields.periodicity a:first-of-type,
.leyka-screen-form .section .section__fields.periodicity a:first-of-type {
margin-left: 0;
}
.leyka-tpl-star-form .section .section__fields.periodicity a.active,
.leyka-screen-form .section .section__fields.periodicity a.active {
background-color: var(--leyka-color-main);
color: var(--leyka-color-text-light);
border-color: var(--leyka-color-main);
z-index: 11;
}
.leyka-tpl-star-form .section .section__fields.periodicity a.invisible,
.leyka-screen-form .section .section__fields.periodicity a.invisible {
pointer-events: none;
color: var(--leyka-color-gray-superlight);
border-color: var(--leyka-color-gray-superlight);
}
.leyka-tpl-star-form .section .section__fields .star-swiper,
.leyka-screen-form .section .section__fields .star-swiper {
height: 56px;
width: 100%;
border-bottom: none;
position: relative;
display: block;
overflow: hidden;
}
.leyka-tpl-star-form .section .section__fields .star-swiper.no-swipe,
.leyka-screen-form .section .section__fields .star-swiper.no-swipe {
height: auto;
border: none;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper,
.leyka-screen-form .section .section__fields .star-swiper {
border-radius: 4px;
border: 2px solid var(--leyka-color-gray-superlight); height: 56px;
border: none;
}
.leyka-tpl-star-form .section .section__fields .star-swiper.show-right-arrow .arrow-gradient.right,
.leyka-screen-form .section .section__fields .star-swiper.show-right-arrow .arrow-gradient.right {
display: block;
}
.leyka-tpl-star-form .section .section__fields .star-swiper.show-right-arrow .swiper-arrow.swipe-right,
.leyka-screen-form .section .section__fields .star-swiper.show-right-arrow .swiper-arrow.swipe-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.leyka-tpl-star-form .section .section__fields .star-swiper.show-left-arrow .arrow-gradient.left,
.leyka-screen-form .section .section__fields .star-swiper.show-left-arrow .arrow-gradient.left {
display: block;
}
.leyka-tpl-star-form .section .section__fields .star-swiper.show-left-arrow .swiper-arrow.swipe-left,
.leyka-screen-form .section .section__fields .star-swiper.show-left-arrow .swiper-arrow.swipe-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .arrow-gradient.right,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .arrow-gradient.right {
display: none;
}
.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .swiper-arrow.swipe-right,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .swiper-arrow.swipe-right {
display: none;
}
.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .arrow-gradient.left,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .arrow-gradient.left {
display: none;
}
.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .swiper-arrow.swipe-left,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .swiper-arrow.swipe-left {
display: none;
}
.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .swiper-list,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .swiper-list {
width: 100%;
left: 0;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .arrow-gradient,
.leyka-screen-form .section .section__fields .star-swiper .arrow-gradient {
display: none;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .arrow-gradient,
.leyka-screen-form .section .section__fields .star-swiper .arrow-gradient {
width: 45px;
height: 100%;
position: absolute;
top: 0;
z-index: 12;
pointer-events: none;
background: -webkit-gradient(linear, right top, left top, color-stop(30%, var(--leyka-color-gradient)), to(rgba(255, 255, 255, 0)));
background: linear-gradient(270deg, var(--leyka-color-gradient) 30%, rgba(255, 255, 255, 0) 100%);
}
.leyka-tpl-star-form .section .section__fields .star-swiper .arrow-gradient.right,
.leyka-screen-form .section .section__fields .star-swiper .arrow-gradient.right {
right: 34px;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .arrow-gradient.left,
.leyka-screen-form .section .section__fields .star-swiper .arrow-gradient.left {
-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
transform: matrix(-1, 0, 0, 1, 0, 0);
left: 34px;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border: 2px solid #f1f1f1;
width: 34px;
border-radius: 4px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-position: center center;
background-repeat: no-repeat;
background-color: var(--leyka-color-white);
position: absolute;
top: 0;
z-index: 10;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:active, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:focus, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:hover,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:active,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:focus,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:hover {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:active, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:focus, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:hover,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:active,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:focus,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:hover {
border: 2px solid #f1f1f1;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow {
display: none;
height: 100%;
top: 0;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow.swipe-left,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow.swipe-left {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/icon-gallery-nav-arrow-left-002.svg);
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
left: 0;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow.swipe-left,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow.swipe-left {
left: 0;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow.swipe-right,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow.swipe-right {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/icon-gallery-nav-arrow-right-002.svg);
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
right: 0;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow.swipe-right,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow.swipe-right {
right: 0;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-list, .leyka-tpl-star-form .section .section__fields .star-swiper .full-list,
.leyka-screen-form .section .section__fields .star-swiper .swiper-list,
.leyka-screen-form .section .section__fields .star-swiper .full-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
width: calc(100% - 76px);
left: 50px;
overflow: hidden;
z-index: 8;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-list, .leyka-tpl-star-form .section .section__fields .star-swiper .full-list,
.leyka-screen-form .section .section__fields .star-swiper .swiper-list,
.leyka-screen-form .section .section__fields .star-swiper .full-list {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
left: 0;
width: auto;
overflow: auto;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item {
background-color: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: none;
min-width: 1px;
width: 100%;
height: 56px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
white-space: nowrap;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item .swiper-item-inner {
border-radius: 4px;
border: 2px solid var(--leyka-color-gray-superlight); height: 56px;
background-color: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: calc(100% - 84px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
white-space: nowrap;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item {
display: table;
border: 2px solid var(--leyka-color-gray-superlight);
border-radius: 4px;
width: auto;
min-width: 1px;
padding-left: 24px;
padding-right: 24px;
cursor: pointer;
margin-right: 16px;
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item .swiper-item-inner {
height: 52px;
width: auto;
border: none;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item span,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 24px;
font-weight: 500;
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 18px;
line-height: 21px;
text-transform: uppercase;
color: var(--leyka-color-main);
background-color: transparent;
}
@media screen and (max-width: 319px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item span,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input {
font-size: 16px;
}
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item span,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input {
color: var(--leyka-color-gray);
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span.amount, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input.amount,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item span.amount,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input.amount {
width: auto;
}
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected input,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected span,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected input {
color: var(--leyka-color-gray-dark);
}
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item:not(.selected) span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item:not(.selected) input,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item:not(.selected) span,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item:not(.selected) input {
color: var(--leyka-color-gray-semi-dark);
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span.currency:before,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item span.currency:before {
content: " ";
margin-left: 8px;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text], .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number],
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text],
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number] {
padding: 0;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
width: auto;
outline: none;
text-align: right;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph {
margin-bottom: 7px;
text-align: center;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph {
margin-bottom: 0px;
min-width: 105px;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph.empty, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph.empty,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph.empty,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph.empty {
min-width: 105px;
}
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text].empty, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number].empty,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text].empty,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number].empty {
min-width: 50px;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text]::-webkit-input-placeholder, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number]::-webkit-input-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text]::-webkit-input-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number]::-webkit-input-placeholder { font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
color: var(--leyka-color-gray);
vertical-align: top;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text]::-moz-placeholder, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number]::-moz-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text]::-moz-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number]::-moz-placeholder { font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
color: var(--leyka-color-gray);
vertical-align: top;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text]:-ms-input-placeholder, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number]:-ms-input-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text]:-ms-input-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number]:-ms-input-placeholder { font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
color: var(--leyka-color-gray);
vertical-align: top;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text]:-moz-placeholder, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number]:-moz-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text]:-moz-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number]:-moz-placeholder { font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
color: var(--leyka-color-gray);
vertical-align: top;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input::-webkit-outer-spin-button,
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input::-webkit-inner-spin-button,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input::-webkit-outer-spin-button,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number],
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number] {
-moz-appearance: textfield;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected {
display: table;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .full-list,
.leyka-screen-form .section .section__fields .star-swiper .full-list {
width: calc(100% + 16px);
position: relative;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -16px;
margin-left: -16px;
left: 0px;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border: 2px solid var(--leyka-color-gray-superlight);
border-radius: 4px;
width: auto;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
padding-left: 24px;
padding-right: 24px;
cursor: pointer;
margin-left: 16px;
margin-right: 0px;
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
margin-bottom: 16px;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item .swiper-item-inner {
width: 100%;
border: none;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item {
width: auto;
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item span, .leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item input,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item span,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item input {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 18px;
line-height: 21px;
text-transform: uppercase;
color: var(--leyka-color-gray);
}
.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item span.amount, .leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item input.amount,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item span.amount,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item input.amount {
width: auto;
}
.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item.selected,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item.selected {
background-color: var(--leyka-color-main-third);
border-color: var(--leyka-color-main);
}
@media screen and (max-width: 639px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected .swiper-item-inner,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected .swiper-item-inner {
background-color: var(--leyka-color-main-third);
border-color: var(--leyka-color-main);
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected span,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected span {
color: var(--leyka-color-main);
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected {
background-color: var(--leyka-color-main-third);
border-color: var(--leyka-color-main);
}
}
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.disabled,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.disabled {
display: none;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper span,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper span {
font-family: var(--leyka-font-main);
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper.only-one-item .swiper-item.flex-amount-item,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper.only-one-item .swiper-item.flex-amount-item {
padding: 8px 16px 0 16px;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner {
padding: 8px 16px 0 16px;
background-image: none;
overflow: hidden;
text-transform: none;
display: block;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item {
border-radius: 4px;
border: 2px solid var(--leyka-color-gray-superlight); height: 56px;
padding: 8px 16px 0 16px;
display: block;
min-width: 248px;
width: unset;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner {
padding: 0;
height: 44px;
}
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
line-height: normal;
overflow: visible;
display: block;
height: 16px;
margin-bottom: 0;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
line-height: normal;
display: block;
margin-top: 0;
color: var(--leyka-color-gray);
text-transform: none;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label span.currency,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label span.currency {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
line-height: normal;
position: inherit;
color: var(--leyka-color-gray);
text-transform: lowercase;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label span.currency:before,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label span.currency:before {
content: "";
display: none;
margin-left: 0;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty {
background-color: var(--leyka-color-white);
padding-left: 16px;
padding-top: 16px;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty {
padding-top: 16px;
padding-left: 16px;
}
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty label {
display: none;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty input,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty input {
text-align: center;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected {
display: table;
border-color: var(--leyka-color-main);
background-color: var(--leyka-color-main-third);
}
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected.empty,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected.empty {
border-color: var(--leyka-color-main);
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected label .textfield-label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected label .textfield-label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
line-height: normal;
color: var(--leyka-color-gray);
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.focus,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.focus {
border-color: var(--leyka-color-main);
background-color: var(--leyka-color-main-third);
}
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.focus label span.textfield-label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.focus label span.textfield-label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
line-height: normal;
color: var(--leyka-color-gray);
margin-top: 0;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input {
text-decoration: none;
border: none !important;
border-radius: 0 !important;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
color: var(--leyka-color-gray-dark);
background: transparent !important;
width: 100%;
height: 20px !important;
margin: 0 !important;
text-align: left;
padding: 0 !important;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:active, .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:focus, .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:hover,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:active,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:focus,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:hover {
text-decoration: none;
border: none !important;
border-radius: 0 !important;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: unset;
display: block;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item .swiper-item-inner {
padding: 0;
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.selected,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.selected {
border-color: var(--leyka-color-main);
background-color: var(--leyka-color-main-third);
}
.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.focus,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.focus {
border-color: var(--leyka-color-main);
background-color: var(--leyka-color-main-third);
}
.leyka-tpl-star-form .section .section__fields.amount-description,
.leyka-screen-form .section .section__fields.amount-description {
background: #EAECF1;
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 16px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-positive: 0;
flex-grow: 0;
margin: 20px 0px;
}
.leyka-tpl-star-form .section .section__fields.payments-grid,
.leyka-screen-form .section .section__fields.payments-grid {
display: block;
width: 100%;
overflow-y: unset;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .swiper-item-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: calc(100% - 68px);
margin-left: 16px;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt {
margin: 0;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt {
margin: 0 16px 0 0;
width: auto;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt .swiper-item-inner {
width: auto;
margin-left: 0;
}
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type {
margin-right: 0;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner {
margin-left: 0;
width: calc(100% - 84px);
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner {
width: auto;
}
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button {
display: block;
margin-bottom: 0;
margin-top: 0;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon {
height: 30px;
overflow: hidden;
border-radius: unset;
background-color: transparent;
width: auto;
margin-left: auto;
margin-right: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon {
max-height: 16px;
max-width: none;
display: inline-block;
margin-right: 8px;
margin-bottom: 0;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon:last-child,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon:last-child {
margin-right: 0;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon[src$="pic-main-text-text_box.svg"],
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon[src$="pic-main-text-text_box.svg"] {
max-height: 20px;
margin-top: 6px;
height: 24px;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item span.payment-opt__label,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item span.payment-opt__label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
text-transform: none;
color: var(--leyka-color-gray-notsolight);
display: block;
margin-top: 0;
z-index: 20;
}
@media screen and (max-width: 639px) {
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected .swiper-item-inner {
background-color: var(--leyka-color-main-third);
border-color: var(--leyka-color-main);
}
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected {
background-color: var(--leyka-color-main-third);
border-color: var(--leyka-color-main);
}
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt {
margin-bottom: 16px;
margin-right: 0;
margin-left: 16px;
width: 100%;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner {
width: 100%;
margin-left: 0;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner {
width: 100%;
margin-left: 0;
}
.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__label,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__label {
display: inline-block;
margin-top: 2px;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields.donor .leyka-star-compact-fields:after,
.leyka-screen-form .section .section__fields.donor .leyka-star-compact-fields:after {
float: none;
clear: both;
}
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .section .section__fields.donor .leyka-star-compact-fields .donor__textfield,
.leyka-screen-form .section .section__fields.donor .leyka-star-compact-fields .donor__textfield {
float: left;
width: 48.5%;
margin-right: 3%;
}
.leyka-tpl-star-form .section .section__fields.donor .leyka-star-compact-fields .donor__textfield:last-child,
.leyka-screen-form .section .section__fields.donor .leyka-star-compact-fields .donor__textfield:last-child {
margin-right: 0;
}
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield,
.leyka-screen-form .section .section__fields.donor .donor__textfield {
overflow-y: visible;
margin-bottom: 3px;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame {
border-radius: 4px;
border: 2px solid var(--leyka-color-gray-superlight); height: 56px;
padding: 6.4px 16px 12px 16px;
background-image: none;
background-position: calc(100% - var(--leyka-star-base)) center;
background-repeat: no-repeat;
overflow: hidden;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-description-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-description-frame {
min-height: 20px;
height: auto;
margin-top: 6px;
font-size: 11px;
text-transform: uppercase;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.donor__textfield--comment .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield.donor__textfield--comment .leyka-star-field-frame {
height: 114px;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.required label span.donor__textfield-label:after,
.leyka-screen-form .section .section__fields.donor .donor__textfield.required label span.donor__textfield-label:after {
content: '*';
display: inline-block;
color: var(--leyka-color-main);
margin-left: 3px;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield label,
.leyka-screen-form .section .section__fields.donor .donor__textfield label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
line-height: normal;
overflow: visible;
height: 16px;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield label span.donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield label span.donor__textfield-label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
display: block;
margin-top: 10px;
color: var(--leyka-color-gray);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame {
min-height: 21px;
height: auto;
padding-top: 1px;
margin-left: 16px;
vertical-align: bottom;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame span.donor__textfield-error,
.leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame span.donor__textfield-error {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
line-height: normal;
color: var(--leyka-color-error);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame textarea, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame textarea, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame textarea {
height: 76px;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame label .donor__textfield-label, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label .donor__textfield-label, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame label .donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame label .donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label .donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame label .donor__textfield-label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 12px;
line-height: normal;
margin-top: 0;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame {
background-image: none;
background-color: var(--leyka-color-main-third);
border-color: var(--leyka-color-main);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame label .donor__textfield-label:after,
.leyka-screen-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame label .donor__textfield-label:after {
display: none;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-error.svg);
background-color: var(--leyka-color-white);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label {
color: var(--leyka-color-error);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label span.donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label span.donor__textfield-label {
color: var(--leyka-color-error);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label span.donor__textfield-label:after,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label span.donor__textfield-label:after {
display: inline-block;
color: var(--leyka-color-error);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame input, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame input,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame textarea {
color: var(--leyka-color-error);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame {
background-color: var(--leyka-color-white);
border-color: var(--leyka-color-main);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame label span.donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame label span.donor__textfield-label {
color: var(--leyka-color-gray);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield input, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield input,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea {
text-decoration: none;
border: none !important;
border-radius: 0 !important;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
color: var(--leyka-color-gray-dark);
border-bottom: none;
width: calc(100% - 1 * $leyka-star-base - 24px);
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield input:active, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield input:focus, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield input:hover, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea:active, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea:focus, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea:hover,
.leyka-screen-form .section .section__fields.donor .donor__textfield input:active,
.leyka-screen-form .section .section__fields.donor .donor__textfield input:focus,
.leyka-screen-form .section .section__fields.donor .donor__textfield input:hover,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea:active,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea:focus,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea:hover {
text-decoration: none;
border: none !important;
border-radius: 0 !important;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield input,
.leyka-screen-form .section .section__fields.donor .donor__textfield input {
height: 20px !important;
padding: 0 !important;
margin: 0 !important;
}
.leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea {
height: 66px;
padding: 0 !important;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta,
.leyka-screen-form .section .section__fields .donor__oferta {
z-index: 1;
text-align: left;
padding-top: 8px;
padding-bottom: 8px;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta span,
.leyka-screen-form .section .section__fields .donor__oferta span {
display: inline-block;
padding-left: 26px;
position: relative;
margin-bottom: 24px;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta input,
.leyka-screen-form .section .section__fields .donor__oferta input {
margin: 0;
padding: 0;
position: absolute;
top: unset;
left: 0;
border: none;
opacity: 0;
z-index: 10;
cursor: pointer;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta label,
.leyka-screen-form .section .section__fields .donor__oferta label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
line-height: 21px;
color: var(--leyka-color-gray-dark);
display: block;
position: relative;
z-index: 2;
margin-bottom: 14px;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta label:last-of-type,
.leyka-screen-form .section .section__fields .donor__oferta label:last-of-type {
margin-bottom: 0;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta label:before,
.leyka-screen-form .section .section__fields .donor__oferta label:before {
content: '';
display: block;
width: 18px;
height: 18px;
border-radius: 2px;
background: #ffffff;
border: 2px solid var(--leyka-color-gray-superlight);
position: absolute;
top: 1px;
left: -26px;
cursor: pointer;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta label svg.icon-checkbox-check,
.leyka-screen-form .section .section__fields .donor__oferta label svg.icon-checkbox-check {
position: absolute;
left: -23px;
top: 5px;
width: 12px;
height: 9px;
display: none;
fill: var(--leyka-color-main);
}
.leyka-tpl-star-form .section .section__fields .donor__oferta label a,
.leyka-screen-form .section .section__fields .donor__oferta label a {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
line-height: 21px;
color: var(--leyka-color-gray-dark);
}
.leyka-tpl-star-form .section .section__fields .donor__oferta input:checked + label:before,
.leyka-screen-form .section .section__fields .donor__oferta input:checked + label:before {
background: var(--leyka-color-main-third);
border-color: var(--leyka-color-main-second);
}
.leyka-tpl-star-form .section .section__fields .donor__oferta input:checked + label svg.icon-checkbox-check,
.leyka-screen-form .section .section__fields .donor__oferta input:checked + label svg.icon-checkbox-check {
display: block;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta input:focus-visible + label:before,
.leyka-screen-form .section .section__fields .donor__oferta input:focus-visible + label:before {
-webkit-box-shadow: 0px 0px 0px 2px;
box-shadow: 0px 0px 0px 2px;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta label,
.leyka-screen-form .section .section__fields .donor__oferta label {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 16px;
line-height: 20px;
font-weight: 500;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta label a,
.leyka-screen-form .section .section__fields .donor__oferta label a {
color: var(--leyka-color-main);
text-decoration: none;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta label a:hover,
.leyka-screen-form .section .section__fields .donor__oferta label a:hover {
text-decoration: underline;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta .leyka-star-field-error-frame,
.leyka-screen-form .section .section__fields .donor__oferta .leyka-star-field-error-frame {
min-height: 24px;
height: auto;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta .donor__oferta-error,
.leyka-screen-form .section .section__fields .donor__oferta .donor__oferta-error {
visibility: hidden;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 14px;
line-height: 18px;
font-size: 12px;
padding-top: 6px;
color: #D0011B;
}
.leyka-tpl-star-form .section .section__fields .donor__oferta.invalid .donor__oferta-error,
.leyka-screen-form .section .section__fields .donor__oferta.invalid .donor__oferta-error {
visibility: visible;
}
.leyka-tpl-star-form .section .section__fields .donor__submit,
.leyka-screen-form .section .section__fields .donor__submit {
margin-bottom: 0;
}
.leyka-tpl-star-form .section .section__fields .donor__submit input,
.leyka-screen-form .section .section__fields .donor__submit input {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background-color: var(--leyka-color-main);
display: block;
color: var(--leyka-color-text-light);
border-radius: 4px;
width: 100%;
padding-top: 19px;
padding-bottom: 19px;
text-align: center;
height: 100%;
}
@media screen and (max-width: 319px) {
.leyka-tpl-star-form .section .section__fields .donor__submit input,
.leyka-screen-form .section .section__fields .donor__submit input {
font-size: 12px;
}
}
.leyka-tpl-star-form .section .section__fields .donor__submit input:disabled,
.leyka-screen-form .section .section__fields .donor__submit input:disabled {
background-color: var(--leyka-color-main-inactive);
}
.leyka-tpl-star-form .section .section__fields .single-pm-icon,
.leyka-screen-form .section .section__fields .single-pm-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 32px;
height: 16px;
}
.leyka-tpl-star-form .section .section__fields .single-pm-icon .pm-icon,
.leyka-screen-form .section .section__fields .single-pm-icon .pm-icon {
height: 100%;
margin-right: 30px;
margin-bottom: 0;
}
.leyka-tpl-star-form .section .section__fields .single-pm-icon .pm-icon:last-child,
.leyka-screen-form .section .section__fields .single-pm-icon .pm-icon:last-child {
margin-right: 0;
}
.leyka-tpl-star-form {
position: relative;
}
.leyka-tpl-star-form .leyka-pf__overlay {
display: none;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.leyka-tpl-star-form .leyka-pf__agreement {
display: none;
position: fixed;
top: 64px;
left: 0;
width: 100%;
height: calc(100% - 64px);
z-index: 10015;
border-radius: 4px;
padding: 40px 16px 32px 16px;
margin-bottom: 32px;
background: #ffffff;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .leyka-pf__agreement {
left: 64px;
width: calc(100% - 64px);
padding: 40px 32px 48px 32px;
margin-left: -32px;
}
}
@media screen and (min-width: 800px) {
.leyka-tpl-star-form .leyka-pf__agreement {
left: 20%;
width: 60%;
padding: 40px 32px 48px 32px;
}
}
.leyka-tpl-star-form .leyka-pf__agreement .agreement__frame {
width: 100%;
height: 100%;
padding: 0;
overflow-y: auto;
}
.leyka-tpl-star-form .leyka-pf__agreement .agreement__flow {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
padding-bottom: 0;
}
.leyka-tpl-star-form .leyka-pf__agreement .agreement__flow p {
margin-bottom: 16px;
}
.leyka-tpl-star-form .leyka-pf__agreement .agreement__flow p:first-child {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 20px;
text-align: center;
color: #000000;
}
@media screen and (min-width: 640px) {
.leyka-tpl-star-form .leyka-pf__agreement .agreement__flow p:first-child {
text-align: left;
}
}
.leyka-tpl-star-form .leyka-pf__agreement .agreement__close {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
position: absolute;
top: 8px;
right: 8px;
display: block;
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-close.svg);
background-position: center center;
background-repeat: no-repeat;
color: transparent;
width: 24px;
height: 24px;
z-index: 10120;
text-align: center;
}
.leyka-tpl-star-form .leyka-pf__agreement .agreement__close:active, .leyka-tpl-star-form .leyka-pf__agreement .agreement__close:focus, .leyka-tpl-star-form .leyka-pf__agreement .agreement__close:hover {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-tpl-star-form.leyka-pf--oferta-open .leyka-pf__agreement.oferta {
display: block;
}
.leyka-tpl-star-form.leyka-pf--pd-open .leyka-pf__agreement.pd {
display: block;
}
.leyka-tpl-star-form.leyka-pf--oferta-open .leyka-pf__module, .leyka-tpl-star-form.leyka-pf--pd-open .leyka-pf__module {
max-height: unset;
}
.leyka-tpl-star-form.leyka-pf--oferta-open .leyka-pf__overlay, .leyka-tpl-star-form.leyka-pf--pd-open .leyka-pf__overlay {
display: block;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
background: rgba(0, 0, 0, 0.5);
z-index: 10000;
opacity: 1;
}
.leyka-tpl-star-form .section.section--signature {
margin-top: 32px;
margin-bottom: 12px !important;
}
.leyka-tpl-star-form .section.section--signature #leyka-platform-signature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
margin: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
.leyka-tpl-star-form .section.section--signature #leyka-platform-signature #leyka-signature-icon {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/menu-icon.svg);
background-size: cover;
background-position-y: bottom;
width: 25px;
height: 25px;
display: block;
}
.leyka-tpl-star-form .section.section--signature #leyka-platform-signature #leyka-signature-text {
margin: 7px 0px 0px 7px;
color: var(--leyka-color-gray-notsolight);
}
.leyka-tpl-star-form .section.section--signature #leyka-platform-signature #leyka-signature-text a {
color: var(--leyka-color-main);
}
.leyka-tpl-star-form .section--currencies .section__fields.currencies {
font-family: var(--leyka-font-main);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0px;
gap: 16px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.leyka-tpl-star-form .section--currencies .section__fields.currencies a {
border-radius: 4px;
border: 2px solid var(--leyka-color-gray-superlight); height: 56px;
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px 16px;
gap: 10px;
width: 123px;
height: 60px;
border: 2px solid #EAECF1;
border-radius: 8px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-shadow: none;
box-shadow: none;
background-color: var(--leyka-color-white);
color: var(--leyka-color-gray-semi-dark);
text-decoration: none;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 10;
margin-left: -8px;
}
@media screen and (max-width: 319px) {
.leyka-tpl-star-form .section--currencies .section__fields.currencies a {
font-size: 12px;
}
}
.leyka-tpl-star-form .section--currencies .section__fields.currencies a:active, .leyka-tpl-star-form .section--currencies .section__fields.currencies a:hover, .leyka-tpl-star-form .section--currencies .section__fields.currencies a:focus {
text-decoration: none;
}
.leyka-tpl-star-form .section--currencies .section__fields.currencies a:first-of-type {
margin-left: 0;
}
.leyka-tpl-star-form .section--currencies .section__fields.currencies a.active {
background-color: var(--leyka-color-main);
color: var(--leyka-color-text-light);
border-color: var(--leyka-color-main);
z-index: 11;
}
.leyka-tpl-star-form .section--currencies .section__fields.currencies a.invisible {
pointer-events: none;
color: var(--leyka-color-gray-superlight);
border-color: var(--leyka-color-gray-superlight);
}
.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 20px;
}
.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper {
background: #FFFFFF;
border: 2px solid #EAECF1;
border-radius: 8px;
padding: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-cryptocurrency-data {
-ms-flex-preferred-size: calc( 100% - 36px);
flex-basis: calc( 100% - 36px);
max-width: calc( 100% - 36px);
}
.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-cryptocurrency-data .leyka-cryptocurrency-title {
font-weight: 500;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.03em;
color: #68748D;
}
.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-cryptocurrency-data .leyka-cryptocurrency-link {
overflow: hidden;
max-width: 100%;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #172136;
text-overflow: ellipsis;
}
.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-button-copy {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
position: absolute;
right: 12px;
height: calc(100% - 24px);
}
.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-button-copy span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 6px 10px;
gap: 10px;
background: #75BA45;
border-radius: 4px;
font-weight: 500;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.03em;
color: #FFFFFF;
width: 135px;
margin-right: -135px;
height: 24px;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form h1,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou h1 {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 24px;
color: #000000;
margin-bottom: 24px;
text-align: center;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form h1:before,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou h1:before {
display: none;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form h2,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou h2 {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 20px;
color: #000000;
margin-bottom: 24px;
text-align: center;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form p,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou p {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
line-height: 26px;
text-align: center;
margin-bottom: 24px;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form p br,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou p br {
display: none;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .section--person,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .section--person {
text-align: left;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .section--person br,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .section--person br {
display: none;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .thankyou-email-me-button,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .thankyou-email-me-button {
margin-top: -16px;
padding-top: 0;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .thankyou-email-me-button input[type="submit"].leyka-success-submit,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background-color: var(--leyka-color-main);
display: block;
color: var(--leyka-color-text-light);
border-radius: 4px;
width: 100%;
padding-top: 19px;
padding-bottom: 19px;
text-align: center;
}
@media screen and (max-width: 319px) {
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .thankyou-email-me-button input[type="submit"].leyka-success-submit,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit {
font-size: 12px;
}
}
@media screen and (max-width: 639px) {
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .thankyou-email-me-button input[type="submit"].leyka-success-submit,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit {
padding-left: 12px;
padding-right: 12px;
}
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-pf__final-informyou .text,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-pf__final-informyou .text {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 20px;
color: #000000;
margin-bottom: 24px;
text-align: center;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit {
text-align: center;
margin-top: 24px;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
text-transform: uppercase;
font-weight: normal;
display: inline-block;
width: auto;
background-color: transparent;
color: var(--leyka-color-main);
border: none;
padding-top: 0;
padding-bottom: 0;
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border-bottom: 1px solid transparent;
}
@media screen and (max-width: 319px) {
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn {
font-size: 12px;
}
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:active, .leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:focus, .leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:hover,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:active,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:focus,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:hover {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:hover,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:hover {
text-decoration: underline;
}
.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:hover,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:hover {
text-decoration: none;
border-bottom: 1px solid var(--leyka-color-main);
}
.single-leyka_campaign.leyka-screen-cancel-subscription .entry-header,
.single-leyka_campaign.leyka-screen-thankyou .entry-header,
.single-leyka_campaign.leyka-screen-history .entry-header {
display: none;
}
.single-leyka_campaign.leyka-screen-cancel-subscription .entry-header-single,
.single-leyka_campaign.leyka-screen-thankyou .entry-header-single,
.single-leyka_campaign.leyka-screen-history .entry-header-single {
display: none;
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-submit-errors {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
text-transform: uppercase;
border-radius: 4px;
margin: 16px 0 0 0;
}
@media screen and (max-width: 319px) {
div[id*="leyka-pf-"].leyka-pf-star .leyka-submit-errors {
font-size: 12px;
}
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-submit-errors::after {
content: " ";
position: absolute;
top: 12px;
right: 8px;
display: block;
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/star-icon-close-white.svg);
background-position: center center;
background-repeat: no-repeat;
color: transparent;
width: 24px;
height: 24px;
}
div[id*="leyka-pf-"].leyka-pf-star.card-2col {
margin-left: 0 !important;
margin-right: 0 !important;
}
.single-leyka_campaign .main-content.leyka-campaign {
overflow: visible;
}
.leyka-payment-form.leyka-tpl-star-form a:link {
-webkit-tap-highlight-color: unset;
}
.section--static {
margin-top: 16px;
}
.section--static .static-text p {
font-weight: 400;
font-style: normal;
line-height: normal;
font-size: 16px;
line-height: 26px;
margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
.section--static .static-text p {
font-size: 18px;
}
}
@media screen and (min-width: 640px) {
.section--static .static-text p {
line-height: 29px;
}
}
.leyka-payment-form.leyka-tpl-star-form .section.section--periodicity.hidden {
display: none;
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section.section--description {
font-family: var(--leyka-font-main);
font-weight: normal;
font-style: normal;
line-height: normal;
font-size: 16px;
font-size: 16px;
line-height: 20px;
font-weight: 500;
color: #44444a;
text-align: center;
padding-left: 16px;
padding-right: 16px;
margin-top: 32px;
}
@media screen and (min-width: 640px) {
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section.section--description {
text-align: left;
padding-left: 0;
padding-right: 0;
}
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section.section--description:empty {
display: none;
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section-title-container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 16px;
margin-top: 32px;
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section-title-container .section-title-line {
width: 100%;
height: 1px;
position: absolute;
top: 50%;
left: 0;
z-index: 1;
border-bottom: 1px solid #dddddd;
}
div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section-title-container .section-title-text {
font-weight: 500;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: var(--leyka-color-gray-notsolight);
background-color: var(--leyka-color-white);
padding: 0 16px 0 16px;
z-index: 5;
} :root {
--leyka-need-help-color-main: #000000;
--leyka-need-help-color-main-second: #000000;
--leyka-need-help-color-main-inactive: #CCCCCC;
--leyka-need-help-color-form-background: #FAFAFA;
--leyka-need-help-color-blocks-border: #E6E6E6;
--leyka-need-help-color-blocks-border-dark: #CCCCCC;
--leyka-need-help-color-blocks-background: #FFFFFF;
--leyka-need-help-color-blocks-active-border: var(--leyka-need-help-color-main);
--leyka-need-help-color-blocks-active-background: var(--leyka-need-help-color-blocks-background);
--leyka-need-help-color-error: #FF0000;
--leyka-need-help-color-text: #2A2A2A;
--leyka-need-help-color-text-light: #666666;
--leyka-need-help-color-text-superlight: #999999;
--leyka-need-help-color-text-dark-bg: #FFFFFF;
--leyka-need-help-font-family-main: 'Inter', sans-serif;
--leyka-need-help-font-family-blocks: 'Inter', sans-serif;
--leyka-need-help-font-family-submit: 'Inter', sans-serif;
--leyka-need-help-font-family-section-titles: 'Inter', sans-serif;
--leyka-need-help-font-size-main: 16px;
--leyka-need-help-font-size-blocks-default: 16px;
--leyka-need-help-font-size-amounts: 16px;
--leyka-need-help-font-size-pm-options: 12px;
--leyka-need-help-font-size-donor-fields: 16px;
--leyka-need-help-font-size-submit: 16px;
--leyka-need-help-font-size-section-titles: 18px;
}  div[id*="leyka-pf-"].leyka-pf-need-help {
max-width: 1200px !important;
background-color: var(--leyka-need-help-color-form-background);
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0 auto;
padding: 32px 36px;
}
div[id*="leyka-pf-"].leyka-pf-need-help.leyka-width-exlarge {
padding: 60px 70px;
}
div[id*="leyka-pf-"].leyka-pf-need-help.leyka-width-large {
padding: 36px 40px;
}
div[id*="leyka-pf-"].leyka-pf-need-help.leyka-width-small {
padding: 26px 15px;
} .leyka-tpl-need-help-form .section .section__fields {
font-size: var(--leyka-need-help-font-size-main);
font-family: var(--leyka-need-help-font-family-main);
line-height: 21px;
}
.leyka-tpl-need-help-form .section .section__fields.periodicity, .leyka-tpl-need-help-form .section .section__fields.currencies {
width: calc(100% + 20px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-left: -20px;
margin-bottom: -10px;
}
.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.periodicity, .leyka-width-small .leyka-tpl-need-help-form .section .section__fields.currencies {
width: calc(100% + 10px);
margin-left: -10px;
}
.leyka-tpl-need-help-form .section .section__fields.periodicity a, .leyka-tpl-need-help-form .section .section__fields.currencies a {
background-color: var(--leyka-need-help-color-blocks-background);
border: 1px solid var(--leyka-need-help-color-blocks-border);
border-radius: 0;
font-size: var(--leyka-need-help-font-size-blocks-default);
font-family: var(--leyka-need-help-font-family-blocks);
text-transform: none;
line-height: 21px;
cursor: pointer;
height: 60px;
text-transform: uppercase;
letter-spacing: 0.5px;
line-height: 21px;
-webkit-box-flex: 220px;
-ms-flex: 220px 1 1;
flex: 220px 1 1;
margin-left: 20px;
margin-bottom: 10px;
}
.leyka-tpl-need-help-form .section .section__fields.periodicity a.active, .leyka-tpl-need-help-form .section .section__fields.periodicity a.selected, .leyka-tpl-need-help-form .section .section__fields.currencies a.active, .leyka-tpl-need-help-form .section .section__fields.currencies a.selected {
background-color: var(--leyka-need-help-color-blocks-active-background);
color: var(--leyka-need-help-color-text);
border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}
.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.periodicity a, .leyka-width-small .leyka-tpl-need-help-form .section .section__fields.currencies a {
margin-left: 10px;
}
.leyka-tpl-need-help-form .section .section__fields.periodicity a:first-of-type, .leyka-tpl-need-help-form .section .section__fields.currencies a:first-of-type {
margin-left: 20px;
}
.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.periodicity a:first-of-type, .leyka-width-small .leyka-tpl-need-help-form .section .section__fields.currencies a:first-of-type {
margin-left: 10px;
}
.leyka-tpl-need-help-form .section .section__fields.periodicity a.active, .leyka-tpl-need-help-form .section .section__fields.currencies a.active {
font-weight: 600;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper {
overflow: unset;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper.amount__figure .full-list .swiper-item.selected span {
font-weight: 600;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list {
width: calc(100% + 20px);
margin-bottom: -10px;
margin-left: -20px;
overflow: unset;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list.equalize-elements-width {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item {
background-color: var(--leyka-need-help-color-blocks-background);
border: 1px solid var(--leyka-need-help-color-blocks-border);
border-radius: 0;
font-size: var(--leyka-need-help-font-size-blocks-default);
font-family: var(--leyka-need-help-font-family-blocks);
text-transform: none;
line-height: 21px;
cursor: pointer;
height: 60px;
margin-bottom: 10px;
margin-left: 20px;
padding: 0 20px;
-webkit-box-flex: 110px;
-ms-flex: 110px 0 0px;
flex: 110px 0 0;
font-size: var(--leyka-need-help-font-size-amounts);
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.active, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.selected {
background-color: var(--leyka-need-help-color-blocks-active-background);
color: var(--leyka-need-help-color-text);
border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}
.leyka-width-xxlarge .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item {
-webkit-box-flex: 100px;
-ms-flex: 100px 1 1;
flex: 100px 1 1;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.selected span {
color: var(--leyka-need-help-color-text);
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.selected .swiper-item-inner {
background-color: var(--leyka-need-help-color-blocks-background);
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item span, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item input {
color: var(--leyka-need-help-color-text);
font-family: var(--leyka-need-help-font-family-blocks);
font-weight: 400;
font-size: var(--leyka-need-help-font-size-amounts);
text-transform: none;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item .swiper-item-inner {
height: 100%;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-flex: 200px;
-ms-flex: 200px 1 1;
flex: 200px 1 1;
min-width: unset;
padding: 8px 20px !important;
height: 60px;
border: 1px solid var(--leyka-need-help-color-blocks-border);
border-radius: 0;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.focus, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.selected {
background-color: var(--leyka-need-help-color-blocks-background);
border: 1px solid var(--leyka-need-help-color-blocks-border);
border-radius: 0;
font-size: var(--leyka-need-help-font-size-blocks-default);
font-family: var(--leyka-need-help-font-family-blocks);
text-transform: none;
line-height: 21px;
cursor: pointer;
height: 60px;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.focus.active, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.focus.selected, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.selected.active, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.selected.selected {
background-color: var(--leyka-need-help-color-blocks-active-background);
color: var(--leyka-need-help-color-text);
border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.empty label {
display: inherit;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.empty input {
text-align: left;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item .swiper-item-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item label {
display: inline-block;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item label span.textfield-label {
display: none;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input {
display: inline-block;
overflow: auto;
cursor: pointer;
font-size: var(--leyka-need-help-font-size-amounts);
font-weight: 500;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input::-webkit-input-placeholder {
color: var(--leyka-need-help-color-text-light) !important;
font-size: var(--leyka-need-help-font-size-amounts);
font-weight: 500;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input:-moz-placeholder {
color: var(--leyka-need-help-color-text-light) !important;
font-size: var(--leyka-need-help-font-size-amounts);
font-weight: 500;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input::-moz-placeholder {
color: var(--leyka-need-help-color-text-light) !important;
font-size: var(--leyka-need-help-font-size-amounts);
font-weight: 500;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input:-ms-input-placeholder {
color: var(--leyka-need-help-color-text-light) !important;
font-size: var(--leyka-need-help-font-size-amounts);
font-weight: 500;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input[type="number"] {
margin-bottom: 0;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px;
padding: 10px 20px;
min-height: 60px;
border: 1px solid var(--leyka-need-help-color-blocks-border);
border-radius: 0;
background-color: var(--leyka-need-help-color-blocks-background);
font-size: var(--leyka-need-help-font-size-main);
font-family: var(--leyka-need-help-font-family-main);
position: relative;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment:before {
content: '';
position: absolute;
top: -10px;
left: 39px;
height: 20px;
width: 20px;
background: var(--leyka-need-help-color-blocks-background);
-webkit-transform: scale(0.75, 0.75) rotate(-135deg);
-ms-transform: scale(0.75, 0.75) rotate(-135deg);
transform: scale(0.75, 0.75) rotate(-135deg);
border-bottom: inherit;
border-right: inherit;
-webkit-box-shadow: inherit;
box-shadow: inherit;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment .daily-rouble-text {
line-height: 20px;
font-family: var(--leyka-need-help-font-family-main);
font-size: var(--leyka-need-help-font-size-main);
font-weight: 400;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment .daily-rouble-amount, .leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment .daily-rouble-currency {
white-space: nowrap;
line-height: 20px;
font-size: var(--leyka-need-help-font-size-main);
font-weight: 600;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment .daily-rouble-currency {
margin-left: 4px;
}
.leyka-tpl-need-help-form .section .section__fields.amount-description {
border-radius: unset;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid {
overflow-y: unset;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .full-list {
width: calc(100% + 20px);
margin-left: -20px;
margin-bottom: -10px;
}
.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .full-list {
width: calc(100% + 10px);
margin-left: -10px;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .swiper-item {
padding: 0 8px;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .swiper-item .swiper-item-inner {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button {
cursor: pointer;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt {
-webkit-box-flex: 220px;
-ms-flex: 220px 1 0px;
flex: 220px 1 0;
height: 80px;
margin-left: 20px;
margin-bottom: 10px;
}
.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt {
margin-left: 10px;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt span {
color: var(--leyka-need-help-color-text-superlight);
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .payment-opt__label {
cursor: pointer;
font-size: var(--leyka-need-help-font-size-pm-options);
font-family: var(--leyka-need-help-font-family-blocks);
line-height: 16px;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__icon:hover {
overflow: auto;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__icon .pm-icon {
margin-right: 8px;
margin-bottom: 0;
}
.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__icon .pm-icon:last-child {
margin-right: 0;
}
.leyka-tpl-need-help-form .section .section__fields.donor {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -20px;
margin-bottom: -10px;
}
.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.donor {
margin-left: -10px;
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor-field {
-webkit-box-flex: 220px;
-ms-flex: 220px 1 0px;
flex: 220px 1 0;
margin-left: 20px;
margin-bottom: 10px;
}
.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.donor .donor-field {
margin-left: 10px;
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor-field.donor-additional-field {
-ms-flex-preferred-size: calc(100% - 20px);
flex-basis: calc(100% - 20px);
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame {
background-color: var(--leyka-need-help-color-blocks-active-background);
color: var(--leyka-need-help-color-text);
border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame {
border: 2px solid var(--leyka-need-help-color-error);
background-image: none;
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame input {
color: var(--leyka-need-help-color-main);
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame {
background-color: var(--leyka-need-help-color-blocks-background);
border: 1px solid var(--leyka-need-help-color-blocks-border);
border-radius: 0;
font-size: var(--leyka-need-help-font-size-blocks-default);
font-family: var(--leyka-need-help-font-family-blocks);
text-transform: none;
line-height: 21px;
cursor: pointer;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 0 0 20px;
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame.active, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame.selected {
background-color: var(--leyka-need-help-color-blocks-active-background);
color: var(--leyka-need-help-color-text);
border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.donor__textfield--comment {
-ms-flex-preferred-size: calc(100% - 20px);
flex-basis: calc(100% - 20px);
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame {
min-height: 40px;
margin-left: 0;
margin-top: 10px;
padding: 0;
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame span.donor__textfield-error {
color: var(--leyka-need-help-color-error);
font-size: var(--leyka-need-help-font-size-main);
font-family: var(--leyka-need-help-font-family-main);
line-height: 20px;
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame {
background-image: none;
background-color: var(--leyka-need-help-color-blocks-background);
border-color: var(--leyka-need-help-color-main);
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea {
cursor: pointer;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-main);
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input::-webkit-input-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea::-webkit-input-placeholder {
color: var(--leyka-need-help-color-text-superlight) !important;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-blocks);
font-weight: 500;
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input:-moz-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea:-moz-placeholder {
color: var(--leyka-need-help-color-text-superlight) !important;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-blocks);
font-weight: 500;
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input::-moz-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea::-moz-placeholder {
color: var(--leyka-need-help-color-text-superlight) !important;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-blocks);
font-weight: 500;
}
.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input:-ms-input-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea:-ms-input-placeholder {
color: var(--leyka-need-help-color-text-superlight) !important;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-blocks);
font-weight: 500;
}
.leyka-tpl-need-help-form .section .section__fields .donor__oferta {
padding: 0;
}
.leyka-tpl-need-help-form .section .section__fields .donor__oferta span {
margin-bottom: 40px;
}
.leyka-tpl-need-help-form .section .section__fields .donor__oferta input:checked + label::before {
background-color: var(--leyka-need-help-color-main-second);
border-color: var(--leyka-need-help-color-main-second);
}
.leyka-tpl-need-help-form .section .section__fields .donor__oferta input:focus-visible + label::before {
-webkit-box-shadow: 0px 0px 0px 2px;
box-shadow: 0px 0px 0px 2px;
}
.leyka-tpl-need-help-form .section .section__fields .donor__oferta label {
font-size: var(--leyka-need-help-font-size-main);
font-family: var(--leyka-need-help-font-family-main);
font-weight: 400;
margin-bottom: 14px;
cursor: pointer;
line-height: 21px;
}
.leyka-tpl-need-help-form .section .section__fields .donor__oferta label::before {
border: 1px solid var(--leyka-need-help-color-blocks-border-dark);
border-radius: 0;
left: -30px;
width: 20px;
height: 20px;
}
.leyka-tpl-need-help-form .section .section__fields .donor__oferta label svg.icon-checkbox-check {
fill: var(--leyka-need-help-color-text-dark-bg);
left: -25px;
top: 7px;
}
.leyka-tpl-need-help-form .section .section__fields .donor__oferta label a {
font-size: var(--leyka-need-help-font-size-main);
font-family: var(--leyka-need-help-font-family-main);
font-weight: 400;
display: inline;
color: unset;
padding-bottom: 2px;
border-bottom: 1px solid var(--leyka-need-help-color-main-second);
}
.leyka-tpl-need-help-form .section .section__fields .donor__oferta label a:hover {
text-decoration: none;
}
.leyka-tpl-need-help-form .section .section__fields .donor__submit input {
color: var(--leyka-need-help-color-text-dark-bg);
background-color: var(--leyka-need-help-color-main-second);
font-size: var(--leyka-need-help-font-size-submit);
font-family: var(--leyka-need-help-font-family-submit);
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 0;
}
.leyka-tpl-need-help-form .section .section__fields .donor__submit input:disabled {
color: var(--leyka-need-help-color-text-dark-bg);
background-color: var(--leyka-need-help-color-main-inactive);
}
.leyka-tpl-need-help-form .section .section__fields .single-pm-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 40px;
height: 16px;
}
.leyka-tpl-need-help-form .section .section__fields .single-pm-icon .pm-icon {
height: 100%;
margin-right: 30px;
margin-bottom: 0;
}
.leyka-tpl-need-help-form .section .section__fields .single-pm-icon .pm-icon:last-child {
margin-right: 0;
}
.leyka-tpl-need-help-form .section.section--agreements {
margin-top: 4px;
}
.leyka-tpl-need-help-form .leyka-pf__agreement .agreement__flow p {
font-family: var(--leyka-need-help-font-family-main);
font-size: var(--leyka-need-help-font-size-main);
font-weight: 400;
}
.leyka-tpl-need-help-form .leyka-pf__agreement .agreement__flow p:first-child {
font-family: var(--leyka-need-help-font-family-section-titles);
font-size: var(--leyka-need-help-font-size-section-titles);
font-weight: 600;
}
.leyka-tpl-need-help-form .section.section--signature {
margin-top: 0;
margin-bottom: 0 !important;
}
.leyka-tpl-need-help-form .section.section--signature #leyka-platform-signature {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
margin: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
.leyka-tpl-need-help-form .section.section--signature #leyka-platform-signature #leyka-signature-icon {
background-image: url(//feofanovskyhram.ru/wp-content/plugins/leyka/img/menu-icon.svg);
background-size: cover;
background-position-y: bottom;
width: 25px;
height: 25px;
display: block;
}
.leyka-tpl-need-help-form .section.section--signature #leyka-platform-signature #leyka-signature-text {
margin: 7px 0px 0px 7px;
color: var(--leyka-color-gray-notsolight);
}
.leyka-tpl-need-help-form .section.section--signature #leyka-platform-signature #leyka-signature-text a {
color: var(--leyka-color-main);
}
div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section-title-container {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
margin: 0 0 12px 0;
background-color: transparent;
}
div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section-title-container .section-title-line {
display: none;
}
div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section-title-container .section-title-text {
color: var(--leyka-need-help-color-text);
background-color: transparent;
font-size: var(--leyka-need-help-font-size-section-titles);
font-family: var(--leyka-need-help-font-family-section-titles);
font-weight: 600;
text-transform: none;
letter-spacing: 0;
line-height: 24px;
padding: 0;
}
div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section {
margin-bottom: 30px;
}
div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person {
margin-bottom: 30px;
}
div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .donor__textfield .donor__textfield-error {
display: block;
}
div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .leyka-star-field-error-frame {
display: none;
}
div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .donor__textfield.invalid .leyka-star-field-error-frame {
display: block;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou {
font-size: var(--leyka-need-help-font-size-main);
font-family: var(--leyka-need-help-font-family-main);
font-weight: 400;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou p {
font-size: var(--leyka-need-help-font-size-main);
font-family: var(--leyka-need-help-font-family-main);
font-weight: 400;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou h1, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou h2 {
color: var(--leyka-need-help-color-text);
background-color: transparent;
font-size: var(--leyka-need-help-font-size-section-titles);
font-family: var(--leyka-need-help-font-family-section-titles);
font-weight: 600;
text-transform: none;
letter-spacing: 0;
line-height: 24px;
padding: 0;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield.focus .leyka-star-field-frame {
background-color: var(--leyka-need-help-color-blocks-active-background);
color: var(--leyka-need-help-color-text);
border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield.valid .leyka-star-field-frame {
background-color: var(--leyka-need-help-color-blocks-active-background);
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield .leyka-star-field-frame {
background-color: var(--leyka-need-help-color-blocks-background);
border: 1px solid var(--leyka-need-help-color-blocks-border);
border-radius: 0;
font-size: var(--leyka-need-help-font-size-blocks-default);
font-family: var(--leyka-need-help-font-family-blocks);
text-transform: none;
line-height: 21px;
cursor: pointer;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 0 0 20px;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield .leyka-star-field-frame.active, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield .leyka-star-field-frame.selected {
background-color: var(--leyka-need-help-color-blocks-active-background);
color: var(--leyka-need-help-color-text);
border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield .leyka-star-field-frame label {
display: none;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield.valid .leyka-star-field-frame {
background-image: none;
background-color: unset;
border-color: var(--leyka-need-help-color-main);
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea {
cursor: pointer;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-main);
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input::-webkit-input-placeholder, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea::-webkit-input-placeholder {
color: var(--leyka-need-help-color-text-superlight) !important;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-blocks);
font-weight: 500;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input:-moz-placeholder, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea:-moz-placeholder {
color: var(--leyka-need-help-color-text-superlight) !important;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-blocks);
font-weight: 500;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input::-moz-placeholder, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea::-moz-placeholder {
color: var(--leyka-need-help-color-text-superlight) !important;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-blocks);
font-weight: 500;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input:-ms-input-placeholder, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea:-ms-input-placeholder {
color: var(--leyka-need-help-color-text-superlight) !important;
font-size: var(--leyka-need-help-font-size-donor-fields);
font-family: var(--leyka-need-help-font-family-blocks);
font-weight: 500;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit {
color: var(--leyka-need-help-color-text-dark-bg);
background-color: var(--leyka-need-help-color-main-second);
font-size: var(--leyka-need-help-font-size-submit);
font-family: var(--leyka-need-help-font-family-submit);
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 0;
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit:disabled {
color: var(--leyka-need-help-color-text-dark-bg);
background-color: var(--leyka-need-help-color-main-inactive);
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .leyka-star-submit a.leyka-star-btn {
color: unset;
text-transform: none;
padding-bottom: 2px;
border-bottom: 1px solid var(--leyka-need-help-color-main-second);
}
.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .leyka-star-submit a.leyka-star-btn:hover {
text-decoration: none;
border-bottom: 1px solid var(--leyka-need-help-color-main-second);
}
.leyka-shortcode .title {
font-size: 24px;
text-align: left;
margin-bottom: 16px;
}
.leyka-shortcode.donations-list .donations-list-table {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: 0;
border-collapse: collapse;
text-align: left;
}
.leyka-shortcode.donations-list .donations-list-table .list-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
border-bottom: 1px solid #eeeeee;
}
.leyka-shortcode.donations-list .donations-list-table .list-row:first-child:not(.header-row) {
border-top: 3px solid #eeeeee;
}
.leyka-shortcode.donations-list .donations-list-table .list-cell {
padding: 16px 8px 16px 0;
border: 0;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
}
.leyka-shortcode.donations-list .donations-list-table .list-cell.donation_date {
font-size: 14px;
color: #a6a6a6;
}
.leyka-shortcode.donations-list .donations-list-table .list-cell.donation_amount {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.leyka-shortcode.donations-list .donations-list-table .list-cell.donation_amount:not(.list-column) {
text-transform: none;
}
.leyka-shortcode.donations-list .donations-list-table .list-cell:last-child {
padding-right: 0;
text-align: right;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.leyka-shortcode.donations-list .donations-list-table .list-column {
padding-top: 0;
color: #a6a6a6;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.leyka-shortcode.donations-list .donations-list-table .donation_date {
-webkit-box-flex: 1;
-ms-flex: 1 0 100px;
flex: 1 0 100px;
}
.leyka-shortcode.donations-list .donations-list-table .donation_donor_name {
-webkit-box-flex: 1;
-ms-flex: 1 0 200px;
flex: 1 0 200px;
}
.leyka-shortcode.donations-list .donations-list-table .donation_type {
-webkit-box-flex: 1;
-ms-flex: 1 0 100px;
flex: 1 0 100px;
}
.leyka-shortcode.donations-list .donations-list-table .donation_amount {
-webkit-box-flex: 1;
-ms-flex: 1 0 150px;
flex: 1 0 150px;
}
@media screen and (max-width: 639px) {
.leyka-shortcode.donations-list .donations-list-table thead {
display: none;
}
.leyka-shortcode.donations-list .donations-list-table .list-row {
display: block;
}
.leyka-shortcode.donations-list .donations-list-table .list-cell {
display: block;
width: auto;
}
.leyka-shortcode.donations-list .donations-list-table .list-cell:last-child {
text-align: left;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
.leyka-shortcode.donations-comments-list .comments-list-item {
border-radius: 10px;
background-color: #fafafa;
margin: 0 0 8px 0;
padding: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: nowrap column;
flex-flow: nowrap column;
}
.leyka-shortcode.donations-comments-list .comments-list-item .comment-text {
font-size: 18px;
line-height: 24px;
margin-bottom: 8px;
}
.leyka-shortcode.donations-comments-list .comments-list-item .comment-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 12px;
color: #828282;
}
.leyka-shortcode.supporters-list .list-content {
font-size: 16px;
font-weight: normal;
}
.leyka-shortcode.supporters-list .list-content .special-element {
display: inline-block;
padding: 0;
border: 0;
border-bottom: 1px dashed var(--leyka-color-main);
color: var(--leyka-color-main);
text-decoration: none;
line-height: initial;
}
.leyka-shortcode.campaign-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 790px !important;
padding: 16px;
border-radius: 10px;
background-color: #fafafa;
}
.leyka-shortcode.campaign-card:not(.leyka-block-card) {
margin: 0;
}
.leyka-shortcode.campaign-card .sub-block {
margin-bottom: 24px;
}
.leyka-shortcode.campaign-card .sub-block:last-child {
margin-bottom: 0;
}
.leyka-shortcode.campaign-card .campaign-thumb {
display: block;
border-radius: 6px;
text-decoration: none;
border: none;
background-color: #f6f6f6;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.leyka-shortcode.campaign-card .campaign-thumb:hover {
opacity: .9;
}
.leyka-shortcode.campaign-card .campaign-thumb:focus {
background-size: cover !important;
background-position: center center !important;
}
.leyka-shortcode.campaign-card .campaign-thumb:after {
content: '';
display: block;
padding-top: 60%;
}
.leyka-shortcode.campaign-card .campaign-title {
font-size: var(--leyka-card-title-size, 24px);
line-height: 1.2;
font-weight: normal;
margin-top: 0;
}
.leyka-shortcode.campaign-card .campaign-title > a,
.leyka-shortcode.campaign-card .campaign-title > a:hover {
color: currentColor;
text-decoration: none;
border: none;
}
.leyka-shortcode.campaign-card .campaign-title + .campaign-excerpt {
margin-top: -0.5em;
}
.leyka-shortcode.campaign-card .campaign-excerpt {
font-size: var(--leyka-card-excerpt-size, 16px);
margin-top: 0;
margin-bottom: 24px;
line-height: 1.4;
}
.leyka-shortcode.campaign-card .progressbar-unfulfilled {
height: 8px;
padding: 0;
margin-top: auto;
border: 0;
border-radius: 10px;
overflow: hidden;
background-color: var(--leyka-color-main-second);
}
.leyka-shortcode.campaign-card .progressbar-unfulfilled .progressbar-fulfilled {
height: 8px;
padding: 0;
border: 0;
border-radius: 10px;
background-color: var(--leyka-color-main);
}
.leyka-shortcode.campaign-card > *:not(.progressbar-unfulfilled) + .bottom-line {
margin-top: auto;
}
.leyka-shortcode.campaign-card .bottom-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: -24px;
}
.leyka-shortcode.campaign-card .bottom-line .bottom-line-item {
margin-top: 24px;
}
.leyka-shortcode.campaign-card .bottom-line .target-info:not(:last-child) {
padding-right: 10px;
}
.leyka-shortcode.campaign-card .bottom-line .target-info .funded {
font-size: 32px;
color: var(--leyka-color-main);
}
.leyka-shortcode.campaign-card .bottom-line .target-info .target {
font-size: 16px;
color: var(--leyka-color-gray-notsolight);
}
.leyka-shortcode.campaign-card .bottom-line .leyka-button-wrapper {
-ms-flex-item-align: center;
align-self: center;
padding: 16px 32px;
border-radius: 4px;
background-color: var(--leyka-color-main);
text-transform: uppercase;
text-decoration: none;
color: white;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.leyka-shortcode.campaign-card .bottom-line .leyka-button-wrapper:focus {
background-color: var(--leyka-color-main);
}
.leyka-shortcode.campaign-card .bottom-line .leyka-button-wrapper:hover {
opacity: .9;
} .leyka-ext-support-packages a {
border-bottom: none;
}
.leyka-ext-support-packages .leyka-ext-sp-card {
border: 2px solid #F1F1F1;
color: var(--leyka-ext-support-packages-color-main);
background-color: #FAFAFA;
border-radius: 4px;
padding: 16px;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.leyka-ext-support-packages .leyka-ext-sp-card.active {
color: var(--leyka-ext-support-packages-color-background);
background-color: var(--leyka-ext-support-packages-color-main);
border: 2px solid var(--leyka-ext-support-packages-color-main);
}
.leyka-ext-support-packages .leyka-ext-sp-card.active .leyka-ext-sp-icon svg {
stroke: var(--leyka-ext-support-packages-color-background);
fill: none;
}
.leyka-ext-support-packages .leyka-ext-sp-card.active .leyka-ext-sp-period {
color: var(--leyka-ext-support-packages-color-background);
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon {
margin-right: 8px;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon svg, .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon img {
width: 24px;
vertical-align: text-top;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon svg {
stroke: var(--leyka-ext-support-packages-color-main);
fill: none;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-title {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700;
font-style: normal;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.03em;
text-transform: uppercase;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-price {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
font-style: normal;
font-size: 56px;
line-height: 66px;
white-space: nowrap;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-currency {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
font-style: normal;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;
margin-top: 8px;
margin-left: 0;
white-space: nowrap;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-period {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700;
font-style: normal;
font-size: 10px;
line-height: 13px;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-left: 8px;
color: #AAAAAA;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-status {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700;
font-style: normal;
font-size: 10px;
line-height: 13px;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-bottom: -4px;
color: var(--leyka-ext-support-packages-color-background);
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-status a {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700;
font-style: normal;
font-size: 10px;
line-height: 13px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: var(--leyka-ext-support-packages-color-main);
text-decoration: none;
border-bottom: none;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.leyka-account-form .list.support-packages .leyka-ext-support-packages {
margin-top: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}
@media screen and (min-width: 640px) {
.leyka-account-form .list.support-packages .leyka-ext-support-packages {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
}
.leyka-account-form .list.support-packages .leyka-ext-support-packages .leyka-ext-sp-card {
-ms-flex-preferred-size: calc(50% - 12px);
flex-basis: calc(50% - 12px);
margin-bottom: 24px;
}
.leyka-ext-sp-activate-feature-overlay {
width: 100%;
display: none;
min-height: 200px;
position: absolute;
bottom: 0;
left: 0;
z-index: 10;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature-overlay-gradient {
background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffffff), to(rgba(255, 255, 255, 0.3)));
background: linear-gradient(360deg, #ffffff 20%, rgba(255, 255, 255, 0.3) 100%);
width: 100%;
height: 150px;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature-overlay-bg-wrapper {
background-color: #ffffff;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature-overlay-bg {
background-color: var(--leyka-ext-support-packages-color-main-op10);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature {
padding-top: 40px;
padding-bottom: 24px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
margin-top: 48px;
margin-bottom: 32px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
margin-left: 8px;
margin-right: 8px;
width: calc(100% - $base * 2);
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature > * {
margin-left: 24px;
margin-right: 24px;
}
@media screen and (min-width: 640px) {
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature {
width: 100%;
padding-left: 40px;
padding-right: 40px;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature > * {
margin-left: 0;
margin-right: 0;
}
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed {
margin-bottom: 32px;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed .leyka-ext-sp-already-subscribed-icon {
margin-right: 8px;
vertical-align: baseline;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed .leyka-ext-sp-already-subscribed-icon svg {
fill: var(--leyka-ext-support-packages-color-main);
vertical-align: middle;
display: inline-block;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed a.leyka-ext-sp-already-subscribed-link {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700;
font-style: normal;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.03em;
text-transform: uppercase;
font-weight: 500;
letter-spacing: -0.02em;
text-transform: none;
letter-spacing: normal;
text-transform: uppercase;
color: var(--leyka-ext-support-packages-color-main);
vertical-align: baseline;
text-decoration: none;
line-height: 20px;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed a.leyka-ext-sp-already-subscribed-link .leyka-ext-sp-already-subscribed-caption {
line-height: 20px;
}
.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed a.leyka-ext-sp-already-subscribed-link:hover .leyka-ext-sp-already-subscribed-caption {
text-decoration: underline;
}
body.page #site_content.leyka-ext-sp-site-content,
body.page #site-content.leyka-ext-sp-site-content,
body.page #content.leyka-ext-sp-site-content, body.single #site_content.leyka-ext-sp-site-content,
body.single #site-content.leyka-ext-sp-site-content,
body.single #content.leyka-ext-sp-site-content {
position: relative;
}
body.page .leyka-ext-sp-activate-feature-overlay, body.single .leyka-ext-sp-activate-feature-overlay {
display: none;
}
body.page .leyka-ext-sp-activate-feature-overlay a, body.page .leyka-ext-sp-activate-feature-overlay a:link, body.single .leyka-ext-sp-activate-feature-overlay a, body.single .leyka-ext-sp-activate-feature-overlay a:link {
border-bottom: none;
}
.leyka-ext-sp-activate-feature {
background-color: var(--leyka-ext-support-packages-color-background);
width: auto;
}
.leyka-ext-sp-activate-feature.packages-count-1 h3, .leyka-ext-sp-activate-feature.packages-count-2 h3, .leyka-ext-sp-activate-feature.packages-count-3 h3 {
text-align: left;
}
.leyka-ext-sp-activate-feature.packages-count-1 .leyka-ext-sp-feature-subtitle, .leyka-ext-sp-activate-feature.packages-count-2 .leyka-ext-sp-feature-subtitle, .leyka-ext-sp-activate-feature.packages-count-3 .leyka-ext-sp-feature-subtitle {
text-align: left;
}
.leyka-ext-sp-activate-feature.packages-count-1 .leyka-ext-support-packages, .leyka-ext-sp-activate-feature.packages-count-2 .leyka-ext-support-packages {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (min-width: 640px) {
.leyka-ext-sp-activate-feature.packages-count-1 .leyka-ext-support-packages .leyka-ext-sp-card:not(:last-child), .leyka-ext-sp-activate-feature.packages-count-2 .leyka-ext-support-packages .leyka-ext-sp-card:not(:last-child) {
margin-right: 16px;
}
}
.leyka-ext-sp-activate-feature h3 {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700;
font-style: normal;
font-size: 32px;
line-height: 32px;
letter-spacing: -0.02em;
text-transform: uppercase;
margin-bottom: 16px;
text-align: center;
margin-top: 0;
color: var(--leyka-ext-support-packages-color-text);
}
.leyka-ext-sp-activate-feature .leyka-ext-sp-feature-subtitle {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700;
font-style: normal;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.03em;
text-transform: uppercase;
font-weight: 500;
letter-spacing: -0.02em;
text-transform: none;
margin-bottom: 24px;
text-align: center;
color: var(--leyka-ext-support-packages-color-text);
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-ms-flex-preferred-size: 170px;
flex-basis: 170px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid #F1F1F1;
border-bottom: 1px solid #F1F1F1;
padding-top: 16px;
padding-bottom: 16px;
margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
.leyka-ext-sp-activate-feature .leyka-ext-support-packages {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin-bottom: 24px;
}
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card {
text-align: center;
width: 100%;
margin-bottom: 8px;
cursor: pointer;
background-color: var(--leyka-ext-support-packages-color-background);
}
@media screen and (min-width: 640px) {
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card {
width: 170px;
margin-bottom: 0;
}
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card.active {
background-color: var(--leyka-ext-support-packages-color-main);
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon {
margin-right: 8px;
margin-bottom: 4px;
}
@media screen and (min-width: 640px) {
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon {
margin-right: 0;
margin-bottom: 8px;
}
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-status {
display: none;
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-period {
margin-left: 0;
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row1 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 4px;
}
@media screen and (min-width: 640px) {
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row1 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
margin-left: -16px;
margin-right: -16px;
}
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row2 {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (min-width: 640px) {
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row2 {
margin-left: -16px;
margin-right: -16px;
}
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row2 .leyka-ext-sp-price {
margin-left: 12px;
}
.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row3 {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 4px;
}
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}
@media screen and (min-width: 640px) {
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action .leyka-ext-sp-subsription-terms {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700;
font-style: normal;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.03em;
text-transform: uppercase;
font-weight: 500;
letter-spacing: -0.02em;
text-transform: none;
width: 100%;
text-align: center;
margin-bottom: 16px;
color: var(--leyka-ext-support-packages-color-text);
}
@media screen and (min-width: 640px) {
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action .leyka-ext-sp-subsription-terms {
min-width: 344px;
width: 70%;
text-align: left;
margin-bottom: 0;
padding-right: 8px;
}
}
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action .leyka-ext-sp-subsription-terms a {
color: var(--leyka-ext-support-packages-color-main);
}
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action .leyka-ext-sp-subsription-terms a:hover {
text-decoration: underline;
}
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action a.leyka-ext-sp-subscribe-action {
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 700;
font-style: normal;
font-size: 16px;
line-height: 20px;
letter-spacing: -0.02em;
text-transform: uppercase;
color: var(--leyka-ext-support-packages-color-caption);
background-color: var(--leyka-ext-support-packages-color-main);
text-decoration: none;
display: block;
border-radius: 4px;
line-height: 48px;
vertical-align: middle;
text-align: center;
width: 100%;
opacity: 0.5;
}
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action a.leyka-ext-sp-subscribe-action.active {
opacity: 1;
}
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action a.leyka-ext-sp-subscribe-action.active:hover {
opacity: 0.8;
}
@media screen and (min-width: 420px) {
.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action a.leyka-ext-sp-subscribe-action {
width: 180px;
line-height: 40px;
}
}
.entry-title > img.leyka-ext-sp-post-locked {
height: 1.2em;
vertical-align: bottom;
display: inline-block;
margin-left: 4px;
}
body.page .entry-title > img.leyka-ext-sp-post-locked, body.single .entry-title > img.leyka-ext-sp-post-locked {
display: none;
}  .wp-block-leyka-form.leyka-block-form-star:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 600px;
width: auto;
margin-left: auto;
margin-right: auto;
}
.wp-block-leyka-form.leyka-block-form-need-help {
max-width: 1200px !important;
}
.leyka-tpl-need-help-form {
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item {
-webkit-box-flex: 110px;
-ms-flex: 110px 1 0px;
flex: 110px 1 0;
} .leyka-block-cards-grid {
display: grid;
grid-gap: var(--leyka-grid-gap, 30px);
grid-template-columns: repeat(var(--leyka-grid-columns, 1), minmax(0, 1fr));
}
.leyka-block-cards .campaign-card {
max-width: 100% !important;
height: 100%;
}
@media (max-width: 1199px) {
.leyka-grid-columns-4 {
--leyka-grid-columns: 3 !important;
}
}
@media (max-width: 991px) {
.leyka-grid-columns-4, .leyka-grid-columns-3 {
--leyka-grid-columns: 2 !important;
}
}
@media (max-width: 767px) {
.leyka-grid-columns-4, .leyka-grid-columns-3, .leyka-grid-columns-2 {
--leyka-grid-columns: 1 !important;
}
} @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic");    .leyka-rbk-pre-submit-step {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
height: 100%;
}
.leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons button {
-webkit-box-flex: 1;
-ms-flex: 1 -1 auto;
flex: 1 -1 auto;
text-align: center;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
color: #ffffff;
background: var(--color-main);
padding: 10px 26px;
text-align: center;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 23px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
cursor: pointer;
border-radius: 27px;
padding: 12px 26px;
min-width: 200px;
font-size: 14px;
}
.leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons button:visited {
color: #ffffff;
}
.leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons button:hover, .leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons button:focus {
background: var(--color-main-dark);
}