body,
body * {
  font-family: sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font:
    100% sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: auto;
  box-sizing: border-box;
}

body {
  background: #fafafa;
  margin: 0;
  font:
    16px/1.5 sans-serif;
  color: #4a4a4a;
  overflow-x: hidden;
}




menu {
  display: block;
}

a {
  background: 0 0;
}

img {
  vertical-align: middle;
  border: 0;
  height: auto;
  max-width: 100%;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: inherit;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.nav,
ul ul {
  margin-bottom: 0;
}

.open>a {
  outline: 0;
}

.nav {
  padding-left: 0;
  list-style: none;
}

.nav>li,
.nav>li>a {
  position: relative;
  display: block;
}

.nav>li>a {
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background: 0 0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background: #eee;
  border-color: #337ab7;
}

.nav>li>a>img {
  max-width: none;
}

.main-navigation ul li a {
  color: #fff;
}

.clearfix:after,
.clearfix:before,
.nav:after,
.nav:before {
  display: table;
  content: " ";
}

.clearfix:after,
.nav:after {
  clear: both;
}

.show {
  display: block !important;
}

@-ms-viewport {
  width: device-width;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li>ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.main-navigation .menu>ul>li,
.main-navigation .menu>ul>ul>li {
  position: relative;
  display: inline-block;
  transition-duration: 0.5s;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}

.main-navigation .menu>ul>li>a,
.main-navigation .menu>ul>ul>li>a {
  padding: 15px;
  text-transform: uppercase;
}

.main-navigation .menu li {
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.col-2 {
  width: 50%;
}

.container-wrapper:after,
.container-wrapper:before {
  content: "";
  display: table;
}

.container-wrapper:after {
  clear: both;
}

.container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1244px;
  margin: 0 auto;
}

body #content.container-wrapper {
  margin-top: 20px;
}

.morenews-header .top-header {
  background: #202020;
  padding: 10px 0;
  color: #fff;
}

.top-bar-flex {
  position: relative;
  min-height: 30px;
}

.top-bar-flex,
.top-bar-flex .top-bar-left {
  display: flex;
  align-items: center;
}

.date-bar-left {
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.af-header-image.data-bg>div {
  position: relative;
}

.morenews-header.header-layout-side .bottom-bar-flex>div {
  display: flex;
}

.af-header-image.data-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.af-header-image.data-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
}

.morenews-header .bottom-bar-flex {
  display: flex;
  justify-content: space-between;
}

.header-layout-side .af-middle-header {
  padding: 65px 0;
}

.header-layout-side .logo {
  padding: 10px 0;
  text-align: center;
}

div#main-navigation-bar {
  background: #202020;
}

.header-layout-side .af-bottom-head-nav,
.header-layout-side .af-middle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-layout-side .af-middle-container .logo {
  padding: 0 10px 0 0;
  width: 40%;
  text-align: left;
}

.header-layout-side .af-bottom-header {
  position: relative;
}

a:hover {
  color: #0098fe;
}

@media screen and (min-width: 993px) {

  .main-navigation .menu-desktop>li:first-child>a,
  .main-navigation .menu-desktop>ul>li:first-child>a {
    padding-left: 0;
  }

  .main-navigation .menu-desktop>li:last-child>a,
  .main-navigation .menu-desktop>ul>li:last-child>a {
    padding-right: 0;
  }

  .main-navigation .menu-desktop>li.menu-item-has-children>a,
  .main-navigation .menu-desktop>ul>li.menu-item-has-children>a {
    padding-right: 30px;
  }

  .main-navigation .menu-desktop>li.menu-item-has-children:last-child>a,
  .main-navigation .menu-desktop>ul>li.menu-item-has-children:last-child>a {
    padding-right: 15px;
  }

  .main-navigation .menu-desktop>li.menu-item-has-children:last-child>a:after,
  .main-navigation .menu-desktop>ul>li.menu-item-has-children:last-child>a:after {
    right: 0;
  }
}

@media only screen and (min-width: 993px) {

  .main-navigation .menu-desktop,
  .main-navigation .menu-desktop>ul {
    font-size: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .main-navigation .menu ul ul li {
    width: 210px;
  }

  .main-navigation .menu-desktop>li::after,
  .main-navigation .menu-desktop>ul>li::after {
    content: "";
    background-color: #0098fe;
    position: absolute;
    left: 15px;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    transform-origin: center;
    transition: width ease-in 0.075s;
  }

  .main-navigation .menu-desktop>li:first-child::after,
  .main-navigation .menu-desktop>ul>li:first-child::after,
  .main-navigation .menu>ul>li:first-child>ul {
    left: 0;
  }

  .main-navigation .menu-desktop>li:hover::after,
  .main-navigation .menu-desktop>ul>li:hover::after {
    width: calc(100% - 30px);
  }

  .main-navigation .menu-desktop>li:first-child:hover::after,
  .main-navigation .menu-desktop>li:last-child:hover::after,
  .main-navigation .menu-desktop>ul>li:first-child:hover::after,
  .main-navigation .menu-desktop>ul>li:last-child:hover::after {
    width: calc(100% - 15px);
  }

  .main-navigation .menu ul>li>a {
    position: relative;
    display: block;
  }

  .main-navigation .menu ul ul a {
    display: block;
    padding: 10px;
    line-height: inherit;
  }

  .main-navigation .menu ul ul {
    position: absolute;
    text-align: left;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -ms-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
  }

  .main-navigation .menu li:focus-within>ul {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
  }

  .main-navigation .menu li:focus>ul,
  .main-navigation .menu li:hover>ul {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
  }

  .main-navigation .menu>ul>li>ul {
    top: 110%;
    left: 15px;
    background-color: #fff;
  }

  .main-navigation .menu>ul>li:nth-child(7n + 10)>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 11)>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 12)>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 13)>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 7)>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 8)>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 9)>ul {
    left: unset;
    right: 15px;
  }

  .main-navigation .menu>ul>li:nth-child(7n + 10):last-child>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 11):last-child>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 12):last-child>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 13):last-child>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 7):last-child>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 8):last-child>ul,
  .main-navigation .menu>ul>li:nth-child(7n + 9):last-child>ul {
    right: 0;
  }

  .main-navigation .menu>ul>li:focus-within>ul {
    top: 100%;
  }

  .main-navigation .menu>ul>li:focus>ul,
  .main-navigation .menu>ul>li:hover>ul {
    top: 100%;
  }

  .main-navigation .menu ul ul ul {
    top: -20px;
    left: 100%;
    background-color: #fff;
    display: none;
  }

  .main-navigation .menu>ul>li:nth-child(7n + 10)>ul ul,
  .main-navigation .menu>ul>li:nth-child(7n + 11)>ul ul,
  .main-navigation .menu>ul>li:nth-child(7n + 12)>ul ul,
  .main-navigation .menu>ul>li:nth-child(7n + 13)>ul ul,
  .main-navigation .menu>ul>li:nth-child(7n + 7)>ul ul,
  .main-navigation .menu>ul>li:nth-child(7n + 8)>ul ul,
  .main-navigation .menu>ul>li:nth-child(7n + 9)>ul ul {
    left: unset;
    right: 100%;
  }

  .main-navigation .menu>ul>li:nth-child(7n + 10)>ul li a:before,
  .main-navigation .menu>ul>li:nth-child(7n + 11)>ul li a:before,
  .main-navigation .menu>ul>li:nth-child(7n + 12)>ul li a:before,
  .main-navigation .menu>ul>li:nth-child(7n + 13)>ul li a:before,
  .main-navigation .menu>ul>li:nth-child(7n + 7)>ul li a:before,
  .main-navigation .menu>ul>li:nth-child(7n + 8)>ul li a:before,
  .main-navigation .menu>ul>li:nth-child(7n + 9)>ul li a:before {
    transform: rotate(180deg);
    position: absolute;
    right: 15px;
  }

  .main-navigation .menu ul ul li:focus-within>ul {
    top: 0;
    display: block;
  }

  .main-navigation .menu ul ul li:focus>ul,
  .main-navigation .menu ul ul li:hover>ul {
    top: 0;
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .main-navigation .menu>.menu {
    margin: 0;
    list-style: none;
    text-align: left;
    z-index: 9999;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 990px) {
  .header-layout-side .af-middle-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-layout-side .af-middle-container .logo {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 990px) {
  .main-navigation ul li.menu-item-has-children>a:after {
    display: none;
  }

  .morenews-header.header-layout-side .bottom-bar-flex .offcanvas-navigaiton {
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .col-2 {
    width: 100%;
  }

  .top-bar-flex {
    flex-wrap: wrap;
    text-align: center;
  }

  .top-bar-left {
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .header-layout-side .top-bar-flex {
    flex-wrap: wrap;
  }

  .header-layout-side .top-bar-flex .top-bar-left {
    justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .header-layout-side .top-bar-flex {
    flex-wrap: wrap;
  }

  .header-layout-side .top-bar-flex .top-bar-left {
    width: 100%;
  }
}


main {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1px 20px 30px;
  max-width: 900px;
  background-color: #fff;

  padding-top: 20px;
}





h1 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;

}

main p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 15px;

}

main a {
  color: #2170ad;
}

main ul {
  padding: 0;
  margin-left: 25px;
}

main ul li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style: disc;

}

main ol li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style: decimal;

}

main img,
main video {
  display: block;
  max-width: 100%;
  margin: 15px auto;
  max-width: 700px;
}

.table {
  font-size: 13px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid green;
  border-collapse: collapse;
}

.table-plus {
  border: 1px solid #000;
}

.table td {
  border: 1px solid green;
  background: #d8ead3;
  padding: 6px;
}

.table-plus thead td {
  background-color: #92c47c;
}

.table-plus tbody td {
  background-color: #fffc;
  border: 1px solid #000;
}

.table-minus thead td {
  background-color: #e06666;
}

.table-minus tbody td {
  background-color: #fffc;
  border: 1px solid #000;
}

@media (min-width: 576px) {
  .table {
    font-size: 18px;
  }

  .table td {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  main h1 {
    font-size: 32px;
  }



  main {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    box-shadow: 0 0 3px #cacaca;
  }

  .table td {
    padding: 15px;
  }
}

.red-txt {
  color: red;
}

.red-bg {
  background: rgba(255, 0, 0, 0.101);
  padding: 10px;
  margin-bottom: 20px;
}

.gray-bg {
  background: rgba(128, 128, 128, 0.17);
  padding: 10px;
}

figure {
  margin: 0 auto 20px;
  max-width: 600px;
}

figure img {
  margin-bottom: 6px;
}

figcaption {
  text-align: center;
  font-style: italic;
  font-size: 17px;
}

.greeb-bg {
  background: #d9ead3;
  padding: 10px;
  margin-bottom: 20px;
}

.yell-bg {
  background: #fff2cc;
  padding: 10px;
  margin-bottom: 20px;
}

.pp {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
}

.h2 {
  font-size: 1.4em;
}

.cap-bold figcaption {
  font-weight: 600;
  font-style: normal;
}



.wa-block {
  display: flex;
  justify-content: space-between;
}

.wa-block img {
  width: 32%
}





@media screen and (max-width: 640px) {
  .pp {
    display: block;
  }

  .wa-block {
    flex-direction: column;
  }

  .wa-block img {
    width: 100%;
    max-width: 300px;
  }
}

main h2 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .bg-image {
    text-align: center;
  }

  .bg-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .text-container {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .bg-image img {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .text-container {
    display: block;
    margin-top: 65px;
  }

  .image-container {
    display: inline-block;
    position: relative;
    z-index: 9999;
  }
}

.head-one-part {
  color: red;
}


.head-two-part {
  margin-top: 3px;
  display: block;
}


.head-main-date {
  display: block;
  padding: 0px 14px;
}

.head-main-date-title {
  display: block;
  font-style: italic;
}

#hdr .head-search-block {
  text-align: right;
  width: fit-content;
  margin-top: 12px;
  float: right;
}

.head-link-icons {
  z-index: 999999;
  display: block;
  position: relative;
  margin-left: -3px;
  width: fit-content;
}

#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-size: 16px;
  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;
  /* margin-top: -6px;*/
}

.head-social {
  display: block;
}

#hdr .head-logo-and-text-block {
  display: flex;
  justify-content: space-between;
  height: 50px;
  padding: 0 14px;
  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 {
  display: flex;
  margin: 12px 0 0 0 !important;
  gap: 6px;
}

.head-top-social ul li {
  list-style: none;
}


.head-top-social ul li img {
  width: 24px !important;
}


.head-link-icons {
  align-items: self-end;
  display: flex;
  margin-top: 56px !important;
  display: block;
}

.head-link-icons ul {
  display: flex;
}

.head-link-icons ul li {
  list-style: none;
}

.head-link-icons ul li img {
  width: 46px !important;
}

.head-link-icons a:hover {
  opacity: 0.9;
}

.head-top-social a:hover {
  opacity: 0.9;
}


.head-lines-block {
  display: flex;
  width: 100%;
  background: #0052a2;
  padding: 8px 0px;
  max-width: 900px;
  margin: 0 auto;
}

.line-green,
.line-white,
.line-red {
  display: inline-block;
  width: 33.33%;
  height: 6px;
  margin: 0;
  padding: 0;
}

.line-green {
  background-color: green;
}

.line-white {
  background-color: white;
}

.line-red {
  background-color: red;
}


#hdr {
  width: 100%;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
  background: #edefea;
}

.head-two-logo {
  max-width: 94px !important;
}

.head-three-logo {
  max-width: 94px !important;
}

.top-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  background-color: #f0f0f0;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.top-bar img {
  width: 100%;
  max-width: 145px;
  height: auto;
  object-fit: contain;
  text-align: left;
  float: left;
  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;
    object-fit: contain;
    margin-right: 20px;
  }
}



#hdr div,
#hdr span {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}

#hdr * {
  margin: 0;
  padding: 0;
}

#hdr2 {
  width: 100%;
  height: 134px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  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 {
  width: 100%;
  margin-top: 37px;
  margin-left: 10px;
  padding: 0px 5px 0 5px;
  float: left;
  text-align: left;
  max-width: 235px;
}

#hdr2 div.text {
  font-size: 21px;
  font-weight: bold;
  color: #fafbfc;
  float: left;
  margin-top: 15px;
}

#hdr2 img.gerb {
  height: 169px;
  width: 160px;
  float: left;
  display: block;
  background-image: url(images/headergerb.png);
  background-repeat: no-repeat;
}

#hdr span {
  vertical-align: bottom;
}




/* new subtitle */
.main-subtitle {
  display: block;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 2px;
  font-weight: 500;
  border: 1px solid #29466645;
  margin-bottom: 16px;
  margin-top: 10px;
  font-style: italic;
  box-shadow: 1px 2px 10px #2946661a;
  background: #2f4f6b;
  line-height: 1.4;
  font-style: italic;
}

/* new subtitle */


/*start correction footer*/
@media screen and (max-width: 639px) {

  #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%;
  }
}

/*end correction footer*/
.section {
  display: block;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span3 {
  width: 220px;
}

.row-fluid {
  width: 100%;
}

.row-fluid:before,
.row-fluid:after {
  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%;
}

.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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

#new-header label,
input,
button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

#new-header input,
button {}

#new-header label {
  display: block;
  margin-bottom: 5px;
}

#new-header input[type="text"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  min-width: 100px;
}

#new-header input {
  width: 206px;
}

#new-header input[type="text"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

#new-header input[type="text"]:focus {
  outline: 0;
  outline: thin dotted;
}

#new-header input {
  margin-left: 0;
}

#new-header label {

  color: #2a2a25;
  font-size: 1.1em;
  line-height: 1.3em;
}

#new-header label {
  font-size: 1.1em;
}

#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: none;
  display: flex;
}

#search-bar button[type=submit] {
  background-color: #2f4f6b;
  text-transform: lowercase;
  color: #fff;
  border: 0;
  padding-top: 0px;
  padding-bottom: 2px;
  font-weight: normal;
  width: 100%;
  max-width: 48px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 2px;
  padding-right: 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;
}

.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 {
  color: #0088cc;
  text-decoration: none;
}

#new-header a:hover {
  color: #005580;
  text-decoration: underline;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.row-fluid {
  width: 100%;
}

.row-fluid:before,
.row-fluid:after {
  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%;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.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: 0px;
  margin-right: 10px;
}

.row-fluid .span8_ale #crumb {
  float: left;
  width: auto;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

#new-header p {
  margin: 0 0 10px;
}

#new-header h1 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

#new-header h1 {
  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 p {

  color: #2a2a25;
  font-size: 1.1em;
  line-height: 1.3em;
}

#new-header p {
  font-size: 1.1em;
}

#new-header a {
  color: #9F0038;
  font-weight: bold;
  font-size: 1em;
}

#new-header a:hover {
  color: #9F0038;
}

#new-header a:focus {
  outline-color: #8aaebe;
}



.row-menu {
  border-bottom: 3px solid #dcdbc1;
  height: 63px;
  background: #ffffff url(images/bg-logo.png) no-repeat left top;
  position: relative;
  z-index: 110;
}


#service-menu ul {
  float: right;
  margin-top: 71px;
  margin-right: 15px;
  line-height: 0.4;
}

#service-menu ul li a {
  font-size: 13px;
  color: #000000;
  padding: 2px 4px 1px 5px;
}

#service-menu ul li:first-child a {
  border: 0;
}

#service-menu ul li a:focus,
#service-menu ul li a:active,
#service-menu ul li a:hover {
  color: #424242;
}

#idOnMO {
  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;
  position: relative;
  top: 0;
  display: block;
}

#io-non-fumero-mai a,
#io-non-fumero-mai a:hover,
#io-non-fumero-mai a:focus,
#io-non-fumero-mai a:active {
  z-index: 100;
  text-indent: -9999px;
  top: 230px;
  right: 40px;
  width: 631px;
  height: 74px;
  background: transparent url('') no-repeat left top;
}






.breadcrumbs p {
  color: #fff;
  margin-left: 15px;
  margin-bottom: 2px;
}

.breadcrumbs p,
.breadcrumbs ul {
  margin-top: 3px;
}

.breadcrumbs a {
  color: #fff;
  font-weight: bold;
}

.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:hover {
  color: #fff;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  line-height: 0.7;
}

#navigation {
  z-index: 100;
  position: relative;
  width: auto;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 14px
}


#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: fit-content;
  border-radius: 0 !important;
  margin-bottom: 0;
}

#ministro {
  margin-left: 0px;
}

#navigation>ul>#menu-salute {
  background: #f1f1f1 url('images/bg-nav-pills_blu.png') no-repeat left top;
  z-index: 3;
}

#navigation>ul>#menu-salute>a {
  outline: 1px solid #3c94bc;
}

#navigation>ul>#temi {
  background: #f1f1f1 url('images/bg-nav-pills_verde.png') no-repeat left top;
  z-index: 2;
}

#navigation>ul>#temi>a {
  outline: 1px solid #6fad24;
}

#navigation>ul>#news {
  background: #f1f1f1 url('images/bg-nav-pills_arancio.png') no-repeat left top;
  z-index: 1;
}

#navigation>ul>#news>a {
  outline: 1px solid #f48c05;
}

#navigation>ul>#ministro {
  background: #f1f1f1 url('images/bg-nav-pills_prugna.png') no-repeat left top;
  z-index: 0;
}

#navigation>ul>#ministro>a {
  outline: 1px solid #d87999;
}

#navigation>ul>li>a {

  display: block;
  padding: 15px 0 13px 44px;
  background: transparent url(images/bg-nav-icons_MENU.png) no-repeat left top;
  height: 45px;
  font-size: 1.4em;
  font-weight: bold;
  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:hover>a,
#navigation>ul>li.active>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:hover>a.menu-item-ministro,
#navigation>ul>li.active>a.menu-item-ministro {
  background-position: 0 -187px;
}

ul.level-2 {
  position: absolute;
  top: 46px !important;
  background: none;
  border: none;
  display: none;
}

#ministro ul.level-2 {
  left: -1px !important;
}

ul.level-3 {
  display: none;
}

.active>ul.level-2,
.active>ul.level-3 {
  display: block;
}

li {
  display: list-item;
}

#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: bold;
  color: #FFF;
}

.level-2 li>ul {
  padding: 0;
  width: 280px;
  border-radius: 0px !important;
}

.level-2 li>ul.twocols {
  width: 444px;
}

.level-3 li {
  margin: 12px 0 0;
  float: left;
}

.level-3 li>a {
  display: block;
  color: #3A3A32;
  width: 100%;
  padding: 2px 11px;
  text-align: left;
}

#ministro .level-3 li>a:hover {
  background-color: #e7b7c7;
  color: #3A3A32 !important;
  border-radius: 0 !important;
}

#ministro .final-link.active>a {
  background-color: #A41648;
  color: #FFFFFF !important;
  border-radius: 0 !important;
}

#ministro .final-link.active>a {
  background-color: #A41648;
  color: #FFFFFF !important;
}

.logo {
  width: 100%;
  max-width: 349px;
  position: absolute;
  left: 9px;
  top: -17px;
}

.figure {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

.container-fluid {
  height: auto;
}



img.no_border_margin {
  border: 0;
  width: auto;
  height: auto;
  margin-bottom: 5px;
  max-width: none !important;
}

.level-3 li>a {
  display: block;
  color: #3A3A32;
  width: 90%;
  height: 29px;
  margin-top: -1px;
  padding: 2px 11px 0px;
}

.bar_navigation_img {
  width: auto !important;
}

.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: none !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;
  }






}

@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: #ff93002e;
  padding: 20px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  max-width: 900px;
  margin: 0 auto;
  /* width: 96%; */
}

*/ .title_h1 {
  position: relative;
  background-color: rgb(255 255 255 / 0%);
  border-radius: 5px;
  padding: 10px 14px;
  font-style: normal;
  border-bottom: 2px solid;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #3d3d3df5;
  display: block;
  padding-top: 24px;
}

.recept {
  background: #d8d8d8;
  padding: 10px 18px;
  box-shadow: 1px 1px 11px 0 #00000024;
  border-radius: 4px;
  border: 3px solid white;
  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-block {

  display: block;
  box-shadow: 0 0 9px #00000045;
  border: 8px solid #ffffff;
  border: 8px solid #ffffff;
  /* background: #00dcff33; */
  /* background: #b5f4ff; */
  border-radius: 4px;
  max-width: 548px;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  background-position: center center;
  margin-top: 24px;
  width: 100%;
}


.table-title-block {
  padding: 14px;
}


.table-block h1 {

  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;
  }
}

@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 {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  .table {
    border-collapse: collapse !important;
  }
}

table {
  background-color: transparent;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
tbody,
td,
th,
tr {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table {

  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px !important;
  overflow: hidden;
  border: 0px solid black;
}

td,
th {
  border: 0.1px solid black !important;
}

.table th {
  background-color: #2c5aa0;
  color: #fff;
}

.table td,
.table th {
  border: 1px solid #000;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.1rem;
  vertical-align: middle;
  font-size: 16px;
}

.table td {
  background: none !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;

  color: #33a641;
  text-align: left;
  font-weight: 500;
}


@media screen and (max-width:992px) {
  .table {
    font-size: 18px;
  }
}

@media screen and (max-width:460px) {
  .table {
    font-size: 16px;
  }
}

/*footer logo and date*/
.stat-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  overflow: visible;
  margin-top: 15px;
  margin-bottom: 14px;
}

.stat-footer-logo {
  max-width: 190px;
  width: 87%;
  height: auto;
  flex-shrink: 0;
  margin: 0;
}

.stat-footer-banner {
  display: block;
  align-items: center;
  color: #fff;

  font-size: 15px;
  text-decoration: none;
  padding-right: 15px;
  min-width: 164px;
  white-space: nowrap;
  text-align: right;
  flex-shrink: 1;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  z-index: 999999;
}

.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%;
  }

}

/*footer logo and date*/
table-unique1,
tbody-unique1,
td-unique1,
th-unique1,
tr-unique1 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.table-unique1 {

  margin-bottom: 15px;
  margin-top: 24px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px !important;
  overflow: hidden;
  border: 0px solid black;
  width: 100%;
}

.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: rgb(255, 216, 145);
}

.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 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#popup3 {
  z-index: 1000;
  background-image: url(images/formbg-nobord.jpg);
  background-size: cover;
  background-position: center;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  z-index: 101;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  max-width: 800px;
  width: 93%;
  height: 87%;
  overflow-y: auto;
  max-height: 100vh;
  z-index: 999999;
}

#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;
  transition: 0.2s;
  background: rgb(15 0 162 / 5%);

  font-size: 13px;
}

#pagination button:hover {
  color: #fff;
  background: #254da1;
  transition: 0.2s;
}

#pagination button:active {
  color: #fff;
  background: #254da1;
  transition: 0.2s;
}

.ul-sostav {
  padding-left: unset;
  text-align: left;
  list-style: auto;
  width: 80%;
  max-width: 344px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media all {
  .elementor-kit-5554 h3 {

    font-size: 18px;
  }
}

.graph {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.graph .txt {
  position: relative;
  text-align: left;
  color: #fff;
  padding: 0;
  border-radius: 1px;
  margin-bottom: 2px;
  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 {
  text-align: left;
  display: block;
  padding: 0;
}

.graph .txt span {
  text-align: left;
  display: block;
  padding: 5px 10px;
}

.graph .txt {
  background: #5095c5;
  margin-bottom: 0;
}

.graph .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.graph {
  width: 100%;
  position: relative;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.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::placeholder {
    font-size: 15px !important;
  }

  .pachinoform input {
    font-size: 14px;
  }
}

.pachinoform {
  padding: 10px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  border: 6px solid #166ca7;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3Csvg\ width=\'48\'\ height=\'32\'\ viewBox=\'0\ 0\ 48\ 32\'\ xmlns=\'https://www.w3.org/2000/svg\'%3E%3Cg\ fill=\'none\'\ fill-rule=\'evenodd\'%3E%3Cg\ fill=\'%23DDD\'\ fill-opacity=\'0.4\'%3E%3Cpath\ d=\'M27\ 32c0-3.314\ 2.686-6\ 6-6\ 5.523\ 0\ 10-4.477\ 10-10S38.523\ 6\ 33\ 6c-3.314\ 0-6-2.686-6-6h2c0\ 2.21\ 1.79\ 4\ 4\ 4\ 6.627\ 0\ 12\ 5.373\ 12\ 12s-5.373\ 12-12\ 12c-2.21\ 0-4\ 1.79-4\ 4h-2zm-6\ 0c0-3.314-2.686-6-6-6-5.523\ 0-10-4.477-10-10S9.477\ 6\ 15\ 6c3.314\ 0\ 6-2.686\ 6-6h-2c0\ 2.21-1.79\ 4-4\ 4C8.373\ 4\ 3\ 9.373\ 3\ 16s5.373\ 12\ 12\ 12c2.21\ 0\ 4\ 1.79\ 4\ 4h2z\'\ /%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
  width: 100%;
  max-width: 781px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 18px;
}

.pachinoform p {
  margin: 0;
  padding: 0;
}

.pachinoform_title {
  display: flex;
  gap: 30px;
  max-width: 400px;
  align-self: center;
  text-align: center;
}

.pachinoform_title_logo {
  flex-shrink: 0;
}

.pachinoform_title_text {
  align-self: center;
}

.pachinoform_title_text>b {
  display: block;
  line-height: 1.3;
}

.pachinoform_order {
  max-width: 600px;
  font-weight: bold;
  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: flex;
  color: #166ca7;
  font-weight: bold;
  font-size: 20px;
  align-items: 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: flex;
  align-items: 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;
  transform: rotate(-15deg);
}

.pachinoform_price_new span {
  display: block;
  background-color: #ed1b24;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  font-size: 30px;
  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 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pachinoform_price_new span {
    font-size: 22px;
  }
}

.pachinoform .name-input,
.pachinoform .phone-input {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

.pachinoform .name-input label,
.pachinoform .phone-input label {
  font-weight: bold;
  margin-top: 10px;
}

.pachinoform .name-input input,.pachinoform .name-input select,
.pachinoform .phone-input input {
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  min-width: 0;
  background: #fff;
  border: 2px solid #68beff;
  padding-left: 24px;
  font-size: 20px !important;
}

.pachinoform .button-submit:focus,
.pachinoform input:focus {
  outline: 0;
  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: bold;

}

.pachinoform .button-submit:hover {
  background: #bf080f;
  transition: .2s
}

.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;
  box-shadow: 0 0 8px rgb(81 81 81 / 34%);
  border: 1px solid #c51e1e59;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgb(0 0 0 / 3%);
}

.custom-form__top-field {
  display: flex;
  gap: 20px;
  align-items: center;
}

.custom-form__ava-block {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(227 196 196);
  transition: 0.3s;
  flex: 0 0 auto;
}

.custom-form__ava-block:hover {
  box-shadow: 0 0 7px 3px rgba(0, 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: flex;
  flex-direction: column;
  align-items: 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: 1;
}

.custom-form__name {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  outline: none;
  border: 1px solid rgb(134 0 0 / 46%);
  padding: 12px 16px;
  font-size: 14px;
  text-indent: 0;
  height: 43px;
  box-sizing: border-box;
  font-family: inherit;
}

.custom-form__message {
  resize: none;
  width: 100%;
  outline: none;
  border: 1px solid rgb(134 0 0 / 46%);
  padding: 10px 12px;
  min-height: 100px;
  text-indent: 0;
  font-size: 14px;
  line-height: unset;
  font-family: inherit;
  box-sizing: border-box;
}

.custom-form__bottom-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-form__btn {
  width: 100%;
  max-width: 300px;
  outline: none;
  border: none;
  padding: 10px 8px;
  background: #ffffff;
  color: #df0000;
  font-weight: bold;
  font-size: 15px;
  transition: background-color 300ms ease;
  cursor: pointer;
  text-transform: uppercase;
  font-family: inherit;
  border: 1px solid;

  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: none;
  text-decoration: underline;
  color: #3858f5;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    max-height: 0;
  }
}

.hidden {
  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;
}



.doc-block {
  padding: 10px;
  border: 3px #004478 dashed;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.doc-block p {
  padding-left: 12px;
  padding-right: 12px;
}

.rev-block {
  margin-bottom: 20px;
  padding: 16px;
  background: #ffbc0047;
  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 {

  display: block;
  box-shadow: 0 0 9px #00000045;
  border: 8px solid #ffffff;
  border-radius: 4px;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  background-position: center center;
  margin-top: 24px;
  border-radius: 4px;
  width: 100%;
}


.obertk512 h1 {

  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;

  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: 0px;
  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: hsla(24, 89%, 82%, 1);
  background: linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FACAAA", endColorstr="#FFFDFB", GradientType=1);
}

.pachino-ramka font {
  color: red;
}




.pachino-ramka2 {
  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 {
  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 {
  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 0px #7070705e;

}

.pachino-ramka316 .obertka-2 {
  background: #3289c2;
  border: none;
  display: block;
  padding: 12px;
  border-radius: 4px;
  color: #ffffff;
}




.pachino-ramka618 {
  box-shadow: 3px 3px 12px rgb(51 51 51 / 13%);
  text-align: left;
  line-height: 1.32;
  background-color: #fe080803;
  padding: 2px;
  border-radius: 4px;
  color: #ff2f00;
  font-size: 19px;
  border: 4px dashed #ffffff;
  font-weight: 500;
  text-shadow: 0 0 0px #8329155e;

}

.nowrap {
  text-wrap: nowrap;
}

.img-card {
  margin-top: 28px;
  border: 12px solid #fff;
  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;
  margin: 0 auto;
  display: block;
  margin-bottom: 12px;
}

.my-split {
  display: none;
}

.redmoon {
  background: red;
  color: lightpink;
}

@font-face {

  src: url('fonts/fixed-line-font.ttf');
  font-weight: 700;
  font-display: swap;
}


* .ffl {

  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 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #f14e23;
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  opacity: 0;
  display: none;
  z-index: 99;

  font-size: 16px;
  font-weight: 500;
}


.ffl__anim {
  -webkit-animation: example 1.3s ease;
  animation: example 1.3s ease;
  opacity: 1;

}

@-webkit-keyframes example {
  0% {
    opacity: 0
  }

  25% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  75% {
    opacity: .9
  }

  100% {
    opacity: 1
  }
}

@keyframes example {
  0% {
    opacity: 0
  }

  25% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  75% {
    opacity: .9
  }

  100% {
    opacity: 1
  }
}


.ffl__wrap {
  position: relative;
}


.ffl__close {
  position: absolute;
  top: 0;
  right: -20px;
  color: #fff;
  font-size: 25px;

  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 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}


.ffl__btn,
.ffl__btn:focus,
.ffl__btn:hover,
.ffl__btn:active {
  background-color: #ffbe01;
  color: #a12d0f;
  border-radius: 3px;
  padding: 7px 30px;
  display: inline-block;
  margin: 5px auto;
  text-decoration: none;
  -webkit-animation: blinker 2s cubic-bezier(1.0, 0, 0, 1.0) infinite;
  animation: blinker 2s cubic-bezier(1.0, 0, 0, 1.0) infinite;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none !important;
}


@keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.7;
  }
}


@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.7;
  }
}


.tolkochto {
  color: green;
  font-weight: 600;
  font-size: 12px;
}

[scroll="goScrollToForm"] {
  cursor: pointer;
}

.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: 1.5s cubic-bezier(.17, .37, .43, .67) .3s infinite loadingD
}

@keyframes loadingD {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .bg-image img {
    position: relative;
  }
}

@media(max-width: 700px) {
  .pachinoform_price_old span {
    font-size: 20px;
  }

  .pachinoform .name-input input,
  .pachinoform .phone-input input {
    padding-left: 15px;
  }
}

.trust {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.trust__title {
  font-size: 25px;
  color: #444;
  text-align: center;
}

.trust__images-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.trust__img.trust__img {
  width: 100%;
  max-width: 150px;
}



@media(max-width:477px) {
  .spTx {
    display: none;
  }
}

/* trust */

.trust_title {
  position: relative;
  text-align: center;
  font-size: 25px !important;
  margin: 0 auto 20px;
  text-transform: uppercase;
  color: #EF4147;
  font-weight: bold;
}

.trust_subtitle {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff
}

.trust_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 100%;
  height: 1.5px;
  background-color: #EF4147;
  transform: translateY(-50%)
}

.trust_wrap {
  margin: 0px auto;
  padding: 0 20px
}

.trust-logos div {
  display: grid;
  grid-template-columns: 300px 300px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-bottom: 15px;
  justify-items: center;
}

@media(max-width: 700px) {
  .trust-logos div {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

@media(max-width: 450px) {
  .trust_subtitle {
    padding: 0 10px
  }
}

[scroll="goScrollToForm"] {
  cursor: pointer;
}

.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: 1.5s cubic-bezier(.17, .37, .43, .67) .3s infinite loadingD
}

@keyframes loadingD {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}