/*
 ══════════════════════════════════════════
              Версия 2.0
            Обновление 19.02.26
           Стили мобильного вида
 ══════════════════════════════════════════
*/

/* === Скрытие элементов на мобильных === */
#pixie,
.animate_logo,
.img_big_line,
test-2235 {
	display: none;
}

/* === Общие мобильные стили === */
body {
	background: url(/resources/img/background_mobile.jpg) center fixed;
}
.container,
.content_img_text {
	margin: 20px 2% 50px;
}

/* === Контент === */
.headline_4 {
	font-size: 17px;
}
.headline_5 {
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.kb_block {
	width: 100%;
	margin: 0 0 12px;
	min-height: 80px;
}
.kb_block_st_48 {
	width: 99%;
}
.width_25_button,
.width_50_button_home {
	width: 100%;
}
.width_100_button,
.width_100_button_home {
	display: block;
}
.width_340px_left,
.width_340px_right {
	width: auto;
	float: none;
}
.a_class_4 {
	margin: 1px 8px;
	box-shadow: none;
}
.main-content {
	margin-bottom: 20px;
}

/* === Контакты === */
.contact_style_note {
	margin: 5px;
}
.contact_style_line {
	margin: 1px 15% 15px;
}
.contact_style_theme {
	margin: 1px 5% 15px;
}
.contactWidth {
	width: 100%;
	margin-bottom: 15px;
}

/* === WHMCS заказ === */
#order-modern .configtable td.fieldlabel {
	display: block;
	width: auto !important;
	text-align: center !important;
	margin: 10px 0 -3px;
}
#order-modern .configtable td.fieldarea {
	display: block;
}

/* === Инфо-диалог === */
.infotext-open:checked ~ .infotext-wrap .infotext-dialog {
	top: 5%;
}

/* === Clearfix === */
.clearfix::after,
.clearfix::before {
	display: table;
	content: " ";
}
.clearfix::after {
	clear: both;
}

/* === Тарифы === */
.tarif_block {
	margin-top: 10px;
	width: 100%;
}
.addons_info_text {
	margin: 0px 4px;
}
.addons_label_block {
    width: 50%;
    float: left;
}
label.addons_label {
    font-size: 16px;
    height: 70px;
    margin: 4px 4px;
    box-shadow: 0px 0px 2px 1px #555b;
}
label.addons_label div {
    overflow-wrap: anywhere;
}
