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

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #42393D;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

.sm {
  font-size: 14px;
}

.xs {
  font-size: 11px;
}

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

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

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

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

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

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

a {
  color: #0B88B9;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #0E66B7;
  text-decoration: underline;
}

a.anchor {
  text-decoration: none;
}

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

li {
  margin: 0 0 8px;
}

.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: #0E66B7;
}
.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: #0E66B7;
}
.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: #3FA5ED;
  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: #3FA5ED;
}
.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: #42393D;
}
.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 17px;
  margin-bottom: 17px;
}
@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: 14px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #0E66B7;
}
.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: #3FA5ED;
  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: 33px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 33px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 1px solid #0E66B7;
}
.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 33px 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: 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 .params-filter-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container > .filters .params-filter-container .reset-filters {
  font-size: 14px;
  text-align: center;
  color: #0B88B9;
  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 #C8CACE;
  outline: none;
  padding: 8px 1px;
  font-size: 17px;
  width: 300px;
  max-width: 100%;
}

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

input.underline {
  border-color: transparent transparent #C8CACE 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: 17px;
  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;
}

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: 17px;
  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;
  right: 16px;
  top: calc(50% - 8px);
  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: #fff;
  position: relative;
  transition: all linear 0.25s;
}
#mobile-menu-button > div:nth-of-type(2) {
  transform-origin: 50%;
}
#mobile-menu-button > div:nth-of-type(2):before {
  content: "";
  position: absolute;
  display: block;
  transform-origin: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(0);
  background-color: #fff;
  transition: all linear 0.25s;
}

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

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

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

#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 #DB317C;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #DB317C;
  border-radius: 2px;
  padding: 19px 32px 19px;
  /*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);*/
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #FF378E !important;
  border-color: #FF378E !important;
  color: #fff !important;
}
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: 11px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #DB317C;
  color: #DB317C;
}

.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: 1000;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  background: #fff;
  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%;
  cursor: default;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: calc(100% - 2px);
    width: 100%;
  }
}
@media (max-width: 370px) {
  .modal-panel {
    padding: 32px 20px;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success {
  text-align: center;
  max-width: 600px;
}
.modal-panel.warning {
  text-align: center;
  max-width: 600px;
}
.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;
}

.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: -webkit-sticky;
  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: 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: relative;
  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: #A4A4A4;
  margin: 20px 0 20px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: inherit;
}
ul.breadcrumbs li > a:hover {
  color: #DB317C;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "»";
  margin-left: 0.4em;
  margin-right: 0.4em;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

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

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

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

.pagination a.current {
  background-color: #0E66B7;
  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: #C8CACE !important;
  font-size: 17px;
  font-weight: 300;
}

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

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

:-ms-input-placeholder {
  color: #C8CACE !important;
  font-size: 17px;
  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: 28px;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 19px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
/* tic-messengers-01 begin */
/* tic-messengers-01 end */
/* tic-header-top-07 begin */
/* tic-header-top-07 end */
.slick-dots {
  position: static;
  margin-top: 10px;
}
.slick-dots li button {
  border: 0;
  background: #A4A4A4;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #3FA5ED;
}

#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: -65px;
  height: 55px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
  color: #ffffff;
}
#header-top .container {
  height: 100%;
}
#header-top .content {
  padding-right: 30px;
  position: relative;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  background: #18537D;
  left: 0;
  right: 0;
  top: 0;
  height: 55px;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top.scrolled, #header-top.for-product-page {
  top: 0px;
}
#header-top.scrolled #mobile-menu-button, #header-top.for-product-page #mobile-menu-button {
  width: 23px;
}
@media (max-width: 1040px) {
  #header-top {
    top: 0px;
  }
  #header-top #mobile-menu-button {
    width: 23px;
  }
  #header-top .content > a {
    margin-right: 20px !important;
  }
  #header-top .content > .top-phones {
    margin-right: 17px !important;
  }
}
#header-top a.logo {
  display: block;
  background-image: url("../img/logo-mobile.png");
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 66px 44px;
  min-width: 66px;
  height: 55px;
  min-height: 55px;
  margin-left: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 55px;
  white-space: nowrap;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-left: 75px;
  color: #fff;
}
#header-top .booking {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #fff;
  padding: 10px 0 0px 25px;
  background-image: url("../img/booking2.png");
  background-position: left 11px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  position: relative;
  overflow: hidden;
  margin-top: 6px;
}
#header-top .booking:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 15px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top .booking:hover, #header-top .booking:focus, #header-top .booking:active {
  text-decoration: none;
}
#header-top .booking:hover:after, #header-top .booking:focus:after, #header-top .booking:active:after {
  left: 25px;
  right: auto;
  width: calc(100% - 25px);
}
#header-top .contacts a {
  background-image: url("../img/phone2.png");
  background-position: 0 0px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  display: inline-block;
  min-height: 26px;
  padding-left: 30px;
  color: #fff;
  display: block;
  margin-top: 7px;
  position: relative;
  overflow: hidden;
}
#header-top .contacts a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 3px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top .contacts a:hover, #header-top .contacts a:focus, #header-top .contacts a:active {
  text-decoration: none;
}
#header-top .contacts a:hover:after, #header-top .contacts a:focus:after, #header-top .contacts a:active:after {
  left: 34px;
  right: auto;
  width: calc(100% - 34px);
}
#header-top .contacts > span {
  display: block;
  color: #7BD0FF;
  font-size: 14px;
  line-height: 100%;
  padding-left: 34px;
  margin-top: -2px;
}
#header-top > div {
  border-bottom: 1px solid #fff;
}
@media (max-width: 790px) {
  #header-top a.booking {
    display: none;
  }
}
@media (max-width: 570px) {
  #header-top .contacts {
    display: none;
  }
}
@media (max-width: 350px) {
  #header-top .logo > span {
    display: none;
  }
}

/* tic-header-06 begin */
/* tic-header-06 end */
#header {
  margin-top: 0px;
  position: relative;
  z-index: 100;
  /*overflow: hidden;*/
  background: #fff;
  padding: 0px;
  left: 0;
  right: 0;
  top: 0;
}
#header > .container > div {
  display: flex;
  justify-content: space-between;
}
#header .top {
  background-color: #18537D;
  color: #fff;
}
#header .top > .container > div {
  display: flex;
  justify-content: space-between;
  height: 64px;
}
#header .top > .container > div > span {
  border-left: 1px solid #4C7EA2;
  display: inline-block;
  width: 1px;
}
#header .top > .container > div > div {
  position: relative;
  margin: 0 auto;
}
#header .top .mobile {
  display: none;
}
#header .top .addresses {
  display: flex;
  justify-content: space-between;
}
#header .top .addresses a {
  background-image: url("../img/location.png");
  background-position: 0 18px;
  background-size: 17px 26px;
  background-repeat: no-repeat;
  padding: 14px 0 0 30px;
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}
#header .top .addresses a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 28px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top .addresses a:hover, #header .top .addresses a:focus, #header .top .addresses a:active {
  text-decoration: none;
}
#header .top .addresses a:hover:after, #header .top .addresses a:focus:after, #header .top .addresses a:active:after {
  left: 30px;
  right: auto;
  width: calc(100% - 30px);
}
#header .top .addresses a > span {
  display: block;
  color: #7BD0FF;
  font-size: 14px;
  line-height: 100%;
  margin-top: 1px;
}
#header .top .addresses a + a {
  margin-left: 30px;
}
#header .top .languages {
  text-align: center;
}
#header .top .languages > a {
  font-size: 14px;
  color: #fff;
  min-height: 30px;
  display: inline-block;
  white-space: nowrap;
  margin-top: 21px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
#header .top .languages > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 8px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top .languages > a:hover, #header .top .languages > a:focus, #header .top .languages > a:active {
  text-decoration: none;
}
#header .top .languages > a:hover:after, #header .top .languages > a:focus:after, #header .top .languages > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .top .languages > span {
  background-image: url("../img/switch-left.png");
  background-size: 62px 35px;
  background-repeat: no-repeat;
  width: 62px;
  cursor: default;
  min-height: 30px;
  display: inline-block;
  margin-top: 17px;
  vertical-align: middle;
}
#header .top .contrast > a {
  font-size: 14px;
  color: #fff;
  background-image: url("../img/glasses.png");
  background-size: 44px 18px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 58px;
  display: inline-block;
  margin-top: 15px;
  line-height: 120%;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
}
#header .top .contrast > 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;
}
#header .top .contrast > a:hover, #header .top .contrast > a:focus, #header .top .contrast > a:active {
  text-decoration: none;
}
#header .top .contrast > a:hover:after, #header .top .contrast > a:focus:after, #header .top .contrast > a:active:after {
  left: 58px;
  right: auto;
  width: calc(100% - 58px);
}
#header .top .contacts a {
  background-image: url("../img/phone2.png");
  background-position: 0 0px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  display: inline-block;
  min-height: 26px;
  padding-left: 30px;
  color: #fff;
  display: block;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}
#header .top .contacts a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 3px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top .contacts a:hover, #header .top .contacts a:focus, #header .top .contacts a:active {
  text-decoration: none;
}
#header .top .contacts a:hover:after, #header .top .contacts a:focus:after, #header .top .contacts a:active:after {
  left: 34px;
  right: auto;
  width: calc(100% - 34px);
}
#header .top .contacts > span {
  display: block;
  color: #7BD0FF;
  font-size: 14px;
  line-height: 100%;
  padding-left: 34px;
  margin-top: -2px;
}
#header a:hover {
  text-decoration: none;
}
#header .menu-container {
  background-color: #DEEFFF;
  position: relative;
  z-index: 5;
  height: 39px;
}
#header .menu-container > .container > div {
  display: flex;
  justify-content: space-between;
}
#header .menu-container .main-menu {
  color: #42393D;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  position: static;
}
#header .menu-container .main-menu > li {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #42393D;
  padding: 0;
  margin: 0;
  position: relative;
}
#header .menu-container .main-menu > li > ul {
  display: none;
  position: absolute;
  background-color: #135D93;
  padding: 22px 35px 20px 35px;
  width: 280px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  left: -35px;
  top: 39px;
}
#header .menu-container .main-menu > li > ul > li {
  margin: 0 0 12px;
}
#header .menu-container .main-menu > li > ul > li:before {
  display: none;
}
#header .menu-container .main-menu > li > ul > li > ul {
  padding: 10px 0 0px 10px;
}
#header .menu-container .main-menu > li > ul > li > ul > li {
  margin: 0 0 12px;
}
#header .menu-container .main-menu > li > ul > li > ul > li:before {
  display: none;
}
#header .menu-container .main-menu > li > ul a {
  display: block;
  padding-bottom: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 110%;
  position: relative;
  overflow: hidden;
}
#header .menu-container .main-menu > li > ul a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8);
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .menu-container .main-menu > li > ul a:hover, #header .menu-container .main-menu > li > ul a:focus, #header .menu-container .main-menu > li > ul a:active {
  text-decoration: none;
}
#header .menu-container .main-menu > li > ul a:hover:after, #header .menu-container .main-menu > li > ul a:focus:after, #header .menu-container .main-menu > li > ul a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .menu-container .main-menu > li:before {
  display: none;
  content: "";
}
#header .menu-container .main-menu > li:hover > ul {
  display: block;
}
#header .menu-container .main-menu > li + li {
  margin-left: 2.5em;
}
#header .menu-container .main-menu > li > a {
  position: relative;
  overflow: hidden;
  padding: 10px 0 5px;
  white-space: nowrap;
  display: block;
  color: #42393D;
  height: 39px;
}
#header .menu-container .main-menu > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 6px;
  background: #42393D;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .menu-container .main-menu > li > a:hover, #header .menu-container .main-menu > li > a:focus, #header .menu-container .main-menu > li > a:active {
  text-decoration: none;
}
#header .menu-container .main-menu > li > a:hover:after, #header .menu-container .main-menu > li > a:focus:after, #header .menu-container .main-menu > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .menu-container .main-menu > li > a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  #header .menu-container .main-menu > li + li {
    margin-left: 1em;
  }
}
#header .menu-container .booking {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #42393D;
  padding: 10px 0 0px 25px;
  background-image: url("../img/booking.png");
  background-position: left 11px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  position: relative;
  overflow: hidden;
}
#header .menu-container .booking:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 11px;
  background: #42393D;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .menu-container .booking:hover, #header .menu-container .booking:focus, #header .menu-container .booking:active {
  text-decoration: none;
}
#header .menu-container .booking:hover:after, #header .menu-container .booking:focus:after, #header .menu-container .booking:active:after {
  left: 25px;
  right: auto;
  width: calc(100% - 25px);
}
@media (max-width: 1040px) {
  #header {
    display: none;
  }
}
#header + #after-header {
  height: 0px;
}
@media (max-width: 1040px) {
  #header + #after-header {
    height: 50px;
  }
}

.first-screen {
  position: relative;
  z-index: 2;
  padding: 53px 0 105px;
  text-align: center;
  background-image: url("../img/first-screen-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  color: #fff;
}
.first-screen h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.first-screen h1:before, .first-screen h1:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: -85px;
  width: 110px;
  height: 73px;
  background-repeat: no-repeat;
  background-size: 110px 73px;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: all ease-out 2s 0s;
}
.first-screen h1:before {
  background-image: url("../img/first-screen-logo-1.png");
}
.first-screen h1:after {
  background-image: url("../img/first-screen-logo-2.png");
}
.first-screen h1 + p {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
}
.first-screen .booking-form {
  margin-top: 145px;
}
@media (max-width: 1040px) {
  .first-screen {
    padding-top: 95px;
  }
  .first-screen h1 {
    margin-bottom: 25px;
  }
  .first-screen h1:before, .first-screen h1:after {
    top: -110px;
  }
  .first-screen .booking-form {
    margin-top: 100px;
  }
}
@media (max-width: 790px) {
  .first-screen {
    padding: 95px 0 40px;
  }
  .first-screen .booking-form {
    margin-top: 40px;
  }
  .first-screen .booking-form > .dates-guest {
    display: none;
  }
  .first-screen .booking-form button.mobile {
    display: inline-block !important;
  }
}
@media (max-width: 460px) {
  .first-screen {
    padding-top: 138px;
  }
  .first-screen h1 {
    font-size: 46px;
  }
  .first-screen h1 + p {
    font-size: 23px;
  }
}

.booking-form {
  text-align: center;
  color: #42393D;
}
.booking-form label {
  text-align: left;
}
.booking-form > .dates-guest {
  display: flex;
  justify-content: center;
}
.booking-form > .dates-guest > div {
  background-color: #fff;
  margin: 1px;
}
.booking-form > .dates-guest > div label {
  text-align: center;
  position: relative;
}
.booking-form > .dates-guest > div label span {
  display: block;
  border-bottom: 1px solid #E3E4E5;
  margin: 0 12px;
  font-size: 17px;
  padding: 19px 0 15px;
}
.booking-form > .dates-guest > div label input, .booking-form > .dates-guest > div label select {
  display: block;
  border: none;
  outline: none;
  text-align: center;
  margin: 5px auto 0px;
}
.booking-form > .dates-guest > div label input {
  width: 205px;
}
.booking-form > .dates-guest > div label select {
  width: 50px;
}
.booking-form > .dates-guest > div label .bootstrap-datetimepicker-widget {
  position: absolute;
  left: 50% !important;
  top: auto !important;
  bottom: 0px !important;
  transform: translate(-3.5em, 100%);
}
.booking-form > .dates-guest > div.date label {
  width: 205px;
}
.booking-form > .dates-guest > div.guest-count label {
  width: 148px;
}
.booking-form > .dates-guest > div.booking-button-short {
  background-color: #DB317C;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 30px;
}
.booking-form > .dates-guest > div.booking-button-short:hover {
  background-color: #FF378E;
}
@media (max-width: 720px) {
  .booking-form > .dates-guest {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .booking-form > .dates-guest > div {
    margin-bottom: 15px;
  }
  .booking-form > .dates-guest > div.date {
    width: calc(50% - 2px);
  }
  .booking-form > .dates-guest > div.date label {
    width: 100%;
  }
  .booking-form > .dates-guest > div.guest-count {
    width: 100%;
  }
  .booking-form > .dates-guest > div.guest-count label {
    width: 100%;
  }
  .booking-form > .dates-guest > div.booking-button-short {
    display: none;
  }
  .booking-form > .dates-guest .bootstrap-datetimepicker-widget {
    transform: translate(-50%, 100%) !important;
  }
}
@media (max-width: 500px) {
  .booking-form > .dates-guest > div.date {
    width: 100%;
  }
}
.booking-form > .hotel-room {
  margin: 42px 0 0px;
  display: flex;
  justify-content: center;
}
.booking-form > .hotel-room > div:nth-of-type(1) {
  margin-right: 22px;
  width: 230px;
}
.booking-form > .hotel-room > div:nth-of-type(2) {
  width: 348px;
}
.booking-form > .hotel-room label select {
  display: block;
  width: 100%;
}
.booking-form > .hotel-room .room-options {
  margin-top: 22px;
}
.booking-form > .name input {
  display: block;
  width: 100%;
}
.booking-form > .contacts {
  display: flex;
  justify-content: center;
}
.booking-form > .contacts > div:nth-of-type(1) {
  margin-right: 22px;
  width: 230px;
}
.booking-form > .contacts > div:nth-of-type(2) {
  width: 348px;
}
.booking-form > .contacts input {
  display: block;
  width: 100%;
}
.booking-form label.checkbox {
  padding-left: 0px;
}
.booking-form label.checkbox input {
  width: 24px;
  height: 24px;
  margin: 0px;
  vertical-align: top;
}
.booking-form label.checkbox span {
  vertical-align: top;
  margin-left: 35px;
  margin-top: 0px;
  display: inline-block;
}
@media (max-width: 690px) {
  .booking-form > .hotel-room, .booking-form > .contacts {
    margin-top: 0;
    display: block;
  }
  .booking-form > .hotel-room > div, .booking-form > .contacts > div {
    width: 100% !important;
  }
  .booking-form > .hotel-room label, .booking-form > .contacts label {
    width: 100%;
  }
  .booking-form .button {
    margin-top: 15px !important;
  }
}

.booking-modal {
  background: #F1D9A1;
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 21px;
  padding-bottom: 14px;
}
.booking-modal h2 {
  margin: -4px auto 37px;
  text-align: center;
}
.booking-modal button {
  margin-top: 30px;
}
@media (max-width: 690px) {
  .booking-modal {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .booking-modal {
    padding: 32px 20px;
  }
}

.with-left-sidebar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.with-left-sidebar .left-sidebar {
  width: calc(25% - 14px);
  min-width: 310px;
  position: relative;
  z-index: 100;
}
.with-left-sidebar .left-sidebar > div {
  /*position: sticky;
  top: 70px;*/
}
.with-left-sidebar .left-sidebar .item {
  max-width: 260px;
  margin-bottom: 40px;
}
.with-left-sidebar .left-sidebar .item .button {
  margin-top: 0px;
}
.with-left-sidebar .left-sidebar ul.all-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.with-left-sidebar .left-sidebar ul.all-categories ul.categories {
  margin: 0 0 40px 0;
}
.with-left-sidebar .left-sidebar ul.categories {
  margin: 0 0 70px 0;
  list-style: none;
  padding: 0;
  border-color: #E3E4E5;
  border-style: solid solid none solid;
  border-width: 1px;
}
.with-left-sidebar .left-sidebar ul.categories > li {
  margin: 0;
  position: relative;
}
.with-left-sidebar .left-sidebar ul.categories > li a {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 41px;
  color: #42393D;
  display: flex;
  align-items: center;
  outline: 1px solid #E3E4E5;
  background-color: #fff;
}
.with-left-sidebar .left-sidebar ul.categories > li a > .icon {
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
  width: 32px;
  height: 32px;
  margin: 0 7px 0 5px;
}
.with-left-sidebar .left-sidebar ul.categories > li a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #0E66B7;
  transition: all 0s;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a {
  color: #fff;
  outline: 1px solid #0E66B7;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a > .icon {
  filter: brightness(0) invert(1);
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a:before {
  right: 0;
  transition: all 0.5s;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0s;
  transition-delay: 0.3s;
  display: block;
  position: absolute;
  z-index: 100;
  left: 100%;
  top: 0;
  width: 160%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.38);
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li {
  width: 100%;
  margin-bottom: -1px;
  border: 1px solid #E3E4E5;
  position: relative;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:before {
  display: none;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li > a {
  padding-left: 20px;
  outline: none;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover {
  border-left: 1px solid #0E66B7;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a {
  color: #fff;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a:before {
  right: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .with-left-sidebar .left-sidebar {
    display: none;
  }
}
.with-left-sidebar .main-content {
  width: calc(75% - 8px);
  margin-left: 20px;
}
@media (max-width: 991px) {
  .with-left-sidebar .main-content {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

#template1-page {
  padding-top: 0;
  padding-bottom: 132px;
  min-height: 500px;
  background-color: #fff;
}

#template2-page {
  padding-top: 0;
  padding-bottom: 132px;
  min-height: 500px;
  background-color: #fff;
}

#template3-page {
  padding-top: 0;
  padding-bottom: 132px;
  min-height: 500px;
  background-color: #fff;
}

#template4-page {
  padding-top: 0;
  padding-bottom: 132px;
  min-height: 500px;
  background-color: #fff;
}

#template5-page {
  padding-top: 0;
  padding-bottom: 132px;
  min-height: 500px;
  background-color: #fff;
}

.slider-about {
  overflow: hidden;
}
.slider-about .slick-list {
  max-height: 285px;
}
.slider-about .item {
  width: auto;
  margin: 0 5px;
}
.slider-about .item > img {
  max-height: 285px;
  width: auto !important;
}

.digits {
  text-align: center;
  background: #fff;
  padding: 30px 0 28px;
}
.digits .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.digits .columns > div {
  display: inline-block;
  width: calc(25% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 650px) {
  .digits .columns > div {
    width: calc(50% - 33px);
  }
}
@media (max-width: 250px) {
  .digits .columns > div {
    width: calc(100% - 33px);
  }
}
.digits h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #0E66B7;
  margin: 21px auto 10px;
}
.digits h4 > span {
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 110%;
}
.digits h4 + p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 110%;
  max-width: 136px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .digits {
    padding: 30px 0 10px;
  }
}

.separator {
  height: 25px;
  background-image: url("../img/separator.png");
  background-repeat: repeat-x;
  background-size: 435px 25px;
}

.locations {
  padding: 56px 0 30px;
}
.locations h2 {
  margin-bottom: 53px;
}
.locations .hotel-card {
  padding: 0 0 38px;
}
.locations .hotel-card .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.locations .hotel-card .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 880px) {
  .locations .hotel-card .columns > div {
    width: calc(100% - 33px);
  }
}
.locations .hotel-card h4 {
  font-size: 17px;
  font-weight: normal;
  margin: 0px 0 15px;
}
.locations .hotel-card h3 {
  margin: 0px 0 30px;
}
.locations .hotel-card .descr {
  max-width: 500px;
  margin: 0px 0 30px;
}
.locations .hotel-card button {
  margin-right: 20px;
}
.locations .hotel-card .map > ymaps {
  border: 1px solid #E3E4E5;
  height: 350px !important;
}
.locations .hotel-card .map p {
  font-size: 14px;
  color: #A4A4A4;
  margin-top: 10px;
}
@media (max-width: 880px) {
  .locations {
    padding: 30px 0 0px;
  }
}

.minsk {
  overflow: hidden;
  overflow: visible;
  min-height: 584px;
  background-image: url("../img/minsk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.minsk:before {
  content: "";
  padding-top: 40%;
  float: left;
}
.minsk .text {
  max-width: 340px;
  background: rgba(0, 52, 100, 0.95);
  color: #fff;
  padding: 142px 41px 46px 51px;
  transform: translateY(-10px);
  position: relative;
}
.minsk .text p {
  font-weight: 300;
}
.minsk .text:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 30px;
  height: 91px;
  background-image: url("../img/minsk-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 77px 91px;
}
@media (max-width: 880px) {
  .minsk {
    background-image: none;
    min-height: 0px;
  }
  .minsk::before {
    display: none;
  }
  .minsk::after {
    content: "";
    display: block;
    background-image: url("../img/minsk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vw;
    transform: translateY(-30px);
    z-index: 1;
  }
  .minsk .text {
    max-width: 100%;
    transform: translateY(0);
    z-index: 2;
    background-color: #003464;
    padding: 142px 30px 30px 25px;
  }
}

.slider {
  overflow: hidden;
}

.infrastructure {
  padding: 84px 0 50px;
}
.infrastructure .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.infrastructure .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 800px) {
  .infrastructure .columns > div {
    width: calc(50% - 33px);
  }
}
@media (max-width: 550px) {
  .infrastructure .columns > div {
    width: calc(100% - 33px);
  }
}
.infrastructure h2 + p {
  font-size: 14px;
  max-width: 600px;
}
.infrastructure .columns {
  margin-top: 64px;
}
.infrastructure .columns > div {
  margin-bottom: 30px;
}
.infrastructure .columns > div span {
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-color: #3FA5ED;
  color: #FFFFFF;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  vertical-align: bottom;
}
.infrastructure .columns > div span + span {
  margin-left: 2px;
}
.infrastructure .columns > div h4 {
  margin: 10px 0 10px;
}
.infrastructure .columns > div p {
  max-width: 320px;
}
.infrastructure .columns > div .descr {
  border: 1px dashed #3FA5ED;
  padding: 20px 30px 8px 30px;
  margin-top: 56px;
  display: inline-block;
}
.infrastructure .columns > div .descr p span {
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
}
@media (max-width: 550px) {
  .infrastructure .columns > div .descr {
    margin-top: 0px;
  }
}
@media (max-width: 880px) {
  .infrastructure {
    padding: 0px 0 20px;
  }
}

.actions {
  padding: 36px 0 25px;
}
.actions .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.actions .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 880px) {
  .actions .columns > div {
    width: calc(100% - 33px);
  }
}
.actions .columns > div:nth-of-type(1) {
  width: calc(33% - 33px);
}
.actions .columns > div:nth-of-type(2) {
  width: calc(66% - 33px);
}
.actions h2 {
  margin: 62px 0 30px;
}
.actions p {
  max-width: 320px;
}
@media (max-width: 1200px) {
  .actions h2 {
    margin-top: 20px;
  }
}
@media (max-width: 880px) {
  .actions .columns > div:nth-of-type(1) {
    width: calc(100% - 33px);
    margin-bottom: 10px;
  }
  .actions .columns > div:nth-of-type(2) {
    width: calc(100% - 33px);
  }
  .actions p {
    max-width: 500px;
  }
}

.news {
  padding: 0 0 20px;
  overflow: hidden;
}
.news .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 991px) {
  .news .columns > div {
    width: calc(100% - 33px);
  }
}
.news .columns > div:nth-of-type(1) {
  width: calc(33% - 33px);
}
.news .columns > div:nth-of-type(2) {
  width: calc(66% - 33px);
}
.news h2 {
  margin-top: 0;
}
.news .short-news-item {
  border-top: 1px solid #C8CACE;
  border-bottom: 1px solid #C8CACE;
  margin-top: -1px;
  display: flex;
  justify-content: start;
  cursor: pointer;
  padding: 22px 10px;
}
.news .short-news-item:hover {
  background-color: #FFF6E1;
}
.news .short-news-item .news-date {
  min-width: 10em;
}
.news a {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .news {
    padding-bottom: 0;
  }
  .news .columns > div:nth-of-type(1) {
    width: 100%;
  }
  .news .columns > div:nth-of-type(2) {
    width: 100%;
  }
  .news h2, .news .more-link-container {
    text-align: center !important;
  }
}
@media (max-width: 700px) {
  .news .short-news-item {
    display: block;
  }
  .news .short-news-item .news-date {
    margin-bottom: 5px;
  }
}

.hotels-page h1 {
  text-align: center;
  margin-bottom: 100px;
}
.hotels-page .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hotels-page .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 900px) {
  .hotels-page .columns > div {
    width: calc(100% - 33px);
  }
}
.hotels-page .hotel-out {
  margin-bottom: 90px;
}
.hotels-page .hotel-out > .columns > div:nth-of-type(1) {
  width: calc(33% - 33px);
}
.hotels-page .hotel-out > .columns > div:nth-of-type(2) {
  width: calc(66% - 33px);
}
.hotels-page .hotel-out .hotel-title > div {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.hotels-page .hotel-out .hotel-title > div p {
  margin-bottom: 0;
}
.hotels-page .hotel-out .hotel-title > div h3 {
  margin: 10px 0 20px;
}
.hotels-page .hotel-out .hotel-detail h4 {
  margin: 55px 0 30px;
}
.hotels-page .hotel-out .hotel-detail p {
  max-width: 600px;
}
.hotels-page .hotel-out .hotel-detail .map > ymaps {
  border: 1px solid #E3E4E5;
  height: 400px !important;
}
.hotels-page .hotel-out .hotel-detail .map p {
  font-size: 14px;
  color: #A4A4A4;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .hotels-page .hotel-out > .columns > div:nth-of-type(1) {
    width: calc(100% - 33px);
  }
  .hotels-page .hotel-out > .columns > div:nth-of-type(2) {
    width: calc(100% - 33px);
  }
}

/* tic-slider-02 begin */
/* tic-slider-02 end */
#slider-0 {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0px auto 80px;
}
#slider-0 .container {
  width: calc(100% - 150px) !important;
}
@media (max-width: 600px) {
  #slider-0 .container {
    width: calc(100% - 20px) !important;
    min-height: 180px;
  }
}
#slider-0 .slick-list {
  max-height: 440px;
}
#slider-0 .slider-item {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
#slider-0 .slider-item:before {
  content: "";
  padding-top: 37%;
  float: left;
}
#slider-0 .slider-item .slider-text {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 20px 0px 20px 0px;
  width: 500px;
  max-width: 100%;
  text-align: left;
  transition: all ease-out 1s 0.5s;
  opacity: 0;
}
#slider-0 .slider-item .slider-text .item-label {
  font-size: 14px;
  font-weight: 300;
}
#slider-0 .slider-item .slider-text h3 {
  margin: 40px 0 25px 0;
  font-family: Comfortaa;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 100%;
  color: #FFFFFF;
  text-shadow: 0px 4px 12px rgba(36, 89, 155, 0.58);
}
@media (max-width: 900px) {
  #slider-0 .slider-item .slider-text h3 {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  #slider-0 .slider-item .slider-text h3 {
    font-size: 24px;
    margin: 20px 0 10px 0;
  }
}
@media (max-width: 600px) {
  #slider-0 .slider-item .slider-text h3 {
    text-align: center;
  }
}
#slider-0 .slider-item .slider-text .item-note {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}
@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: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  z-index: 2;
  top: 50%;
}
@media (max-width: 800px) {
  #slider-0 .slick-prev, #slider-0 .slick-next {
    display: none !important;
  }
}
#slider-0 .slick-prev:before, #slider-0 .slick-next:before {
  display: none;
}
#slider-0 .slick-prev {
  background-image: url("../img/slider-prev.png");
  left: 20px;
}
#slider-0 .slick-next {
  background-image: url("../img/slider-next.png");
  right: 20px;
}
#slider-0 .slick-dots {
  bottom: -39px;
}
#slider-0 .slick-dots li button {
  border: 0;
  background: #fff;
  border: 2px solid #DB317C;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
#slider-0 .slick-dots li button:before {
  display: none;
}
#slider-0 .slick-dots li.slick-active button {
  background: #DB317C;
}

.product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.product-list .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 530px) {
  .product-list .columns > div {
    width: calc(100% - 0px);
  }
}
.product-list .columns {
  flex-wrap: wrap;
}
.product-list .columns > div {
  margin: 0 0 30px;
}
.product-list a, .product-list a:hover {
  text-decoration: none;
}

.similar-products .product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.similar-products .product-list .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 980px) {
  .similar-products .product-list .columns > div {
    width: calc(50% - 0px);
  }
}
@media (max-width: 530px) {
  .similar-products .product-list .columns > div {
    width: calc(100% - 0px);
  }
}
.similar-products .product-list .columns > div {
  margin: 0 0 30px;
}

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

/* tic-old-price-01 begin */
/* tic-old-price-01 end */
/* tic-room-card-01 begin */
/* tic-room-card-01 end */
.product-card {
  background: #FFFFFF;
  border: 1px solid #E3E4E5;
  max-width: 370px;
  height: 100%;
  transition: all ease-out 0.5s;
  padding-top: 0;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #42393D;
}
.product-card:hover {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  z-index: 50;
}
.product-card .product-photo {
  width: calc(100% - 0px);
  overflow: hidden;
  margin: 0px auto 13px;
  position: relative;
}
.product-card .product-photo:before {
  content: "";
  padding-top: 73%;
  float: left;
}
.product-card .product-photo.no-photo {
  background-image: url("../img/no-photo.png");
  background-position: center;
  background-size: auto;
}
.product-card .product-photo > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card .title-code .hotel {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin: 0px auto 17px !important;
}
.product-card .title-code .title {
  font-weight: 600;
  font-size: 21px;
  line-height: 110%;
  max-width: 308px;
  margin: 0px auto 8px;
}
.product-card .title-code .room-type {
  margin: 0px auto 0px;
}
.product-card .card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 10px 0px;
}
.product-card .card-bottom .actions {
  margin: 17px 17px 0px;
}
.product-card .card-bottom .actions .button {
  margin: 0 0 28px;
}
.product-card .card-bottom .actions .more-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #0B88B9;
  margin: 0;
}

.moving {
  position: relative;
  display: block !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.moving > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#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: -17px;
  margin-right: -17px;
  font-size: 0;
}
#categories .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 991px) {
  #categories .columns > div {
    width: calc(100% - 33px);
  }
}
#categories .columns {
  margin-top: 32px;
}
#categories a:hover {
  text-decoration: none;
}

.categories {
  margin-top: 0px;
}
.categories .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
}
.categories .columns > div {
  display: inline-block;
  width: calc(25% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1200px) {
  .categories .columns > div {
    width: calc(50% - 33px);
  }
}
@media (max-width: 500px) {
  .categories .columns > div {
    width: calc(100% - 33px);
  }
}
.categories .columns {
  margin-top: 0px;
}
.categories a:hover {
  text-decoration: none;
}

h1 + .categories {
  margin-top: 30px;
}

/* tic-category-card-07 begin */
/* tic-category-card-07 end */
.category-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  height: calc(100% - 10px);
  margin: 0 auto 10px;
  transition: all ease-out 0.5s;
  padding: 0px 0px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.category-card:hover {
  box-shadow: 0px 20px 15px -5px rgba(0, 0, 0, 0.2);
}
.category-card:hover .button-container > span {
  color: #0E66B7;
}
.category-card .category-logo {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.category-card .category-logo:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.category-card .category-logo > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category-card .info .title {
  color: #0B88B9;
  font-size: 21px;
  padding: 22px 10px 10px;
  margin: 0;
}
.category-card .info .note {
  display: none;
  font-size: 14px;
  line-height: 130%;
  color: #A4A4A4;
  padding: 10px 18px 9px;
  margin: 0;
}
.category-card .button-container {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
}
.category-card .button-container > span {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #0B88B9;
}

/* tic-adv-01 begin */
/* tic-adv-01 end */
.intro {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 90px 0 27px;
}
.intro .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.intro .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 750px) {
  .intro .columns > div {
    width: calc(100% - 33px);
  }
}
.intro h2 {
  max-width: 500px;
}
.intro p {
  max-width: 500px;
}
@media (max-width: 750px) {
  .intro {
    padding: 50px 0 27px;
  }
}

#footer {
  margin-top: 50px;
  position: relative;
  z-index: 100;
  color: #E5E9EC;
  overflow: hidden;
  padding: 0 0 50px;
  background-color: #0A2233;
  text-align: center;
}
#footer .top {
  background-color: #182C3A;
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  padding: 58px 0 50px;
}
#footer .top .footer-columns {
  padding: 31px 0 0 0;
  display: flex;
}
#footer .top .footer-columns .footer-menu {
  order: -1;
  text-align: left;
  width: 25%;
}
#footer .top .footer-columns .footer-menu > h4 {
  margin: 0 0 40px;
}
#footer .top .footer-columns .footer-menu a {
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
}
#footer .top .footer-columns .footer-menu 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;
}
#footer .top .footer-columns .footer-menu a:hover, #footer .top .footer-columns .footer-menu a:focus, #footer .top .footer-columns .footer-menu a:active {
  text-decoration: none;
}
#footer .top .footer-columns .footer-menu a:hover:after, #footer .top .footer-columns .footer-menu a:focus:after, #footer .top .footer-columns .footer-menu a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .top .footer-columns .footer-menu ul {
  margin-left: 0;
}
#footer .top .footer-columns .hotels {
  width: 50%;
}
#footer .top .footer-columns .hotels > h4 {
  margin: 0px 0 40px;
  position: relative;
  display: inline-block;
}
#footer .top .footer-columns .hotels > h4:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 12px;
  width: 143px;
  height: 1px;
  background-color: #E5E9EC;
  transform: translateX(calc(-100% - 23px));
}
#footer .top .footer-columns .hotels > h4:after {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  top: 12px;
  width: 143px;
  height: 1px;
  background-color: #E5E9EC;
  transform: translateX(calc(100% + 23px));
}
@media (max-width: 1090px) {
  #footer .top .footer-columns .hotels > h4:before, #footer .top .footer-columns .hotels > h4:after {
    display: none;
  }
}
#footer .top .footer-columns .hotels .hotels-columns {
  display: flex;
  justify-content: center;
}
#footer .top .footer-columns .hotels .hotels-columns .hotel > h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 400;
}
#footer .top .footer-columns .hotels .hotels-columns .hotel .map-link {
  cursor: pointer;
  font-size: 14px;
  color: #3FA5ED;
}
#footer .top .footer-columns .hotels .hotels-columns .hotel .contact {
  margin-top: 15px;
  font-weight: 600;
  font-size: 21px;
  line-height: 110%;
  color: #DB317C;
  white-space: nowrap;
}
#footer .top .footer-columns .hotels .hotels-columns .hotel .contact > span {
  font-size: 14px;
  color: #E5E9EC;
  display: block;
  font-weight: 400;
}
#footer .top .footer-columns .hotels .hotels-columns .hotel:nth-of-type(1) {
  text-align: right;
  margin-right: 32px;
}
#footer .top .footer-columns .hotels .hotels-columns .hotel:nth-of-type(2) {
  text-align: left;
  margin-left: 32px;
}
@media (max-width: 680px) {
  #footer .top .footer-columns .hotels .hotels-columns .hotel:nth-of-type(1) {
    margin-right: 16px;
  }
  #footer .top .footer-columns .hotels .hotels-columns .hotel:nth-of-type(2) {
    margin-left: 16px;
  }
}
@media (max-width: 444px) {
  #footer .top .footer-columns .hotels .hotels-columns {
    display: block;
  }
  #footer .top .footer-columns .hotels .hotels-columns .hotel {
    text-align: center !important;
    margin: 0 0 37px 0 !important;
  }
}
#footer .top .footer-columns .contacts {
  margin-top: -4px;
  width: 25%;
  text-align: right;
}
#footer .top .footer-columns .contacts a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#footer .top .footer-columns .contacts a + a {
  margin-left: 21px;
}
#footer .top .footer-columns .contacts a.instagram {
  background-image: url("../img/instagram.png");
}
#footer .top .footer-columns .contacts a.telegram {
  background-image: url("../img/telegram.png");
}
#footer .top .footer-columns .contacts a.vkontakte {
  background-image: url("../img/vkontakte.png");
}
#footer .top .footer-columns .contacts a.facebook {
  background-image: url("../img/facebook.png");
}
#footer .top .footer-columns .contacts .button {
  margin: 23px 0 34px;
}
#footer .top .footer-columns .contacts p {
  max-width: 205px;
  margin: 0 0 0 auto;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 950px) {
  #footer .top .footer-columns {
    flex-wrap: wrap;
  }
  #footer .top .footer-columns .footer-menu {
    order: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  #footer .top .footer-columns .footer-menu h4, #footer .top .footer-columns .footer-menu li {
    text-align: center;
  }
  #footer .top .footer-columns .footer-menu h4 {
    margin-bottom: 30px;
  }
  #footer .top .footer-columns .hotels {
    width: 100%;
  }
  #footer .top .footer-columns .contacts {
    margin: 30px 0 30px;
    width: 100%;
    text-align: center;
  }
  #footer .top .footer-columns .contacts p {
    margin: 0 auto;
  }
}
@media (max-width: 950px) {
  #footer .top {
    padding: 42px 0 50px;
  }
  #footer .top .hotel {
    margin-bottom: 37px !important;
  }
  #footer .top .hotel .contact {
    margin-top: 17px !important;
  }
  #footer .top .hotel .contact > span {
    display: none !important;
  }
}
#footer .bottom {
  border-top: 1px solid #1C3347;
  padding: 40px 0 0px;
  text-align: left;
}
#footer .bottom .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer .bottom .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 750px) {
  #footer .bottom .columns > div {
    width: calc(100% - 33px);
  }
}
#footer .bottom .columns > div {
  margin-bottom: 15px;
}
#footer .bottom .columns > div.text {
  width: calc(33% - 33px);
}
#footer .bottom .columns > div.banners {
  width: calc(66% - 33px);
}
@media (max-width: 1240px) {
  #footer .bottom .columns {
    text-align: center;
    display: block;
  }
  #footer .bottom .columns > div.text {
    width: 100%;
    margin: 0 auto;
  }
  #footer .bottom .columns > div.banners {
    width: 100%;
    margin: 0 auto;
  }
}
#footer .bottom p.xs {
  margin-bottom: 10px;
  font-weight: 300;
}
#footer .bottom p.sm {
  font-weight: 300;
}
#footer .bottom p.sm a {
  display: block;
  color: #3FA5ED;
}
#footer .bottom img {
  margin-bottom: 3px;
}
#footer a {
  color: #E5E9EC;
}
#footer p {
  font-weight: 400;
}
#footer a:hover {
  text-decoration: none;
}
#footer .footer-menu {
  margin-left: 33px;
}
#footer .footer-menu > ul > li {
  margin-bottom: 11px;
}
#footer .footer-menu > ul > li:before {
  display: none;
}
#footer .footer-menu > ul > li > ul {
  display: none;
}
@media print {
  #footer {
    display: none;
  }
}
#footer .created {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 1;
}
#footer .created > div.container {
  position: relative;
}
#footer .created a {
  display: block;
  min-width: 97px;
  min-height: 40px;
  background-size: 97px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/tagican/tagican-light.svg");
  padding: 40px 0 20px;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #ACACAC;
  white-space: nowrap;
  position: absolute;
  left: 16px;
  bottom: 0px;
  height: 33px;
  transition: all 1s;
  transform: translateY(50px);
}
#footer .created a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #DB317C;
  left: 38px;
  top: 0px;
  width: 13px;
  height: 13px;
  border-radius: 64px;
  transform-origin: center;
  transition: top 0.5s, transform 0.5s;
  transform: scale(5) translateY(3px);
}
#footer .created a:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-color: transparent;
  left: 0;
  top: -20px;
  right: 0;
  bottom: 0;
  transition: all 0s 1s;
}
#footer .created a:hover {
  transform: translateY(0px);
  z-index: 9999;
}
#footer .created a:hover:before {
  background-color: #FF4242;
  top: 50px;
  transform: scale(1) translateY(-50px);
}
#footer .created a:hover:after {
  top: 0px;
}
@media (max-width: 1200px) {
  #footer .created {
    display: none;
  }
}

/* tic-pushy-02 begin */
/* tic-pushy-02 end */
body.pushy-open-left {
  overflow: hidden;
}
body.pushy-open-left #header-top {
  top: 0px;
}
body.pushy-open-left #header-top #mobile-menu-button {
  width: 23px;
}
body.pushy-open-left .pushy + .site-overlay {
  top: 55px !important;
  background: rgba(255, 255, 255, 0.9);
  /*background-image: url("../img/pushy-bg.jpg");
  background-position: center;
  background-size: cover;*/
}
body.pushy-open-left #mobile-menu-button > div:nth-of-type(2) {
  transform: rotate(-45deg);
}
body.pushy-open-left #mobile-menu-button > div:nth-of-type(2):before {
  transform: rotate(90deg) !important;
}
body.pushy-open-left #mobile-menu-button > div:nth-of-type(1), body.pushy-open-left #mobile-menu-button > div:nth-of-type(3) {
  opacity: 0;
  scale: 0;
}

.pushy {
  max-width: 360px;
  color: #fff;
}
.pushy {
  background-color: #1E3241;
  color: #fff;
  text-align: center;
  max-height: calc(100% - 55px) !important;
  max-width: 360px;
  top: 55px;
  text-align: center;
}
.pushy a {
  color: #fff;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/close-mobile-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy a.logo > span {
  display: block;
}
.pushy hr {
  border-top: 1px solid #08273D;
}
.pushy .pushy-content {
  padding: 23px 15px 370px;
}
.pushy hr {
  margin: 30px 0;
}
.pushy a.logo {
  background-image: url("../img/pushy-logo.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 228px 175px;
  height: 190px;
  margin: 0px 0 20px;
}
.pushy h4 {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  text-align: center;
  color: #E5E9EC;
  margin-bottom: 10px;
}
.pushy .contacts {
  text-align: left;
  margin: -10px 0 0;
  padding: 0 50px;
}
.pushy .contacts a.phone {
  font-weight: 500;
  font-size: 21px;
  line-height: 110%;
  text-align: center;
  line-height: 110%;
  display: block;
  color: #DB317C;
  position: relative;
}
.pushy .contacts a.phone span {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.pushy .contacts a.phone span:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: -2px;
  background: #DB317C;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy .contacts a.phone span:hover, .pushy .contacts a.phone span:focus, .pushy .contacts a.phone span:active {
  text-decoration: none;
}
.pushy .contacts a.phone span:hover:after, .pushy .contacts a.phone span:focus:after, .pushy .contacts a.phone span:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy .contacts a.phone + span {
  display: block;
  font-size: 14px;
  margin: 0px auto 20px;
  text-align: center;
  font-weight: 300;
  color: #C8CACE;
}
.pushy .contacts a.email {
  font-weight: 500;
  font-size: 21px;
  line-height: 110%;
  text-align: center;
  line-height: 110%;
  display: block;
  color: #DB317C;
  margin-bottom: 20px;
  position: relative;
}
.pushy .contacts a.email span {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.pushy .contacts a.email span:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: -2px;
  background: #DB317C;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy .contacts a.email span:hover, .pushy .contacts a.email span:focus, .pushy .contacts a.email span:active {
  text-decoration: none;
}
.pushy .contacts a.email span:hover:after, .pushy .contacts a.email span:focus:after, .pushy .contacts a.email span:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy .contacts > div + div {
  margin-top: 25px;
}
.pushy .pushy-menu {
  text-align: center;
  margin: 30px auto -20px;
}
.pushy .pushy-menu h4 {
  font-size: 21px;
  font-weight: 500;
}
.pushy .pushy-menu ul {
  display: inline-block;
  list-style: none;
  margin: 10px 0 20px;
}
.pushy .pushy-menu ul > li {
  text-align: center;
  margin-bottom: 10px;
}
.pushy .pushy-menu ul > li:before {
  display: none;
}
.pushy .pushy-menu ul > li > a {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.pushy .pushy-menu ul > 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 .pushy-menu ul > li > a:hover, .pushy .pushy-menu ul > li > a:focus, .pushy .pushy-menu ul > li > a:active {
  text-decoration: none;
}
.pushy .pushy-menu ul > li > a:hover:after, .pushy .pushy-menu ul > li > a:focus:after, .pushy .pushy-menu ul > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy .pushy-menu ul > li.separator {
  display: none;
}
.pushy .pushy-menu ul > li > ul {
  display: none;
}
.pushy .languages {
  text-align: center;
  margin-bottom: 40px;
}
.pushy .languages > a {
  font-size: 14px;
  color: #fff;
  min-height: 30px;
  display: inline-block;
  white-space: nowrap;
  margin-top: 21px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.pushy .languages > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 8px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy .languages > a:hover, .pushy .languages > a:focus, .pushy .languages > a:active {
  text-decoration: none;
}
.pushy .languages > a:hover:after, .pushy .languages > a:focus:after, .pushy .languages > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy .languages > span {
  background-image: url("../img/switch-left.png");
  background-size: 62px 35px;
  background-repeat: no-repeat;
  width: 62px;
  cursor: default;
  min-height: 30px;
  display: inline-block;
  margin-top: 17px;
  vertical-align: middle;
}
.pushy .contrast > a {
  font-size: 18px;
  color: #fff;
  background-image: url("../img/glasses.png");
  background-size: 44px 18px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 40px;
  display: inline-block;
  margin-top: 15px;
  line-height: 120%;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
}
.pushy .contrast > 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 .contrast > a:hover, .pushy .contrast > a:focus, .pushy .contrast > a:active {
  text-decoration: none;
}
.pushy .contrast > a:hover:after, .pushy .contrast > a:focus:after, .pushy .contrast > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
@media (max-width: 420px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
  .pushy .pushy-close {
    display: none;
  }
}
.pushy .mCSB_inside > .mCSB_container {
  margin-right: 7px;
}

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

.category-title-container {
  display: flex;
  justify-content: space-between;
}
.category-title-container > div > h1 {
  margin-top: 14px;
}
.category-title-container > a {
  margin-top: 25px;
  font-size: 14px;
  white-space: nowrap;
}
.category-title-container > a:hover {
  text-decoration: none;
}
@media (max-width: 530px) {
  .category-title-container {
    display: block;
  }
}

ul.children-category-items {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
ul.children-category-items li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
ul.children-category-items li a {
  color: #DB317C;
  display: block;
  border: 1px solid #C8CACE;
  padding: 6px 20px 5px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
}
ul.children-category-items li a:hover {
  border: 1px solid #DB317C;
  background-color: #DB317C;
  color: #fff;
  text-decoration: none;
}

/* tic-room-page-01 begin */
/* tic-room-page-01 end */
.separator-logo {
  background-image: url("../img/logo-separator.png");
  background-size: 762px 65px;
  background-repeat: no-repeat;
  background-position: center;
  height: 65px;
}

.similar-products h3 {
  text-align: center;
  margin-bottom: 45px;
}

.product-page {
  padding: 24px 0 90px;
}
.product-page .product-page-columns {
  display: flex;
  justify-content: flex-start;
}
.product-page .product-page-columns .left-container {
  width: 50%;
  min-width: 50%;
  margin-right: 33px;
  padding-bottom: 33px;
}
@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 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 70px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .product-page .product-images {
    position: relative;
    top: 0px;
  }
}
.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;
  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 > img.preview {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 75%;
  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: 0px;
  /*width: calc(100% - 100px);*/
}
.product-page .product-images .product-alt-images {
  position: absolute;
  width: 64px;
  left: -80px;
  top: 48px;
  z-index: 10;
}
.product-page .product-images .product-alt-images.single {
  display: none;
}
.product-page .product-images .product-alt-images.single ul.slick-dots {
  display: none;
}
.product-page .product-images .product-alt-images.multiple {
  display: block;
}
.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: none;
  margin-bottom: 5px;
}
.product-page .product-images .product-alt-images .product-alt-image:before {
  content: "";
  padding-top: 75%;
  float: left;
}
.product-page .product-images .product-alt-images .product-alt-image + .product-alt-image {
  border-top: none;
}
@media (max-width: 600px) {
  .product-page .product-images .product-alt-images {
    display: block !important;
    width: 100%;
    position: static;
  }
  .product-page .product-images .product-alt-images .product-alt-image {
    border: 1px solid #E3E4E5 !important;
  }
}
.product-page .room-title {
  margin: 0px 0 15px;
  font-weight: 600;
  font-size: 33px;
  line-height: 110%;
}
.product-page .room-type {
  margin: 0px 0 47px;
  font-weight: 600;
  font-size: 17px;
}
.product-page .hotel {
  margin: 12px 0 45px;
}
.product-page .hotel > span {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.product-page .short-desc {
  display: flex;
}
.product-page .short-desc .places-count {
  border: 2px solid #3FA5ED;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 14px 32px 16px;
  margin-right: 75px;
  font-weight: 400;
  font-size: 82px;
  line-height: 110%;
  text-align: center;
}
.product-page .short-desc .places-count span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  max-width: 150px;
  margin: 8px auto;
}
.product-page .short-desc .checked, .product-page .short-desc .unchecked {
  min-height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  padding-left: 45px;
  padding-top: 5px;
  margin-bottom: 20px;
  line-height: 110%;
  vertical-align: middle;
}
.product-page .short-desc .checked {
  background-image: url("../img/checked.png");
}
.product-page .short-desc .unchecked {
  background-image: url("../img/unchecked.png");
}
@media (max-width: 480px) {
  .product-page .short-desc {
    display: block;
  }
  .product-page .short-desc .places-count {
    margin-bottom: 40px;
  }
}
.product-page .button {
  margin: 20px 0 30px;
}
.product-page .room-params {
  margin: 55px 0 50px;
  display: flex;
  flex-wrap: wrap;
}
.product-page .room-params > div {
  width: 45%;
  margin-bottom: 10px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.product-page .room-params > div > span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #A4A4A4;
}
.product-page .room-params > div.param-122, .product-page .room-params > div.param-130 {
  background-image: url("../img/param-tv.png");
}
.product-page .room-params > div.param-124, .product-page .room-params > div.param-131 {
  background-image: url("../img/param-tea.png");
}
.product-page .room-params > div.param-125, .product-page .room-params > div.param-132 {
  background-image: url("../img/param-furniture.png");
}
.product-page .room-params > div.param-126, .product-page .room-params > div.param-133 {
  background-image: url("../img/param-frige.png");
}
.product-page .room-params > div.param-127, .product-page .room-params > div.param-134 {
  background-image: url("../img/param-toilet.png");
}
.product-page .room-params > div.param-129, .product-page .room-params > div.param-135 {
  background-image: url("../img/param-iron.png");
}
.product-page .description {
  margin: 0 0 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
}
.product-page .description p {
  max-width: 500px;
}
.product-page table.room-price {
  background-color: #fff;
  margin: 0 0 30px;
}
.product-page table.room-price td, .product-page table.room-price th {
  max-width: 150px;
  text-align: center;
  padding: 11px 8px;
}
.product-page table.room-price td.value, .product-page table.room-price th.value {
  font-weight: 600;
}

.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: 17px 0 33px;
}
.blog .blog-showcase {
  margin: 0 -17px;
}
.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% - 33px);
  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: #42393D;
  margin: 8px 0 9px;
}
.blog .blog-showcase > div p.views {
  font-size: 14px;
  color: #C8CACE;
  margin-bottom: 5px;
}
.blog .blog-showcase > div p.note {
  color: #42393D;
}
.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: 21px;
  color: #42393D;
  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: 14px;
  line-height: 110%;
  color: #42393D;
}
.blog .blog-most-popular > a > div p {
  display: inline;
  font-size: 14px;
  line-height: 110%;
  color: #C8CACE;
}
.blog .blog-most-popular > a:hover {
  color: #0E66B7;
  text-decoration: none;
}
.blog .blog-most-popular > a:hover h3 {
  color: #0E66B7;
}

.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: 26px;
  color: #0E66B7;
  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: #42393D;
  font-size: 14px;
  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: 17px;
  color: #C8CACE;
  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: #A4A4A4;
  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 {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #0E66B7;
  font-weight: 500;
  font-size: 17px;
}
.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: 80px;
  min-height: 50px;
  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 .price-note {
  display: block;
  font-size: 11px;
}
.order-page p.total > span {
  font-size: 26px;
  color: #0E66B7;
}
.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-product-count span > i {
  display: block;
  font-style: normal;
  font-size: 14px;
}
.order-page .order-product-count.plain span {
  width: auto;
}
.order-page #order-confirm {
  position: relative;
  max-width: 935px;
  margin: 44px auto 38px;
  background-color: #FFF6E1;
  border-radius: 9px;
  border: 6px solid #fff;
  padding: 0 50px 2px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.15);
}
.order-page #order-confirm .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.order-page #order-confirm .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 991px) {
  .order-page #order-confirm .columns > div {
    width: calc(100% - 33px);
  }
}
.order-page #order-confirm h2 {
  margin: 34px 0 43px;
}
.order-page #order-confirm h3 {
  margin: 0px 0 23px;
}
.order-page #order-confirm .client-form {
  margin: 30px 0 0px;
}
.order-page #order-confirm .delivery-form {
  margin-top: 98px !important;
}
@media (max-width: 890px) {
  .order-page #order-confirm .delivery-form {
    margin-top: 0px !important;
  }
}
.order-page #order-confirm .select-header {
  color: #0E66B7;
  margin-bottom: 28px;
}
.order-page #order-confirm .delivery-point-notes > div {
  display: none;
}
.order-page #order-confirm .button-container {
  text-align: center;
  margin-top: 15px;
}
.order-page #order-confirm label {
  margin: 0px 0 10px;
  max-width: 340px;
  position: relative;
}
.order-page #order-confirm label input, .order-page #order-confirm label textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
}
.order-page #order-confirm label textarea.comment {
  height: 133px;
}
.order-page #order-confirm label input[type=radio] {
  width: auto;
  display: inline-block;
  margin-left: 0px;
  min-width: 24px;
  min-height: 24px;
  vertical-align: top;
}
.order-page #order-confirm label > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  margin: 7px 0 0 12px;
  vertical-align: top;
}
.order-page #order-confirm label.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm .delivery-point-select {
  width: 100%;
  margin-bottom: 20px;
}
.order-page #order-confirm .select2-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 5px 0 0px 0;
}
.order-page #order-confirm .select2-container .select2-selection--single {
  border-radius: 0px !important;
  height: 40px;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__rendered {
  color: #42393D !important;
  padding: 5px 1px 4px !important;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__arrow {
  top: 9px;
}
.order-page #order-confirm h4 {
  margin-bottom: 10px;
}
.order-page #order-confirm .order-user-data h4 {
  margin-bottom: 30px;
}
.order-page #order-confirm .order-user-data p.item span {
  color: #42393D;
  font-weight: 500;
}
.order-page #order-confirm textarea.order-address {
  width: 100%;
  height: 70px;
}
.order-page #order-confirm textarea.order-comment {
  width: 100%;
  height: 100px;
}
.order-page #order-confirm.loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 128px 128px;
}
@media (max-width: 420px) {
  .order-page #order-confirm {
    padding: 0 20px 2px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.order-page .order-pending {
  color: #12BED6;
}
.order-page .order-prepare {
  color: #6A82D4;
}
.order-page .order-ready {
  color: #39BAA3;
}
.order-page .order-delivered {
  color: #FF620E;
}
.order-page .order-done {
  color: #BC56A6;
}
.order-page .order-canceled {
  color: #979497;
}
.order-page .save-order-page {
  max-width: 375px;
  margin-top: 30px;
}
@media print {
  .order-page .save-order-page {
    display: none;
  }
}
.order-page .delivery-price {
  font-weight: 500;
}
.order-page .delivery-price > span {
  color: #E60000;
}
.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: #0E66B7;
  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;
}

.main-page-content {
  padding-bottom: 56px;
}

.popup-search {
  width: 500px;
  max-width: 100%;
}

.login-form {
  margin-top: -30px;
}
.login-form label {
  width: 300px;
  text-align: left;
}
.login-form input {
  display: block;
}
.login-form div.recovery {
  font-size: 12px;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 20px;
}

.reg-form {
  margin-top: -20px;
}
.reg-form h2 {
  margin-bottom: 30px;
}
.reg-form h4 {
  color: #DB317C;
}
.reg-form .input-group {
  display: flex;
  flex-wrap: wrap;
}
.reg-form .input-group label {
  margin-right: 20px;
  width: calc(50% - 10px);
}
.reg-form .input-group label:last-child {
  margin-right: 0px;
}
.reg-form .radio-group {
  margin: 35px 0 35px;
}
.reg-form input {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.reg-form label {
  width: 100%;
  text-align: left;
}
.reg-form label.small {
  width: 90px;
}
.reg-form label.checkbox {
  width: auto;
  padding-left: 25px;
}
.reg-form label.client-type-radio {
  width: auto;
  margin-bottom: 15px;
}
.reg-form label.client-type-radio input[type=radio] {
  width: auto;
  display: inline-block;
  margin-left: 0px;
  min-width: 24px;
  min-height: 24px;
  vertical-align: top;
  margin-bottom: 0px;
}
.reg-form label.client-type-radio span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  margin: 7px 0 0 12px;
  vertical-align: top;
}
.reg-form p.sm {
  max-width: 600px;
  margin-left: 25px;
}

.showcase {
  background-color: #fff;
  padding: 32px 0 90px;
}
.showcase h2 {
  text-align: center;
}

.content-two-columns .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 991px) {
  .content-two-columns .columns > div {
    width: calc(100% - 33px);
  }
}
@media (min-width: 992px) {
  .content-two-columns .columns > div {
    max-width: 42%;
  }
  .content-two-columns .columns > div + div {
    margin-left: 10%;
  }
}

.cabinet-user-form {
  margin-top: 30px;
}

.nav-tabs {
  margin-top: 30px;
}

.tab-pane h2 {
  margin-top: 40px !important;
}

.checkout-page .with-left-sidebar {
  display: block;
}
.checkout-page .with-left-sidebar .main-content {
  width: 100%;
  margin-left: 0px;
}
.checkout-page .left-sidebar {
  display: none;
}
.checkout-page .order-products {
  margin-bottom: 10px;
  background-color: #fff;
}
.checkout-page .order-products .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
}
.checkout-page .order-products .columns > div {
  display: inline-block;
  width: calc(25% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 740px) {
  .checkout-page .order-products .columns > div {
    width: calc(100% - 33px);
  }
}
.checkout-page .order-products .product-card {
  margin-bottom: 20px !important;
  padding-bottom: 30px;
}
.checkout-page .order-products .product-card .product-info {
  position: relative;
}
.checkout-page .order-products .product-card .title {
  margin: 5px 0 2px 0;
}
.checkout-page .order-products .product-card p {
  font-size: 17px;
  margin-bottom: 2px;
}
.checkout-page .order-products .product-card p.param {
  font-weight: 700;
}
.checkout-page .order-products .product-card p.param > span {
  font-weight: 350;
}
.checkout-page .order-products .product-card p strong {
  color: #0E66B7;
}
.checkout-page .order-products .product-card p .price-note {
  display: none;
}
.checkout-page .total {
  line-height: 200%;
}

.delivery-point {
  position: relative;
  margin: 50px 0;
}
.delivery-point .scroll-point {
  position: absolute;
  top: -30px;
}
.delivery-point h2 {
  color: #0E66B7;
}
.delivery-point .note {
  margin: 20px 0 0;
}

a.anchor {
  text-decoration: none;
}

.orders-list .title {
  font-weight: bold;
  color: #DB317C;
}
.orders-list p {
  margin: 0 0 2px;
}
.orders-list p.time {
  font-size: 14px;
}
.orders-list p.address {
  font-size: 14px;
  font-weight: 600;
}
.orders-list p.comment {
  font-size: 14px;
}
.orders-list p.status {
  margin: 10px 0 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.orders-list p.status.pending {
  color: #12BED6;
}
.orders-list p.status.prepare {
  color: #6A82D4;
}
.orders-list p.status.ready {
  color: #39BAA3;
}
.orders-list p.status.delivered {
  color: #FF620E;
}
.orders-list p.status.done {
  color: #BC56A6;
}
.orders-list p.status.canceled {
  color: #979497;
}
.orders-list h4 {
  margin: 0 0 5px 0 !important;
  font-size: 18px;
}
.orders-list .paid {
  color: #DB317C;
  text-transform: uppercase;
}

.order-paiment-dialog {
  padding: 0;
}
.order-paiment-dialog .block {
  border-bottom: 1px solid #E3E4E5;
  padding-left: 55px;
  padding-right: 55px;
}
.order-paiment-dialog .block.order-head {
  padding-top: 21px;
  padding-bottom: 12px;
}
.order-paiment-dialog .block.order-head h3 {
  margin-bottom: 10px;
}
.order-paiment-dialog .block.order-status {
  padding-top: 20px;
  padding-bottom: 12px;
}
.order-paiment-dialog .block.order-status .table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.order-paiment-dialog .block.order-status .table p {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.order-paiment-dialog .block.order-status .table h3 {
  margin: 0;
  vertical-align: middle;
}
.order-paiment-dialog .block.order-status .table.summary h3 {
  color: #0E66B7;
}
.order-paiment-dialog .block.order-status .table.paid h3 {
  color: #DB317C;
}
.order-paiment-dialog .block.to-pay {
  padding-top: 21px;
  padding-bottom: 18px;
}
.order-paiment-dialog .block.to-pay h2 {
  margin: 0;
}
.order-paiment-dialog .block.to-pay h2 span {
  color: #0E66B7;
}
.order-paiment-dialog .block.pay-form {
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: none;
}
.order-paiment-dialog .block.pay-form .inputs {
  display: flex;
}
.order-paiment-dialog .block.pay-form .inputs label input {
  display: block;
  max-width: 94px;
  margin-top: 5px;
}
.order-paiment-dialog .block.pay-form .inputs label + label {
  margin-left: 20px;
}
.order-paiment-dialog .block.odd {
  color: #fff;
  background-color: #EB5757;
  border-bottom: none;
  display: flex;
  align-items: center;
  height: 39px;
}
.order-paiment-dialog .block.odd.success {
  background-color: #DB317C;
}
.order-paiment-dialog .block.odd p {
  margin: 0 10px 0 0;
}
.order-paiment-dialog .block.odd h4 {
  margin: 0;
}
.order-paiment-dialog .block.button-container {
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.help-dialog {
  width: 580px;
}
.help-dialog h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.help-dialog p.phone {
  margin-bottom: 30px;
}
.help-dialog textarea {
  display: block;
  width: 100%;
  height: 150px;
}

.block-title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.block-title-container > h2 {
  margin-top: 20px;
}
.block-title-container > a {
  margin-top: 25px;
}
.block-title-container .search {
  margin-top: 19px;
}
.block-title-container .search label {
  background-image: url("../img/search.png");
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 21px 23px;
  padding-left: 30px;
}
.block-title-container .search label > span {
  font-size: 14px;
  display: block;
  color: #C8CACE;
  font-weight: 300;
}

.new-products-short {
  background-color: #FAFAFA;
  padding: 71px 0 90px;
}
@media (max-width: 400px) {
  .new-products-short .block-title-container {
    display: block;
  }
}

.categories-block {
  background-color: #fff;
  padding: 22px 0 60px;
}
.categories-block h2 {
  text-align: center;
}
.categories-block .categories {
  margin-top: 56px;
}
.categories-block .categories .columns {
  text-align: center;
}
.categories-block .categories .columns > .card {
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .categories-block .block-title-container {
    display: block;
  }
}

.product-count {
  display: none;
  font-size: 80%;
  font-weight: normal;
  opacity: 0.5;
  margin-left: 0.3em;
}

table.order-products div.product-photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  margin: -5px;
}
table.order-products td:first-child {
  width: 50px;
}
table.order-products td.order-product-count {
  text-align: center;
}
table.order-products td.order-in_stock p {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
}
table.order-products td.order-in_stock p span {
  font-weight: 500;
}

#template2-page {
  padding-bottom: 50px;
}
#template2-page .columns {
  display: flex;
  justify-content: flex-start;
}
#template2-page .columns .pattern-container {
  width: calc(25% - 60px);
  margin-right: 60px;
  margin-top: 40px;
  max-width: 25%;
}
#template2-page .columns .pattern-container .pattern {
  width: 100%;
  height: 100%;
  max-height: 1000px;
  border-radius: 24px;
  background-color: #95AEC3;
  background-image: url("../img/sidebar-bg.jpg");
  background-position: 100% 0px;
}
#template2-page .columns .content {
  width: calc(100% - 25%);
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  #template2-page .columns .pattern-container {
    display: none;
  }
  #template2-page .columns .content {
    width: 100%;
    padding-bottom: 0px;
  }
}

.product-modal-page {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0px;
  top: 55px;
  bottom: 0;
  z-index: 150;
}
.product-modal-page:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  left: 0;
  right: 0;
  height: 55px;
  top: -55px;
}
.product-modal-page > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 60px 30px;
  max-width: 100%;
  overflow: auto;
  transform: none;
}
.product-modal-page > div .back-link {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  display: inline-block;
  background-image: url("../img/back-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 24px;
  cursor: pointer;
  position: fixed;
  left: 20px;
  top: 85px;
}
.product-modal-page > div .back-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 1px;
  background: #0E66B7;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-modal-page > div .back-link:hover, .product-modal-page > div .back-link:focus, .product-modal-page > div .back-link:active {
  text-decoration: none;
}
.product-modal-page > div .back-link:hover:after, .product-modal-page > div .back-link:focus:after, .product-modal-page > div .back-link:active:after {
  left: 24px;
  right: auto;
  width: calc(100% - 24px);
}
@media (max-width: 991px) {
  .product-modal-page > div .back-link {
    left: 0;
    right: 0;
    top: 0;
    height: 44px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
    line-height: 44px;
    background-position: 20px center;
    padding-left: 44px;
  }
}
.product-modal-page .close-button-container {
  position: fixed;
  top: 70px;
  bottom: 0;
  right: 30px;
}
.product-modal-page .close-button {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
@media (max-width: 600px) {
  .product-modal-page > div {
    padding: 0 0px 30px;
  }
  .product-modal-page > div .product-page {
    padding-top: 40px;
  }
  .product-modal-page .back-link {
    display: none;
  }
  .product-modal-page .close-button-container {
    display: none;
  }
}

@media (max-width: 600px) {
  #zoom-image {
    display: none;
  }
}

.clear-order {
  text-align: center;
}
.clear-order a {
  font-size: 11px;
  color: #42393D;
  text-decoration: underline;
}

.all-button-container {
  text-align: center;
  margin-top: 50px;
}

.scroll-up {
  position: fixed;
  z-index: 100;
  right: 32px;
  bottom: calc(2% + 60px);
  width: 60px;
  height: 60px;
  transform: translateY(0) translateX(150px) scale(1);
  opacity: 1;
  cursor: pointer;
  transition: all 2s ease-in-out;
}
.scroll-up:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/scroll-up.png");
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.scroll-up.ready {
  transform: translateY(0) translateX(0) scale(1);
  opacity: 1;
}
.scroll-up.used:before {
  transition: all 2s linear;
  transform: translateY(-1000px) translateX(-300px) scale(0.25) rotate(45deg);
  opacity: 0.75;
}

p.warning {
  background-color: #0E66B7;
  color: #fff;
  padding: 10px;
}

.category-descr {
  margin: 20px 0 30px;
}
.category-descr img {
  margin: 0 20px 30px 0;
}

.related-products .similar-products {
  margin-top: 80px;
}
.related-products .see-also {
  margin-top: 70px;
}

.brands-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.brands-list a {
  color: #DB317C;
  display: block;
  border: 1px solid #C8CACE;
  padding: 12px 30px 12px;
  border-radius: 3px;
  font-size: 21px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
}
.brands-list a:hover {
  border: 1px solid #DB317C;
  background-color: #DB317C;
  color: #fff;
  text-decoration: none;
}

.text-block {
  padding: 1px 48px 24px;
  background-color: #FFF6E1;
  margin: 24px 0 32px;
  border: 4px solid #fff;
}

.autocomplete-loader {
  display: none;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  bottom: 4px;
  z-index: 10;
}

.order-user-data .contracts {
  border-top: 1px dashed #A4A4A4;
  width: calc(100% - 20px);
  margin-top: 30px;
  padding-top: 20px;
}
.order-user-data .contracts label input[type=radio] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
}
.order-user-data .contracts label span {
  font-size: 14px !important;
  margin: 3px 0 0 24px !important;
}

.left-menu {
  padding: 32px 32px 0 0;
}

a.parent-page {
  display: inline-block;
  font-weight: bold;
  color: #42393D;
}

ul.pages-around {
  list-style: none;
  padding: 0;
  margin: 12px 0 32px;
}
ul.pages-around a {
  color: #0E66B7;
  font-size: 14px;
}
ul.pages-around > li {
  padding: 9px 0 3px 0;
  line-height: 110%;
}
ul.pages-around > li + li {
  border-top: 1px solid #E5E5E5;
}
ul.pages-around > li.active > a {
  font-weight: bold;
  color: #42393D;
}

ul.children-pages {
  margin: 32px 0 32px;
}
ul.children-pages li {
  padding: 0.25em 0 0.25em;
}
ul.children-pages a {
  color: #0E66B7;
}
ul.children-pages > li > ul {
  padding-top: 0.5em;
}
ul.children-pages > li > ul > li {
  font-size: 17px;
}

.e-appeals-form textarea {
  width: 600px;
  max-width: 100%;
  height: 200px;
}
.e-appeals-form input.wide {
  width: 600px;
}
.e-appeals-form p.note {
  font-size: 14px;
  max-width: 600px;
}

.modal-panel.hotel-map {
  width: 800px;
}

.map-contacts {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.map-contacts .button {
  margin-top: 20px;
}
@media (max-width: 520px) {
  .map-contacts {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */