html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  /*line-height: 1.15;*/
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--- VARIABLES ---*/
/* colors */
/*fonts*/
/*layouts*/
/* --- MIXINS --- */
html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.42;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  background: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 15px 0;
}

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #013f54;
}

h1, .h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 36px;
  margin: 10px 0px 5px;
}

h2, .h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4, .h4 {
  font-size: 15px;
  font-size: 0.9375rem;
}

h5, .h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

a {
  color: #165f7c;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
  display: block;
}

table {
  border-collapse: collapse;
}
#main table td {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px dotted #bdbdbd;
}
#main .profile-table td{padding: 11px 25px 11px; border:none;}
.bx-auth-profile font.notetext{text-align: center; border:1px solid #469C2A; color: #469C2A; display: block; padding: 10px;}
/* ----- LAYOUTS ----- */
.wrapper {
  width: 100%;
  min-width: 1230px;
  height: auto !important;
  min-height: 100%;
  overflow: hidden;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  overflow: hidden;
}

.page-wrapper {
  padding-bottom: 165px;
  height: 1%;
  position: relative;
  overflow: hidden;
}

.inner {
  width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

.container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sidebar-right #main {
  float: left;
  padding-right: 440px;
  width: 100%;
}
.sidebar-right #sideRight {
  float: left;
  width: 400px;
  margin-left: -400px;
  position: relative;
  padding-top: 0;
  margin-top: -25px;
}
.sidebar-right-analitika #sideRight{
  float: left;
  width: 400px;
  margin-left: -400px;
  position: relative;
  padding-top: 106px;
}


.sidebar-left #sideLeft {
  float: left;
  width: 600px;
  margin-left: 0%;
  margin-right: -600px;
  position: relative;
  z-index: 1;
}
.sidebar-left #main {
  float: left;
  width: 100%;
  padding-left: 630px;
  margin-right: -100%;
}

.lk.sidebar-left #sideLeft {
  float: left;
  width: 283px;
  margin-left: 0%;
  margin-right: -283px;
  position: relative;
}
.lk.sidebar-left #main {
  float: left;
  width: 100%;
  padding-left: 320px;
  margin-right: -100%;
}

.main {
  padding-bottom: 20px;
  position: relative;
}
.main::after {
	clear: both;
	display: block;
	content: '';
}

.footer {
  position: relative;
  width: 100%;
  margin: -150px auto 0;
  height: 150px;
}

.block {
  margin-bottom: 20px;
}

.block_no-margin {
  margin-bottom: 0 !important;
}

.row {
  margin: 0 -20px;
}

.midi-row {
  margin: 0px -15px;
}
.midi-row div[class*="col-"] {
  padding: 0 15px !important;
}

.mini-row {
  margin: 0px -10px;
}
.mini-row div[class*="col-"] {
  padding: 0 10px !important;
}

.inner:before,
.inner:after,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.mini-row:before,
.mini-row:after,
.item .spacer:before,
.item .spacer:after {
  content: "";
  display: table;
}

.inner:after,
.clearfix:after,
.row:after,
.mini-row:after,
.item .spacer:after,
.clr {
  clear: both;
}

.col,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.grid1, .grid2, .grid-3, .grid4, .grid5,
.grid7, .grid8, .grid9, .grid10 {
  float: left;
  position: relative;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.grid1 {
  width: 10%;
}

.grid2 {
  width: 20%;
}

.grid3 {
  width: 30%;
}

.grid4 {
  width: 40%;
}

.grid5 {
  width: 50%;
}

.grid6 {
  width: 60%;
}

.grid7 {
  width: 70%;
}

.grid8 {
  width: 80%;
}

.grid9 {
  width: 90%;
}

.grid10 {
  width: 100%;
}

.margin {
  clear: both;
  height: 10px;
}

.section {
  clear: both;
}

.full-width-items .col-right {
  float: left;
  position: relative;
}

/* .full-width-items .col-left {
  float: left;
  width: 100%;
} */

/* ----- end LAYOUTS ----- */
/* ----- HEADER -----*/
.header-top {
  background: #f7f4ee;
}

.top-line {
  display: table;
  width: 100%;
}

.currency {
  display: table-cell;
  font-size: 12px;
  font-size: 0.75rem;
}

.currency .item {
  display: inline-block;
  padding: 10px 0px 8px;
  margin-right: 39px;
}

.top-links {
  display: table-cell;
  text-align: right;
}
.lang-switchers {
  display: inline-block;
  vertical-align: middle;
}
.wrap_personal {
  display: inline-block;
  vertical-align: middle;
}
.lang-switchers ul {
  display: inline-block;
  margin-right: 34px;
}
.lang-switchers ul li {
  display: inline-block;
}
.lang-switchers ul a {
  color: #000000;
  padding: 0px 3px;
}
.lang-switchers ul .active a {
  text-decoration: underline;
  cursor: default;
}

.log-in {
  display: inline-block;
  padding: 9px 19px 9px 43px;
  min-height: 38px;
  background: #be3228 url(../images/keyhole.svg) 18px 9px no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  color: #FFF;
  font-weight: 700;
}
.log-out {
  display: inline-block;
  background: #be3228;
  padding: 9px 19px 9px 19px;
  min-height: 38px;
  -webkit-background-size: 18px;
  background-size: 18px;
  color: #FFF;
  font-weight: 700;
}
.log-out:hover {
  background: #e2890a;
  -webkit-background-size: 18px;
  background-size: 18px;
  text-decoration: none;
}
}
.log-in:hover {
  background: #e2890a url(../images/keyhole.svg) 18px 9px no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  text-decoration: none;
}

.mid-line {
  display: table;
  width: 100%;
  padding: 36px 0px 38px;
}

#logo {
  display: table-cell;
  vertical-align: middle;
}

#search {
  display: table-cell;
  vertical-align: middle;
}
#search .search-inner {
  position: relative;
  width: 400px;
  float: right;
}

input[type="text"].header-search_input {
  width: 100%;
  height: 34px;
  padding: 0px 42px 0px 15px;
  border: 1px solid #e8e8e8;
}

input[type="submit"].header-search_submit {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 3px;
  background: url(../images/search.svg) center no-repeat;
  -webkit-background-size: 19px;
  background-size: 19px;
  font-size: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  transition: 0 none;
}
input[type="submit"].header-search_submit:hover {
  background: url(../images/search_hover.svg) center no-repeat;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.header-bottom {
  background: #165f7c;
}
.main-menu img {display: inline-block;vertical-align: middle;margin-right: 5px;}
.main-menu ul {
  display: table;
  border-collapse: collapse;
  /* table-layout: fixed; */
  width: 100%;
}
.main-menu ul li {
  display: table-cell;
  /* width: 100%; */

  position: relative;
  height: 100%;
  vertical-align: top;
  /*border-right: 1px solid #2b6c86;
  border-left: 1px solid #2b6c86;*/
}
.main-menu ul li:first-child a {
  border-left: 1px solid #2b6c86;
}
.main-menu ul li:hover a {
  background: #013f54;
  text-decoration: none;
  border-color: #013f54;
}
.main-menu ul li.active a {
  background: #013f54;
  text-decoration: none;
  border-color: #013f54;
}
.main-menu ul li a {
  display: block;
  color: #FFF;
  font-family: "Merriweather", serif;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 47px;
  border-right: 1px solid #2b6c86;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  padding: 0 29px;
}


ul.sub-menu {
  display: block;
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  background: #013f54;
  z-index: 2;
  text-align: center;
}
ul.sub-menu li {
  display: block;
}
ul.sub-menu li a {
  padding: 6px 10px;
  border: 0;
}
ul.sub-menu li a:hover {
  text-decoration: underline;
}

/* ----- end HEADER -----*/
/* ----- BASE STYLES ----- */
.main {
  line-height: 22px;
}

.title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
  color: #165f7c;
}
.title a {
  color: #165f7c;
}

.block-front_title,
.block-title,
.section-events-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  /*line-height: 20px;*/
  font-family: "Merriweather", serif;
  margin-bottom: 5px;
  color: #013f54;
}
.block-front_title a,
.block-title a,
.section-events-title a {
  color: #013f54;
}

.block-mini-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  font-family: "Merriweather", serif;
  color: #165f7c;
  margin-bottom: 5px;
}

.date, .more-link {
  color: #7b8385;
}

.date {
  letter-spacing: 0.02em;
}

.text {
  letter-spacing: 0.01em;
}

.clr-orange,
.clr-orange a {
  color: #be3228;
}

.clr-blue {
  color: #165f7c;
}

.clr-light {
  color: #7b8385;
}

.breadcrumbs {
  clear: both;
  margin-top: -2px;
  padding: 0px 0px 9px;
  line-height: 1.42;
}
.breadcrumbs div{vertical-align: middle;display: inline-block;}
.breadcrumbs a, .breadcrumbs span {
  vertical-align: middle;
}
.breadcrumbs a {
  color: #bdbdbd;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
  margin-right: 9px;
}
.breadcrumbs a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -4px;
  height: 9px;
  width: 17px;
  background: url(../images/breadcrumb.png) no-repeat;
}
.breadcrumbs .last a{cursor: default;}
.breadcrumbs .last a:after{display: none;}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span {
  color: #bdbdbd;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

.wrapper table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin: 15px 0px;
}

.wrapper table tr:nth-of-type(odd) {
  background: #f5f5f5;
}

.wrapper table td {
  padding: 11px 25px 11px;
}

.wrapper table th {
  text-align: left;
  font-weight: 700;
  padding: 11px 25px 11px;
  background: #f5f5f5;
}

/* form, buttons */
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
  border: 1px solid #e6e2da;
  height: 40px;
  padding: 0px 15px;
  max-width: 100%;
}

table input[type="text"],
table input[type="email"],
input[type="password"],
table input[type="tel"] {
  width: 100%;
}

textarea {
  width: 100%;
  height: auto;
  resize: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"],
textarea:focus {
  outline: none;
  /*border: 1px solid #d0d0d0;*/
}

::-webkit-input-placeholder {
  color: #bdbdbd;
}

::-moz-placeholder {
  color: #bdbdbd;
}

select {
  border: 1px solid #e6e2da;
  color: #000000;
  padding: 9px 15px 10px;
  max-width: 100%;
  outline: none;
}

.btn,
input.btn,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  padding: 10px 22px;
  font-weight: 700;
  background-color: #165f7c;
  color: #FFF;
  border: 1px solid #165f7c;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.btn:hover,
input.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  text-decoration: none;
  background-color: #013f54;
  border-color: #013f54;
}

.btn-orange,
input.btn-orange,
input[type="submit"].btn-orange,
input[type="button"].btn-orange {
  background: #be3228;
  border-color: #be3228;
}
.btn-orange:hover,
input.btn-orange:hover,
input[type="submit"].btn-orange:hover,
input[type="button"].btn-orange:hover {
  background: #e2890a;
  border-color: #e2890a;
}

/*
.btn-green-bordered,
input.btn-green-bordered,
input[type="submit"].btn-green-bordered,
input[type="button"].btn-green-bordered {
	background: #FFF;
	border-color: $green;
	color: $green;
	&:hover {
		background: $green_hover;
		border-color: $green_hover;
		color: #FFF;
	}
}
.btn-gray-bordered,
input.btn-gray-bordered,
input[type="submit"].btn-gray-bordered,
input[type="button"].btn-gray-bordered,
input[type="reset"],
.btn-reset {
	background: #FFF;
	border-color: #CBCBCB;
	color: $font;
	&:hover {
		background: $bc;
		border-color: $bc;
	}
}
*/
input[type="reset"]:hover,
.button-reset:hover {
  text-decoration: none;
  background-color: red;
}

.label-inline {
  display: inline-block;
  margin-right: 17px;
}

.reply-field {
  padding: 0px 0px 15px;
}
.reply-field label {
  display: inline-block;
  margin-bottom: 6px;
}
.reply-field input {
  width: 100%;
}

.reply-btns {
  text-align: center;
}
.reply-btns .btn,
.reply-btns input[type="submit"],
.reply-btns input[type="reset"] {
  padding-left: 30px;
  padding-right: 30px;
}

.hint {
  font-size: 10px;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.5);
}

.error {
  color: #fc2222;
  border-color: #fc2222 !important;
}

.popup-inner .h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.popup-inner .jq-checkbox {
  margin-right: 4px;
}

.popup-table {
  width: 100%;
  vertical-align: top;
}
.popup-table td {
  padding-bottom: 13px;
  vertical-align: top;
}
.popup-table .label-td {
  width: 60px;
  text-align: right;
  padding-right: 20px;
  padding-top: 5px;
}
.popup-table .wrap-input {
  margin-top: 0;
}
.popup-table .wrap-input input {
  width: 100%;
}
.popup-table select {
  width: 100%;
}

.wide .popup-table .label-td {
  width: 125px;
}

.dop-popup-links {
  border-top: 1px solid #f6f6f6;
  padding-top: 15px;
  text-align: center;
  margin-top: 30px;
}
.dop-popup-links a {
  display: block;
  margin-bottom: 3px;
}

.form-detail {
  clear: both;
  margin-top: 0px;
  margin-bottom: 10px;
}

.table-reply-buttons {
  padding: 15px 0px 10px;
}

.table-reply-buttons table {
  width: 100%;
  vertical-align: middle;
}
.table-reply-buttons table td {
  vertical-align: middle;
}
.table-reply-buttons table input {
  width: 100%;
}

.wrap-input {
  margin-top: 15px;
  position: relative;
}
.wrap-input input {
  padding-right: 32px;
}
.wrap-input:after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 12px;
  top: 9px;
}

a.bordered-link {
  border-bottom: 1px solid #e8e8e8;
}
a.bordered-link:hover {
  text-decoration: none;
  border-bottom: 0;
}

/* pagination */
.pagination {
  padding: 25px 0px 5px;
  text-align: center;
  font-size: 0;
}
.pagination a, .pagination span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 30px;
  padding: 6px 4px 6px 4px;
  margin: 3px 0px 3px -1px;
  border: 1px solid #e8e8e8;
}
.pagination a {
  color: #000000;
}
.pagination a:hover {
  background: #e8e8e8;
  text-decoration: none;
}
.pagination a.more-pages {
  border: 0;
  /* text-decoration: underline; */
  color: #fff;
  padding: 6px 20px;
}
.pagination a.more-pages:hover {
  background: #013f54;
  text-decoration: none;
}

.pgn-prev,
.pgn-next {
  position: relative;
  height: 32px;
}
.pgn-prev:after,
.pgn-next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pgn-prev {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.pgn-prev:after {
  /*@include icons-sprite(pgn-prev);*/
}

.pgn-next {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.pgn-next:after {
  /*@include icons-sprite(pgn-next);*/
}

.bold, .strong {
  font-weight: 700;
}

.regular {
  font-weight: 400 !important;
  font-size: 14px;
}

.margin {
  margin-bottom: 10px;
}

.centered-text,
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.non-visible {
  display: none !important;
}

/* ----- end BASE STYLES ----- */
/* ----- MAIN PAGE ----- */
.block-front {
  position: relative;
  padding-top: 3px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-front:after {
/*   content: "";
  position: absolute;
  left: 0;
  right: -40px;
  border-bottom: 1px dotted #bdbdbd; */
}
.block-front .title {
  font-family: "Merriweather", serif;
}
.block-front .left-col .item {
  padding: 24px 0px 13px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-front .left-col .item:first-child {
  padding-top: 16px;
}
.block-front .left-col .item:last-child {
  border-bottom: 0;
}
.block-front .left-col .item .title {
  padding-bottom: 8px;
  letter-spacing: 0.01em;
}
.block-front .left-col .item .text {
  line-height: 22px;
}
.block-front .left-col .item .date {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  color: #7b8385;
  padding-top: 8px;
}
.block-front .right-col .item {
  padding: 24px 5px 24px 0px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-front .right-col .item:first-child {
  padding-top: 16px;
}
.block-front .right-col .item:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}
.block-front .right-col .item .img {
  padding-bottom: 8px;
}
.block-front .item-img .title {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.block-front{padding-bottom: 20px; margin-bottom: 35px;}
.block-front .all-news{display: block; position: absolute; right: 0px; z-index: 5; background: #fff; padding-left: 20px; bottom: -15px;}
.block-front .all-news a{display: block; color: #fff; border: 1px solid #be3228; height: 30px; line-height: 28px; padding: 0 20px; text-decoration: none; font-weight: 700; background:#be3228;}
.block-front .all-news a:hover{text-decoration: none; background: #e2890a;}

.block-front .block-front:last-child,
.block-front.last {
  margin-bottom: 15px;
  margin-top: -8px;
}

.block-analitics {
  background: #f7f4ee;
  border-left: 1px dotted #bdbdbd;
  margin-top: 0;
  padding: 25px 40px 0px 38px;
  margin-bottom: 40px;
  overflow: hidden;
}
.block-analitics .item {
  padding: 24px 0px 18px 0px;
  position: relative;
}
.block-analitics .item:first-child {
  padding-top: 11px;
}
.block-analitics .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  right: -40px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-analitics .title {
  font-family: "Merriweather", serif;
  letter-spacing: 0.008em;
  margin-bottom: 8px;
}
.block-analitics .text {
  line-height: 22px;
}
.block-analitics .text p {
  margin: 8px 0px 12px;
}
.block-analitics .btns {
  margin: 24px auto 0 auto;
  width: 185px;
}
.block-analitics .btns .btn {
  width: 100%;
  margin-bottom: 13px;
}

.section-events {
  margin-bottom: 40px;
  padding-right: 40px;
}
.section-events .item {
  padding-top: 10px;
}
.section-events .info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  color: #7b8385;
}
.section-events .date {
  margin-right: 31px;
}
.section-events .categories {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  padding: 8px 0px 7px;
}
.section-events .categories a {
  color: #165f7c;
  margin-right: 20px;
}
.section-events .title {
  font-family: "Merriweather", serif;
  padding-bottom: 8px;
  letter-spacing: 0.01em;
}
.section-events .text {
  line-height: 22px;
}

.section-events-title {
  color: #be3228;
}
.section-events-title a {
  color: #be3228;
}
.section-events-title a:hover {
  color: #e2890a;
}

/* ----- end MAIN PAGE ----- */
/* ----- ARTICLE ----- */
.article {
  line-height: 22px;
  padding: 14px 0px 12px;
  border-bottom: 1px dotted #bdbdbd;
  margin-bottom: 26px;
  letter-spacing: 0.008em;
}
.article .date {
  color: #7b8385;
}
.article h1, .article .h1 {
  margin: 8px 0px 5px;
  letter-spacing: 0.007em;
}
.article h2, .article .h2, .article h3, .article .h3, .article h4, .article .h4, .article h5, .article .h5 {
  letter-spacing: 0;
  margin: 20px 0px 19px;
}

.highlighted-paragraph {
  margin: 44px 0px 45px;
  padding: 41px 63px 41px 63px;
  background: #f7f4ee;
  line-height: 28px;
  font-style: italic;
  letter-spacing: -0.005em;
}
.highlighted-paragraph .highlighted-caption {
  font-weight: 700;
  padding-top: 8px;
}

blockquote {
  padding: 32px 80px 14px 132px;
  margin: 22px 0px;
  line-height: 28px;
  font-style: italic;
  letter-spacing: -0.005em;
  color: #7b8385;
  background: url(../images/quote.png) 31px 21px no-repeat;
}
blockquote .quote-caption {
  padding-top: 15px;
  font-weight: 700;
  color: #000;
}

.tags {
  padding: 2px 0px 16px;
}

.tags a {
  margin-right: 16px;
  text-decoration: underline;
}
.tags a:hover {
  text-decoration: none;
}

.related-articles, .related-links {
  margin-top: 20px;
}
.related-articles .h3, .related-links .h3, .related-articles h3, .related-links h3 {
  margin-bottom: 4px;
}
.related-articles .item, .related-links .item {
  padding: 14px 0px;
  border-bottom: 1px dotted #bdbdbd;
}
.related-articles .title, .related-links .title {
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
}

/* ----- end ARTICLE ----- */
/* ----- NEWS, MONITORIG, ANALITICS & etc ----- */
/* --- MONITORING --- */
.line-items .item {
  padding: 24px 0px 12px;
  border-bottom: 1px dotted #bdbdbd;
}
.line-items .item-short{display: block; padding: 15px 0 6px;}
.line-items .item-short .date{display: block; float: left; width: 50px; margin-right: -50px;}
.line-items .item-short .title{float: left; padding-left: 50px; font-size: 16px; line-height: 22px; font-weight: 700;}
.line-items .item-short .title a:visited{color: #7b8385;}
.line-items .item:nth-child(1) {
  padding-top: 10px;
}
.line-items .date {
  padding: 0px 0px 8px;
}
.line-items .title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Merriweather", serif;
  margin-bottom: 9px;
  letter-spacing: 0.001em;
}
.line-items .text {
  line-height: 22px;
}
.line-items .text p {
  margin: 8px 0px 12px;
}
.line-items .more-link {
  text-decoration: underline;
}
.line-items .more-link:hover {
  text-decoration: none;
}

.block-monitoring-categories, .block-newsletter {
  margin-bottom: 48px;
}
.block-monitoring-categories .item, .block-newsletter .item {
  padding: 14px 0px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-monitoring-categories .item .title, .block-newsletter .item .title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-family: "Merriweather", serif;
}
.block-monitoring-categories .item.active a {
  color: #be3228;
}

/* --- end MONITORING --- */
/* --- ANALITIKA --- */
.full-width-items .item {
  padding: 25px 0px 20px;
}
/* .full-width-items .col-left {
  padding-right: 440px;
} */
.line-items .btns {
  padding-top: 15px;
  text-align: right;
}
.line-items .btns .btn {
  padding: 4px 20px 5px;
  margin-left: 7px;
}

.full-width-items .col-left .btns {
  padding-top: 15px;
  text-align: right;
}
.full-width-items .col-left .btns .btn {
  padding: 4px 20px 5px;
  margin-left: 7px;
}
.full-width-items .col-left {
  float: left;
  width: 100%;
  padding-right: 420px;
}
.full-width-items .col-right {
  width: 400px;
  margin-left: -400px;
}
.full-width-items .related-links {
  margin-top: 32px;
}
.full-width-items .related-links .h3, .full-width-items .related-links h3 {
  margin-bottom: 0;
}
.full-width-items .related-links .item {
  padding: 15px 0px 10px;
}
.full-width-items .related-links .item:first-child {
  padding-top: 8px;
}
.full-width-items .related-links .title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 0;
}

/* --- end ANALITIKA --- */
/* --- CALENDAR --- */
.biznes-calendar .pagination {
  margin-top: -37px;
}

.event-types {
  margin: 17px 0px 20px;
}
.event-types a, .event-types label {
  display: inline-block;
  margin: 0px 24px 0px 0px;
  letter-spacing: 0.015em;
}
.arhiv-h1{float: left;}
.arhiv-block{float: right; margin-top: 16px;}
.arhiv-block .show-calendar{color: #7b8385; font-size: 16px;font-family: "Merriweather", serif; text-decoration: none; white-space: nowrap;}
.arhiv-block .show-calendar i{margin-right: 5px;}
.arhiv-block .show-calendar:hover{text-decoration: none;}
.arhiv-block .show-calendar:hover span{border-bottom: 1px solid #7b8385;}
.arhiv-block button{/* display: none; */ line-height: 0px; font-size: 1px; padding: 0px; border: 0px; text-indent: -999999px; opacity: 0;}
.month-events_title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Merriweather", serif;
  color: #be3228;
  margin: 10px 0px 19px;
}

.arhiv-block .view-block, .biznes_kalendar_filter{color: #7b8385; font-size: 16px;  font-family: "Merriweather", serif; display: inline-block; margin-right: 40px;}
.arhiv-block .view-block .elem{display: inline-block; margin-right: 10px; border:1px solid #7b8385; padding: 3px; vertical-align: middle; color: #7b8385;text-align: center;}
.arhiv-block .view-block .elem i{display: inline-block; width: 23px; height: 20px; font-size: 21px;}

.col-left .arhiv-block .view-block{margin-right: 0px;}
.arhiv-block .view-block .view-type, .biznes_kalendar_filter a{display: inline-block; margin-right: 10px; border:1px solid #7b8385; padding: 0px 18px; vertical-align: middle; color: #7b8385;text-align: center; height:28px; line-height: 25px; font-family: "Open Sans", sans-serif; font-size: 14px;}
.arhiv-block .view-block .active, .biznes_kalendar_filter a.active{border-color: #be3228; color: #be3228;}


.month-events_title.no-padding{margin-bottom: -12px; margin-top: 15px; font-weight: bold;}
.month-events_title.no-padding-short{margin-bottom: -2px;}
.line-items .item + .month-events_title.no-padding{margin-top: 35px;}
.month-events_title a{color: #be3228;}
.month-events {
  margin-bottom: 37px;
  line-height: 22px;
}
.month-events .info {
  color: #7b8385;
  letter-spacing: 0.02em;
}
.month-events .info span {
  margin-right: 27px;
}
.month-events .categories {
  padding: 8px 0px 11px;
}
.month-events .categories a{display: inline-block; margin-right: 20px; white-space: nowrap;}
.block-event-search {
  margin-top: -10px;
  padding: 20px 39px 30px 39px;
  border: 1px dotted #bdbdbd;
  background: #f7f4ee;
}
.block-event-search .block-title, .block-event-search .section-events-title {
  margin: 2px 0px 22px;
}
.block-event-search .field {
  margin-bottom: 20px;
}
.block-event-search .help{color: #999; font-size: 12px; text-align: center; line-height: 14px; position: relative; top:-13px; margin: 0px;}
.block-event-search .field input[type="text"] {
  width: 100%;
}
.block-event-search .btns {
  text-align: center;
}
.block-event-search .btns input[type="submit"],
.block-event-search .btns .btn {
  width: 186px;
}
.block-event-search .btns a{display: inline-block; margin-top: 12px;}
.block-event-search .jq-selectbox__select {
  border-color: #e6e2da;
}

.biznes-calendar_search {
  padding-top: 3px;
}
.biznes-calendar_search .event-types {
  margin: 17px 0px 5px;
}
.biznes-calendar_search .event-types a, .biznes-calendar_search .event-types label {
  margin-bottom: 0;
}

.event-types label {
  color: #165f7c;
  cursor: pointer;
}
.event-types label .jq-checkbox {
  display: none !important;
}
.event-types label .jq-checkbox.checked + .c-label {
  color: #7b8385;
  border-bottom: 1px dotted #bdbdbd;
}

/* --- end CALENDAR --- */
/* --- NEWS --- */
.news-categories_menu {
  margin: 18px 0px 6px;
}
.news-categories_menu li {
  display: inline-block;
  margin: 0px 35px 4px 0px;
}
.news-categories_menu a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Merriweather", serif;
}
.news-categories_menu .active a {
  color: #be3228;
}

/* --- end NEWS --- */
/* --- EVENT ITEM --- */
.calendar-event {
  line-height: 22px;
  padding-top: 10px;
}
.calendar-event .text img {
  margin: 9px 0px 3px;
}
.calendar-event .event-types {
  margin-bottom: 40px;
}
.calendar-event .event-types a {
  margin-bottom: 0;
}

.event-info {
  color: #7b8385;
  letter-spacing: 0.02em;
}
.event-info span {
  margin-right: 27px;
}

.full-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Merriweather", serif;
  margin: 11px 0px 19px;
}

.event-detail {
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}
.event-detail ul {
  color: #165f7c;
}
.event-detail ul li {
  margin-bottom: 2px;
}

.event-btns {
  margin: 24px 0px 24px;
}

.event-register {
  background: #FFF;
  border: 2px solid #be3228;
  color: #be3228;
  padding: 5px 22px 6px;
}
.event-register:hover {
  background: #be3228;
  border: 2px solid #be3228;
  color: #FFF;
}

/* --- end EVENT ITEM --- */
/* ----- end NEWS, MONITORIG, ANALITICS & etc ----- */
/* ----- CONTACTS ----- */
.contacts .col-left, .contacts .col-right {
  float: left;
  width: 50%;
}
.contacts .col-left {
  padding-right: 60px;
}
.contacts .feedback-block {
  margin-top: -14px;
}

.contacts-items {
  padding-top: 10px;
  line-height: 22px;
}
.contacts-items .item {
  margin: 0px 0px 17px;
}
.contacts-items a {
  color: #000000;
  text-decoration: underline;
}
.contacts-items a:hover {
  text-decoration: none;
}

.app-link {
  margin: 36px 0px 15px;
}

.feedback-block {
  background: #f7f4ee;
  border: 1px solid #e6e2da;
  padding: 23px 29px 29px 30px;
}
.feedback-block .h3, .feedback-block h3 {
  letter-spacing: -0.02em;
  margin-bottom: 17px;
}
.feedback-block textarea {
  height: 125px;
}

.contacts-map {
  margin: 30px 0px 9px;
}

.contacts .feedback-block .reply-field {
  padding: 0px 0px 12px;
}

/* ----- end CONTACTS ----- */
/* ----- REGISTER, BUY, EXAMPLE ----- */
.buy-page {
  margin: 15px 0px 36px;
}
.buy-page .text {
  margin-bottom: 15px;
}
.buy-page .full-title {
  margin: 7px 0px 7px;
}
.buy-page p {
  margin: 12px 0;
}

.buy-price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #165f7c;
  margin: -4px 0px 30px;
  letter-spacing: 0.01em;
}

.oferta {
  margin: 20px 0px 20px;
  letter-spacing: 0.01em;
}

.oferta-title {
  margin-bottom: 8px;
}
.oferta-title a {
  font-weight: 700;
  text-decoration: underline;
}
.oferta-title a:hover {
  text-decoration: none;
}

.oferta-text {
  color: #7b8385;
}

.signin-link,
.orange-link {
  color: #be3228;
  font-weight: 700;
  text-decoration: underline;
}
.signin-link:hover,
.orange-link:hover {
  text-decoration: none;
}

.oferta-register {
  margin: 32px 0px 0px;
}
.oferta-register .h2, .oferta-register h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0px 0px 16px;
}
.oferta-register p {
  margin: 15px 0px;
  letter-spacing: 0.01em;
}

.block-register {
  background: #f7f4ee;
  border: 1px solid #e6e2da;
  max-width: 602px;
  padding: 24px 31px 30px 31px;
}

.reg-tabs-menu {
  margin-bottom: 10px;
}
.reg-tabs-menu li {
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
.reg-tabs-menu li:after {
  content: "/";
  margin-left: 4px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #165f7c;
}
.reg-tabs-menu li:last-child {
  margin-right: 0;
}
.reg-tabs-menu li:last-child:after {
  display: none;
}
.reg-tabs-menu li a {
  font-family: "Merriweather", serif;
  border-bottom: 1px dotted #165f7c;
  /*letter-spacing: 0.01em;*/
}
.reg-tabs-menu li a:hover {
  border-color: transparent;
  text-decoration: none;
}
.reg-tabs-menu li.ui-tabs-active a {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 0;
}

/* --- registration-page --- */
.registration-page {
  padding: 16px 0px 91px;
}
.registration-page .reg-tabs-menu {
  margin-bottom: 18px;
}
.registration-page .reply-field {
  padding: 0px 0px 12px;
}
.registration-page .reply-btns {
  padding-top: 6px;
}
.registration-page .reply-btns .btn,
.registration-page .reply-btns input[type="submit"],
.registration-page .reply-btns input[type="button"] {
  padding-left: 26px;
  padding-right: 26px;
}

/* --- end registration-page --- */
/* --- example-page --- */
.example-page {
  line-height: 22px;
  padding-bottom: 23px;
}
.example-page .feedback-block {
  max-width: 600px;
  margin: 34px 0px 20px;
}

.feedback-block_example {
  max-width: 600px;
  margin: 34px 0px 20px;
}
.feedback-block_example .reply-field label {
  margin-bottom: 3px;
}
.example-page .related-articles{max-width: 760px;}
.block-newsletter_example {
  margin-top: -31px;
}

/* --- end example-page --- */
/* ----- end REGISTER, BUY, EXAMPLE ----- */
/* ----- FOOTER -----*/
.footer {
  border-top: 1px dotted #bdbdbd;
}

.footer-inner {
  padding-top: 24px;
}

.footer-logo {
  padding-top: 3px;
}

.footer-menu {
  margin-left: -6px;
}
.footer-menu li {
  margin-bottom: 12px;
}
.footer-menu li a {
  color: #000;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

.footer-copywright .copywright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #7b8385;
  margin-left: -15px;
  line-height: 18px;
  letter-spacing: 0.013em;
}
.footer-copywright .fs {
  text-align: right;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-right: -5px;
}
.footer-copywright .fs, .footer-copywright .fs a {
  color: #000;
}
.footer-copywright .fs span {
  display: inline-block;
  padding: 5px 0px 5px 22px;
  background: url(../images/farba-logo.png) 4px -2px no-repeat;
}

/* ----- end FOOTER -----*/

.contacts .bx-yandex-view-layout {clear: both; padding: 30px 0px 9px;}
.ajax-form {width: 500px;margin: auto;border: 1px solid #e6e2da;background: #f7f4ee;padding: 23px 29px 29px 30px;position: relative;}
.ajax-form .title {font-size: 18px;font-size: 1.125rem;line-height: 25px;font-family: "Merriweather", serif;color: #165f7c;margin-bottom: 5px;}
.ajax-form .wrap-input label {display: block;padding-bottom: 5px;}
.ajax-form .wrap-input input {width: 100%;}

.ajax-form .remember {padding: 15px 0;}
.ajax-form .remember input {float: left;width: 20px;margin-right: -20px;margin-top: 4px;}
.ajax-form .remember span {float: left;padding-left: 30px;width: 100%;}
.ajax-form .soc-login img {cursor:pointer;}
.ajax-form .soc-login img:hover {opacity: 0.8;}
.login-form-link .left-side  {float: left;}
.login-form-link .right-side  {float: right;}

.other_pages {padding-top: 20px;}
.other_pages::after {content:'';display: block;clear: both;}
.other_pages a:first-child {float: left;}
.other_pages a:last-child {float: right;}

.pagenav {display: none;}

.success {border: 1px solid #e6e2da;background: #f7f4ee;margin: 15px 0;padding: 15px;max-width: 600px;}
.text-error {color: red;}
table .text-error{font-size: 12px; line-height: 14px;}


.block-tarif {max-width: 500px; min-height: 122px;}
.block-tarif_title {padding-bottom: 2px;}
.block-tarif_descr {font-size: 12px;color:#7b8385;padding-bottom: 10px;}
.block-tarif_deadline {padding-bottom: 20px;}
.main-info_title {font-size: 20px;color:#165f7c;line-height: 24px;font-family: "Merriweather", serif;padding-bottom: 15px;border-bottom: 3px solid #347d9a;margin-bottom: 20px;}
.main-info_table {padding: 15px 0;border-bottom: 1px solid #e6e2da;margin-bottom: 40px;}
.main-info_table table {width: 100%;border-collapse: collapse;}
.main-info_table td {padding:10px 5px;}
.main-info_table td:nth-child(1) {padding-left: 0;}
.main-info_call-back a {font-weight: bold;}

.top-info {text-align: right;}
.top-info_link {font-weight: bold;display: inline-block;margin: 0 18px;}
.top-info_link:last-child {margin-right: 0;}
.top-info_link-exit{  display: inline-block;
  max-width: 100%;
  text-align: center;
  padding: 5px 15px;
  font-weight: 700;
  background-color: #165f7c;
  color: #FFF;
  border: 1px solid #165f7c;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
  vertical-align: middle;
  outline: none;}
.fa-lock{color: #bbb; font-size: 0.8em;}
.page404 {text-align: center;padding: 50px 0;max-width: 600px;margin: 0 auto;}
.page404_logo {margin-bottom: 25px;}
.page404 img {display: inline-block;}
.page404_title {font-size: 20px;font-weight: bold;margin-bottom: 15px;}

.block-period {padding: 0 0 15px 0;}
.hidden_form {display: none;}
.event-btns.show .hidden_form{display: block;}
.event-btns.show .event-register {display: none;}

.main-info table {width: 100%;}
.main-info td {padding-bottom: 20px;}
.main-info td:first-child {width: 40%;}
.main-info td:last-child {width: 60%;}
.bottom_buttons {clear: both;text-align: left; margin-bottom: 30px;}

.sidebar-left-edit #sideLeft {float: left;width: 500px;margin-right: -500px;position: relative;}
.top-info-edit {padding-bottom: 52px;right: 0;}
.top-info-edit form::after {content:'';clear: both;display: block;}

.wrapper .table-with-head table {border-collapse: collapse;width: 100%;}
.wrapper .table-with-head th {border: 1px dotted #bdbdbd;background: #f7f4ee;font-weight: bold;padding: 12px 10px 12px 12px;text-align: left;vertical-align: top;}
.wrapper .table-with-head td {border: 1px dotted #bdbdbd;padding: 12px 10px 12px 12px;vertical-align: top;}

.wrapper .table-with-head td:nth-child(1),
.wrapper .table-with-head th:nth-child(1) {
	width: 25%;
}
.wrapper .table-with-head td:nth-child(2),
.wrapper .table-with-head th:nth-child(2) {
	width: 50%;
}
.wrapper .table-with-head td:nth-child(3),
.wrapper .table-with-head th:nth-child(3),
.wrapper .table-with-head td:nth-child(4),
.wrapper .table-with-head th:nth-child(4) {
  width: 12.5%;
}
.wrapper .table-with-head tr:nth-of-type(odd){background: none;}

.wrapper .wrap-text-area .table-with-head td:nth-child(1),
.wrapper .wrap-text-area .table-with-head th:nth-child(1),
.wrapper .wrap-text-area .table-with-head td:nth-child(2),
.wrapper .wrap-text-area .table-with-head th:nth-child(2),
.wrapper .wrap-text-area .table-with-head td:nth-child(3),
.wrapper .wrap-text-area .table-with-head th:nth-child(3),
.wrapper .wrap-text-area .table-with-head td:nth-child(4),
.wrapper .wrap-text-area .table-with-head th:nth-child(4) {
  width: auto;
}

.wrapper .table-with-head::after {
	content: '';
	clear: both;
	display: block;
}
.jq-radio {margin-right: -17px;float: left;position: relative;top: 5px;width: 12px;height: 12px;border-color:#c3c2bf;}
.jq-radio.checked .jq-radio__div {width: 6px;height: 6px;background: #165f7c;border-radius: 50%;margin: 2px 0 0 2px;}
.jq-radio + span {float: left;padding-left: 18px;width: 100%;}

.list_articles .item {display: table;padding-bottom: 10px;}
.list_articles .new {display: inline-block;vertical-align: top;padding-right: 10px;display: table-cell;padding-top: 3px;}
.list_articles .new span {font-size: 12px;color:#ffffff;line-height: 15px;background: #be3228;padding: 0 5px;font-weight: 500;display: inline-block;}
.list_articles .date {display: inline-block;vertical-align: top;font-size: 12px;color:#7b8385;padding-top: 1px;padding-right: 10px;display: table-cell;line-height: 21px;}
.list_articles .title {display: inline-block;vertical-align: top;display: table-cell;}
.list_articles .title a {color:#165f7c;font-size: 14px;font-weight: normal;line-height: 21px;}

.price_list {display: inline-block;vertical-align: middle;line-height: 33px;font-weight: bold;color:#165f7c;}

.content_side-right {    float: left;
    padding-right: 440px;
    width: 100%;}
.sidebar_sideright {float: left;width: 300px;margin-left: -300px;position: relative;}
.block_for_buy {display: none;padding: 20px 0;}
.block_for_buy .htabs a {padding: 5px 10px;text-decoration: none;display: inline-block;}
.block_for_buy label {display: block;margin-bottom: 20px;}
#tabs::after {content:'';clear: both;display: block;}

.btn-cancel {display: inline-block;width: 150px;line-height: 37px;border: 2px solid #165f7c;text-decoration: none;font-weight: bold;color:#165f7c;text-align: center;}
.btn-cancel:hover {background:#165f7c;color:#fff;text-decoration: none;transition: 0.3s ease;}
.btn-save {width: 150px;}
.bottom_buttons .btn-cancel {margin-right: 15px;}

.personal_filter {margin-bottom: 15px;}
.personal_filter .block-event-search {margin: 0;}
.profile-block-wrap {margin-bottom: 15px;}

.btn_buy_webpay {background-color: #FFF !important;border: 2px solid #be3228 !important;color: #be3228 !important;padding: 5px 22px 6px;}
.btn_buy_webpay:hover {background: #be3228 !important; color: #fff !important;}

.wrap_payment {display: block;margin-bottom: 15px;}
.inner_payment {display: inline-block;}

.services-cat {
  padding-top: 13px;
  margin-bottom: 24px;
  line-height: 22px;
}
.services-cat_title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 19px;
}
.subcats-title {
  line-height: 25px;
  margin-bottom: 8px;
}
.sucats-descrip {
  margin-bottom: 24px;
  letter-spacing: 0.011em;
}

.sucats-descrip-col {
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.sucats-descrip a {
  text-decoration: underline;
}
.sucats-descrip a:hover {
  text-decoration: none;
}

.sucats-descrip p {
  margin: 0px 0px 22px;
}
.services-subcats .col-left {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.services-subcats .col-right {
  width: 50%;
  float: left;
  padding-left: 20px;
}
.services-items {border-bottom: 1px dotted #bdbdbd;margin-bottom: 25px;}
.services-items .item {
  margin-bottom: 30px;
  /* border: 1px dotted #bdbdbd; */
}
.services-items .head {
  background: #f7f4ee;
  padding: 12px 20px;
  min-height: 65px;
}
.services-items .item .title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  padding-top: 12px;
}
.services-items .item .title a {
  color: #000;
}
.services-items .body {
  padding: 13px 20px 20px 20px;
}

.sucats-descrip .btns {
  margin-top: 14px;
}
.services-items .btns {
  margin-top: 14px;
}
.services-items .btn,
.services-themes .btn,
.products_btn .btn {
  padding: 3px 20px;
  text-decoration: none;
}

.services-cat .price,
.services-cat .price * {
  color: #000;
  font-weight: 700;
  color: #165f7c;
}
.services-cat .price a {
  text-decoration: underline;
}
.services-cat .price a:hover {
  text-decoration: none;
}
.services-themes {
  margin-top: -4px;
}
.themes-list {
  margin-bottom: 20px;
}
.themes-list li a {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
}
.themes-list li a:hover {
  text-decoration: none;
}

.services-themes .price {
  margin-bottom: 15px;
}

.col-float {
  float: left;
  width: 50%;
}
.col-float:nth-child(2n+1) {
  padding-right: 20px;
  clear: both;
}
.col-float:nth-child(2n) {
  padding-left: 20px;
}
.ulogin-block-other {
  display: none;
}

.banner {text-align: center;line-height: 0;}
.banner a {display: block;text-align: center;line-height: 0;}
.banner img {display: inline-block;}
.sidebar .banner {margin-bottom: 50px;}
.main .banner {margin-bottom: 25px;}
.content-with-sidebar {float: left;width: 100%;padding-right: 440px;}
.content-with-sidebar + .sidebar {float: left;width: 400px;margin-left: -400px;position: relative;padding-top: 85px;}
.product-article .price {font-weight: 700;color: #165f7c;margin: 20px 0;}

.gid {    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px; position: relative;}
.gid .column-line{position: absolute; left: 50%; top:0%; width: 1px; height: 100%; background: #f2f2f2;}

.jq-select-multiple {width: 100%;}
.jq-select-multiple ul {height: 40px;}

.select2 {width: 100% !important;}
.select2-container::after {content:'';position: absolute;top: 16px;right: 15px;width: 10px;height: 5px;background: url(../images/select.png) no-repeat;}
.select2-container--default .select2-selection--multiple {border-color: #e6e2da;border-radius: 0;}
.select2-container--default.select2-container--focus .select2-selection--multiple {border-color: #e6e2da;}
.select2-container .select2-selection--multiple {min-height: 40px;}
.select2-container .select2-search--inline .select2-search__field {margin-top: 4px;margin-bottom: 4px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {padding: 6px 45px 6px 15px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {margin-bottom: 5px;}
.select2-container--default .select2-results>.select2-results__options {max-height: none;}

.select2-results__option {
  padding-left: 30px;
  position: relative;
  font-size: 13px;
}
.select2-results__option::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  top: 7px;
  left: 5px;
}
.select2-results__option[aria-selected="true"]::after {
  content:'';
  display: inline-block;
  width: 15px;
  height: 7px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  left: 9px;
  top: 7px;
}

.block-buy {text-align: left;padding-top: 25px;}
.block-buy .bottom_buttons  {text-align: left;}

.content .bx-file-dialog input[type="text"],
.content .bx-file-dialog select{padding: 0px;}

.toup-area{display: block; text-align: right;}
.toup-area a{text-decoration: none;}
.toup-area a span{border-bottom: 1px dotted #165f7c;}
.toup-area a:hover span{border-bottom: none;}

.wrap-captcha{position: relative; margin-bottom: 20px;}
.wrap-captcha .wrap-error{position: absolute; left: 0px; bottom: -10px !important;}

.alert-warning,
.alert-success{background: #f7f4ee; border: 1px solid #e6e2da; max-width: 602px; padding: 24px 31px 30px 31px;}

.wrap-share{display: block; margin: 20px 0;}
.wrap-share .ya-share2{display: inline-block; vertical-align: middle; margin-left: 5px;}

.ulogin-block{margin-left: -11px;}

.search-result .notetext{color: #000;}

.full-width-items .item:last-child{border-bottom: none;}
.wrap-analitic-pagenav .pagination{margin-right: 420px;border-top: 1px dotted #bdbdbd;}

button.ui-datepicker-current{display: none;}
button.ui-datepicker-close{content: "Применить";}