.block_guttenberg {
  border-radius: 16px;
  background-color: #ff9123;
  padding:50px;
  text-align: center;
}

/* .block_guttenberg .block_guttenberg-title,
.block_guttenberg .block_guttenberg-title h3,
.section_blog .section_blog-flex .content_bar .block_guttenberg .block_guttenberg-title h3 {
  font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 32.5px;
  color: #FFFFFF !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 28px;
} */

.block_guttenberg .block_guttenberg-description {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27.9px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
}

.block_guttenberg .block_guttenberg-description p {
  color: #fff !important;
}

.block_guttenberg .block_guttenberg-description a {
  /* text-decoration: none;
	color: #FF9123;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	font-weight: 600; */
  /* font-weight: 700;
  font-size: 18px;
  line-height: 27.9px;
  text-align: center;
  color: #FFFFFF !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  text-decoration: none !important; */
  color: #ff9c11!important;
}

.block_guttenberg .block_guttenberg-description a::after {
  /* content: '';
  border-top: 2px solid #fff;
  position: absolute;
  top:100%;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; */
}

.block_guttenberg .block_guttenberg-description a:hover {
  background: none !important;
}

.block_guttenberg .block_guttenberg-description a:hover::after {
  opacity: 0;
}

.block_guttenberg .block_guttenberg-button_center {
  text-align: center;
}

.block_guttenberg .block_guttenberg-button_center a {
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-family: 'Montserrat', -apple-system, Segoe UI, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #281604 !important;
  display: inline-block;
  text-decoration: none !important;
  padding: 0 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.block_guttenberg .block_guttenberg-button_center a:hover {
  color: #ff9123 !important;
}

.section_blog .section_blog-flex .content_bar .block_guttenberg p {
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
}



.block_guttenberg_button {
  text-align: center;
  padding: 20px 0;
}

.block_guttenberg_button.nocenter {
  text-align: inherit;
}

.block_guttenberg_button a {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFAD11 0.01%, #FF9111 100%);
	box-shadow: 0px 4px 10px rgba(255, 151, 17, 0.25);
	border-radius: 16px;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF !important;
	padding:0 20px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}

.block_guttenberg_button a:hover {
  -moz-transform: translate(0px, -4px);
	-webkit-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
	transform: translate(0px, -4px);
	box-shadow: 0px 12px 25px rgba(255, 151, 17, 0.3);
}

.wp-block-table table:not(.table_pony) {
  margin-bottom: 20px;
}

.wp-block-table table:not(.table_pony),
.wp-block-table table:not(.table_pony) td,
.wp-block-table table:not(.table_pony) thead {
  border:0;
}

.wp-block-table table:not(.table_pony) thead {
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.wp-block-table table:not(.table_pony) thead tr {
  color: #fff;
  font-size: 18px;
  font-weight: unset;
  height: 60px;
  background: #ff9123;
}

.wp-block-table table:not(.table_pony) thead tr td b,
.wp-block-table table:not(.table_pony) thead tr td strong {
  color: #fff !important;
}

.wp-block-table table:not(.table_pony) tbody tr {
  font-size: 15px;
  color: gray;
  font-weight: unset;
  height: 50px;
  background: #fff;
}

.wp-block-table table:not(.table_pony) tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.wp-block-table table:not(.table_pony) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.wp-block-table table:not(.table_pony) td:nth-of-type(1) {
  padding-left: 30px;
}
.wp-block-table table:not(.table_pony) td:nth-last-of-type(1) {
  padding-right: 30px;
}



.block_guttenberg {
  padding: 48px;
  border-radius: 24px;
  margin: 0;
  margin-bottom: 68px;
  background: #faf5e8 url(../../assets/ni/vector_prisiv_do_action.svg) no-repeat;
  background-position: center 48px;
  position: relative;
}

.block_guttenberg::before {
  background: url(../../assets/ni/before_do_action.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}
.block_guttenberg::before {
    width: 102px;
    height: 97px;
    content: '';
    position: absolute;
    left: 35px;
    bottom: 32px;
}

.block_guttenberg::after {
  width: 85px;
  height: 86px;
  content: '';
  position: absolute;
  right: 40px;
  bottom: 15px;
  background: url(../../assets/ni/after_do_action.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.block_guttenberg .block_guttenberg-title {
  font-family: Montserrat,-apple-system,Segoe UI,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #1b130a;
  margin-bottom: 16px;
}

.block_guttenberg .block_guttenberg-title h3 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #1b130a!important;
  box-shadow: none;
  text-shadow: none;
  margin-bottom: 0!important;
}

.block_guttenberg .block_guttenberg-description p {
  color: #1b130a!important;
  margin-bottom: 32px;
  box-shadow: none;
  text-shadow: none;
}

.block_guttenberg .block_guttenberg-button_center a {
  background: linear-gradient(90deg,#fff 0,#ffad11 .01%,#ff9111 100%);
  box-shadow: 0 4px 10px rgba(255,151,17,.25);
  border-radius: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #fff!important;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165,.84,.44,1);
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  text-decoration: none;
}

.block_guttenberg .block_guttenberg-button_center a:hover {
	-moz-transform: translate(0px, -4px);
	-webkit-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
	transform: translate(0px, -4px);
	box-shadow: 0px 12px 25px rgba(255, 151, 17, 0.3);
  color: #fff!important;
}
/*



-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;

-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-ms-appearance: none;


::-webkit-input-placeholder {color:#c0392b;}
::-moz-placeholder          {color:#c0392b;}
:-moz-placeholder           {color:#c0392b;}
:-ms-input-placeholder      {color:#c0392b;}



-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;

-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;


*/
