

/* Start:/local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17564498549292*/
.s-inner-news {
    color: #333;
    font-size: 1.6rem;
    font-family: "Source Sans Pro";
    line-height: 1.7;
}
.emoji {
    display: inline;
    width: 1em;
    height: 1em;
    margin: 0 0.07em;
    padding: 0;

    vertical-align: -0.1em;

    background: 0 0;
    border: none;
    box-shadow: none;
}

.tags {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.tags__title {
    margin-right: 12px;
    padding: 0 6px;

    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2.01;
    letter-spacing: 0.2em;
    text-transform: uppercase;

    background-color: #262526;
    border: 1px solid transparent;
    border-radius: 3px;
}

.tags__item {
    padding: 0 6px;

    color: #b3b3b3;
    font-size: 1.2rem;
    line-height: 2.01;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;

    border: 1px solid #d8d8d8;
}

.textarea {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.textarea__field {
    width: 100%;
    height: 210px;

    font-weight: 300;
    font-size: 1.4rem;
    font-family: "Source Sans Pro";

    border-top: none;
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
    border-left: none;
    outline: 0;

    resize: vertical;
}

.textarea__field--focus + .textarea__placeholder {
    opacity: 0.5;
}

.textarea__field--text + .textarea__placeholder {
    opacity: 0;
}

.textarea__placeholder {
    position: absolute;
    top: 0;
    left: 0;

    font-weight: 300;
    font-size: 1.4rem;
    font-family: "Source Sans Pro";
    text-transform: uppercase;

    transition: all 0.15s linear;

    pointer-events: none;
}

.input {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.input__field {
    width: 100%;
    padding: 6px 0;

    font-weight: 300;
    font-size: 1.4rem;
    font-family: "Source Sans Pro";
    line-height: 1.72429;

    border-top: none;
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
    border-left: none;
    outline: 0;

    resize: vertical;

    margin-bottom: 0;
}

.input__field--border {
    height: 44px;
    padding: 8px 24px;
    padding-right: 70px;

    line-height: 1.2;

    border: 1px solid #ddd;
    border-radius: 5px;
}

.input__field--border + .input__placeholder {
    padding: 8px 24px;
}

.input__field--focus + .input__placeholder {
    opacity: 0.5;
}

.input__field--text + .input__placeholder {
    opacity: 0;
}

.input__placeholder {
    position: absolute;
    top: 50%;
    left: 0;

    font-weight: 300;
    font-size: 1.4rem;
    font-family: "Source Sans Pro";
    text-transform: uppercase;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    transition: all 0.15s linear;

    pointer-events: none;
}

.btn {
    display: inline-block;

    border: none;
    outline: 0;
    cursor: pointer;
}

.btn__content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.btn--yellow {
    padding: 12px 30px;

    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;

    background-color: #f3ae00;
    border-radius: 3px;

    transition: all 0.15s;
}

.btn--yellow:hover {
    background-color: #262526;
}

.btn--transparent {
    background-color: transparent;
}

.btn__icon--search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 48px;
    height: 44px;
}

.btn__icon--search::before {
    font-weight: 400;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;

    content: "\f002";
    -webkit-font-smoothing: antialiased;
}

.form__row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.form__row:last-child {
    margin-bottom: 0;
}

.widget {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 36px;
    padding-bottom: 36px;

    border-bottom: 2px solid #d8d8d8;
}

.widget:last-child {
    margin-bottom: 0;

    border-bottom: 2px solid transparent;
}

.widget__title {
    margin-bottom: 30px;

    color: #262526;
    font-weight: 500;
    font-size: 1.9rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.27316;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.blog__search-block {
    position: relative;
    display: block!important;
    cursor: default!important;
}

.search-block__input {
    width: 100%;
}

.search-block__btn {
    position: absolute;
    top: 0;
    right: 0;
}

.interesting-entries__item {
    margin-bottom: 12px;

    color: #262526;
    text-decoration: none;
}

.interesting-entries__item:hover {
    color: #f3ae00;
}

.interesting-entries__item:last-child {
    margin-bottom: 0;
}

.categories__item {
    margin-bottom: 12px;

    color: #262526;
    text-decoration: none;
}

.categories__item:hover {
    color: #f3ae00;
}

.categories__item:last-child {
    margin-bottom: 0;
}

.discuss__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
    padding-bottom: 30px;

    border-bottom: 1px solid #ccc;
}

.discuss__item:last-child {
    margin-bottom: 0;

    border-bottom: none;
}

.discuss__item-top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;

    color: #333;
    font-size: 1.2rem;
    line-height: 2.01;
}

.discuss__item-author {
    margin-right: 3px;

    color: #262526;
    text-transform: uppercase;
    text-decoration: none;
}

.discuss__item-author:hover {
    color: #f3ae00;
}

.discuss__item-title {
    color: #262526;
    text-transform: uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
}

.discuss__item-title:hover {
    color: #f3ae00;
}

.discuss__item-description {
    color: #262526;
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.4;
    text-decoration: none;
}

.discuss__item-description:hover {
    color: #f3ae00;
}

.comment-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.comment-block__title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 24px;

    color: #262526;
    font-weight: 700;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.51;
    letter-spacing: 0.1em;
    text-transform: none;
}

.comment-block__title::before {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 12px;

    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 42px;

    background-color: #262526;
    border: 1px solid #262526;

    content: "+";
}

.comment-block__form {
    margin-bottom: 30px;
    padding-left: 54px;
}

.comment-block-form__row {
    margin-right: -12px;
    margin-left: -12px;
}

.comment-block-form__input {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: calc(100% / 3 - 24px);
    min-width: 150px;
    margin-right: 12px;
    margin-left: 12px;
}

.comment-block-form__btn {
    margin-left: auto;
}

.comment-block__info a {
    color: #f3ae00;
    text-decoration: none;
}

@media only screen and (max-width: 899px) {
    .comment-block__form {
        padding-left: 0;
    }
}

.s-inner-news__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s-inner-news__left {
    width: calc(100% - 348px);
    margin-right: 48px;
}

.s-inner-news__top {
    width: 100%;
    margin-bottom: 42px;
    padding-bottom: 42px;

    border-bottom: 2px solid #d8d8d8;
}

.s-inner-news__middle {
    width: 100%;
}

.s-inner-news__wrapper-img {
    width: 100%;
    margin-bottom: 74px;
}

.s-inner-news__img {
    max-width: 100%;
}

.s-inner-news__text {
    margin-bottom: 24px;

    color: #333;
    font-size: 1.6rem;
    line-height: 1.7;
}

.s-inner-news__text a {
    padding-bottom: 2px;

    color: #f3ae00;
    font-size: 1.6rem;
    line-height: 1.7;
    text-decoration: none;

    border-bottom: 2px solid #f3ae00;
}

.s-inner-news__text:last-child {
    margin-bottom: 50px;
}

.s-inner-news__tags {
    margin-bottom: 42px;
    padding-bottom: 42px;

    border-bottom: 2px solid #d8d8d8;
}

.s-inner-news__bottom {
    width: 100%;
}

.s-inner-news__right {
    width: 300px;
}

@media only screen and (max-width: 899px) {
    .s-inner-news__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .s-inner-news__right {
        width: 100%;
    }
}

html {
    font-size: 10px!important;
}
/* End */


/* Start:/local/components/itrack/reviews/templates/.default/style.css?175644985415525*/
/*.review-block{*/

/*}*/
/*.reviews-header{*/
/*	margin-top: 30px;*/
/*	padding-bottom: 15px;*/
/*	position: relative;*/
/*}*/
/*.reviews-header:before{*/
/*	position: absolute;*/
/*	content: "";*/
/*	left: 15px;*/
/*	right: 15px;*/
/*	bottom: 0;*/
/*	border-bottom: 1px solid #e3e3e3;*/
/*}*/
/*.reviews-header h3{*/
/*	padding-bottom: 10px;*/
/*	margin: 0;*/
/*}*/
/*.reviews-header-rating .fa{*/
/*	color: #03a9f4;*/
/*	font-size: 22px;*/
/*}*/
/*.reviews-header-rating p{*/
/*	margin-left: 20px;*/
/*	font-size: 16px;*/
/*	font-weight: 300;*/
/*	display: inline;*/
/*	margin-bottom: 0;*/
/*}*/
/*.review-header-date {*/
/*	display: inline;*/
/*	font-size: 14px;*/
/*	color: #999;*/
/*	position: absolute;*/
/*	top: 20px;*/
/*	right: 0;*/
/*	line-height: 25px;*/
/*}*/
/*.review-block .review{*/
/*	border-bottom: 1px solid #eee;*/
/*	padding-bottom: 15px;*/
/*	padding-top: 20px;*/
/*	position: relative;*/
/*}*/

/*.review-block .review-header {*/
/*	font-size: 18px;*/
/*}*/
/*.review-comment {*/
/*	color: #666;*/
/*	margin-right: 130px;*/
/*	line-height: 21px;*/
/*	margin-top: 15px;*/
/*}*/
/*.review-block .review:hover .review-comment{*/
/*	color: #000;*/
/*}*/
/*.review-rating{*/
/*	margin: 5px 0;*/
/*}*/
/*.review-rating .fa{*/
/*	color: rgba(3, 169, 244, 0.3);*/
/*	font-size: 18px;*/
/*}*/
/*.review-info{*/
/*	position: absolute;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	padding-bottom: 15px;*/
/*}*/

/*.review-info-col{*/
/*	display: inline-block;*/
/*	margin-left: 10px;*/
/*	color: #999;*/
/*}*/
/*.review-block .review:hover .review-header-date{*/
/*	color: #666;*/
/*}*/
/*.review-block .review:hover .review-info-col{*/
/*	color: #666;*/
/*}*/
/*.review-block .review:hover .review-rating .fa{*/
/*	color: #03a9f4;*/
/*}*/
/*.review-block .btn {*/
/*	text-transform: none !important;*/
/*}*/


/*.popup-window{*/
/*	border-radius: 4px;*/
/*	padding: 30px;*/
/*	-webkit-box-shadow: 0 0.25em 0.75em rgba(0,0,0,.15);*/
/*	-moz-box-shadow: 0 .25em .75em rgba(0,0,0,.15);*/
/*	box-shadow: 0 0.25em 0.75em rgba(0,0,0,.15);*/
/*}*/
/*.review-form{*/
/*	width: 400px;*/
/*	font-family:  'Roboto',Arial,Helvetica,sans-serif;*/
/*}*/
/*.review-form .fld input[type=text], .review-form .fld textarea{*/
/*	width: 100%;*/
/*}*/
/*.review-form .fld label sup, .review-form .review-form-rating label sup{*/
/*	color: red;*/
/*}*/
/*.review-form-title{*/
/*	font-size: 22px;*/
/*	font-weight: 300;*/
/*	margin-bottom: 30px;*/
/*	text-align: center;*/
/*	margin-top: -10px;*/
/*}*/
/*.review-form-rating{*/
/*	margin-bottom: 1.75em;*/
/*}*/
/*.review-form-rating .fa{*/
/*	color: #03a9f4;*/
/*	font-size: 22px;*/
/*	cursor: pointer;*/
/*}*/
/*.review-form-rating label{*/
/*	font-size: 1.1429em;*/
/*	line-height: 1;*/
/*	color: #999;*/
/*	display: block;*/
/*	margin-bottom: 0.5em;*/
/*}*/

.comments_add-comment, .form-submit #review-form-send {
    padding: 12px 30px;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
    background-color: #262526;
    color: white;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.a.comments_add-comment, .form-submit .a#review-form-send {
    border-bottom: none;
}

.comments_add-comment, .form-submit #review-form-send {
    background-color: #c59d5f;
    color: white;
}

.comments_add-comment:hover, .form-submit #review-form-send:hover {
    background-color: #262526 !important;
}

.comments_add-comment:hover, .form-submit #review-form-send:hover {
    background-color: #c59d5f;
    color: white !important;
}

.comments_add-comment, .form-submit #review-form-send {
    background-color: #f3ae00;
}

/*----------------------------------------*\
*   $COMMENTS
\*----------------------------------------*/

.comments-area {
    position: relative;
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
}

.comments-area:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    border-left: 1px solid #d8d8d8;
    height: 100%;
}

.comments-area.no-comments {
    padding: 0;
}

.comments-area.no-comments:before {
    content: none;
}

.comment-number, .comment-number--dark, .comments-area-title .comment-number.total, .comment-reply-title .comment-number.total, .add-comment .add-comment__button {
    width: 42px;
    height: 42px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    /*font-size: 0.875rem;*/
    /*line-height: 1.72429;*/
    line-height: 42px;
    text-align: center;
    color: #b3b3b3;
    background: white;
}

.comment-number.total, .total.comment-number--dark, .comments-area-title .total.comment-number, .comment-reply-title .total.comment-number, .add-comment .total.add-comment__button {
    margin-right: 12px;
}

.comment-number--dark, .comments-area-title .comment-number.total, .comments-area-title .total.comment-number--dark, .comment-reply-title .comment-number.total, .comment-reply-title .total.comment-number--dark, .add-comment .add-comment__button {
    border: 1px solid #262526;
    display: inline-block;
    background-color: #262526;
    color: white;
    font-size: 20px;
    /*font-size: 1.25rem;*/
    /*line-height: 1.21;*/
    line-height: 42px;
    font-weight: 500;
}

.comments-area-title .comments-title, .comments-area-title a, .comment-reply-title .comments-title, .comment-reply-title a {
    display: inline-block;
    vertical-align: middle;
}

.comments-area-title .comments-title, .comment-reply-title .comments-title {
    margin: 0;
    margin-right: 6px;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
}

.comments-area-title .total.comment-number--dark, .comments-area-title .total.comment-number, .comments-area-title .add-comment .total.add-comment__button, .add-comment .comments-area-title .total.add-comment__button, .comment-reply-title .total.comment-number--dark, .comment-reply-title .total.comment-number, .comment-reply-title .add-comment .total.add-comment__button, .add-comment .comment-reply-title .total.add-comment__button {
    position: relative;
    z-index: 1;
}

.comment-reply-title {
    margin-bottom: 24px;
}

.commentlist > .comment, .commentlist > .pingback {
    padding-left: 60px;
}

.comment, .pingback {
    position: relative;
}

.comment .comment-number, .comment .comment-number--dark, .comment .comments-area-title .comment-number.total, .comments-area-title .comment .comment-number.total, .comment .comment-reply-title .comment-number.total, .comment-reply-title .comment .comment-number.total, .comment .add-comment .add-comment__button, .add-comment .comment .add-comment__button, .pingback .comment-number, .pingback .comment-number--dark, .pingback .comments-area-title .comment-number.total, .comments-area-title .pingback .comment-number.total, .pingback .comment-reply-title .comment-number.total, .comment-reply-title .pingback .comment-number.total, .pingback .add-comment .add-comment__button, .add-comment .pingback .add-comment__button {
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 1;
}

@media only screen and (max-width: 899px) {
    .comment .comment-number, .comment .comment-number--dark, .comment .comments-area-title .comment-number.total, .comments-area-title .comment .comment-number.total, .comment .comment-reply-title .comment-number.total, .comment-reply-title .comment .comment-number.total, .comment .add-comment .add-comment__button, .add-comment .comment .add-comment__button, .pingback .comment-number, .pingback .comment-number--dark, .pingback .comments-area-title .comment-number.total, .comments-area-title .pingback .comment-number.total, .pingback .comment-reply-title .comment-number.total, .comment-reply-title .pingback .comment-number.total, .pingback .add-comment .add-comment__button, .add-comment .pingback .add-comment__button {
        left: -60px;
    }
}

@media only screen and (max-width: 899px) {
    .depth-1 > .comment-article > .comment-number, .depth-1 > .comment-article > .comment-number--dark, .add-comment .depth-1 > .comment-article > .add-comment__button {
        left: 0;
    }
}

.comments_add-comment {
    margin-top: 3px;
    text-transform: uppercase;
}

.commentlist {
    list-style: none;
    margin: 0;
    border-left: 0;
    padding-left: 0;
}

li.comment, li.pingback {
    display: block;
    margin-bottom: 0;
    padding-top: 24px;
    padding-top: 1.5rem;
}

li.comment .children, li.pingback .children {
    position: relative;
    margin-left: 0;
    margin-top: -24px;
    margin-top: -1.5rem;
}

@media only screen and (min-width: 900px) {
    li.comment .children li, li.pingback .children li {
        padding-left: 72px;
    }

    li.comment .children li:before, li.pingback .children li:before {
        content: "";
        position: absolute;
        top: 45px;
        border-top: 1px solid #d8d8d8;
    }
}

li.comment .children li .comment-number, li.comment .children li .comment-number--dark, li.comment .children li .add-comment .add-comment__button, .add-comment li.comment .children li .add-comment__button, li.pingback .children li .comment-number, li.pingback .children li .comment-number--dark, li.pingback .children li .add-comment .add-comment__button, .add-comment li.pingback .children li .add-comment__button {
    border: 1px solid #eeeeee;
    background: #eeeeee;
    color: #515150;
}

li.depth-2:before {
    left: -40px;
    width: 60px;
}

@media only screen and (min-width: 900px) {
    li.depth-3:before {
        left: -112px;
        width: 112px;
    }

    li.depth-4:before {
        left: -184px;
        width: 184px;
    }

    li.depth-5:before {
        left: -256px;
        width: 256px;
    }

    li.depth-6:before {
        left: -328px;
        width: 328px;
    }

    li.depth-7:before {
        left: -400px;
        width: 400px;
    }

    li.depth-8:before {
        left: -472px;
        width: 472px;
    }

    li.depth-9:before {
        left: -544px;
        width: 544px;
    }

    li.depth-10:before {
        left: -616px;
        width: 616px;
    }
}

.comment__meta {
    font-size: 12px;
    /*font-size: 0.75rem;*/
    line-height: 2.01;
}

.comment__author-name {
    margin-right: 5px;
    font-size: 15px;
    /*font-size: 0.9375rem;*/
    line-height: 1.61;
    font-style: normal;
    font-weight: bold;
}

.comment-article {
    margin-bottom: 0;
    position: static;
}

.comment-article:hover .comment-edit-link, .comment-article:hover .comment-reply-link {
    opacity: 1;
}

.comment__avatar {
    margin-right: 12px;
    margin-right: 0.75rem;
}

.comment__timestamp {
    color: #919191;
}

.comment__avatar {
    margin-bottom: 24px;
    /*margin-bottom: 1.5rem;*/
}

.comment__content {
    position: relative;
    margin-bottom: 24px;
    /*margin-bottom: 1.5rem;*/
    font-size: 14px;
    /*font-size: 0.875rem;*/
    line-height: 1.72429;
    color: #919191;
}

.comment__content:last-child {
    margin-bottom: 0;
}

.comment__content:last-child {
    margin-bottom: 0;
}

.comment__links {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    /*font-size: 0.75rem;*/
    line-height: 2.01;
}

.comment-edit-link, .comment-reply-link {
    color: #919191;
    opacity: 0;
    margin-right: 12px;
    /*margin-right: 0.75rem;*/
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.comment-reply-link {
    color: #c59d5f;
}

.logged-in-as {
    margin: -12px 0;
    margin: -0.75rem 0;
}

.comment-reply-title {
    margin-top: 0;
}

.comment-respond {
    position: relative;
}

@media only screen and (min-width: 900px) {
    .comment-respond {
        padding-left: 58px;
    }

    .comment .comment-respond {
        padding-left: 0;
    }

    .comment-respond .comment-reply-title {
        margin-left: -58px;
    }

    .comment .comment-respond .comment-reply-title {
        margin-left: 0;
    }

    .comment .comment-respond .comment-number, .comment .comment-respond .comment-number--dark, .comment .comment-respond .add-comment .add-comment__button, .add-comment .comment .comment-respond .add-comment__button {
        display: none;
    }
}

#cancel-comment-reply-link {
    position: absolute;
    bottom: 24px;
    /*bottom: 1.5rem;*/
    left: 0;
    z-index: 5;
    text-decoration: none;
    font-style: normal;
}

/*----------------------------------------*\
*   $COMMENT_FORM
\*----------------------------------------*/
.comment-form {
    font-size: 0;
}

.comment-form label {
    display: none;
}

.lt-ie9 .comment-form label {
    display: block;
}

.comment-form input, .comment-form textarea {
    outline: 0 !important;
    font-size: 14px;
    /*font-size: 0.875rem;*/
    line-height: 1.72429;
    font-weight: 300;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: none;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 6px 0;
    border: none;
    border-bottom: 1px solid #d8d8d8;
}

.comment-form-author input::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder,
.comment-form-url input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 300;
}

.comment-form-author input:-moz-placeholder,
.comment-form-email input:-moz-placeholder,
.comment-form-url input:-moz-placeholder {
    font-style: normal;
    font-weight: 300;
}

.comment-form-author input::-moz-placeholder,
.comment-form-email input::-moz-placeholder,
.comment-form-url input::-moz-placeholder {
    font-style: normal;
    font-weight: 300;
}

.comment-form-author input:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder,
.comment-form-url input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 300;
}

.lt-ie9 .comment-form-author, .lt-ie9
.comment-form-email, .lt-ie9
.comment-form-url {
    width: 30%;
    float: none;
    display: inline-block;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
    padding-left: 24px;
    padding-left: 1.5rem;
    vertical-align: top;
    width: 33.333%;
}

.comment-form-comment {
    width: 100%;
}

.comment-form-comment textarea {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    background: url("/local/templates/.default/img/textarea-bg1.png") scroll;
    line-height: 26px;
    width: 100%;
}

.comment-form .form-submit {
    margin-top: 20px;
}

/**
 * !Important stuff here to override wordpress styles...
 */
.form-submit #review-form-send {
    text-transform: uppercase;
    float: right;
    border: 0;
    cursor: pointer;
}

.lt-ie9 .form-submit #review-form-send {
    width: 100px;
}

.add-comment {
    margin-top: 48px;
}

.add-comment .add-comment__button {
    position: relative;
    z-index: 1;
    margin-right: 12px;
    font-size: 25px;
    line-height: 30px;
}

.add-comment .add-comment__text {
    font-size: 20px;
    font-weight: bold;
}

.review-form-rating {
    font-size: 16px;
    margin-bottom: 10px;
}
/* End */
/* /local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17564498549292 */
/* /local/components/itrack/reviews/templates/.default/style.css?175644985415525 */
