

/* Start:/local/templates/ceramica/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17297544073168*/
.toc__title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.toc__link {
  text-decoration: none;
  color: var(--color-accent);
}/*# sourceMappingURL=style.css.map */


p {
    margin-top: 0;
    margin-bottom: 1rem;
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: .8px;
}

.container {
    max-width: 1170px!important;
    margin: 0 auto;
}

.toc {
    background-color: #f7ede6;
    padding: 1rem 1rem 1px 1rem;
    border-radius: 1rem;
    font-family: 'Century Gothic';
    margin: 1rem 0;
}

img {
    max-width: 800px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.list4a {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list4a li {
    position: relative;
    padding: 5px 14px 16px 20px;
    margin-left: 30px;
    transition-duration: 0.3s;
}
.list4a li:before {
    border: 6px solid transparent;
    line-height: 30px;
    position: absolute;
    top: 0;
    left:-30px;
    width:42px;
    text-align:center;
    font-size: 13px;
    font-weight: bold;
    color: #7b3d57;
    counter-increment: li;
    content: counter(li);
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    }
.list4a li:hover:before {
    color: #7b3d57;    
}
.list4a li:after {
    position: absolute;
    top: 0;
    left: -30px;
    width: 42px;
    height: 42px;
    border: 6px solid #7b3d57;
    border-radius: 50%;
    content: '';
    opacity: 0.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.list4a li:hover:after {
    animation: 500ms ease-in-out 0s bounceIn;
    opacity: 1;
}    
 
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.3, 1.3, 1.3);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.list6b {
    padding:0;
    list-style: none;
}
.list6b li{
    padding:6px;
}
.list6b li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.list6b li:hover:before {
    color: #337AB7;
    content: "\2714";
}    

.container.page__container {
    background-color: #7b3d57;
    width: 35%;
    padding: 1rem 0;
    color: #f7ffff;
}

.container.page__container h1 {
    color: #f7ffff;
}

.container.page__container .breadcrumb-header a {
    color: #f7ede6;
}

.article__detail img {
    max-height: 600px;
}

@media screen and (max-width: 768px) {
.article__detail img {
    max-height: 500px;

	}

img {
    width: 100%!important;
}

.container.page__container {
    width: 100%;
    padding: 5px 0;
}

ul.breadcrumb.breadcrumb-header {
    font-size: 14px;
}
}

.article__detail li {
    margin: 5px 0;
}

.article__detail p {
    margin-bottom: 0.5 rem!important;
}

h3 {
    font-size: 1.5rem!important;
}
/* End */
/* /local/templates/ceramica/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17297544073168 */
