.article-page article p {
    margin-bottom: 25px;    
    color: var(--text-1f);
}

#information-contact .panel.panel-default strong {
	font-size: 17px;	
	line-height: 2;
}

#content ul li::marker, .product-price_location ul li::marker {
  color: var(--main-color);
}

#content ul.greenn li::marker {
  color: #9BCF59;
}

#content ul.redd li::marker {
  color: #FF6569;
}


#content ul > li {
  
  list-style: outside;
}

var {	
	background: linear-gradient(to right, #def9e5 0, #effbce 100%);
	position: relative;
	margin: 20px 0;
	display: block;
	padding: 26px 40px 20px 40px;
	font-style: normal;
	font-weight: 400;
	border-radius: 10px;
}




img.center {
	margin: 0 auto; 
}

img.radius {
	border-radius: 16px;
}

img.product-avatar.radius {
	border-radius: 90px;
}

big {
	max-width: none;
	display: inherit;
	width: 100%;
	background-color: inherit;
	border: inherit;
	font-size: 29px;
	height: inherit;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	font-weight: 700;
}

/* таблицы */



#content table, #content table td {    
    border: none;
    border-collapse: collapse;
	vertical-align: middle;
}

#content table {	
	width: 100%;
	margin: 0;		
}


.table-scrolling {		
	overflow-x:auto;	
	border-radius: 8px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.table-responsive {
	border: none !important;
}

#content tr {
	padding: 15px;
}

#content td {
	padding: 10px 20px;	
}

#content td img {
	display: inherit;
}

#content table tr:nth-child(2n+1) td {
	background: rgba(0, 0, 0, .02);
}

#content table thead tr:nth-child(1) {
	background: rgba(0, 0, 0, .05);
	font-weight: 500;
}

#content table thead tr:nth-child(1) td {
	padding: 16px 20px;
}



/*список OL */


#content ol {
	display: block;
	counter-reset: wslist3;
	color:#444;		
	margin: 30px 0px 35px 20px;	
}

#content ol li {
	list-style: none;        
	position:relative;
	margin: 0px 0px 20px 0px;	
}

#content ol > li::before{
    background:#e3e3e3 ;
    border-radius:50%;
    color: #333;
    content: counter(wslist3);
    counter-increment: wslist3;
    display: inline-block;
	width: 30px;
    height: 30px;
    left: -44px;
    line-height: 20px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    text-align: center;
    top: -2px;
    transition: all 0.3s ease 0s;    
    font-size: 14px;
	font-weight: 500;
}


/*вложенный список ol */

#content ol ol{
	display: block;
	counter-reset: wslists;
	color:#777;
	border-left: 1px solid #e3e3e3;
	padding-left:15px;
	transition: all 0.3s ease 0s;
}

#content ol ol li{
	margin: 10px 0 0 30px;
	list-style: none;
	position:relative;
	transition: all 0.3s ease 0s;
}

#content ol li li{
	font-size: 12px;
}

#content ol ol li::before{
    background: #e3e3e3;
    border-radius:50%;
    color: #333;
    content: counter(wslist3) "." counter(wslists) ".";
    counter-increment: wslists;
    display: inline-block;
    height: 32px;
    left: -40px;
    line-height: 22px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 32px;
}


.text-danger {
	color: #fff;
	background-color: #FF6569;
	font-size: 14px;
	padding: 8px 19px;
	line-height: 1;
	border-radius: 50px;
}

.btn-danger { 
  background-color: #FF6569;
  border-color: #FF6569;
}

.section_description {
	margin-top: 60px;
}

.section_description img {
	height: auto !important;
	margin: 10px 0px 20px 0px;
}


.youtube-embed-wrapper {
	margin: 30px 0 20px 0;	
}






.moytoptel {
  position: fixed;
  z-index: 99;
  bottom: 60px; right: 20px; visibility: visible; opacity: 1;
}
.moytoptel {
  transition: background-color 300ms linear;  
}

.moytoptel__wrapper {
  position: relative;
  min-height: 20px;
}

a.moytel {
  color: #ff8562;
  text-decoration: none;
  border: none;
  transition: all 0.2s linear;
}
a.moytel:hover {text-decoration: none;
  border: none;  
  transition: all 2s linear;}
  
  .moycontent2 {  
  text-align: center;
  border: 0 none;
  font-weight: 600;  
  font-size: 14px;
  padding: 6px 16px;
  -webkit-appearance: none;
  background: none;
    background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  box-sizing: content-box;
  color:#000000;  
  background-color:var(--second-color);
  border-radius:50px; -moz-border-radius:50px; -webkit-border-radius:50px;
  text-transform:uppercase;
  display: inline-block;
  transition: all .2s linear;
  opacity: 1;
  height: 22px;
  line-height: 22px;
}

.moycontent {  
  text-align: center;
  border: 0 none;
font-size: 21px;
font-weight: 400;
  padding: 16px 30px;
  -webkit-appearance: none;    
  cursor: pointer;
  box-sizing: content-box;
  color:#fff;  
  background-color: var(--second-color);
  border-width: 3px;
border-style: solid;
border-color: #FFFFFF;
  border-radius:50px; -moz-border-radius:50px; -webkit-border-radius:50px;
  text-transform:uppercase;
  display: inline-block;
  transition: all .2s linear;
  opacity: 1;
  height: 22px;
  line-height: 22px;
}

.moycontent:hover {transform: scale(1.1);}

.moybtn {
  text-align: center;
  border: 0 none;
  font-weight: 600;  
  font-size: 14px;
  padding: 6px 6px;
  -webkit-appearance: none;
  background: none;
  background-color: #E6EAF2;
  cursor: pointer;
  box-sizing: content-box;
  color:#000000;    
  border-radius:50px; -moz-border-radius:50px; -webkit-border-radius:50px;
  text-transform:uppercase;
  display: inline-block
  transition: all 2s linear;
  height: 22px;
  width: 22px;
  outline: none;  
}  

button:not(:disabled) { 
  outline: none;
}

.hiddens {
  opacity: 0;
  transition: all .2s linear;
  visibility: hidden;
}

	


.right10 {
	margin-right: 10px;
}

@media screen and (min-width: 600px) {

    big {
		font-size: 32px;
	}
    
    .article-page article p {
        margin-bottom: 18px;
        font-size: 15px;        
    }

.section_description img {	
	max-width: 360px;	
}	
	
.section_description img.right {
	margin-left: 30px;
}

.section_description img.left {
	margin-right: 30px;
}
		
	
  
}


@media screen and (min-width: 1024px) {
	
.moytop__product-info p {	
	font-size: 15px;	
}	
	
.section_description img {	
	max-width: unset;	
}	
	
	big {
		font-size: 38px;
	}
	
    .article-page article p {
        margin-bottom: 26px;
        font-size: 15px;
        line-height: 1.6;
    }
	
	img.radius {
	border-radius: 26px;
}
	#information-information .button.button-outline {
		padding: 14px 34px;		
	}
}	


@media screen and (min-width: 1480px) {

	
	big {
		font-size: 46px;
		margin-top: 20px;
	}
	
    .article-page article p {
        margin-bottom: 20px;
        font-size: 16px;        
    }
	

	
#information-contact .panel.panel-default strong {
	font-size: 22px;	
}	
}


.yoobox {
	margin: 20px 0px 20px 0px;
}

[class*="uk-inline"] {
	flex-shrink: 0;
	padding-bottom: 20px;
}

.yoobox .uk-grid {
	flex-wrap: nowrap;
	overflow: auto;
}

@media screen and (min-width: 962px) {
	[class*="uk-inline"] {
	flex-shrink: 1;
	padding-bottom: inherit;
}

.yoobox .uk-grid {
	flex-wrap: wrap;
}
}