:root {
	--font: "Roboto";
	--white: #fff;
	--white-opacity: hsla(0, 0%, 100%, 0.9);
	--white-opacity-max: hsla(0, 0%, 100%, 0.1);
	--gray: #d6deea;
	--middle-gray: #eff3f7;
	--black: #000;
	--star_full: url(/images/review_st1_casino.webp);
	--star_empty: url(/images/review_st2_casino.webp);
	--middle-black: #373737;
	--light-black: #595959;
	--blue: #6017cd;
	--light-blue: #e7f0fb;
	--strong-blue: #4caf50;
	--middle-blue: #367239;
	--green: #cb0f0f;
	--red: #f74135;
	
	--white-gradient: linear-gradient(0deg, #f9fcff, #f9fcff), #fff;
	--blue-gradient: linear-gradient(270deg, #f9fcff, #f2f9ff);
	--middle-blue-gradient: linear-gradient(0deg, #e7f0fb, #e7f0fb), #fff;
	--strong-blue-gradient: linear-gradient(0deg, #e7f0fb, #e7f0fb), linear-gradient(0deg, #f9fcff, #f9fcff), #c4c4c4;
	--banner: url(/images/review_casino_casino.webp);
	--mob_banner: url(/images/review_casino-mob_casino.webp);	
	--faq_close: url(/images/review_faq_close_casino.webp)
}
/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_cyrillic-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
* {
	margin: 0;
	padding: 0;
	font-family: var(--font-regular)
}
body {
	background: #fff;
	background: var(--white);
}
button, input, textarea {
	outline: 0
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	max-width: 90%
}
img {
	max-width: 100%
}
.maket {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.home_link {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	min-height: 30vh;
}
.content {
	padding-top: 30px;
	padding-bottom: 30px
}
.content h2, .content h3 {
	margin: 20px 0
}
.content ol, .content ul {
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: "Roboto";
	font-family: var(--font);
	font-style: normal;
	font-weight: 400;
	font-size: 15px
}
.content ol li, .content ul li {
	margin-bottom: 10px;
	line-height: 175%
}
.content p {
	margin-bottom: 15px;
	font-family: "Roboto";
	font-family: var(--font);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	text-align: justify;
}
.content img {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%
}
.content h2, h3, h4, h5, h6 {
	text-align: center;
	font-family: "Roboto Bold";
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	color: #000;
	color: var(--black)
}
.content blockquote {
	background: linear-gradient(0deg, #e7f0fb, #e7f0fb), #fff;
	background: var(--middle-blue-gradient);
	padding: 35px 25px;
	border-radius: 15px;
	font-family: "Roboto";
	font-family: var(--font);
	font-style: normal;
	font-weight: 400;
	line-height: 175%;
	font-size: 15px;
	border: 1px solid #005c98;
	border: 1px solid var(--blue);
	margin-top: 30px;
	margin-bottom: 30px
}
.cms-table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.25;
	color: #4e4e4e
}
table tr {
	transition: background-color .27s cubic-bezier(.215, .61, .355, 1) 0s
}
table td {
	color: #000;
	color: var(--black);
	padding: 10px 15px;
	border-bottom: 1px solid #000;
	border-bottom: 1px solid var(--black);
	font-family: "Roboto";
	font-family: var(--font)
}
table tr:last-child td {
	border-bottom: none
}
table td:first-child {
	width: 30%;
	border-right: 1px solid #000;
	border-right: 1px solid var(--black)
}
table th {
	font-weight: 400;
	text-align: left;
	color: #000;
	color: var(--black);
	height: 32px;
	background-color: #e7f0fb;
	background-color: var(--light-blue);
	font-family: "Roboto";
	font-family: var(--font);
	font-weight: 700;
	padding: 10px 15px;
	text-align: center
}
table {
	border: 2px solid #005c98;
	border: 2px solid var(--blue);
	border-radius: 4px
}
.content table ol {
	margin-left: 5px
}
.c_topic_list li {
	    display: inline-block;
    color: #0c600c;
    padding: 4px 11px;
    border: 1px solid #0c600c;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 5px;
    margin-top: 5px;
}
.c_topic_list li a {
	text-decoration: none;
	font-family: "Roboto"
}
.c_topic_list .green {
	color: var(--green);
	border: 1px solid var(--green)
}
.c_topic_list a {
	color: #0c600c;
}
.c_topic_list .green a {
	color: var(--green)
}
.c_topic_desc_row {
	display: flex;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	align-items: center;
	order: -1;
}
.c_topic_desc_row:last-child {
	order: -2;
}
.c_topic_currency_item {
	width: 40px
}
.c_topic_desc, .c_topic_desc_value {
	min-width: 25%;
	font-family: "Roboto";
	font-style: normal;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--light-black)
}
.c_topic_desc_value {
	font-weight: 700;
	width: 75%;
	display: flex;
	flex-wrap: wrap
}
.c_topic_currency_item img {
	margin-right: 15px
}
.c_topic_currency {
	display: flex;
	align-items: center;
}
.c_topic_bonus_item_sub_title {
	font-family: "Roboto";
	font-size: 14px;
	line-height: 19px;
	color: var(--light-black);
	margin-bottom: 10px
}
.c_topic_bonus_item_sub_title, .c_topic_bonus_item_value {
	width: 100%;
	margin-top: 10px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase
}
.c_topic_bonus_item_value {
	font-family: "Roboto";
	font-size: 24px;
	line-height: 33px;
	color: var(--middle-black)
}
.c_topic_bonus_item_title {
	width: 100%;
	font-family: "Roboto";
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--light-black);
	text-align: center;
	margin-top: 15px
}
.c_topic_bonuses {
	display: flex;
	margin-bottom: 45px;
	justify-content: space-evenly;
	margin-top: 15px;
}
.c_topic_bonus_item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 222px;
	min-height: 112px;
	background: var(--white);
	border: 1px solid var(--gray);
	box-sizing: border-box;
	box-shadow: 0 2px 10px rgba(77, 92, 129, .25);
	border-radius: 15px
}
.c_topic {
	padding-top: 30px;
	padding-bottom: 40px;
	}
.c_topic_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.c_topic_up {
	    width: 30%;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--gray);
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgb(77 92 129 / 25%);
    border-radius: 15px;
    margin-bottom: 20px;
}
.f_name {
	margin: 10px 20px;
    border-bottom: 1px solid white;
    width: fit-content;
}
.c_topic_down {
	width: 100%;
	display: flex;
    flex-direction: column;
}
.c_topic_thumbnail {
	width: 200px;
	height: 110px;
	margin: 0 auto
}
.c_topic_img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.c_topic_title {
	margin-top: 20px;
	font-family: "Roboto";
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	color: var(--middle-black)
}
.c_topic_sub_title {
	font-family: "Roboto";
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	color: var(--light-black);
	padding-bottom: 15px
}
.c_topic_rating {
	margin: 0 auto
}
.event_close {
	width: 12px;
	height: 6px;
	position: absolute;
	background: var(--faq_close);
	top: 20px;
	right: 15px;
	transition: .7s
}
.rotate_arrow {
	transform: rotate(90deg)
}
.bonus_card_ttl {
	font-family: "Roboto";
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	color: var(--middle-black);
	margin-bottom: 20px
}
.bonus_item {
	background: var(--white);
	border: 1px solid var(--gray);
	box-shadow: 0 2px 10px rgba(77, 92, 129, .25);
	border-radius: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	flex-wrap: wrap
}
.bonus_item, .bonus_item_thumbnail {
	box-sizing: border-box;
	display: flex
}
.bonus_item_thumbnail {
	position: relative;
	width: 23%;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #e5e5e5;
	cursor: pointer
}
.bonus_item_action {
	width: 63%;
	padding: 10px 35px;
	box-sizing: border-box
}
.bonus_item_ttl {
	font-family: "Roboto";
	font-size: 22px;
	margin-bottom: 5px
}
.bonus_item_time {
	margin-bottom: 5px
}
.bonus_item_author, .bonus_item_time {
	font-family: "Roboto";
	font-size: 15px
}
.bonus_item_author {
	width: 14%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 10px 15px;
	box-sizing: border-box
}
.bonus_card_wrapper {
	padding: 20px 0
}
.bonus_item_button {
	border: 1px solid hsla(0, 0%, 100%, .2);
	box-sizing: border-box;
	box-shadow: inset 0 0 4px hsla(0, 0%, 100%, .25);
	border-radius: 10px;
	width: 250px;
	height: 46px;
	font-family: "Roboto";
	font-size: 15px;
	cursor: pointer;
	position: relative
}
.bonus_item_button:first-child {
	color: var(--white);
	background: var(--green);
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bonus_item_button:nth-child(2) {
	border: 1px solid var(--gray)
}
.bonus_item_button_wrapper {
	padding-top: 10px;
	display: flex;
}
.bonus_item_description {
	background: var(--light-blue);
	padding: 24px;
	border: 1px solid #d6deea;
	box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: var(--font);
	display: none;
	width: 100%
}
.show {
	display: block
}
@media (min-width:320px) and (max-width:767px) {
	.bonus_item_time, .bonus_item_ttl {
		text-align: center
	}
	.bonus_item_action, .bonus_item_author, .bonus_item_thumbnail {
		width: 100%
	}
	.bonus_item_action {
		padding: 10px
	}
	.bonus_item_button {
		width: 48%
	}
	.bonus_item_button:first-child {
		margin-right: 0
	}
	.bonus_item_button_wrapper {
		display: flex;
		justify-content: space-between
	}
}
.rotate_arrow {
	transform: rotate(180deg);
}
.btn_ref {
	width: 180px;
	height: 46px;
	background: var(--green);
	border: 1px solid hsla(0, 0%, 100%, .2);
	box-sizing: border-box;
	box-shadow: inset 0 0 4px hsla(0, 0%, 100%, .25);
	border-radius: 10px;
	display: inline-block;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	color: var(--white);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	text-decoration: none;
	line-height: 46px;
	margin-bottom: 15px;
	cursor: pointer
}
.btn_ref, .c_it_ratin_value {
	font-family: "Roboto";
	font-style: normal
}
.c_it_ratin_value {
	font-size: 22px;
	line-height: 30px;
	color: var(--middle-black)
}
.c_it_r_f {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--star_full)
}
.c_it_r_e {
	height: 100%;
	width: 100%;
	background: var(--star_empty)
}
.c_it_r_c {
	display: flex;
	padding: 2px 10px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center
}
.c_it_r_b {
	width: 120px;
	height: 24px;
	position: relative
}
.c_it_r_w {
	margin-top: 10px;
	width: 203px;
	height: 35px;
	border-radius: 18.5px
}
.c_topic_btn_wrapper {
	margin-top: 25px
}
.c_topic_up .c_it_buttons_box {
	display: block;
}
.title_h1 {
	margin: 30px 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
	.c_topic_up .c_it_buttons_box .btn_ref {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: 1px solid var(--white-opacity-max);
	}
}
@media (min-width:320px) and (max-width:767px) {
	.c_topic_wrapper {
		flex-wrap: wrap
	}
	.c_topic_up, .c_topic_down {
		width: 100%
	}
	.c_topic_bonuses {
		flex-wrap: wrap;
		justify-content: center
	}
	.c_topic_bonus_item {
		margin-top: 20px;
		width: 100%;
		height: auto;
		padding-bottom: 15px
	}
	.c_topic_desc_row {
		flex-wrap: wrap
	}
	.c_topic_desc, .c_topic_desc_value {
		width: 100%
	}
	.c_topic_currency_item {
		margin-top: 10px
	}
}
@media (min-width:320px) and (max-width:767px) {
	.content {
		overflow: hidden
	}
}
.btn_review {
	width: 180px;
	height: 46px;
	background: #005c98;
	background: var(--blue);
	border: 1px solid hsla(0, 0%, 100%, .2);
	box-sizing: border-box;
	box-shadow: inset 0 0 4px hsla(0, 0%, 100%, .25);
	border-radius: 5px;
	display: inline-block;
	font-family: "Roboto Bold";
	font-family: "Roboto";
	font-style: normal;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	color: var(--white);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	text-decoration: none;
	line-height: 46px;
	cursor: pointer
}
.c_t_b_w {
	display: flex;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 30px
}
header {
	position: absolute;
	top: 0;
	width: 100%;
	box-sizing: border-box
}
.m_cont {
	padding: 10px 0;
	display: flex;
	justify-content: space-between
}
.header_btn {
	font-family: var(--font);
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	background: 0 0;
	border: none;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 180px;
	color: var(--white);
	text-decoration: none;
	box-sizing: border-box;
	transition: .7s;
	cursor: pointer
}
.meanu {
	position: relative;
	padding-bottom: 25px
}
.meanu:hover .header_btn {
	background: var(--white-opacity-max);
	border-radius: 40px
}
.meanu_box ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.meanu_box ul li a {
	color: white;
	text-decoration: none;
	display: block!important;
}
.meanu_box_item {
	padding: 3px 10px;
    border: 1px solid white;
    border-radius: 7px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
    display: block;
}
.meanu_box_item a {
	text-decoration: none;
	font-family: var(--font);
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: var(--light-black)
}
.meanu_box_item:hover {
	background: var(--gray)
}
.meanu_box_item:hover a {
	color: #005c98
}
.dropdown_meanu {
	
}
::-webkit-scrollbar {
	width: 2px
}
::-webkit-scrollbar-thumb {
	border-width: 1px 1px 1px 2px;
	border-color: #777;
	background-color: #9fa7b4
}
::-webkit-scrollbar-thumb:hover {
	background-color: #9fa7b4
}
::-webkit-scrollbar-track-piece {
	background-color: #2a3950
}
@media (min-width:320px) and (max-width:767px) {
	.meanu {
		transform: translateX(10px)
	}
	.dropdown_meanu {
		left: -20px
	}
}
.m_ban {
	background-size: cover;
	height: 415px
}
.m_ban .banner_container {
	text-align: center;
	padding-bottom: 130px;
	padding-top: 150px;
	max-width: 850px
}
.banner_title {
	font-family: "Roboto";
	font-style: normal;
	font-size: 36px;
	line-height: 49px;
	text-align: center;
	color: var(--white);
	text-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}
@media (min-width:767px) {
	.m_ban {
		background: var(--banner);
		background-size: cover
	}
}
@media (min-width:320px) and (max-width:767px) {
	.m_ban {
		height: 385px;
		background: var(--mob_banner);
		background-size: cover;		
	}
	.banner_title {
		min-height: 350px
	}
	.m_ban .banner_container {
		max-width: 100%
	}
	.banner_title {
		font-size: 30px;
		line-height: 35px
	}
}
h1 {
	text-align: center;
	font-family: var(--font);
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	color: var(--black)
}
.c_h1 {
	padding-top: 36px;
	padding-bottom: 30px
}
@media (min-width:320px) and (max-width:767px) {
	.c_h1 {
		padding-top: 15px;
		padding-bottom: 10px
	}
}
.c_it_licensed {
	position: absolute;
    right: 0;
    top: 2px;
}
.content .c_it_licensed img {
	margin: 0 5px
}
.btn_ref {
	width: 180px;
	height: 46px;
	background: var(--green);
	border: 1px solid var(--white-opacity-max);
	box-sizing: border-box;
	box-shadow: inset 0 0 4px hsla(0, 0%, 100%, .25);
	border-radius: 5px;
	display: inline-block;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	color: var(--white);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	text-decoration: none;
	line-height: 46px;
	margin-bottom: 15px;
	cursor: pointer
}
.btn_ref, .c_it_ratin_value {
	font-family: "Roboto";
	font-style: normal
}
.c_it_r_e {
	height: 100%;
	width: 100%;
	background: var(--star_empty)
}
.c_it_ratin_value {
	font-size: 22px;
	line-height: 30px;
	color: var(--middle-black)
}
.c_it_r_f {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--star_full)
}

.c_it {
	margin-bottom: 13px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	background: var(--white);
	border: 1px solid var(--gray);
	box-sizing: border-box;
	box-shadow: 0 3px 9px rgb(77 92 129 / 28%);
	border-radius: 13px;
	margin-top: 10px;	
}
.c_it_r_c {
	display: flex;
	flex-direction: column;
	padding: 2px 10px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center
}
.c_it_r_b {
	width: 120px;
	height: 24px;
	position: relative
}
.c_t_w {
	padding: 30px 0;
}

.c_it_t {
	position: relative;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer
}
.c_it_marker {
	position: absolute;
	top: -17px;
	left: 3px
}
.c_it_rat {
	width: 25%;
	box-sizing: border-box;
	min-width: 20%
}
.c_it_packet {
	width: 25%;
	min-width: 21%;
	box-sizing: border-box
}
.c_it_packet_item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 222px;
	min-height: 112px;
	background: var(--white);
	box-sizing: border-box
}
.c_it_weiger {
	width: 25%;
	min-width: 21%;
	box-sizing: border-box
}
.c_it_buttons {
	width: 50%
}
.c_it_buttons_box {
	display: flex;
	width: 100%;
    justify-content: space-around;
}
.c_it_c {
	    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.c_it_c:last-child {
	justify-content: center;
}
.c_it_ti {
	font-family: "Roboto";
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	color: var(--middle-black);
	width: 100%;
	margin-bottom: 10px
}
.c_it_ti_packet {
	width: 100%;
	font-family: "Roboto";
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--light-black);
	text-align: center
}
.c_it_sub_title_packet, .c_it_subti {
	width: 100%;
	font-family: var(--font);
	font-style: light
}
.c_it_sub_title_packet {
	text-transform: uppercase;
	font-weight: 700;
	text-align: center
}
.c_it_t img {
	margin-top: 20px;
	margin-bottom: 20px
}
@media (min-width:320px) and (max-width:767px) {
	.c_it_packet_item {
		width: 90%
	}
	.btn_ref {
		max-width: 100%;
		margin-bottom: 0
	}
	.c_it {
		flex-wrap: wrap
	}
	.c_it_c, .c_it_t {
		width: 100%;
		text-align: center
	}
	.c_it_buttons_box {
        flex-wrap: wrap;
}
	.c_it_c {
		justify-content: center;
		padding: 10px
	}
	.c_it_buttons_box {
		justify-content: space-between;
		width: 100%;
		margin-bottom: 15px;
	}
	.c_it_buttons {
		padding: 3px
	}
	.c_it_buttons_box a {
		width: 100%;
		margin-bottom: 0
	}
	.c_it_buttons_box .btn_ref {
		margin-bottom: 6px;
	}
	
}
.c_t_b_w {
	display: flex;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 30px
}
.blog_card_wrapper {
	padding-top: 25px;
	padding-bottom: 25px
}
.blog_card_item {
	padding-bottom: 10px;
	padding-top: 10px;
	display: flex
}
.blog_card_item_left {
	width: 30%
}
.blog_card_item_right {
	width: 70%
}
.blog_card_item_img_wrapper {
	width: 320px;
	height: 190px
}
.blog_card_item_img_wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.blog_card_item_permalink {
	font-family: "Roboto";
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: var(--middle-black)
}
.blog_card_item_title {
	margin-bottom: 15px
}
.blog_card_item_author {
	font-family: var(--font);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 124%;
	text-decoration: none;
	color: var(--middle-black);
	text-transform: uppercase;
	margin-bottom: 15px
}
.blog_card_item_author span {
	color: var(--blue);
	display: inline-block;
	margin-right: 25px
}
.blog_card_item_excerpt {
	height: 60px;
	overflow: hidden;
	font-family: var(--font);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 175%
}
.blog_card_item_btn {
	width: 201px;
	height: 46px;
	background: var(--green);
	border: 1px solid var(--white-opacity-max);
	box-sizing: border-box;
	box-shadow: inset 0 0 4px hsla(0, 0%, 100%, .25);
	border-radius: 10px;
	display: inline-block;
	font-family: var(--font);
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 46px;
	text-align: center;
	color: var(--white);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	text-decoration: none;
	margin-top: 15px
}
@media (min-width:320px) and (max-width:767px) {
	.blog_card_item {
		flex-wrap: wrap
	}
	.blog_card_item_left {
		width: 100%
	}
	.blog_card_item_right {
		margin-top: 20px;
		width: 100%
	}
	.blog_card_item_img_wrapper {
		width: 100%
	}
}
.footer_meanu {
	padding-top: 10px;
	padding-bottom: 10px
}
.footer_meanu_item {
	display: inline-block;
	padding: 10px
}
.footer_meanu_item a {
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Roboto Semi"
}
footer {
	padding-bottom: 25px;
	color: var(--white);
	background: #002c00;
}
.footer_text {
	font-family: var(--font);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: var(--white)
}
.footer_container {
	padding-top: 25px;
	position: relative
}
.security_logo {
	position: absolute;
	top: 25px;
	right: 10px
}
.f_part {
	padding-bottom: 15px;
	padding-top: 15px;
	background: #100f0f;
}
.f_part_wrapper {
	display: flex;
	justify-content: space-between
}
.partners_link {
	height: 40px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px
}
.partners_link:first-child {
	margin-left: 0
}
.partners_link svg {
	max-height: 100%;
	display: block;   
}

.social_link {
	margin-left: 5px;
	margin-right: 5px
}
@media (min-width:320px) and (max-width:767px) {
	.security_logo {
		margin-top: 10px;
		position: static
	}
	.f_part_wrapper {
		flex-wrap: wrap
	}
	.partners_link {
		margin-top: 5px;
		margin-bottom: 5px
	}
	.f_part_left, .f_part_right {
		width: 100%;
		text-align: center
	}
	.footer_text {
		text-align: center
	}
}
@media (max-width:1024px) {
	.c_it_rat {
    width: 50%;
   }
   .c_it_t {
    width: 50%;
}
.c_it_packet {
    width: 50%;
    }
    .c_it_weiger {
    width: 50%;
   }
   .c_it_buttons {
    width: 100%;
}
.c_it_r_c {
    justify-content: center;
   }
}
@media (max-width:424px) {
	.c_it_rat {
    width: 100%;
   }
   .c_it_t {
    width: 100%;
}
.c_it_packet {
    width: 100%;
    }
    .c_it_weiger {
    width: 100%;
   }
   .c_it_buttons {
    width: 100%;
}

}
