
.order_button:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: blur;
  background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 8s infinite;
}


@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}

.order_button:not(.order_button_transparent):hover {
  background-size: 130% !important;
  opacity: 0.8;
}

.order_button:not(.order_button_transparent) {
  background: linear-gradient(90deg, var(--extra_color) 0%, var(--second_color) 100%) !important;
    background-size: auto;
  transition: all 0.5s ease-out !important;
  box-shadow: 0px -4px 6px 0px rgba(8, 27, 35, 0.16), 0px 4px 18px 0px rgba(85, 85, 255, 0.24);
}

.services_item_noimage a{
	text-transform:uppercase;
	font-weight: 700;
}

.odds_col_text h2:first-of-type{
	margin-top:0px;
	margin-bottom:24px;
}

.odds_video_title svg{
	display:none;
}

.odds_video_title{
	padding-top:22px;
}

html body blockquote{
	font-weight: 800;
	margin-bottom:24px;
}

body .acf-input .smart_price_list_twocolumn table tr th, body .acf-input .smart_price_list_twocolumn table tr td, body.front-page .smart_price_list_twocolumn table tr th, body.front-page .smart_price_list_twocolumn table tr td {
	background-color: var(--second_color_opacity_06);
}

body.front-page .bnr .h2{
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height:  125%;
	text-transform: uppercase;
}

footer .logo_creater_info{
	display:none;
}

html main .main_image::before {
	display:block;
}

html main .main_image {
    width: 90%;
}

.ms_odds_in_content_item_text{
	border-top: 2px solid var(--extra_color_2);
}

.services.extra_color_2 .services_item_noimage a {
  background: linear-gradient(90deg, var(--second_color) 0%, var(--extra_color_2) 100%);
}

.sfpr_review_source_raiting_value{
	color: #30A63C;
	font-weight: 600;
}

.review_in_all .more_btn_uni {
	color: var(--extra_color_2);
}

.faq_has_shadow_noborder .faq_q_item {
  box-shadow: 0px 4px 16px 0px var(--main_color_opacity_10);
}

header.full_white_menu_header.shadow_border .main_header_wrap {
  box-shadow: 0px 4px 18px 0px var(--main_color_opacity_10);
}

@media (min-width: 990px) {
	.services .format_long_image .services_item img{
		height:360px;
	}
	
main .main_content > .container {
    justify-content: space-between;
}
	
	
}

body .acf-input .smart_price_list_twocolumn table tr td, body.front-page .smart_price_list_twocolumn table tr td{
	font-weight:400;
	font-size:15px;
}

@media (max-width: 990px) {
	.services-row-3 .services_item_noimage {
		width: 100%;
	}
	
	body .acf-input .smart_price_list_twocolumn table tr td:last-child, body.front-page .smart_price_list_twocolumn table tr td:last-child {
		white-space: nowrap;
	}
	
	body .acf-input .smart_price_list_twocolumn table tr td, body.front-page .smart_price_list_twocolumn table tr td {
		font-size: 12px;
		display:block !important;
	}
	
html main .main_image {
  width: 100%;
}
}
@media (max-width: 415px) {
  .m_tool_item_logo {
    margin-left: 10px;
  }
  
  .header_mobile_right {
		margin-left: 0px;
  }
  
  main .order_button_group .order_button_group_item {
    width: 100%;
  }
}