@charset "utf-8"; 			/* Кодировка файла */

/* * {							
	margin: 0;
	padding: 0;
	outline: none;
} */

html {						
	height: 100%;
}

body {						
	background-color: #fff;
} 

.clear {					/* Отменяет обтекание по обе стороны отменяет действие float */
	clear: both;
}

#toolbar .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
	min-height: 50px;
    text-transform: none;
	font-size: 1rem;
}

#switcher article {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  }

#switcher .comment {
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #524f4f;
    padding: 21px 10px;
    border-radius: 8px;
    margin-top: 5px;
    width: 93%;
    position: relative;
}

#switcher .comment:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: -14px;
    left: -1px;
    background: #fff url(/images/kavychki.png) no-repeat center;
    background-size: 16px 14px;
    transform: rotate(180deg);
}

#switcher .comment:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -1px;
    bottom: -14px;
    background: #fff url(/images/kavychki.png) no-repeat center;
    background-size: 16px 14px;
}
#switcher  .el-title {
	background:#fff;
	padding: 5px 20px;
	border-left:7px solid #374ea2;
}
#switcher  .el-nav li.uk-active a {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
	padding:2px;
}
#switcher  .uk-subnav> li > span {
    font-size: 12px;
    color: #6f6f6f;
    font-family: Montserrat;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}

#switcher .uk-tab::before {
        border-bottom: none;
    }

#switcher .uk-tab>*>a {
        font-size: 1.2rem;
        text-transform: none;
		font-weight: bold;
    }

#tariffcard div.uk-grid-collapse > div:last-child {
    margin-left: 5px;
}

#tariffcard a.uk-button-text {
	color:#fff;
	border-bottom: 1px dashed white;
}
#tariffcard a:hover.uk-button-text {
	color:#fff;
	border-bottom: 1px solid white;
}

#sidebar a.uk-button-text {
	color:#fff;
	border-bottom: 1px dashed white;
}
#sidebar a:hover.uk-button-text {
	color:#fff;
	border-bottom: 1px solid white;
}

#blocktest a.uk-button-text {
	color:#fff;
	border-bottom: 1px dashed white;
}

#blocktest a:hover.uk-button-text {
	color:#fff;
	border-bottom: 1px solid white;
}

del {
    position: relative;
    text-decoration: none;
}
del:before {
    content: "";
	width: 100%;
    height: 0.1em;
    background: red;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-10deg);
}

#cardoptom div.uk-grid-collapse > div:last-child {
    margin-left: 5px;
}

#blockblog .uk-card-title {
	 margin-top:45px
}

#blockblog .uk-card-badge {
    top:40px;
    right:auto!important;
}

.div-line-r-orange {
	border-right: 3px solid #ff5417;
}
  
.div-line-r-lazur {
    border-right: 3px solid #00b5ad;
}
  
.div-line-r-blue {
    border-right: 3px solid #374ea2;
}  

.badge {
	color: #fff;
    background: #222;
    margin: 0px -20px 15px;
}

.badge-red {
	color: #fff;
    background: #f0506e;
    margin: 0px -20px 15px;
}

.uk-card-titl, .badge, .badge-red h3 {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    line-height: 1.4;
    font-size: .80rem;
    font-weight: 600;
	letter-spacing: normal;
	text-transform: normal;	
}


