@charset "UTF-8";
@import "iconfont.css";
html, body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #2F2F2F;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 14px;
}
p:empty {
  display: none;
}

strong {
  font-weight: 600;
}

.sm {
  font-size: 14px;
}

.xs {
  font-size: 11px;
}

.text-huge {
  font-size: 57px;
}

.text-big {
  font-size: 57px;
}

h1, .h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 57px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h3, .h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h4, .h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

a {
  color: #16A085;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #16A085;
  text-decoration: underline;
}
a:hover.pc {
  text-decoration: none;
}

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}
ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
ul:not([class]) li {
  margin-left: 1.1em;
}
ul:not([class]) li:before {
  content: "—";
  margin-right: 0.3em;
  margin-left: -1.3em;
}

li {
  margin: 0 0 5px;
}

input, textarea, select {
  color: #2F2F2F !important;
  background-color: #fff;
  font-size: 18px;
  border-radius: 3px;
  padding: 19px 10px;
  outline: none;
  font-size: 18px;
  width: 300px;
  max-width: 100%;
  border: 1px solid #878787;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

input.underline {
  border-color: transparent transparent #878787 transparent;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.nowrap {
  white-space: nowrap;
}

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 76px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 42px;
  height: 4px;
  background-color: #16A085;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 42px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 34px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #16A085;
}
.price-filter .price-range-container .irs--flat .irs-from, .price-filter .price-range-container .irs--flat .irs-to, .price-filter .price-range-container .irs--flat .irs-single {
  color: white;
  font-size: 14px;
  text-shadow: none;
  padding: 4px 9px;
  background-color: #16A085;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-from:before, .price-filter .price-range-container .irs--flat .irs-to:before, .price-filter .price-range-container .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #16A085;
}
.price-filter .price-range-container .irs-grid {
  height: 28px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  padding: 0 3px;
  color: #2F2F2F;
}
.price-filter .price-range-container .irs--flat .irs-handle > i {
  display: none;
}
.price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
  display: none;
}
.price-filter .button-container {
  padding-left: 2em;
  padding-top: 4px;
  /*margin-top: round($handle-label-height / 1.2);*/
}

.price-filter-container {
  background-color: transparent;
  padding: 10px 5px;
  margin-bottom: 5px;
}
.price-filter-container h4 {
  margin-left: -9px;
  color: #16A085;
}
/* tic-switch-01 begin */
/* tic-switch-01 end */
hr {
  border-top: 1px solid #E5E5E5;
}

.price-sorting {
  position: relative;
  min-height: 36px;
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}
.price-sorting > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 14px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #16A085;
}
.price-sorting > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 47px);
  text-align: left;
}
.price-sorting > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 47px);
  text-align: left;
}
.price-sorting:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: calc(50% - 32px);
  top: calc(50% - 8px);
  height: 16px;
  width: 64px;
  background: #C4C4C4;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.price-sorting:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  height: 29px;
  width: 29px;
  border-radius: 29px;
  background: #16A085;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in;
}
.price-sorting.selected-right:after {
  left: calc(50% - -10px);
}
.price-sorting.selected-left:after {
  left: calc(50% - 39px);
}
.price-sorting > hr {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #e5e5e5;
}

.products-with-filters {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 10px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .products-with-filters > .filters-container {
    margin-top: 15px;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 2px solid #ffffff;
}
.products-with-filters > .filters-container > .filters .price-filter .button-container {
  display: none;
}
.products-with-filters > .filters-container > .filters .params-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .params-filter-container .param-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.products-with-filters > .filters-container > .filters .params-filter-container h4 {
  margin: 8px 0 7px;
  font-size: 18px;
  color: #16A085;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 14px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .params-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .brands-filter-container .brand-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 24px 0 0;
}
.products-with-filters > .filters-container > .filters .brands-filter-container h4 {
  margin: 8px 0 10px;
  color: #16A085;
}
.products-with-filters > .filters-container > .filters .brands-filter-container label {
  font-size: 14px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container .reset-filters {
  font-size: 14px;
  text-align: center;
  color: #16A085;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

body.product-modal-open #page {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-weight: 300;
  font-size: 18px;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group.focused .form-label {
  transform: translateY(-100%);
  font-size: 11px;
}
.form-group .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-group .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.form-group-simple {
  margin: 0px 0 12px;
}
.form-group-simple label {
  margin: 0px 0 0px !important;
}

label.with-note {
  padding-top: 5px;
  position: relative;
}

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px;
}

.table-container table {
  margin: 0 0px 5px 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px;
}

label {
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 5px;
}

label + button {
  margin-top: 10px !important;
}

label input[type=checkbox] {
  margin-top: 4px;
}
label input[type=checkbox] + span {
  margin-left: 0.5em;
  vertical-align: top;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

.input-comment {
  margin: 0px 0 10px;
  font-size: 14px;
}

#mobile-menu-button {
  display: none;
  background-color: transparent;
  color: #2F2F2F;
  width: 19px;
  position: relative;
  right: 0px;
  top: calc(50% - 16px);
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 2px;
  border-radius: 1px;
  background-color: #2F2F2F;
}

#mobile-menu-button > div + div {
  margin-top: 4px;
}

.pushy-content ul {
  padding: 0px 0 0px 0;
}

.mCSB_container {
  margin-right: 12px !important;
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 100px) !important;
  padding: 0;
}
@media (max-width: 620px) {
  .container {
    width: calc(100% - 40px) !important;
  }
}

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #16A085;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #16A085;
  border-radius: 3px;
  padding: 23px 38px;
  letter-spacing: 0;
  margin: 10px 0 20px;
  /*box-shadow: 0px 0px 19px 0px #D82454;*/
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #07846B !important;
  border-color: #07846B !important;
  color: #fff !important;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 11px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #16A085;
  color: #16A085;
  box-shadow: none;
}
button.button:hover, a.button:hover, .upload-button:hover {
  /*box-shadow: 0px 0px 55px 0px #D82454;*/
}

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#page {
  position: relative;
  z-index: 110;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page > div {
  flex-grow: 0;
}
#page > div.content {
  flex-grow: 1;
}
#page.main-page {
  overflow: hidden;
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

/* tic-order-dialog-01 begin */
/* tic-order-dialog-01 end */
#call-back-dialog {
  max-width: 600px;
  text-align: left;
  padding: 0;
}
#call-back-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#call-back-dialog label {
  margin-bottom: 15px;
}
#call-back-dialog input {
  width: 100%;
}
#call-back-dialog textarea {
  width: 100%;
}
#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#question-dialog textarea {
  height: 270px;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  background: #ffffff;
  color: #2F2F2F;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  margin: auto;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
}
.modal-panel .modal-panel-header {
  display: none;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #E5E5E5;
}
.modal-panel .modal-panel-header:before {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  width: 78px;
  top: 14px;
  height: 50px;
  background-image: url("../img/logo.svg");
  background-size: 78px 50px;
  background-repeat: no-repeat;
}
.modal-panel h2 {
  margin-top: 10px;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 100px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    /*display: block;*/
  }
  .modal-panel .button {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
  width: 100%;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #ffffff;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button-container {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
}

.modal-panel .close-button {
  position: sticky;
  top: 5px;
}

.modal-panel .close-button:hover {
  transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0;
}

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important;
}

#credits {
  position: relative;
  height: 0px;
  top: -17px;
}

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left;
}

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px;
}

#credits a:hover {
  opacity: 0.7;
}

#credits a > img {
  position: relative;
  top: -1px;
}

.switch { /* Переключатель */
  position: relative;
  min-height: 34px;
}

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in;
}

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px);
}

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px);
}

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer;
}

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right;
}

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left;
}

div.radio { /* Радио-кнопки */
  position: relative;
  text-align: left;
}

div.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.25s ease-in;
}
div.radio > div:hover {
  background-image: url("../img/radio-button-checked.png");
}

div.radio > div + div {
  margin-left: 24px;
}

div.radio > div.selected {
  background-image: url("../img/radio-button-checked.png");
}

.checkbox { /* Чекбоксы */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png");
}
.checkbox.checked {
  background-image: url("../img/checkbox-checked.png");
}

/* Нумерация списков */
ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

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

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

ul.breadcrumbs {
  font-style: normal;
  font-size: 14px;
  color: #2F2F2F;
  margin: 26px 0 4px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: #16A085;
}
ul.breadcrumbs li > a:hover {
  color: #16A085;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin: 0 4px;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 20px;
  min-height: 700px;
}

.pagination a {
  display: inline-block;
  background-color: #16A085;
  color: #fff;
  font-size: 14px;
  padding: 7px 8px;
  border-radius: 2px;
  min-width: 35px;
  margin-bottom: 10px;
}

.pagination a:hover {
  color: #fff;
  background-color: #ffffff;
  text-decoration: none;
}

.pagination a.current {
  background-color: #ffffff;
  cursor: default;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #878787 !important;
  font-size: 18px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #878787 !important;
  font-size: 18px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #878787 !important;
  font-size: 18px;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #878787 !important;
  font-size: 18px;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 57px;
  }
  h2, .h2 {
    font-size: 38px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
.lang {
  position: relative;
}
.lang .selected {
  background-image: url("../img/drop-down.svg");
  background-size: 12px 7px;
  background-position: right 15px;
  background-repeat: no-repeat;
  padding: 5px 20px 5px 0px;
  transition: all 0.25s;
  cursor: pointer;
}
.lang.expanded .selected {
  background-position: right 28px;
}
.lang.expanded .submenu {
  display: block;
}

ul.submenu {
  display: none;
  position: absolute;
  left: 0px;
  top: 33px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-color: #16A085;
  border-radius: 4px;
}
ul.submenu > li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
ul.submenu > li:first-child {
  margin-top: 13px;
}
ul.submenu > li:last-child {
  margin-bottom: 17px;
}
ul.submenu > li > a {
  display: block;
  padding: 7px 23px 7px 23px;
  color: #fff;
}

.cabinet {
  display: none;
  background-image: url("../img/cabinet.svg");
  background-size: 32px 32px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0px 5px 42px;
  color: #2F2F2F;
}

.home {
  display: block;
  background-image: url("../img/back.svg");
  background-size: 23px 23px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0px 5px 34px;
  color: #2F2F2F;
}

.header {
  padding: 35px 0 33px;
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #E5E5E5;
}
.header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content .lang {
  margin: 0px 0px 0px 0px;
}
.header .content .cabinet {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 620px) {
  .header {
    padding: 20px 0 20px;
  }
  .header .content .lang {
    margin: 0px 0px 0px 0px;
  }
  .header .content .cabinet {
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
  }
  .header .content .cabinet > span {
    display: none;
  }
}

#page.main-page a.home {
  display: none;
}
#page.main-page a.cabinet {
  display: block;
}
#page.main-page .header {
  padding: 35px 0 25px;
  border-bottom: none;
}

.search-form {
  margin: 37px 0px 35px 0px;
}
.search-form label {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
}
.search-form label input {
  padding: 19px 10px;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
}
.search-form label:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 18px;
  top: -38px;
  width: 16px;
  height: 59px;
  background-image: url("../img/arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.search-form .button {
  margin: 15px 0px 0px 0px;
  width: 100%;
}
@media (min-width: 620px) {
  .search-form label {
    display: inline-block;
    width: 300px;
  }
  .search-form label input {
    position: relative;
  }
  .search-form input {
    padding: 20px 10px;
    width: 300px;
    position: relative;
  }
  .search-form .button {
    margin: 0px 0px 0px 10px !important;
    width: 200px;
  }
}

#search-result {
  overflow: auto;
  font-size: 14px;
  line-height: 110%;
}
#search-result table td:nth-last-of-type(1) {
  min-width: 300px;
}

span.view {
  display: inline-block;
  background-image: url("../img/views.svg");
  background-size: 22px 13px;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 13px;
  cursor: pointer;
}

.doc-view {
  padding-top: 55px;
}
.doc-view .preview {
  overflow: auto;
}
.doc-view table td {
  border: 1px solid #E5E5E5;
  padding: 3px 5px;
}
.doc-view span.found {
  background-color: yellow;
  padding: 5px 10px;
  margin: 0 -10px;
  display: inline-block;
  white-space: nowrap;
}

.modal-bg.loading {
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

div.table {
  text-align: left;
  display: grid;
  gap: 0px;
  border-bottom: 2px solid #9A9CA0;
  grid-template-columns: auto auto auto auto;
}
div.table > div {
  padding: 10px;
  border-top: 2px solid #9A9CA0;
  border-left: 1px solid #E5E5E5;
}
div.table > div:nth-child(4n-3) {
  border-left: 2px solid #9A9CA0;
}
div.table > div:nth-child(4n) {
  border-right: 2px solid #9A9CA0;
}
div.table > div.h {
  font-weight: 600;
}
@media (max-width: 860px) {
  div.table {
    grid-template-columns: auto auto auto;
  }
  div.table > div {
    border-top: 2px solid #9A9CA0;
    border-left: 1px solid #E5E5E5;
  }
  div.table > div:nth-child(4n-3) {
    border-left: 2px solid #9A9CA0;
  }
  div.table > div:nth-child(4n-1) {
    border-right: 2px solid #9A9CA0;
  }
  div.table > div:nth-child(4n) {
    grid-column: 1/4;
    border-top: 1px solid #E5E5E5;
    border-left: 2px solid #9A9CA0;
    border-right: 2px solid #9A9CA0;
  }
}

div.table2 {
  text-align: left;
  display: grid;
  gap: 0px;
  border-bottom: 2px solid #9A9CA0;
  grid-template-columns: auto auto;
}
div.table2 > div {
  padding: 10px;
  border-top: 2px solid #9A9CA0;
  border-left: 1px solid #E5E5E5;
}
div.table2 > div:nth-child(2n-1) {
  border-left: 2px solid #9A9CA0;
}
div.table2 > div:nth-child(2n) {
  border-right: 2px solid #9A9CA0;
}
div.table2 > div.h {
  font-weight: 600;
}
@media (max-width: 860px) {
  div.table2 {
    grid-template-columns: 1fr;
  }
  div.table2 > div {
    border-top: 2px solid #9A9CA0;
    border-left: 1px solid #E5E5E5;
    border-right: 2px solid #9A9CA0;
  }
  div.table2 > div:nth-child(2n) {
    border-top: 1px solid #E5E5E5;
    border-left: 2px solid #9A9CA0;
  }
}

.first-screen {
  text-align: center;
  padding: 20vh 0 10vh;
  transition: all 0.5s;
}
.first-screen h1 {
  margin: 0px 0px 0px 0px;
}
.first-screen h1 > span {
  display: block;
  color: #9A9CA0;
}
.first-screen .search-form p {
  max-width: 465px;
  margin: 52px auto 20px;
  color: #9A9CA0;
}
@media (max-width: 620px) {
  .first-screen {
    padding: 5vh 0 0vh;
  }
  .first-screen h1 {
    font-size: 34px;
    margin: 0px 0px 0px 0px;
  }
  .first-screen .search-form p {
    max-width: 100%;
    margin: 27px auto 20px;
  }
}

#page.with-result .header {
  padding: 7px 0;
}
#page.with-result .first-screen {
  padding: 2vh 0 0vh;
}
#page.with-result .first-screen .search-form {
  margin-bottom: 50px;
}
#page.with-result .first-screen .search-form p {
  display: none;
}

#footer {
  margin-top: 8vh;
  text-align: center;
  padding: 16px 0 16px;
}
#footer p {
  margin: 0px;
  line-height: 110%;
}
#footer p:last-child {
  color: #9A9CA0;
  margin-top: 4px;
  font-size: 14px;
}
@media (max-width: 620px) {
  #footer p {
    font-size: 14px;
    line-height: 110%;
  }
}

.warning {
  /*color: #FF4F38;*/
}

.cabinet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 11px 0px 0px 0px;
}
.cabinet-header h1 {
  margin: 0px 0px 0px 0px;
}
.cabinet-header .account-menu {
  margin: 4px 0px 0px 0px;
  position: relative;
}
.cabinet-header .account-menu .selected {
  background-image: url("../img/drop-down.svg");
  background-size: 12px 7px;
  background-position: right 15px;
  background-repeat: no-repeat;
  padding: 5px 20px 5px 0px;
  transition: all 0.25s;
  cursor: pointer;
}
.cabinet-header .account-menu.expanded .selected {
  background-position: right 28px;
}
.cabinet-header .account-menu.expanded .submenu {
  display: block;
}
.cabinet-header .account-menu ul {
  left: auto;
  right: -20px;
}
@media (max-width: 1000px) {
  .cabinet-header {
    margin: 24px 0px 0px 0px;
    display: block;
  }
  .cabinet-header .account-menu ul {
    left: 0px;
    right: auto;
  }
}
@media (max-width: 800px) {
  .cabinet-header h1 {
    font-size: 40px;
    margin: 0px 0px 25px 0px;
  }
}
@media (max-width: 500px) {
  .cabinet-header h1 {
    font-size: 25px;
  }
}

.forms-container {
  margin: 80px 0 0px;
  overflow: hidden;
}
.forms-container > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% + 320px);
  transform: translateX(calc(50% - 320px));
  transition: all 0.5s;
}
.forms-container.reg > div {
  transform: translateX(calc(-50% + 0px));
}
@media (max-width: 420px) {
  .forms-container {
    margin: 45px 0 0px;
  }
  .forms-container > div {
    width: calc(200% + 20px);
    transform: translateX(0);
  }
  .forms-container.reg > div {
    transform: translateX(calc(-50% - 10px));
  }
}

.login-form {
  margin: 0px 0 0px;
  min-width: 320px;
  max-width: 320px;
}
.login-form label {
  width: 100%;
}
.login-form label input {
  display: block;
  width: 100%;
}
.login-form .recovery {
  margin: 8px 0px 12px 0px;
}
@media (max-width: 420px) {
  .login-form {
    min-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
}

.reg-form {
  margin: 0px 0 0px;
  min-width: 320px;
  max-width: 320px;
}
.reg-form label {
  width: 100%;
}
.reg-form label input {
  display: block;
  width: 100%;
}
.reg-form .recovery {
  margin: 8px 0px 12px 0px;
}
@media (max-width: 420px) {
  .reg-form {
    min-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
}

.cabinet-form.cabinet-user-form {
  margin: 67px 0px 0px 0px;
}
.cabinet-form.cabinet-user-form label {
  width: 368px;
}
.cabinet-form.cabinet-password-form {
  margin: 86px 0px 45px 0px;
}
.cabinet-form.cabinet-password-form label {
  width: 300px;
}
.cabinet-form.cabinet-password-form form > div {
  display: inline-block;
  margin-right: 10px;
}
.cabinet-form h4 {
  margin-bottom: 30px;
}
.cabinet-form label {
  margin-bottom: 9px;
}
.cabinet-form label input {
  width: 100%;
}
.cabinet-form .button {
  margin: 0px 0 0px;
  padding: 23px 80px;
}
@media (max-width: 740px) {
  .cabinet-form.cabinet-password-form form > div {
    display: block;
    margin-right: 0px;
  }
}
@media (max-width: 420px) {
  .cabinet-form label {
    width: 100% !important;
  }
  .cabinet-form h4 {
    margin-bottom: 20px;
  }
  .cabinet-form.cabinet-user-form {
    margin: 40px 0px 0px 0px;
  }
  .cabinet-form.cabinet-password-form {
    margin: 50px 0px 0px 0px;
  }
  .cabinet-form .button {
    width: 100%;
  }
}

.cabinet-queries {
  margin: 67px 0px 0px 0px;
}
.cabinet-queries .queries-table {
  margin: 28px 0px 0px 0px;
}
@media (max-width: 420px) {
  .cabinet-queries {
    margin: 40px 0px 0px 0px;
  }
}/*# sourceMappingURL=common.css.map */