html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 100% "Open Sans", 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 "Sarabun", sans-serif;
  color: #4a4a4a;
}
header {
  margin-bottom: 20px;
}
header,
menu,
nav {
  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;
}
header img {
  margin: 20px 0 !important;
  width: 260px;
}
nav {
  background: #2d2d2d;
  border-bottom: 4px #004478 solid;
  display: flex;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
nav a {
  color: #ddd !important;
  font-size: 15px !important;
  line-height: 47px;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px #222 solid;
  border-left: 1px #383838 solid;
}
nav a:first-child {
  border-left: 0;
}
nav a:last-child {
  border-right: 0;
}

h1 {
  font-size: 26px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 10px;
}

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

main a {
  color: #6437a3;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

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

main ul li {
  margin-bottom: 5px;
  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;
}

main img#epic {
   max-width: 300px;
}

.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: 1020px) {
  nav a:nth-child(3n) {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  nav a {
    display: none;
  }
  nav {
    border-bottom: 1px #bbb solid;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pp {
    display: block;
  }
  .wa-block {
    flex-direction: column;
  }
  .wa-block img {
    width: 100%;
    max-width: 300px;
  }
}

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

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

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

.head-main-date-title {
  display: block;
  color: #001ea3;
}

#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-family: sans-serif;
  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(./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(./headergerb.png);
  background-repeat: no-repeat;
}

#hdr span {
  vertical-align: bottom;
}

/* new subtitle */
.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;
  box-shadow: 1px 2px 10px #2946661a;
  background: #ffffff;
  line-height: 1.5;
}

/* 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%;
  }
}

.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 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#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 {
  font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
  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;
}

#header > div {
  margin-top: -42px;
  position: relative;
}

.row-menu {
  border-bottom: 3px solid #dcdbc1;
  height: 63px;
  background: #ffffff url(./bg-logo.png) 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: 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;
}

#header .aside p,
#header .aside ul,
#header .aside li {
  display: inline-block;
  font-size: 14px;
}

#header .aside a,
#header .aside p {
  font-size: 12px;
}

#header .aside {
  background-color: #1b1b1a;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  top: 1px;
  z-index: 0;
  margin-top: 0px;
}

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

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

#ministro {
  margin-left: 0px;
}

#navigation > ul > #menu-salute {
  background: #f1f1f1 url("./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("./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("./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("./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(./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;
}

#header > div > .row-fluid {
  width: 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;
  }

  #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: #c6cdff79;
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  max-width: 900px;
  margin: 0 auto;
}

.h1-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(255, 255, 255, 0.454);*/
}

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

.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;
   font-family: Tahoma, Arial, Helvetica, sans-serif !important;
   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: 4px;
}

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

.doc-block {
   padding: 10px;
   border: 2px #2000ac solid;
   background-color: #eef2ff;
   max-width: 700px;
   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: 15px;
   background-color: rgb(255, 249, 220);
}

.obertk512 {
   display: block;
   box-shadow: 0 0 9px #00000045;
   border: 2px solid #000000;
   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: 20px;
   margin: 0px;
}

.obertk512 li {
   line-height: 1.5;
   font-weight: 700;
}

.obertk512 li:last-child {
  margin-bottom: 0;
}

.obertk512 li::marker {
   font-weight: 600;
   color: #000000;
}

.block-offer-actions-block li span {
   display: block;
   font-size: 17px;
   line-height: 1.5;
   font-weight: 400;
   margin-left: 0px;
   margin-top: 5px;
   margin-bottom: 10px;
}

.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-ramka312 .obertka-1 {}

.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: 6px solid #f00;
   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;
}

@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 #2000ac;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg\ width=\'48\'\ height=\'32\'\ viewBox=\'0\ 0\ 48\ 32\'\ xmlns=\'http://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: 520px;
  align-self: center;
  text-align: center;
}

.pachinoform_title_logo {
  flex-shrink: 0;
}

.pachinoform_title_text {
  align-self: center;
  font-size: 30px;
}

.pachinoform_title_text>b {
  display: block;
}

.pachinoform_order {
  max-width: 600px;
  font-weight: bold;
  font-size: 18px;
  line-height: 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_price {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 30px;
  margin-top: 15px;
}

.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: 44px;
  padding: 5px 15px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 500px) {
  .pachinoform_title {
      gap: 5px;
  }

  .pachinoform_title_text {
      font-size: 28px;
  }
}

.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 .phone-input input, .country_select {
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  min-width: 0;
  box-sizing: border-box;
  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: 22px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Sarabun", sans-serif;
}

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

.pachinoform ::placeholder {
  color: #000;
  opacity: 1;
  font-size: 16px;
}

.dr {
  color: #be0007;
}

.mt30 {
   margin-top: 30px;
}

.doc {
   color: blue;
}

.topic {
  font-size: 20px;
}

.prob {
  margin-bottom: 15px;
}

.prob p {
  margin-bottom: 5px;
}

.prob ul {
  padding-left: 20px;
}

#name-error,
#phone-error {
  font-size: 16px;
  color: red;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

#submit-error {
  font-size: 16px;
  color: red;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.footer {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 5px;
  background-color: #004ba1;
}

.footer p {
  margin: 0 auto 5px;
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}