@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        max-height: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        max-height: 0
    }
}

@-webkit-keyframes example {
    0%, 25%, 50% {
        opacity: 0
    }
    75% {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

@keyframes example {
    0%, 25%, 50% {
        opacity: 0
    }
    75% {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

main h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px
}

.head-one-part {
    color: red
}

.head-two-part {
    margin-top: 3px;
    display: block
}

.head-main-date {
    display: block;
    padding: 0 14px
}

.head-main-date-title {
    display: block;
    font-style: italic
}

#hdr .head-search-block, .head-link-icons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#hdr .head-search-block {
    text-align: right;
    margin-top: 12px;
    float: right
}

.head-link-icons {
    z-index: 999999;
    position: relative;
    margin-left: -3px
}

#hdr .head-search-text {
    color: #2f4f6b;
    font-size: 14px;
    margin-right: 4px;
    margin-top: 4px
}

#hdr .head-lang {
    background: #fff;
    color: #2f4f6b;
    font-style: normal;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 16px;
    -webkit-box-shadow: 1px 1px 5px #00000029;
    box-shadow: 1px 1px 5px #00000029;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    padding-top: 6px
}

#hdr .head-social-and-search-block {
    display: block;
    float: right;
    margin-right: 20px
}

.head-social {
    display: block
}

#hdr .head-logo-and-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    padding: 0 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#new-header {
    margin-left: auto;
    margin-top: -8px;
    margin-right: -10px
}

.mob-hide {
    font-size: 14px;
    margin-right: 5px
}

.head-top-social ul {
    margin: 12px 0 0 !important;
    gap: 6px
}

.head-link-icons ul li, .head-top-social ul li {
    list-style: none
}

.head-top-social ul li img {
    width: 24px !important
}

.head-link-icons {
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    margin-top: 56px !important;
    display: block
}

.head-lines-block, .head-link-icons, .head-link-icons ul, .head-top-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.head-link-icons ul li img {
    width: 46px !important
}

.head-link-icons a:hover, .head-top-social a:hover {
    opacity: .9
}

.head-lines-block {
    width: 100%;
    background: #0052a2;
    padding: 8px 0;
    max-width: 900px;
    margin: 0 auto
}

.line-green, .line-red, .line-white {
    display: inline-block;
    width: 33.33%;
    height: 6px;
    margin: 0;
    padding: 0
}

.line-green {
    background-color: green
}

.line-white {
    background-color: #fff
}

.line-red {
    background-color: red
}

#hdr {
    background: #edefea
}

.head-three-logo, .head-two-logo {
    max-width: 94px !important
}

#hdr, .top-bar {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto
}

.top-bar {
    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;
    padding: 6px 10px;
    background-color: #f0f0f0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#hdr2 span.header, .top-bar img {
    width: 100%;
    float: left;
    text-align: left
}

.top-bar img {
    max-width: 145px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0
}

@media screen and (max-width: 480px) {
    .top-bar img {
        margin-right: 10px
    }
}

@media screen and (max-width: 414px) {
    .head-search-block {
        display: none
    }
}

@media screen and (max-width: 340px) {
    .top-bar img {
        width: 100%;
        max-width: 110px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        margin-right: 20px
    }
}

#hdr div {
    outline: 0;
    vertical-align: top
}

#hdr span {
    outline: 0;
    vertical-align: bottom
}

#hdr *, #hdr div, #hdr span {
    margin: 0;
    padding: 0
}

#hdr2, #hdr2 img.gerb {
    background-repeat: no-repeat
}

#hdr2 {
    width: 100%;
    height: 190px;
    background-image: url(../images/header2.jpg);
    background-size: cover;
    background-position: right center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#hdr2 img {
    width: 100%;
    max-width: 300px;
    height: 100%
}

#hdr2 .head-main-logo {
    width: 72%;
    max-width: 274px;
    height: 66px;
    margin-top: 34px
}

#hdr2 span.header {
    margin-top: 37px;
    margin-left: 10px;
    padding: 0 5px;
    max-width: 235px
}

#hdr2 div.text {
    font-size: 21px;
    font-weight: 700;
    color: #fafbfc;
    float: left;
    margin-top: 15px
}

#hdr2 img.gerb {
    height: 169px;
    width: 160px;
    float: left;
    display: block;
    background-image: url()
}

.main-subtitle {
    display: block;
    padding: 6px 10px;
    color: #1e3651;
    font-size: 18px;
    border-radius: 2px;
    font-weight: 500;
    border: 1px solid #29466645;
    margin-bottom: 16px;
    margin-top: 10px;
    -webkit-box-shadow: 1px 2px 10px #2946661a;
    box-shadow: 1px 2px 10px #2946661a;
    background: #fff;
    line-height: 1.4;
    font-style: italic
}

@media screen and (max-width: 639px) {
    #hdr2 {
        height: 134px;
        background-image: url(../images/header3.jpg)
    }

    #footer-section, .footer ul li, .text-2xl {
        text-align: center !important
    }

    .footer__link--visible:not(.footer__link--language) {
        width: 100%;
        text-align: center !important;
        display: block !important;
        max-width: 100%
    }
}

.span3 {
    width: 220px
}

.row-fluid [class*=span]:first-child {
    margin-left: 0
}

.row-fluid .span3 {
    width: 23.404255319148934%
}

#new-header form {
    margin: 0 0 20px
}

#new-header fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

#new-header legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

#new-header label {
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #2a2a25;
    line-height: 1.3em;
    font-size: 1.1em
}

button, input {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

#new-header input, button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#new-header input[type=text] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    min-width: 100px;
    background-color: #fff;
    border: 1px solid #ccc
}

#new-header input {
    width: 206px;
    margin-left: 0
}

#new-header input[type=text]:focus {
    outline: thin dotted
}

#new-header div.row-search-container {
    margin-bottom: 20px !important
}

#search-container {
    position: relative;
    z-index: 150;
    max-width: 300px
}

#search-bar input {
    border: 1px solid #909090;
    width: 148px;
    padding-right: 4px;
    padding-left: 5px;
    font-size: 11px
}

#search-bar fieldset {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#search-bar button[type=submit] {
    background-color: #2f4f6b;
    text-transform: lowercase;
    color: #fff;
    border: 0;
    width: 100%;
    max-width: 48px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 2px 2px;
    border-radius: 0 !important;
    cursor: pointer
}

#search-bar button[type=submit]:active, #search-bar button[type=submit]:focus, #search-bar button[type=submit]:hover {
    background-color: #323232
}

.hidden {
    display: none
}

.active > ul.level-2, .active > ul.level-3, .aside, .figure, .header, .hgroup, .nav, .section {
    display: block
}

#new-header a:hover, a:active {
    outline: 0
}

#new-header img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#new-header a {
    text-decoration: none;
    color: #9f0038;
    font-weight: 700;
    font-size: 1em
}

#new-header a:hover {
    text-decoration: underline;
    color: #9f0038
}

[class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.row-fluid {
    width: 100%
}

.row-fluid:after, .row-fluid:before {
    display: table;
    line-height: 0;
    content: ""
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 23px;
    margin-left: 2.127659574468085%
}

.span8_ale {
    width: 97% !important
}

.row-fluid .span8_ale {
    width: 100%;
    padding-left: 14px;
    padding-bottom: 3px;
    padding-top: 3px
}

.row-fluid .span8_ale p {
    margin-left: 0
}

.row-fluid .span8_ale #seiin {
    float: left;
    margin-top: 0;
    margin-right: 10px
}

.row-fluid .span8_ale #crumb {
    float: left;
    width: auto
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px
}

.container-fluid:after, .container-fluid:before {
    display: table;
    line-height: 0;
    content: ""
}

.container-fluid:after {
    clear: both
}

#new-header p {
    margin: 0 0 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #2a2a25;
    line-height: 1.3em;
    font-size: 1.1em
}

#new-header h1 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    font-size: 36px;
    line-height: 40px
}

#new-header ul {
    padding: 0;
    margin: 0 0 10px 25px
}

#new-header ul ul {
    margin-bottom: 0
}

#new-header li {
    line-height: 20px
}

.dropdown-toggle:active {
    outline: 0
}

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none
}

#new-header a:focus {
    outline-color: #8aaebe
}

#header > div {
    margin-top: -42px;
    position: relative
}

.row-menu {
    border-bottom: 3px solid #dcdbc1;
    height: 63px;
    background: #fff url() no-repeat left top;
    position: relative;
    z-index: 110
}

#header #service-menu {
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 10;
    max-width: 226px
}

#service-menu ul {
    float: right;
    margin-top: 71px;
    margin-right: 15px;
    line-height: .4
}

#service-menu ul li a {
    font-size: 13px;
    color: #000;
    padding: 2px 4px 1px 5px
}

#service-menu ul li:first-child a {
    border: 0
}

#service-menu ul li a:active, #service-menu ul li a:focus, #service-menu ul li a:hover {
    color: #424242
}

#idOnMO, .row-banner img {
    position: relative;
    z-index: 101
}

.row-banner .figure {
    border-top: 3px solid #fff;
    height: 260px;
    display: block;
    overflow: hidden !important;
    background-color: #fff
}

.row-banner img {
    z-index: 1;
    top: 0;
    display: block
}

#io-non-fumero-mai a, #io-non-fumero-mai a:active, #io-non-fumero-mai a:focus, #io-non-fumero-mai a:hover {
    z-index: 100;
    text-indent: -9999px;
    top: 230px;
    right: 40px;
    width: 631px;
    height: 74px;
    background: url() no-repeat left top
}

#header .aside p {
    display: inline-block;
    font-size: 12px
}

#header .aside li, #header .aside ul {
    display: inline-block;
    font-size: 14px
}

#header .aside a {
    font-size: 12px
}

#header .aside {
    background-color: #1b1b1a;
    color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    top: 1px;
    z-index: 0;
    margin-top: 0
}

.breadcrumbs p {
    color: #fff;
    margin-left: 15px;
    margin-bottom: 2px;
    margin-top: 3px
}

.breadcrumbs ul {
    margin-top: 3px
}

.breadcrumbs a {
    color: #fff;
    font-weight: 700
}

.breadcrumbs a:active, .breadcrumbs a:focus, .breadcrumbs a:hover {
    color: #fff
}

.nav ul, .pachinoform p {
    margin: 0;
    padding: 0
}

.nav li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    line-height: .7
}

#navigation {
    z-index: 100;
    position: relative;
    width: auto;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 14px
}

#header {
    position: relative;
    z-index: 52;
    margin-top: 28px
}

#navigation li {
    line-height: 14px
}

#navigation li li li {
    height: 22px;
    width: 100%
}

#navigation li li ul.twocols li {
    height: 22px;
    width: 50% !important
}

#navigation > ul {
    display: inline;
    width: 100%
}

#navigation > ul > li {
    display: block;
    position: relative;
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 !important;
    margin-bottom: 0
}

#ministro {
    margin-left: 0
}

#navigation > ul > #menu-salute, #navigation > ul > #temi {
    background: #f1f1f1 url() no-repeat left top;
    z-index: 3
}

#navigation > ul > #menu-salute > a {
    outline: 1px solid #3c94bc
}

#navigation > ul > #temi {
    z-index: 2
}

#navigation > ul > #temi > a {
    outline: 1px solid #6fad24
}

#navigation > ul > #ministro, #navigation > ul > #news {
    background: #f1f1f1 url() no-repeat left top;
    z-index: 1
}

#navigation > ul > #news > a {
    outline: 1px solid #f48c05
}

#navigation > ul > #ministro {
    z-index: 0
}

#navigation > ul > #ministro > a {
    outline: 1px solid #d87999
}

#navigation > ul > li > a {
    display: block;
    padding: 15px 0 13px 44px;
    background: url() no-repeat left top;
    height: 45px;
    font-size: 1.4em;
    font-weight: 700;
    color: #3a3a32
}

#navigation > ul > #menu-salute:hover, #navigation > ul > #ministro:hover, #navigation > ul > #news:hover, #navigation > ul > #temi:hover {
    background-position: left bottom
}

#navigation > ul > li.active > a, #navigation > ul > li:hover > a {
    color: #3a3a32;
    text-decoration: none
}

#navigation > ul > li > a.menu-item-salute {
    background-position: 0 -247px
}

#navigation > ul > li:hover > a.menu-item-salute {
    background-position: 0 -7px
}

#navigation > ul > li > a.menu-item-temi {
    background-position: 0 -307px
}

#navigation > ul > li:hover > a.menu-item-temi {
    background-position: 0 -67px
}

#navigation > ul > li > a.menu-item-news {
    background-position: 0 -367px
}

#navigation > ul > li:hover > a.menu-item-news {
    background-position: 0 -127px
}

#navigation > ul > li > a.menu-item-ministro {
    background-position: 0 -427px
}

#navigation > ul > li.active > a.menu-item-ministro, #navigation > ul > li:hover > a.menu-item-ministro {
    background-position: 0 -187px
}

ul.level-2 {
    position: absolute;
    top: 46px !important;
    background: 0 0;
    border: 0
}

#ministro ul.level-2 {
    left: -1px !important
}

ul.level-2, ul.level-3 {
    display: none
}

li {
    display: list-item
}

#ministro .level-3 li > a:hover, #ministro > .level-2 > li > a:hover {
    background-color: #e7b7c7;
    border-radius: 0 !important
}

#ministro > .level-2 > .final-link.active > a {
    background-color: #a41648;
    font-weight: 700;
    color: #fff
}

.level-2 li > ul {
    padding: 0;
    width: 280px;
    border-radius: 0 !important
}

.level-2 li > ul.twocols {
    width: 444px
}

.level-3 li {
    margin: 12px 0 0;
    float: left
}

.level-3 li > a {
    text-align: left;
    display: block;
    color: #3a3a32;
    width: 90%;
    height: 29px;
    margin-top: -1px;
    padding: 2px 11px 0
}

#ministro .level-3 li > a:hover {
    color: #3a3a32 !important
}

#ministro .final-link.active > a {
    border-radius: 0 !important;
    background-color: #a41648;
    color: #fff !important
}

.logo {
    width: 100%;
    max-width: 349px;
    position: absolute;
    left: 9px;
    top: -17px
}

.figure {
    padding: 0;
    margin: 0
}

img {
    width: 100%
}

.container-fluid, img {
    height: auto
}

#header > div > .row-fluid {
    width: auto
}

img.no_border_margin {
    border: 0;
    width: auto;
    height: auto;
    margin-bottom: 5px;
    max-width: none !important
}

.bar_navigation_img {
    width: auto !important
}

.pachinoform_title_text > b, .rotator_display {
    display: block
}

.rotator_display_none {
    display: none
}

.pagination_banner {
    float: right;
    position: relative;
    right: 40px
}

.pagination_banner > ul > li {
    float: left;
    margin-left: 10px
}

.pag_ban {
    height: 13px;
    position: absolute;
    top: 235px
}

a.evidenziaElementi:focus {
    outline: 0 !important
}

.padding-new-soc {
    padding-left: 7px;
    padding-right: 7px
}

@media screen and (max-width: 639px) {
    footer .mb-6 {
        text-align: center
    }

    .footer__link {
        min-width: 100%
    }
}

@media screen and (max-width: 468px) {
    .mob-hide {
        display: none !important
    }

    #service-menu ul {
        margin-right: 15px;
        line-height: 0;
        margin-top: 75px
    }

    #service-menu ul li a {
        padding: 0
    }

    #header #service-menu {
        max-width: 139px
    }
}

@media screen and (max-width: 410px) {
    #search-container {
        max-width: 236px
    }

    #search-bar button[type=submit] {
        font-size: 15px
    }
}

@media screen and (max-width: 350px) {
    #service-menu {
        display: none
    }
}

.h1-bg {
    position: relative;
    background: #fdf0b087;
    padding: 20px 6px 4px;
    max-width: 900px;
    margin: 0 auto 22px
}



.title_h1 {
    position: relative;
    background-color: rgb(255 255 255/0%);
    border-radius: 5px;
    font-style: normal;
    border-bottom: 2px solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #3d3d3df5;
    display: block;
    padding: 24px 14px 10px
}

.table-block {
    font-family: "Sceptica", "Roboto", sans-serif !important;
    display: block;
    -webkit-box-shadow: 0 0 9px #00000045;
    box-shadow: 0 0 9px #00000045;
    border: 8px solid #fff;
    border-radius: 4px;
    max-width: 548px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    background-position: center center;
    margin: 24px auto 20px;
    width: 100%
}

.table-title-block {
    padding: 14px
}

.table-block h1 {
    font-family: "FS Jack Poster", "Roboto", sans-serif;
    line-height: 1.3;
    margin-bottom: 0;
    color: #373737;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #8d8d8d;
    padding: 14px 10px;
    border-bottom: 0;
    font-weight: 400;
    background: #ffbc0047
}

@media print {
    .table {
        display: table
    }

    table {
        width: 100%;
        color: #32313a;
        border-radius: 5px;
        border-collapse: collapse;
        border-spacing: 0;
        line-height: 23px;
        margin: 40px 0
    }
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    .table {
        border-collapse: collapse !important
    }
}

.table {
    width: 100%;
    max-width: 100%;
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px !important;
    overflow: hidden;
    border: 0 solid #000
}

table, table-unique1, tbody, tbody-unique1, td, td-unique1, th, th-unique1, tr, tr-unique1 {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

td, th {
    border: .1px solid #000 !important
}

.table th {
    background-color: #2c5aa0;
    color: #fff
}

.table td {
    background: 0 0 !important
}

.table td.one {
    text-align: left;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    border-radius: 0;
    color: #093640
}

.table td.two {
    font-size: 20px;
    font-family: "Sceptica", "Roboto", sans-serif !important;
    color: #33a641;
    font-weight: 500
}

@media screen and (max-width: 992px) {
    .table {
        font-size: 18px
    }
}

@media screen and (max-width: 460px) {
    .table {
        font-size: 16px
    }
}

.stat-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    margin-top: 15px;
    margin-bottom: 14px
}

.stat-footer-logo {
    max-width: 190px;
    width: 87%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0
}

.stat-footer-banner {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    padding-right: 15px;
    min-width: 164px;
    white-space: nowrap;
    text-align: right;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    z-index: 99
}

.stat-footer-banner a {
    color: #7a7a7ab5;
    text-decoration: none;
    padding-top: 8px
}

@media (max-width: 468px) {
    .stat-footer-logo {
        max-width: 160px;
        width: 47%
    }

    .stat-footer-banner {
        font-size: 13px;
        min-width: 139px
    }
}

@media (max-width: 408px) {
    .stat-footer-banner {
        font-size: 11px;
        min-width: 119px
    }
}

@media (max-width: 768px) {
    .stat-footer-logo {
        max-width: 170px;
        width: 57%
    }
}

.recept {
    background: #d8d8d8;
    padding: 10px 18px;
    -webkit-box-shadow: 1px 1px 11px 0 #00000024;
    box-shadow: 1px 1px 11px 0 #00000024;
    border-radius: 4px;
    border: 3px solid #fff;
    margin-bottom: 26px
}

.my-ul-0-green {
    margin-left: 0
}

.my-ul-0-green li {
    position: relative;
    display: list-item;
    padding-left: 24px;
    margin-bottom: 7px;
    list-style: none;
    line-height: 1.2
}

.my-ul-0-green li:before {
    content: "—";
    position: absolute;
    top: 0;
    left: 0;
    color: #1ba023;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600
}

.my-ul-0-green font {
    font-size: 16px;
    display: block;
    margin-bottom: 8px
}

.table-unique1 {
    font-family: Roboto, sans-serif;
    margin-bottom: 15px;
    margin-top: 24px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px !important;
    overflow: hidden;
    border: 0 solid #000
}

.table td, .table th, .table-unique1 td, .table-unique1 th {
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
    font-size: 1.1rem;
    vertical-align: middle;
    font-size: 16px
}

.table-unique1 th {
    background-color: #ffd891
}

.graph .txt, .table td.two, .table-unique1 td.disease-unique1 {
    text-align: left
}

@media screen and (max-width: 992px) {
    .table-unique1 {
        font-size: 18px
    }
}

@media screen and (max-width: 460px) {
    .table-unique1 {
        font-size: 16px
    }
}

.issled-title {
    font-size: 15px !important;
    line-height: 1.25 !important;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    color: red
}

.issled-h4 {
    font-size: 18px !important;
    margin-bottom: 0
}

.back-result-point {
    width: 100%;
    background: #a2a2a28f;
    border: 1px solid #adadad;
    margin-bottom: 5px
}

#popup3 h2 {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 24px;
    text-align: center
}

#overlay, #popup3 {
    display: none;
    position: fixed;
    opacity: 0
}

#overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#popup3 {
    background-image: url(../images/formbg-nobord.jpg);
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0/50%);
    box-shadow: 0 0 10px rgb(0 0 0/50%);
    z-index: 101;
    -webkit-transform: translate(-50%, -50%) scale(.8);
    -ms-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    max-width: 800px;
    width: 93%;
    height: 87%;
    overflow-y: auto;
    max-height: 100vh
}

#closePopup {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

#pagination {
    text-align: center
}

@media (max-width: 576px) {
    .ul-sostav li {
        font-size: 16px !important
    }
}

#pagination button {
    color: #254da1;
    padding: 5px;
    border: 1px solid #254da1;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 1px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: rgb(15 0 162/5%);
    font-family: sans-serif;
    font-size: 13px
}

#pagination button:active, #pagination button:hover {
    color: #fff;
    background: #254da1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ul-sostav {
    padding-left: unset;
    text-align: left;
    list-style: auto;
    width: 80%;
    max-width: 344px;
    margin: 0 auto 20px
}

@media all {
    .elementor-kit-5554 h3 {
        font-family: "Arial", Sans-serif;
        font-size: 18px
    }
}

.graph {
    width: 100%;
    position: relative;
    padding: 0;
    max-width: 800px;
    margin: 0 auto
}

.graph .txt {
    position: relative;
    border-radius: 1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    padding: 2px 5px
}

.graph .beforetxt {
    color: #070707 !important;
    font-weight: 500;
    padding: 0 !important;
    font-size: 14px !important
}

.graph .beforetxt span, .graph .txt span {
    text-align: left;
    display: block;
    padding: 0
}

.graph .txt span {
    padding: 5px 10px
}

.graph .txt {
    background: #5095c5;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.graph-title {
    text-align: center
}

#content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 18px;
    padding-left: 0
}

.percent {
    text-wrap: nowrap
}

@media all {
    .pachinoform input::-webkit-input-placeholder {
        font-size: 15px !important
    }

    .pachinoform input::-moz-placeholder {
        font-size: 15px !important
    }

    .pachinoform input:-ms-input-placeholder {
        font-size: 15px !important
    }

    .pachinoform input::-ms-input-placeholder {
        font-size: 15px !important
    }

    .pachinoform input::placeholder {
        font-size: 15px !important
    }

    .pachinoform input {
        font-size: 14px
    }
}

.pachinoform, .pachinoform_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pachinoform {
    padding: 10px;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    border: 6px solid #166ca7;
    background-color: #fff;
    background-image: url(../images/181eba6c5b17e59936214f76fd7ee22fa509e932.svg);
    background-position: center center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    width: 100%;
    max-width: 781px;
    margin: 18px auto
}

.pachinoform_title {
    gap: 30px;
    max-width: 400px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center
}

.pachinoform_title_logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pachinoform_title_text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.pachinoform_order {
    max-width: 600px;
    font-weight: 700;
    font-size: 16px;
    list-style: 1.4;
    margin: 15px 0;
    text-align: center
}

.pachinoform_order > b {
    color: #ed1b24
}

.pachinoform_footer {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 10px 0
}

.pachinoform_footer > img {
    margin-top: 10px
}

.pachinoform_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #166ca7;
    font-weight: 700;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.pachinoform_value_current {
    border: 1px solid #000;
    color: #ff5858;
    line-height: 1;
    font-size: 24px;
    padding: 5px 20px;
    margin: 0 15px
}

.pachinoform_value_total {
    font-size: 24px
}

.pachinoform_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    gap: 30px;
    margin-top: 30px
}

.pachinoform_price_old span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    position: relative;
    line-height: 1
}

.pachinoform_price_old span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 4px solid #ed1b24;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.pachinoform_price_new span {
    display: block;
    background-color: #ed1b24;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
    font-size: 44px;
    padding: 5px 15px;
    font-weight: 700;
    line-height: 1
}

@media (max-width: 500px) {
    .pachinoform_title {
        gap: 5px
    }

    .pachinoform_title_text {
        font-size: 16px
    }

    .pachinoform_value {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pachinoform .name-input, .pachinoform .phone-input {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px
}

.pachinoform .name-input label, .pachinoform .phone-input label {
    font-weight: 700;
    margin-top: 10px
}

.pachinoform .name-input input, .pachinoform .phone-input input {
    font: inherit;
    color: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    min-width: 0;
    background: #fff;
    border: 2px solid #68beff;
    padding: 10px 10px 10px 24px;
    font-size: 20px !important
}

.pachinoform .button-submit:focus, .pachinoform input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 3px #b2af42a6;
    box-shadow: 0 0 0 3px #b2af42a6
}

.pachinoform .button-submit {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    border: 2px solid #ffc9c9;
    padding: 14px 0;
    cursor: pointer;
    background: #ff0d17;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700
}

.pachinoform .button-submit:hover {
    background: #bf080f;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.pachinoform ::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px
}

.pachinoform ::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px
}

.pachinoform :-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px
}

.pachinoform ::-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px
}

.pachinoform ::placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px
}

@media screen and (max-width: 500px) {
    .blc-pck {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .pachinoform_value_current {
        margin: 0
    }
}

.custom-form {
    max-width: 980px;
    margin: 0 auto;
    padding: 15px;
    -webkit-box-shadow: 0 0 8px rgb(81 81 81/34%);
    box-shadow: 0 0 8px rgb(81 81 81/34%);
    border: 1px solid #c51e1e59;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    background: rgb(0 0 0/3%)
}

.custom-form__ava-block, .custom-form__top-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-form__top-field {
    gap: 20px
}

.custom-form__ava-block {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgb(227 196 196);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.custom-form__ava-block:hover {
    -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2)
}

.custom-form__ava-input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    display: none
}

.custom-form__ava-label {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: 12px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 100
}

.custom-form__ava-label img {
    border-radius: 50%
}

.custom-form__ava-label_red-text {
    color: red;
    line-height: 4px
}

.custom-form__message, .custom-form__name {
    width: 100%;
    outline: 0;
    border: 1px solid rgb(134 0 0/46%);
    text-indent: 0;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.custom-form__name {
    max-width: 300px;
    display: inline-block;
    padding: 12px 16px;
    height: 43px
}

.custom-form__message {
    resize: none;
    padding: 10px 12px;
    min-height: 100px;
    line-height: unset
}

.custom-form__bottom-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.custom-form__btn {
    width: 100%;
    max-width: 300px;
    outline: 0;
    padding: 10px 8px;
    background: #fff;
    color: #df0000;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid;
    font-family: cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;
    margin-top: 10px;
    text-decoration: none !important
}

.custom-form__btn:hover {
    color: #fff;
    background-color: #df0000
}

.custom-form__photo-block {
    position: relative
}

.custom-form__photo-input {
    width: 20px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    display: none;
    opacity: 0
}

.custom-form__photo-label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    border: 0;
    text-decoration: underline;
    color: #3858f5;
    width: 100%;
    max-width: 300px;
    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
}

.hidden {
    -webkit-animation: fade-out 1s ease;
    animation: fade-out 1s ease
}

.comment-from__photo {
    max-width: 300px;
    width: 100%;
    margin-left: 60px
}

@media screen and (max-width: 500px) {
    .comment-from__photo {
        margin-left: auto
    }
}

body input[name=phone] {
    background-repeat: no-repeat !important;
    background-position: left 15px center !important
}

form input.order__input, form input.order__input:focus, form select {
    background-color: #fff !important;
    border: 1px #bbb solid !important
}

.doc-block {
    padding: 10px;
    border: 3px #004478 dashed;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 20px
}

.doc-block p {
    padding-left: 12px;
    padding-right: 12px
}

.rev-block {
    margin-bottom: 20px;
    padding: 16px;
    background: #ffbc0047;
    -webkit-box-shadow: 2px 2px 9px #0000002b;
    box-shadow: 2px 2px 9px #0000002b;
    border: 2px solid #f2dda2;
    border-radius: 5px
}

.rev-block font {
    display: block;
    margin-bottom: 16px
}

.block-offer-actions-block {
    padding: 16px;
    border: 1px solid #979797;
    border-top: none
}

.obertk512 {
    font-family: "Sceptica", "Roboto", sans-serif !important;
    display: block;
    -webkit-box-shadow: 0 0 9px #00000045;
    box-shadow: 0 0 9px #00000045;
    border: 8px solid #fff;
    max-width: 700px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    background-position: center center;
    margin: 24px auto 20px;
    border-radius: 4px;
    width: 100%
}

.obertk512 h1 {
    font-family: "FS Jack Poster", "Roboto", sans-serif;
    line-height: 1.3;
    margin-bottom: 0;
    color: #373737;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #8d8d8d;
    padding: 14px 10px;
    font-weight: 400;
    background: #ffbc0047
}

.obertk512 ol {
    padding-left: 22px;
    margin-top: 4px
}

.obertk512 li {
    line-height: 1.2
}

.obertk512 li::marker {
    font-weight: 600;
    color: #33a641
}

.obertk512 li font {
    line-height: 1.28;
    font-family: "Sceptica", "Roboto", sans-serif !important;
    color: #33a641;
    text-align: left;
    font-weight: 500
}

.block-offer-actions-block li span {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #6c6d6d;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 4px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 16px
}

.receipt-block {
    margin-bottom: 26px
}

.pachino-ramka {
    border: 3px solid #ff7000;
    padding: 14px;
    border-radius: 4px;
    background: #ffa5000a
}

.ramka-title {
    display: block;
    background: #ff4d0021;
    color: #191515;
    padding: 6px 8px;
    margin-bottom: 12px;
    font-weight: 400 !important;
    background: #fac9a8;
    background: -webkit-gradient(linear, left bottom, left top, from(#fac9a8), to(#fffcfa));
    background: -o-linear-gradient(bottom, #fac9a8 0, #fffcfa 100%);
    background: linear-gradient(0deg, #fac9a8 0, #fffcfa 100%);
    background: -webkit-linear-gradient(0deg, #fac9a8 0, #fffcfa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FACAAA", endColorstr="#FFFDFB", GradientType=1)
}

.pachino-ramka font {
    color: red
}

.pachino-ramka2 {
    -webkit-box-shadow: 3px 3px 12px rgb(51 51 51/12%);
    box-shadow: 3px 3px 12px rgb(51 51 51/12%);
    text-align: left;
    color: #199751;
    font-weight: 600;
    border: 2px solid;
    border-radius: 4px;
    padding: 15px;
    background: #f8fff973
}

.ramka-title2 {
    display: block;
    background: #166ca72b;
    color: #166ca7f2;
    padding: 2px 8px;
    margin-bottom: 12px
}

.pachino-ramka312 {
    -webkit-box-shadow: 3px 3px 12px rgb(51 51 51/12%);
    box-shadow: 3px 3px 12px rgb(51 51 51/12%);
    text-align: left;
    color: red;
    font-weight: 600;
    border: 2px solid red;
    border-radius: 4px;
    padding: 15px;
    background: #ff000005;
    margin-bottom: 24px
}

.pachino-ramka316, .pachino-ramka618 {
    -webkit-box-shadow: 3px 3px 12px rgb(51 51 51/13%);
    box-shadow: 3px 3px 12px rgb(51 51 51/13%);
    text-align: left;
    background-color: #3289c282;
    padding: 2px;
    border-radius: 4px;
    font-size: 18px;
    border: 6px solid #3289c2;
    font-weight: 500;
    text-shadow: 0 0 0 #7070705e
}

.pachino-ramka316 .obertka-2 {
    background: #3289c2;
    border: 0;
    display: block;
    padding: 12px;
    border-radius: 4px;
    color: #fff
}

.pachino-ramka618 {
    line-height: 1.32;
    background-color: #fe080803;
    color: #ff2f00;
    font-size: 19px;
    border: 4px dashed #fff;
    text-shadow: 0 0 0 #8329155e
}

.nowrap {
    text-wrap: nowrap
}

.img-card {
    margin-top: 28px;
    border: 12px solid #fff;
    -webkit-box-shadow: 3px 2px 9px #00000021;
    box-shadow: 3px 2px 9px #00000021;
    border-radius: 4px;
    outline: 1px solid #c4c4c47d
}

.img-card2 {
    border-radius: 4px;
    border: 8px solid #fff
}

.citate {
    color: red;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px
}

h2 span {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px
}

.pre-cta {
    color: green;
    font-weight: 500;
    font-size: 19px
}

.noclose-cta {
    font-size: 19px;
    max-width: 778px;
    display: block;
    margin: 0 auto 12px
}

.my-split {
    display: none
}

.redmoon {
    background: red;
    color: #ffb6c1
}

@font-face {
    font-family: "roboto-fixed-line";
    src: url();
    font-weight: 700;
    font-display: swap
}

* .ffl {
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600
}

@media screen and (min-width: 469px) {
    .ffl {
        display: none !important
    }
}

.ffl, .ffl__price span {
    font-size: 16px;
    font-weight: 500
}

.ffl {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #f14e23;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    opacity: 0;
    display: none;
    z-index: 99;
    font-family: sans-serif !important
}

.ffl__anim {
    -webkit-animation: example 1.3s ease;
    animation: example 1.3s ease;
    opacity: 1
}

.ffl__wrap {
    position: relative
}

.ffl__close {
    position: absolute;
    top: 0;
    right: -20px;
    color: #fff;
    font-size: 25px;
    font-family: serif;
    line-height: 16px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    font-weight: 700
}

.ffl__out {
    display: none !important
}

.ffl__text {
    color: #fff;
    text-shadow: 0 0 0 #fff
}

.ffl__price {
    font-size: 16px;
    white-space: nowrap
}

.ffl-new-price {
    font-weight: 600 !important;
    font-size: 17px !important
}

.ffl__price span {
    text-transform: uppercase
}

.ffl__btn, .ffl__btn:active, .ffl__btn:focus, .ffl__btn:hover {
    background-color: #ffbe01;
    color: #a12d0f;
    border-radius: 3px;
    padding: 7px 30px;
    display: inline-block;
    margin: 5px auto;
    -webkit-animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none !important
}

.tolkochto {
    color: green;
    font-weight: 600;
    font-size: 12px
}
