
.mainSlider .swiper-title, .mainSlider .swiper-text{
	text-shadow: 1px 1px 2px black;
}
.mainSlider .swiper-text {
    margin-right: 12px;
}

.composit__email {
}
.pr-croll {
  height: 300px;
}
.popupProduct {
  width: 100%;
}
.document__icon {
  width: 10%;
  text-align: center;
}
.document__article {
  width: 90%;
}

.pr-breadcrumbs {
	display: block;
	margin-top: 12px;
}

.pr-breadcrumbs-item {
 display: inline-block;
}

.pr-breadcrumbs-item__link {
 text-decoration: underline;
 color: #2196F3;
}
article h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
}
article h1 {
	color: black;
    font-size: 3.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
}
article h2 {
	color: black;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}
article h3 {
	color: black;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}
article h4 {
	color: black;
    font-size: 1.6rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}
article h5 {
	color: black;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}
article h6 {
	color: black;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0;
}

article p {
    margin-top: 0;
    margin-bottom: 1rem;
}
/* Links
вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“ */

article a {
    color: #1EAEDB;
}
article a:hover {
    color: #0FA0CE;
}
/* Lists
вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“ */

article ul {
    list-style: disc;
}
article ol {
    list-style: decimal inside;
}
article ol, ul {
    padding-left: 0;
    margin-top: 0;
}
article ul ul, ul ol, ol ol, ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}
article li {
    margin-bottom: 1rem;
    list-style: disc;
    margin-left: 1.25em;
    padding-left: 0px !important;
}
/* Code
вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“ */

article code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}
article pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}
/* Tables
вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“вЂ“ */

article th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}
article th:first-child, td:first-child {
    padding-left: 0;
}
article th:last-child, td:last-child {
    padding-right: 0;
}
article hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}
article blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
article b, strong {
	font-weight: bold;
}
.box_footer .footerPhone__number{
	margin-right: 3px;
}
.box_footer .footerPhone_right{
	width: 57%;
}
.orderSingle__priceOld {
    text-decoration:line-through;
}
.sectionTitle_custom{
    margin-bottom: 1rem;
}