/*!
Theme Name: agroinformer
Author: agroinformer
Description: agroinformer theme
Version: 1.0.0
*/

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wrapper {
  min-width: 320px;
  max-width: 1280px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}

.hidden {
  display: none !important;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.flex-container--full-sized {
  margin: 0;
}

.flex-container--full-sized .flex-lg {
  padding: 0;
}

.flex-xl-12 {
  padding: 0 15px;
  width: 100%;
}

.flex-xl-11 {
  padding: 0 15px;
  width: 91.66667%;
}

.flex-xl-10 {
  padding: 0 15px;
  width: 83.33333%;
}

.flex-xl-9 {
  padding: 0 15px;
  width: 75%;
}

.flex-xl-8 {
  padding: 0 15px;
  width: 66.66667%;
}

.flex-xl-7 {
  padding: 0 15px;
  width: 58.33333%;
}

.flex-xl-6 {
  padding: 0 15px;
  width: 50%;
}

.flex-xl-5 {
  padding: 0 15px;
  width: 41.66667%;
}

.flex-xl-4 {
  padding: 0 15px;
  width: 33.33333%;
}

.flex-xl-3 {
  padding: 0 15px;
  width: 25%;
}

.flex-xl-2 {
  padding: 0 15px;
  width: 16.66667%;
}

.flex-xl-1 {
  padding: 0 15px;
  width: 8.33333%;
}

.flex-vertical-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.flex-vertical-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-vertical-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-horizontal-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-horizontal-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-horizontal-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-horizontal-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid label, .ur-frontend-form .ur-form-row .ur-form-grid legend {
  display: block;
  line-height: normal;
  color: #000;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #a1c3c4;
  background-color: #f7fcfe;
  padding: 0 20px;
  font-size: 1.4rem;
  min-height: auto;
  margin-bottom: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid input::-webkit-input-placeholder {
  font-weight: 400 !important;
  color: #999 !important;
  opacity: 1 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid input:-ms-input-placeholder {
  font-weight: 400 !important;
  color: #999 !important;
  opacity: 1 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid input::-ms-input-placeholder {
  font-weight: 400 !important;
  color: #999 !important;
  opacity: 1 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid input::placeholder {
  font-weight: 400 !important;
  color: #999 !important;
  opacity: 1 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid input:-ms-input-placeholder {
  font-weight: 400 !important;
  color: #999 !important;
  opacity: 1 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid input:-moz-placeholder {
  font-weight: 400 !important;
  color: #999 !important;
  opacity: 1 !important;
}

.ur-frontend-form .ur-form-row:nth-child(2) {
  padding-bottom: 30px;
  position: relative;
  margin: 30px -5px 31px;
}

.ur-frontend-form .ur-form-row:nth-child(2) .ur-form-grid {
  margin: 0 5px;
  width: calc(100% / 3 - 10px);
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.ur-frontend-form {
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.ur-frontend-form .ur-button-container .ur-submit-button {
  margin: auto;
  padding: 0 64px;
  font-weight: 400;
}

.ur-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.jq-checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li .ur-checkbox-label {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #444;
  margin-bottom: 22px;
  font-weight: 400;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
  margin-bottom: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid .field-checkbox {
  margin-bottom: 0;
}

.ur-frontend-form .ur-form-row .field-checkbox .ur-label {
  margin-bottom: 0;
}

.ur-frontend-form .ur-form-row .field-privacy_policy .ur-label .required {
  display: none;
}

.field-privacy_policy .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.registration_form-legal .ur-form-row:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1230px;
  height: 1px;
  background-color: #cbcbcb;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.registration_form-legal .ur-form-row:nth-child(3) {
  margin-bottom: 31px;
  padding-bottom: 30px;
  position: relative;
}

.ur-frontend-form .ur-button-container {
  margin: 50px auto;
  padding: 0;
}

.ur-form-row {
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear, .um-toggle-gdpr {
  display: none;
}

.um-field {
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.um-field-label {
  margin: 0 !important;
}

.um-field-label label {
  display: block;
  line-height: 2.0rem !important;
  color: #000;
  font-weight: 700 !important;
  margin-bottom: 6px;
}

.um-field-area input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #a1c3c4;
  background-color: #f7fcfe;
  padding: 0 20px;
  font-size: 1.4rem;
}

._um_row_2 {
  margin-bottom: 31px;
  padding-bottom: 30px;
  position: relative;
}

.select2-container .select2-selection--single {
  display: block;
  width: 100%;
  height: 40px !important;
  border: 1px solid #a1c3c4 !important;
  background-color: #f7fcfe !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  padding: 0 50px 0 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 0 !important;
  width: 50px !important;
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 12px !important;
  height: 6px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -3px !important;
  background: url(dist/img/icon-dropdown.svg) no-repeat 50%/contain !important;
  border: none !important;
}

.select2-search {
  display: none !important;
}

.select2-results__options {
  position: absolute;
  margin: 10px 0 10px -1px !important;
  display: block;
  width: calc(100% + 2px);
  background-color: #f7fcfe;
  border: 1px solid #a1c3c4;
  padding: 10px 0;
}

.select2-results__option {
  line-height: 2.8rem;
  font-size: 1.4rem;
  padding: 0 20px !important;
  cursor: pointer;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ebf3f7 !important;
  color: black !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #ebf3f7 !important;
  color: black !important;
}

.select2-container--open .select2-dropdown--below {
  border: none !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.um-col-121, .um-col-122 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 30px;
  width: auto;
}

.um-col-121 .um-field, .um-col-122 .um-field {
  margin: 0 5px;
  width: calc(100% / 3 - 10px);
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.um-field-type_terms_conditions .um-field-checkbox input {
  display: none;
}

._um_row_3 input {
  display: none;
}

._um_row_3 .um-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._um_row_3 .um-field-rss .um-field-area {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 22px;
  height: 22px;
  border: 1px solid #c8d7da;
  border-radius: 2px;
  background-color: #fff;
}

._um_row_3 .um-field-checkbox-option {
  display: none;
}

._um_row_3 .um-field-rss .um-field-area, ._um_row_3 .um-field-half {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
}

._um_row_3 .um-field-checkbox-state {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px 8px;
  display: block;
}

._um_row_3 .um-field-checkbox-state i {
  display: none;
}

._um_row_3 .um-field-half.active {
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
}

._um_row_3 .um-field-half.active .um-field-checkbox-state, .um-field-checkbox.active i {
  background-image: url(dist/img/icon-check.svg);
}

.um-field-type_terms_conditions .um-field-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.um-field-type_terms_conditions .um-field-checkbox-state {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #c8d7da;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 11px;
}

.um-field-type_terms_conditions .um-field-checkbox-state i:before {
  content: none;
}

.um-field-type_terms_conditions i {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px 8px;
  display: block;
}

._um_row_3 .um-field-checkbox label {
  font-weight: 400 !important;
  margin-bottom: 0;
}

._um_row_3 .um-field {
  margin-bottom: 30px;
}

.um-profile .um-header {
  padding: 0 !important;
  border-bottom: 0 !important;
}

.um-editing .um-profile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.um-editing .um-profile-body ._um_row_1, .um-col-alt, ._um_row_4 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.um-editing ._um_row_2, .um-editing ._um_row_4 {
  margin: 0 !important;
}

._um_row_3 {
  margin: 0 !important;
}

.um-field-type_terms_conditions {
  margin-bottom: 22px;
}

._um_row_2 {
  padding-bottom: 0;
  margin: 0;
}

.um-button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #73af0c;
  border: 2px solid #73af0c;
  color: #fff;
  font-size: 1.5rem;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  margin: 50px auto;
  height: 40px;
  padding: 0 64px !important;
  font-weight: 400;
}

.um-button:hover {
  background-color: #6aa10c;
  border-color: #6aa10c;
}

.um-field-type_terms_conditions {
  position: relative;
  margin-bottom: 31px;
  padding-bottom: 30px !important;
}

.um-field-type_terms_conditions::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1230px;
  height: 1px;
  background-color: #cbcbcb;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.um-field-type_image .um-button {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  display: block;
  width: 100%;
  max-width: 210px;
  padding: 0 44px !important;
  text-align: center;
  line-height: 42px;
  border: 1px solid #c8d7da;
  cursor: pointer;
  background-image: url(dist/img/icon-upload.svg);
  background-repeat: no-repeat;
  background-position: 20px;
  background-size: 20px 14px;
  font-size: 1.4rem;
  margin: 0;
  height: 44px;
  background-color: white;
  color: black;
}

.um-modal-btn {
  opacity: .8;
  background: #73af0c !important;
}

.um-modal-btn:hover {
  opacity: 1;
  background: #73af0c !important;
}

.um-modal-btn {
  color: white !important;
}

.um-modal-btn.disabled, .um-modal-btn.disabled:hover {
  opacity: 0 !important;
}

.um-modal-body {
  padding: 50px !important;
}

div.um-modal .upload {
	background-color: #73af0c;
	opacity: 0.8;
}

div.um-modal .upload:hover {
  background: #73af0c !important;
	opacity: 1;
}

.header-account__trigger--hidden::after {
  content: none !important;
}

.login-shad {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(14, 16, 26, 0.8);
  z-index: 8888;
  cursor: pointer;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.login-wrapper, .password-reset {
  position: fixed;
  z-index: 8889;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.login-wrapper.active, .login-shad.active, .password-reset.active {
  visibility: visible;
  opacity: 1;
}

.password-reset .um-col-alt input {
  width: 100%;
}

.password-reset .um-button {
  margin: -20px auto;
}

.login-wrapper .um-login, .password-reset .um-password {
  min-height: 400px;
  background: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.password-reset .um-password {
  min-height: 220px;
}

.um-error-code-incorrect_password {
  display: none !important;
}

.header-account__trigger a {
  color: #333;
}

.um-field-arrow {
  display: none;
}

.um-notice.success i {
  display: none;
}

.um-field-error {
  margin: 5px 0 -10px;
  color: red;
}

.um-account-nav {
  display: block !important;
}

.um-account-side {
  display: none;
}

.um-account-heading {
  display: none !important;
}

.um-account-main #um_field_general_user_login {
  display: none;
}

.um-account-main #um_field_general_user_email {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.um-account-main #um_field_general_first_name {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.um-account-main #um_field_general_phone_number {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.um-account-main #um_field_general_birth_date {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.um-account-main #um_field_general_sex {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.um-account-main .um-editing ._um_row_4 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.um-account-main .um-account-tab-password {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.um-account-tab {
  padding-top: 20px;
}

.um-editing ._um_row_3 input {
  display: block;
}

.um-editing ._um_row_3, .um-editing ._um_row_1 .um-col-1, .um-1022 ._um_row_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px !important;
}

#um_field_1022_phone_number, #um_field_1022_phone_number_11 {
  margin: 0 0 30px;
}

.um-editing ._um_row_3 .um-field, .um-editing ._um_row_1 .um-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.um-editing ._um_row_3 .um-col-121, .um-editing ._um_row_3 .um-col-122, .um-editing ._um_row_3 .um-col-131, .um-editing ._um_row_3 .um-col-132, .um-editing ._um_row_3 .um-col-133, .um-editing ._um_row_1 .um-col-1 .um-field {
  margin: 0 5px;
  width: calc(100% / 3 - 10px);
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.um-editing ._um_row_4 .um-field {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.um-editing ._um_row_4 .um-field-checkbox label {
  font-weight: 400 !important;
  margin-bottom: 0;
}

.um-editing ._um_row_4 .um-field-label label {
  display: block;
  line-height: 2.0rem !important;
  color: #000;
  font-weight: 700 !important;
  margin-bottom: 6px;
}

.um-editing ._um_row_4 .um-field-rss .um-field-area, .um-editing ._um_row_4 .um-field-half {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
}

.um-editing ._um_row_4 .um-field-checkbox label {
  font-weight: 400 !important;
  margin-bottom: 0;
}

.um-editing ._um_row_4 .um-field-rss .um-field-area, .um-editing ._um_row_4 .um-field-half {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
}

.um-editing ._um_row_4 input {
  display: none;
}

.um-editing ._um_row_4 .um-field-checkbox-option {
  display: none;
}

.um-editing ._um_row_5 {
  margin-bottom: 0 !important;
}

.um-editing ._um_row_4 .um-field-rss .um-field-area {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 22px;
  height: 22px;
  border: 1px solid #c8d7da;
  border-radius: 2px;
  background-color: #fff;
}

.um-account-main .um-account-nav, .um-account-main .um-account-tab-general {
  display: none !important;
}

.um-account-main .um-account-tab-password {
  display: block !important;
}

.um-account-main {
  padding-bottom: 40px !important;
  padding-left: 0 !important;
}

.um-account-tab-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.um-account-tab-hidden {
  display: none !important;
}

.um-editing ._um_row_4 input {
  display: none;
}

.um-editing ._um_row_4i:before {
  content: none;
}

.um-editing ._um_row_4 .um-field-area {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 22px;
  height: 22px;
  border: 1px solid #c8d7da;
  border-radius: 2px;
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
}

.um-editing ._um_row_4 .um-field-checkbox-state {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px 8px;
  display: block;
}

.um-editing ._um_row_4 .um-field-checkbox-option {
  display: none;
}

.um-editing ._um_row_4 .um-field-checkbox-state i {
  display: none;
}

.um-editing ._um_row_4 .um-field-half.active {
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
}

.um-editing ._um_row_4 .um-field-half.active .um-field-checkbox-state, .um-field-checkbox.active i {
  background-image: url(dist/img/icon-check.svg);
}

.um-account-main label {
  font-size: 14px !important;
}

.um-editing ._um_row_4 label {
  font-weight: 400 !important;
}

.login-wrapper__close {
  position: absolute;
  background: url("dist/img/close2.png") no-repeat;
  width: 29px;
  height: 29px;
  right: -5px;
  top: -30px;
  cursor: pointer;
}

.um-login .um-button {
  width: 100%;
  margin: 10px auto;
}

.um-login .um-col-alt .um-field-checkbox input {
  display: none;
}

.um-login .um-col-alt .um-field-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.um-login .um-col-alt .um-field-checkbox .um-field-checkbox-state {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #c8d7da;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 11px;
}

.um-login .um-col-alt .um-field-checkbox .um-field-checkbox-state i {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px 8px;
  display: block;
}

.um-login .um-col-alt .um-field-checkbox.active .um-field-checkbox-state i {
  background-image: url(dist/img/icon-check.svg);
}

.um-login .um-col-alt .um-field-checkbox .um-field-checkbox-state i::before {
  content: none;
}

.um-account-tab-general .um-col-alt-b {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.um-account-tab-general .box-field--in-row {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.box-field--in-row .um-field {
  margin: 0 5px;
  width: calc(100% / 3 - 10px);
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.advert-adding__form br {
  display: none;
}

.sidebar__toggle-block {
  margin-bottom: 30px;
}

.sidebar__toggle {
  display: none;
  background: url("dist/img/drop-filter.svg") no-repeat;
  width: 12px;
  height: 6px;
}

.sidebar__toggle.inactive {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-search-head .finded span {
  color: #999999;
}

.search-box .img-wrapper, .search-box .search-left, .exhibition-box .exhibition-left {
  width: 255px;
  height: 172px;
  overflow: hidden;
}

.search-box .img-wrapper img, .search-box .search-left img, .exhibition-box .exhibition-left img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.day-name {
  display: none;
}

.calendar-block-buttons .day {
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
  .wrapper {
    max-width: 1180px;
  }
  .flex-lg-12 {
    padding: 0 15px;
    width: 100%;
  }
  .flex-lg-11 {
    padding: 0 15px;
    width: 91.66667%;
  }
  .flex-lg-10 {
    padding: 0 15px;
    width: 83.33333%;
  }
  .flex-lg-9 {
    padding: 0 15px;
    width: 75%;
  }
  .flex-lg-8 {
    padding: 0 15px;
    width: 66.66667%;
  }
  .flex-lg-7 {
    padding: 0 15px;
    width: 58.33333%;
  }
  .flex-lg-6 {
    padding: 0 15px;
    width: 50%;
  }
  .flex-lg-5 {
    padding: 0 15px;
    width: 41.66667%;
  }
  .flex-lg-4 {
    padding: 0 15px;
    width: 33.33333%;
  }
  .flex-lg-3 {
    padding: 0 15px;
    width: 25%;
  }
  .flex-lg-2 {
    padding: 0 15px;
    width: 16.66667%;
  }
  .flex-lg-1 {
    padding: 0 15px;
    width: 8.33333%;
  }
}

@media only screen and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
  .flex-md-12 {
    padding: 0 15px;
    width: 100%;
  }
  .flex-md-11 {
    padding: 0 15px;
    width: 91.66667%;
  }
  .flex-md-10 {
    padding: 0 15px;
    width: 83.33333%;
  }
  .flex-md-9 {
    padding: 0 15px;
    width: 75%;
  }
  .flex-md-8 {
    padding: 0 15px;
    width: 66.66667%;
  }
  .flex-md-7 {
    padding: 0 15px;
    width: 58.33333%;
  }
  .flex-md-6 {
    padding: 0 15px;
    width: 50%;
  }
  .flex-md-5 {
    padding: 0 15px;
    width: 41.66667%;
  }
  .flex-md-4 {
    padding: 0 15px;
    width: 33.33333%;
  }
  .flex-md-3 {
    padding: 0 15px;
    width: 25%;
  }
  .flex-md-2 {
    padding: 0 15px;
    width: 16.66667%;
  }
  .flex-md-1 {
    padding: 0 15px;
    width: 8.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .relevant-news-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hidden-sm {
    display: none !important;
  }
  .wrapper {
    padding: 0 15px;
  }
  .flex-sm-12 {
    padding: 0 15px;
    width: 100%;
  }
  .flex-sm-11 {
    padding: 0 15px;
    width: 91.66667%;
  }
  .flex-sm-10 {
    padding: 0 15px;
    width: 83.33333%;
  }
  .flex-sm-9 {
    padding: 0 15px;
    width: 75%;
  }
  .flex-sm-8 {
    padding: 0 15px;
    width: 66.66667%;
  }
  .flex-sm-7 {
    padding: 0 15px;
    width: 58.33333%;
  }
  .flex-sm-6 {
    padding: 0 15px;
    width: 50%;
  }
  .flex-sm-5 {
    padding: 0 15px;
    width: 41.66667%;
  }
  .flex-sm-4 {
    padding: 0 15px;
    width: 33.33333%;
  }
  .flex-sm-3 {
    padding: 0 15px;
    width: 25%;
  }
  .flex-sm-2 {
    padding: 0 15px;
    width: 16.66667%;
  }
  .flex-sm-1 {
    padding: 0 15px;
    width: 8.33333%;
  }
  .news-box {
    max-height: none;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
  .flex-xs-12 {
    padding: 0 15px;
    width: 100%;
  }
  .flex-xs-11 {
    padding: 0 15px;
    width: 91.66667%;
  }
  .flex-xs-10 {
    padding: 0 15px;
    width: 83.33333%;
  }
  .flex-xs-9 {
    padding: 0 15px;
    width: 75%;
  }
  .flex-xs-8 {
    padding: 0 15px;
    width: 66.66667%;
  }
  .flex-xs-7 {
    padding: 0 15px;
    width: 58.33333%;
  }
  .flex-xs-6 {
    padding: 0 15px;
    width: 50%;
  }
  .flex-xs-5 {
    padding: 0 15px;
    width: 41.66667%;
  }
  .flex-xs-4 {
    padding: 0 15px;
    width: 33.33333%;
  }
  .flex-xs-3 {
    padding: 0 15px;
    width: 25%;
  }
  .flex-xs-2 {
    padding: 0 15px;
    width: 16.66667%;
  }
  .flex-xs-1 {
    padding: 0 15px;
    width: 8.33333%;
  }
}

@media only screen and (min-width: 576px) {
  .visible-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .visible-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .visible-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .visible-lg {
    display: none !important;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  background-color: #fff;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 1.4rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.overflow-hidden {
  overflow: hidden;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size: 62.5%;
}

input,
textarea {
  color: #333;
  font-family: Open Sans, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

form,
td {
  margin: 0;
  padding: 0;
}

a,
button {
  color: #5364b8;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
button,
div,
span {
  outline: none !important;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li,
ol,
ul {
  list-style-type: none;
}

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

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-LightItalic.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-Italic.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-Black.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-Light.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-BoldItalic.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-ThinItalic.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-Thin.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff) format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-SemiBoldItalic.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-MediumItalic.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-ExtraLightItalic.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-ExtraLightItalic.woff) format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-BlackItalic.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(dist/fonts/Montserrat/Montserrat-ExtraLight.woff2) format("woff2"), url(dist/fonts/Montserrat/Montserrat-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-ExtraBoldItalic.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-ExtraBoldItalic.woff) format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-LightItalic.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-Regular.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-Light.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-SemiBold.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-BoldItalic.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-ExtraBold.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-Bold.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-Italic.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(dist/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2) format("woff2"), url(dist/fonts/OpenSans/OpenSans-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-select-multiple,
.jq-selectbox {
  position: relative;
  display: inline-block;
}

.jq-select-multiple select,
.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-select-multiple li,
.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
  appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  width: 100%;
}

.jq-select-multiple ul,
.jq-selectbox__dropdown ul {
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  overflow-x: hidden;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/*! jQuery UI - v1.12.1 - 2018-09-27

* http://jqueryui.com

* Includes: core.css, slider.css

* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main-button, .picker__button--clear, .picker__button--today {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #73af0c;
  border: 2px solid #73af0c;
  height: 47px;
  padding: 0 14px;
  color: #fff;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 700;
  text-align: center;
}

.main-button:hover {
  background-color: #6aa10c;
  border-color: #6aa10c;
}

.main-button--right {
  margin: 0 0 0 auto;
}

.main-button--center {
  margin: 0 auto;
}

.main-button--blank {
  background-color: transparent;
  color: #444;
}

.main-button--blank:hover {
  color: #fff;
}

.main-button--message {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0 10px 0 33px;
  background-image: url(dist/img/icon-message.svg);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 17px 18px;
}

.main-button--show-more {
  position: relative;
  max-width: 200px;
  padding: 0 30px 0 50px;
  margin: 0 auto;
  background-image: url(dist/img/icon-reload.svg);
  background-repeat: no-repeat;
  background-position: 20px;
}

input.main-button {
  padding: 0 64px;
  font-weight: 400;
}

.show-more {
  display: block;
  background-color: transparent;
  border: none;
  font-size: 1.3rem;
  color: #999;
  line-height: 1;
  padding: 3px 0;
  margin: -3px 0 0;
}

.show-more:hover {
  background-color: #73af0c;
  color: #fff;
  padding: 3px;
}

.add-to-wish {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.4rem;
  color: #444;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.catalog__contacts .add-to-wish {
  margin-top: 20px;
}

#wpcf7-f846-o1 .screen-reader-response {
  width: auto;
  position: relative;
  height: auto;
  text-align: center;
}

.add-to-wish:before {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url(dist/img/icon-star.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.catalog__contacts .add-to-wish p, .catalog-product__content .add-to-wish p {
  margin-bottom: 0;
}

.add-to-wish:hover {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  font-weight: 400;
  color: #999;
}

::-moz-placeholder {
  font-weight: 400;
  color: #999;
}

:-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}

:-moz-placeholder {
  font-weight: 400;
  color: #999;
}

.jq-selectbox {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #a1c3c4;
  background-color: #f7fcfe;
}

.jq-selectbox__select {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.jq-selectbox__select-text {
  line-height: 38px;
  padding: 0 50px 0 20px;
}

.jq-selectbox__trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-top: -3px;
  background: url(dist/img/icon-dropdown.svg) no-repeat 50%/contain;
}

.jq-selectbox__dropdown {
  position: absolute;
  margin: 10px 0 10px -1px;
  display: block;
  width: calc(100% + 2px);
  background-color: #f7fcfe;
  border: 1px solid #a1c3c4;
  min-width: calc(100% + 2px);
}

.images-buttons__input {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.images-buttons__input span {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.jq-selectbox__dropdown ul {
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 0;
}

.image--field {
  display: none;
}

.image--field.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

div.wpcf7-mail-sent-ok {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  text-align: center;
}

.list-checkbox__label {
  margin-bottom: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  color: #ff0000;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.images-buttons__input .wpcf7-not-valid-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.jq-selectbox__dropdown li {
  line-height: 2.8rem;
  font-size: 1.4rem;
  padding: 0 20px;
  cursor: pointer;
}

.jq-selectbox__dropdown li.sel.selected {
  background-color: #ebf3f7;
}

.jq-selectbox__dropdown li[data-category=false] {
  padding: 0 20px 0 30px;
}

.jq-selectbox__dropdown li[data-category=true] {
  font-weight: 700;
}

.jq-selectbox__dropdown li:first-child {
  padding: 0 20px;
}

.jq-selectbox.focused,
.jq-selectbox__dropdown li:hover {
  background-color: #ebf3f7;
}

.list-checkbox__item,
.list-radio__item {
  display: block;
  margin-bottom: 10px;
}

.list-checkbox__item:last-child,
.list-radio__item:last-child {
  margin-bottom: 0;
}

.list-checkbox__label,
.list-radio__label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.list-checkbox__label .jq-checkbox,
.list-checkbox__label .jq-radio,
.list-radio__label .jq-checkbox,
.list-radio__label .jq-radio {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
}

.list-checkbox__label .label-text,
.list-radio__label .label-text {
  font-size: 1.4rem;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  display: block;
  margin-top: 3px;
}

.jq-checkbox {
  width: 22px;
  height: 22px;
  border: 1px solid #c8d7da;
  border-radius: 2px;
  background-color: #fff;
}

.jq-checkbox__div {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px 8px;
}

.jq-checkbox.checked {
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
}

.jq-checkbox.checked .jq-checkbox__div {
  background-image: url(dist/img/icon-check.svg);
}

.jq-checkbox.focused {
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
}

.jq-radio {
  width: 22px;
  height: 22px;
  border: 1px solid #c8d7da;
  border-radius: 50%;
  background-color: #fff;
}

.jq-radio__div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px 8px;
}

.jq-radio.checked {
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
}

.jq-radio.checked .jq-radio__div {
  background-image: url(dist/img/icon-check.svg);
}

.jq-radio.focused {
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
}

.range-slider {
  display: block;
  width: 100%;
  position: relative;
}

.range-slider__text {
  margin-top: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.range-slider__text span {
  display: block;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 1;
  font-family: Montserrat, sans-serif;
}

.range-slider .slider-range {
  height: 10px;
  position: relative;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #c8d7da;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-active,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  background: #fff !important;
  border: 1px solid #ccc !important;
}

.ui-slider .ui-slider-handle {
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  border-radius: 50%;
  border: 1px solid #c8d7da;
  height: 18px;
  width: 18px;
  margin-top: -1px;
  opacity: 1;
  z-index: 9;
  background-color: #fff;
}

.ui-slider-horizontal .ui-slider-range {
  height: 10px !important;
  background-color: #73af0c;
  opacity: 1;
  margin-top: -1px;
}

.box-field {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.box-field:last-child {
  margin-bottom: 0;
}

.box-field__label {
  display: block;
  line-height: normal;
  color: #000;
  font-weight: 700;
  margin-bottom: 6px;
}

.catalog-filter__item .wpcf7-list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 0;
}

.catalog-filter__item .wpcf7-list-item-label {
  font-size: 1.4rem;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  display: block;
  margin-top: 3px;
}

.box-field__input {
  display: block;
  margin-bottom: 10px;
}

.box-field__input:last-child {
  margin-bottom: 0;
}

.checkbox-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.checkbox-row:last-child {
  margin-bottom: 0;
}

.box-field__title {
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 20px;
}

.box-field__images {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.box-field__images .img-wrapper {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 5px 10px;
  overflow: hidden;
  position: relative;
  background: transparent url(dist/img/icon-empty-image.svg) no-repeat 50%/74px 74px;
  cursor: pointer;
}

.box-field__images .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-field__images .img-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(dist/img/icon-delete.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 14px 14px;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.box-field__images .img-wrapper:hover:after {
  opacity: 1;
}

.box-field--in-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 30px;
}

.box-field--in-row .box-field__input {
  margin: 0 5px;
  width: calc(100% / 3 - 10px);
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.box-field .images-buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.box-field__images-upload .images-buttons {
  margin-top: -10px;
}

.box-field .images-buttons__input {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.box-field .add-image {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 44px;
  border: 1px solid #c8d7da;
  background-color: #f7fcfe;
  color: #444;
  font-size: 1.4rem;
}

.box-field .add-image:focus,
.box-field .add-image:hover {
  background-color: #ebf3f7;
  border: 1px solid #a1c3c4;
}

.box-field .remove-image-button--new {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
  border: 1px solid #c8d7da;
  background-color: transparent;
  color: #444;
}

.box-field .remove-image-button--new:hover {
  background-color: #ebf3f7;
  border: 1px solid #a1c3c4;
}

.box-field .contract-price-input {
  display: flex;
  align-items: center;
}

.jq-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.jq-file__browse {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
  display: block;
  width: 100%;
  max-width: 210px;
  padding: 0 44px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #c8d7da;
  cursor: pointer;
  background-image: url(dist/img/icon-upload.svg);
  background-repeat: no-repeat;
  background-position: 20px;
  background-size: 20px 14px;
  font-size: 1.4rem;
}

.jq-file__browse:hover {
  background-color: #ebf3f7;
  border: 1px solid #a1c3c4;
}

.jq-file__name {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
  margin: 0 10px;
  font-size: 1.4rem;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  line-height: normal;
}

.form-control,
.textarea-control {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #a1c3c4;
  background-color: #f7fcfe;
  padding: 0 20px;
  font-size: 1.4rem;
}

.form-control:focus,
.textarea-control:focus {
  background-color: #ebf3f7;
}

.textarea-control {
  resize: none;
  height: 208px;
  padding: 10px 20px;
}

.dropdown {
  position: relative;
}

.dropdown__trigger {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.dropdown__trigger:after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background: url(dist/img/icon-dropdown.svg) no-repeat 50%/contain;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.dropdown__trigger.active:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.dropdown__content {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 100%;
  background-color: #f7fcfe;
  border: 1px solid #a1c3c4;
  -webkit-box-shadow: 0 10px 19.2px 0.8px rgba(1, 1, 1, 0.1);
  box-shadow: 0 10px 19.2px 0.8px rgba(1, 1, 1, 0.1);
  padding: 20px;
  z-index: 999;
}

.socials {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.socials li {
  padding: 0 8px;
}

.socials a {
  display: block;
  width: 27px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  font-size: 0;
}

.socials a:hover {
  -webkit-transform: translateZ(0) scale(1.2);
  transform: translateZ(0) scale(1.2);
}

.socials a[href*="vk.com"] {
  background-image: url(dist/img/icon-vk.svg);
}

.socials a[href*="facebook.com"] {
  background-image: url(dist/img/icon-facebook.svg);
}

.socials a[href*="twitter.com"] {
  background-image: url(dist/img/icon-twitter.svg);
}

.socials a[href*="instagram.com"] {
  background-image: url(dist/img/icon-instagram.svg);
}

.socials a[href*="youtube.com"] {
  background-image: url(dist/img/icon-youtube.svg);
}

.socials a[href*="plus.google.com"] {
  background-image: url(dist/img/icon-google-plus.svg);
}

.socials--text li {
  padding: 8px;
  border: 1px solid transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.socials--text li:hover {
  border: 1px solid #a1c3c4;
}

.socials--text a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: auto;
  font-size: 1.3rem;
  line-height: 1;
  color: #444;
  padding-left: 34px;
  background-position: 0;
  background-size: 24px auto;
}

.socials--text a[href*="facebook.com"] {
  background-size: auto 24px;
}

.socials--text a:hover {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.socials-share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #a1c3c4;
  -webkit-box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
}

.socials-share .socials {
  margin-right: 10px;
}

.socials-share__title {
  padding: 14px 0;
  margin: 0 30px 0 10px;
}

.section-new-custom {
  padding: 35px 0;
}

.section__heading {
  margin-bottom: 48px;
}

.section__title {
  margin-bottom: 16px;
}

.section__subtitle {
  display: block;
  font-size: 1.6rem;
  line-height: normal;
  color: #444;
}

.section-banner {
  display: block;
}

.section-banner__link {
  display: block;
  width: 100%;
}

.section-banner__link--mobile {
  display: none;
}

.section-banner__link img {
  max-width: 100%;
}

.section-popular-applications {
  padding-bottom: 15px;
}

.section-popular-applications .catalog-item {
  width: calc(20% - 20px);
}

.catalog__head,
.page__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.catalog__title,
.page__title {
  display: block;
  font-size: 2.5rem;
  line-height: 2.9rem;
  margin-bottom: 0;
  margin-top: 0;
}

.catalog-body {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  margin: 0 -10px;
}

.catalog-body, .catalog-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.catalog-item {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 10px 20px;
  padding: 15px 15px 26px;
  border: 1px solid #c8d7da;
  width: calc(25% - 20px);
  background-color: #fff;
  -webkit-box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
}

.catalog-item-type {
  padding: 5px;
  background-color: rgba(115, 175, 12, 0.8);
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.catalog-item__link {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  height: 100%;
}

.catalog-item__link .img-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

.catalog-item__link .img-wrapper img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.catalog-item__link .date {
  display: block;
  font-size: 1.4rem;
  line-height: normal;
  color: #999;
  margin-top: 12px;
}

.catalog-item__link .title {
  display: block;
  font-size: 1.4rem;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-weight: 500;
  margin-top: 10px;
  overflow: hidden;
  max-height: 3.64rem;
}

.catalog-item__functionals {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.catalog-item__functionals .wish-button, .catalog-item__functionals .wish-button--edited, .add-to-wish .wish-button {
  -ms-flex: 0 0 18px;
  -webkit-box-flex: 0;
  flex: 0 0 18px;
  display: block;
  width: 18px;
  margin-right: 12px;
  border: none;
  background-color: transparent;
}

.catalog-item__functionals .wish-button img, .catalog-item__functionals .wish-button--edited img, .add-to-wish .wish-button img {
  width: 100%;
}

.catalog-item__functionals .price {
  font-size: 1.5rem;
  line-height: 1;
  color: #444;
  padding-left: 5px;
  border-left: 1px solid #c8d7da;
}

.catalog-item__functionals .price .val {
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
  margin: 0 2px 0 10px;
  display: inline-block;
}

.catalog-item__functionals .price .cur {
  font-size: 1.3rem;
  color: #1b821e;
  margin-right: 2px;
}

.catalog-item__functionals .contract-price {
  font-size: 1.2rem;
}

.catalog-item:hover {
  background-color: #f7fcfe;
  -webkit-box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
  box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
}

.catalog-item:hover .catalog-item__link .img-wrapper img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

.catalog-additional {
  margin: 50px 0 0;
}

.catalog-additional__title {
  margin-bottom: 30px;
}

.catalog-additional--five .catalog-item {
  width: calc(100% / 5 - 20px);
}

.catalog-additional--five .catalog-item__link {
  font-size: 1.3rem;
}

.catalog-additional--five .catalog-item__functionals .price {
  font-size: 1.4rem;
  padding-left: 10px;
}

.catalog-additional--five .catalog-item__functionals .price .val {
  margin: 0;
  font-size: 1.4rem;
}

.catalog-additional--five .catalog-item__functionals .price .cur {
  font-size: 1.3rem;
}

.catalog-additional--five .catalog-item__functionals .wish-button, .catalog-additional--five .catalog-item__functionals .wish-button--edited, .add-to-wish .wish-button {
  margin-right: 10px;
}

.catalog-item__functionals .wish-button--hidden, .add-to-wish .wish-button--hidden {
  display: none;
}

.catalog-product {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 20px;
  margin: 0 0 20px;
  -webkit-box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
          box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  border: 1px solid #a1c3c4;
}

.exhibition-data {
  padding-right: 10px;
}

.exhibition-card-text__head {
  font-size: 1.4rem;
  line-height: 22px;
  color: #444;
}

.exhibition-card-left .tel-field {
  color: black;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}

.exhibition-card-tel {
  margin-bottom: 20px;
}

.exhibition-card-text__head--with-margin {
  margin-bottom: 22px;
}

.catalog-product__images {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.catalog-product__images .slider-main {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.personal-datag__form .um-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.personal-datag__form .um-header .um-dropdown {
  width: auto !important;
  display: block !important;
}

.personal-datag__form .um-faicon-cog, .personal-datag__form .um-dropdown-arr {
  display: none !important;
}

.personal-datag__form .um-profile a {
  color: black !important;
}

.personal-datag__form .um-profile-meta {
  padding-right: 0 !important;
  padding-bottom: 10px;
  text-align: center;
}

.personal-datag__form .um-main-meta {
  padding: 0 !important;
}

.personal-datag__form .um-name {
  float: none !important;
  line-break: normal !important;
  font-weight: bold !important;
}

.personal-datag__form .um-name a {
  font-size: 2.2rem;
  color: black;
}

.um-profile-edit {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  font-size: 1.6rem !important;
  font-weight: bold;
}

.personal-datag__form .um-profile-photo {
  padding-bottom: 10px;
}

.um-profile-photo-img {
  cursor: default;
	pointer-events: none;
}

.catalog-product__images .slider-nav {
  max-width: 232px;
  margin: 0 auto;
}

.catalog-product__images .slider-nav .slick-list {
  margin: 0 -10px;
}

.catalog-product__images .slider-nav .slick-track {
  display: flex;
}

.catalog-product__images .slider-nav .slick-track::before, .catalog-product__images .slider-nav .slick-track::after {
  display: none;
}

.catalog-product__images .slider-nav .slick-slide {
  margin: 0 10px;
}

.catalog-product__images .slider-nav .img-wrapper {
  display: block !important;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.catalog-product__images .slider-nav .img-wrapper:hover {
  opacity: .7;
}

.catalog-product__images .slider-nav .img-wrapper img {
  width: 100%;
  height: auto;
}

.catalog-product__price .price {
  padding-left: 0;
  border-left: 0;
}

.catalog-product__content .add-to-wish {
  margin-bottom: 18px;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.catalog-product__content .details-list {
  margin-bottom: 16px;
}

.catalog-product__content .details-list li {
  display: block;
  color: #000;
  line-height: normal;
  margin-bottom: 4px;
}

.catalog-product__descr {
  display: block;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #cdcbcb;
}

.catalog-product__descr .descr-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.catalog-functionals {
  padding: 20px;
  -webkit-box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
          box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  border: 1px solid #a1c3c4;
  margin: 0 0 20px;
}

.catalog-functionals .item-functionals {
  display: flex;
  flex-wrap: wrap;
}

.catalog-functionals .item-functionals__button {
  display: block;
  border: none;
  background-color: transparent;
  position: relative;
  color: #444;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 14px;
  margin-right: 30px;
}

.catalog-functionals .item-functionals__button:last-child {
  margin-right: 0;
}

.catalog-functionals .item-functionals__button:hover {
  text-decoration: underline;
}

.catalog-functionals .item-functionals__button--edit {
  background-image: url(dist/img/icon-edit.svg);
}

.catalog-functionals .item-functionals__button--remove {
  background-image: url(dist/img/icon-delete.svg);
}

.last-news {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #cdcbcb;
}

.last-news__item {
  display: block;
  border: 1px solid #c8d7da;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 20px;
}

.last-news__item .img-wrapper {
  margin: -1px -1px 0;
  overflow: hidden;
}

.last-news__item .img-wrapper img {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.last-news__item .text {
  padding: 20px 20px 24px;
}

.last-news__item .date {
  color: #999;
  line-height: 1;
  display: block;
  margin-bottom: 14px;
}

.last-news__item .title {
  margin-bottom: 16px;
}

.last-news__item .exerpt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 18px;
}

.last-news__item .pseudo-link {
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1;
}

.last-news__item .pseudo-link:hover {
  text-decoration: underline;
}

.last-news__item:hover {
  background-color: #f7fcfe;
  -webkit-box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
  box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
}

.last-news__item:hover .img-wrapper img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

.last-news .news-box {
  width: 100%;
  max-width: none;
  margin: 0 0 20px;
  min-height: 453px;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px 30px;
}

.breadcrumbs li {
  margin: 5px 6px;
  padding-left: 17px;
  position: relative;
  color: #000;
  font-size: 1.3rem;
  line-height: normal;
}

.breadcrumbs li:before {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(dist/img/icon-arrow-breadcrumb.svg) no-repeat 50%/contain;
  opacity: .5;
}

.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs li:last-child:before {
  opacity: 1;
}

.breadcrumbs a {
  color: #999;
  font-size: 1.3rem;
}

.breadcrumbs a:hover {
  color: #000;
}

.sidebar-container {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-box {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.sidebar {
  margin: 0 10px;
}

.sidebar {
  display: block;
  width: 230px;
  -ms-flex: 0 0 230px;
  -webkit-box-flex: 0;
  flex: 0 0 230px;
}

.sidebar__subtitle {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 12px;
}

.sidebar__item {
  padding: 25px 20px 30px;
  background-color: #f7fcfe;
  margin-bottom: 20px;
}

.pagination,
.sidebar__item {
  border: 1px solid #a1c3c4;
  -webkit-box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 7px 10px;
}

.pagination span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  opacity: .6;
  margin: 0 8px;
}

.pagination .current,
.pagination .page,
.pagination .first,
.pagination .last {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #444;
  opacity: 1;
  padding: 8px 10px;
  margin: 0;
}

.pagination .current,
.pagination .page:hover,
.pagination .first:hover,
.pagination .last:hover {
  background-color: #73af0c;
  color: #fff;
}

.pagination .nextpostslink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  font-size: 1.4rem;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 50px;
  color: #444;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.pagination .nextpostslink:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  margin-left: 14px;
  background: url(dist/img/icon-next.svg) no-repeat 50%/contain;
}

.pagination .nextpostslink:hover {
  text-decoration: underline;
}

.pagination .previouspostslink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  font-size: 1.4rem;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 50px;
  color: #444;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.pagination .previouspostslink:before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  margin-right: 14px;
  background: url(dist/img/icon-next.svg) no-repeat 50%/contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pagination .previouspostslink:hover {
  text-decoration: underline;
}

.header {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
  -webkit-order: 1;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 19.2px 0.8px rgba(1, 1, 1, 0.1);
  box-shadow: 1px 0 19.2px 0.8px rgba(1, 1, 1, 0.1);
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
}

.header__logo {
  -ms-flex: 0 0 162px;
  -webkit-box-flex: 0;
  flex: 0 0 162px;
  width: 162px;
}

.header__logo img {
  width: 100%;
}

.header-top {
  padding: 10px 0;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}

.header-nav__list,
.header-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header-nav__list li {
  margin: 0 15px;
}

.header-nav__list .only-on-mobile {
  display: none;
}

.header-nav__list a {
  display: block;
  position: relative;
  padding: 4px 0;
  margin: 10px 0;
  color: #333;
  font-weight: 600;
}

.header-nav__list a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #6aa10c;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-nav__list a:hover {
  color: #6aa10c;
}

.header-nav__list a:hover:after {
  width: 16px;
}

.header-functionals {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.header-functionals__mobile {
  display: none;
}

.header-functionals .main-button {
  margin-left: 35px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 190px;
}

.header-functionals .main-button a {
  color: white;
}

.header-account {
  margin-left: 20px;
}

.header-account__trigger {
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  color: #333;
  font-weight: 600;
}

.logged-in .header-account__trigger {
  padding-right: 26px;
}

.header-account__trigger:before {
  content: "";
  display: block;
  height: 18px;
  width: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url(dist/img/icon-user.svg) no-repeat 50%/contain;
}

.header-account__trigger:after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background: url(dist/img/icon-dropdown.svg) no-repeat 50%/contain;
}

.header-account .dropdown__content {
  width: 240px;
  padding-bottom: 4px;
}

.header-account__head {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  color: #444;
}

.header-account__head:hover {
  color: #6aa10c;
  text-decoration: underline;
}

.header-account__nav {
  display: block;
}

.header-account__nav li {
  display: block;
  margin-bottom: 14px;
}

.header-account__nav li:last-child {
  margin-bottom: 0;
}

.header-account__nav a {
  color: #444;
  line-height: 1;
}

.header-account__nav a:hover {
  text-decoration: underline;
}

.header-account__footer {
  display: block;
  margin-top: 14px;
  padding: 16px 0;
  border-top: 1px solid #cdcbcb;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 19px 15px;
  color: #444;
}

.header-account__footer:hover {
  color: #6aa10c;
  text-decoration: underline;
}

.header-account__footer--login,
.header-account__footer--logout {
  padding-left: 34px;
  background-image: url(dist/img/icon-logout.svg);
}

.header-bottom {
  background-color: #fff;
  position: relative;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header-categories {
  display: block;
  -ms-flex: 0 0 260px;
  -webkit-box-flex: 0;
  flex: 0 0 260px;
  max-width: 260px;
  margin-right: 10px;
}

.header-categories__trigger {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
  height: 48px;
  background-color: #73af0c;
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.header-categories__trigger .text {
  font-weight: 700;
}

.header-categories__trigger.active,
.header-categories__trigger:hover {
  background-color: #6aa10c;
}

.header-categories .hamburger, .mobile-header .hamburger {
  display: block;
  width: 15px;
  height: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 15px;
}

.header-categories .hamburger span, .mobile-header .hamburger span {
  background-color: #fff;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-categories .hamburger span:first-child, .mobile-header .hamburger span:first-child {
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.header-categories .hamburger span:last-child, .mobile-header .hamburger span:last-child {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.header-categories .text {
  font-weight: 600;
  font-size: 1.5rem;
}

.mob-panel .header-categories .header__application a, .header-bottom .header__application a {
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
}

.header-categories__list {
  background-color: #fff;
  position: absolute;
  top: calc(100% + -1px);
  left: 0;
  width: 100%;
  max-width: 290px;
  padding: 12px 0;
  -webkit-box-shadow: -1.294px 4.83px 19.2px 0.8px rgba(1, 1, 1, 0.15);
  box-shadow: -1.294px 4.83px 19.2px 0.8px rgba(1, 1, 1, 0.15);
  display: none;
}

.header-categories__list.opened {
  display: block;
}

.header-categories__list a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  line-height: normal;
  padding: 6px 20px;
  color: #333;
}

.header-categories__list a .amount {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin-left: 10px;
  color: #999;
}

.header-categories__list a:hover {
  padding: 6px 20px;
  background-color: #6aa10c;
  color: #fff;
}

.header-categories__list a:hover .amount {
  font-weight: 400;
  color: #fff;
}

.header-categories__list li {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-categories__list li:hover {
  background-color: #6aa10c;
}

.header-categories__list--inner {
  top: 0 !important;
  min-height: 100%;
  display: none;
  left: 100%;
}

.header-search {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.header-search .searchsubmit {
  display: block;
  -ms-flex: 0 0 112px;
  -webkit-box-flex: 0;
  flex: 0 0 112px;
  height: 48px;
  border: 1px solid #a1c3c4;
  margin-left: 10px;
  padding: 0 40px 0 20px;
  background-color: #f7fcfe;
  background-image: url(dist/img/icon-search.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 50%;
  background-size: 18px;
  text-align: left;
}

.header-search__smart-dropdown .to-search-results {
  width: auto;
  border: none;
  height: auto;
  padding: 0;
  font-size: 1.4rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-search__smart-dropdown .to-search-results:hover {
  text-decoration: underline;
  color: #73af0c;
}

.author-message-form .main-button {
  margin: 0 auto;
}

span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.author-message-form div.wpcf7-validation-errors, .author-message-form div.wpcf7-acceptance-missing {
  margin-top: 10px !important;
}

.header-search .searchsubmit:hover {
  background-color: #ebf3f7;
}

.header-search__fields {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header-search__input {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-right: -1px;
  position: relative;
}

.header-search__input input {
  display: block;
  height: 48px;
  padding: 0 20px;
}

.header-search__input input,
.header-search__smart-dropdown {
  width: 100%;
  border: 1px solid #a1c3c4;
  background-color: #f7fcfe;
}

.header-search__smart-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  padding: 22px 20px;
}

.header-search__smart-dropdown li {
  display: block;
  margin-bottom: 10px;
  line-height: normal;
}

.header-search__smart-dropdown li:last-child {
  margin-bottom: 0;
}

.header-search__smart-dropdown a {
  line-height: normal;
}

.header-search__smart-dropdown a:hover {
  text-decoration: underline;
}

.header-search__smart-dropdown .to-search-results {
  display: block;
  color: #444;
  font-weight: 700;
  margin-top: 24px;
}

.header-search__smart-dropdown .to-search-results:hover {
  color: #73af0c;
}

.header-search__city {
  width: 268px;
}

.header-search__trigger {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #a1c3c4;
  background-color: #f7fcfe;
  padding: 0 42px;
  line-height: 46px;
  position: relative;
  cursor: pointer;
}

.header-search__trigger:before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -10px;
  background: url(dist/img/icon-map-marker.svg) no-repeat 50%/contain;
}

.header-search__trigger:after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -3px;
  background: url(dist/img/icon-dropdown.svg) no-repeat 50%/contain;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-search__trigger.active,
.header-search__trigger:hover {
  background-color: #ebf3f7;
}

.header-search__content {
  display: none;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  z-index: 99;
  width: 100%;
}

.header-search__content.active,
.header-search__countries {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header-search__countries {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #a1c3c4;
  background-color: #f7fcfe;
  -webkit-box-shadow: 0 10px 19.2px 0.8px rgba(1, 1, 1, 0.1);
  box-shadow: 0 10px 19.2px 0.8px rgba(1, 1, 1, 0.1);
}

.header-search__countries .country-item .value {
  display: block;
  line-height: 1;
  background-color: transparent;
  padding: 12px 16px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.header-search__countries .country-item .value:hover {
  background-color: #73af0c;
  color: #fff;
}

.header-search__regions {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #f7fcfe;
  border: 1px solid #a1c3c4;
  z-index: 9;
}

.header-search__regions.active {
  display: block;
}

.header-search__cities {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  min-height: calc(100% + 2px);
  background-color: #f7fcfe;
  border: 1px solid #a1c3c4;
  z-index: 9;
}

.header-search__cities.active {
  display: block;
}

.header-search__top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 8px;
}

.header-search__top .search-btn {
  display: block;
  width: 25%;
  text-align: left;
  background-color: transparent;
  border: none;
  line-height: 1;
  font-weight: 700;
  color: #444;
}

.header-search__top .search-btn:hover {
  color: #6aa10c;
  text-decoration: underline;
}

.header-search__list {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-width: 25%;
  column-width: 25%;
  -webkit-column-gap: 0;
  column-gap: 0;
  vertical-align: top;
  padding: 20px;
}

.header-search__list li {
  vertical-align: top;
  padding-right: 30px;
  display: inline-block;
  width: 100%;
}

.header-search__list .cities-item .value,
.header-search__list .regions-item .value {
  display: block;
  line-height: 1;
  padding: 7px 0;
}

.exhibition-adding .screen-reader-response {
  display: none;
}

.header-search__list .cities-item .value:hover,
.header-search__list .regions-item .value:hover {
  background-color: transparent;
  color: #444;
  text-decoration: underline;
}

.footer {
  background: #f7fcfe;
  text-align: left;
  width: 100%;
  min-width: 320px;
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
  -webkit-order: 3;
  border-top: 1px solid #cdcbcb;
  padding: 50px 0 28px;
}

.footer__title {
  font-family: Open Sans, sans-serif;
  line-height: 1;
  margin-bottom: 24px;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__logo a {
  display: block;
  max-width: 200px;
  margin-bottom: 12px;
}

.footer__logo img {
  width: 100%;
}

.footer__moto {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 600;
  color: #333;
  opacity: .8;
}

.footer__partners {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__partners a {
  margin-right: 5px;
}

.footer__subscribe {
  display: block;
}

.footer__subscribe p {
  margin-bottom: 0;
}

.footer__subscribe label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

#wpcf7-f112-o1 .screen-reader-response {
  display: none;
}

.footer__input {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.footer__input .ajax-loader {
  display: none !important;
}

.footer__input input[type=email] {
  display: block;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #a1c3c4;
  border-radius: 3px 0 0 3px;
  padding: 0 20px;
}

.footer__input::-webkit-input-placeholder {
  font-weight: 400;
  color: #999;
}

.footer__input::-moz-placeholder {
  font-weight: 400;
  color: #999;
}

.footer__input:-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}

.footer__input:-moz-placeholder {
  font-weight: 400;
  color: #999;
}

.footer__input [type=submit] {
  -ms-flex: 0 0 46px;
  -webkit-box-flex: 0;
  flex: 0 0 46px;
  font-size: 0;
  display: block;
  background-color: #73af0c;
  background-image: url(dist/img/icon-next-white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 6px 12px;
  border: 1px solid #73af0c;
  border-radius: 0 3px 3px 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  height: 48px;
}

.footer__input [type=submit]:hover {
  background-color: #6aa10c;
  border-color: #6aa10c;
}

.footer__copy {
  display: block;
  text-align: center;
  color: #999;
  font-size: 1.2rem;
  line-height: normal;
}

.footer-top {
  margin-bottom: 54px;
}

.footer-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.footer-nav__list li {
  margin-bottom: 16px;
}

.footer-nav__list a {
  color: #333;
  line-height: 1;
}

.footer-nav__list a:hover {
  color: #73af0c;
  text-decoration: underline;
}

.footer-nav__item {
  width: 100%;
  max-width: 150px;
  margin-right: 20px;
}

.footer-nav__item--columned {
  max-width: 320px;
}

.footer-nav__item--columned .footer-nav__list {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  vertical-align: top;
}

.footer__socials {
  margin-top: 30px;
}

.main-wrapper {
  padding: 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

p {
  font-size: 1.4rem;
  line-height: 1.2rem;
  color: #444;
  margin-bottom: 22px;
  font-weight: 400;
  line-height: 22px;
}

h1,
h2 {
  font-size: 2.5rem;
  line-height: 2.9rem;
}

h1,
h2,
h3 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}

h4 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: Montserrat, sans-serif;
}

h4,
h5 {
  color: #000;
  font-weight: 700;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-family: Open Sans, sans-serif;
}

h6 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.title {
  display: block;
  position: relative;
}

.title--lg,
.title--xl {
  font-size: 2.5rem;
  line-height: 2.9rem;
}

.title--lg,
.title--md,
.title--xl {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.title--md {
  font-size: 2rem;
  line-height: 2.4rem;
}

.title--sm {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.title--sm,
.title--xs {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.title--xs {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.title--xxs {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

.loaded .main-wrapper {
  visibility: hidden;
}

.icon-load {
  background: url('dist/img/logo-2.svg') no-repeat center / contain;
  width: 228px;
  height: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.loaded .icon-load {
  display: block;
}

.main {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-order: 2;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.section-categories {
  padding-bottom: 10px;
}

.section-categories__item {
  display: block;
  width: 100%;
  padding: 22px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 8px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.section-categories__item .icon-wrapper {
  display: block;
  height: 50px;
  margin-bottom: 10px;
}

.section-categories__item .icon-wrapper img {
  width: auto;
  height: 100%;
}

.section-categories__item:hover {
  background-color: #f7fcfe;
  border-color: #c8d7da;
  -webkit-box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
}

.section-categories__title {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee8eb;
  margin-bottom: 12px;
}

.section-categories__title a {
  color: #000;
}

.section-categories__title a:hover {
  color: #1b821e;
}

.section-categories__list {
  margin-bottom: 6px;
}

.section-categories__list li {
  display: block;
}

.section-categories__list li:nth-child(n+4) {
  display: none;
}

.section-categories__list a {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: none;
  transition: none;
}

.section-categories__list a .amount {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  margin-left: 8px;
  color: #999;
}

.section-categories__list a:hover {
  color: #5364b8;
  text-decoration: underline;
}

.section-categories__list a:hover .amount {
  color: #5364b8;
}

.section-categories__list.active li:nth-child(n+4) {
  display: block;
}

.seo-text {
  margin-top: 50px;
  margin-bottom: 20px;
}

.seo-text .text-box {
  margin-bottom: 51px;
}

.seo-text .text-box h3 {
  margin-bottom: 25px;
}

.seo-text .text-box p {
  margin-bottom: 20px;
}

.seo-text .text-box p:last-child {
  margin-bottom: 0;
}

.catalog__stats {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog__stats,
.catalog__stats .published,
.catalog__stats .views {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.catalog__stats .published,
.catalog__stats .views {
  margin-left: 20px;
  font-size: 1.3rem;
  color: #999;
}

.catalog__stats .published:before,
.catalog__stats .views:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 18px;
  margin-right: 14px;
  border-right: 1px solid #73af0c;
  background-position: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.catalog__stats .views:before {
  background-image: url(dist/img/icon-views.svg);
}

.catalog__stats .published:before {
  background-image: url(dist/img/icon-published.svg);
}

.catalog__contacts .img-wrapper {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 25px;
  background-color: #fff;
  border: 1px solid #c8d7da;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  overflow: hidden;
}

.catalog__contacts p {
  margin-bottom: 18px;
  color: #000;
}

.catalog__contacts .contact-phone {
  display: block;
  color: #000;
  font-size: 1.6rem;
  line-height: normal;
}

.catalog__contacts .main-button {
  margin: 24px auto 20px;
}

.catalog__seo {
  margin: 70px 10px 60px;
}

.catalog .socials-share {
  margin: 0 10px;
}

.catalog--product .catalog__seo {
  margin-top: 30px;
}

.catalog-sorting {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 8;
}

.catalog-sorting__field {
  width: 230px;
  margin-left: 20px;
}

.catalog-filter {
  display: block;
}

.catalog-filter__title {
  font-size: 1.5rem;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.catalog-filter__title--main {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
}

.catalog-filter .main-button {
  height: 40px;
  padding: 0 50px;
}

.um-icon-ios-close-empty {
  display: none !important;
}

.catalog-filter__item {
  margin-bottom: 30px;
}

.catalog-filter__item:last-child {
  margin-bottom: 0;
}

.other-adverts__item {
  display: block;
  margin-top: 20px;
}

.other-adverts__item .img-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.other-adverts__item .img-wrapper img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  max-width: 188px;
  margin: 0 auto;
}

.other-adverts__item .title {
  display: block;
  line-height: normal;
}

.other-adverts__item:hover .img-wrapper img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

.other-adverts__item:hover .title {
  text-decoration: underline;
}

.other-adverts__link {
  display: block;
  margin-top: 2.6rem;
}

.other-adverts__link:hover {
  text-decoration: underline;
}

.form {
  display: block;
  max-width: 576px;
  margin: 50px auto 90px;
}

.form__part {
  margin-bottom: 31px;
  padding-bottom: 30px;
  position: relative;
}

.form__part .box-field {
  width: auto;
}

.form__part:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1230px;
  height: 1px;
  background-color: #cbcbcb;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.advert-list {
  margin-bottom: 120px;
}

.advert-list__filter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 -9px 20px;
}

.advert-list__filter h4 {
  font-family: Open Sans, sans-serif;
  margin: 0 9px;
}

.advert-list__filter a {
  display: block;
  margin: 0 9px;
  font-size: 1.4rem;
  color: #73af0c;
}

.advert-list__filter a .amount,
.advert-list__filter a .name {
  color: #999;
}

.advert-list__filter a:hover {
  text-decoration: underline;
}

.advert-list__filter a.active .name {
  color: #444;
}

.advert-list__filter-form {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cdcbcb;
}

.advert-list__filter-form .box-field,
.advert-list__filter-form .advert-list__filter-form-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.advert-list__filter-form .box-field {
  margin-bottom: 0;
}

.advert-list__filter-form .box-field__label {
  margin-right: 16px;
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.advert-list__filter-form .box-field__input {
  margin-bottom: 0;
  width: 100%;
  max-width: 420px;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.advert-list__filter-form .box-field.action {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.advert-list__filter-form .box-field.action .box-field__input {
  max-width: 210px;
}

.advert-list__filter-form .main-button {
  height: 40px;
  padding: 0 36px;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.advert-list-message {
  padding: 15px;
  border: 1px solid #73af0c;
  line-height: 1.2;
  margin-top: 20px;
}

.advert-list__content {
  margin-bottom: 50px;
}

.advert-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cdcbcb;
}

.advert-list__item-subblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
}

.advert-list__item:last-child {
  margin-bottom: 0;
}

.advert-list__item .list-checkbox__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advert-list__item .list-checkbox__label .js-styled {
  margin-right: 0;
}

.advert-list__item .item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 122px;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advert-list__item .item-image img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.advert-list__item .item-content {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 20px;
}

.advert-list__item .item-functionals {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.advert-list__item .favorite-functionals {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.advert-list__item .item-functionals__button {
  margin: 0 0 16px;
  display: block;
  border: none;
  background-color: transparent;
  position: relative;
  color: #444;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 14px;
}

.advert-list__item .item-functionals__button:hover {
  text-decoration: underline;
}

.advert-list__item .item-functionals__button--edit {
  background-image: url(dist/img/icon-edit.svg);
}

.advert-list__item .item-functionals__button--remove {
  background-image: url(dist/img/icon-delete.svg);
}

.advert-list__item .update-message {
  margin-bottom: 16px;
}

.advert-list__item .item-activate {
  height: 40px;
  font-weight: 400;
}

.advert-list__item .breadcrumbs {
  margin-bottom: 10px;
}

.advert-list__item .breadcrumbs li {
  margin: 0 6px;
}

.advert-list__item .title {
  display: block;
  font-size: 1.6rem;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  color: #444;
  margin-bottom: 10px;
}

.advert-list__item .title:hover {
  text-decoration: underline;
}

.advert-list__item .date-publish {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  color: #999;
}

.advert-list__item .catalog-item__functionals {
  margin-top: 26px;
}

.advert-list__item .catalog-item__functionals .price {
  padding-left: 0;
  border-left: none;
  margin-right: 16px;
}

.content-news {
  font-family: 'Open Sans', sans-serif;
}

.content-single-news .news-text {
  margin-bottom: 8px;
}

.content-single-news .news-text p {
  margin-top: 0;
}

.single-news-info {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-news-date {
  margin-right: 15px;
}

.news-text {
  overflow: hidden;
}

.content-news p {
  margin-top: 20px;
}

.news-text-header {
  font-size: 18px;
}

.news-subtext {
  border-top: 1px solid #cccccc;
  margin-bottom: 80px;
  overflow: hidden;
}

.content-news li {
  font-size: 1.4rem;
  line-height: 1.2rem;
  color: #444;
  margin-bottom: 22px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-news li::before {
  content: "•";
  color: #73af0c;
  font-weight: 400;
  padding-right: 7px;
  font-size: 25px;
}

.news-floating-image {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.news-floating-image img {
  width: 100%;
  border-width: 1px;
  border-color: #b6d3d4;
  border-style: solid;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
}

.social-share-news {
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.social-share-left-block, .addtoany_list {
  padding-left: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.social-share-news button, .addtoany_list a {
  height: 48px;
  width: 109px;
  background-color: transparent;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

.social-share-news a {
  color: black;
  font-size: 13px;
}

.social-share-news button:hover {
  border: 1px solid #cccccc;
  cursor: pointer;
}

.social-share-right-block p {
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.relevant-news {
  border-top: 1px solid #cccccc;
}

.relevant-news span {
  color: black;
}

.relevant-news-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.relevant-news-header {
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.relevant-news-text {
  color: #444444;
  font-size: 14px;
}

.relevant-news {
  margin-bottom: 120px;
}

.relevant-news-box {
  width: calc(100% / 3);
  padding-left: 15px;
  padding-right: 15px;
}

.news-sorting, .calendar-sorting {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 8;
}

.news-sorting__field {
  width: 230px;
  margin-left: 20px;
}

.sorting-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sorting-news-head {
  font-weight: bold;
  font-size: 14px;
  color: black;
  line-height: 0;
  margin-bottom: 0;
}

.news-box-header {
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 390px;
  max-height: 454px;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.news-box:hover {
  -webkit-box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
  box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
  background-color: #f7fcfe;
}

.news-box:hover img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

.sub-box {
  border: 1px solid #b6d3d4;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.news-box__img-wrapper {
  overflow: hidden;
}

.news-box__img-wrapper img {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sub-box p {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 20px;
}

.sub-box a {
  margin-bottom: 26px;
  margin-top: 16px;
}

.sub-box .news-box-header {
  margin-bottom: 0;
}

.sub-box .news-data {
  color: #b3b3b3;
  font-size: 14px;
  margin-top: 16px;
}

.news-box img {
  max-height: 230px;
}

.news-box-text {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-full-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.news-more-button, .search-more-button {
  margin-top: 30px;
}

.news-pagination {
  margin-top: 40px;
  margin-bottom: 140px;
}

.exhibition-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px #b6d3d4 solid;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  max-height: 174px;
  margin-bottom: 20px;
}

.exhibition-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
}

.exhibition-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
}

.um-account form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.um-account .um-account-meta {
  display: none !important;
}

.um-account .um-account-tab {
  border: none !important;
  padding-bottom: 0 !important;
}

.um-account .um-account-main {
  padding-bottom: 0 !important;
}

.exhibition-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 30px;
  max-width: 70%;
}

.exhibition-head {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: black;
}

.search-bottom {
  margin-bottom: 11px;
}

.search-data {
  margin-top: 8px;
}

.search-head {
  margin-top: -3px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.exhibition-text {
  line-height: 20px;
}

.exhibition-bottom {
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exhibition-bottom a {
  color: #5364b8;
}

.exhibition-top p {
  border-left: 1px solid #73af0c;
  margin-bottom: 0;
  padding-left: 10px;
}

.exhibition-right p {
  margin-bottom: 0;
}

.exhibition-top img {
  margin-right: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.exhibition-bottom p {
  color: black;
}

.exhibition-number {
  color: black !important;
}

.exhibition-number, .exhibition-bottom a {
  border-left: 1px solid #cccccc;
}

.exhibition-organizer {
  margin-right: 10px;
  font-size: 15px;
}

.exhibition-number {
  padding-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.exhibition-bottom a {
  padding-left: 10px;
  font-size: 15px;
}

.exhibition-card-top img {
  border-width: 1px;
  border-color: #b6d3d4;
  border-style: solid;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  margin: 0 auto;
}

.exhibition-card-left {
  border-width: 1px;
  border-color: #b6d3d4;
  border-style: solid;
  background-color: #f7fcfe;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.exhibition-card-left img {
  border: 1px solid #c8d7da;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  box-shadow: 0 2px 3.8px 0.2px rgba(1, 1, 1, 0.07);
  overflow: hidden;
  margin-top: -100px;
}

.exhibition-card-left p {
  color: black;
  text-align: center;
  font-size: 15px;
}

.exhibition-card-left a {
  margin-bottom: 30px;
  font-size: 15px;
}

.exhibition-card-organizer p:first-child {
  margin-bottom: 0;
  margin-top: 15px;
}

.exhibition-card-tel p {
  margin-bottom: 0;
}

.exhibition-card-tel p:last-child {
  margin-bottom: 20px;
}

.exhibition-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.exhibition-card-text li {
  list-style-type: none;
}

.exhibition-card-text li::before {
  content: "•";
  color: #73af0c;
  font-size: 19px;
  margin-right: 5px;
}

.exhibition-card-right {
  border-width: 1px;
  border-color: #b6d3d4;
  border-style: solid;
  background-color: white;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  padding: 35px;
  max-width: 980px;
  width: 100%;
  margin-left: 20px;
}

.search-error {
  text-align: center;
}

.exhibition-card-right .exhibition-data {
  padding-right: 10px;
}

.exhibition-card-right .exhibition-top p {
  color: black;
  font-size: 15px;
}

.exhibition-card-text b {
  color: black;
}

.exhibition-card-text li {
  font-size: 1.4rem;
  color: #444;
  margin-bottom: 22px;
  font-weight: 400;
  line-height: 5px;
}

.exhibition-card-text {
  margin-top: 25px;
  overflow: hidden;
}

.exhibition-card-section {
  margin-bottom: 100px;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px #b6d3d4 solid;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  box-shadow: 0 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  max-height: 174px;
  margin-bottom: 20px;
}

.search-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 30px;
  max-width: 71%;
}

.search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
}

.search-top img {
  margin-right: 10px;
}

.search-top p {
  border-left: 1px solid #73af0c;
  margin-bottom: 0;
  padding-left: 10px;
}

.search-head {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: black;
}

.search-right p {
  margin-bottom: 0;
}

.search-text {
  line-height: 20px;
}

.search-data {
  color: #b3b3b3;
  font-size: 14px;
}

.search-news {
  margin-bottom: 7px;
  margin-top: 4px;
}

.exhibition-head {
  margin-top: -11px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.exhibition-text {
  margin-top: -6px;
}

.exhibition-top {
  margin-top: 6px;
}

.exhibition-bottom {
  margin-bottom: 9px;
}

.search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
}

.search-top img {
  margin-right: 10px;
}

.search-top p {
  border-left: 1px solid #73af0c;
  margin-bottom: 0;
  padding-left: 10px;
}

.search-organizer {
  margin-right: 10px;
  font-size: 15px;
  margin-bottom: 0;
  color: black;
}

.search-bottom p {
  color: black;
}

.search-right p {
  margin-bottom: 0;
}

.search-number {
  padding-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.search-number, .search-bottom a {
  border-left: 1px solid #cccccc;
}

.search-bottom {
  margin-top: 3px;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
}

.search-block-news .search-bottom a {
  border-left: none;
}

.search-exhibition .search-bottom a {
  padding-left: 10px;
}

.search-head-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-head-main .news-sorting, .search-head-main .calendar-sorting {
  font-weight: 400;
}

.search-head-main .bottom-search-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.search-head-main .top-search-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-head-main .finded {
  margin-bottom: 0;
}

.exhibition-adding .form__part .main-button {
  margin: 0 auto;
}

.search-title-inside {
  font-size: 15px;
  font-weight: bold;
}

.search-section {
  margin-bottom: 100px;
}

.calendar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 830px;
  overflow-y: hidden;
}

.calendar-block::-webkit-scrollbar {
  display: none;
}

.calendar-block {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -moz-scrollbars-horizontal;
  overflow-x: -moz-scrollbars-horizontal;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.exhibition-calendar-section {
  margin-bottom: 100px;
}

.calendar-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1160px;
}

.calendar-block-buttons .button-date {
  -o-border-image: url("dist/img/calendar-border.png") 1;
  border-image: url("dist/img/calendar-border.png") 1 0 0 1;
  background: transparent;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 165px;
  flex-basis: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 165px;
  height: 100%;
  border-width: 2px;
  border-style: outset;
  max-width: 165px;
  position: relative;
}

.exhibition-day {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
  text-align: center;
}

.calendar-block-buttons .button-date:nth-last-child(-n+7) {
  -o-border-image: url(dist/img/calendar-border.png) 1 0 1 1;
  border-image: url(dist/img/calendar-border.png) 1 0 1 1;
}

.calendar-block-buttons .button-date:nth-child(7n+7) {
  -o-border-image: url(dist/img/calendar-border.png) 1 1 0 1;
  border-image: url(dist/img/calendar-border.png) 1 1 0 1;
}

.calendar-block-buttons .button-date:nth-last-child(1) {
  -o-border-image: url(dist/img/calendar-border.png) 1 1 1 1;
  border-image: url(dist/img/calendar-border.png) 1 1 1 1;
}

.calendar-block-next {
  border-width: 1px;
  border-color: #b6d3d4;
  border-style: solid;
  background-color: #f7fcfe;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.03);
  font-size: 20px;
  min-width: 49px;
  margin-left: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exhibition-calendar-link-header {
  color: #333;
  font-weight: 600;
  position: relative;
}

.exhibition-calendar-link-header:hover {
  color: #6aa10c;
}

.calendar-block-back {
  margin-right: 19px;
  margin-left: 0;
}

.calendar-block-buttons .button-date:hover {
  border-width: 1px;
  border-color: #73af0c;
  border-style: solid;
  background-color: #f7fcfe;
  -webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
  box-shadow: 0px 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
  -o-border-image: none;
  border-image: none;
}

.exhibition-day-bg {
  border-width: 1px;
  border-color: #a1c3c4;
  border-style: solid;
  background-color: #f7fcfe;
  -webkit-box-shadow: 0px 10px 19.2px 0.8px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 10px 19.2px 0.8px rgba(1, 1, 1, 0.1);
  position: absolute;
  padding: 20px 30px 20px 15px;
  margin-left: -70px;
  min-width: 465px;
  min-height: 111px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  top: calc(100% + 30px);
}

.calendar-block-buttons .button-date:nth-child(7n+7) .exhibition-day-bg {
  margin-left: -320px;
}

.calendar-block-buttons .button-date:nth-child(7n+7) .exhibition-day-bg:before, .calendar-block-buttons .button-date:nth-child(7n+7) .exhibition-day-bg:after {
  left: 74%;
}

.calendar-block-buttons .button-date:nth-child(7n+6) .exhibition-day-bg {
  margin-left: -320px;
}

.calendar-block-buttons .button-date:nth-child(7n+6) .exhibition-day-bg:before, .calendar-block-buttons .button-date:nth-child(7n+6) .exhibition-day-bg:after {
  left: 74%;
}

.exhibition-day-bg::before, .exhibition-day-bg::after {
  content: '';
  position: absolute;
  left: 17%;
  bottom: 100%;
  border: 20px solid transparent;
  border-bottom: 20px solid #a1c3c4;
}

.exhibition-day-bg::after {
  border: 20px solid transparent;
  border-bottom: 20px solid #f7fcfe;
  bottom: 99%;
}

.exhibition-day-bg a {
  font-size: 14px;
  color: #444444;
  text-align: left;
}

.exhibition-day-bg li {
  text-align: left;
}

.exhibition-day-bg li:before {
  content: "•";
  color: #73af0c;
  font-weight: 400;
  padding-right: 7px;
  font-size: 20px;
}

.exhibition-day-bg {
  display: none;
}

.calendar-block-buttons .button-date:hover .exhibition-day-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar-block-buttons .day {
  color: #333333;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.search-button-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100px;
  height: 100%;
}

.choose-data-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exhibition-month {
  width: 100px;
}

.exhibition-calendar-section .jq-selectbox__select-text {
  padding: 0 40px 0 20px;
}

.new-month {
  background-color: #f7fcfe !important;
}

.exhibition-day-bg a:hover {
  text-decoration: underline;
}

.header-bottom {
  display: none;
}

.header-bottom-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mob-menu {
  display: none;
  background: url(dist/img/mob-menu.png) center left no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  opacity: 0.7;
  cursor: pointer;
}

.mob-panel {
  display: none;
}

.mobile-header {
  display: none;
  padding: 0;
}

.registration_choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 43px 0 58px;
}

.registration_individuals-btn, .registration_legal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 390px;
  width: 100%;
  height: 222px;
  border: 1px solid #a1c3c4;
  background-color: #f7fcfe;
  padding: 0 110px 0 110px;
  font-size: 1.4rem;
  margin: 0 10px;
}

.registration_individuals-btn:hover {
  background-color: #ebf3f7;
}

.registration_legal-btn:hover {
  background-color: #ebf3f7;
}

.registration_choice_text {
  display: block;
  line-height: normal;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.registration_form-individual, .registration_form-legal, .contact_form {
  display: block;
  max-width: 576px;
  margin: 50px auto 90px;
}

.save-button {
  margin: 50px auto;
  height: 40px;
}

.registration_checkbox a {
  color: #73af0c;
}

.box-field .images-buttons-registr {
  margin-top: -5px;
}

.contact_form-text {
  color: #333333;
  font-size: 1.4rem;
}

.textarea-contact {
  resize: none;
  height: 100px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  border: 1px solid #a1c3c4;
  background-color: #f7fcfe;
  font-size: 1.4rem;
}

.textarea-contact:focus {
  background-color: #ebf3f7;
}

.contact-btn {
  margin-top: 30px;
}

.um .picker__table td, .um .picker__weekday, .um .picker__nav--prev, .um .picker__nav--next, .picker__month {
  color: #73af0c !important;
}

.um .picker--opened .picker__frame {
  background: white;
}

.picker__footer button {
  color: #73af0c !important;
}

.picker__button--close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0;
  background: url("dist/img/icon-delete-green.svg") no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  border: none;
}

.um .picker__select--month, .um .picker__select--year {
  color: #73af0c !important;
}

.um-profile-save {
  display: none;
}

.um-dropdown a {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.registration_form-legal .um-account p.um-notice {
  padding: 0 !important;
}

.um-profile-meta {
  display: none;
}

.um-field-error {
  text-align: center;
}

.um-dropdown .um-dropdown-b ul li:nth-last-child(1) {
  display: none;
}

.um .picker__nav--prev:before {
  border-right: 0.5em solid #73af0c !important;
}

.um .picker__nav--next:before {
  border-left: 0.5em solid #73af0c !important;
}

.page-not-found__image img {
  margin: 0 auto;
}

.page-not-found__text {
  text-align: center;
  color: #333333;
  font-size: 3.6rem;
  font-weight: 600;
  padding-top: 31px;
  line-height: normal;
}

.page-not-found__button {
  padding-top: 54px;
}

.page-not-found__button .main-button {
  width: 210px;
  height: 40px;
  margin: 0 auto;
}

.page-not-found {
  padding: 189px 0 199px;
}

#cf7sg-form-rassylka .form__part {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

#cf7sg-form-rassylka .wpcf7-list-item {
  width: 50%;
}

#cf7sg-form-rassylka .categories .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.smm-panel {
  padding: 54px 73px;
  max-width: 962px;
  width: 100%;
  margin: 0 auto;
}

.smm-panel span.wpcf7-list-item {
  margin: 0;
}

.smm-panel .box-field--in-row {
  margin: 0 -5px 50px;
}

.smm-panel .box-field__in-row--buttons {
  margin: 0 0 10px;
}

.smm-panel .box-field__in-row--buttons .ajax-loader {
  display: none;
}

.box-field__in-row--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 6px;
}

.smm-panel .form__part:after {
  content: none;
}

.box-field--decoration {
  position: relative;
  padding-bottom: 50px;
}

.box-field--decoration::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 810px;
}

.box-field__in-row--buttons .main-button {
  width: 210px;
  height: 40px;
  margin: 0 10px;
  font-weight: 400;
  font-size: 1.4rem;
}

.main-button--button-rss {
  background: #ebf3f7;
  color: #333333;
  border: 1px solid #a1c3c4;
}

.main-button--button-rss:hover {
  color: white;
}

.smm-panel__header {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: bold;
  color: black;
}

.smm-shad {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 130;
}

#cf7sg-form-rassylka .categories .wpcf7-checkbox .wpcf7-list-item {
  padding: 0 0 19px;
}

#cf7sg-form-rassylka .categories .wpcf7-checkbox .wpcf7-list-item:nth-child(2n) {
  padding-left: 57px;
}

#cf7sg-form-rassylka .categories .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 80px;
}

.article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 390px;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.article-box__image {
  overflow: hidden;
}

.article-box__bottom {
  padding: 22px 21px 25px;
  border: 1px solid #b6d3d4;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  box-shadow: 0px 5px 9.5px 0.5px rgba(1, 1, 1, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.article-box__name {
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.02em;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
}

.article-box__image img {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.article-box:hover {
  -webkit-box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
  box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
  background-color: #f7fcfe;
  cursor: pointer;
}

.article-box:hover img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

.dropdown-category-icon {
  display: none;
}

.content-box .other-adverts {
  display: none;
}

.calendar-block-next--mobile {
  display: none;
}

@media (max-width: 1280px) {
  .exhibition-calendar-section .catalog__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .exhibition-calendar-section .catalog__title {
    padding-bottom: 20px;
  }
  .catalog__head, .page__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .choose-data-form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sorting-news-head {
    margin-bottom: 9px;
    line-height: normal;
  }
  .exhibition-month {
    width: 102px;
    margin-bottom: 20px;
  }
  .catalog-sorting__field:nth-last-child(1) {
    margin-left: 20px;
    width: 168px;
  }
  .news-sorting, .calendar-sorting {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .calendar-block-next {
    display: none;
  }
  .calendar-block-next--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
    padding-left: 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 23px;
  }
  .calendar-block-next--mobile span {
    background: url("dist/img/icon-next-month.svg") no-repeat;
    width: 7px;
    height: 16px;
  }
  .exhibition-calendar-section {
    margin-bottom: 50px;
  }
  .calendar-block-next {
    margin-left: 0;
    margin-top: 19px;
    height: 59px;
  }
  .exhibition-day {
    width: 130px;
    padding-left: 16px;
    text-align: left;
  }
  .exhibition-day-bg::before, .exhibition-day-bg::after {
    border: 10px solid transparent;
    border-bottom: 11px solid #a1c3c4;
  }
  .exhibition-day-bg::after {
    border: 10px solid transparent;
    border-bottom: 11px solid #f7fcfe;
  }
  .exhibition-day-bg li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .exhibition-day-bg li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .exhibition-day-bg li:before {
    position: relative;
    top: -2px;
  }
  .exhibition-day-bg::before, .exhibition-day-bg::after {
    left: 34.5%;
  }
  .exhibition-day-bg {
    max-width: 100%;
    min-width: auto;
    margin-left: 0;
    width: 93.06%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(100% + 20px);
  }
  .calendar-block-buttons .button-date.active {
    border-width: 1px;
    border-color: #73af0c;
    border-style: solid;
    background-color: #f7fcfe;
    -webkit-box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
    box-shadow: 0 5px 14.25px 0.75px rgba(1, 1, 1, 0.13);
    -o-border-image: none;
    border-image: none;
  }
  .calendar-block-buttons .button-date.active .exhibition-day-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .date-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    align-items: center;
  }
  .search-button-center p {
    margin-bottom: 0;
  }
  .search-button-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .day-name {
    display: block;
    letter-spacing: 0.02em;
    color: #777777;
  }
  .calendar-block-buttons {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .calendar-block-buttons .button-date {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: 59px;
    -o-border-image: url(dist/img/calendar-border.png) 1 1 0 1;
       border-image: url(dist/img/calendar-border.png) 1 1 0 1;
    border-width: 1px;
  }
  .calendar-block-buttons .button-date:nth-last-child(-n+7) {
    -o-border-image: url(dist/img/calendar-border.png) 1 1 0 1;
       border-image: url(dist/img/calendar-border.png) 1 1 0 1;
  }
  .calendar-block-buttons .button-date:nth-last-child(1) {
    -o-border-image: url(dist/img/calendar-border.png) 1 1 1 1;
       border-image: url(dist/img/calendar-border.png) 1 1 1 1;
  }
  .calendar-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .catalog-sorting__field:nth-child(1) {
    margin-left: 0;
  }
  .exhibition-head {
    margin-top: 0;
  }
  .last-news .news-box {
    width: 100%;
    max-width: none;
    min-height: auto;
    height: 100%;
    max-height: 424px;
    margin: 0;
  }
  .last-news .flex-container {
    margin-bottom: 20px;
  }
  .last-news .flex-container:nth-last-child(1) {
    margin-bottom: 0;
  }
  .header-categories__trigger {
    height: 36px;
    max-width: 230px;
  }
  .mobile-header .header-categories__trigger {
    padding: 0;
  }
  .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .header-bottom-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header-functionals .main-button {
    display: none;
  }
  .header-categories {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .header-categories .header-categories {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-categories .main-button {
    height: auto;
  }
  .search-second-fields {
    right: 0;
    left: auto;
    padding: 12px 12px;
    z-index: 1;
  }
  .search-second-fields .header-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-second-fields .header-search__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-second-fields .header-search__city {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 10px;
  }
  .search-second-fields .header-search__input {
    margin-right: 0;
    padding-bottom: 10px;
  }
  .search-second-fields .header-search .searchsubmit {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 0;
  }
  .search-second-fields .header-search__city .header-search__countries .country-item {
    -ms-flex-preferred-size: 115px;
    flex-basis: 115px;
  }
  .header-search__regions {
    width: auto;
    right: -12px;
  }
  .header-bottom .header-categories .header__application {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  .advert-list__filter-form .box-field__input {
    max-width: 360px;
  }
}

@media (max-width: 1136px) {
  .catalog-item {
    width: calc(100% / 3 - 20px);
  }
  .section-popular-applications .catalog-item {
    width: calc(25% - 20px);
  }
}

@media (max-width: 1100px) {
  .advert-list__filter-form .box-field__input {
    max-width: 300px;
  }
  .header-bottom-main {
    margin-bottom: 15px;
  }
}

@media (max-width: 1000px) {
  .search-box .img-wrapper, .search-box .search-left, .exhibition-box .exhibition-left {
    height: 192px;
  }
  .search-box, .exhibition-box {
    max-height: 195px;
  }
  .sidebar {
    margin: 0;
  }
  .catalog__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-product__images {
    max-width: none;
  }
  .header-categories__list a .amount {
    margin-left: 7px;
  }
  .mobile-header .hamburger.active-category {
    background: url("dist/img/category-back.svg") no-repeat;
    width: 9px;
    height: 17px;
  }
  .header-categories__list {
    top: 100%;
    left: 0;
  }
  .dropdown-category-icon {
    display: block;
    background: url("dist/img/drop-category.svg") no-repeat;
    width: 6px;
    height: 12px;
  }
  .header-categories__list a .title {
    display: inline;
  }
  .header-categories__list a {
    padding: 0;
    display: inline;
  }
  .header-categories__list li:hover a {
    padding: 0;
  }
  .header-categories__list a:hover {
    padding: 0;
  }
  .header-categories__list--inner {
    min-height: auto;
  }
  .header-categories__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7px 20px;
  }
  .header-categories .main-button, .header-categories__trigger {
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
  .mobile-header {
    margin-bottom: 15px;
    position: relative;
  }
  .header-search__content {
    width: 100%;
    right: auto;
    left: auto;
  }
  .header-search__input {
    position: inherit;
    margin-right: 0;
  }
  .header-search__smart-dropdown {
    top: calc(100% + 8px);
    margin-bottom: 20px;
    z-index: 1;
  }
  .header-search__trigger:after {
    right: 19px;
  }
  .header-search__city {
    width: 100%;
    margin-top: 8px;
  }
  .header-search__trigger {
    padding: 0 40px;
  }
  .header-search__trigger {
    height: 42px;
    line-height: 40px;
  }
  .header-search__trigger:before {
    left: 13px;
    width: 15px;
    height: 20px;
  }
  .header-search {
    margin-top: 15px;
  }
  .header-search__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-search__input input {
    height: 42px;
    padding-right: 48px;
  }
  .header-search .searchsubmit {
    margin-left: 0;
    font-size: 0;
    background-position: 50%;
    width: 42px;
    height: 42px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mob-panel .header-categories {
    display: none;
  }
  .search-right, .exhibition-right {
    max-width: 64%;
  }
  .mob-panel {
    display: block;
  }
  .header-nav__list {
    display: none;
  }
  .mob-shad {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 8888;
    opacity: 0.6;
    cursor: pointer;
    left: 0;
    top: 0;
    display: none;
  }
  .mob-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f7f8f9;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
    z-index: 8889;
    top: -110%;
    overflow-y: auto;
    text-align: left;
  }
  .mob-panel__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mob-panel__links .header__application {
    height: 42px;
  }
  .mob-panel__links .header__application a {
    color: #ffffff;
  }
  .header-nav__list {
    margin-top: 15px;
  }
  .header-nav__list a {
    margin: 0;
    color: #333;
    font-weight: 600;
    border: 1px solid #a1c3c4;
    padding: 13px 19px;
    border-bottom: none;
  }
  .header-nav__list .menu-item:nth-last-child(1) a {
    border-bottom: 1px solid #a1c3c4;
  }
  .mob-close {
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 8889;
    border: 1px solid #73af0c;
    position: relative;
  }
  .mob-close--block {
    background: url(dist/img/close-mobile-black.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mob-panel2 {
    padding: 15px 15px 70px;
  }
  .mob-panel .header-nav__list {
    display: block;
    padding: 0;
  }
  .mob-menu {
    display: block;
  }
  .mob-panel .header-nav__list > li {
    display: block;
    margin: 0;
  }
  .mob-panel .list-header-a {
    display: block;
    height: 40px;
    line-height: 52px;
    padding: 0 0;
    font-size: 14px;
    position: relative;
    margin: 0;
    color: #333;
    font-weight: 600;
  }
  .header-nav__list a:after {
    left: auto;
  }
  .header-nav__list a:hover:after {
    width: 0;
  }
  .footer .flex-container .flex-xl-3:last-child {
    width: 100%;
  }
  .footer .flex-container .flex-xl-6 {
    width: 75%;
  }
  .news-box {
    max-width: none;
    width: calc(100% / 2 - 30px);
  }
  .catalog-item__functionals .price {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .advert-list__item .breadcrumbs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .advert-list__filter-form .box-field__input {
    max-width: 170px;
  }
  .advert-list__item .item-activate {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .advert-list__item .breadcrumbs li:first-child {
    margin-left: 0;
  }
  .catalog-item__functionals .price:nth-last-child(1) {
    margin-left: 14px;
  }
  .sidebar-container {
    display: block;
    margin: 0;
  }
  .sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .breadcrumbs {
    margin: 0 0 30px;
  }
  .sidebar {
    margin: 0;
  }
  .sidebar__item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .catalog-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catalog-product__images {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .catalog .socials-share {
    margin: 0;
  }
  .section-categories .flex-xl-3 {
    width: 50%;
  }
  .catalog-filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog-filter__item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .sidebar__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .catalog--product .sidebar-container {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .catalog--product .catalog-product__content {
    width: 100%;
  }
  .sidebar__item.other-adverts {
    margin-left: 20px;
    text-align: center;
  }
  .header-categories {
    display: none;
  }
  .header-login {
    width: 42px;
    height: 42px;
    background: #eef3f5;
    display: block;
    padding: 0;
    position: relative;
    font-size: 0;
  }
  .header-login:after {
    content: none;
  }
  .header-account .dropdown__content {
    top: calc(100% + 15px);
    right: -1px;
  }
  .header-account {
    margin-left: 10px;
  }
  .header-account__trigger:before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 0;
  }
  .header-functionals__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-functionals__desktop {
    display: none;
  }
  .header__whish-list {
    width: 42px;
    min-width: 42px;
    height: 42px;
    background: #eef3f5;
    position: relative;
    display: block;
  }
  .header__whish-list svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
  }
  .mob-menu-block {
    width: 42px;
    height: 42px;
    background: #73af0c;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    margin-left: 10px;
  }
  .mob-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("dist/img/menu-hamburger.svg") no-repeat;
    width: 16px;
    height: 16px;
    opacity: 1;
  }
  .header__logo {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
            flex: 0 0 96px;
    width: 96px;
  }
  .header-categories .hamburger, .mobile-header .hamburger {
    background: url("dist/img/hamburger.svg") no-repeat;
    width: 15px;
    height: 13px;
    margin-right: 14px;
  }
  .header-categories__trigger .text {
    font-size: 1.5rem;
  }
  .mobile-header .header-categories__trigger {
    padding: 0 15px;
  }
  .header {
    margin-bottom: 15px;
  }
  .header-nav__list .only-on-mobile {
    display: block;
  }
  .content-box {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .section-popular-applications .catalog-item {
    width: calc(100% / 3 - 20px);
  }
}

@media (max-width: 870px) {
  .registration_choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration_individuals-btn, .registration_legal-btn {
    height: 200px;
    margin: 10px 0;
  }
}

@media (max-width: 800px) {
  .exhibition-card-text li {
    line-height: 22px;
    margin-bottom: 0;
  }
  .catalog__head, .page__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .sorting-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sorting-news-head {
    line-height: 22px;
  }
  .news-sorting__field {
    margin-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .catalog .socials-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog .socials-share .main-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-box .pagination {
    margin: 0;
  }
  .registration_choice {
    padding-top: 0;
  }
  .registration_form-individual, .registration_form-legal, .contact_form {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .exhibition-day {
    width: 90px;
  }
  .search-button-center {
    padding: 0 30px;
  }
  .exhibition-section .exhibition-box {
    margin-bottom: 15px;
  }
  .exhibition__head {
    margin-bottom: 6px;
  }
  .exhibition-description {
    width: 100%;
  }
  .news-pagination {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .exhibition-organizer, .exhibition-number {
    border-right: 1px solid #cccccc;
    padding-right: 15px;
  }
  .exhibition-data {
    line-height: 16px;
  }
  .exhibition-number, .exhibition-bottom a {
    border-left: 0;
  }
  .exhibition-number {
    margin-bottom: 2px;
  }
  .exhibition-bottom a {
    margin-top: 5px;
    padding-left: 0;
  }
  .search-head {
    font-size: 1.5rem;
  }
  .exhibition-head {
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 11px;
    width: 100%;
  }
  .exhibition-top img {
    margin-right: 12px;
  }
  .exhibition-city {
    display: none;
  }
  .exhibition-top {
    width: 100%;
    margin-top: 15px;
  }
  .exhibition-top .exhibition-data {
    padding-left: 11px;
  }
  .exhibition-box {
    padding: 14px;
  }
  .search-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .exhibition-box .exhibition-left {
    width: 100%;
  }
  .search-box .img-wrapper, .search-box .search-left {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .search-box .img-wrapper img, .search-box .search-left img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
  .search-title-inside {
    margin-bottom: 4px;
  }
  .search-section {
    margin-top: 11px;
  }
  .relevant-news {
    margin-bottom: 50px;
  }
  .relevant-news-box p {
    margin-bottom: 10px;
  }
  .relevant-news-box:nth-child(1) {
    margin-top: 0;
  }
  .relevant-news-box {
    margin-top: 20px;
  }
  .relevant-news .news-data {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .relevant-news .relevant-news-header {
    margin-top: 0;
  }
  .news-subtext {
    margin-bottom: 10px;
  }
  .sorting-news {
    width: 100%;
  }
  .sorting-news-head {
    margin-bottom: 9px;
    line-height: normal;
  }
  .news-sorting, .calendar-sorting {
    width: 100%;
  }
  .news-sorting__field {
    width: 100%;
  }
  .search-head-main .bottom-search-head {
    margin-top: 19px;
  }
  .top-search-head .catalog__title {
    margin-bottom: 3px;
  }
  .pagination .previouspostslink {
    margin-right: 8px;
  }
  .pagination .nextpostslink {
    margin-left: 8px;
  }
  .pagination .current, .pagination .page, .pagination .first, .pagination .last {
    padding: 8px 11px;
  }
  .content-box .pagination {
    margin: 15px 0 40px;
  }
  .filter_form {
    margin-top: 35px;
  }
  .catalog-sorting__field:nth-last-child(1) {
    margin-left: 0;
    width: 100%;
  }
  .choose-data-form {
    width: 100%;
  }
  .catalog-sorting__field {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .exhibition-month {
    width: 102px;
  }
  .catalog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog-filter {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
  }
  .sidebar__item.active {
    position: absolute;
    width: 100%;
    z-index: 20;
  }
  .sidebar__item.active form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-filter form {
    display: none;
  }
  .sidebar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .catalog-sorting {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar__toggle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebar__toggle {
    display: block;
  }
  .header-search__content.active, .header-search__regions.active, .header-search__cities.active {
    margin-bottom: 20px;
  }
  .header-search__top button:first-child {
    margin-bottom: 17px;
  }
  .header-search__regions .header-search__top {
    padding: 15px 20px 12px 18px;
  }
  .header-search__list li {
    padding-right: 20px;
  }
  .header-search__regions .header-search__list {
    padding: 0;
    padding-bottom: 14px;
  }
  .header-search__regions {
    width: 100%;
  }
  .header-search__content {
    top: calc(100% + 10px);
  }
  .header-search__countries .country-item .value {
    display: inline-block;
    padding: 12px 18.5px;
  }
  .header-search__countries .regions-item .value {
    padding: 8px 18.5px;
  }
  .country-item {
    width: 50%;
  }
  .catalog__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .other-adverts__item .img-wrapper img {
    margin: 0 auto 0 0;
  }
  .catalog-product__price .price {
    padding-left: 0;
  }
  .seo-text .text-box {
    margin-bottom: 12px;
  }
  .catalog__seo {
    margin: 40px 0 31px;
  }
  .catalog-item__functionals .price {
    padding-left: 12px;
  }
  .catalog-additional__title {
    margin-bottom: 15px;
  }
  .catalog-additional {
    margin: 11px 0 0;
  }
  .other-adverts__item .img-wrapper {
    margin-bottom: 15px;
  }
  .other-adverts__link {
    text-align: left;
    text-decoration: underline;
    margin-top: 17px;
  }
  .other-adverts__item {
    text-align: left;
    margin-top: 14px;
  }
  .sidebar__item.other-adverts {
    padding: 15px 19px 30px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-left: 0;
  }
  .sidebat__title {
    font-size: 1.5rem;
    text-align: left;
  }
  .sidebar__item.other-adverts {
    margin-top: 30px;
  }
  .social-share-right-block {
    width: 100%;
  }
  .social-share-right-block p {
    padding: 0;
    margin-top: 9px;
    font-weight: 600;
    margin-bottom: 7px;
  }
  .a2a_kit a {
    margin-right: 9px;
  }
  .a2a_kit {
    width: 100%;
  }
  .social-share-news {
    padding: 13px;
  }
  .content-box .other-adverts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar .other-adverts {
    display: none;
  }
  .sidebar__item {
    margin-bottom: 14px;
  }
  .catalog__contacts .main-button {
    margin: 17px auto 20px;
  }
  .catalog__contacts .contact-phone {
    margin-bottom: 2px;
  }
  .sidebar__telephone {
    margin-bottom: 13px;
  }
  .sidebar__subtitle {
    margin-bottom: 6px;
  }
  .catalog__stats .published:before {
    width: 34px;
  }
  .catalog__stats .views:before {
    width: 32px;
    margin-right: 12px;
  }
  .catalog__contacts .img-wrapper {
    margin: 0 auto 21px;
  }
  .sidebar__item {
    padding: 22px 19px 20px;
  }
  .sidebar__toggle-block {
    margin-bottom: 0;
  }
  .catalog-filter__item {
    margin-bottom: 26px;
  }
  .breadcrumbs .home span {
    color: #000000;
  }
  .header-account .dropdown__content {
    width: 290px;
    top: calc(100% + 5px);
    right: 0;
  }
  .header-account {
    position: inherit;
  }
  .catalog__title, .page__title {
    font-size: 2.0rem;
  }
  .breadcrumbs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    margin: -10px 0 27px;
  }
  .breadcrumbs li:first-child {
    margin-left: 0;
  }
  .breadcrumbs li {
    white-space: nowrap;
  }
  .last-news .flex-xl-4 {
    width: 100%;
  }
  .footer .flex-container {
    margin: 0;
  }
  .section-new-custom .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-categories .flex-xl-3 {
    width: 100%;
  }
  .section-categories {
    padding: 30px 0 10px;
  }
  .section-categories .flex-xl-3 {
    margin-bottom: 15px;
  }
  .section-categories .flex-xl-3:nth-last-child(1) {
    margin-bottom: 0;
  }
  .section-categories__title {
    margin-bottom: 9px;
  }
  .section-categories__item:hover {
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .show-more {
    margin: 0;
  }
  .section-categories__list a .amount {
    margin-left: 5px;
  }
  .section-categories__list a {
    display: inline;
  }
  .section-categories__list a .title {
    display: inline;
  }
  .section-categories__item {
    padding: 0;
  }
  .section-categories .flex-xl-3 {
    padding: 0;
  }
  .section-popular-applications .section__title {
    margin-bottom: 8px;
  }
  .section-popular-applications .section__heading {
    margin-bottom: 25px;
  }
  .section__title {
    font-size: 2.0rem;
  }
  .section__heading {
    text-align: left !important;
  }
  .catalog-item__functionals .price .val {
    margin: 0 2px 0 4px;
  }
  .section-popular-applications .catalog-item {
    width: calc(100% / 2 - 20px);
  }
  .section-popular-applications .catalog-item__functionals .price {
    padding-left: 13px;
  }
  .catalog-item__link .date {
    margin-top: 10px;
  }
  .catalog-item__link .title {
    margin-top: 8px;
    text-align: left;
  }
  .catalog-item__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 37px;
  }
  .section-popular-applications .catalog-item .catalog-item__functionals {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .last-news {
    padding: 19px 0 30px;
  }
  .catalog-item {
    width: calc(50% - 20px);
    padding: 14px 14px 26px;
  }
  .section__title {
    margin-bottom: 10px;
  }
  .last-news .section__heading {
    margin-bottom: 25px;
  }
  .sub-box .news-box-header {
    margin-bottom: 4px;
  }
  .last-news .flex-xl-4 {
    padding: 0;
  }
  .footer-top {
    margin-bottom: 47px;
  }
  .footer__copy {
    text-align: left;
  }
  .socials {
    margin: 0 -6px;
  }
  .socials li {
    padding: 0 6px;
  }
  .footer__socials {
    display: block;
  }
  .footer__subscribe label {
    margin-bottom: 11px;
  }
  .footer__title {
    margin-bottom: 22px;
  }
  .footer .flex-container .flex-xl-3:last-child {
    padding: 0;
  }
  .footer__logo a {
    max-width: 210px;
    margin-bottom: 5px;
  }
  .footer__logo {
    margin-bottom: 19px;
  }
  .footer {
    padding: 20px 0 28px;
  }
  .footer .flex-xl-3:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 14px;
    padding: 0;
  }
  .footer .flex-xl-6 {
    display: none;
  }
  .seo-text .flex-xl-10 {
    width: 100%;
  }
  .header-categories__list--inner {
    left: 0;
  }
  .advert-list__item, .advert-list__item-subblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .advert-list__item .item-content {
    text-align: center;
    margin-right: 0;
  }
  .advert-list__item .catalog-item__functionals {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advert-list__item .item-functionals, .advert-list__item .item-content {
    width: 100%;
  }
  .advert-list__item .breadcrumbs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
  .advert-list__filter-form .main-button {
    margin: 30px auto 0;
  }
  .advert-list__filter-form .box-field, .advert-list__filter-form .advert-list__filter-form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advert-list .catalog-item__functionals .price:nth-last-child(1) {
    margin-top: 10px;
  }
  .catalog-item__functionals .price:nth-last-child(1) {
    margin-left: 0;
    margin-top: 0;
  }
  .advert-list__item .item-functionals__button {
    padding-left: 20px;
  }
  .um-editing ._um_row_3, .um-editing ._um_row_1 .um-col-1, .um-1022 ._um_row_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
  }
  .um-editing ._um_row_3 .um-col-121, .um-editing ._um_row_3 .um-col-122, .um-editing ._um_row_3 .um-col-131, .um-editing ._um_row_3 .um-col-132, .um-editing ._um_row_3 .um-col-133, .um-editing ._um_row_1 .um-col-1 .um-field {
    width: 100%;
    margin: 0;
  }
  .um-editing ._um_row_1 {
    margin: 0 !important;
  }
  .um-editing ._um_row_1 .um-field {
    margin-bottom: 30px !important;
  }
  .catalog__title {
    margin-bottom: 13px;
  }
  .catalog-sorting {
    margin-top: 0;
    width: 100%;
  }
  .jq-selectbox__trigger {
    width: 63px;
  }
  .catalog__stats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .catalog__stats .views {
    margin-bottom: 10px;
  }
  .catalog__stats .published, .catalog__stats .views {
    margin-left: 0;
  }
  .last-news .news-box {
    min-height: auto;
    margin: 0 auto 15px;
  }
  .section-popular-applications .catalog-item__functionals .price {
    min-width: auto;
  }
  .exhibition-top {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mob-panel .header-categories__trigger span {
    height: 2px !important;
  }
  .header-search .searchsubmit {
    background-size: 15px;
  }
  .exhibition-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 330px;
  }
  .exhibition-card-right {
    margin-left: 0;
  }
  .exhibition-card-left img {
    margin-top: 20px;
    width: 35%;
    max-width: 152px;
  }
  .exhibition-right {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .exhibition-text {
    padding: 10px;
  }
  .exhibition-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 11px;
    width: 100%;
  }
  .exhibition-card-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .news-full-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
  .addtoany_list a {
    width: 48px !important;
    border: 1px solid #bed6d7 !important;
  }
  .news-box {
    width: 100%;
    max-width: 390px !important;
    margin: 0 0 20px 0;
  }
  .section-new-custom .flex-container {
    margin: 0 auto;
  }
  .exhibition-card-left {
    max-width: none;
    margin-bottom: 20px;
  }
  .search-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: auto;
    padding: 14px;
  }
  .search-exhibition .search-box {
    height: auto;
  }
  .search-left {
    width: auto;
  }
  .search-right .search-data {
    margin-bottom: 8px;
  }
  .search-right .search-head {
    margin-bottom: 12px;
  }
  .search-text {
    padding: 10px;
  }
  .search-bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 21px;
  }
  .search-block-top .search-bottom {
    margin-bottom: 7px;
  }
  .search-right, .exhibition-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .search-news {
    margin-bottom: 0;
  }
  .articles-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-box {
    max-width: 100%;
    width: auto;
  }
  .smm-panel {
    padding: 54px 0;
  }
  #cf7sg-form-rassylka .categories .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #cf7sg-form-rassylka .wpcf7-list-item {
    width: 100%;
  }
  #cf7sg-form-rassylka .categories .wpcf7-checkbox .wpcf7-list-item:nth-child(2n) {
    padding-left: 0;
  }
  .page-not-found {
    padding: 49px 0 59px;
  }
  .relevant-news-box {
    width: auto;
  }
  .um-col-121, .um-col-122 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .um-col-121 .um-field, .um-col-122 .um-field {
    width: 100%;
    margin-bottom: 30px;
  }
  .um-col-121, .um-col-122 {
    margin: 0 -5px;
  }
  .um-col-121 .um-field, .um-col-122 .um-field {
    margin: 0 0 30px !important;
  }
  .advert-list__filter-form .box-field__label {
    margin: 0 0 5px 0;
  }
  .advert-list__item .item-functionals {
    padding-top: 20px;
    align-items: center;
  }
  .advert-list__filter-form-block .box-field:first-child {
    margin-bottom: 30px;
  }
  .advert-list__filter-form .box-field__input {
    max-width: 210px;
  }
  .advert-list__item .favorite-functionals {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    margin-bottom: 26px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 0;
  }
  .advert-list__item .catalog-item__functionals .price {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .section-categories {
    display: none;
  }

  .catalog-functionals .item-functionals {
    margin-top: -16px;
  }

  .catalog-functionals .item-functionals__button, .catalog-functionals .update-message {
    margin-top: 16px;
  }

  .news-floating-image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 414px) and (max-width: 1280px) {
  .calendar-block-buttons .button-date {
    width: 192px;
  }
  .search-button-center {
    padding: 0 23px;
  }
}

@media (min-width: 818px) and (max-width: 1280px) {
  .calendar-block-buttons .button-date:nth-child(3n+3) {
    -o-border-image: url(dist/img/calendar-border.png) 1 0 0 1;
       border-image: url(dist/img/calendar-border.png) 1 0 0 1;
  }
  .calendar-block-buttons .button-date:nth-last-child(-n+7) {
    -o-border-image: url(dist/img/calendar-border.png) 1 0 0 1;
       border-image: url(dist/img/calendar-border.png) 1 0 0 1;
  }
  .calendar-block-buttons .button-date:nth-child(7n+7) {
    -o-border-image: url(dist/img/calendar-border.png) 1 0 0 1;
       border-image: url(dist/img/calendar-border.png) 1 0 0 1;
  }
  .calendar-block-buttons .button-date {
    -o-border-image: url(dist/img/calendar-border.png) 1 0 0 1;
       border-image: url(dist/img/calendar-border.png) 1 0 0 1;
  }
  .calendar-block-buttons .button-date:nth-child(4n+4) {
    -o-border-image: url(dist/img/calendar-border.png) 1 1 0 1;
       border-image: url(dist/img/calendar-border.png) 1 1 0 1;
  }
  .calendar-block-buttons .button-date:nth-last-child(-n+4) {
    -o-border-image: url(dist/img/calendar-border.png) 1 1 1 1;
       border-image: url(dist/img/calendar-border.png) 1 1 1 1;
  }
  .calendar-block-buttons .button-date:nth-last-child(-n+2) {
    -o-border-image: url(dist/img/calendar-border.png) 1 1 1 0;
       border-image: url(dist/img/calendar-border.png) 1 1 1 0;
  }
  .calendar-block-buttons .button-date {
    max-width: calc(100% / 4);
  }
  .calendar-block-buttons .button-date:hover {
    -o-border-image: none;
       border-image: none;
  }
}

@media (min-width: 606px) and (max-width: 817px) {
  .calendar-block-buttons .button-date:nth-last-child(-n+7) {
    -o-border-image: url(dist/img/calendar-border.png) 1 0 0 1;
       border-image: url(dist/img/calendar-border.png) 1 0 0 1;
  }
  .calendar-block-buttons .button-date:nth-child(7n+7) {
    -o-border-image: url(dist/img/calendar-border.png) 1 0 0 1;
       border-image: url(dist/img/calendar-border.png) 1 0 0 1;
  }
  .calendar-block-buttons .button-date {
    -o-border-image: url(dist/img/calendar-border.png) 1 0 0 1;
       border-image: url(dist/img/calendar-border.png) 1 0 0 1;
  }
  .calendar-block-buttons .button-date:nth-child(3n+3) {
    -o-border-image: url(dist/img/calendar-border.png) 1 1 0 1;
       border-image: url(dist/img/calendar-border.png) 1 1 0 1;
  }
  .calendar-block-buttons .button-date:nth-last-child(-n+3) {
    -o-border-image: url(dist/img/calendar-border.png) 1 1 1 1;
       border-image: url(dist/img/calendar-border.png) 1 1 1 1;
  }
  .calendar-block-buttons .button-date:nth-last-child(1) {
    -o-border-image: url(dist/img/calendar-border.png) 1 1 1 0;
       border-image: url(dist/img/calendar-border.png) 1 1 1 0;
  }
  .calendar-block-buttons .button-date {
    max-width: calc(100% / 3);
  }
  .calendar-block-buttons .button-date:hover {
    -o-border-image: none;
       border-image: none;
  }
}

@media (min-width: 414px) and (max-width: 605px) {
  .calendar-block-buttons .button-date:nth-child(even) {
    -o-border-image: url(dist/img/calendar-border.png) 1 1 0 0;
       border-image: url(dist/img/calendar-border.png) 1 1 0 0;
  }
  .calendar-block-buttons .button-date {
    max-width: 50%;
  }
  .calendar-block-buttons .button-date:hover {
    -o-border-image: none;
       border-image: none;
  }
}

@media (max-width: 765px) {
  .registration_checkbox {
    padding-top: 25px;
  }
}

@media (max-width: 760px) {
  .social-share-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-full-boxes {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search-number, .search-bottom a {
    border: none;
  }
  .search-exhibition .search-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-exhibition .search-bottom a {
    padding-left: 0;
    margin-top: 3px;
  }
  .advert-list__item .breadcrumbs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advert-list__filter-form-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advert-list__filter-form .box-field.action {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .advert-list__filter-form .box-field__input {
    max-width: 210px;
  }
  .advert-list__filter-form-block .box-field:first-child {
    margin-bottom: 30px;
  }
  .catalog__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .catalog-item {
    width: calc(100% - 20px);
    margin-bottom: 15px;
  }
  .section-popular-applications .catalog-item {
    width: calc(100% - 20px);
  }
}

@media (max-width: 550px) {
  .footer-top .flex-container {
    margin: 0;
  }
  .footer .flex-container .flex-xl-6 {
    width: 100%;
    margin-top: 20px;
  }
  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer-nav__item {
    margin-right: 0;
  }
  .smm-panel .box-field__in-row--buttons .main-button {
    margin: 0 auto;
  }
  .box-field__in-row--buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 530px) {
  .sidebar__item.other-adverts {
    margin-left: 0;
  }
  .catalog-filter form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-filter .cf7sg-container {
    width: 100%;
  }
  .catalog-filter .range-slider {
    margin: 0 auto;
  }
  .advert-list__filter-form .box-field.action, .advert-list__filter-form .box-field {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mob-panel2 .header-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mob-panel2 .header-categories:last-child {
    display: none;
  }
  .header-categories .main-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-search__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-search__regions {
    right: 0;
  }
  .header-search__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-search__top .search-btn {
    width: 100%;
  }
  .sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .other-adverts__item .img-wrapper {
    width: auto;
  }
  .other-adverts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav__item--columned {
    max-width: none;
  }
  .footer-nav__item {
    max-width: none;
  }
  .exhibition-organizer {
    margin-right: 0;
  }
  .exhibition-number, .exhibition-bottom a {
    border-left: none;
  }
}

@media (max-width: 510px) {
  .social-share-left-block, .addtoany_list {
    padding-left: 0;
  }
  .news-sorting__field {
    margin-left: 0;
  }
  .sorting-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .socials-share .socials {
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .socials--text li {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .catalog-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .catalog-item {
    padding: 14px 14px 26px;
  }
}

@media (max-width: 490px) {
  .section-banner__link--mobile {
    display: block;
  }
  .section-banner__link--desktop {
    display: none;
  }
  .exhibition-text {
    padding: 20px;
  }
  .exhibition-number, .exhibition-bottom a {
    border-left: none;
  }
}

@media (max-width: 470px) {
  .social-share-left-block, .addtoany_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .social-share-news button {
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
  }
}

@media (max-width: 450px) {
  .social-share-news button {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}

@media (max-width: 440px) {
  .box-field--in-row .box-field__input, .box-field {
    width: 100%;
    margin-top: 15px;
  }
  .box-field--in-row, .box-field {
    margin-bottom: 0;
  }
  .section-categories .flex-xl-3 {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .social-share-news button {
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }
  .advert-list__item .item-functionals {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .advert-list__item .item-activate {
    margin-top: 10px;
  }
  .advert-list__item .favorite-functionals {
    padding-top: 0;
  }
}

@media (max-width: 415px) {
  .dropdown__content {
    right: 80px;
  }
  .mob-panel2 .header-categories:last-child {
    display: block;
  }
  .header-account__trigger {
    font-size: 0;
  }
  .social-share-news button {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
}

@media (max-width: 413px) {
  .exhibition-day {
    width: 180px;
  }
}

@media (max-width: 375px) {
  .social-share-news button {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-nav__item {
    max-width: none;
    margin-right: 0;
  }
  .footer-nav__item--columned .footer-nav__list {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.product-page-container .content-box {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (max-width: 1000px) {
  .product-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-page-container .content-box {
    max-width: 100%;
  }
}

.pointer-events-none {
  pointer-events: none;
  opacity: 0.5;
  display: none;
}

.add-button {
  max-width: 208px;
  margin: 30px auto 0;
}

.sidebar-subcats {
  margin-bottom: 30px;
}

.sidebar-subcats .catalog-filter__title {
  margin-bottom: 15px;
}

.sidebar-subcats a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-transition: none;
  transition: none;
}

.sidebar-subcats a:hover, .sidebar-subcats a:hover .amount {
  color: #5364b8;
  text-decoration: underline;
}

.sidebar-subcats .amount {
  color: #999;
  margin-left: 8px;
}

@media (max-width: 1000px) {
  .sidebar-subcats a {
    display: inline;
  }
  .sidebar-subcats .title, .sidebar-subcats .amount {
    display: inline;
  }
  .sidebar-subcats .amount {
    margin-left: 5px;
  }
}

.adv-respnse-links {
  padding-top: 16px;
}

.adv-respnse-links a {
  max-width: 300px;
  margin: 0 auto 5px;
}

.jq-selectbox__dropdown .disabled {
  display: none;
}

.image-preview {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-left: 10px;
}

.image-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.additional-banner {
  margin-bottom: 20px;
}

/* Search results per page */
.perpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.perpage .caption {
  font-weight: bold;
  font-size: 14px;
  color: black;
  line-height: 0;
  margin-right: 10px;
}

.perpage .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.perpage .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.perpage .item:last-child {
  margin-right: 0;
}

.perpage .item .jq-radio {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .search-form-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .perpage {
    margin-left: 0;
    margin-top: 30px;
  }
}

/* range price fields in side filter */
.range-slider-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.range-slider-field {
  width: 48%;
}

.range-slider-fields input {
  display: block;
  width: 100%;
  padding: 5px;
  padding-right: 0;
  background-color: #FFFFFF;
  border: 1px solid #c8d7da;
  border-radius: 2px;
  font-size: 14px;
}

.price-range-slider .range-slider__text {
  display: none;
}

/* scrolled header */
.header:not(.home .header) {
  position: fixed;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  will-change: transform;
}

.hide-header .header:not(.home .header) {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

/* add adv contact form */
.advert-adding__content.in-progress {
  opacity: 0.5;
  pointer-events: none;
}

/* message button */
.bpbm-pm-button.message-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding: 0 10px 0 33px !important;
  background-image: url('dist/img/icon-message.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 10px !important;
  background-size: 17px 18px !important;
  background-color: #73af0c !important;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 24px auto 20px;
}

.bpbm-pm-button.message-button:hover, .bpbm-pm-button.message-button:focus {
  display: flex !important;
  padding: 0 10px 0 33px !important;
  background-image: url('dist/img/icon-message.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 10px !important;
  background-size: 17px 18px !important;
  background-color: #6aa10c !important;
}


/* enterprises map */
.enterprises-section {
  padding-bottom: 90px;
}

.enterprises-section .page__head {
  margin-bottom: 30px;
}

.enterprises-section .map-items {
  display: none;
}

.enterprises-section .map {
  height: 63vh;
  position: relative;
  z-index: 0;
}

.map-content-logo {
  max-width: 100px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .enterprises-section {
    padding-bottom: 50px;
  }

  .enterprises-section .page__head {
    margin-bottom: 15px;
  }

  .enterprises-section .map {
    height: 320px;
  }
}


/* new file uploader */
.files-wrapper {
  overflow: hidden;
}

.files {
  margin: 0 -8px;
}

.file {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 120px;
  padding: 15px;
  background-color: rgb(242, 244, 245);
  background-image: url('dist/img/upload-photo.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  text-align: center;
  margin: 0 8px 16px;
  position: relative;
  overflow: hidden;
}

.file:first-child {
  background-color: rgb(200, 248, 246);
  background-image: none;
}

.file:first-child::after {
  content: 'Foto principale';
}

.file.has-preview:first-child::before {
  content: 'Principale';
  padding: 4px 8px;
  background-color: rgb(35, 229, 219);
  color: rgb(0, 47, 52);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; 
}

.file .wpcf7-form-control-wrap {
  position: static;
}

.file input {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.file-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.file-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-delete {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.file-delete-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  background-image: url('dist/img/upload-photo-delete.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
}

.has-preview .file-delete {
  display: flex;
  justify-content: center;
  align-items: center;
}

.has-preview:hover .file-delete {
  opacity: 1;
}

.file span.wpcf7-not-valid-tip {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  background-color: red;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 575px) {
  .home .mobile-header {
    display: none;
  }
}


/* Cats section */
.cats-section {
  display: none;
  padding-top: 20px;
}

.cats-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #dee8eb;
}

.cats-block-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.cats-list {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

.cats-list-item {
  padding: 0 8px;
}

.cats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cats-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  background-color: #dee8eb;
  border-radius: 50%;
}

.cats-item-title {
  padding-top: 16px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

.cats-all-block {
  display: none;
  padding: 24px 16px 16px;
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
}

.cats-all-block.active {
  display: block;
}

.cats-all-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.cats-all-back {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.cats-all-back.back-arrow {
  width: 12px;
  height: 12px;
  background: url('./dist/img/drop-category.svg') no-repeat center;
  transform: scaleX(-1);
}

.cats-all-title {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 28px;
}

.cats-all-block > ul > li {
  display: flex;
  padding: 16px;
  padding-right: 0;
  background-color: #f7fcfe;
  border-radius: 4px;
  margin-bottom: 8px;
}

.cats-all-block > ul > li:last-child {
  margin-bottom: 0;
}

.cats-all-block > ul > li > a {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.cats-all-block .cat-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #dee8eb;
  border-radius: 50%;
  margin-right: 15px;
}

.cats-all-block .cat-icon img {
  max-width: 30px;
}

.cats-all-block .cat-text {
  color: #000000;
}

.cats-all-block .cat-name {
  font-size: 14px;
  line-height: 20px;
}

.cats-all-block .cat-count {
  font-size: 11px;
  line-height: 14px;
}

.cats-all-block .cat-arrow {
  flex-shrink: 0;
  width: 48px;
  background: url('./dist/img/drop-category.svg') no-repeat center;
}

.cats-all-sub {
  display: none;
  padding: 24px 16px 16px;
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
}

.cats-all-sub.active {
  display: block;
}

.cats-sub-name {
  display: flex;
  align-items: center;
  padding: 8px;
  background-color: #f7fcfe;
  border-radius: 4px;
  margin-bottom: 16px;
}

.cats-all-sub .cat-icon {
  width: 40px;
  height: 40px;
}

.cats-all-sub .cat-icon img {
  max-width: 24px;
}

.cats-all-sub ul li {
  display: flex;
  border-bottom: 1px solid #dee8eb;
}

.cats-all-sub ul li a {
  flex-grow: 1;
  padding: 16px 0;
}

@media (max-width: 575px) {
  .cats-section {
    display: block;
  }
}


/* Adv update button */
.item-functionals__button--update {
  position: relative;
}

.item-functionals__button--update::before {
  content: '';
  display: block;
  width: 14px;
  height: 20px;
  background: url('./dist/img/icon-refresh.svg') no-repeat center / contain;
  position: absolute;
  left: 0;
  top: -3px;
}

@keyframes refreshSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.item-functionals__button--update.in-process {
  pointer-events: none;
}

.item-functionals__button--update.in-process::before {
  animation-name: refreshSpin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


/* registration form */
.um-field[data-key="um_block_255_12"], .um-field[data-key="um_block_269_13"] {
  line-height: 1.2;
  margin-bottom: 15px;
}

.um-field[data-key="um_block_255_12"] li, .um-field[data-key="um_block_269_13"] li {
  list-style: disc;
  margin-left: 17px;
}