﻿.domens_flex{
	display: flex;
  flex-direction:row;
  justify-content:space-between;
}
.bonus_flex{
	display: flex;
  flex-direction:row;
  justify-content:space-around;
}
.features-list{
	margin: auto;
}
.small_font {
	font-size: 80%;
}
@media (min-width: 992px) {
	#features-list{
		width: 70%;
	}
}
.strikethrough {
	position: relative;
}

.strikethrough:before {
  border-bottom: 3px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-7deg);
}
@media (max-width: 992px) {
	.strikethrough:before {
    border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    transform: rotate(-15deg);
	}
}

.red_price{
	color: #FF5353;
}
.buy_now_knopka {
	text-align: right;
}
@media (min-width: 992px) {
	.buy_now_knopka {
	width: 85%;
	}
}	
iframe {
width: 100%;
}


.my-flex-container_bonus{
	display: flex;
	justify-content:center;
}


table.minimalistBlack {
  width: 80%;
  text-align: center;
  margin: auto;

    border-bottom: none; /* Убираем линию снизу */
}
table.minimalistBlack td, table.minimalistBlack th {
  padding: 7px 5px;
  border-bottom: 1px solid #BABABA; /* Линия снизу */
}

table.minimalistBlack tr:hover {
    background: #474747; /* Цвет фона */
   }