#infopage {
	background: url('http://abeodciski.pl/wp-content/themes/brodacid/dist/img/home-second-section-bg-2.png') no-repeat right top;
	background-size:300px;
	margin:2em;
}
#footer {
	padding-bottom: 0;
}
.menu-menu-legal-container {
	margin-top: 1em;
	padding: 1em 0;
	background:#093973;
}
#ppolicy ol {
	list-style: decimal;
	margin: 0 2em;
}
#ppolicy ol  ol {
	list-style: lower-latin;
}

@media screen and (max-width: 991px) {
	#home-page .awards {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
   }
	#home-page .awards__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		margin-right: -20px;
   }
	#home-page .awards__item img {
		max-width: 110px;
		height: auto;
   }
	#home-page .awards__year {
		margin-bottom: 0;
		margin-top: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #114a8f;
		transition: all 0.3s ease;
   }
}
@media (min-width: 992px) {
	#home-page .awards {
		margin-left: 30px;
		margin-bottom: -30px;
		display: flex;
		align-items: flex-end;
   }
	#home-page .awards__item {
		margin-right: -64px;
		transition: all 0.3s ease;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
   }
	#home-page .awards__item img {
		width: 127px;
		height: auto;
		transition: all 0.5s ease;
   }
	#home-page .awards__item:not(.awards__item--active) img:hover {
		width: 150px !important;
   }
	#home-page .awards__item--active {
		transition: all 0.3s ease;
   }
	#home-page .awards__item--active:not(:first-child) {
		margin-left: 64px;
   }
	#home-page .awards__item--active img {
		width: 230px !important;
   }
	#home-page .awards__item--active + .awards__item {
		margin-left: 64px;
   }
	#home-page .awards__item--active p {
		color: #114a8f;
   }
	#home-page .awards__year {
		margin-bottom: 0;
		margin-top: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #b2b2b2;
		transition: all 0.3s ease;
   }
}
#home-page .awards__adnotation {
	position: absolute;
	top: -15px;
	right: 20px;
}
@media (max-width: 1599px) {
	#home-page .awards__item--active img {
		width: 174px !important;
   }
}
.page-template-side-effects-home .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.page-template-side-effects-home .buttons .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
    width: 400px;
    height: 400px;
    background-color: #104a8f;
    color: #fff;
    padding: 20px;
    font-weight: 500;
}
@media only screen and (max-width: 1559px) {
    .page-template-side-effects-home .buttons .btn {
        font-size: 20px;
        width: 300px;
        height: 300px;
    }
}
@media only screen and (max-width: 1199px) {
    .page-template-side-effects-home .buttons .btn {
        font-size: 20px;
        width: 250px;
        height: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-side-effects-home .buttons .btn {
        font-size: 16px;
        width: 200px;
        height: 200px;
    }
}
.page-template-side-effects-home .buttons .btn:hover {
    background-color: #0f386b;
}
.side-effects {
    padding-top: 67px;
}
@media only screen and (max-width: 575px) {
    .side-effects {
        padding-top: 40px;
    }
}
.side-effects h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 55px;
    color: #114a8f;
    margin-bottom: 40px;
    max-width: 746px;
}
@media only screen and (max-width: 575px) {
    .side-effects h1 {
        font-size: 24px;
        line-height: 32px;
    }
}
.side-effects h1 + p {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #114a8f;
}
.side-effects h1 + p a {
    text-decoration: none;
    color: #c23b5f;
}
@media only screen and (max-width: 575px) {
    .side-effects h1 + p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 36px;
    }
}
.side-effects-buttons {
    position: fixed;
    top: 100px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    gap: 15px;
}
@media only screen and (max-width: 1199px) {
    .side-effects-buttons {
        top: 120px;
        gap: 10px;
    }
}
.side-effects-buttons .reset-btn,
.side-effects-buttons .save-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 50em;
}
@media only screen and (max-width: 991px) {
    .side-effects-buttons .reset-btn,
    .side-effects-buttons .save-btn {
        padding: 0;
        width: 40px;
        height: 40px;
    }
}
.side-effects-buttons .save-btn {
    background-color: #114a8f;
    color: #fff;
}
.side-effects-buttons .reset-btn {
    background-color: #fff;
    border: 1px solid #114a8f;
    color: #114a8f;
}
.side-effects .wpcf7 section {
    border-top: 1px solid #d8d8d8;
    padding: 15px 0 40px;
}
.side-effects .wpcf7 section.border-strong {
    border-width: 5px;
}
.side-effects .wpcf7 section .group-invalid-hint {
    display: none;
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
}
.side-effects .wpcf7 section .star {
    color: #d6285e;
}
.side-effects .wpcf7 section .field-group {
    max-width: 958px;
    border-radius: 5px;
    padding: 11px 20px;
    border: 1px solid #114a8f;
}
.side-effects .wpcf7 section .field-group.red {
    background: #fdf8fa;
}
.side-effects .wpcf7 section .field-group.blue {
    background: #f7fbff;
}
.side-effects .wpcf7 section .field-group.gray {
    background: #f5f5f5;
}
.side-effects .wpcf7 section header {
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section header {
        margin-bottom: 25px;
    }
}
.side-effects .wpcf7 section header h2,
.side-effects .wpcf7 section header h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #114a8f;
    margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section header h2,
    .side-effects .wpcf7 section header h3 {
        font-size: 21px;
        line-height: 36px;
    }
}
.side-effects .wpcf7 section header h2 + p,
.side-effects .wpcf7 section header h3 + p {
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #d6285e;
    margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section header h2 + p,
    .side-effects .wpcf7 section header h3 + p {
        font-size: 14px;
        line-height: 18px;
    }
}
.side-effects .wpcf7 section .field-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section .field-wrapper {
        margin-bottom: 25px;
    }
}
.side-effects .wpcf7 section .field-wrapper > label {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #114a8f;
    margin-bottom: 5px;
}
.side-effects .wpcf7 section .field-wrapper > label .info {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #8e8e8e;
}
.side-effects .wpcf7 section .field-wrapper input:not([type="radio"]):not([type="file"]):not([type="checkbox"]),
.side-effects .wpcf7 section .field-wrapper textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #114a8f;
    font-size: 16px;
    line-height: 24px;
}
.side-effects .wpcf7 section .field-wrapper textarea {
    height: 138px;
}
.side-effects .wpcf7 section .field-wrapper .wpcf7-radio {
    display: flex;
}
.side-effects .wpcf7 section .field-wrapper .wpcf7-radio .wpcf7-list-item {
    margin: 0;
}
.side-effects .wpcf7 section .field-wrapper .wpcf7-radio .wpcf7-list-item > label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.side-effects .wpcf7 section .field-wrapper .wpcf7-radio .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #114a8f;
}
.side-effects .wpcf7 section .field-wrapper.radio-row .wpcf7-radio {
    flex-direction: row;
    gap: 47px;
}
.side-effects .wpcf7 section .field-wrapper.radio-col .wpcf7-radio {
    flex-direction: column;
    gap: 10px;
}
.side-effects .wpcf7 section .field-wrapper.optional .wpcf7-list-item.first {
    display: none;
}
.side-effects .wpcf7 section .field-wrapper.acceptance {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.side-effects .wpcf7 section .field-wrapper.acceptance p {
    font-size: 16px;
    line-height: 21px;
    color: #114a8f;
}
.side-effects .wpcf7 section .field-wrapper.acceptance .wpcf7-list-item {
    margin: 0;
}
.side-effects .wpcf7 section .field-wrapper.initials .wpcf7-form-control-wrap {
    max-width: 287px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section .field-wrapper.initials .wpcf7-form-control-wrap {
        max-width: 203px;
    }
}
.side-effects .wpcf7 section .field-wrapper.birth-date .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.child-birth-date .wpcf7-form-control-wrap {
    max-width: 453px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section .field-wrapper.birth-date .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.child-birth-date .wpcf7-form-control-wrap {
        max-width: 300px;
    }
}
.side-effects .wpcf7 section .field-wrapper.body-weight .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.child-body-weight .wpcf7-form-control-wrap {
    max-width: 179px;
}
.side-effects .wpcf7 section .field-wrapper.body-height .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.child-body-height .wpcf7-form-control-wrap {
    max-width: 217px;
}
.side-effects .wpcf7 section .field-wrapper.person-name .wpcf7-form-control-wrap {
    max-width: 705px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section .field-wrapper.person-name .wpcf7-form-control-wrap {
        max-width: 335px;
    }
}
.side-effects .wpcf7 section .field-wrapper.email .wpcf7-form-control-wrap {
    max-width: 553px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section .field-wrapper.email .wpcf7-form-control-wrap {
        max-width: 335px;
    }
}
.side-effects .wpcf7 section .field-wrapper.phone .wpcf7-form-control-wrap {
    max-width: 372px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section .field-wrapper.phone .wpcf7-form-control-wrap {
        max-width: 251px;
    }
}
.side-effects .wpcf7 section .field-wrapper.adress .wpcf7-form-control-wrap {
    max-width: 453px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section .field-wrapper.adress .wpcf7-form-control-wrap {
        max-width: 335px;
    }
}
.side-effects .wpcf7 section .field-wrapper.child-additional .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-relation-additional .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.post-abortion .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.pregnancy-interview .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.pregnancy-interview-description .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.report-description .wpcf7-form-control-wrap {
    max-width: 654px;
}
.side-effects .wpcf7 section .field-wrapper.apgar-1 .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.apgar-10 .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.apgar-5 .wpcf7-form-control-wrap {
    max-width: 310px;
}
.side-effects .wpcf7 section .field-wrapper.diagnosis .wpcf7-form-control-wrap {
    max-width: 891px;
}
.side-effects .wpcf7 section .field-wrapper.pregnancy-age .wpcf7-form-control-wrap {
    max-width: 162px;
}
.side-effects .wpcf7 section .field-wrapper.medicament .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-2 .wpcf7-form-control-wrap {
    max-width: 719px;
}
.side-effects .wpcf7 section .field-wrapper.medicament-2-indications .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-indications .wpcf7-form-control-wrap {
    max-width: 593px;
}
.side-effects .wpcf7 section .field-wrapper.medicament-serial-number .wpcf7-form-control-wrap {
    max-width: 266px;
}
.side-effects .wpcf7 section .field-wrapper.medicament-2-instructions .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-instructions .wpcf7-form-control-wrap {
    max-width: 557px;
}
.side-effects .wpcf7 section .field-wrapper.side-effect-symptoms .wpcf7-form-control-wrap {
    max-width: 593px;
}
.side-effects .wpcf7 section .field-wrapper.death-cause .wpcf7-form-control-wrap {
    max-width: 654px;
}
.side-effects .wpcf7 section .field-wrapper.history-description .wpcf7-form-control-wrap {
    max-width: 654px;
}
.side-effects .wpcf7 section .field-wrapper.death-date .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.expected-date-of-birth-from .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.expected-date-of-birth-to .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-2-take-from .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-2-take-to .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-expiration-date .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-retake-from .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-retake-to .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-take-from .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.medicament-take-to .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.side-effect-from .wpcf7-form-control-wrap,
.side-effects .wpcf7 section .field-wrapper.side-effect-to .wpcf7-form-control-wrap {
    max-width: 349px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7 section .field-wrapper.death-date .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.expected-date-of-birth-from .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.expected-date-of-birth-to .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.medicament-2-take-from .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.medicament-2-take-to .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.medicament-expiration-date .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.medicament-retake-from .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.medicament-retake-to .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.medicament-take-from .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.medicament-take-to .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.side-effect-from .wpcf7-form-control-wrap,
    .side-effects .wpcf7 section .field-wrapper.side-effect-to .wpcf7-form-control-wrap {
        max-width: 335px;
    }
}
.side-effects .wpcf7-field-group-add,
.side-effects .wpcf7-file::file-selector-button,
.side-effects .wpcf7-submit {
    border-radius: 50em;
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 24px;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7-field-group-add,
    .side-effects .wpcf7-file::file-selector-button,
    .side-effects .wpcf7-submit {
        font-size: 14px;
        padding: 8px 14px;
    }
}
.side-effects .wpcf7-submit {
    background: #114a8f;
    color: #fff;
    padding: 15px 24px;
}
.side-effects .wpcf7-file {
    width: 360px;
    font-size: 18px;
    color: #114a8f;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7-file {
        font-size: 14px;
    }
}
.side-effects .wpcf7-field-group-add,
.side-effects .wpcf7-file::file-selector-button {
    background: 0 0;
    color: #114a8f;
    cursor: pointer;
    min-width: 178px;
    margin-right: 20px;
    border: 1px solid #114a8f;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7-field-group-add,
    .side-effects .wpcf7-file::file-selector-button {
        min-width: unset;
        margin-right: 10px;
    }
}
.side-effects .wpcf7 input[type="checkbox"] {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
}
.side-effects .wpcf7 input[type="checkbox"],
.wpcf7-acceptance .side-effects .wpcf7 input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 23px;
}
.side-effects .wpcf7 input[type="checkbox"]::before,
.wpcf7-acceptance .side-effects .wpcf7 input[type="checkbox"]::before {
    display: block;
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #114a8f;
    border-radius: 5px;
}
.side-effects .wpcf7 input[type="checkbox"]:checked::after,
.wpcf7-acceptance .side-effects .wpcf7 input[type="checkbox"]:checked::after {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 14px;
    height: 9px;
    border-bottom: 3px solid #d6285e;
    border-left: 3px solid #d6285e;
    transform: rotate(315deg);
}
.side-effects .wpcf7 input[type="radio"] {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
}
.side-effects .wpcf7 input[type="radio"],
.wpcf7-acceptance .side-effects .wpcf7 input[type="radio"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
}
.side-effects .wpcf7 input[type="radio"]::before,
.wpcf7-acceptance .side-effects .wpcf7 input[type="radio"]::before {
    display: block;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #114a8f;
    border-radius: 50em;
}
.side-effects .wpcf7 input[type="radio"]:checked::after,
.wpcf7-acceptance .side-effects .wpcf7 input[type="radio"]:checked::after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: #114a8f;
    border-radius: 50em;
}
.side-effects .wpcf7 input[name^="group-hint"] {
    display: none;
}
.side-effects .wpcf7-form.failed .wpcf7-response-output,
.side-effects .wpcf7-form.invalid .wpcf7-response-output {
    color: #c23b5f;
    border: 1px solid #c23b5f;
    background-color: #fdf8fa;
}
.side-effects .wpcf7-form.sent .wpcf7-response-output {
    color: #008044;
    border: 1px solid #008044;
    background-color: #bcffe0;
}
.side-effects .wpcf7-form.failed .wpcf7-response-output,
.side-effects .wpcf7-form.invalid .wpcf7-response-output,
.side-effects .wpcf7-form.sent .wpcf7-response-output {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 26px 0;
    padding: 12px 23px;
    font-size: 17px;
    line-height: 22px;
}
@media only screen and (max-width: 767px) {
    .side-effects .wpcf7-form.failed .wpcf7-response-output,
    .side-effects .wpcf7-form.invalid .wpcf7-response-output,
    .side-effects .wpcf7-form.sent .wpcf7-response-output {
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        margin: 0 0 13px 0;
    }
}
.side-effects .wpcf7-field-groups {
    counter-reset: repeatable-fields-counter;
}
.side-effects .wpcf7-field-group {
    max-width: 958px;
    position: relative;
    counter-increment: repeatable-fields-counter;
}
.side-effects .wpcf7-field-group-add {
    margin-top: 27px;
    margin-left: auto;
    margin-right: 0;
    align-items: center;
    justify-content: center;
}
.side-effects .wpcf7-field-group-remove {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #d6285e;
}
.side-effects .wpcf7-field-group:not(:last-child) {
    margin-bottom: 94px !important;
}
@media only screen and (max-width: 575px) {
    .side-effects .wpcf7-field-group:not(:last-child) {
        margin-bottom: 40px !important;
    }
}
.side-effects .wpcf7-field-group:not(:last-child) .wpcf7-field-group-add {
    display: none;
}
.side-effects .wpcf7-field-group:first-child h3::before {
    content: "* ";
    color: #d6285e;
}
.side-effects .wpcf7-field-group:last-child .wpcf7-field-group-add {
    display: flex;
}
.side-effects .wpcf7 .group-index::after {
    content: counter(repeatable-fields-counter);
}
.mail-sent {
    padding-top: 85px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .mail-sent {
        padding-top: 44px;
    }
}
.mail-sent section {
    margin-bottom: 100px;
}
.mail-sent-header svg {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .mail-sent-header svg {
        width: 60px;
        height: auto;
    }
}
.mail-sent-header h1 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #114a8f;
}
@media only screen and (max-width: 767px) {
    .mail-sent-header h1 {
        font-size: 25px;
        line-height: 30px;
    }
}
.mail-sent-header p {
    font-family: Roboto, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .mail-sent-header p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 40px;
    }
}
.mail-sent-header a {
    background-color: #c23b5f;
    padding: 15px 56px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    border-radius: 50em;
}