

/* Start:/local/templates/blog/css/slick.css?17180878791961*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    padding: 0 10px;
}


.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-list {
    margin: 0 -10px;
}
/* End */


/* Start:/local/templates/blog/css/slick-theme.css?17180878793217*/
@charset 'UTF-8';
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.4);
    z-index: 100;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: rgba(255, 255, 255, 0.6);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background: url('/local/templates/blog/css/imgs/left-arrow-slider.png');
    width: 14px;
    height: 24px;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -1px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background: url('/local/templates/blog/css/imgs/right-arrow-slider.png');
    width: 14px;
    height: 24px;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/blog/components/bitrix/news/journal/bitrix/news.detail/author-article/style.css?17507683117614*/
div.news-detail {
    word-wrap : break-word;
}
div.news-detail img.detail_picture {
    float  : left;
    margin : 0 8px 6px 1px;
}
.news-date-time {
    color : #486daa;
}

/* brand logo header */
.article-brand-info .brand-text {
    max-width : 240px;
    display   : inline-block;
    position  : relative;
}
.article-brand-info .brand-logo-item {
    display       : inline-block;
    position      : relative;
    width         : 60px;
    height        : 60px;
    padding       : 1px;
    background    : #ffffff;
    border-radius : 50%;

}
.brand-logo-item.-gray {
	background: #E8E8E8;
}
.ask-brand .brand-logo-item.-gray {
    border-radius: 50px;
    padding: 4px;
}
.article-brand-info .brand-logo-item + .brand-logo-item {
    margin-left: -20px
}
.article-brand-info .brand-logo-item img {
    border-radius : 50%;
    height        : 58px;
    width         : 58px;
    padding       : 3px;
}

.brand-logo-item.tn-brand {
    left : 0;
}

.article-brand-info .brand-logo {
    display: flex;
    padding-right: 10px;
}
.brand-article-info .article-params {
    float    : right;
    position : relative;
    bottom   : 35px;
}

.brand-article-info .right-column {
    padding-top : 15px;
}
.article-brand-info {
    display: flex;
    align-items: center;
}


/*pass test top*/
.pass-test-top {
    min-height    : 346px;
    border-radius : 20px;
    background    : #f2f2f5;
    padding       : 30px;
    margin-bottom : 50px;
}
.pass-test-top h2 {
    font-family   : "Ferry", sans-serif;
    font-weight   : 900;
    font-size     : 32px;
    line-height   : 1.05;
    padding-top   : 10px;
    margin-bottom : 30px;
}
.pass-test-top .text {
    color       : #1b1b1d;
    font-weight : 600;
    font-size   : 20px;
    line-height : 28px;
    font-family : 'Proxima Nova';
}
.pass-test-top .button {
    margin-top : 40px;
}
.pass-test-bottom   .pass-test-img{
    position: relative;
}

.pass-test-bottom  .right-column .pass-test-img{
    height: 80px;
    top: -130px;
}
.pass-test-bottom  .left-column .pass-test-img{
    height: 220px;
    top: -80px;
}

/* pass test bottom */
.pass-test-bottom {
    min-height    : 346px;
    border-radius : 20px;
    background    : #5367DE;
    padding       : 30px;
    margin-bottom : 50px;
    color: #ffffff;
}
.pass-test-bottom h2 {
    font-family   : "Ferry", sans-serif;
    font-weight   : 900;
    font-size     : 32px;
    line-height   : 1.05;
    padding-top   : 10px;
    margin-bottom : 30px;
    color: #ffffff;
}
.pass-test-bottom .text {

    font-weight : 400;
    font-size   : 20px;
    line-height : 26px;
    font-family : 'Proxima Nova';
    color: #fff;
    margin-bottom : 30px;

}
.pass-test-bottom .button {
    margin-top : 40px;
    color: #5367DE;
    background    : #fff;
}
.pass-test-bottom .button:hover{
    color: #fff;
}
.pass-test-bottom  .pass-test-img{
    height: 200px;
    position: relative;
    top: -80px;
}

.pass-test-bottom .left-column .pass-test-img{
    display : none;
}


/* article-section-with-product */
.article-section-with-product {
    display         : flex;
    justify-content : space-between;
}
.article-section-with-product .product-img {
    width         : 180px;
    height        : 170px;
    background    : #f2f2f5;
    padding       : 20px;
    margin-bottom : 15px;
}
.article-section-with-product .product-img:before {
    content       : '';
    position      : absolute;
    left          : 176px;
    top           : 0;
    border-bottom : 20px solid #f2f2f5;
    border-right  : 20px solid #ffffff;
}
.article-section-with-product  .right-column{
    margin-bottom : 50px;
}

/* comment brand*/
.brand-comment {
    margin-bottom : 60px;
    border-radius : 10px;
    overflow: hidden;
}
.quotes img {
    position         : relative;
    bottom: -20px;
    left: 30px;
}
.brand-comment .brand-comment-text{
    padding : 30px 40px;
}
.brand-comment .brand-comment-logo{
    height : 300px;
}
.brand-comment .brand-comment-logo img{
    position: absolute;
    right: 0;
    top: -35px;
    width: auto;
}


/* project calculator */
.project-calculator-wrap{
    margin-bottom : 70px;
}

/* section video */
.video-wrap{
    margin-top : 80px;
    margin-bottom : 70px;
}

/* ask brand */
.ask-brand {
	display: flex;
    align-items: center;
	margin-bottom : 25px;
}
.ask-brand .brand-logo-item img{
display: block;
    border-radius: 50%;
	width: 60px;
}
.ask-brand .brand-logo, .ask-brand .brand-text {
    display : inline-block;
}
.ask-brand .brand-text{
    padding-left: 20px;

}
.ask-brand .brand-text h4{
    font-weight : bold;
    font-size: 22px;
    line-height : 24px;
    padding-top : 10px;
}
.ask-brand .brand-text p{
    font-weight : 600;
    font-size: 14px;
    line-height : 16px;
}


@media (max-width: 767.98px){
    .brand-article-info .article-share {
         display: block;
    }
    .pass-test-bottom .left-column .pass-test-img{
        display : block;
        height: 200px;
        top: -80px;
    }
    .pass-test-bottom .right-column .pass-test-img{
        display : none;
    }
    .article .article-container{
        margin-top : 0;
    }
    .article-brand-info .brand-text{
        max-width : 200px;
    }
}
@media (max-width: 375.98px){
	.article-brand-info .brand-logo-item img {
	    height: 50px;
	    width: 50px;
	}
	.article-brand-info .brand-logo-item + .brand-logo-item {
	    margin-left: -23px;
	}
	.article-brand-info .brand-logo-item {
		width: 53px;
		height: 52px;
	}
	.ask-brand .brand-logo-item img {
	    width: 50px;
	}
	.ask-brand .brand-text h4 {
	    font-size: 20px;
	    padding-top: 4px;
	}
}

.article .article-title {
    margin-bottom: 36px;
}
.article-description {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.article-creator {
    display: flex;
    align-items: center;
}
.article-description .article-section {
    margin-right: 30px;
}
.article-creator-photo {
    display: flex;
}
.article-creator-photo img {
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.article-creator-photo img + img {
    margin-left: -17px;
}
.article-creator-about {
    font-size: 13.5px;
    line-height: 1.2;
    margin-left: 16px;
}
.article-creator-about span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    white-space: nowrap;
}
.article-creator-enum {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    order: -1;
    margin-bottom: 30px;
    width: 100%;
}
.article-tn-intro {
    padding: 24px 0;
}
.article-container + .article-container .article-mask {
    display: none;
}
.article-container + .article-container {
    margin-top: -30px;
}
.article-container + .article-container:after {
    display: none;
}
.article-container + .article-container:before {
    border-radius: 15px;
    height: 100%;
}
@media screen and (max-width: 470px) {
    .article-description {
        flex-flow: row wrap;
    }
    .article-creator,
    .article-description .article-section {
        margin-bottom: 15px;
    }
    .article-creator-enum {
        gap: 0px;
    }
    .article-creator-enum .article-creator {
        margin-bottom: 10px;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/blog/components/bitrix/system.pagenavigation/pagination/style.css?1633592867124*/
.pagenation {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
.pagenation .button {
    margin: 0 auto;
}
/* End */
/* /local/templates/blog/css/slick.css?17180878791961 */
/* /local/templates/blog/css/slick-theme.css?17180878793217 */
/* /local/templates/blog/components/bitrix/news/journal/bitrix/news.detail/author-article/style.css?17507683117614 */
/* /local/templates/blog/components/bitrix/system.pagenavigation/pagination/style.css?1633592867124 */
