/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #131314;
}
.block_title {
	font-weight: 600;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0.03em;
}
@media (max-width: 767.98px) {
	.block_title {
		font-size: 24px;
	}
}
header .nav-link {
	text-transform: uppercase;
}
.nav_background {
	background-color: rgba(19, 19, 20, 0.9);
	z-index: 50;
}
.main_link {
	color: #FFFFFF;
	transition: color 0.3s ease 0s;
}
.main_link:hover, .main_link.active {
	color: #FFDD55;
}
/*Головна*/
.block_title_main {
	font-weight: 600;
	font-size: 55px;
	color: #FFFFFF;
	letter-spacing: 0.03em;
}
.card_text {
	font-size: 24px;
}
.main_text {
	font-size: 21px;
}
@media (max-width: 767.98px) {
	.block_title_main {
		font-size: 33px;
	}
	.card_text {
		font-size: 18px;
	}
	.main_text {
		font-size: 16px;
}
}
.card_style {
	border-radius: 50px 50px 0px 0px;
	background: rgba(52, 52, 52, 0.13);
	padding: 60px;
}
 @media (max-width: 767.98px) {
 	.card_style {
 		padding: 30px 15px;
 	}
 }
.btn_style {
	background-color: #FFDD55;
	border-radius: 15px;
	font-weight: 600;
	font-size: 22px;
	color: #222222;
	padding-left: 31px;
	padding-right: 31px;
	transition: background-color 0.3s ease 0s;
	text-align: center;
}
.btn_style:hover {
	background-color: #FCD024;
}
@media (max-width: 480px) {
	.btn_style {
		font-size: 18px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Пропонуємо до ретрансляції*/
.card_channels {
	border-radius: 10px;;
}
.card_channels_bg {
	/*background-color: #FFE600;*/
}

/*Постійна комплексна підтримка партнерів*/
.support_block_title {
	max-width: 770px;
}
.support_card {
	max-width: 213px;
}
.support_title {
	font-size: 17px;
	color: #FFDD55;
}
.support_text {
	font-size: 14px;
}

/*Перший український дистрибутор з власним застосунком для партнерів*/
.app_block_title {
	max-width: 1160px;
}
/*Наші партнери */
.partners_item img {
	max-width: 100%;
	height: auto;
}
.partners_link {
	font-size: 23px;
	letter-spacing: 0.03em;
	transition: color 0.3s ease 0s;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.partners_link:hover {
	color: #FCD024;
	text-decoration: none;
	border-bottom: 1px solid transparent;	
}
@media (max-width: 767.98px) {
	.partners_link {
		font-size: 18px;
	}
	.partners_item img {
		max-width: 70%;
		height: auto;
	}	
}
/*footer*/
.footer_title {
	font-weight: bold;
	font-size: 18px;
}
.footer_contacts a{
	font-size: 14px;
	color: #FFFFFF;
	transition: color 0.3s ease 0s;
}	
.footer_contacts:hover {
	color: #FCD024;
}
.btn_footer {
	background: #FFDD55;
	border-radius: 8px;
	color: #222222;
	font-weight: 600;
	font-size: 12px;
	padding: 11px 20px;
	transition: background-color 0.3s ease 0s;
}	
.btn_footer:hover {
	background-color: #FCD024;
}
.footer_rights {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
}

/*Переваги легального показу*/
.advantages_block_title {
	color: #FFDD55;
	font-weight: 600;
	font-size: 35px;
}
.advantages_text {
	font-size: 23px;
	max-width: 554px;
}
.advantages_ansver {
	font-size: 23px;
	max-width: 1200px;
}
@media (max-width: 767.98px) {
	.advantages_text , .advantages_ansver {
		font-size: 16px;
	}
	.advantages_block_title {
		font-size: 21px
	}
}

/*Зручні спеціалізовані застосунки SMART TV для сегменту HORECA*/
.app_block_title {
	max-width: 1160px;
}
.app_row {
	position: relative;
}

@media (max-width: 767.98px) {
	.app_card_center .w-75 {
		width: 100% !important;
		height: auto !important;
	}
}

.max-w-100 {
	max-width: 100%;
	height: auto;
}

.tvcontent {
	transform: scale(2);
}

@media (max-width: 767.98px) {
	.tvcontent {
		transform: scale(1.5);
	}
}

.app_card_center.horeca img{
	position: absolute;
	max-width: 60%;
	height: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.card_channels {
	position: relative;
	overflow: hidden;
}

.card_channels > img {
	position: relative;
	z-index: 1;
}

.card_channels .card_channels_text {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	opacity: 0;
	transition: all 0.5s linear;
}

.card_channels .card_channels_text:before {
	content: '';
	background: rgba(0, 0, 0, 0.75);
	filter: blur(4px);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.card_channels .card_channels_text > div {
	position: absolute;
	z-index: 3;
	padding: 20px;
	font-size: 13px;
}

.card_channels:hover .card_channels_text, .card_channels:active .card_channels_text, .card_channels:focus .card_channels_text{
	opacity: 1;
}

@media (max-width: 992px) {
	.card_channels .card_channels_text > div {
		font-size: 11px;
		padding: 15px;
	}
}

@media (max-width: 400px) {
	.card_channels .card_channels_text > div {
		font-size: 10px;
		line-height: 13px;
		padding: 10px;
	}
}

@media (max-width: 340px) {
	.card_channels .card_channels_text > div {
		font-size: 9px;
		line-height: 11px;
		padding: 10px;
	}
}

#feedbackModal .modal-content {
	background: #FFDD55;
	border-radius: 35px;
}

#feedbackModal .modal-header {
	border: none !important;
}