* {
outline: none !important;
}
html {
width: 100%;
min-height: 100%;
}
body {
font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
"Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background-color: #f5f5f5;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
height: 100vh;
}
body.cookie-overflow-boby {
overflow: auto;
}
h1,
h2,
h3,
h4 {
font-weight: 300;
color: #137d4c;
line-height: 1.4;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 18px;
}
a {
color: #137d4c;
text-decoration: underline;
}
p {
margin-bottom: 20px;
}
ymaps {
margin-bottom: 25px;
}
a:hover,
a:active,
a:focus {
color: rgba(19, 126, 76, 0.75);
}
#header {
min-height: 170px;
padding-top: 30px;
background-color: #fff;
}
#header .header-logo {
width: 100%;
max-width: 360px;
height: auto;
}
#header .header-phones-wrapper {
position: relative;
}
#header .header-phones-wrapper > .row {
width: 100%;
max-width: 360px;
float: right;
}
#header .header-phones {
margin-bottom: 10px;
color: #137d4c;
border-left: solid 1px #e5e5e5;
display: block;
min-height: 40px;
}
#header .header-phones p {
margin: 0;
}
#header .header-phones a {
color: #137d4c;
cursor: default;
text-decoration: none;
font-weight: 300;
font-size: 21px;
line-height: 40px;
}
#header .header-time {
color: #9c9c9c;
line-height: 50px;
font-size: 16px;
font-weight: 300;
}
#header .header-lead {
color: #868686;
font-size: 16px;
}
#header .header-phones-time {
font-size: 12px;
color: #868686;
}
#header .header-phones-time p {
margin: 0;
line-height: 1.4;
margin-top: 7px;
}
#header .header-logo-paragrath {
margin-bottom: 17px;
color: #137d4c;
}
#main-menu .navbar-default {
border-radius: 0;
background: #137d4c;
border: 0;
box-shadow: none;
}
#main-menu .navbar-default a {
color: #fff;
text-align: center;
text-shadow: none;
font-size: 15px;
font-weight: 400;
text-decoration: none;
}
#main-menu .navbar-default li {
border-right: solid 1px rgba(255, 255, 255, 0.15);
}
#main-menu .navbar-default li:last-child {
border: transparent;
}
#main-menu .navbar-default li.page_item:hover,
#main-menu .navbar-default li.page_item:focus,
#main-menu .navbar-default li.page_item.active,
#main-menu .navbar-default li.page_item.current_page_item,
#main-menu .navbar-default li.page_item.current_page_ancestor {
background-color: #fff;
}
#main-menu .navbar-default li.page_item:hover a,
#main-menu .navbar-default li.page_item:focus a,
#main-menu .navbar-default li.page_item.active a,
#main-menu .navbar-default li.page_item.current_page_item a,
#main-menu .navbar-default li.page_item.current_page_ancestor a {
color: #137d4c;
}
#main-menu .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
#main-menu .form-search {
padding-top: 8px;
padding-left: 15px;
}
#main-menu .form-search .input-group {
max-width: 200px;
}
#main-menu .navbar-default .navbar-nav {
display: table;
width: 100%;
}
#main-menu .navbar-default .navbar-nav > li {
display: table-cell;
height: 100%;
vertical-align: middle;
float: none !important;
padding: 0;
}
#main-menu .navbar-default .navbar-nav > li > a {
display: block;
padding: 10px 0;
}
#main-banner .bxslider {
display: block;
max-height: 340px;
position: relative;
}
#main-banner .bxslider > li {
position: relative;
}
#main-banner .bxslider > li > a {
z-index: 300;
}
#main-banner .bxslider > li img {
width: 100%;
height: auto;
display: block;
}
#main-banner .bxslider > li > .slider-caption {
width: 100%;
height: auto;
position: absolute;
z-index: 440;
bottom: 0;
left: 0;
padding: 15px;
background-color: rgba(0, 0, 0, 0.5);
}
#main-banner .bxslider > li > .slider-caption,
#main-banner .bxslider > li > .slider-caption > * {
color: #fff;
}
#main-banner .bxslider > li > .slider-caption h3,
#main-banner .bxslider > li > .slider-caption h4 {
margin: 0;
margin-bottom: 2px;
line-height: 30px;
}
#main-banner .bx-wrapper {
position: relative;
}
#main-banner .bx-wrapper > .bx-controls {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 400;
}
#main-banner .bx-wrapper > .bx-controls .bx-controls-direction {
display: none;
}
#main-banner .bx-wrapper > .bx-controls .bx-pager {
display: block;
position: absolute;
right: 20px;
bottom: 25px;
height: 10px;
z-index: 420;
}
#main-banner .bx-wrapper > .bx-controls .bx-pager-item {
display: inline-block;
margin-left: 10px;
width: 10px;
height: 10px;
}
#main-banner .bx-wrapper > .bx-controls .bx-pager-item > a {
display: block;
width: 10px;
height: 10px;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.4);
text-indent: -9999px;
color: transparent;
}
#main-banner .bx-wrapper > .bx-controls .bx-pager-item > a.active {
background-color: #fff;
}
#footer {
border-top: solid 1px #d5d5d5;
padding: 15px 0;
}
#footer a {
color: #666;
}
#footer .footer-menu {
margin-bottom: 20px;
}
#content {
margin-bottom: 25px;
z-index: 1;
}
#content h2 {
margin: 30px 0;
}
#content h2,
#content h3,
#content h4 {
clear: both;
}
#content h3 {
margin: 0 0 15px 0;
}
#content img,
#tribe-events img {
max-width: 100%;
height: auto;
}
#content .pagination > h2 {
margin: 0 0 10px 0;
font-size: 22px;
}
#content .content-left-column .nav {
background-color: #fff;
}
#content .content-left-column .nav li > a {
text-decoration: none;
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#content .content-left-column .nav li > a:hover,
#content .content-left-column .nav li > a:active,
#content .content-left-column .nav li > a:focus {
background-color: #f5f5f5;
}
#content .content-left-column .nav-stacked > li + li {
margin: 0;
}
#content .content-left-column ul {
background-color: #fff;
}
#content .content-left-column ul.children {
list-style: none;
padding-left: 0;
}
#content .content-left-column ul.children > li > a {
position: relative;
display: block;
padding: 10px 15px;
padding-left: 40px;
}
#content .content-left-column li.page_item_has_children > ul {
display: none;
}
#content .content-left-column li.page_item_has_children.current_page_ancestor > ul,
#content .content-left-column li.page_item_has_children.current_page_item > ul {
display: block;
}
#content .content-left-column li.current_page_item,
#content .content-left-column li.current_page_ancestor {
background-color: #f5f5f5;
}
#content .content-left-column li.current_page_item > a {
color: #666;
}
#content .content-right-column {
background-color: #fff;
}
#content .content-right-column img {
max-width: 100%;
height: auto;
}
#content .content-right-column ul:not(.pagination) {
list-style: none;
padding-left: 3.3em;
}
#content .content-right-column ul:not(.pagination) ul,
#content .content-right-column ol ul,
#content .content-right-column ol ol {
margin-top: 10px;
}
#content .content-right-column li {
padding-bottom: 0.45em;
position: relative;
}
#content .content-right-column ul:not(.pagination) > li:before {
content: "\2014\a0";
position: absolute;
top: 0;
left: -2.4em;
}
#content .content-right-column ol {
counter-reset: item;
padding-left: 3.3em;
}
#content .content-right-column ol > li {
display: block;
}
#content .content-right-column ol > li:before {
content: counters(item, ".") ".\a0";
counter-increment: item;
display: marker;
position: absolute;
top: 0;
left: -2.4em;
}
#content .h4 {
color: #137d4c;
margin: 15px 0;
}
#wp-calendar {
width: 100%;
max-width: 220px;
border-collapse: collapse;
}
#wp-calendar > caption {
font-size: 22px;
font-weight: 300;
}
#wp-calendar thead > tr > th,
#wp-calendar thead > tr > td,
#wp-calendar tbody > tr > th,
#wp-calendar tbody > tr > td,
#wp-calendar tfoot > tr > th,
#wp-calendar tfoot > tr > td {
padding: 5px;
}
#wp-calendar thead > tr > th,
#wp-calendar thead > tr > td {
text-align: center;
}
#wp-calendar tbody > tr > th,
#wp-calendar tbody > tr > td {
text-align: right;
}
#wp-calendar #next {
text-align: right;
}
#modal-search form {
display: block;
height: auto;
position: relative;
}
#modal-search .close {
position: absolute;
top: 3rem;
right: 3rem;
font-size: 4rem;
color: #fff;
opacity: 1;
}
#modal-search .close:hover {
opacity: 1;
}
#modal-search .fa {
color: #fff;
}
#modal-search .modal-backdrop {
background: rgba(20, 114, 67, 0.95);
opacity: 1 !important;
}
#modal-search .modal-dialog {
position: relative;
height: 100%;
}
#modal-search .modal-content {
color: #fff;
position: absolute;
width: 100%;
top: 50%;
margin-top: -3.5rem;
border: 0;
border-radius: 0;
background: none;
box-shadow: none;
}
#modal-search .form-control {
color: #fff;
background: none;
border-radius: 0;
border: none;
border-bottom: solid 1px #fff;
padding: 0 2rem;
font-size: 4rem;
line-height: 7rem;
height: 7rem;
margin-right: 9rem;
display: block;
width: calc(100% - 10rem);
position: absolute;
top: 0;
left: 0;
}
#modal-search .form-control::placeholder {
color: rgba(255, 255, 255, 0.65);
}
#modal-search .form-control:focus {
color: #222;
background-color: #fff;
.placeholder();
}
#modal-search .form-control:focus::placeholder {
color: rgba(20, 125, 76, 0.5);
}
#modal-search .btn[type="submit"] {
position: absolute;
top: 0;
right: 0;
display: block;
font-size: 5rem;
height: 7rem;
line-height: 7rem;
background: transparent;
box-shadow: none !important;
}
#modal-search .btn[type="submit"] .fa-search {
display: block;
margin-top: 3px;
color: #fff;
}
#schedule table th,
#schedule table td {
width: 14.2857142857%;
}
#schedule .text-muted {
font-weight: 400 !important;
}
.schedule-item-info,
.schedule-paid-info,
.schedule-reserved-info {
display: inline-block;
margin-bottom: -2px;
width: 14px;
height: 14px;
border-radius: 50%;
}
.schedule-item {
border-radius: 4px;
background-color: #f7f7f7;
padding: 3px 6px;
margin-bottom: 1px;
text-align: center;
}
.schedule-item-info {
background-color: #f7f7f7;
border: solid 1px rgba(0, 0, 0, 0.2);
}
.schedule-paid,
.schedule-paid-info {
background-color: #ffd180;
}
.schedule-reserved,
.schedule-reserved-info {
background-color: #e62e04;
color: #fff;
}
#breadcrumbs {
color: #a3a3a3;
}
#tablepress-38 .column-1,
#tablepress-39 .column-1,
#tablepress-41 .column-1 {
white-space: nowrap;
width: 12%;
}
.wp-video-shortcode {
margin-bottom: 30px;
}
.row-break {
margin-bottom: 30px;
}
.btn,
.modal-content {
border-radius: 0;
}
.btn.btn-primary {
background-color: #137d4c;
border: solid 1px rgba(0, 0, 0, 0.15);
}
a.btn {
text-decoration: none !important;
}
.background-white {
background-color: #fff;
padding: 15px 30px;
}
.padding-bottom-50 {
padding-bottom: 50px;
}
.modal-title {
color: #464646;
}
.modal-backdrop {
position: fixed;
}
.modal-body > .form-group:last-child {
margin-bottom: 0 !important;
}
.text-red {
color: #e63120;
}
.text-muted {
color: #aaa;
}
.text-green {
color: #00552e;
}
.text-shadow {
text-shadow: 0px 1px 4px #000;
}
.form-control {
border-radius: 0;
}
.form-control:focus {
border-color: rgba(37, 166, 106, 0.7);
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(19, 126, 76, 0.4);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(19, 126, 76, 0.4);
}
.block-header-for-patient {
background: url(//oncocentre.ru/wp-content/themes/knpc_ver2/img/white-block_background-1.jpg) no-repeat 50% 50%;
background-size: cover;
}
.block-header-paid-program-of-state-guarantees {
background: url(//oncocentre.ru/wp-content/themes/knpc_ver2/img/white-block_background-2.jpg) no-repeat 50% 50%;
background-size: cover;
}
.block-header-paid-services {
background: url(//oncocentre.ru/wp-content/themes/knpc_ver2/img/white-block_background-3.jpg) no-repeat 50% 50%;
background-size: cover;
}
.block-header-unique-experience {
background: url(//oncocentre.ru/wp-content/themes/knpc_ver2/img/white-block_background-4.jpg) no-repeat 50% 50%;
background-size: cover;
}
.block-header-news {
background: url(//oncocentre.ru/wp-content/themes/knpc_ver2/img/white-block_background-5.jpg) no-repeat 50% 50%;
background-size: cover;
}
.block-header-black h3,
.block-header-black h4 {
color: #000;
}
.tablepress tbody td,
.tablepress tfoot th {
border: none;
}
.article-post-list {
margin-bottom: 15px;
}
.article-post-date {
font-size: 13px;
color: #a3a3a3;
}
.white-block {
background-color: #fff;
height: 100%;
min-height: 340px;
}
.white-block-header {
padding: 15px;
background-color: #137d4c;
}
.white-block-header > * {
margin: 0;
color: #fff;
}
.white-block-body {
padding: 15px 15px 0 15px;
}
.white-block-more-link {
border-top: solid 1px #e5e5e5;
padding-top: 15px;
margin-bottom: 15px;
}
.white-block-more-link a {
text-decoration: none;
}
.copyright {
color: #868686;
}
.alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
.lead {
font-size: 20px;
font-weight: 300;
line-height: 1.4;
}
.h4,
.h4 * {
font-size: 18px;
font-weight: 300;
}
.row-margin-30 {
margin-bottom: 30px;
}
.category-news > div[class^="col-"] {
padding-bottom: 50px;
}
.category-news > .col-sm-2 {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12O4CwAA3wDeg/do9AAAAABJRU5ErkJggg==)
repeat-y 50% 0;
}
.category-news-list > .category-news:last-child > .col-sm-2 {
background: none;
}
.category-news-title,
.category-news-title > a {
text-decoration: none;
margin-top: 0;
}
.category-news-date {
line-height: 1;
padding: 11px;
width: 76px;
height: 76px;
margin: 0 auto;
border: solid 1px #ddd;
background-color: #fff;
}
.category-news-day,
.category-news-month,
.category-news-year {
display: block;
color: #888;
}
.category-news-day,
.category-news-month {
margin-bottom: 5px;
}
.category-news-day {
font-size: 16px;
font-weight: 300;
}
.category-news-month,
.category-news-year {
font-size: 11px;
}
blockquote {
font-weight: 300;
font-style: italic;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
}
.video-wrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
ul.pagination,
ul.pagination > li > a,
ul.pagination > li > span,
ul.pagination > li > a:hover,
ul.pagination > li > a:active,
ul.pagination > li > a:focus {
color: #137d4c;
border-radius: 0 !important;
background-color: #fff;
}
ul.pagination > li.active > a,
ul.pagination > li.active > span,
ul.pagination > li.active > *:hover,
ul.pagination > li.active > *:active,
ul.pagination > li.active > *:focus {
color: #fff;
background-color: #137d4c;
border: solid 1px rgba(0, 0, 0, 0.15);
}
.attachment-thumbnail {
border: none !important;
border-radius: 0;
}
.fancybox-skin {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.table-pdf > tbody > tr > td:first-child {
width: 55px;
}
.wp-caption {
max-width: 100% !important;
}
.wp-caption-text {
font-size: 12px;
margin-top: 10px;
margin-right: 10px;
border-left: 5px solid #eee;
padding-left: 15px;
font-style: italic;
}
.date-grey {
display: block;
color: #888;
}
.articles-wrapper {
margin-bottom: 25px;
}
.articles-year {
margin-top: 0;
}
.articles-list > li {
margin-bottom: 5px;
}
.articles-list .date-grey {
margin-top: 3px;
font-size: 12px;
}
.table-price thead > tr > th,
.table-price thead > tr > td,
.table-price tbody > tr > th,
.table-price tbody > tr > td {
font-size: 13px;
}
.table-price thead > tr > th,
.table-price thead > tr > td {
vertical-align: top;
}
.table-price .column-price {
width: 20%;
}
.panel {
border-radius: 0 !important;
box-shadow: none !important;
}
.panel-heading {
padding: 0;
border-radius: 0 !important;
}
.panel-title > a {
text-decoration: none;
display: block;
padding: 10px 15px;
}
.visually-impaired-toggle-wrapper {
margin-bottom: 25px;
}
.reviews-article {
margin-bottom: 15px;
font-size: 18px;
font-weight: 300;
line-height: 1.4;
}
.reviews-article a {
text-decoration: none;
}
.reviews-article a:hover,
.reviews-article a:active {
text-decoration: underline;
}
.review-single {
border: solid 1px #d5d5d5;
position: relative;
padding: 25px;
margin-top: 14px;
margin-bottom: 30px;
}
.review-single:after,
.review-single:before {
top: 100%;
left: 45px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.review-single:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-width: 20px;
margin-left: -20px;
}
.review-single:before {
border-color: rgba(255, 255, 255, 0);
border-top-color: #d5d5d5;
border-width: 21px;
margin-left: -21px;
}
.review-single p:last-child {
margin-bottom: 0;
}
.review-single .review-quote {
position: absolute;
top: -14px;
left: 25px;
}
.reviews-person {
font-size: 12px;
margin-bottom: 10px;
}
#content table.table-person {
border-collapse: collapse;
}
#content table.table-person > tbody > tr > td {
padding: 10px;
padding-bottom: 25px;
vertical-align: top;
}
#content table.table-person > tbody > tr > td:first-child {
width: 170px;
}
.clear {
clear: both;
width: 100%;
display: block;
height: 0;
text-indent: -9999px;
}
.clearfix {
clear: both;
width: 100%;
display: block;
}
.table-schedule .regular-column {
width: 120px;
}
.table-schedule .schedule-period {
font-size: 12px;
white-space: nowrap;
margin-bottom: 0;
}
.table-schedule .person-post {
display: block;
color: #888;
font-size: 12px;
}
.table-schedule .periods p {
margin-bottom: 6px;
position: relative;
}
.table-schedule .periods p:first-child {
margin-top: 5px;
}
.table-schedule .periods p:last-child {
margin: 0;
}
.table-schedule .periods p > .icon-period {
display: block;
position: absolute;
left: -12px;
top: 0;
width: 10px;
height: 10px;
border-radius: 50%;
}
.table-schedule .periods p > .icon-period.paid-period {
background-color: #d74b4b;
}
.table-schedule .periods p > .icon-period.prime-period {
background-color: #1ab394;
}
.table-schedule .label-office {
line-height: 1;
padding: 2px 3px;
color: #fff;
background-color: #337ab7;
border-radius: 2px;
opacity: 0.8;
margin-bottom: -2px;
display: inline-block;
position: relative;
}
.table-schedule > thead > tr > th,
.table-schedule > thead > tr > td {
background-color: #fff;
}
.table-schedule > tbody > tr {
height: 80px !important;
}
.paid-description {
margin-top: 25px;
}
.paid-description > .icon {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
margin-bottom: 0;
margin-left: 25px;
margin-right: 5px;
}
.paid-description > .icon:first-child {
margin-left: 0;
}
.paid-description > .icon.paid-icon {
background-color: #d74b4b;
}
.paid-description > .icon.prime-icon {
background-color: #1ab394;
}
.list-social-icons {
display: inline-block;
margin-bottom: 0;
}
.list-social-icons > li {
display: block;
float: left;
}
.list-social-icons a {
display: block;
width: 28px;
height: 28px;
line-height: 28px;
background-size: 28px 28px;
background-position: 50% 50%;
background-repeat: no-repeat;
padding-left: 28px;
overflow: hidden;
}
.list-social-icons a.facebook {
background-image: url(//oncocentre.ru/wp-content/themes/knpc_ver2/img/social_icon_facebook.svg);
}
.list-social-icons a.vk {
background-image: url(//oncocentre.ru/wp-content/themes/knpc_ver2/img/social_icon_vk.svg);
}
.list-social-icons a.instagram {
background-image: url(//oncocentre.ru/wp-content/themes/knpc_ver2/img/social_icon_instagram.svg);
}
.list-social-icons a.youtube {
background-image: url(//oncocentre.ru/wp-content/themes/knpc_ver2/img/social_icon_youtube.png);
}
#form-interview fieldset {
padding: 15px;
}
#form-interview label {
font-weight: inherit;
}
#form-interview > .steps {
position: relative;
display: block;
width: 100%;
margin-bottom: 15px;
}
#form-interview > .steps .current-info,
.wizard > .steps .number,
.wizard > .content > .title,
.tabcontrol > .content > .title {
position: absolute;
left: -9999px;
display: none;
font-size: 0;
}
#form-interview > .steps > ul {
display: block;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
#form-interview > .steps > ul li {
display: block;
float: left;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12O4CwAA3wDeg/do9AAAAABJRU5ErkJggg==)
repeat-x 0 50%;
}
#form-interview > .steps > ul li:last-child {
background: none;
}
#form-interview > .steps > ul a {
display: block;
color: #333;
background-color: #fff;
text-decoration: none;
width: 34px;
height: 34px;
text-align: center;
border: solid 1px #ddd;
border-radius: 17px;
padding-top: 4px;
margin-right: 10px;
}
#form-interview > .steps > ul li.current a {
border-color: #bbb;
}
#form-interview > .steps > ul li.done a {
border-color: #137d4c;
color: #137d4c;
}
#form-interview > .steps > ul li.disabled a {
border-color: #eee;
color: #bbb;
}
#form-interview > .content {
background: #f5f5f5;
position: relative;
min-height: 280px;
margin-bottom: 15px;
}
#form-interview > .actions > ul {
display: block;
position: relative;
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
#form-interview > .actions > ul li {
display: inline-block;
margin-left: 5px;
}
#form-interview > .actions > ul a {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
color: #333;
background-color: #fff;
border: solid 1px #ccc;
text-align: center;
white-space: nowrap;
vertical-align: middle;
text-decoration: none;
line-height: 1.42857143;
}
#form-interview > .actions > ul li.disabled a {
cursor: default;
opacity: 0.5;
}
#form-interview > .actions > ul a[href="#next"],
#form-interview > .actions > ul a[href="#finish"] {
color: #fff;
background-color: #137d4c;
border: solid 1px rgba(0, 0, 0, 0.15);
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
font-weight: 300;
text-transform: inherit;
background-color: #999;
font-size: 14px;
}
h2.tribe-events-page-title {
font-size: 28px;
font-weight: 300;
}
#tribe-events-header {
display: none;
}
#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
border-color: #ddd;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
font-weight: 400;
font-size: 13px;
padding: 6px 9px;
}
#tribe-events .tribe-events-button,
.tribe-events-button {
display: none !important;
}
#tribe-events-pg-template .tribe-events-content h2,
.tribe-events-after-html h2,
.tribe-events-before-html h2 {
font-size: 26px;
font-weight: 300;
}
.tribe-events-meta-group .tribe-events-single-section-title {
font-size: 22px;
font-weight: 300;
}
div#jivo-iframe-container {
z-index: 2147483647 !important;
}
#cookie-overflow {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
display: block;
z-index: 200000;
background: rgba(0, 0, 0, 0.75);
transition: all 0.4s ease-in-out;
}
#cookie-info {
position: fixed;
width: 100%;
height: auto;
top: 0;
left: 0;
display: block;
z-index: 201000;
background: #fff;
transition: all 0.25s ease-in-out;
}
@media (min-width: 769px) {
#content .content-left-column {
padding-right: 0;
}
}
@media (max-width: 768px) {
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
#form-interview > .steps {
display: none;
}
#content .content-left-column {
padding-left: 0;
padding-right: 0;
}
#content .content-right-column {
padding-top: 10px;
padding-bottom: 15px;
margin-top: 15px;
}
#header .header-phones {
border: none;
}
#header .header-phones a {
font-size: 24px;
}
#main-menu .navbar-default {
margin-bottom: 0;
}
#main-menu .navbar-default li {
height: auto;
}
#main-menu .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
border: solid 1px #fff;
background-color: #fff;
color: #137d4c;
}
#main-menu .navbar-default .navbar-toggle .icon-bar {
background-color: #137d4c;
}
#main-menu .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: rgba(0, 0, 0, 0.2);
}
#main-menu .navbar-default .navbar-nav {
display: block;
margin: 0;
padding-bottom: 20px;
}
#main-menu .navbar-default .navbar-nav > li {
display: block;
border: none;
}
#main-menu .navbar-default .navbar-nav > li > a {
text-align: left;
padding: 10px 15px;
font-weight: bold;
font-size: 16px;
}
#main-banner .bx-wrapper > .bx-controls {
display: none;
}
#content .content-right-column ul:not(.pagination) {
padding-left: 2.4em;
}
#content .content-right-column ul:not(.pagination) > li:before {
left: -2.4em;
}
#content .content-right-column ol {
padding-left: 2.4em;
}
#content .content-right-column ol > li:before {
left: -2.4em;
}
#content .row > div[class^="col-"] {
margin-top: 15px;
}
#wp-calendar {
margin: 0 auto;
}
.banner-wrapper {
padding: 0;
margin-bottom: 15px;
}
.row-break {
margin-bottom: 0;
}
.white-block {
min-height: 0;
padding-bottom: 15px;
}
.white-block .white-block-more-link {
margin-bottom: 0;
padding-top: 10px;
}
.category-news > div[class^="col-"] {
padding-bottom: 15px;
background: none;
}
.category-news .category-news-date {
margin: 0;
}
.slider-caption > h3 {
font-size: 16px;
}
}
@media print {
* {
-webkit-print-color-adjust: exact;
}
body {
font-size: 10pt;
}
h1 {
font-size: 20pt;
}
blockquote {
border-top: 0;
border-right: 0;
border-bottom: 0;
}
#header .header-phones-wrapper,
#header .text-green #main-menu,
#content .content-left-column,
#breadcrumbs,
.pluso,
#footer .footer-menu,
a:before,
a:after {
display: none !important;
}
#header {
min-height: 0;
}
#header .header-logo {
width: 300px;
height: auto;
}
#content {
margin-bottom: 0;
}
#content h1 {
margin-top: 0;
}
#content .content-right-column {
width: 100%;
}
}