@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import "fontawesome/css/solid.min.css";

@font-face {
	font-family: Tengri;
	src: url(fonts/18817.otf);
}
@font-face {
	font-family: "Univers Condensed Medium";
	src: url(fonts/18524.ttf);
}
@font-face {
	font-family: v_ALoveOfThunder;
	src: url(fonts/19218.ttf);
}

/* CUSTOM STYLE */
.body {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #f1f2f2;
	background-image: url('/images/snow.png');
}
.h3-content {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.breadcrumb {
	white-space: nowrap;
	width: 100%;
	flex-wrap: nowrap;
}
.breadcrumb-item+.breadcrumb-item::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	color: #adadad;
	font-weight: 600;
	font-size: 10px;
	margin-top: 5px;
}
li.breadcrumb-item.active span {
	text-decoration: underline;
}
.short-text {
	font-size: 14px;
}
.top-bar {
	display: none;
	/*display: grid;
	background: #e7e7e7;
	padding: 8px 20px;*/
}
.nav-child .current {
	background: #fff;
}
.module-topmenu > li:hover {
	background: #f5f5f5;
}
.module-topmenu .nav-child {
	display: none;
}
.module-topmenu .parent:hover .nav-child {
	display: block;
	top: 5px;
	left: -1px;
	position: relative;
	background: #f5f5f5;
	z-index: 999;
	min-width: 270px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	padding-left: 0;
}
.module-topmenu .nav-child > li {
	border-left: none !important;
	border-top: 1px solid #e0e0e0;
	list-style: none;
	width: 100%;
	margin-left: 0;
	text-align: left;
	display: table;
}
ul.module-topmenu .nav-child > li:hover {
	transition: 1s;
	background: #ddd;
}
.module-topmenu > li > .nav-child > li > a {
	font-weight: 400 !important;
	display: block;
	padding: 3px 50px;
}
.cat-children {
	margin-top: 25px;
}
.cat-children > .last {
	padding-bottom: 10px;
	padding-top: 0px;
}
.last > h3 > a {
	color: #717171;
	text-decoration: none;
	font-size: 18px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.brand {
	padding: 0px;
	display: block;
	text-align: center;
}
.brand-name {
	padding: 18px 0;
	margin: 0;
	font-weight: 700;
}
#accordionFlushExample {
	border-top: 1px solid #ccc;
}
.accordion-button:not(.collapsed) {
	background: none;
}
.accordion-item:last-of-type .accordion-collapse, .accordion-button {
	border: none;
}
.page-header {
	margin: 20px 0 0;
}
.page-header h2 {
	font-size: 18px;
}
.item-faq {
	border-bottom: 1px solid #ccc;
}
.page-header-faq > h2 > a {
	padding-left: 0;
	font-size: 18px;
	color: #222;
}
.faq, .blog {
	padding: 30px;
	border: 1px solid #ccc;
	background: #fff;
}
.faq-desc ul {
	list-style: none;
}
.faq-desc ul li:before {
	content: "\2014 ";
	margin-right: 10px;
}
.blog-item p {
	margin: 0;
}
.blog-item ul {
	display: flex;
	list-style: none;
	padding-left: 0;
}
.article-info {
	margin-bottom: 0;
}
.blog-item > div > .article-info {
	margin-bottom: 0;
}
.blog-h2_header {
	font-size: 18px;
}
.blog-h2_header a {
	display: none;
	text-decoration: none;
	color: #222;
}
.item-page > .page-header > h2 {
	margin-left: 30px;
	display: block;
	margin-top: 10px;
	font-size: 26px;
	font-weight: 800;
}
.header-position {
	position: absolute;
	background: #fbfbfb;
	padding: 10px;
}
.moduletable > h3 {
	font-family: "Apercu","Helvetica Neue", Arial, sans-serif;
}
.published {
	color: #afafaf;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 7px;
}
.form-select {
	width: auto;
}
.element-invisible {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 6px;
}
.user-bar {
	margin-bottom: 30px;
	height: 34px;
	box-shadow: 0 2px 6px #0000005c;
	background: rgb(54,54,54);
	background: linear-gradient(180deg, rgba(54,54,54,1) 0%, rgba(54,54,54,0.804359243697479) 100%);
	position: fixed;
	width: 100%;
	z-index: 999;
}
.user-bar .menu {
	display: block;
	text-align: right;
	padding: 5px 0;
}
.medium-container {
	padding-top: 70px;
}
.user-profile {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
	text-transform: unset;
}
.user-profile:hover {
	color: #4ab2ff;
}
.user-profile img {
	padding: 0 15px;
	margin-top: -3px;
	vertical-align: middle;
}
.user-profile:before {
	font-family: "Font Awesome 5 Free";
	content: "\f52b";
	font-weight: 600;
	margin-right: 10px;
}
.top-menu {
	margin-top: 30px;
	margin-bottom: 2px;
	background: #dadada !important;
	height: 34px;
}
.style-lang ul .lang-active a {
	text-decoration: underline;
	font-weight: 600;
}
.pagination {
	margin-top: 30px;
}
.module-topmenu {
	display: flex;
	width: 100%;
}
.module-topmenu li {
	text-align: center;
	border-left: 1px solid #fff;
	padding: 5px 0;
	width: 14.28%;
	height: 34px;
	cursor: pointer;
}
.module-topmenu li a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: dashed;
	color: #000;
	display: block;
}
.time-work {
	color: #a00303;
}
.slider-inet {
	margin: 0;
}
.tariffs-box {
	padding-top: 20px;
	padding-bottom: 30px;
	background: #f1f2f2;
	background-image: url('/images/snow.png');
}
.item-179 {
	margin-left: 8px;
}
.item-112, .item-110 {
	border-right: 1px solid #fff !important;
}
.module-topmenu > .current {
	background-color: #c5c5c5;
}
.current {
	color: grey;
}
.module-topmenu li a:hover {
	background: none;
}
.phones h4 {
	padding: 0;
	margin: 0;
}
.user-account h4 {
	margin-top: 0;
	margin-bottom: 8px;
}
.live-chat {
	cursor: pointer;
	border: 1px solid;
	padding: 2px 16px;
	text-decoration: none;
	border-radius: 30px;
}
.live-chat:hover {
	background-color: rgb(14, 142, 206);
	color: #fff;
}
.link-send_admins {
	font-size: 14px;
}
.map {
	height: 210px;
	background: #ccc;
	width: 100%;
	left: 0;
	margin-top: 1px;
}
.map-box {
	margin-top: 1px;
	margin-bottom: -49px;
}
#back-top {
	margin: 0 15px;
	color: #ccc;
}
#back-top i {
	font-size: 14px;
	vertical-align: middle;
}
#back-top:hover {
	border-bottom: 1px solid #ccc;
}
#map {
	position: relative;
	margin: 0 auto;
	width: auto;
	height: 400px;
}
.places__place {
	text-align: center;
	border: 0;
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	white-space: nowrap;
}
#places > div {
	width: auto;
}
.contact-category {
	position: relative;
	top: -34px;
	background: #fff;
	padding: 18px;
	padding-top: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	border-radius: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: -50px;
}
.contact-category h2 {
	text-align: center;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-bottom: 20px;
	background: #ea4335;
	color: #fff;
}
.contact-category form {
	font-size: 14px;
}
.contact-category ul {
	list-style: none;
	padding-left: 0;
	max-width: 800px;
	margin: auto;
}
.category-desc {
	font-size: 14px;
	max-width: 800px;
	margin: auto;
	padding: 0 10px;
}
.list-title > a {
	color: #414141;
	text-decoration: none;
}
.sidebar-nav {
	display: block;
}
.sidebar-nav > div > .mod-list {
	list-style: none;
	padding-left: 0;
}
.sidebar-nav > .moduletable > ul > li {
	margin-bottom: 20px;
}
.content-category {
	background: white;
	border: 1px solid #ccc;
	padding: 25px;
}
.content-category h2 {
	margin-top: -10px;
	margin-bottom: 20px;
}
.content-category p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.content-h2 {
	font-size: 22px;
	font-weight: 200;
	margin-bottom: 15px;
}
.btn-toolbar {
	padding: 5px;
	padding-left: 17px;
	background: #e6e6e6;
	border: 1px solid #ccc;
}
.btn-toolbar .chzn-container-single {
	padding: 0;
	margin-top: 6px;
	margin-bottom: 11px;
}
.single-item-news {
	font-family: PF Regal,PF Regal Text Pro,Georgia,serif;
	position: relative;
	display: block;
	margin-top: 30px;
	font-size: 18px;
	line-height: 2;
}
.single-item-news h2 {
	/*position: absolute;*/
	display: block;
	top: -365px;
	/*background: #6684d8cc;*/
	max-width: 600px;
	/*padding: 0 10px;*/
	font-family: PF Regal,PF Regal Text Pro,Georgia,serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.5;
	/* box-shadow: 0 0 36px #00000052; */
	/*color: #707070;*/
}
.mod-articles-category-title {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #4e4e4e;
	text-decoration: none;
}
.mod-articles-category-title:hover {
	color: #000;
	text-decoration: underline;
}
.mod-articles-category-date {
	font-family: monospace;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
}
.accordion-button:focus {
	border-top: 3px solid #008fd9;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: #222;
}
.accordion-body {
	color: #575757;
	font-size: 14px;
	padding-top: 0;
}
.contract-header {
	margin-top: 50px;
	margin-bottom: 50px;
}
.item-content {
	padding: 10px 30px 25px 30px;
}
.item-content ul {
	list-style: none;
	padding-left: 0;
}
.item-content ul li:before {
	content: "\2014 ";
	margin-right: 10px;
}
.item-page {
	background: white;
	border: 1px solid #ccc;
}
.item-page > .article-info .published {
	margin-left: 31px;
	margin-top: 25px;
	padding-bottom: 0;
}
.item-page >.item-image {
	width: 100%;
}
.item-image > img {
	width: 100%;
	max-height: 270px;
	margin-bottom: 30px;
	clear: right;
	object-fit: cover;
}
.image-error-page > img {
	max-height: unset;
}
.item-news > .item-image > img {
  max-height: unset;
}
.item-contact {
	margin-bottom: 12px;
}
.item-contact .list-title,  .item-contact .list-title > span {
	margin: 0;
	padding: 0;
}
.container-message {
	margin-top: 45px;
}
.info-message {
	padding: 8px;
	margin-bottom: 2px;
	background: #ffb800;
	font-size: 14px;
	text-align: center;
}
.info-message p {
	margin-bottom: 0;
}
.archive-search {
	background-color: #e6e6e6;
	padding: 9px;
}
.archive-search label {
	display: none;
}
.archive-filter {
	padding: 10px;
	background-color: #e6e6e6;
}
.archive-filter > .chzn-container {
	margin-top: 0;
	padding-bottom: 5px;
}
.archive-filter > button {
	vertical-align: bottom !important;
	margin-bottom: -2px;
}
#filter-search, .input-mini {
	border: 1px solid #a3a3a3;
	padding: 8px;
	border-radius: 3px;
}
.pld-blog_images > a > img {
	width: 100%;
	height: auto;
}
.container-breadcrumbs {
	background: white;
	padding: 5px 0px 8px 0px;
}
.breadcrumb {
	margin-bottom: 0;
	font-size: 14px;
}
.newsListHeader h2 {
	font-size: 24px;
	margin: 0 0px 30px 10px;
	padding: 0;
}
.item-faq ul {
	padding-left: 0;
	list-style: none;
}
.item-faq ul li:before {
	content: "\2014";
	margin-right: 10px;
}
.news-item > form {
	background: white;
	box-shadow: 0 0 11px #cccccc73;
	border-radius: 5px;
	padding: 30px;
	height: 350px;
	overflow: hidden;
	display: grid;
}
.news-item .home-introtext {
	overflow: hidden;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to bottom, #000, #000, rgba(0, 0, 0, 0));
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 32px;
	line-height: 1.4;
	height: 85px;
}
#archive-items {
	padding: 30px;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -25px;
}
.arrow {
	list-style: square;
}
.right_arrow {
	margin-left: 35px;
	height: 28px;
}
.news-blog_image {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-blog_image a {
	margin: 0;
	padding: 0;
}
.news-blog_image img {
	object-fit: cover;
	width: 100%;
	min-height: 80px;
	max-height: 285px;
	vertical-align: text-top;
}
.pld-blog_images > div > a > img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.blog-all_items {
	margin-top: -5px;
	margin-bottom: -10px;
}
.blog-all_items > .item {
	padding-top: 3px;
	padding-bottom: 10px;
}
.blog-all_items p {
	margin-bottom: 0;
}
.blog-all_items > div > .news-blog_image {
	height: auto;
}
.blog-all_items:hover {
	cursor: pointer;
}
.blog-all_items:hover .news-blog_image img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
}
.article_column {
	margin-top: 5px;
	margin-bottom: -10px;
}
.readmore {
	display: block;
	margin: 0;
	padding: 0;
}
.header-news h3 {
	text-align: center;
	margin-bottom: 30px;
}
.news-header {
	margin-top: -25px;
	margin-bottom: 0;
	height: 85px;
	font-size: 29px;
	overflow: hidden;
}
.news-header a {
	font-family: "Apercu","Helvetica Neue", Arial, sans-serif;
	font-size: 27px;
	color: #252525;
	text-decoration: none;
}
.news-header a:hover {
	text-decoration: underline;
}
.news-item_page {
	padding: 30px;
}
.item-news_content {
	padding-top: 15px;
}
.feature_page-header {
	margin-bottom: 30px;
	text-align: center;
}
.feature_page-header > h2 {
	width: 100%;
	text-align: center;
	font-size: 26px;
}
.feature-header {
	font-size: 23px;
	height: 75px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 2;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
}

.linkTitleNews {
	cursor: pointer;
	line-height: 1.4;
	color: #333;
	position: relative;
	text-decoration: none;
}

.linkTitleNews:hover {
	width: 100%;
	text-decoration: underline;
}

.mod-languages select {
	background: inherit;
	color: #fff;
	border: none;
}
.sum-content {
	font-weight: 600;
}
.full-news .menu {
	margin: auto;
	display: block;
	padding: 15px;
	margin-bottom: -10px;
	border-top: 2px dashed #ccc;
	padding-top: 20px;
}
.full-news {
	text-align: center;
	margin-top: 30px;
}
.full-news a {
	color: #222;
	font-size: 15px;
}
.table-news {
	margin-bottom: 50px;
}
.box-right_arrow {
	top: 0;
}
.license {
	width: 100%;
}
.line {
	border-top: 1px solid #ccc;
	width: 100%;
}
.h2-header_news, .h2-header_tariffs {
	font-size: 26px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}
.tariffs-box .h2-header_tariffs {
	text-align: center;
	padding-top: 15px;
}
.tariffs-box .tab-content {
	display: block;
	height: 370px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.tariffs-navigation .active {
	color: #0e8ece;
	/*border-bottom: 3px solid #088fef;*/
	vertical-align: -webkit-baseline-middle;
	text-decoration: underline;

}
.link-internet, .link-digital_tv {
	color: dimgrey;
	text-decoration: none;
	padding: 5px;
	font-size: 18px;
	width: 200px;
	line-height: 2;
}
.inet-tariffs {
	text-align: right;
}
.docs-header {
	white-space: nowrap;
}
.navServices-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	box-shadow: 0 2px 4px #00001121;
}
.navServices-icon i {
	position: relative;
	height: 37px;
	width: 37px;
	vertical-align: sub;
	font-size: 16px;
	text-align: center;
	color: #ff00c8;
}

.tv-tariffs {
	text-align: left;
}
.tariffs-navigation {
	margin-bottom: 30px;
}
.tariffs-navigation > ul {
	width: max-content;
	margin: 15px auto;
}
.tariffs-navigation > ul > li {
	width: 250px;
	margin: 0 13px;
	text-align: right;
}
.tariffs_tv {
	height: 370px;
	border-radius: 10px;
	padding: 40px;
	background: url(/templates/cable-tv/images/television.jpg);
	background-position: bottom;
	background-size: cover;
	filter: grayscale(40%);
	opacity: 0.8;
	color: #fff;
}
.tariffs_tv button {
	margin-top: 45px;
}
.tariffs-card {
	font-family: Regular, sans-serif;
	height: 370px;
	text-align: center;
	background: white;
	-webkit-transition-duration: 0.5s;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%), 0 0 0 1px rgb(0 0 0 / 9%);
}
.tariffs-card:hover {
	box-shadow: rgba(0, 0, 0, 30%) 0px 0px 10px -1px;
	border: none;
	cursor: pointer;
	-webkit-transform: scale(1.05);
}
.tariffs-header {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.tariffs-card h5 {
	width: max-content;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 24px;
}
.tariffs-card button {
	margin-top: 20px;
}
.span-color0,
.span-color1,
.span-color2,
.span-color3 {
	color: #0e8ece;
	font-weight: 500;
	text-decoration: underline;
	margin-left: 15px;
	font-size: 18px;
}
.background-0 {
	background-image: linear-gradient(#fff, #eee);
	border-bottom: 4px solid red;
}
.background-1 {
	background-image: linear-gradient(#fff, #eee);
	border-bottom: 4px solid orange;
}
.background-2 {
	background-image: linear-gradient(#fff, #eee);
	border-bottom: 4px solid #7BD553;
}
.background-3 {
	background-image: linear-gradient(#fff, #eee);
	border-bottom: 4px solid blue;
}
.speed i {
	font-size: 36px;
}
.tariffs-card .speed {
	margin-top: 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin: auto;
	color: #444;
	width: 180px;
}
.tariffs-card .price {
	margin-bottom: 18px;
	text-align: center;
}
.tariffs-price_tv > sup {
	font-size: 0.7em
}
.price > span > h2, .tariffs-price_tv {
	font-size: 75px;
	font-weight: 400;
	font-family: v_ALoveOfThunder;
	margin-top: 20px;
}
.ident-money {
	font-size: 22px;
	display: block;
	margin-top: 21px;
}
.tags {
	list-style: none;
	margin-bottom: 0;
}
.tag-category > form > .category {
	list-style: none;
	padding: 30px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tag-category h3 > a {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}
.tag-category a > img {
	width: 100%;
}
.context-tag {
	height: 97px;
	overflow: hidden;
}
.contact-information {
	max-width: 800px;
	margin: auto;
	padding: 10px;
}
.contact-information p {
	margin-bottom: 0;
}
.box-footer_menu {
	padding: 18px 0px 18px 30px;
}
.box-footer_menu a {
	color: #000;
}
.box-footer_menu li a {
	padding: 19px 20px;
}
.full-footer_menu {
	margin-bottom: 80px;
	margin-left: 15px;
}
.bootom-navigation {
	margin-top: 65px;
	padding-bottom: 50px;
}
.footer {
	background: #222222;
}
.footer p {
	margin-bottom: 0;
	color: #fff
}
.footer a {
	text-decoration: none;
}
.footer h3 {
	font-size: 18px;
}
.footer-menu {
	background: #d8dbdd;
	min-height: 60px;
	font-weight: 400;
}
.footer-nav {
	color: #fff;
	padding-top: 45px;
	min-height: 250px;
}
.footer-nav_menu {
	color: #fff;
	display: block;
}
.footer-nav_menu a {
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.footer-nav_menu a:hover {
	text-decoration: underline;
}
.social-icon-vertical {
	display: grid;
	width: 8px;
	text-align: center;
}
.icon-social_network {
	cursor: pointer;
}
.social-icon-vertical > .icon-social_network {
	font-size: 18px;
	line-height: 0;
	color: #000;
	background: #fff;
	border: 1px solid #333;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 3px;
}
.vertical-soc-nav {
	font-family: "ApercuMono", Courier;
	color: #fff;
	min-width: 100px;
	margin-top: 30px;
	-moz-transform-origin: 5px 10px;
	-ms-transform-origin: 5px 10px;
	-webkit-transform-origin: 5px 10px;
	transform-origin: 5px 10px;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: block;
	position: relative;
}
/* Search Form */
#searchForm > .btn-toolbar > div > button {
	background: #0e8ece;
	border-radius: 0 5px 5px 0;
	border: 1px solid #0e8ece;
	margin-left: -1px;
	color: #fff;
}
#searchForm > .btn-toolbar > div > input {
	padding-left: 10px;
	border: 1px solid #ccc;
}
.phrases {
	padding: 30px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.controls > label > input {
	margin-right: 10px;
	margin-top: 10px;
}
.ordering-box {
	margin-top: 15px;
}
.ordering-box > label {
	margin-right: 8px;
}
.ordering-box select {
	padding: 6px;
}
.search-form {
	padding: 25px 30px 10px 30px;
	background: #e6e6e6;
}
.searchintro > p > strong > span {
	color: #222;
	font-size: 16px;
}
.recommend {
	position: absolute;
	display: inline-flex;
}
.recommend img {
	margin-top: -11px;
	margin-left: -15px;
}
.label-name {
	transform: rotate(
			45deg
	);
	font-size: 12px;
	color: #fff;
	margin-top: -14px;
	margin-bottom: -141px;
}
/* FORM Error Style */
@keyframes uk-shake {
	0%, 100% { transform: translateX(0); }
	10% { transform: translateX(-9px); }
	20% { transform: translateX(8px); }
	30% { transform: translateX(-7px); }
	40% { transform: translateX(6px); }
	50% { transform: translateX(-5px); }
	60% { transform: translateX(4px); }
	70% { transform: translateX(-3px); }
	80% { transform: translateX(2px); }
	90% { transform: translateX(-1px); }
}
textarea.uk-form-danger,
input.uk-form-danger {
	border-bottom: 1px solid red !important;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	animation-name: uk-shake;
}
.uk-form-danger,
.uk-text-danger {
	color: red;
}

/* Page 404 */
.page-404 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-image: url('../images/mem-404.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.header-404 {
	padding: 17px;
	height: 85px;
}
.header-404 .brand {
	padding-top: 3px;
}
.main-404 {
	padding-top: 5%;
	padding-bottom: 10px;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
	border-top: 10px dashed orange;
	text-align: center;
}
.main-404 h1.page-header {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 20px;
	text-align: center;
}
.main-404 blockquote {
	font-size: 50px;
	text-shadow: rgba(0, 0, 0, 0.3) 3px 2px 2px;
}
.main-404 main {
	padding: 20px;
}
.well > .btn {
	margin-top: 25px;
}
.copyright-404 {
	padding: 15px 0;
}
.back-top_404 {
	display: block;
	padding: 14px 0 !important;
}
.sitemap {
	background: #fff;
	padding: 30px;
}
.sitemap > .level_0 {
	list-style: '→ ';
}
.sitemap .page-header {
	margin: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 23px;
}
.sitemap h1 {
	font-size: 26px;
	margin-bottom: 14px;
}
.menutitle {
	font-size: 18px;
	color: #222;
}
.col-phone > h6 > img {
	vertical-align: top;
}
.col-phone a {
	text-decoration: none;
	color: #222;
	vertical-align: top;
}
.col-phone a:hover {
	text-decoration: underline;
}
.archive-filter {
	text-align: right;
}
.archive-filter select,
.ordering-box select,
.form-limit select {
	padding: 5px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}
.controls label {
	margin-right: 8px;
}
.form-limit {
	margin-left: 5px;
}
#button-addon2 {
	border: 1px solid #ced4da;
	border-radius: 0 3px 3px 0;
}
.search-results {
	background: #fff;
	padding: 30px;
	border: 1px solid #ccc;
}
/* Mobile Style */
@media (max-width: 540px) {
	.language {
		width: auto;
		text-align: center;
		margin: auto;
	}
	.banneritem, .top-bar {
		display: none !important;
	}
	.user-bar {
		margin-bottom: 15px;
		position: fixed;
		width: 100%;
		height: auto;
		z-index: 999;
	}
	.user-bar .menu {
		width: auto;
		text-align: left;
	}
	.top-lang {display: none}
	.logo_age_ukraine {
		display: none;
	}
	.brand {
		width: 100%;
		text-align: center;
	}
	.brand img {
		display: block;
		margin: auto;
		text-align: center;
	}
	.list-news > h3 > .link {
		white-space: normal;
		text-align: left;
	}
	.phones-box {
		margin-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.col-phone {
		margin-bottom: 15px;
		background: #eee;
		padding: 10px 0 5px;
	}
	.col-phone > h6 > span {
		padding-right: 20px;
		border: 1px solid #ccc;
		margin-right: 4px;
	}
	.places__place {
		white-space: normal;
	}
	.user-account {
		margin-top: 5px;
	}
	.user-account > h6 {
		text-align: center !important;
	}
	.live-chat {
		display: none;
	}
	.top-menu {
		margin-top: 10px;
	}
	.page-header {
		padding-left: 30px;
	}
	.item-page > .page-header > h2 {
		margin-left: 0;
		font-size: 19px;
		display: contents;
	}
	/*.module-topmenu {
		display: grid;
		position: absolute;
		left: 0;
		top: -376px;
		z-index: 999;
		background: #ddd;
		width: 85%;
	}
	.module-topmenu li {
		width: 100%;
		height: auto;
		text-align: left;
		border-left: none;
		padding-left: 20px;
		padding-right: 55px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
	}
	.module-topmenu > li > .nav-child > li > a {
		padding: 10px 50px;
	}*/
	.tariffs-box .tab-content {
		height: auto;
	}
	.tariffs-card {
		width: 300px;
		margin: auto;
		margin-bottom: 30px;
	}
	.tariffs-card > .price {
		margin-top: 0;
	}
	.tariffs-navigation {
		margin-top: 0;
		margin-bottom: -15px;
		display: block;
	}
	.tariffs-navigation > ul {
		width: auto;
		padding: 0 45px;
	}
	.tariffs-navigation > ul > li {
		float: left;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.link-internet, .link-digital_tv {
		max-width: 146px;
		padding: 0;
	}
	.link-internet {
		margin-bottom: 15px;
		display: inline-block;
	}
	.news-header {
		height: auto;
		margin-bottom: 15px;
	}
	.float-soc-icon {
		display: none;
	}
	.news-item > form {
		width: 320px;
		height: auto;
		margin: auto;
		margin-bottom: 30px;
	}
	.user-profile {
		display: block;
		text-align: right;
		line-height: 2.4;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	.brand-name {
		width: 100%;
		padding-bottom: 10px;
	}
	.box-footer_menu {
		width: max-content;
		overflow-x: auto;
		padding: 0;
		margin-left: -20px;
		padding-bottom: 20px;
	}
	.box-footer_menu li a {
		padding: 0;
		margin-left: 20px;
	}
	.footer-logo {
		margin-left: 16px;
	}
	.full-footer_menu {
		margin-left: 5px;
	}
	.full-footer_menu > div {
		margin-bottom: 25px;
	}
	.slide-text_background {
		margin-left: 80px;
	}
	.slide-text_background > img {
		height: 100px !important;
	}
	.slide-header {
		width: 100% !important;
		margin-left: 70px !important;
	}
	.slide-text {
		margin-top: 7px !important;
	}
	.slide-text, .slide-arrow {
		margin-left: 80px !important;
	}
	.contact-category {
		top: 32px;
		display: block;
		margin-bottom: auto;
	}
	.sidebar-nav {
		text-align: center;
		margin-top: 30px;
	}
	/*.module-topmenu > .parent > a:after {
		content: ' \002B';
		margin-right: -35px;
		text-align: right;
		float:right;
		font-size: 25px;
		line-height: 0.9;
	}
	.module-topmenu > li > .nav-child > li > a {
		display: block;
		margin-bottom: 8px;
		padding-left: 0;
	}
	.module-topmenu {
		display: block;
	}
	.module-topmenu .nav-child > li {
		display: contents;
		border-bottom: none;
	}
	.module-topmenu > .parent > .nav-child {
		position: absolute;
		left: -50px;
		width: auto;
		box-shadow: none !important;
		border-bottom: none;
	}*/
	.blog-item {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.article-info > .published {
		margin-bottom: 5px;
	}
	.blog-all_items > .item {
		margin-bottom: 25px;
	}
	.full-news {
		margin-top: 5px;
	}
	.feature-header {
		height: auto;
	}
	.slide-sm-hide {
		display: none;
	}
	.copyright > small, .copyright-404 > small {
		display: none;
	}
	.archive-filter {
		display: block;
		text-align: center;
	}
	.archive-filter select {
		margin-right: 8px;
	}
	.archive-search {
		margin-bottom: 15px;
	}
	.contact-information i {
		width: 14px;
		height: 14px;
	}
	.element-invisible {
		display: none;
	}
	.btn-toolbar {
		padding: 20px;
		display: block;
		padding-left: 30px;
	}
	#searchForm > .btn-toolbar > div > input {
		float: left;
		padding: 8px;
		width: 100%;
		margin-top: -1px;
	}
	#archive-items .page-header, .sitemap .page-header {
		padding-left: 0;
	}
	.link-internet span, .link-digital_tv span {
		text-transform: uppercase;
	}
	.mob-hide {
		display: none;
	}
	.container-breadcrumbs {
		overflow: auto;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		display: contents;
	}
	.list-news input {
		width: 100% !important;
	}
	.single-news {
		height: auto !important;
	}
	.single-item-news h2 {
		position: unset;
		font-size: 30px;
		background: unset;
		color: #333;
	}
	.footer-menu > div > div > .col-lg-4,
	.navServices-icon {
		display: none;
	}
	a.send-receipt {
		font-weight: bold;
		text-decoration: underline !important;
	}
	.menu-popup li a {
		margin-top: 15px;
		padding: 15px 0px 0;
		border-top: 1px solid #ffffff52;
	}
}

@media (min-width: 540px) and (max-width: 768px) {
	.page-404 {
		position: relative;
	}
	.header-404 {
		height: auto;
	}
	.header-404 .brand {
		width: 100%;
		text-align: center;
		margin: auto;
	}
	.header-404 .phones-box {
		display: block;
	}
	.user-profile {
		display: block;
		text-align: end;
		line-height: 2.1;
	}
	.top-lang {
		display: none;
		display: none;
	}
	.brand{
		display: block;
		text-align: center;
	}
	.medium-container {
		max-width: 576px;
	}
	.user-account > h6 {
		text-align: center !important;
	}
	.col-phone {
		display: block;
		width: auto;
		margin: 20px auto;
		padding: 0;
	}
	/*.module-topmenu {
		display: grid;
		position: absolute;
		left: 0;
		top: -248px;
		z-index: 999;
		background: #ddd;
		width: 65%;
	}
	.module-topmenu li {
		width: 100%;
		height: auto;
		text-align: left;
		border-left: none;
		padding-left: 20px;
		border-bottom: 1px solid #fff;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.module-topmenu > .parent > a:after {
		content: ' \002B';
		margin-right: 20px;
		text-align: right;
		float:right;
		font-size: 25px;
		line-height: 0.9;
	}
	.module-topmenu > li > .nav-child > li > a {
		display: block;
		margin-bottom: 8px;
	}
	.module-topmenu {
		display: block;
	}
	.module-topmenu .nav-child > li {
		display: contents;
		border-bottom: none;
	}
	.module-topmenu > .parent > .nav-child {
		position: absolute;
		left: -50px;
		width: auto;
		box-shadow: none !important;
		border-bottom: none;
	}*/
	.places__place {
		white-space: normal;
	}
	.tariffs-box .tab-content {
		height: auto;
	}
	.slide-text_background {
		margin-left: 180px;
	}
	.slide-header {
		width: 100% !important;
		margin-left: 70px !important;
	}
	.slide-text {
		margin-top: 7px !important;
	}
	.slide-text, .slide-arrow {
		margin-left: 80px !important;
	}
	.contact-category {
		margin-bottom: -70px;
	}
	.news-item > form,
	.tariffs-card,
	.full-footer_menu > div {
		margin-bottom: 25px;
	}
	.blog-item {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.article-info > .published {
		margin-bottom: 5px;
	}
	.blog-all_items > .item {
		margin-bottom: 25px;
	}
	.full-news {
		margin-top: 5px;
	}
	.life {
		float: unset !important;
	}
	.inf {
		display: none;
	}
	.user-bar .menu {
		padding: 0;
	}
	.menu-triger {
		left: 0;
		top: 8px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.life {
		float: unset !important;
	}
	.inf {
		display: none;
	}
	.module-topmenu {
		display: -webkit-box;
		width: 100%;
		margin-top: -8px;
	}
	.page-404 {
		position: relative;
	}
	.user-profile {
		display: block;
		text-align: end;
		line-height: 1.5;
	}
	.brand{
		display: block;
		text-align: center;
	}
	.md-content_right > div {
		display: table;
		text-align: center;
		margin: auto;
	}
	.user-account > h6 {
		text-align: center !important;
	}
	.col-phone {
		display: block;
		width: auto;
		text-align: center;
	}
	.phones-box > div {
		display: block;
	}
	.phones-box > div .col-phone {
		float: right;
	}
	.places__place {
		white-space: normal;
	}
	.md-hide-box {
		display: none;
	}
	.news-item p, .news-item > form, .news-header {
		height: auto;
	}
	.news-item > form {
		margin-bottom: 25px;
	}
	.news-header {
		margin-bottom: 20px;
	}
	.tariffs-card {
		margin-bottom: 25px;
	}
	.sidebar-nav {
		margin-top: 25px;
	}
	.sidebar-nav h3 {
		text-align: center;
	}
	/*.module-topmenu {
		display: grid;
		position: absolute;
		left: 0;
		top: -238px;
		z-index: 999;
		background: #ddd;
		width: 45%;
	}
	.module-topmenu li {
		width: 100%;
		height: auto;
		text-align: left;
		border-left: none;
		padding-left: 20px;
		border-bottom: 1px solid #fff;
		padding-top: 15px;
	}*/
	.tariffs-box .tab-content {
		height: auto;
	}
	.slide-text_background {
		margin-left: 220px;
	}
	.slide-header {
		width: 100% !important;
		margin-left: 100px !important;
	}
	.slide-text {
		margin-top: 7px !important;
	}
	.slide-text, .slide-arrow {
		margin-left: 110px !important;
	}
	.contact-category {
		margin-bottom: -100px;
	}
	/*.module-topmenu > .parent > a:after {
		content: ' \002B';
		!*display: contents;*!
		!*position: absolute;*!
		margin-right: 20px;
		text-align: right;
		float:right;
		font-size: 25px;
		line-height: 0.9;
	}
	.module-topmenu > li > .nav-child > li > a {
		display: block;
		margin-bottom: 8px;
	}
	.module-topmenu {
		display: block;
	}
	.module-topmenu .nav-child > li {
		display: contents;
		border-bottom: none;
	}
	.module-topmenu > .parent > .nav-child {
		position: absolute;
		left: -50px;
		width: auto;
		box-shadow: none !important;
		border-bottom: none;
	}*/
	.blog-item {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.article-info > .published {
		margin-bottom: 5px;
	}
	.blog-all_items > .item {
		margin-bottom: 25px;
	}
	.full-news {
		margin-top: 5px;
	}
	.md-content_right {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	.header-inner > .header-search {
		display: block;
		margin: auto;
		text-align: center;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.recommend img {
		margin-left: -37px;
	}
	.label-name {
		margin-top: -5px;
		margin-bottom: -98px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.recommend img {
		margin-left: -60px;
	}
	.label-name {
		margin-top: 4px;
		margin-bottom: -36px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.recommend img {
		margin-left: 0;
	}
	.label-name {
		margin-top: -20px;
		margin-bottom: -185px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.recommend img {
		margin-left: -45px;
	}
	.label-name {
		margin-top: -2px;
		margin-bottom: -74px;
	}
}
@media (min-width: 375px) and (max-width: 667px) {
	.recommend img {
		margin-left: -18px;
	}
	.label-name {
		margin-top: -12px;
		margin-bottom: -141px;
	}
}
@media (min-width: 360px) and (max-width: 640px) {
	.recommend img {
		margin-left: -19px;
	}
	.label-name {
		margin-top: -13px;
		margin-bottom: -141px;
	}
	.filter-search-button,
	.filter-clear-button {
		display: none;
	}
}
.menu-triger {
	display: block;
	width: 25px;
	height: 17px;
	background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat;
	position: absolute;
	left: 15px;
	top: 16px;
}
.menu-close {
	display: block;
	width: 28px;
	height: 28px;
	background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;
	background: #2c2e3e;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}
.slogan {
	padding-top: 10px;
}
.slogan > h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #b1b1b1;
}
.login {
	background: #fff;
	padding: 30px;
	border: 1px solid #ccc;
	margin-bottom: -27px;
	border-radius: 4px;
	border-bottom: none;
}
.login-style form {
	margin: auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 1px 5px #999999;
	text-align: center;
	display: block;
}
.login-style button {
	padding: 8px;
	width: 225px;
	margin: auto;
	display: block;
}
.login-style input {
	padding: 7px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-radius: 4px;
}
.login-style dl {
	padding-left: 35px;
}
.nav-stacked {
	display: none;
	padding: 35px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 5px;
}
.profile {
	padding: 35px;
	background: #fff;
}
.edit {
	padding: 30px;
}
#com-content-formTabs > li {
	margin-right: 10px;
}
#norma-banner {
	position: fixed;
	bottom: 5px;
	left: 5px;
	z-index: 999;
	opacity: 0.7;
}
#norma-banner:hover {
	opacity: 1;
}
.banneritem {
	display: block;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 13%);
	margin-top: 0px;
	margin-bottom: 30px;
}
.banneritem img {
	width: 100%;
}
.uk-input {
	border-radius: 0 !important;
	border-left: 0px solid #fff !important;
	border-right: 0px solid #fff !important;
	border-top: 0 !important;
	border-bottom: 1px solid #a9a9a9 !important;
}
.uk-input:focus {
	box-shadow: none !important;
}
.news-norma-company {
	margin-bottom: 30px;
}
.red {
	color: red;
}
.send-receipt {
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.send-receipt:hover {
	color: #fff;
	text-decoration: underline;
}
.label-task {
	background-image: url("https://ih1.redbubble.net/image.1536683773.9890/flat,750x1000,075,f.u7.jpg");
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
.task > div {
	background: rgb(192,178,9);
	background: linear-gradient(180deg, rgba(192,178,9,1) 0%, rgba(209,204,11,1) 35%, rgba(255,115,0,0.9556197478991597) 93%);
	height: 350px;
}
.task-description {
	margin-left: 0 !important;
	text-align: center;
	color: #fff !important;
}
.vlc {
	position: absolute;
	width: 80px;
	margin-left: -45px;
	margin-top: 74px;
	animation: 5s linear 0s normal none infinite running rot;
	-webkit-animation: 5s linear 0s normal none infinite running rot;
}
@keyframes rot {
	0% {transform: rotate(0deg);}
	50% {transform: rotate(-15deg);}
	50% {transform: rotate(-30deg);}
}
@-webkit-keyframes rot {
	0% {transform: rotate(0deg);}
	50% {transform: rotate(-15deg);}
	50% {transform: rotate(-30deg);}
}
#defaultCountdown a {
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px black;
	filter: drop-shadow(2px 4px 6px black);
}
.list-news {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	display: flow-root;
	padding: 20px 0;
}
.list-news img {
	float: left;
	margin-right: 20px;
	object-fit: cover;
}
.list-news h3 a {
	font-size: 20px;
	color: #333;
}
.single-news {
	display: none;
	position: relative;
	/*width: -webkit-fill-available;*/
	max-width: 600px;
	height: auto;
	object-fit: cover;
	margin: 20px 0 0px 0;
	/*margin-left: -30px;
	margin-right: -30px;
	margin-top: -10px;*/
}
.link {
	border:none; background:none; font-size:18px;padding-left:0;text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}
.linkTitleNews {
	border: none;
	padding-left: 0;
	font-size: 21px;
	background: none;
	white-space: normal;
	margin: 0;
	text-align: left;
}
.arrowNews {
	background: none;
	background-image: url(/images/rightArrowRed.png);
	border: none;
	width: 43px;
	height: 36px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 43px;
	margin-left: 34px;
}

.footer-lang .chzn-container {
	width: max-content !important;
	display: contents;
}
.footer-lang .chzn-container > .chzn-single {
	background: inherit;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 1px;
}
.footer-lang .chzn-container-active.chzn-with-drop .chzn-single {
	background: inherit;
	border: none;
}
.footer-lang .chzn-container .chzn-drop {
	position: relative;
}
.footer-lang .chzn-container-single .chzn-drop {
	border-radius: 0;
	margin-top: 3px;
	border: 1px solid #dcdcdc;
}
.footer-lang .chzn-container-single .chzn-single div b {
	background: none;
}
.footer-lang .chzn-container-single .chzn-single div b:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: '\f107';
}
.chzn-container .chzn-results {
	padding: 0 !important;
	margin: 0 !important;
	text-transform: uppercase;
}
.top-lang {
	padding: 0;
	margin: 5px 10px;
	height: 28px;
}

.menu > .deeper > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: '\f107';
	position: absolute;
	margin-left: 10px;
	color: #7b7b7b;
	font-size: 13px;
	margin-top: 4px;
}
.logo_age_ukraine {
	position: absolute;
	top: 19px;
	margin-left: 14px;
}


@media (min-width: 1200px) and (max-width: 1400px) {
	.col-phone a {
		font-size: 14px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.col-phone a {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	header > .menu, .menu-triger {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.navbar-collapse {
		display: none;
	}
	.menu-popup ul li {
		width: 100%;
		text-align: left;
		border: none !important;
	}
	.module-topmenu > .current, .module-topmenu > li:hover {
		background: unset !important;
		text-decoration: underline;
	}
	.module-topmenu .parent:hover .nav-child {
		background: #636575;
	}
	.module-topmenu li {
		height: unset;
	}
	.task_address ul {
		display: grid !important;
	}
	.task_context, .task_worktime {
		text-align: center;
	}
}
header {
	position: relative;
}
/*
.menu-triger {
	display: block;
	width: 25px;
	height: 17px;
	background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat;
	position: absolute;
	left: 15px;
	top: 20px;
}
.menu-close {
	display: block;
	width: 28px;
	height: 28px;
	background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;
	background: #2c2e3e;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;
	text-decoration: none;
} */
.body_pointer * {
	cursor: pointer;
}
.docs {
	background: #fff;
	padding: 25px 35px;
}
.docs > div {
	margin-bottom: 9px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.page-header-docs svg,
.page-header-docs h2 {
	float: left;
	margin-top: 10px;
	line-height: 1.5;
}
.page-header-docs h2 {
	font-size: 14px;
	margin-left: 11px;
	line-height: 1;
}
.docs-desc.clearfix {
	font-size: 19px;
	background: unset;
}
