.mctool_button.modal_open {
	min-width: 220px;
}
.button_color_black {
	background: #2D2C2D;
	box-shadow: none;
}
.button_color_black:hover {
	background: #FB4056;
}
.mctool_text_red {
	color: #FB4056 !important;
}
.mctool_text_yellow {
	color: #FFB23F;
}
.mctool_tag_Low {
	background: #D6F0D7;
	color: #30B536;
}
.mctool_tag_High {
	background: #FCCFD5;
	color: #FB4056;
}
.mctool_tag_Medium {
	background: #FFECCF;
	color: #FFB23F;
}
.mctool_checker_of {
	margin-top: 20px;
	font-weight: 700;
	font-size: 24px;
	color: #2D2C2D;
	line-height: 120%;
}
.mctool_checker_of a {
	font-weight: 700;
	font-size: 24px;
}

.mctool_modal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	max-width: 600px;
	min-width: 350px;
	min-height: 250px;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1002;
  
	font-family: 'Urbanist';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #828282;
	padding-bottom: 20px;
}
.mctool_modal_div {
	background-color: white;
	flex: 1 1 0px;
}
.mctool_modal .mctool_modal_div  {
	border: 1px solid #ddd;
	border-radius: 24px;
	padding: 5%;
}
.mctool_modal_div::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.mctool_modal_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mctool_modal_head h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	color: #2D2C2D;
}

.mctool_modal_field {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
}

.mctool_btn-close {
  transform: translate(10px, -10px);
  padding: 0.5rem 0.7rem;
  color: black;
  background: #fff;
  border-radius: 50%;
}
.mctool_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1001;
}
.hidden {
	display: none;
}

.mctool_result {
    display: flex;
	flex-direction: row;
    align-items: center;
    gap: 20px;
    overflow-x: visible;
    overflow-y: hidden;
	justify-content: space-between;
	width: 100%;
}
.mctool_result_value {
    position: relative;
}
.mctool_ring {
	background-image: conic-gradient(from 180deg, #FB4056, #FB4056, #FFB23F, #ABD517, #ABD517);
	border: 2px solid white;
	width: 120px;
    height: 120px;
	margin: auto;
}
.mctool_ring svg {
    width: 122px;
    height: 120px;
	margin-left: -2px;
}
.mctool_ring_content {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}
.mctool_ring_title {
    line-height: 17px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
}

.mctool_ring_score {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 38px;
	line-height: 46px;
	color: #FB4056;
}
.mctool_result_info {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.mctool_result_table {
	overflow-x: auto; 
	white-space: wrap; 
	border-collapse: collapse;
	border-style: hidden;
}
.mctool_result_table  td, th {
	min-width: 80px; 
	max-width: 300px;
	padding: 10px;
}
.mctool_result_table a {
	overflow-wrap: break-word;
}
.mctool_result_table_th_div {
	display: flex; 
	justify-content: space-between;
	align-items: center;
}

.mctool_result_table th, .mctool_result_table td {
	border: 1px solid #eeeeee;
}

.mctool_result_table_score {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: #2D2C2D;
}
.mctool_result_table_div_traffic_region {
	display: flex; 
	align-items: center; 
	gap: 7px;
}
.mctool_result_table_td_traffic_region {
	font-size: 20px;
	color: #2D2C2D;
	min-width: 150px;
}
.mctool_result_table_td_traffic_value {
	font-weight: 500;
	font-size: 24px;
	color: #2D2C2D;
	height: 50px;
}

.mctool_result_traffic {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	gap: 20px;
}
.mctool_result_traffic_params {
	display: flex;
	flex-direction: column;
	min-width: 250px;
	gap: 30px;
}
.mctool_result_traffic_block {
	#padding-top: 20px;
	display: flex;
	flex-direction: column;
}
.mctool_result_traffic_value {
	display: flex;
	flex-direction: row;
	padding-top: 10px;
	align-items: end;
}
.mctool_result_traffic_value span {
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	color: #2D2C2D;
}
.mctool_result_traffic_title {
	font-weight: 600;
	font-size: 16px;
}
.mctool_result_traffic_main_value {
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	color: #FB4056;
}
.mctool_result_traffic_percent {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px 6px;
	margin: 5px 3px;
	gap: 10px;
	border-radius: 99px;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
}
.mctool_result_traffic_graph {
	min-width: 290px; 
	padding: 20px 0 20px 0;
	flex: 1;
}
.percent_block_green {
	background: rgba(48, 181, 54, 0.2);
	color: #30B536;
}
.percent_block_red {
	background: rgba(255, 99, 33, 0.2);
	color: #E62A28;
}

/*.test {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}
.test::after {
	content: "";
    position: relative;
    width: 100px;
    height: 100px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-top-color: #FB4056;
    border-left-color: #FB4056;
    border-right-color: #FB4056;
    border-radius: 50%;
}
.test_animation::after {
	animation: button-loading-spinner 2s ease infinite;
}*/

.loader {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.loader::after {
	content: "";
    position: relative;
    width: 40px;
    height: 40px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #FB4056;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}
.error-wrapper {
	color: #FB4056;
	margin-top: 5px;
}
.mctool_promo_modal_info {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
	gap: 5%;
}
.mctool_promo_modal_info_block {
	display: flex;
    flex-direction: column;
	gap: 10px;
}
.mctool_promo_modal_info_title {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	align-items: center;
	color: #2D2C2D;
}
.mctool_promo_modal_info_desc {
	line-height: 24px;
	align-items: center;
}
.mctool_promo_modal_button_link {
	text-align: center;
	margin-top: 10px;
}

.mctool_result_table_tooltip {
  position: relative;
  display: inline-block;
  padding: 0 0 0 5px;
}
/* Tooltip text */
.mctool_result_table_tooltip .mctool_result_table_tooltip_text {
  visibility: hidden;
  width: 240px;
  background-color: white;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #ddd;
	font-size: 14px;
	line-height: 18px;
	color: #828282;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 10030;
  right: 20px;
  top: 0px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.mctool_result_table_tooltip:hover .mctool_result_table_tooltip_text {
  visibility: visible;
}
.mctool_content {
	padding-top: 70px;
	padding-bottom: 70px;
}
.mctool_content_wrapper {
	display: flex;
    flex-direction: row;
	gap: 5%;
}
.mctool_content_title, .mctool_content_body {
	flex: 50%;
}
.mctool_content_body_row_blocks {
	display: flex;
    flex-direction: row;
	gap: 30px;
}
.mctool_content_body_row_blocks_item {
	display: flex;
    flex-direction: column;
	flex: 1 1 0;
}
.mctool_content_body_row_blocks_head {
	display: flex;
    flex-direction: row;
	align-items: center;
	gap: 10px;
	padding-bottom: 10px;
}
.mctool_content_body_row_blocks_head_num {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
	width: 60px;
	height: 60px;
	background: #FCCFD5;
	border-radius: 20px;
	font-weight: 700;
	font-size: 24px;
	color: #FB4056;
}
.mctool_button_group {
	display: flex; 
	gap: 10px; 
	padding-top: 20px; 
	flex-wrap: wrap;
}
.wrapper h2 {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	color: #2D2C2D;
	padding-bottom: 30px;
}
.wrapper h5 {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #2D2C2D;
	padding-bottom: 20px;
}
.big_text_span {
	font-weight: 600; 
	font-size: 32px; 
	line-height: 38px; 
	color: #2D2C2D;
}
.mctool_modal_analysis_data {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.mctool_modal_analysis_title {
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.mctool_result_info ul {
	margin-bottom: 0;
}
.card_cta_modal {
	display: flex; 
	flex-direction: row; 
	gap: 10px; 
	flex-wrap: wrap; 
	justify-content: center;
}
.card_cta_item {
	background-color: #FFF9F9;
	min-width: 150px;
}
.card_cta_item_wrapper {
	display: flex; 
	flex-direction: column; 
	gap: 10px;
	min-height: 100%;
}

/* TDAC TOOL START*/
.mctool_result_tdac {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.mctool_tdac_head {
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: space-between; 
	gap: 20px;
}
.mctool_tdac_head_first {
	display: flex; 
	flex-direction: row; 
	gap: 10px;
	font-family: 'Urbanist';
	font-weight: 700;
	font-size: 24px;
	color: #2D2C2D;
	flex-wrap: wrap;
}
.mctool_tdac_head_second {
	display: flex; 
	flex-direction: row;
	justify-content: end;
	gap: 10px;
	font-family: 'Urbanist';
	font-size: 14px;
	color: #828282;
	margin-left: auto;
	flex-wrap: wrap; 
}
.mctool_tdac_head_first a {
	color: #2D2C2D;
}
.mctool_tiles {
	display: flex;
	flex-direction: row;
	gap: 20px;
	row-gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}
.tile_item {
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
	gap: 10px;
	border: 2px solid #F3F3F3;
	border-radius: 20px;
	width: 275px;
	min-height: 310px;
}
.tile_head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 50px;
	gap: 10px;
	line-height: 120%;
}
.tile_title {
	font-family: 'Urbanist';
	font-weight: 600;
	font-size: 20px;
	color: #2D2C2D;
}
.tile_value {
	padding-top: 30px;
	line-height: 100%;
}
.tile_value .font_big_size .suffix_span {
	font-size: 32px;
}
.tile_link {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}
.tile_country {
	font-family: 'Urbanist';	
	font-weight: 600;
	font-size: 16px;
	color: #2D2C2D;
}
.tile_key_level {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}
.tile_key_level_num {
	font-family: 'Urbanist';
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	color: #2D2C2D;
}
.tile_key_value {
	font-family: 'Urbanist';
	font-weight: 600;
	font-size: 14px;
	padding: 0 7px;
	background: #F6F6F6;
	border-radius: 99px;
}
.tile_value_items {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.tile_value_item {
	font-family: 'Urbanist';
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #828282;
}
/* TDAC TOOL END */

.mctool_standard_card {
	padding-bottom: 5%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-width: 260px;
}
.mctool_standard_card_items {
	display: flex;
	flex-direction: row;
	gap: 30px;
	row-gap: 10px;
	flex-wrap: wrap;
	#align-items: center;
}
.mctool_standard_card_value {
	display: flex;
	align-items: end;
	gap: 10px;
	justify-content: start;
}
.mctool_main_value {
	font-family: 'Urbanist';
	font-weight: 600;
	font-size: 64px;
	line-height: 100%;
	color: #2D2C2D;
}
.mctool_tag_val {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4px 6px;
	gap: 10px;
	width: fit-content;
	height: 35px;
	background: #F6F6F6;
	border-radius: 99px;
	font-weight: 600;
	font-size: 12px;
	color: #828282;
	white-space: nowrap;
	font-family: 'Urbanist';
}
.table_inline_error {
	font-size: 12px; 
	color: #EE2222;
	margin-left: 20px;
}

@media (max-width: 1199px) {
	.mctool_result_traffic {
		flex-direction: column;
	}
	.mctool_result_traffic_params {
		gap: 20px;
		margin: 0 auto;
	}
	.mctool_result_traffic_main_value, .mctool_result_traffic_value {
		padding-top: 0;
		font-size: 54px;
	}
	.mctool_result_traffic_block {
		flex-direction: row;
		align-items: center;
		gap: 30px;
		flex-wrap: wrap;
	}
	.mctool_tiles :nth-child(1 of .tile_item) { order: 1; }
	.mctool_tiles :nth-child(2 of .tile_item) { order: 3; }
	.mctool_tiles :nth-child(3 of .tile_item) { order: 2; }
	.mctool_tiles :nth-child(n+4 of .tile_item) { order: 4; }
}
@media (max-width: 992px) {
	.mctool_tab_mobile_hidden {
		display: none;
	}
	.mctool_modal_analysis_data {
		flex-direction: column;
	}
	.result_as .mctool_result_value {
		flex-basis: 100%;
	}
}
@media (max-width: 768px)  {
	.mctool_content_wrapper {
		flex-direction: column !important;
		gap: 5%;
	}
	.mctool_content_body_row_blocks {
		flex-direction: column;
	}
	.wrapper h1 {
		font-size: 58px;
		word-wrap: wrap;
	}
	.wrapper h2 {
		font-size: 50px;
		word-wrap: wrap;
	}
	.mctool_result_traffic_block {
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}
	.tool__result__item {
        min-width: 45%;
        text-align: center;
    }
	.mctool_button.modal_open  {
		margin: 0;
		max-width: 100%;
		min-width: 120px;
		width: 100%;
	}
	.mctool_tdac_head_first, .mctool_tdac_head_second {
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.mctool_title h1{
		font-size: 52px;
	}
	.mctool_main {
		width: 100%;
	}
	.mctool_tdac_head {
		justify-content: center;
	}
	.mctool_tdac_head2, .mctool_tdac_head2 svg {
		#flex-direction: column;
		#margin-left: auto;
	}
}


.result_as {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow-x: visible;
    overflow-y: hidden;
    flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}

.tool__result__domain_age {
	width: 100%;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	height: 44px;
	background: #FBFBFB;
	border-radius: 12px;
	color: #2D2C2D;
}
.domain_age_tag {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background: #FFB23F;
	border-radius: 99px;
	color: white;
	font-size: 16px;
}
.tool__result__item {
	text-align: center;
}

.tool__result__item-title {
    color: #828282;
    font-size: 14px;
    line-height: 1.2;
}

.tool__result__item-sum {
    color: #2D2C2D;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    padding-top: 15px;
}