/*!
	Theme Name: Oncoguide
	Description: Шаблон для сайта oncoguide
	Author: Elementor Team
	Author URI: Everland
	Version: 1.1.1
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: oncoguide
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }


html, body {
	overflow-x: hidden;
}
/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }
  
p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	margin-bottom: .9rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; 
  cursor: pointer;
  }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }


/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }


/* ------------------------==== Style form popup ====------------------ */

.form_popup .btn, .form_popup .btn_int {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: 500;
	height: 52px;
	padding:0 42px;
}

.form_popup .btn {
	background-color: var(--e-global-color-accent);
	border-radius: 5px;
	border: 0;
}
.form_popup .btn_int {
	border: 2px solid var(--e-global-color-accent);
	margin-right: 60px;
	background-color: transparent;
	color: var(--e-global-color-accent);
}
.form_popup .btn:hover {
	background-color: var(--e-global-color-primary);
}

.form_popup .btn_int:hover {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}


.form_popup {
	width: 100%;
	max-width: 1100px;
}
.form-pr {}

.form_popup label {display:none}
.form_popup .wpcf7-acceptance label {
    display: flex;
    align-items: center;
	justify-content: left;
}

.form_popup .wpcf7-form-control-wrap {
	display:block;
	width: 100%;
}

.form_pr_item {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 44px;
}
.form_pr_item.ai-center {
	align-items: center;
}
.form_pr_item_col {
	width: 48%;
}

.form_pr_item_col .form_pr_item_buttons {
	
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_popup .wpcf7-form-control-wrap input, 
.form_popup .wpcf7-form-control-wrap textarea {
	border: 1px solid #383838;
	border-radius: 10px;
	padding: 13px 23px;
	font-weight: 300';
	font-size: 16px;
	font-style: italic;
}
.form_popup textarea {
	height: 205px;
}

.form_popup .form_pr_item_accept {
	height: 27px;
	width: 27px;
	margin-right: 12px;
}

.form_popup .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
.form_popup .wpcf7-acceptance {
		font-weight: 300';
	font-size: 16px;
	font-style: italic;
}

.form_popup .wpcf7-acceptance .wpcf7-list-item-label a {
	color: var(--e-global-color-accent);
}

/* ------------------------==== End Style form popup ====------------------ */




/* ------== LEYKA ==------ */
#leyka-pf-79.leyka-pf-star {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
    max-width: unset;
    max-width: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
}


#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.periodicity a, 
#leyka-pf-79 .leyka-screen-form .section .section__fields.periodicity a {
    border-radius: 0;
    border: 0px solid var(--e-global-color-accent);
    height: 47px;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    font-size: 21px;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: var(--e-global-color-text);
    text-decoration: none;
    width: 50%;
    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: 0;
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.periodicity a:first-child {
	border-radius: 10px 0 0 10px;
}
#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.periodicity a:last-child {
	border-radius: 0 10px 10px 0;
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.periodicity a.active, 
#leyka-pf-79 .leyka-screen-form .section .section__fields.periodicity a.active {
	background-color: var(--e-global-color-accent);
	color: #fff;
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.periodicity, 
#leyka-pf-79 .leyka-screen-form .section .section__fields.periodicity {
    display: flex;
    font-family: var(--e-global-typography-text-font-family);
    justify-content: space-between;
}

#leyka-pf-79 .section.section--description {
	    display: none !important;
}
#leyka-pf-79 .leyka-pf-79 { 
	padding:0;
	background-color: transparent;
}

#leyka-pf-79 .section.section--amount,
#leyka-pf-79 .section.section--cards,
#leyka-pf-79 .section.section--person {
	background-color: #fff;
	padding: 10px 30px;
}

#leyka-pf-79 .section.section--amount {
	border-radius: 10px 10px 0 0;
	padding-top: 30px;
}
#leyka-pf-79 .section.section--person {
	border-radius: 0 0 10px 10px;
	padding-bottom: 30px;
}

#leyka-pf-79.leyka-pf-star .leyka-tpl-star-form .section-title-container {
	display:none;
}

#leyka-pf-79.leyka-pf-star .leyka-tpl-star-form .section, 
#leyka-pf-79.leyka-pf-star .leyka-account-form .section {
    display: block;
    position: relative;
    height: auto;
    visibility: visible;
    opacity: unset;
    margin-bottom: 0;
}

#leyka-pf-79.leyka-pf-star .section.section--periodicity {
	margin-bottom: 27px;
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.donor .donor__textfield, 
#leyka-pf-79 .leyka-screen-form .section .section__fields.donor .donor__textfield {
    width: 49%;
    display: block;
    vertical-align: top;
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.donor .donor__textfield--email {
	float:left;
}
#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.donor .donor__textfield--name {
	float:right;
}
#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.donor .donor__textfield--name::after {
	content: " ";
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame, 
#leyka-pf-79 .leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame {
	height:47px;
    border-radius: 10px;
    border: 1px solid #DB1F3F;
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item,
#leyka-pf-79 .leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid var(--e-global-color-accent);
    border-radius: 10px;
    width: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
    margin-left: 16px;
    margin-right: 0px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-bottom: 16px;
	    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 47px;
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner, 
#leyka-pf-79 .leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner {
	height: 47px;
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item.selected, 
#leyka-pf-79 .leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item.selected {
    background-color: rgba(219, 31, 63, 0.1);
    border-color: var(--e-global-color-accent);
}

.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(--e-global-color-accent);
}

.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(--e-global-typography-text-font-family);
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    line-height: 21px;
    color: var(--leyka-color-gray);
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected, 
#leyka-pf-79 .leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected {
	background-color: rgba(219, 31, 63, 0.1);
    border-color: var(--e-global-color-accent);
}

#leyka-pf-79 .leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item, 
#leyka-pf-79 .leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item {
    display: table;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    width: auto;
    min-width: 1px;
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
    margin-right: 14px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
	height: 47px;
}

.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: 15px;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label,
.leyka-screen-form .section .section__fields .donor__oferta label {
    font-family: var(--e-global-typography-text-font-family);
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
	margin-bottom: 6px;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label a, 
.leyka-screen-form .section .section__fields .donor__oferta label a {
	color: var(--e-global-color-accent);
}

.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 #e6e6e6;
    position: absolute;
    top: 1px;
    left: -26px;
    cursor: pointer;
}


.leyka-tpl-star-form .section .section__fields .donor__submit input, 
.leyka-screen-form .section .section__fields .donor__submit input {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-size: 21px;
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: var(--e-global-color-accent);
    display: block;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 47px;
}

.leyka-tpl-star-form .section .section__fields .donor__submit input:disabled, 
.leyka-screen-form .section .section__fields .donor__submit input:disabled {
	background-color: rgba(219, 31, 63, 0.6);
}

/* ------== End LEYKA ==------ */