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

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #2D3036;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

.sm {
  font-size: 13px;
}

.xs {
  font-size: 10px;
}

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

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

h1, .h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 39px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

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

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

a {
  color: #2B5AA6;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #1560BD;
  text-decoration: underline;
}

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:before {
  content: "—";
  margin-right: 0.3em;
  text-indent: -1.3em;
}

li {
  margin: 0 0 8px;
}

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

/* 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: 72px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 39px;
  height: 4px;
  background-color: #FFC414;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 39px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 31px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FFC414;
}
.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: 13px;
  text-shadow: none;
  padding: 3px 9px;
  background-color: #2B5AA6;
  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: #2B5AA6;
}
.price-filter .price-range-container .irs-grid {
  height: 26px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  padding: 0 3px;
  color: #2D3036;
}
.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 16px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .price-filter-container {
    margin-bottom: -20px;
  }
}

/* tic-switch-01 begin */
/* tic-switch-01 end */
.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: 13px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #FFC414;
}
.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: #2B5AA6;
  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 {
  display: none;
  flex-grow: 0;
  margin-bottom: 32px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 32px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 1px solid #FFC414;
}
.products-with-filters > .filters-container > .filters .price-filter .button-container {
  display: none;
}
.products-with-filters > .filters-container > .filters .params-filter-container {
  padding: 0 24px;
}
.products-with-filters > .filters-container > .filters .params-filter-container .param-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 32px 0 0;
}
.products-with-filters > .filters-container > .filters .params-filter-container h4 {
  margin: 30px 0 15px;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 13px;
  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 .params-filter-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container > .filters .params-filter-container .reset-filters {
  font-size: 13px;
  text-align: center;
  color: #2B5AA6;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

input, select, textarea {
  border: 1px solid #A0A5B1;
  outline: none;
  padding: 8px 1px;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
}

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

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

.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: 16px;
  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: 10px;
}
.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;
}

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;
}

.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: 16px;
  margin-bottom: 10px;
}

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;
}

#mobile-menu-button {
  display: block;
  background-color: transparent;
  color: #000;
  width: 0px;
  position: absolute;
  left: 16px;
  top: calc(50% - 9px);
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}

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

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

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

.pushy .close-mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/close-mobile-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 101;
}

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

.pushy-content ul + ul {
  /*border-top: 1px solid #fff;*/
}

.pushy-content a:hover {
  /*background-color: #333;*/
}

.container {
  margin: 0 auto;
  position: relative;
}

#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: none;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #395279;
  border-radius: 30px;
  padding: 15px 30px 16px;
  letter-spacing: 0.08em;
  margin: 25px 0 20px;
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #1560BD;
}
button.button:hover, a.button:hover, .upload-button:hover {
  text-shadow: none;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 10px;
}

.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: 70;
  /*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: 90;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  background: #fff;
  left: 0px;
  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%;
  cursor: default;
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success {
  text-align: center;
}
.modal-panel.warning {
  text-align: center;
}
.modal-panel.map-container {
  max-width: calc(100vw - 40px);
  padding: 30px;
}

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

.close-button {
  width: 32px;
  height: 32px;
  background-image: url("../img/close-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

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

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

.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: 13px;
  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;
}

.breadcrumbs {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  color: #2D3036;
  margin: 20px 0 20px;
}

.breadcrumbs a {
  color: #2D3036;
}

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

.breadcrumbs span.separator {
  margin: 0 5px;
}

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

.pagination a {
  display: inline-block;
  background-color: #395279;
  color: #fff;
  font-size: 16px;
  padding: 7px 8px;
  border-radius: 2px;
}

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

.pagination a.current {
  background-color: #FFC414;
  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: #A0A5B1 !important;
  font-size: 16px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #A0A5B1 !important;
  font-size: 16px;
  font-weight: 300;
}

:-moz-placeholder {
  color: #A0A5B1 !important;
  font-size: 16px;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #A0A5B1 !important;
  font-size: 16px;
  font-weight: 300;
}

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: 26px;
  }
  h2, .h2 {
    font-size: 23px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 18px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
.container {
  max-width: 1192px;
  overflow: hidden;
}

.languages {
  text-align: center;
  padding: 9px 5px;
}
.languages > a {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  color: #fff;
  height: 100%;
  display: inline-block;
  white-space: nowrap;
  margin: 0px 2px;
  vertical-align: middle;
  border-radius: 6px;
  background: #3A6DC0;
  padding: 0px 14px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.languages > a:hover {
  background: #5087E1;
}
.languages > a.active {
  color: #395279 !important;
  background: #E1E9F6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
}

@media (max-width: 500px) {
  #header-top .languages {
    display: none;
  }
}

.pushy .languages > a {
  margin-top: 9px;
}

/* tic-messengers-01 begin */
/* tic-messengers-01 end */
/* tic-header-top-04 begin */
/* tic-header-top-04 end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: 0;
  height: 42px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  color: #ffffff;
}
#header-top a {
  color: #ffffff;
  font-size: 15px;
  line-height: 42px;
  font-weight: 300;
  white-space: nowrap;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top > .default {
  display: block;
  position: absolute;
  background: #395279;
  left: 0;
  right: 0;
  top: 0px;
  transition: all ease-out 0.5s;
}
#header-top > .default .content {
  height: 44px;
  display: flex;
  justify-content: space-between;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  background: #395279;
  left: 0;
  right: 0;
  top: -50px;
  transition: all ease-out 0.5s;
}
#header-top > .scrolled .content {
  height: 44px;
  display: flex;
  justify-content: space-between;
}
#header-top.scrolled > .default {
  top: -50px;
}
#header-top.scrolled > .scrolled {
  display: block;
  top: 0px;
}
#header-top.scrolled #mobile-menu-button {
  width: 23px;
}
@media (max-width: 991px) {
  #header-top > .default {
    top: -50px;
  }
  #header-top > .scrolled {
    display: block;
    top: 0px;
  }
  #header-top #mobile-menu-button {
    width: 23px;
  }
}
#header-top a.location {
  display: block;
  background-image: url("../img/location.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px 23px;
  padding-left: 27px;
  position: relative;
  overflow: hidden;
}
#header-top a.location:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 10px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top a.location:hover, #header-top a.location:focus, #header-top a.location:active {
  text-decoration: none;
}
#header-top a.location:hover:after, #header-top a.location:focus:after, #header-top a.location:active:after {
  left: 27px;
  right: auto;
  width: calc(100% - 27px);
}
#header-top div.versions {
  color: #ffffff;
  font-size: 15px;
  line-height: 42px;
  font-weight: 300;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  background-image: url("../img/eye.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px 16px;
  padding-left: 36px;
  position: relative;
  overflow: hidden;
}
#header-top div.versions:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 10px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top div.versions:hover, #header-top div.versions:focus, #header-top div.versions:active {
  text-decoration: none;
}
#header-top div.versions:hover:after, #header-top div.versions:focus:after, #header-top div.versions:active:after {
  left: 36px;
  right: auto;
  width: calc(100% - 36px);
}
@media (max-width: 670px) {
  #header-top div.versions > span {
    display: none;
  }
}
#header-top a.logo {
  display: block;
  background-image: url("../img/logo-mobile.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 93px 22px;
  min-width: 160px;
  height: 42px;
  min-height: 22px;
  margin-left: 40px;
  opacity: 1;
  transition: all 0.5s;
}
#header-top a.logo:hover {
  opacity: 1;
}
#header-top .mobile-icons a {
  margin-left: 1em;
  margin-right: 1em;
}
@media (max-width: 1000px) {
  #header-top .mobile-icons a {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
#header-top .mobile-icons a.search {
  display: inline-block;
  background-image: url("../img/search2.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px 23px;
  min-height: 23px;
  padding: 1px 0 0 30px;
  position: relative;
  overflow: hidden;
}
#header-top .mobile-icons a.search:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 10px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top .mobile-icons a.search:hover, #header-top .mobile-icons a.search:focus, #header-top .mobile-icons a.search:active {
  text-decoration: none;
}
#header-top .mobile-icons a.search:hover:after, #header-top .mobile-icons a.search:focus:after, #header-top .mobile-icons a.search:active:after {
  left: 30px;
  right: auto;
  width: calc(100% - 30px);
}
@media (max-width: 1000px) {
  #header-top .mobile-icons a.search {
    margin-top: 10px;
  }
  #header-top .mobile-icons a.search > span {
    display: none;
  }
}

/* tic-header-04 begin */
/* tic-header-04 end */
#header {
  margin-top: 45px;
  position: relative;
  z-index: 100;
  background: #FFFEFE;
  /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
  padding: 13px 0 8px;
}
#header > .container > div {
  display: flex;
  justify-content: space-between;
}
#header a:hover {
  text-decoration: none;
}
#header a.logo {
  display: block;
  background-image: url("../img/logo.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 131px 77px;
  min-width: 410px;
  min-height: 77px;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  padding-top: 10px;
  color: #395279;
  padding-left: 150px;
  margin-top: 15px;
  text-decoration: none;
}
#header .search {
  margin-top: 14px;
}
#header .search label {
  background-image: url("../img/search.png");
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 21px 23px;
  padding-left: 30px;
}
#header .search label input {
  width: 300px;
}
@media (max-width: 1200px) {
  #header .search label input {
    width: 200px;
  }
}
#header .search label > span {
  font-size: 13px;
  display: block;
  color: #A0A5B1;
  font-weight: 300;
}
#header .contacts .phones {
  margin-top: 14px;
  background-image: url("../img/phone.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 54px 54px;
  padding-left: 65px;
  padding-top: 3px;
  min-height: 54px;
  white-space: nowrap;
}
#header .contacts .phones a.phone {
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  display: block;
  color: #2D3036;
  margin-bottom: 2px;
}
#header .contacts a.email {
  display: inline-block;
  color: #2D3036;
  margin-top: 13px;
  background-image: url("../img/email.png");
  background-position: 26px 4px;
  background-repeat: no-repeat;
  background-size: 22px 15px;
  padding: 0 0 2px 65px;
  position: relative;
  overflow: hidden;
}
#header .contacts a.email:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #2D3036;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .contacts a.email:hover, #header .contacts a.email:focus, #header .contacts a.email:active {
  text-decoration: none;
}
#header .contacts a.email:hover:after, #header .contacts a.email:focus:after, #header .contacts a.email:active:after {
  left: 65px;
  right: auto;
  width: calc(100% - 65px);
}
#header .main-menu {
  list-style: none;
  padding: 0;
  margin: 11px 0 0 0;
  max-width: 100% !important;
  border-top: 1px solid #E3E4E5;
  display: flex;
  justify-content: space-between;
}
#header .main-menu > li {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #2B5AA6;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  position: relative;
}
#header .main-menu > li:before {
  display: none;
  content: "";
}
#header .main-menu > li:hover > ul {
  display: block;
}
#header .main-menu > li > ul {
  display: none;
  z-index: 99;
  position: absolute;
  left: 2px;
  top: 36px;
  width: 300px;
  list-style: none;
}
#header .main-menu > li > ul > li {
  display: block;
  position: relative;
  text-transform: none;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  font-size: 15px;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  background-color: #2B5AA6;
}
#header .main-menu > li > ul > li > a {
  display: block;
  padding: 10px 20px 11px 20px;
  color: #FFFFFF;
}
#header .main-menu > li > ul > li > a:hover {
  background-color: #1560BD;
}
#header .main-menu > li > ul > li.with-sub > a:hover {
  background-color: #2B5AA6;
}
#header .main-menu > li > ul > li + li {
  border-top: 1px solid #5984CB;
}
#header .main-menu > li > ul > li.active {
  background-color: #1560BD;
}
#header .main-menu > li > ul > li:before {
  display: none;
}
#header .main-menu > li > ul > li > ul {
  padding: 0 0 4px 20px;
}
#header .main-menu > li > ul > li > ul > li:before {
  display: none;
}
#header .main-menu > li > ul > li > ul > li > a {
  display: block;
  padding: 10px 20px 10px 0px;
  color: #FFFFFF;
}
#header .main-menu > li > ul > li > ul > li > a:hover {
  background-color: #1560BD;
}
#header .main-menu > li > ul > li > ul > li > a:before {
  content: "—";
  margin-right: 0.3em;
  text-indent: -1.3em;
}
#header .main-menu > li.with-sub {
  background-image: url("../img/drop-down.png");
  background-position: right 18px;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  padding-right: 15px;
}
#header .main-menu > li + li {
  margin-left: 1.9em;
}
#header .main-menu > li > a {
  position: relative;
  overflow: hidden;
  padding: 13px 0 9px;
  white-space: nowrap;
  display: block;
}
#header .main-menu > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 10px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .main-menu > li > a:hover, #header .main-menu > li > a:focus, #header .main-menu > li > a:active {
  text-decoration: none;
}
#header .main-menu > li > a:hover:after, #header .main-menu > li > a:focus:after, #header .main-menu > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .main-menu > li > a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  #header .main-menu > li + li {
    margin-left: 1em;
  }
}
@media (max-width: 991px) {
  #header {
    display: none;
  }
}
#header + #after-header {
  height: 0px;
}
@media (max-width: 991px) {
  #header + #after-header {
    height: 50px;
  }
}

.checkout-page #header {
  display: none;
}
.checkout-page #header + #after-header {
  height: 40px;
}
@media print {
  .checkout-page #header {
    display: none;
  }
}
.checkout-page #header-top > .default {
  top: -50px;
}
.checkout-page #header-top > .scrolled {
  display: block;
  top: 0px;
}
.checkout-page #header-top #mobile-menu-button {
  width: 23px;
}
@media print {
  .checkout-page #header-top {
    display: none;
  }
}
@media print {
  .checkout-page .breadcrumbs {
    display: none;
  }
}

@media print {
  .order-page #header {
    display: none;
  }
}
.order-page #header-top > .default {
  top: -50px;
}
.order-page #header-top > .scrolled {
  display: block;
  top: 0px;
}
.order-page #header-top #mobile-menu-button {
  width: 23px;
}
@media print {
  .order-page #header-top {
    display: none;
  }
}
@media print {
  .order-page .breadcrumbs {
    display: none;
  }
}

.main-page #header {
  margin-bottom: 0;
}

#template1-page {
  padding-top: 1em;
  padding-bottom: 64px;
  min-height: 500px;
}

#template2-page {
  padding-top: 1em;
  padding-bottom: 64px;
  min-height: 500px;
}

#template3-page {
  padding-top: 1em;
  padding-bottom: 64px;
  min-height: 500px;
}

#template4-page {
  padding-top: 1em;
  padding-bottom: 64px;
  min-height: 500px;
}

#template5-page {
  padding-top: 1em;
  padding-bottom: 64px;
  min-height: 500px;
}

/* tic-slider-01 begin */
/* tic-slider-01 end */
#slider-0 {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0 auto 50px;
  max-width: 1160px;
}
#slider-0 .slider-item {
  background-size: cover;
  background-position: center;
  height: 432px;
  position: relative;
  overflow: hidden;
}
#slider-0 .slider-item .slider-text {
  color: #fff;
  background: transparent;
  height: 432px;
  padding: 30px 0 0 0;
  max-width: 100%;
  text-align: left;
  transition: all ease-out 1s 0.5s;
  opacity: 0;
}
#slider-0 .slider-item .slider-text .item-label {
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  margin-top: 47px;
}
#slider-0 .slider-item .slider-text h3 {
  font-weight: 900;
  font-size: 33px;
  line-height: 110%;
  color: #FFFFFF;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  margin: 45px 0 20px;
}
@media (max-width: 525px) {
  #slider-0 .slider-item .slider-text h3 {
    font-size: 28px;
  }
}
#slider-0 .slider-item .slider-text .item-note {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  #slider-0 .slider-item .slider-text {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  #slider-0 .slider-item .slider-text {
    width: 100%;
  }
}
#slider-0 .slider-item.slick-active .slider-text {
  opacity: 1;
}
#slider-0 .slick-prev, #slider-0 .slick-next {
  z-index: 10;
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 46px 46px;
  z-index: 2;
  bottom: 5px;
  top: auto;
}
#slider-0 .slick-prev:before, #slider-0 .slick-next:before {
  display: none;
}
#slider-0 .slick-prev {
  background-image: url("../img/slider-prev.png");
  left: 75px;
}
#slider-0 .slick-next {
  background-image: url("../img/slider-next.png");
  left: 135px;
}

h2 {
  max-width: calc(100% - 20px);
}

h2 > strong {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  color: #395279;
  margin: 0 0 20px;
  position: relative;
  display: inline-block;
}
h2 > strong:after {
  content: "";
  display: block;
  height: 5px;
  width: calc(100% + 15px);
  background: #FFC414;
  left: 0;
  bottom: -15px;
  position: absolute;
}

p.accent {
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#about {
  padding: 23px 0 86px;
}
#about h2 {
  margin-bottom: 35px;
}
#about p.accent {
  color: #395279;
  margin-bottom: 20px;
}
#about p {
  max-width: 600px;
}
#about .main-text {
  padding-top: 37px;
}
#about img {
  margin: 10px 0 20px;
}

#showcase {
  padding: 75px 0 50px;
  background-color: #FAFAFA;
}
#showcase h2 {
  margin-bottom: 45px;
}
#showcase .categories-list {
  margin-bottom: 30px;
}
#showcase h4 {
  font-weight: 600;
  color: #395279;
  margin-bottom: 40px;
}
#showcase .button-container {
  text-align: center;
}

#news {
  padding: 65px 0 30px;
}
#news .news-item {
  margin-bottom: 50px;
}
#news .news-item .news-date + h2 {
  margin-top: 10px;
}
#news .news-item .news-text {
  margin-top: 30px;
}

#clients {
  padding: 75px 0 68px;
  background-color: #FAFAFA;
}
#clients #slider_clients {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px 0 0;
}
#clients #slider_clients img {
  border: 1px solid #E3E4E5;
  margin: 0 28px 28px 0;
}
#clients .note-text {
  margin-top: 36px;
  margin-bottom: 40px;
  max-width: 500px;
}

h2 + .product-list {
  margin-top: 50px;
}

.product-list .columns {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0;
}
.product-list .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 32px);
  vertical-align: top;
  margin: 0 16px 32px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .product-list .columns > div {
    width: calc(50% - 32px);
  }
}
@media (max-width: 690px) {
  .product-list .columns > div {
    width: calc(100% - 32px);
  }
}
.product-list a:hover {
  text-decoration: none;
}

.products-with-filters .product-list .columns {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0;
}
.products-with-filters .product-list .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 32px);
  vertical-align: top;
  margin: 0 16px 32px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1200px) {
  .products-with-filters .product-list .columns > div {
    width: calc(50% - 32px);
  }
}
@media (max-width: 690px) {
  .products-with-filters .product-list .columns > div {
    width: calc(100% - 32px);
  }
}

/* tic-old-price-01 begin */
/* tic-old-price-01 end */
.product-card {
  background: #FFFFFF;
  border: 1px solid #E3E4E5;
  max-width: 360px;
  transition: all ease-out 0.5s;
  padding-top: 0;
  padding-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.product-card:hover {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  z-index: 50;
}
.product-card .note {
  font-size: 13px;
  line-height: 130%;
  color: #2D3036;
  padding: 0 38px;
  text-align: left;
  display: block;
}
.product-card .product-photo {
  width: 100%;
  height: 260px;
  max-height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-card .product-photo.no-photo {
  background-image: url("../img/no-photo.png");
  background-size: auto;
}
.product-card .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  display: flex;
  align-items: center;
  margin: 3px auto 5px;
  padding: 0 38px;
  text-align: left;
  color: #2B5AA6;
  min-height: 62px;
}

#categories {
  padding: 33px 0 55px;
  background: #291D2E;
  color: #fff;
  background-image: url("../img/store-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
#categories .columns {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0;
}
#categories .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 32px);
  vertical-align: top;
  margin: 0 16px 32px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991px) {
  #categories .columns > div {
    width: calc(100% - 32px);
  }
}
#categories .columns {
  margin-top: 32px;
}
#categories a:hover {
  text-decoration: none;
}

.categories {
  margin-top: 50px;
}
.categories .columns {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0;
}
.categories .columns > div {
  display: inline-block;
  width: calc(25% - 32px);
  vertical-align: top;
  margin: 0 16px 32px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .categories .columns > div {
    width: calc(50% - 32px);
  }
}
@media (max-width: 490px) {
  .categories .columns > div {
    width: calc(100% - 32px);
  }
}
.categories .columns {
  margin-top: 32px;
}
.categories a:hover {
  text-decoration: none;
}
.categories + .product-list {
  margin-top: 30px;
}

/* tic-category-card-01 begin */
/* tic-category-card-01 end */
.category-card {
  background: #FFFFFF;
  max-width: 400px;
  transition: all ease-out 0.5s;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding-bottom: 56px;
  position: relative;
}
.category-card:hover {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  z-index: 50;
}
.category-card:after {
  content: "Показать";
  position: absolute;
  display: none;
  bottom: 27px;
  left: 0;
  right: 0;
}
.category-card .category-photo {
  width: 100%;
  height: 202px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.category-card .category-photo.no-photo {
  background-image: url("../img/no-photo.png");
  background-size: contain;
}
.category-card .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  margin: 17px auto 13px;
  padding: 0 18px;
  text-align: center;
  color: #2D3036;
}
.category-card .note {
  font-size: 13px;
  line-height: 130%;
  color: #2D3036;
  padding: 0 18px;
}
.category-card .children-items {
  list-style: none;
  text-align: center;
  padding: 0 18px;
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 130%;
}
.category-card .children-items li {
  display: inline;
  vertical-align: top;
  margin: 0;
}
.category-card .children-items li a {
  color: #2D3036;
}
.category-card .children-items li a:hover {
  color: #FFC414;
}
.category-card .children-items li + li:before {
  content: "•";
  color: #2D3036;
  margin-left: 5px;
  margin-right: 5px;
}
.category-card .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  color: #2D3036;
  background-color: #FFC414;
  min-height: 64px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-card .note {
  display: none;
}

/* tic-adv-01 begin */
/* tic-adv-01 end */
/* tic-footer-01 begin */
/* tic-footer-01 end */
#footer {
  background: #2D3036;
  color: #D8D8D8;
  font-size: 13px;
  padding: 45px 0 12px;
  position: relative;
  z-index: 80;
}
#footer .columns {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0;
}
#footer .columns > div {
  display: inline-block;
  width: calc(25% - 32px);
  vertical-align: top;
  margin: 0 16px 32px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1020px) {
  #footer .columns > div {
    width: calc(50% - 32px);
  }
}
@media (max-width: 600px) {
  #footer .columns > div {
    width: calc(100% - 32px);
  }
}
#footer ul.footer-menu > li > ul {
  display: none;
}
#footer ul.footer-menu > li.separator {
  display: none;
}
#footer .columns {
  margin-top: 35px;
}
@media (min-width: 1020px) {
  #footer .columns > div:nth-of-type(1) {
    width: calc(30% - 32px);
  }
  #footer .columns > div:nth-of-type(2) {
    width: calc(25% - 32px);
  }
  #footer .columns > div:nth-of-type(3) {
    width: calc(23% - 32px);
  }
  #footer .columns > div:nth-of-type(4) {
    width: calc(22% - 32px);
  }
}
#footer a.logo {
  display: block;
  background-image: url("../img/logo-footer.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 107px 63px;
  min-width: 236px;
  min-height: 70px;
  font-size: 14px;
  line-height: 110%;
  padding: 5px 0 0 120px;
  color: #D8D8D8;
}
#footer a.logo:hover {
  text-decoration: none;
}
#footer p.note {
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 11px;
}
#footer h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 23px;
  color: #FFC414;
}
#footer a {
  color: #D8D8D8;
}
#footer a.contacts {
  position: relative;
  overflow: hidden;
}
#footer a.contacts:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #D8D8D8;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer a.contacts:hover, #footer a.contacts:focus, #footer a.contacts:active {
  text-decoration: none;
}
#footer a.contacts:hover:after, #footer a.contacts:focus:after, #footer a.contacts:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer p.address {
  max-width: 230px;
}
#footer p.company {
  margin: 18px 0 36px;
}
#footer a.location {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../img/location.png");
  background-position: left center;
  background-size: 13px 19px;
  padding: 7px 0 4px 24px;
  cursor: pointer;
  margin-bottom: 10px;
}
#footer a.location:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 4px;
  background: #D8D8D8;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer a.location:hover, #footer a.location:focus, #footer a.location:active {
  text-decoration: none;
}
#footer a.location:hover:after, #footer a.location:focus:after, #footer a.location:active:after {
  left: 24px;
  right: auto;
  width: calc(100% - 24px);
}
#footer div.worktime {
  max-width: 200px;
}
#footer .phones {
  margin: -10px 0 -5px;
}
#footer .phones a.phone {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 0px;
  font-size: 19px;
  line-height: 130%;
  white-space: nowrap;
  margin-bottom: 0px;
  color: #FFFFFF;
}
#footer .phones a.phone:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #fff;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .phones a.phone:hover, #footer .phones a.phone:focus, #footer .phones a.phone:active {
  text-decoration: none;
}
#footer .phones a.phone:hover:after, #footer .phones a.phone:focus:after, #footer .phones a.phone:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .emails {
  margin: -10px 0 25px;
}
#footer .emails a.email {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 7px;
  color: color-7;
  position: relative;
  overflow: hidden;
}
#footer .emails a.email:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #D8D8D8;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .emails a.email:hover, #footer .emails a.email:focus, #footer .emails a.email:active {
  text-decoration: none;
}
#footer .emails a.email:hover:after, #footer .emails a.email:focus:after, #footer .emails a.email:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .footer-menu ul > li {
  margin-bottom: 10px;
}
#footer .footer-menu ul > li > a {
  position: relative;
  overflow: hidden;
}
#footer .footer-menu ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: -1px;
  background: #D8D8D8;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .footer-menu ul > li > a:hover, #footer .footer-menu ul > li > a:focus, #footer .footer-menu ul > li > a:active {
  text-decoration: none;
}
#footer .footer-menu ul > li > a:hover:after, #footer .footer-menu ul > li > a:focus:after, #footer .footer-menu ul > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .footer-menu ul > li ul {
  display: none;
}
#footer .country-year {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 100px;
}
@media (max-width: 500px) {
  #footer .logo {
    background-position: center top;
    padding: 115px 0 0 0px;
    margin: 5px 0 25px;
  }
}
@media print {
  #footer {
    display: none;
  }
}

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  padding-top: 40px;
}
.pushy {
  background: #395279;
  color: #fff;
  text-align: center;
}
.pushy a {
  color: #fff;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/pushy-close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
}
.pushy a.logo:hover {
  text-decoration: none;
}
.pushy a.logo > span {
  display: block;
}
.pushy hr {
  border-top: 1px solid #A0A5B1;
}
.pushy hr {
  margin: 40px 0;
}
.pushy a.logo {
  background-image: url("../img/logo-pushy.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 173px 102px;
  width: 173px;
  height: 102px;
  margin: 20px auto 40px;
  filter: drop-shadow(0px 0px 35px rgba(254, 253, 223, 0.79));
}
.pushy a.phone {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  display: inline-block;
}
.pushy a.phone:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy a.phone:hover, .pushy a.phone:focus, .pushy a.phone:active {
  text-decoration: none;
}
.pushy a.phone:hover:after, .pushy a.phone:focus:after, .pushy a.phone:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy a.email {
  position: relative;
  overflow: hidden;
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 3px;
  margin-top: 20px;
}
.pushy a.email:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy a.email:hover, .pushy a.email:focus, .pushy a.email:active {
  text-decoration: none;
}
.pushy a.email:hover:after, .pushy a.email:focus:after, .pushy a.email:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy ul.pushy-menu {
  display: inline-block;
  list-style: none;
  margin: 10px auto 20px;
  font-weight: 300;
}
.pushy ul.pushy-menu > li {
  margin-bottom: 14px;
}
.pushy ul.pushy-menu > li > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.pushy ul.pushy-menu > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy ul.pushy-menu > li > a:hover, .pushy ul.pushy-menu > li > a:focus, .pushy ul.pushy-menu > li > a:active {
  text-decoration: none;
}
.pushy ul.pushy-menu > li > a:hover:after, .pushy ul.pushy-menu > li > a:focus:after, .pushy ul.pushy-menu > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy ul.pushy-menu > li.separator {
  display: none;
}
.pushy ul.pushy-menu > li > ul {
  display: none;
}

div.more-products {
  display: block !important;
  text-align: center;
  width: 100% !important;
  margin: 0 !important;
}
div.more-products > .button {
  margin-top: 8px;
}

.category-title-container {
  display: flex;
  justify-content: space-between;
}
.category-title-container > div > h1 {
  margin-top: 14px;
  margin-bottom: 30px;
}
.category-title-container > a {
  margin-top: 25px;
  font-size: 13px;
}

.children-category-items {
  margin-bottom: 35px;
}

/* tic-product-page-01 begin */
/* tic-product-page-01 end */
.product-page {
  padding-top: 24px;
}
.product-page .product-page-columns {
  display: flex;
  justify-content: flex-start;
}
.product-page .product-page-columns .left-container {
  min-width: 50%;
  margin-right: 32px;
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .product-page .product-page-columns {
    display: block;
  }
  .product-page .product-page-columns .left-container {
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.product-page .product-images { /* Safari */
  position: sticky;
  top: 74px;
}
.product-page .product-images .product-new {
  position: absolute;
  right: 11px;
  top: -10px;
  display: block;
  background: #FFC414;
  color: #FFFFFF;
  padding: 8px 6px;
  font-size: 13px;
  font-weight: 900;
  z-index: 2;
}
.product-page .product-images .product-big-image {
  position: relative;
  z-index: 1;
  outline: 1px solid #E3E4E5;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-big-image.no-photo {
  background-image: url("img/no-photo.png");
  background-size: auto;
  cursor: default;
}
.product-page .product-images .product-big-image.multiple {
  margin-left: 77px;
  /*width: calc(100% - 100px);*/
}
.product-page .product-images .product-alt-images {
  position: absolute;
  width: 64px;
  left: 0px;
  top: 48px;
  z-index: 10;
}
.product-page .product-images .product-alt-images .slick-prev, .product-page .product-images .product-alt-images .slick-next {
  width: 46px;
  height: 46px;
  left: calc(50% - 23px);
  margin: 0;
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
}
.product-page .product-images .product-alt-images .slick-prev:before, .product-page .product-images .product-alt-images .slick-next:before {
  display: none;
}
.product-page .product-images .product-alt-images .slick-prev {
  top: -48px;
  bottom: auto;
  background-image: url("../img/prev-up.png");
  background-size: 46px 46px;
}
.product-page .product-images .product-alt-images .slick-next {
  top: auto;
  bottom: -48px;
  background-image: url("../img/next-down.png");
  background-size: 46px 46px;
}
.product-page .product-images .product-alt-images .product-alt-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #E3E4E5;
}
.product-page .product-images .product-alt-images .product-alt-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-alt-images .product-alt-image + .product-alt-image {
  border-top: none;
}
.product-page .product-title {
  font-size: 31px;
  margin: 0.7em 0 14px;
  max-width: 18em;
}
.product-page .product-note {
  font-size: 13px;
}
.product-page .brand-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  outline: 1px solid #E3E4E5;
  vertical-align: middle;
}
.product-page .brand-title {
  display: inline-block;
  margin: 15px 0 10px;
  text-align: left;
}
.product-page .product-sale {
  display: inline-block;
  background: #FF871C;
  color: #FFFFFF;
  padding: 7px 7px 6px;
  font-size: 13px;
  font-weight: 900;
  z-index: 2;
  margin: 20px 0 -10px;
}
.product-page .price-stock {
  margin: 20px 0 20px;
}
.product-page .price-stock .price {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: #FFC414;
}
.product-page .price-stock .price > span.current-price {
  font-weight: 500;
}
.product-page .price-stock .price > span.currency {
  display: none;
}
.product-page .price-stock .price > span.currency-label {
  color: #2D3036;
  font-size: 13px;
  margin-left: 0.25em;
}
.product-page .price-stock .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
.product-page .price-stock .price > .old-price {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-size: 16px;
  color: #A0A5B1;
  vertical-align: top;
}
.product-page .price-stock .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #A0A5B1;
  transform: rotate(-5deg);
  z-index: 2;
}
.product-page .price-stock .price > .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 0px);
  height: 1px;
  background-color: #fff;
  transform: rotate(-5deg);
  z-index: 1;
}
.product-page .price-stock .price > .old-price > .percent {
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #FFC414;
  font-weight: 500;
  font-size: 16px;
}
.product-page .price-stock .price .product-hit {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #FFC414;
  border: 1px solid #FFC414;
  padding: 0px 20px;
  margin-left: 20px;
  transform: rotate(-15deg);
  transform-origin: left bottom;
}
.product-page .price-stock .stock {
  margin: 30px 0 0;
  font-size: 13px;
}
.product-page .price-stock .stock.stock0 {
  color: #2D3036;
}
.product-page .price-stock .stock.stock1 {
  color: #2D3036;
}
.product-page .actions {
  margin-top: 0px;
}
.product-page .actions .button {
  margin: 0px;
  vertical-align: middle;
}
.product-page .actions > .form {
  display: inline-block;
  white-space: nowrap;
  margin-top: 1.5em;
}
.product-page .actions > span {
  font-size: 13px;
  margin: 0 1em;
  vertical-align: middle;
}
.product-page .actions input.cart-count {
  width: 4em;
  margin-right: 8px;
}
.product-page .description {
  margin: 32px 0 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
}
.product-page table.product-params {
  background-color: #fff;
  margin: 32px 0 8px;
}
.product-page a.product-question {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
  display: inline-block;
  background-image: url("../img/question.png");
  background-position: left 2px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  padding: 7px 0 7px 60px;
  min-height: 48px;
}
.product-page a.product-question:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #A0A5B1;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-page a.product-question:hover, .product-page a.product-question:focus, .product-page a.product-question:active {
  text-decoration: none;
}
.product-page a.product-question:hover:after, .product-page a.product-question:focus:after, .product-page a.product-question:active:after {
  left: 60px;
  right: auto;
  width: calc(100% - 60px);
}
.product-page a.product-question:hover {
  text-decoration: none;
}
.product-page a.product-question > span {
  font-size: 10px;
  display: block;
  color: #2D3036;
}
.product-page a.product-question:hover > span {
  color: #2D3036;
}

.product-big-image.moving {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute !important;
  z-index: 100;
}

/* tic-blog-01 begin */
/* tic-blog-01 end */
.blog h1 {
  margin: 16px 0 32px;
}
.blog .blog-showcase {
  margin: 0 -16px;
}
.blog .blog-showcase > div.first-blog-post {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px 7px 0px 0px;
  width: calc(100% - 32px);
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 58px;
  padding: 24px 24px 54px 24px;
  position: relative;
}
.blog .blog-showcase > div.first-blog-post > a:hover {
  text-decoration: none;
}
.blog .blog-showcase > div.first-blog-post .post-preview-container {
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.blog .blog-showcase > div.first-blog-post .post-preview-container:before {
  content: "";
  padding-top: 58%;
  float: left;
}
.blog .blog-showcase > div.first-blog-post .post-preview-container .post-preview {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.blog .blog-showcase > div.first-blog-post h2 {
  color: #2D3036;
  margin: 8px 0 9px;
}
.blog .blog-showcase > div p.views {
  font-size: 13px;
  color: #A0A5B1;
  margin-bottom: 5px;
}
.blog .blog-showcase > div p.note {
  color: #2D3036;
}
.blog .blog-showcase > div.blog-posts {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px 7px 0px 0px;
  width: calc(50% - 32px);
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 48px;
  padding: 24px 24px 58px 24px;
  position: relative;
}
.blog .blog-showcase > div.blog-posts > a {
  text-decoration: none;
}
.blog .blog-showcase > div.blog-posts h2 {
  font-size: 20px;
  color: #2D3036;
  margin-bottom: 22px;
}
.blog .blog-showcase > div.blog-posts .post-preview-container {
  margin: -24px -24px 0 -24px;
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.blog .blog-showcase > div.blog-posts .post-preview-container:before {
  content: "";
  padding-top: 58%;
  float: left;
}
.blog .blog-showcase > div.blog-posts .post-preview-container .post-preview {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.blog .blog-showcase > div:hover .post-preview {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}
.blog .blog-showcase .button-container {
  text-align: right;
  position: absolute;
  bottom: 3px;
  right: 24px;
}
.blog .blog-most-popular {
  margin-top: 123px;
}
.blog .blog-most-popular > a > div {
  border-bottom: 1px solid #E6E6E6;
  padding: 11px 0 11px;
}
.blog .blog-most-popular > a > div h3 {
  display: inline;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 110%;
  color: #2D3036;
}
.blog .blog-most-popular > a > div p {
  display: inline;
  font-size: 13px;
  line-height: 110%;
  color: #A0A5B1;
}
.blog .blog-most-popular > a:hover {
  color: #FFC414;
  text-decoration: none;
}
.blog .blog-most-popular > a:hover h3 {
  color: #FFC414;
}

.product-order-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
.product-order-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
.product-order-dialog label {
  margin-bottom: 15px;
}
.product-order-dialog input {
  width: 100%;
}
.product-order-dialog textarea {
  width: 100%;
}
.product-order-dialog .price {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: #FFC414;
  margin: 0px 0 30px;
}
.product-order-dialog .price > span.current-price {
  font-weight: 500;
}
.product-order-dialog .price > span.currency {
  display: none;
}
.product-order-dialog .price > span.currency-label {
  color: #2D3036;
  font-size: 13px;
  margin-left: 0.25em;
}
.product-order-dialog .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
.product-order-dialog .price > .old-price {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-size: 16px;
  color: #A0A5B1;
  vertical-align: top;
}
.product-order-dialog .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #A0A5B1;
  transform: rotate(-5deg);
  z-index: 2;
}
.product-order-dialog .price > .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 0px);
  height: 1px;
  background-color: #fff;
  transform: rotate(-5deg);
  z-index: 1;
}
.product-order-dialog .price > .old-price > .percent {
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #FFC414;
  font-weight: 500;
  font-size: 16px;
}
.product-order-dialog input.order-count {
  max-width: 5em;
}

#order-page #order-table-container {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
#order-page #order-table-container > table {
  margin: 0;
  background-color: #fff;
  width: 100%;
}
#order-page #order-table-container > table tr > td:nth-of-type(6) {
  text-align: right;
}
#order-page #order-table-container > table tr > th:nth-of-type(6) {
  text-align: right;
}
#order-page #order-table-container > table tr > th:nth-of-type(5) {
  text-align: center;
}
#order-page #order-table-container > table .product-photo {
  width: 120px;
  height: 120px;
  background-size: contain;
}
#order-page #order-table-container > table .product-photo.no-photo {
  background-image: url("../img/no-photo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#order-page p.total > span {
  font-size: 25px;
  color: #FFC414;
}
#order-page .order-product-count {
  text-align: center;
  position: relative;
  line-height: 21px;
  white-space: nowrap;
}
#order-page .order-product-count a {
  display: inline-block;
  width: 36px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  vertical-align: middle;
}
#order-page .order-product-count a.plus {
  background-image: url("../img/plus.png");
}
#order-page .order-product-count a.minus {
  background-image: url("../img/minus.png");
}
#order-page .order-product-count span {
  display: inline-block;
  width: 2em;
  height: 21px;
}
#order-page #order-confirm {
  max-width: 750px;
  margin: 44px auto 38px;
  background-color: #9C9EA0;
  border-radius: 9px;
  border: 6px solid #fff;
  padding: 0 32px 22px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.15);
}
#order-page #order-confirm h2 {
  margin-bottom: 30px;
}
#order-page #order-confirm label {
  margin-bottom: 43px;
}
#order-page #order-confirm label input, #order-page #order-confirm label textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
}
#order-page #order-confirm label input[type=radio] {
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
}
#order-page #order-confirm label textarea {
  height: 85px;
}
#order-page #order-confirm label.radio {
  font-size: 13px;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 300px;
}
#order-page #order-confirm #address-container {
  min-height: 120px;
}
#order-page #order-confirm #delivery-self-container {
  min-height: 120px;
}
#order-page .order-pending {
  color: #FF922E;
}
#order-page .order-processed {
  color: #0EAFB9;
}
#order-page .order-done {
  color: #00B833;
}
#order-page .order-canceled {
  color: #F58080;
}
#order-page .save-order-page {
  max-width: 375px;
  margin-top: 30px;
}
@media print {
  #order-page .save-order-page {
    display: none;
  }
}
#order-page .confirmed-order h3 {
  margin-top: 48px;
}
#order-page .confirmed-order table {
  background-color: #fff;
}
#order-page .confirmed-order .print-link-container {
  margin-top: 32px;
}
#order-page .confirmed-order .print-link-container > a {
  display: inline-block;
  background-image: url("../img/print.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  min-height: 24px;
  padding-left: 32px;
  position: relative;
  overflow: hidden;
}
#order-page .confirmed-order .print-link-container > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 3px;
  background: #FFC414;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#order-page .confirmed-order .print-link-container > a:hover, #order-page .confirmed-order .print-link-container > a:focus, #order-page .confirmed-order .print-link-container > a:active {
  text-decoration: none;
}
#order-page .confirmed-order .print-link-container > a:hover:after, #order-page .confirmed-order .print-link-container > a:focus:after, #order-page .confirmed-order .print-link-container > a:active:after {
  left: 32px;
  right: auto;
  width: calc(100% - 32px);
}
@media print {
  #order-page .confirmed-order .print-link-container > a {
    display: none;
  }
}

.search-title {
  margin-bottom: 60px;
}

.popup-search {
  width: 500px;
}

#template2-page #left-menu {
  padding: 48px 32px 0 0;
  position: sticky;
  top: 50px;
}
#template2-page #left-menu a {
  color: #2D3036;
  position: relative;
  overflow: hidden;
}
#template2-page #left-menu a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: -2px;
  background: #2D3036;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#template2-page #left-menu a:hover, #template2-page #left-menu a:focus, #template2-page #left-menu a:active {
  text-decoration: none;
}
#template2-page #left-menu a:hover:after, #template2-page #left-menu a:focus:after, #template2-page #left-menu a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#template2-page #left-menu a.parent-page {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
#template2-page #left-menu ul.pages-around {
  list-style: none;
  padding: 0;
  margin: 12px 0 32px;
}
#template2-page #left-menu ul.pages-around > li {
  padding: 9px 0 3px 0;
}
#template2-page #left-menu ul.pages-around > li + li {
  border-top: 1px solid #E3E4E5;
}
#template2-page #left-menu ul.pages-around > li.active {
  font-weight: bold;
  color: #2D3036;
}

#template3-page .columns {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#template3-page .columns > div {
  display: inline-block;
  width: calc(50% - 32px);
  vertical-align: top;
  margin: 0 16px 32px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1200px) {
  #template3-page .columns > div {
    width: calc(100% - 32px);
  }
}
#template3-page .columns > .empty {
  width: calc(25% - 32px);
  background-color: #fafafa;
  background-image: url("../img/empty-bg.jpg");
  background-position: top center;
  background-attachment: fixed;
  min-height: 600px;
}
#template3-page .columns > .content {
  width: calc(75% - 32px);
}
@media (max-width: 1200px) {
  #template3-page .columns > .empty {
    display: none;
  }
  #template3-page .columns > .content {
    width: 100%;
  }
}

ul.children-pages {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
ul.children-pages > li {
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 15px;
}
ul.children-pages > li > a {
  position: relative;
  overflow: hidden;
}
ul.children-pages > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #2B5AA6;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
ul.children-pages > li > a:hover, ul.children-pages > li > a:focus, ul.children-pages > li > a:active {
  text-decoration: none;
}
ul.children-pages > li > a:hover:after, ul.children-pages > li > a:focus:after, ul.children-pages > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}

img.fixed-height {
  height: 500px !important;
  width: auto !important;
  margin: 20px;
}

#contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #000;
  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;
}/*# sourceMappingURL=common.css.map */