

/* Start:/local/templates/general/components/bitrix/news/formats/bitrix/news.detail/detailblog/style.css?17436024506780*/
header {
    background: none!important;
    background-size: cover;
    padding: 47px 0 165px 0;
    position: absolute!important;
    z-index: 10!important;
    width: 100%;
}
header .top-menu {
    width: 100%!important;
}
header:after {
	background: none!important;
}
.news-detail{padding-top: 90px;}
#header-blog .sector-1{padding: 45px 0 35px 0!important;}
.sector-1.df-block{padding: 145px 0 35px 0!important;}
.sector-3.df-slider {    padding: 45px 0 135px 0;}
.sector-1.df-block .box{margin: 0 auto 45px auto;}
.sector-1 .box .item {
    width: 28%;
}
.sector-3 .slider .img {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.sector-3 .slider .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.logobanner {width: 70%;}
.logobanner img {
    width: 100%;
}
#header-blog .banner h1.title {font-weight: 300;    width: fit-content;
    margin: 0 auto;text-align: center;}
h2 {
font-size: 81px;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 45px 0;
color: #222222;
font-weight: 500;    text-align: center;
}

h3 {
    font-family: 'Arsenica Trial', sans-serif;
    font-size: 40px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: normal;
    padding-top: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}

#header-blog .box{margin: 0 0 45px 0;}
.news-detail ul li, p, .news-date-time {
    color: #383639;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}
.news-detail ol, .news-detail ul {padding-left: 20px;}
.news-date-time{display: block;}

#header-blog{
    position: relative;
    /*height: 1280px;*/
}
#header-blog:before{
    content: '';
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    width: 100%;
    height: 247px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#header-blog .banner{
    position: relative;
}
#header-blog .banner:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width: 100%;
    height: 340px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#header-blog .banner .img{
    width: 100%;
    height: 100%;
    filter: brightness(0.45);
}
#header-blog .banner .img img{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 900px;
}

#header-blog .banner .img:after {
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#header-blog .banner .container {
    /*top: auto;*/
    top: 25%;
    bottom: 94px;
    max-width: 1607px;
    left: 0;
    right: 0;
    padding: 0 30px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#header-blog .banner .sub-title{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 9.5px;
    margin-bottom: 2px;
}
#header-blog .banner .title{
    color: #fff;
    font-size: 120px;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 0.2px;
}
#header-blog .banner .text{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4.3px;
}
.back{display: block;
    color: #222222;
    border: 1px solid #222222;
    text-decoration: none;
    width: 273px;
    text-transform: uppercase;
    padding: 21px 0 18px 109px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
	cursor: pointer;}
.back:hover {
    color: #fff;
    background: #222222;
}
.back:before {
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.back:after {
    content: '';
    background: #222222;
    width: 56px;
    height: 1px;
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
section.sector-1 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84.5%;
    margin: 0 auto!important;padding-bottom: 20px;
}
@media (min-width: 2400px){
#header-blog{
    /*height: 1706.66px;*/
}
}

@media (max-width: 1500px){
#header-blog{
    /*height: 960px;*/
}
}
@media (max-width: 1440px){
.news-detail .container {
		max-width: 1140px;}
}
@media (max-width: 1380px){
#header-blog{
    /*height: 906px;*/
}
}
@media (max-width: 1199px){
#header-blog{
    height: 100%;
}
    #header-blog .banner .img {
        height: 100%;
    }
    #header-blog .banner .img img {
        height: 500px;
    }
    #header-blog .banner .sub-title {
        font-size: 18px;
    }
    #header-blog .banner .title {
        font-size: 80px;
    }
    #header-blog .banner .text {
        font-size: 18px;
    }
}
@media(max-width: 767px){
    #header-blog .banner .title{
        font-size: 60px;
        margin-bottom: 0;}
#header-blog .banner h1.title {font-size: 48px;}
    #header-blog .banner .text {
        letter-spacing: 0;}
.logobanner {width: 90%;}
.sector-3 .slider .img {height: 450px;}
.sector-3 .slider .img img {height: 100%;}
.news-detail ul li, p {font-size: 16px;}
.sector-3 #tab .box .price span {font-size: 20px;}
}
@media (max-width: 575px) {
#header-blog .banner h1.title {font-size: 38px;}
}
@media (max-width: 450px){
#header-blog .banner h1.title {font-size: 34px;}
    #header-blog .banner .img img {
        height: 500px;
    }
.news-detail {
    padding: 90px 10px 10px;
}
#header-blog h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px;
	}
h3 {
    font-size: 30px;
	}
#header-blog .banner .container {
		bottom: 50px;}
}
/* End */
/* /local/templates/general/components/bitrix/news/formats/bitrix/news.detail/detailblog/style.css?17436024506780 */
