

/* Start:/bitrix/templates/.default/components/bitrix/news/names-purple/bitrix/news.detail/name-detail/style.css?16866101375788*/
div.detail-name-header {
	height: 100%;
}

div.detail-name-header h1 {
	font-family: RupsterScript, Arial, Helvetica;
	font-size: 1.8em;
	letter-spacing: 1px;
	border-bottom: 1px solid #9E8F96;
	line-height: 0.1em;
	margin: 20px 0 20px;
	padding: 0 0 0 10px;
}

div.detail-name-header h1 span {
	background: #fff;
	padding: 0 10px;
}

div.names-detail div.names-detail-section {
	margin: 0 0 15px 0;
}

div.names-detail div.names-detail-section h2 {
	font-size: 1.3em;
	margin: 12px 0 8px 0;
	text-align: center;
	color: #272727;
	background-color: #f2f1f7;
	padding: 6px;
	font-family: Slimamif, Arial, Helvetica;
}

div.names-detail div.names-detail-section h3 {
	font-size: 1.15em;
	margin: 12px 0 8px 0;
	text-align: center;
	color: #272727;
	background-color: #f2f1f7;
	padding: 6px;
	font-family: Slimamif, Arial, Helvetica;
}

div.names-detail div.names-detail-section div.name-definition h2, h3,
div.names-detail div.names-detail-section div.name-definition h4 {
	background-color: white;
	font-size: 1.1em;
	color: #51333b;
	padding: 0;
}

div.names-detail div.names-detail-section div.name-definition p,
div.names-detail dl p {
	margin: 0 0 8px 0;
	line-height: 1.4em;
}

div.names-detail div.names-detail-section dd div.name-definition p {
	font-weight: normal;
}

div.names-detail div.names-detail-section div.name-definition ul {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 10px 0;
	list-style: none;
}

div.names-detail div.names-detail-section div.name-definition ul li {
	margin: 0 0 4px 20px;
	color: #272727;
}

div.names-detail div.names-detail-section div.name-definition ul li:before {
	color: #c54818;
	content: '\2713';
	margin: 0 6px 0 0;
}

div.names-detail div.names-detail-section div.name-definition ol {
	list-style-type: none;
	list-style: none;
	display: inline-block;
	margin: 0 0 10px 0;
	counter-reset: item;
}

div.names-detail div.names-detail-section div.name-definition ol li {
	margin: 0 0 4px 20px;
	color: #272727;
}

div.names-detail div.names-detail-section div.name-definition ol li:before {
	color: #c54818;
	margin: 0 6px 0 0;
	content: counter(item) ". ";
	counter-increment: item;
}

div.names-detail select {
	margin: 0 0 10px 25px;
	width: 280px;
}

div.names-detail table {
	/*border-collapse: collapse;
	margin: 0 0 0 25px;
	min-width: 300px;
	table-layout: fixed;
	width: 80%;*/
	margin: 0 0 0 25px;
}

div.names-detail table td {
	/*border: 1px solid #585757;
	padding: 4px;
	word-wrap: break-word;*/
}

div.names-detail dl {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0
}

div.names-detail dt {
	float: left;
	clear: both;
	padding: 0;
	color: #000000;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 8px 0;
}

div.names-detail dd {
	padding: 0;
	margin: 0 0 8px 20px;
	line-height: 1.4em;
	color: #585757;
}

div.names-detail p {
	color: #585757;
}

div.names-detail dd.name-new-line {
	clear: both;
	margin: 0 0 8px 20px;
}

div.names-detail span.name-accent {
	color: #c54818;
}

div.names-detail dd span {
	color: #585757;
}

div.names-detail div.name-famous-people-detail-text {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.15em;
	margin: 0 0 0 10px;
}

/* Right section */

div.purple-right-section-detail-name {
	background-color: #ffffff;
	padding: 16px;
	clear: both;
	margin: 0 0 16px 0;
	box-sizing: border-box;
}

div.purple-right-section-detail-name h3 {
	font-size: 1.15em;
	margin: 0 0 8px 0;
	text-align: center;
	color: #272727;
	background-color: #f2f1f7;
	padding: 6px;
	font-family: Slimamif, Arial, Helvetica;
}


/* Pools */

div.polls {
	border-top: 1px solid #ededed;
	padding: 16px;
	background-color: #ffffff;
	margin: 0 0 16px 0;
	box-sizing: border-box;
}

div.poll h4.poll_name {
	font-size: 1.15em;
	margin: 0 0 8px 0;
	text-align: center;
	color: #272727;
	background-color: #f2f1f7;
	padding: 6px;
	font-family: Slimamif, Arial, Helvetica;
}

div.poll div.poll_answer {
	margin: 0 0 6px 0;
}

div.poll div.poll_answer progress {
	margin: 6px 0 0 0;
	display: block;
}

/* Style the Image Used to Trigger the Modal */
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, .caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/components/prmedia/tc.list/templates/.default/style.css?15004602206485*/
.ptc-list_default {
  margin: 0 0 10px;
}
.ptc-list_default .ptc-list-before {
  position: relative;
}
.ptc-list_default .ptc-list-before-title {
  font-weight: bold;
  font-family: Arial;
  font-size: 21px;
}
.ptc-list_default .ptc-list--empty {
  display: none;
}
.ptc-list_default.ptc-list_empty .ptc-list--empty {
  display: block;
}
.ptc-list_default .ptc-list-before-empty-block {
  margin: 10px 0 20px;
  padding: 20px;
  background: #D4E8F7;
  color: #333;
  font-family: Arial;
  font-size: 14px;
}
.ptc-list_default .ptc-list-items {
  margin: 10px 0;
}
.ptc-list_default .ptc-item {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 10px 10px 10px 5px;
  margin: 0 0 15px;
  overflow: auto;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: opacity .3s, background .5s;
}
.ptc-list_default .ptc-item_hidden {
  opacity: 0;
  visibility: hidden;
}
.ptc-list_default .ptc-item_pending {
  background-color: #fff568;
  padding-left: 10px;
}
.ptc-list_default .ptc-item_level-1 {
  margin-left: 50px;
}
.ptc-list_default .ptc-item_level-2 {
  margin-left: 100px;
}
.ptc-list_default .ptc-item_level-3 {
  margin-left: 150px;
}
.ptc-list_default .ptc-form-form {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}
.ptc-list_default .ptc-form-form_hidden {
  opacity: 0;
  visibility: hidden;
}
.ptc-list_default .ptc-item .ptc-form-form_default {

  margin-left: 60px;
}
.ptc-list_default .ptc-item_level-max .ptc-form-form_default {
  margin-left: 0;
}
.ptc-list_default .ptc-item_edit .ptc-form-form_add-field {
  display: none;
}
.ptc-list_default .ptc-item_edit .ptc-form-form_edit-field {
  display: inline-block;
}
.ptc-list_default .ptc-item-replaced {
  display: table;
  width: 100%;
  min-height: 48px;
}
.ptc-list_default .ptc-item-replaced-text {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #898989;
}
.ptc-list_default .ptc-item-pic {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
  border: 1px solid #ebebeb;
}
.ptc-list_default .ptc-item-pic_default {
  background: url(/bitrix/components/prmedia/tc.list/templates/.default/images/nophoto.gif) no-repeat center center;
}
.ptc-list_default .ptc-item-pic-image {
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.ptc-list_default .ptc-item-content {
  overflow: hidden;
}
.ptc-list_default .ptc-item-head {
  margin: 2px 0 15px 0;
}
.ptc-list_default .ptc-item-head-user {
  display: inline-block;
  font-weight: bold;
  color: #898989;
}
.ptc-list_default .ptc-item-head-date {
  font-size: 12px;
  color: #898989;
}
.ptc-list_default .ptc-item-head-href {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-size: 16px;
  text-decoration: none;
}
.ptc-list_default .ptc-item-head-controls {
  float: right;
}
.ptc-list_default .ptc-item-vote {
  float: left;
  line-height: 27px;
  margin: 0 0 0 10px;
}
.ptc-list_default .ptc-item-vote-up {
  color: #3b9a22;
}
.ptc-list_default .ptc-item-vote-down {
  color: #b30101;
}
.ptc-list_default .ptc-item-vote-btn {
  vertical-align: middle;
  margin: 0 3px 0 0;
  height: 18px;
  width: 16px;
  border: none;
  background: none;
  background-image: none;
  outline: none;
  cursor: pointer;
}
.ptc-list_default .ptc-item_no-vote .ptc-item-vote-btn {
  cursor: default;
}
.ptc-list_default .ptc-item-vote-btn-up {
  background: url(/bitrix/components/prmedia/tc.list/templates/.default/images/vote/up.png) no-repeat left center;
}
.ptc-list_default .ptc-item-vote-btn-down {
  background: url(/bitrix/components/prmedia/tc.list/templates/.default/images/vote/down.png) no-repeat left center;
}
.ptc-list_default .ptc-item-publish-btn {
  vertical-align: middle;
  width: 27px;
  height: 27px;
  border: none;
  background: url(/bitrix/components/prmedia/tc.list/templates/.default/images/moderation/publish.png) no-repeat center center;
  outline: none;
  cursor: pointer;
}
.ptc-list_default .ptc-item-delete-btn {
  vertical-align: middle;
  width: 27px;
  height: 27px;
  margin: 0 0 0 10px;
  border: none;
  background: url(/bitrix/components/prmedia/tc.list/templates/.default/images/moderation/delete.png) no-repeat center center;
  outline: none;
  cursor: pointer;
}
.ptc-list_default .ptc-item-body {
  padding: 8px 0 8px;
}
.ptc-list_default .ptc-item_edit .ptc-item-body {
  padding: 8px;
  background: #ff8;
}
.ptc-list_default .ptc-item-text {
  line-height: 1.4;
}
.ptc-list_default .ptc-item-text .smile {
  vertical-align: middle;
}
.ptc-list_default .ptc-item-edited {
  margin: 8px 0 0;
  color: #898989;
  font-size: 13px;
  font-style: italic;
}
.ptc-list_default .ptc-item_edit .ptc-item-edited {
  display: none;
}
.ptc-list_default .ptc-item_edit .ptc-item-edit {
  display: none;
}
.ptc-list_default .ptc-item-edit-btn {
  padding: 0;
  color: #898989;
  background: none;
  background-image: none;
  border: none;
  border-bottom: 1px dotted #898989;
  font-style: italic;
  font-size: 13px;
  cursor: pointer;
  outline: none;
}
.ptc-list_default .ptc-item-reply {
  margin: 5px 0 0;
  text-align: right;
}
.ptc-list_default .ptc-item-reply-btn {
  padding: 0;
  color: #1160d7;
  background: none;
  background-image: none;
  border: none;
  border-bottom: 1px dotted #1160d7;
  font-size: 13px;
  cursor: pointer;
  outline: none;
}
.ptc-list_default .ptc-item_with-form .ptc-item-reply-btn {
  display: none;
}

/* pagenav */
.ptc-list_default .ptc-list-pagenav_hidden {
  display: none;
}
.ptc-list_default .ptc-list-pagenav {
  text-align: center;
}
.ptc-list_default .ptc-list-pagenav-button {
  display: block;
  margin: 20px auto;
  width: 40%;
  padding: 8px 0;
  background: none;
  background-image: none;
  color: #555;
  font-size: 12px;
  border: 1px solid #bfd4f3;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

/* popup href */
.ptc-list_default .ptc-popup-href {
  display: none;
  position: absolute;
  z-index: 100;
  width: 300px;
  color: #e3e3e3;
  border-radius: 5px;
  padding: 10px;
  font-size: 11px;
  border: 1px solid #000;
  background-color: #333;
}
.ptc-list_default .ptc-popup-href-close-btn {
  float: right;
  margin: 0 0 5px;
  padding: 0;
  color: #37b2e7;
  font-size: 10px;
  background: none;
  background-color: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.ptc-list_default .ptc-popup-href-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 10px;
  color: #444;
  background: #fff;
  font-family: Arial;
  font-size: 14px;
  border: 1px solid #ccc;
}
.ptc-list_default .ptc-list-more {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  color: #1160d7;
  border-bottom: 1px dotted #1160d7;
  cursor: pointer;
  margin-bottom: 10px;
  display: none;
}

/* End */


/* Start:/bitrix/components/prmedia/tc.form/templates/.default/style.css?15004602208427*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/bitrix/components/prmedia/tc.form/templates/.default/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/bitrix/components/prmedia/tc.form/templates/.default/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
    url('/bitrix/components/prmedia/tc.form/templates/.default/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
    url('/bitrix/components/prmedia/tc.form/templates/.default/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
    url('/bitrix/components/prmedia/tc.form/templates/.default/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ptc-form_default,
.ptc-form-form_default {
  width: 100%;
  min-width: 320px;
  max-width: 400px;
}
.ptc-form_default .ptc-form-placeholder {
  display: none;
}
.ptc-form-placeholder-btn {
  vertical-align: middle;
  padding: 0;
  color: #1160d7;
  background: none;
  border: none;
  border-bottom: dotted 1px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}
.ptc-form_default.ptc-form_placeholder .ptc-form-placeholder {
  display: block;
}
.ptc-form_default .ptc-form-container {
  opacity: 1;
  transition: opacity .3s;
  height: auto;
}
.ptc-form_default.ptc-form_placeholder .ptc-form-container {
  opacity: 0;
  max-height: 0;
  transition: all 0s;
  height: 0;
}
.ptc-form-form_default {
  position: relative;
}
.ptc-form-form_default.ptc-form_preload::before {
  content: "";
  position: absolute;
  z-index: 15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, .9) url(/bitrix/components/prmedia/tc.form/templates/.default/images/preloader.gif) no-repeat center center;
}
.ptc-form-form_default .ptc-form-row {
  margin: 0 0 10px;
}
.ptc-form-form_default .ptc-form-label {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
}
.ptc-form-form_default .ptc-form-label-required-star {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
  color: #f00;
  font-size: 14px;
}
.ptc-form-form_default .ptc-form-input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  border: 1px solid #acacac;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  outline: none;
}
.ptc-form-form_default .ptc-form-input_text {
  max-width: 270px;
}
.ptc-form-form_default .ptc-form-input_textarea {
  height: 74px;
  resize: none;
}
.ptc-form-form_default .ptc-form-input_error {
  border: 1px solid #f00;
}
.ptc-form-form_default .ptc-form-input_error + .wysiwyg-editor {
  border: 1px solid #f00;
}
.ptc-form-form_default .ptc-form-submit {
  margin: 10px 0 0;
  padding: 10px 28px;
  color: #fff;
  background: #1361d7;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: background-color .3s;
}
.ptc-form-form_default .ptc-form-submit:disabled {
  background: #A6B3C5;
}
.ptc-form-form_default .ptc-form-skip {
  margin: 0 0 0 20px;
  padding: 0;
  color: #1160d7;
  background: none;
  border: none;
  border-bottom: dotted 1px;
  cursor: pointer;
  outline: none;
}
.ptc-form-form_default .ptc-form-form_edit-field {
  display: none;
}
.ptc-form-form_default .ptc-form-input_error-block {
  color: red;
  padding-top: 10px;
  display: none;
}

/* verifiers */
.ptc-form-form_default .ptc-form-i-robot-label {
  display: inline-block;
  cursor: pointer;
}
.ptc-form-form_default .ptc-form-i-robot-checkbox {
  cursor: pointer;
  outline: none;
}
.ptc-form-form_default .ptc-form-bitrix-captcha-img {
  float: left;
  vertical-align: middle;
  width: 180px;
  height: 40px;
}
.ptc-form-form_default .ptc-form-bitrix-captcha-input {
  width: 80px;
}
.ptc-form-form_default .prc-form-bitrix-captcha-dynamic-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.ptc-form-form_default .ptc-form-bitrix-captcha-img-reload {
  position: absolute;
  z-index: 10;
  top: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  background: url(/bitrix/components/prmedia/tc.form/templates/.default/images/reload.png) no-repeat center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  outline: none;
  cursor: pointer;
}

/* editor */
.wysiwyg-container {
  overflow: visible;
  color: black;
  background: none white;
  border: 1px solid #acacac;
}
.wysiwyg-textarea {
  display: block;
  width: 100%;
  height: 1.5em;
  padding: 0;
  resize: none;
}
.wysiwyg-wrapper {
  position: relative;
}
.wysiwyg-editor {
  position: relative;
  min-height: 1.5em;
  min-height: 120px;
  max-height: 150px;
  line-height: 1.5;
  padding: 10px;
  overflow: auto;
  outline: none;
  color: #141824;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  border: 1px solid transparent;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wysiwyg-editor img {
  vertical-align: top;
}
.wysiwyg-toolbar {
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
.wysiwyg-toolbar-top {
  border-bottom: 1px solid #acacac;
}
.wysiwyg-toolbar-bottom {
  border-top: 1px solid #acacac;
}
.wysiwyg-toolbar a {
  vertical-align: top;
}
.wysiwyg-placeholder {
  position: absolute;
  top: 4px;  /* same as padding in .wysiwyg-editor */
  left: 6px;
  opacity: 0.54;  /* https://developer.mozilla.org/de/docs/Web/CSS/%3A%3A-moz-placeholder */
}
.wysiwyg-popup {
  position: absolute;
  z-index: 9999;
  color: black;
  background: white;
  background: rgba(255,255,255,0.9);
  left: -50%;
  white-space: nowrap;
  border: 1px solid #acacac;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wysiwyg-popup.wysiwyg-popuphover {
  margin-top: 9px;
}
.wysiwyg-popup.wysiwyg-popuphover:after {
  position: absolute;
  left: 50%;
  bottom: 100%;
  border: solid transparent;
  content: '';
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #acacac;
}
.wysiwyg-toolbar-icon {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  margin: 0;
  padding: 0;
  color: #999999;
  text-decoration: none;
  *zoom: 1;
  vertical-align: top;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 12px;
  font: 16px FontAwesome;
  -moz-transition: color 0.2s, background 0.2s;
  -webkit-transition: color 0.2s, background 0.2s;
  -ms-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
.wysiwyg-toolbar-icon:hover {
  color: HighlightText;
  background-color: Highlight;
  text-decoration: none;
  -moz-transition: color 0.2s, background 0.2s;
  -webkit-transition: color 0.2s, background 0.2s;
  -ms-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
.wysiwyg-toolbar-form {
  padding: 10px;
  white-space: nowrap;
}
.wysiwyg-toolbar-form .wysiwyg-toolbar-icon {
  margin-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wysiwyg-toolbar-color {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.wysiwyg-input {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #141824;
  background: none white;
  border: 1px solid #acacac;
  width: 20em;
  height: 20px;
  padding: 5px 6px;  /* 8 - extraheight(2) - border(1) = 5 */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}
.wysiwyg-input.wysiwyg-inputtextarea {
  width: 100%;
  height: 5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.wysiwyg-input:hover,
.wysiwyg-input:active,
.wysiwyg-input:focus {
  border-color: #acacac;
}
.wysiwyg-browse {
  position: relative;
  left: 0;
  top: 0;
  height: 3em;
  line-height: 3em;
  color: #666666;
  border: 2px dashed #acacac;
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}
.wysiwyg-browse:hover,
.wysiwyg-browse:active,
.wysiwyg-browse:focus {
  color: #141824;
  border-color: #acacac;
}
.wysiwyg-embedcode {
  margin-bottom: 10px;
}
.prmedia-tc-form-wysiwyg-smilies {
  max-width: 300px;
  white-space: normal;
}
.prmedia-tc-form-wysiwyg-smilies img {
  margin: 5px;
  cursor: pointer;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news/names-purple/bitrix/news.detail/name-detail/style.css?16866101375788 */
/* /bitrix/components/prmedia/tc.list/templates/.default/style.css?15004602206485 */
/* /bitrix/components/prmedia/tc.form/templates/.default/style.css?15004602208427 */
