@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: #2E3D43;
  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: 500;
  font-size: 26px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

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

a {
  color: #0079B9;
  outline: none;
  text-decoration: none;
}
a:focus:not(:focus-visible) {
  outline: none;
}

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

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}
ul:not([class]) {
  padding-left: 20px;
  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;
}
.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: #ED4A7D;
}
.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: #ED4A7D;
}
.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: #293462;
  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: #293462;
}
.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: #2E3D43;
}
.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 {
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}

.price-filter-container {
  background-color: transparent;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@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;
}
.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: #ED4A7D;
}
.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: #293462;
  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;
}
.price-sorting {
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}

.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: 40px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 1px solid #ED4A7D;
}
.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 40px 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: #0079B9;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

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

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

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

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-weight: 300;
  font-size: 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;
  opacity: 1;
  transition: all linear 0.25s;
  background-color: transparent;
  color: #000;
  width: 28px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 15px;
  border: none;
  outline: none;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1400px) {
  #mobile-menu-button {
    left: 0px;
  }
}

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

#mobile-menu-button > div {
  height: 3px;
  border-radius: 0px;
  background-color: #0079B9;
  position: relative;
  transition: all linear 0.25s;
}

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

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

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

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

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

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

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

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #009AEC;
  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: #009AEC;
  border-radius: 4px;
  padding: 18px 40px;
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #006DB6 !important;
  border-color: #006DB6 !important;
  color: #fff !important;
}
button.button, a.button, .upload-button {
  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 {
  text-shadow: none;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 17px 4px;
  font-size: 11px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #009AEC;
  color: #009AEC;
  font-weight: 600;
  text-shadow: none;
}

.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%;
  min-width: 430px;
  cursor: default;
}
.modal-panel .modal-panel-header {
  display: none;
  background-color: #fff;
  background-image: url("../img/logo.svg");
  background-size: 125px 40px;
  background-position: 20px center;
  background-repeat: no-repeat;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #E3E4E5;
}
.modal-panel h2 {
  margin-top: 10px;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 70px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
}

.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;
  z-index: 100;
  top: 12px;
  bottom: 0;
  right: 10px;
}

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

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

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

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: 0px auto 30px;
  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: 0px auto 30px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

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

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

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

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

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

#credits a:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.breadcrumbs {
  font-style: normal;
  font-size: 14px;
  color: #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: #28CBC8;
  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: 80px;
  min-height: 700px;
}

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

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

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

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

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

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

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

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

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

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

:-ms-input-placeholder {
  color: #A0A5B1 !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 */
input[disabled] {
  color: #999;
  border: 1px solid #ccc;
}

body:after { /* Preload images */
  display: none;
  /*content: url("../img/logo-mobile.png") url("../img/logo.png") url("../img/glasses.png")  url("../img/logo-footer.png");*/
}

/* tic-header-06 begin */
/* tic-header-06 end */
.cabinet-page #after-header {
  display: none;
}

#header {
  margin-top: 0px;
  position: relative;
  z-index: 100;
  max-height: 48px;
  overflow: hidden;
}
#header > .container > div {
  display: flex;
  justify-content: space-between;
}
#header .top {
  height: 48px;
}
#header .top > .container > div {
  display: flex;
  justify-content: space-between;
}
#header .top {
  background-color: #fafafa;
}
#header .top .mobile-menu-container {
  display: flex;
  order: 1;
}
#header .top .mobile-menu-container .mobile-menu {
  display: block;
  position: relative;
}
#header .top .mobile-menu-container .mobile-menu:hover #mobile-menu-button > div {
  width: 100%;
}
@media (max-width: 600px) {
  #header .top .mobile-menu-container .mobile-menu {
    display: block;
  }
  #header .top .mobile-menu-container .mobile-menu span {
    display: none;
  }
}
@media (max-width: 990px) {
  #header .top .mobile-menu-container {
    order: 3;
  }
}
#header .top div.cabinet {
  display: none;
  order: 3;
}
@media (max-width: 600px) {
  #header .top div.cabinet {
    order: 1;
    display: block;
  }
}
#header .top div.add {
  display: none;
}
@media (max-width: 600px) {
  #header .top div.add {
    display: none !important;
  }
}
#header .top a {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  display: inline-block;
  height: 100%;
  color: #0079B9;
  background-position: left 9px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  padding: 3px 0 0 35px;
  text-decoration: none;
}
#header .top a.cabinet {
  background-image: url("../img/cabinet.png");
  position: relative;
  overflow: hidden;
}
#header .top a.cabinet:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 14px;
  background: #0079B9;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top a.cabinet:hover, #header .top a.cabinet:focus, #header .top a.cabinet:active {
  text-decoration: none;
}
#header .top a.cabinet:hover:after, #header .top a.cabinet:focus:after, #header .top a.cabinet:active:after {
  left: 38px;
  right: auto;
  width: calc(100% - 38px);
}
#header .top a.cabinet + span {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 12px 3px 0;
}
@media (max-width: 600px) {
  #header .top a.cabinet + span {
    display: none;
  }
}
@media (max-width: 600px) {
  #header .top a.cabinet {
    height: 48px;
  }
  #header .top a.cabinet > span {
    display: none;
  }
}
#header .top a.add {
  display: none;
  background-image: url("../img/add.png");
  position: relative;
  overflow: hidden;
}
#header .top a.add:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 14px;
  background: #0079B9;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top a.add:hover, #header .top a.add:focus, #header .top a.add:active {
  text-decoration: none;
}
#header .top a.add:hover:after, #header .top a.add:focus:after, #header .top a.add:active:after {
  left: 38px;
  right: auto;
  width: calc(100% - 38px);
}
@media (max-width: 600px) {
  #header .top a.add {
    display: none;
  }
}
#header .top a.exit {
  background-image: url("../img/exit.png");
  background-position: left 15px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  padding: 3px 0 0 28px;
  margin-left: 32px;
}
.main-page #header .top a.exit {
  display: none;
}
@media (max-width: 600px) {
  #header .top a.exit {
    display: none;
  }
}
#header .top a > span {
  line-height: 42px;
  vertical-align: top;
  margin: 0px 2px 0;
}
#header a:hover {
  text-decoration: none;
}
#header a.logo {
  background-image: url("../img/logo.svg");
  height: 48px;
  min-width: 125px;
  max-width: 125px;
  background-size: 125px 40px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1040px) {
  #header {
    overflow: hidden;
  }
  #header .top {
    /*display: none;*/
  }
  #header .menu-container {
    display: none;
  }
  #header > .container > div {
    display: block;
  }
  #header a.logo {
    /*margin: 70px auto 0px;
    min-height: 125px;
    height: 125px;
    padding: 0;
    background-position: center;
    &:after {
    	display: none;
    }
    & > span {
    	display: none;
    }*/
  }
}
#header + #after-header {
  height: 20px;
  /*background-color: #fafafa;*/
}
@media (max-width: 1040px) {
  #header + #after-header {
    /*height: 50px;*/
  }
}
#header {
  padding: 0px 0 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.main-page #header a.logo {
  display: none;
}
.main-page #header div.add {
  display: none;
}
.cabinet-page #header {
  /*display: none;*/
  position: fixed;
}
.main-page.search #header {
  display: none;
}
.main-page.search #header .mobile-menu {
  order: 3;
  width: 30px;
}
.main-page.search #header .mobile-menu a {
  display: none;
}
@media (max-width: 990px) {
  .main-page.search #header {
    display: block;
  }
  .main-page.search #header a.logo {
    display: block;
    order: 2;
  }
  .main-page.search #header div.cabinet {
    display: block;
    order: 1;
  }
  .main-page.search #header div.cabinet a.cabinet > span {
    display: none;
  }
  .main-page.search #header div.cabinet a.exit {
    display: none;
  }
  .main-page.search #header div.cabinet span {
    display: none;
  }
}
@media (max-width: 1040px) {
  #header {
    padding: 0px 0 20px;
  }
}
@media (max-width: 600px) {
  #header .container {
    width: 100% !important;
    padding-left: 18px;
    padding-right: 20px;
  }
}

.main-page .main-panel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: calc(100vh - 48px);
}
.main-page .main-panel .mobile-menu {
  display: none;
}
.main-page h3 {
  margin: 71px 0 10px;
}
.main-page.search .main-panel {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  margin: 0 auto;
  width: calc(100% - 40px) !important;
  max-width: 1300px !important;
  padding: 0 190px 0 135px;
  /*position: fixed;*/
  z-index: 10;
  left: 0;
  right: 0;
}
.main-page.search .main-panel::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -20px;
  right: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
}
.main-page.search .main-panel + #offers {
  margin-top: 45px;
}
.main-page.search .main-panel {
  background-color: #fff;
}
.main-page.search .main-panel .big-logo {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 113px;
  height: 36px;
  background-size: 113px 36px;
  cursor: pointer;
}
.main-page.search .main-panel .mobile-menu {
  display: block;
  position: absolute;
  right: 0px;
  top: 9px;
}
.main-page.search .main-panel .mobile-menu #mobile-menu-button {
  left: -34px;
  top: 3px;
}
.main-page.search .main-panel .mobile-menu a {
  text-decoration: none;
  color: #0079B9;
}
.main-page.search .main-panel .search-string {
  width: calc(100% - 325px) !important;
  max-width: 100%;
  margin: 4px 0 15px;
  order: 1;
}
.main-page.search .main-panel .short-links {
  position: absolute;
  left: 0px;
  top: 76px;
  width: 100%;
  text-align: left;
}
.main-page.search .main-panel .offer_type-panel {
  order: 3;
  margin: 8px 0 20px;
}
.main-page.search .main-panel .offer_type-panel label {
  font-size: 12px;
}
.main-page.search .main-panel .offer_type-panel label input {
  width: 18px;
  height: 18px;
}
.main-page.search .main-panel .offer_type-panel label + label {
  margin-left: 6px;
}
.main-page.search .main-panel .offer_type-panel label span {
  margin: 2px 0 0 3px;
}
.main-page.search .main-panel .location-panel {
  order: 2;
}
.main-page.search .main-panel .location-panel a.select-location-link {
  background-image: url("../img/location.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 37px;
  padding-left: 36px;
  min-height: 37px;
  display: inline-block;
  color: #0079B9;
}
.main-page.search .main-panel .location-panel a.select-location-link > span {
  display: none;
}
.main-page.search .main-panel .location-panel > span {
  display: none;
}
.main-page.search .main-panel .location-panel {
  font-size: 12px;
  margin-top: 10px;
}
.main-page.search .main-panel .location-panel a.select-location-link {
  background-size: 16px 24px !important;
  padding-left: 20px !important;
  min-height: 27px !important;
  color: #0079B9 !important;
  font-weight: 500;
}
@media (max-width: 990px) {
  .main-page.search .main-panel {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px 45px;
    margin-top: 50px;
  }
  .main-page.search .main-panel::before {
    display: none;
  }
  .main-page.search .main-panel .big-logo {
    display: none;
  }
  .main-page.search .main-panel .mobile-menu {
    display: none;
  }
  .main-page.search .main-panel + #offers {
    margin-top: 0px;
  }
}
@media (max-width: 680px) {
  .main-page.search .main-panel {
    padding: 0 20px 0px;
  }
  .main-page.search .main-panel .short-links {
    margin: -4px 0 11px;
  }
  .main-page.search .main-panel .location-panel, .main-page.search .main-panel .offer_type-panel {
    margin-bottom: -5px;
  }
}
.main-page.search .main-page-contacts {
  display: none;
}
.main-page.search #offers {
  text-align: center;
  max-width: 1360px;
  margin: 0 auto 100px;
  position: relative;
}
@media (max-width: 1380px) {
  .main-page.search #offers {
    max-width: calc(100vw - 50px);
  }
}
@media (max-width: 690px) {
  .main-page.search #offers {
    max-width: 345px;
  }
}
.main-page.search #offers > div {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;*/
}
.main-page.search #offers .separator {
  float: left;
  clear: both;
  width: 100%;
}
.main-page.search #offers .modules-group {
  float: left;
}
.main-page.search #offers .modules-group.mw-1 {
  width: 340px;
}
.main-page.search #offers .modules-group.mw-2 {
  width: 680px;
}
@media (max-width: 1380px) {
  .main-page.search #offers .modules-group.mw-1 {
    width: calc((100vw - 50px) / 4 - 1px);
  }
  .main-page.search #offers .modules-group.mw-2 {
    width: calc((100vw - 50px) / 2 - 1px);
  }
}
@media (max-width: 690px) {
  .main-page.search #offers .modules-group.mw-1 {
    width: 170px;
  }
  .main-page.search #offers .modules-group.mw-2 {
    width: 340px;
  }
  .main-page.search #offers .modules-group .offer-module + .offer-module {
    margin-top: 0 !important;
  }
}
.main-page.search #offers .offer-module {
  display: inline-block;
  outline: 1px solid #E3E4E5;
  margin: 5px;
  position: relative;
  float: left;
  cursor: pointer;
}
.main-page.search #offers .offer-module .offer-module-marker {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 1px;
  height: 1px;
}
@media (max-width: 1360px) {
  .main-page.search #offers .offer-module {
    margin: calc((100vw - 50px) / 4 / 66);
  }
}
@media (max-width: 690px) {
  .main-page.search #offers .offer-module {
    margin: 5px;
    width: 335px;
  }
  .main-page.search #offers .offer-module.w330 {
    width: 165px;
  }
}
.main-page.search #offers #loading-marker {
  margin-top: 50px;
  height: 1px;
  /*position: absolute;
  bottom: 0px;*/
  clear: both;
}
@media (max-width: 680px) {
  .main-page.search .main-panel .search-string {
    width: 100% !important;
    min-width: 100%;
    margin: 4px 0 15px;
    order: 1;
  }
  .main-page.search .main-panel .offer_type-panel {
    white-space: nowrap;
    display: flex !important;
  }
  .main-page.search .main-panel .location-panel {
    white-space: nowrap;
  }
  .main-page.search .main-panel .short-links {
    position: static;
    order: 2;
  }
}

.big-logo {
  background-image: url("../img/logo.svg");
  height: 71px;
  width: 100%;
  background-size: 222px 71px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 430px) {
  .big-logo {
    background-size: 146px 47px;
    height: 47px;
  }
}

#template1-page {
  padding-top: 12px;
  padding-bottom: 160px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

#template2-page {
  padding-top: 12px;
  padding-bottom: 160px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

#template3-page {
  padding-top: 12px;
  padding-bottom: 160px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

#template4-page {
  padding-top: 12px;
  padding-bottom: 160px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

#template5-page {
  padding-top: 12px;
  padding-bottom: 160px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

/* tic-slider-03 begin */
/* tic-slider-03 end */
.main-slider {
  background-color: #293462;
}

#slider-0 {
  margin-left: 0px;
  margin-right: 0px;
}
#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;
}
@media (max-width: 600px) {
  #slider-0 .slider-item {
    overflow: hidden;
  }
  #slider-0 .slider-item:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
  #slider-0 .slider-item {
    background-image: none;
  }
}
#slider-0 .slider-item > .slider-item-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  display: none;
}
@media (max-width: 600px) {
  #slider-0 .slider-item > .slider-item-mobile {
    display: block;
  }
}
#slider-0 .slider-item .slider-text {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 35px 30px 20px 74px;
  width: 345px;
  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;
}
#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: 480px) {
  #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: -45px;
}
#slider-0 .slick-dots li button {
  border: 0;
  background: #28CBC8;
  opacity: 0.2;
  display: block;
  height: 16px;
  width: 16px;
  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 {
  opacity: 1;
}
#slider-0 {
  margin: 20px auto 80px;
  max-width: 1200px;
  /*outline: 1px solid $color-9;*/
  box-shadow: 0px 0px 62px rgba(0, 0, 0, 0.05);
}

#showcase {
  padding-bottom: 46px;
}

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

.product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.product-list .columns > div {
  display: inline-block;
  width: calc(16.6666666667% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1036px) {
  .product-list .columns > div {
    width: calc(20% - 0px);
  }
}
@media (max-width: 870px) {
  .product-list .columns > div {
    width: calc(25% - 0px);
  }
}
@media (max-width: 700px) {
  .product-list .columns > div {
    width: calc(33% - 0px);
  }
}
@media (max-width: 536px) {
  .product-list .columns > div {
    width: calc(50% - 0px);
  }
}
.product-list .columns > div {
  margin: 0 0 -1px -1px;
}
.product-list a, .product-list a:hover {
  text-decoration: none;
}

.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-product-card-04 begin */
/* tic-product-card-04 end */
.product-card {
  background: #FFFFFF;
  border: 1px solid #E3E4E5;
  max-width: 360px;
  height: 100%;
  transition: all ease-out 0.5s;
  padding: 15px 15px 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
.product-card:hover {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  z-index: 50;
}
.product-card.moving {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute;
  z-index: 100;
}
.product-card .note {
  display: none;
}
.product-card .product-photo {
  width: 100%;
  overflow: hidden;
}
.product-card .product-photo:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-card .product-photo {
  background-color: #fcfcfc;
  margin: 0 auto 17px;
  position: relative;
}
.product-card .product-photo.no-photo {
  background-image: url("../img/no-photo.png");
  background-size: auto;
  background-position: center;
}
.product-card .product-list-images .product-image {
  width: 100%;
  overflow: hidden;
}
.product-card .product-list-images .product-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-card .product-list-images .product-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fcfcfc;
  margin: 0;
  position: relative;
}
.product-card .product-list-images .product-image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card .product-list-images .product-image.no-photo {
  background-image: url("../img/no-photo.png");
  background-size: auto;
  background-position: center;
}
.product-card .product-list-images .slick-dots {
  bottom: 5px;
  right: 3px;
  text-align: center;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 2px 2px;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.product-card .product-list-images .slick-dots li {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 4px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  opacity: 0.5;
}
.product-card .product-list-images .slick-dots li + li {
  margin-left: 3px;
}
.product-card .product-list-images .slick-dots li.slick-active {
  opacity: 1;
}
.product-card .product-list-images .slick-dots li button {
  display: none;
  width: 0;
  height: 0;
}
.product-card .title-code .title {
  font-size: 14px;
  line-height: 135%;
  color: #4F4F4F;
  font-weight: 400;
  margin: 0;
}
.product-card .currency {
  display: none;
}
.product-card .price-stock {
  margin: 0px 0 10px;
  position: relative;
}
.product-card .price-stock .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #2E3D43;
  vertical-align: top;
  margin-bottom: 0px;
}
.product-card .price-stock .price.null {
  font-size: 17px;
}
.product-card .price-stock .old-price {
  text-decoration-line: line-through;
  margin-top: 0px;
  vertical-align: top;
  margin-left: 0.5em;
  color: #A4A4A4;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.product-card .price-stock .old-price > .currency-label {
  display: none;
}
.product-card .price-stock .percent {
  display: block;
  position: absolute;
  background: #A7E6FF;
  border-radius: 50px;
  font-style: normal;
  left: 5px;
  top: -41px;
  font-size: 13px;
  line-height: 110%;
  text-align: center;
  color: #ED4A7D;
  padding: 3px 10px 2px;
}
.product-card .params {
  margin-bottom: 12px;
}
.product-card .params .param {
  color: #A4A4A4;
  font-size: 13px;
  line-height: 110%;
}
.product-card .actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  text-align: center;
}
.product-card .actions .button {
  margin: 0;
}
.product-card .new {
  font-size: 11px;
  position: absolute;
  top: 120px;
  left: 0px;
  transform: rotate(-90deg);
  color: #2E3D43;
}
.product-card .hit {
  font-size: 11px;
  position: absolute;
  z-index: 10;
  top: 2px;
  right: 2px;
  color: #ED4A7D;
  font-weight: 500;
  text-align: center;
  font-size: 0;
  padding: 0 10px;
  background-image: url("../img/hit.png");
  background-size: 63px 63px;
  width: 63px;
  height: 63px;
  border-radius: 50px;
}
.product-card .sale {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: -1px;
  color: #fff;
  background-color: #009AEC;
  padding: 8px 10px 7px;
}
.product-card .no-login {
  border-top: 1px solid #E3E4E5;
  color: #A4A4A4;
  font-size: 11px;
  line-height: 130%;
  padding: 20px 10px 0;
}

.product-card-short {
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  border: 1px solid #E3E4E5;
  max-width: 130px;
  height: 100%;
  transition: all ease-out 0.5s;
  padding: 10px 10px 5px;
  width: 130px;
  margin: 0 -1px -1px 0;
}
.product-card-short h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 135%;
  color: #4F4F4F;
}
.product-card-short .product-image {
  overflow: hidden;
}
.product-card-short .product-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-card-short .product-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fcfcfc;
  margin: 0;
  position: relative;
}
.product-card-short .product-image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

/* tic-category-card-06 begin */
/* tic-category-card-06 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 23px 47px;
  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: #ED4A7D;
}
.category-card .category-logo {
  width: 296px;
  max-width: 100%;
  max-height: 180px;
  margin-left: auto;
  margin-right: auto;
}
.category-card .info .title {
  color: #2E3D43;
  font-size: 17px;
  padding: 12px 0 17px;
  margin: 0;
  border-bottom: 1px solid #E3E4E5;
}
@media (max-width: 500px) {
  .category-card .info .title {
    font-size: 24px;
  }
}
.category-card .info .note {
  font-size: 14px;
  line-height: 130%;
  color: #A4A4A4;
  padding: 10px 18px 9px;
  margin: 0;
}
.category-card .button-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
}
.category-card .button-container > span {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #0079B9;
}

/* tic-adv-01 begin */
/* tic-adv-01 end */
.about {
  background: #fff;
  padding: 30px 0 65px;
  text-align: center;
}
.about .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.about .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 750px) {
  .about .columns > div {
    width: calc(100% - 40px);
  }
}
.about .columns div {
  margin-bottom: 10px;
}
.about h2 {
  margin: 47px 0 53px;
}
.about p {
  text-align: left;
}
.about .button {
  margin-top: 0;
}

.mainpage-video {
  background: #293F53;
  color: #fff;
  padding: 30px 0 86px;
}
.mainpage-video h2 {
  margin: 47px 0 53px;
  text-align: center;
}
.mainpage-video .columns {
  display: flex;
}
.mainpage-video .columns .video-column {
  width: calc(66% - 40px);
  margin-right: 40px;
  margin-bottom: 20px;
  position: relative;
}
.mainpage-video .columns .video-column:before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 100px;
  background-image: url("../img/oscar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 100px;
  right: -12px;
  top: -2px;
  z-index: 1;
}
.mainpage-video .columns .text-column {
  width: calc(33% - 40px);
}
.mainpage-video .columns .text-column h4 {
  margin: 0px 0 30px;
}
.mainpage-video .columns .text-column ul {
  margin-bottom: 50px;
}
.mainpage-video .columns .text-column img + p {
  margin-top: 15px;
}
@media (max-width: 1030px) {
  .mainpage-video .columns .video-column {
    width: calc(50% - 40px);
  }
  .mainpage-video .columns .text-column {
    width: calc(50% - 40px);
  }
}
@media (max-width: 860px) {
  .mainpage-video .columns {
    display: block;
  }
  .mainpage-video .columns .video-column {
    width: 100%;
  }
  .mainpage-video .columns .text-column {
    width: 100%;
  }
}
.mainpage-video .reputation {
  max-width: calc(66% - 40px);
  margin: 10px 0;
  text-align: center;
}
@media (max-width: 1030px) {
  .mainpage-video .reputation {
    max-width: 600px;
    margin: 10px auto;
  }
}

.question-form {
  background: #293462;
  padding: 53px 0 75px;
  text-align: center;
}
.question-form .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.question-form .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1024px) {
  .question-form .columns > div {
    width: calc(50% - 40px);
  }
}
@media (max-width: 600px) {
  .question-form .columns > div {
    width: calc(100% - 40px);
  }
}
.question-form .columns {
  text-align: left;
}
.question-form .columns > div {
  margin-bottom: 0;
}
.question-form h2 {
  margin-bottom: 32px;
}
.question-form label {
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}
.question-form input {
  display: block;
  width: 100%;
}
.question-form textarea {
  display: block;
  width: 100%;
  height: 200px;
}
.question-form .button {
  margin-top: 25px !important;
  margin-bottom: 5px !important;
}
@media (max-width: 1024px) {
  .question-form .columns {
    justify-content: flex-end;
  }
  .question-form .columns > div:nth-of-type(2) {
    order: -1;
  }
  .question-form .columns > div:nth-of-type(2) textarea {
    height: 100px;
  }
  .question-form .columns > div:nth-of-type(3) {
    /*margin-left: 50%;
    margin-left: $grid-gutter;*/
    align-self: flex-end;
  }
}

#footer {
  position: relative;
  z-index: 100;
  overflow: hidden;
  margin-top: -30px;
  color: #9DA2AD;
  padding: 0 0 10px;
}
#footer:before {
  content: "";
  background-color: #0E2934;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  z-index: 0;
}
#footer .site-description {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  background-image: url("../img/stars.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 32px;
  margin: 8px 0 25px;
}
#footer .site-description > span {
  font-size: 17px;
  font-weight: 400;
  line-height: 110%;
  text-transform: none;
  display: block;
  margin-top: 5px;
}
#footer .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 800px) {
  #footer .columns > div {
    width: calc(100% - 40px);
  }
}
#footer .columns {
  position: relative;
  z-index: 1;
}
#footer .columns > div {
  margin-bottom: 0px;
}
#footer .columns > div:first-child {
  text-align: left;
  padding-top: 5px;
}
#footer .columns > div:first-child p {
  font-size: 14px;
  max-width: 380px;
}
#footer .columns > div:nth-of-type(2) {
  text-align: center;
  padding-top: 5px;
}
#footer .columns > div:last-child {
  text-align: right;
}
#footer .columns > div:last-child .contacts {
  display: inline-block;
  text-align: left;
}
#footer .columns > div:last-child .contacts p {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: 0;
}
#footer .columns > div:last-child .contacts p.all-contacts {
  margin-top: 20px;
  margin-left: 41px;
  font-size: 14px;
}
@media (max-width: 800px) {
  #footer .columns > div {
    margin-bottom: 20px;
  }
  #footer .columns > div:first-child {
    text-align: center;
  }
  #footer .columns > div:first-child p {
    margin-left: auto;
    margin-right: auto;
  }
  #footer .columns > div:last-child {
    text-align: center;
  }
  #footer .columns > div:last-child p {
    text-align: center;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  #footer .columns > div:last-child p.all-contacts {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
#footer .paysystems {
  text-align: center;
  padding-bottom: 10px;
}
#footer a {
  color: #9DA2AD;
}
#footer p {
  font-weight: 400;
}
#footer a:hover {
  text-decoration: none;
}
#footer a.phone {
  display: inline-block;
  background-image: url("../img/phone2.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding-left: 32px;
  margin-top: 9px;
  min-height: 25px;
  white-space: nowrap;
}
#footer a.email {
  display: inline-block;
  background-image: url("../img/email2.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 28px 19px;
  padding-left: 41px;
  margin-top: 9px;
  min-height: 25px;
  white-space: nowrap;
}
#footer .logo {
  position: relative;
  margin-top: 0px;
  z-index: 1;
  display: block;
  background-image: url("../img/logo-footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 225px 114px;
  min-width: 225px;
  min-height: 114px;
}
#footer .logo:hover {
  text-decoration: none;
}
@media print {
  #footer {
    display: none;
  }
}
#footer .created {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 1;
}
#footer .created > div.container {
  position: relative;
}
#footer .created a {
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  color: #F7FBFF;
  position: absolute;
  left: 16px;
  bottom: 0px;
  height: 33px;
  padding-left: 60px;
  transition: all 1s;
  transform: translateY(37px);
}
#footer .created a:hover {
  transform: translateY(10px);
  color: #F7FBFF;
  z-index: 9999;
}
#footer .created a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -23px;
  width: 56px;
  height: 56px;
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/vk-site/circle.png");
  transform-origin: center;
  transition: all 1s;
  transform: rotate(0deg);
}
#footer .created a:hover:before {
  transform: rotate(360deg);
}
#footer .created a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -23px;
  width: 56px;
  height: 56px;
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/vk-site/vk.png");
}
#footer .created a > span {
  position: relative;
  overflow: hidden;
}
#footer .created a > span:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: -1px;
  background: #ED4A7D;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .created a > span:hover, #footer .created a > span:focus, #footer .created a > span:active {
  text-decoration: none;
}
#footer .created a > span:hover:after, #footer .created a > span:focus:after, #footer .created a > span:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
@media (max-width: 800px) {
  #footer .created {
    display: none;
  }
}

ul.short_categories {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
ul.short_categories li {
  display: block;
  overflow: hidden;
  margin: 0 0 -1px 0;
}
ul.short_categories li a {
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  background-color: #fff;
  display: block;
  padding: 13px 0 12px 60px;
  font-size: 15px;
  line-height: 130%;
  position: relative;
}
ul.short_categories li a .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
  height: 32px;
}
ul.short_categories li a:hover {
  text-decoration: none;
  color: #0079B9;
}
ul.short_categories li a:hover:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 184, 255, 0.05);
}

/* tic-pushy-02 begin */
/* tic-pushy-02 end */
.pushy {
  max-height: calc(100% - 55px) !important;
  max-width: 360px;
  top: 55px;
  background: #EDF7FF;
  color: #2E3D43;
  text-align: center;
}
.pushy + .site-overlay {
  top: 55px !important;
}
.pushy a {
  color: #2E3D43;
}
.pushy hr {
  margin: 30px 0;
}
.pushy h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2E3D43;
  margin-bottom: 14px;
}
.pushy a.search {
  display: inline-block;
  background-image: url("../img/search3.png");
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 21px 23px;
  min-height: 23px;
  padding: 5px 0 5px 30px;
  margin: 14px auto 42px;
  vertical-align: top;
  color: #0079B9;
}
.pushy .contacts {
  text-align: center;
  margin: 52px 0 0px;
  padding: 0 0 50px;
}
.pushy .contacts h4 {
  margin-bottom: 6px;
  color: #ED4A7D;
}
.pushy .contacts a.phone {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  display: block;
  color: #28CBC8;
  margin-bottom: 20px;
  position: relative;
}
.pushy .contacts a.phone span {
  white-space: nowrap;
}
.pushy .contacts a.email {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  display: block;
  color: #28CBC8;
  margin-bottom: 20px;
  position: relative;
}
.pushy .contacts a.email span {
  white-space: nowrap;
}
.pushy .contacts > div + div {
  margin-top: 25px;
}
.pushy .pushy-menu ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.pushy .pushy-menu ul li {
  display: block;
  overflow: hidden;
  margin: 0 0 -1px 0;
}
.pushy .pushy-menu ul li:before {
  display: none;
}
.pushy .pushy-menu ul li a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 13px 0 12px 20px;
  font-size: 17px;
  line-height: 130%;
  position: relative;
  color: #0079B9;
}
.pushy .pushy-menu ul li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0079B9;
  border-color: #0079B9;
}
.pushy .pushy-menu ul li.separator {
  display: none;
}
.pushy .pushy-menu ul li > ul {
  display: none;
}
.pushy div.cabinet {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  padding: 0;
  margin-bottom: 54px;
}
.pushy div.cabinet > a {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 2px;
  height: 100%;
}
.pushy div.cabinet > a.cabinet {
  color: #fff;
  background-color: #ED4A7D;
  border-radius: 4px;
  padding: 10px 30px;
  width: calc(100% - 40px);
}
.pushy div.cabinet > a.cabinet:hover {
  text-decoration: none;
  background-color: #006DB6;
}
.pushy div.cabinet > a.cabinet > span {
  display: inline-block;
  background-image: url("../img/cabinet3.png");
  background-position: left center;
  background-size: 27px 27px;
  background-repeat: no-repeat;
  padding: 13px 0px 10px 35px;
}
.pushy div.cabinet > span {
  line-height: 42px;
  vertical-align: top;
  margin: 0px 2px 0;
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

.mCSB_inside > .mCSB_container {
  margin-right: 6px !important;
}

.mCSB_scrollTools {
  width: 6px !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #28CBC8 !important;
  opacity: 0.75 !important;
}

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;
    margin-bottom: 20px;
  }
}

ul.children-category-items {
  margin: 20px -10px 40px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.children-category-items li {
  display: inline-block;
  margin: 0 10px 25px;
  width: 200px;
  text-align: center;
}
ul.children-category-items li a {
  color: #28CBC8;
  display: block;
  padding: 0px 0px 0px;
  font-size: 15px;
  line-height: 110%;
  text-transform: uppercase;
}
ul.children-category-items li a .category-logo {
  width: 100%;
  background-size: cover;
  margin-bottom: 10px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
  position: relative;
}
ul.children-category-items li a .category-logo:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 100px;
  border: 3px solid #1B89B4;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  transform: scale(0) rotate(-360deg);
  opacity: 0;
  transition: all 1s;
  z-index: 10;
}
ul.children-category-items li a .category-logo > div {
  overflow: hidden;
}
ul.children-category-items li a .category-logo > div:before {
  content: "";
  padding-top: 100%;
  float: left;
}
ul.children-category-items li a .category-logo > div {
  width: 100%;
}
ul.children-category-items li a:hover {
  text-decoration: none;
}
ul.children-category-items li a:hover .category-logo:after {
  border-radius: 4px;
  transform: scale(1) rotate(0deg);
  opacity: 1;
  transition: all 0.5s;
}
@media (max-width: 1340px) {
  ul.children-category-items li {
    width: calc(16.6% - 20px);
  }
}
@media (max-width: 1100px) {
  ul.children-category-items li {
    width: calc(20% - 20px);
  }
}
@media (max-width: 930px) {
  ul.children-category-items li {
    width: calc(25% - 20px);
  }
}
@media (max-width: 760px) {
  ul.children-category-items li {
    width: calc(33% - 20px);
  }
}
@media (max-width: 560px) {
  ul.children-category-items li {
    width: calc(50% - 20px);
  }
}

/* tic-product-page-01 begin */
/* tic-product-page-01 end */
.product-page {
  padding-top: 2px;
}
.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: 40px;
  padding-bottom: 40px;
  padding-top: 12px;
}
@media (max-width: 991px) {
  .product-page .product-page-columns {
    display: block;
  }
  .product-page .product-page-columns .left-container {
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.product-page .product-images { /* Safari */
  position: sticky;
  /*top: 32px;*/
  top: 75px;
}
@media (max-width: 600px) {
  .product-page .product-images {
    position: relative;
    top: 0px;
  }
}
.product-page .product-images {
  margin-bottom: 20px;
}
.product-page .product-images .product-new {
  position: absolute;
  right: 11px;
  top: 0px;
  display: block;
  color: #2E3D43;
  padding: 8px 6px;
  font-size: 14px;
  font-weight: 900;
  z-index: 2;
}
.product-page .product-images .product-big-image {
  position: relative;
  z-index: 1;
  outline: 1px solid #E3E4E5;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  overflow: hidden;
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-big-image {
  cursor: pointer;
}
.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%);
  z-index: 1;
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-big-image.no-photo {
  background-image: url("img/no-photo.png");
  background-size: auto;
  cursor: default;
}
.product-page .product-images .product-big-image.multiple {
  margin-left: 77px;
  /*width: calc(100% - 100px);*/
}
.product-page .product-images .product-big-image > .video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #111;
}
.product-page .product-images .product-big-image > .video > div {
  overflow: hidden;
}
.product-page .product-images .product-big-image > .video > div:before {
  content: "";
  padding-top: 56%;
  float: left;
}
.product-page .product-images .product-big-image > .video > div {
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-big-image > .video .video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-page .product-images .product-big-image > .video .video-foreground, .product-page .product-images .product-big-image > .video .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product-page .product-images .product-alt-images {
  position: absolute;
  width: 64px;
  left: 0px;
  top: 48px;
  z-index: 10;
}
.product-page .product-images .product-alt-images.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: 1px solid #E3E4E5;
  margin: 5px 0;
}
.product-page .product-images .product-alt-images .product-alt-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-alt-images .product-alt-image + .product-alt-image {
  border-top: none;
}
.product-page .product-images .product-alt-images .product-alt-image.video {
  background: #111;
  position: relative;
}
.product-page .product-images .product-alt-images .product-alt-image.video > div {
  overflow: hidden;
}
.product-page .product-images .product-alt-images .product-alt-image.video > div:before {
  content: "";
  padding-top: 56%;
  float: left;
}
.product-page .product-images .product-alt-images .product-alt-image.video > div {
  width: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-alt-images .product-alt-image.video .video-background {
  background: #111;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-page .product-images .product-alt-images .product-alt-image.video .video-foreground, .product-page .product-images .product-alt-images .product-alt-image.video .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: 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 .product-title {
  font-size: 33px;
  margin: 10px 0 18px;
  max-width: 18em;
}
@media (max-width: 400px) {
  .product-page .product-title {
    font-size: 26px;
  }
}
.product-page .product-note {
  font-size: 14px;
}
.product-page .brand-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  outline: 1px solid #E3E4E5;
  vertical-align: middle;
}
.product-page .brand-title {
  display: inline-block;
  margin: 5px 0 10px;
  text-align: left;
}
@media (max-width: 400px) {
  .product-page .brand-title {
    margin: 0px 0 10px;
  }
}
.product-page .product-sale {
  display: inline-block;
  background: #ED4A7D;
  color: #FFFFFF;
  padding: 7px 7px 6px;
  font-size: 14px;
  font-weight: 900;
  z-index: 2;
  margin: 20px 0 -10px;
}
.product-page .price-stock {
  margin: 47px 0 20px;
}
@media (max-width: 400px) {
  .product-page .price-stock {
    margin: 20px 0 0px;
  }
}
.product-page .price-stock .price {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  color: #ED4A7D;
}
.product-page .price-stock .price > span.current-price {
  font-weight: 500;
}
.product-page .price-stock .price > span.currency {
  display: none;
}
.product-page .price-stock .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
@media (max-width: 480px) {
  .product-page .price-stock .price > span.price-note {
    display: block;
    margin-top: 10px;
  }
}
.product-page .price-stock .price > .old-price {
  position: relative;
  display: inline-block;
}
.product-page .price-stock .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #A4A4A4;
  transform: rotate(0deg);
  z-index: 2;
}
.product-page .price-stock .price > .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 0px);
  height: 1px;
  background-color: #fff;
  transform: rotate(0deg);
  z-index: 1;
}
.product-page .price-stock .price > .old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #ED4A7D;
  font-weight: 500;
  font-size: 17px;
}
.product-page .price-stock .price > .old-price {
  margin-right: 1em;
  font-size: 21px;
  font-weight: 300;
  color: #A4A4A4;
  vertical-align: top;
}
.product-page .price-stock .price .product-hit {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #ED4A7D;
  /*border: 1px solid $color-3;*/
  padding: 3px 20px;
  margin-left: 30px;
  transform: rotate(-15deg) translateY(-20px);
  transform-origin: left bottom;
  font-size: 0;
  background-image: url("../img/hit.png");
  background-size: 63px 63px;
  width: 63px;
  height: 63px;
  border-radius: 50px;
}
@media (max-width: 480px) {
  .product-page .price-stock .price .product-hit {
    /*transform: rotate(-15deg) translateY(0px);*/
    float: right;
  }
}
.product-page .price-stock .stock {
  margin: 30px 0 0;
  font-size: 14px;
}
.product-page .price-stock .stock.stock0 {
  color: #2E3D43;
}
.product-page .price-stock .stock.stock1 {
  color: #2E3D43;
}
@media (max-width: 400px) {
  .product-page .price-stock .stock {
    margin: 10px 0 0;
  }
}
.product-page .actions {
  margin-top: 20px;
}
.product-page .actions .button {
  margin: 0px;
  vertical-align: middle;
}
.product-page .actions > .form {
  display: block;
  white-space: nowrap;
  margin-top: 1.5em;
  margin-bottom: 15px;
}
@media (max-width: 430px) {
  .product-page .actions > .form {
    margin-top: 0.75em;
  }
}
.product-page .actions > .form + p {
  margin-top: 5px;
}
.product-page .actions > span {
  font-size: 14px;
  margin: 0 1em;
  vertical-align: middle;
}
.product-page .actions input.cart-count {
  width: 4em;
  margin-right: 8px;
}
.product-page .product-marketplaces {
  margin: 50px 0 0px;
}
.product-page .product-marketplaces p {
  color: #A4A4A4;
  margin-bottom: 10px;
}
.product-page .product-marketplaces .wildberries-button, .product-page .product-marketplaces .ozon-button {
  display: inline-block;
  width: 220px;
  height: 99px;
  border: 1px solid #0894CA;
  border-radius: 10px;
  margin: 0 20px 20px 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 220px 99px;
  background-position: center;
}
.product-page .product-marketplaces .wildberries-button:hover, .product-page .product-marketplaces .ozon-button:hover {
  background-color: #E5F8FF;
}
.product-page .product-marketplaces .wildberries-button {
  background-image: url("../img/wildberries-button.png");
}
.product-page .product-marketplaces .ozon-button {
  background-image: url("../img/ozon-button.png");
}
@media (max-width: 600px) {
  .product-page .product-marketplaces {
    text-align: center;
  }
  .product-page .product-marketplaces .wildberries-button, .product-page .product-marketplaces .ozon-button {
    margin: 0 10px 20px 10px;
  }
}
.product-page .related-products {
  margin: 25px 0 0px;
  max-width: 100%;
}
.product-page .related-products > div {
  position: relative;
  height: 230px;
}
.product-page .related-products > div > div {
  position: absolute;
  width: calc(50vw - 40px);
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-page .related-products > div > div {
    width: 100%;
  }
}
.product-page .related-products p {
  color: #A4A4A4;
  margin-bottom: 10px;
}
.product-page .related-products #related-slider {
  max-width: 100%;
}
.product-page .related-products #related-slider > div {
  width: 100%;
}
.product-page .related-products #related-slider > div div.slick-slide {
  width: 130px !important;
  margin-right: -1px;
  margin-bottom: 10px;
  outline: none;
}
.product-page .related-products #related-slider > div div.slick-slide a {
  outline: none;
}
.product-page .related-products #related-slider .slick-dots {
  bottom: -5px;
  left: 3px;
  text-align: left;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 2px 2px;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.product-page .related-products #related-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 4px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  opacity: 0.5;
}
.product-page .related-products #related-slider .slick-dots li + li {
  margin-left: 3px;
}
.product-page .related-products #related-slider .slick-dots li.slick-active {
  opacity: 1;
}
.product-page .related-products #related-slider .slick-dots li button {
  display: none;
  width: 0;
  height: 0;
}
.product-page .related-products #related-slider {
  /*@media (max-width: 1400px){
  	max-width: calc(520px - 3px);
  }
  @media (max-width: 1140px){
  	max-width: calc(390px - 2px);
  }
  @media (max-width: 991px){
  	max-width: 100% !important;
  }*/
}
.product-page .description {
  margin: 80px 0 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
}
.product-page table.product-params {
  background-color: #fff;
  margin: 80px 0 20px;
}
.product-page a.product-question {
  position: relative;
  overflow: hidden;
}
.product-page a.product-question:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #A0A5B1;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-page a.product-question:hover, .product-page a.product-question:focus, .product-page a.product-question:active {
  text-decoration: none;
}
.product-page a.product-question:hover:after, .product-page a.product-question:focus:after, .product-page a.product-question:active:after {
  left: 60px;
  right: auto;
  width: calc(100% - 60px);
}
.product-page a.product-question {
  margin-top: 40px;
  display: inline-block;
  background-image: url("../img/question.png");
  background-position: left 2px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  padding: 7px 0 7px 60px;
  min-height: 48px;
}
.product-page a.product-question:hover {
  text-decoration: none;
}
.product-page a.product-question > span {
  font-size: 11px;
  display: block;
  color: #2E3D43;
}
.product-page a.product-question:hover > span {
  color: #2E3D43;
}
.product-page .no-login p {
  color: #2E3D43;
  max-width: 450px;
  margin: 50px 0 10px;
}

.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: 20px 0 40px;
}
.blog .blog-showcase {
  margin: 0 -20px;
}
.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% - 40px);
  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: #2E3D43;
  margin: 8px 0 9px;
}
.blog .blog-showcase > div p.views {
  font-size: 14px;
  color: #A0A5B1;
  margin-bottom: 5px;
}
.blog .blog-showcase > div p.note {
  color: #2E3D43;
}
.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: #2E3D43;
  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: #2E3D43;
}
.blog .blog-most-popular > a > div p {
  display: inline;
  font-size: 14px;
  line-height: 110%;
  color: #A0A5B1;
}
.blog .blog-most-popular > a:hover {
  color: #ED4A7D;
  text-decoration: none;
}
.blog .blog-most-popular > a:hover h3 {
  color: #ED4A7D;
}

.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: #ED4A7D;
  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: #2E3D43;
  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;
}
.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: #ED4A7D;
  font-weight: 500;
  font-size: 17px;
}
.product-order-dialog .price > .old-price {
  margin-right: 1em;
  font-size: 17px;
  color: #A0A5B1;
  vertical-align: top;
}
.product-order-dialog input.order-count {
  max-width: 5em;
}

.header-block {
  display: flex;
}
.header-block .clear-order {
  display: inline-block;
  margin: 45px 0 0 20px;
}
@media (max-width: 700px) {
  .header-block .clear-order {
    margin-top: 26px;
  }
}

.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.total {
  font-size: 26px;
  color: #ED4A7D;
}
.order-page p.total > span.sub-total {
  font-size: 21px;
  text-decoration-line: line-through;
}
.order-page.confirm p.total {
  text-align: center;
}
.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: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.order-page #order-confirm .columns > div {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 890px) {
  .order-page #order-confirm .columns > div {
    width: calc(100% - 40px);
  }
}
.order-page #order-confirm .login-panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
}
.order-page #order-confirm .login-panel p {
  max-width: 200px;
  font-size: 14px;
  margin-right: 10px;
}
.order-page #order-confirm > .top {
  display: flex;
  justify-content: flex-start;
}
.order-page #order-confirm > .top h2 {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 50px;
}
@media (max-width: 890px) {
  .order-page #order-confirm > .top {
    display: block;
  }
  .order-page #order-confirm > .top h2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.order-page #order-confirm > .top > .promo-panel {
  padding-top: 34px;
}
.order-page #order-confirm > .top > .promo-panel input {
  width: 6em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
  margin: 0 0 2px;
}
.order-page #order-confirm > .top > .promo-panel .button {
  margin: 0 0 2px;
  vertical-align: middle;
}
@media (max-width: 890px) {
  .order-page #order-confirm > .top > .promo-panel {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.order-page #order-confirm h2 {
  margin: 34px 0 50px;
}
@media (max-width: 890px) {
  .order-page #order-confirm h2 {
    margin: 34px 0 20px;
  }
}
.order-page #order-confirm h3 {
  margin: 0px 0 23px;
}
.order-page #order-confirm .client-form {
  /*margin: 30px 0 0px;*/
}
.order-page #order-confirm .user-promocodes {
  margin: 48px 0 20px;
}
.order-page #order-confirm .user-promocodes p {
  margin-bottom: 3px;
}
.order-page #order-confirm .user-promocodes table {
  background-color: #fff;
  width: auto;
}
.order-page #order-confirm .user-promocodes table tr > td:nth-of-type(1) {
  font-size: 14px;
  color: #A4A4A4;
}
.order-page #order-confirm .user-promocodes table tr > td:nth-of-type(2) {
  line-height: 20px;
  color: #ED4A7D;
}
.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 .delivery-form #delivery-note {
  font-weight: 500;
  margin: 0 0 5px 0;
}
.order-page #order-confirm .delivery-form #delivery-note .free-note {
  color: #006DB6;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers {
  display: flex;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers label {
  max-width: 86px;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers label + label {
  margin-left: 20px;
}
.order-page #order-confirm .delivery-form .free {
  color: #006DB6;
  text-transform: uppercase;
}
.order-page #order-confirm .select-header {
  color: #ED4A7D;
  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 input.readonly, .order-page #order-confirm label textarea.readonly {
  background-color: #FCF6E9;
}
.order-page #order-confirm label textarea.comment {
  height: 115px;
}
.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 > span.flat-label {
  margin: 0;
  vertical-align: middle;
}
.order-page #order-confirm label.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm label.register-checkbox {
  white-space: nowrap;
}
.order-page #order-confirm label.register-checkbox input {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.order-page #order-confirm label.register-checkbox span {
  margin: 4px 0 0 10px;
}
.order-page #order-confirm label.register-checkbox span > i {
  font-style: normal;
  color: #0079B9;
  cursor: pointer;
}
.order-page #order-confirm label.register-checkbox span > i:hover {
  color: #006DB6;
}
.order-page #order-confirm label.offer-checkbox {
  white-space: nowrap;
}
.order-page #order-confirm label.offer-checkbox input {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.order-page #order-confirm label.offer-checkbox span {
  margin: 4px 0 0 10px;
  max-width: 275px;
  white-space: normal;
}
.order-page #order-confirm label.offer-checkbox span > i {
  font-style: normal;
  color: #0079B9;
  cursor: pointer;
}
.order-page #order-confirm label.offer-checkbox {
  margin: 10px 0 10px;
}
.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: #2E3D43 !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: 30px;
}
.order-page #order-confirm .order-user-data p.item span {
  color: #A4A4A4;
  font-weight: 300;
}
.order-page #order-confirm textarea.order-comment {
  width: 100%;
  height: 200px;
}
.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: 460px) {
  .order-page #order-confirm {
    padding: 0 20px 2px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.order-page #order-confirm p.cabinet-link {
  max-width: 320px;
  margin-top: 40px;
}
.order-page #order-confirm.no-user label.comment {
  margin: 32px 0 18px;
}
.order-page #order-confirm.no-user label.register-checkbox {
  margin-bottom: 18px;
}
.order-page #order-confirm.user.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm.user label.register-checkbox {
  display: none;
}
.order-page #order-confirm.user > .top > .login-panel {
  display: none;
}
.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: #ED4A7D;
  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;
  }
}
.order-page .confirmed-order .paid {
  color: #219653;
  text-transform: uppercase;
}

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

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

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

.login-form {
  background-color: #fafafa;
}
.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 {
  width: 370px;
  min-width: 370px;
  background-color: #fafafa;
}
.reg-form h2 {
  margin-bottom: 30px;
}
.reg-form label {
  width: 100%;
}
.reg-form input {
  display: block;
  width: 100%;
}
.reg-form p.sm {
  margin: 4px 0 11px;
}

/*
.reg-form{
	position: relative;
	max-width: 935px;
	margin: 0px auto 0px;
	$breakpoints: (991px:1);
	@include tic-columns($columns-count: 2, $column-breakpoints: $breakpoints);
	.register-form{
		margin: 30px 0 0px;
	}
	.button-container{
		text-align: center;
		margin-top: 15px;
	}
	label{
		margin: 0px 0 10px;
		max-width: 340px;
		position: relative;
		input, textarea{
			display: block;
			margin-top: 5px;
			width: 100%;
		}
		input[type=radio]{
			width: auto;
			display: inline-block;
			margin-left: 0px;
		    min-width: 24px;
		    min-height: 24px;
		    vertical-align: top;
		}
		&>span{
			font-weight: 400;
			font-size: 16px;
			line-height: 130%;
			display: inline-block;
			margin: 7px 0 0 12px;
			vertical-align: top;
		}
	}
}*/
.showcase {
  background-color: #95AEC3;
  background-image: url(../img/products-bg.png);
  background-attachment: fixed;
  padding: 53px 0 90px;
}
.showcase h2 {
  text-align: center;
  color: #fff;
}

.content-two-columns .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 991px) {
  .content-two-columns .columns > div {
    width: calc(100% - 40px);
  }
}
@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;
}
.cabinet-user-form input {
  max-width: 100%;
  width: 450px;
}

.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 .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
}
.checkout-page .order-products .columns > div {
  display: inline-block;
  width: calc(25% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 740px) {
  .checkout-page .order-products .columns > div {
    width: calc(100% - 40px);
  }
}
.checkout-page .order-products {
  margin-bottom: 10px;
  background-color: #fff;
}
.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: #ED4A7D;
}
.checkout-page .order-products .product-card p .price-note {
  display: none;
}
.checkout-page .order-products .product-card .order-product-count {
  position: relative;
  margin: 20px auto 0;
}
.checkout-page .order-products .product-card .order-product-count span {
  color: #ED4A7D;
  font-size: 26px;
}
.checkout-page .total {
  line-height: 200%;
}

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

a.anchor {
  text-decoration: none;
}

.orders-list .title {
  font-weight: bold;
  color: #ED4A7D;
  white-space: nowrap;
  margin-right: 1em;
}
.orders-list .status {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.orders-list .status.pending {
  color: #12BED6;
}
.orders-list .status.prepare {
  color: #6A82D4;
}
.orders-list .status.ready {
  color: #39BAA3;
}
.orders-list .status.delivered {
  color: #FF620E;
}
.orders-list .status.done {
  color: #BC56A6;
}
.orders-list .status.canceled {
  color: #979497;
}
.orders-list a.tracking {
  display: inline-block;
  font-size: 14px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 12px;
  background-image: url("../img/delivery-tracking-icon.png");
  padding: 1px 0 0 28px;
}
.orders-list p {
  margin: 0 0 4px;
}
.orders-list p.time {
  font-size: 14px;
  margin-top: -10px;
  color: #A4A4A4;
}
.orders-list p.address {
  font-size: 14px;
  font-weight: 500;
}
.orders-list h4 {
  margin: 0 0 5px 0 !important;
  font-size: 16px;
}
.orders-list h4 a small {
  font-weight: bold;
  color: #0079B9;
}
.orders-list .paid {
  color: #39BAA3;
  text-transform: uppercase;
  margin: 10px 0 0px 0 !important;
}
.orders-list .button {
  margin: 7px 0 10px;
}
.orders-list table {
  border: none !important;
}
.orders-list table tr {
  background-color: #fff;
}
.orders-list table tr.order-separator {
  background-color: transparent;
}
.orders-list table tr.order-separator td {
  border: none !important;
  height: 2em;
}

.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: #ED4A7D;
}
.order-paiment-dialog .block.order-status .table.paid h3 {
  color: #28CBC8;
}
.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: #ED4A7D;
}
.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;
}
.order-paiment-dialog .block.odd.success {
  background-color: #28CBC8;
}
.order-paiment-dialog .block.odd {
  border-bottom: none;
  display: flex;
  align-items: center;
  height: 39px;
}
.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: #A0A5B1;
  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: #fafafa;
  background-image: url("../img/categories-bg.png");
  background-attachment: fixed;
  padding: 53px 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;
  }
}
@media (max-width: 480px) {
  .categories-block {
    padding: 20px 0 60px;
  }
}

.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:nth-of-type(4), table.order-products td:nth-of-type(6) {
  text-align: right;
}
table.order-products td:nth-of-type(5) {
  text-align: center;
}

#template2-page {
  padding-bottom: 50px;
}
#template2-page .columns {
  display: flex;
  justify-content: flex-start;
}
#template2-page .columns .pattern {
  width: calc(25% - 60px);
  margin-right: 60px;
  margin-top: 40px;
  max-width: 25%;
  border-radius: 0px;
  background-color: #95AEC3;
  background-image: url("../img/products-bg.png");
}
#template2-page .columns .content {
  width: calc(100% - 25%);
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  #template2-page .columns .pattern {
    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;
}
.product-modal-page > div .back-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 1px;
  background: #ED4A7D;
  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);
}
.product-modal-page > div .back-link {
  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: 10px;
  top: 70px;
}
@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: absolute;
  top: 0px;
  bottom: 0;
  right: 10px;
}
.product-modal-page .close-button {
  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: #2E3D43;
  text-decoration: underline;
}

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

.scroll-up {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 60px;
  height: 60px;
  background-image: url("../img/scroll-up.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px 44px;
  cursor: pointer;
}
p.warning {
  background-color: #ED4A7D;
  color: #fff;
  padding: 10px;
}

.category-descr {
  margin: 70px 0 50px;
  padding: 38px 0 10px;
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
}
.category-descr img {
  margin: 0 20px 30px 0;
}

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

.brands-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.brands-list a {
  color: #28CBC8;
  display: block;
  border: 1px solid #A0A5B1;
  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 #28CBC8;
  background-color: #28CBC8;
  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;
}

label > .clear-button {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: -35px;
  bottom: 4px;
  cursor: pointer;
}
label > .clear-button:before, label > .clear-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 1px;
  border-radius: 1px;
  background-color: #999;
  left: 0;
  top: 50%;
}
label > .clear-button:before {
  transform: rotate(45deg);
}
label > .clear-button:after {
  transform: rotate(-45deg);
}
label > .clear-button:hover:before, label > .clear-button:hover:after {
  background-color: #ED4A7D;
}

/*
.modal-panel.login-form{
	max-width: 360px !important;
	min-width: 360px !important;
	padding: 0;
	overflow: hidden;
	.button{
		width: 100%;
	}
	.phone-form{
		padding: 32px;
		background-color: #f5f5f5;
		position: relative;
		z-index: 1;
	}
	.sms-form{
		background-color: #f5f5f5;
		outline: 1px solid #ccc;
		padding: 32px;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		transition: all 0.5s;
		transform: translateX(-100%);
		input#sms-code{
			text-align: center;
		}
	}
	#login-form.sent{
		.sms-form{
			transform: translateX(0);
		}
	}
}
*/
.order-tracking {
  margin: 30px 0 20px;
}
.order-tracking h4 {
  margin-bottom: 25px;
}
.order-tracking .tracking-point {
  position: relative;
  padding: 0 0 0 39px;
  margin-top: 38px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../img/delivery-tracking-pass.png");
}
.order-tracking .tracking-point:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 4px 48px;
  background-image: url("../img/delivery-tracking-steps.png");
  left: 10px;
  top: -43px;
}
.order-tracking .tracking-point.current {
  background-image: url("../img/delivery-tracking-current.png");
}
.order-tracking .tracking-point.current:before {
  background-image: url("../img/delivery-tracking-steps2.png");
}
.order-tracking .tracking-point.finish {
  background-image: url("../img/delivery-tracking-pass.png");
  margin-top: 20px;
}
.order-tracking .tracking-point.finish:before {
  display: none;
}
.order-tracking .tracking-point .title {
  display: block;
  margin-bottom: 4px;
}
.order-tracking .tracking-point .time {
  display: block;
  font-size: 14px;
}
@media print {
  .order-tracking .tracking-point {
    margin-top: 10px;
  }
  .order-tracking .tracking-point:before {
    display: none;
  }
  .order-tracking .tracking-point .title {
    margin-bottom: 0px;
  }
}

.confirmed-order .order-tracking {
  margin: 60px 0 70px;
}

#template5-page {
  padding: 0;
}

.with-sidebar {
  display: flex;
}
.with-sidebar .sidebar-container {
  width: 25%;
  flex-shrink: 0;
  margin-right: 3%;
  position: relative;
  z-index: 10;
}
.with-sidebar .sidebar-container ul.short_categories {
  position: sticky;
  top: 70px;
  border-left: 1px solid #E3E4E5;
  border-right: 1px solid #E3E4E5;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.with-sidebar .content-container {
  max-width: 72%;
}
.with-sidebar .content-container .container {
  width: 100% !important;
  max-width: 100% !important;
}
.with-sidebar .content-container > div {
  position: relative;
  z-index: 2;
}
.with-sidebar .content-container > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 70.6666666667%;
  left: 29%;
  top: 0;
  width: 100vw;
  bottom: 0;
  transform: translateX(-50%);
}
.with-sidebar .content-container .product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.with-sidebar .content-container .product-list .columns > div {
  display: inline-block;
  width: calc(20% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1360px) {
  .with-sidebar .content-container .product-list .columns > div {
    width: calc(25% - 0px);
  }
}
@media (max-width: 1200px) {
  .with-sidebar .content-container .product-list .columns > div {
    width: calc(33% - 0px);
  }
}
@media (max-width: 700px) {
  .with-sidebar .content-container .product-list .columns > div {
    width: calc(50% - 0px);
  }
}
.with-sidebar .content-container .category-card .note {
  padding: 10px 10px 9px;
}
.with-sidebar .content-container .main-slider::before {
  background-color: #293462;
}
.with-sidebar .content-container .main-slider #slider-0 {
  margin: 0px auto 80px;
}
.with-sidebar .content-container .showcase {
  background-color: transparent;
  background-image: none;
}
.with-sidebar .content-container .showcase h2 {
  color: #2E3D43;
}
.with-sidebar .content-container .showcase {
  padding-top: 0;
}
.with-sidebar .content-container .showcase::before {
  background-color: #293462;
  /*background-color: #95AEC3;
  background-image: url(../img/products-bg.png);*/
  /*background-attachment: fixed;*/
}
.with-sidebar .content-container .categories-block {
  background-color: transparent;
  background-image: none;
}
.with-sidebar .content-container .categories-block::before {
  background-color: #fafafa;
  background-image: url(../img/categories-bg.png);
  /*background-attachment: fixed;*/
}
.with-sidebar .content-container .about::before {
  background-color: #fff;
}
.with-sidebar .content-container .mainpage-video {
  text-align: center;
}
.with-sidebar .content-container .mainpage-video .text-column {
  text-align: left;
}
.with-sidebar .content-container .mainpage-video::before {
  background-color: #293F53;
}
.with-sidebar .content-container .mainpage-video .reputation {
  max-width: calc(66% - 40px);
  margin: 10px 0;
}
@media (max-width: 1360px) {
  .with-sidebar .content-container .mainpage-video .columns {
    display: block;
  }
  .with-sidebar .content-container .mainpage-video .columns .video-column {
    width: 100%;
  }
  .with-sidebar .content-container .mainpage-video .columns .text-column {
    width: 100%;
  }
  .with-sidebar .content-container .mainpage-video .reputation {
    max-width: 500px;
    margin: 10px auto;
  }
}
.with-sidebar .content-container .question-form::before {
  background-color: #293462;
}
.with-sidebar .content-container .question-form .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.with-sidebar .content-container .question-form .columns > div {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 600px) {
  .with-sidebar .content-container .question-form .columns > div {
    width: calc(100% - 40px);
  }
}
.with-sidebar .content-container .question-form .columns {
  align-items: flex-start;
  justify-content: flex-end;
}
.with-sidebar .content-container .question-form .columns > div:nth-of-type(1) {
  order: 2;
  margin-bottom: 0px;
}
.with-sidebar .content-container .question-form .columns > div:nth-of-type(2) {
  order: 1;
  margin-bottom: 0px;
}
.with-sidebar .content-container .question-form .columns > div:nth-of-type(2) textarea {
  height: 100px;
}
.with-sidebar .content-container .question-form .columns > div:nth-of-type(3) {
  order: 3;
  margin-bottom: 0px;
  align-self: flex-end;
}
@media (max-width: 1040px) {
  .with-sidebar {
    display: block;
  }
  .with-sidebar .sidebar-container {
    display: none;
  }
  .with-sidebar .content-container {
    max-width: 100%;
  }
  .with-sidebar .content-container > div {
    position: relative;
    z-index: 2;
  }
  .with-sidebar .content-container > div::before {
    right: -20px;
    left: -40px;
    top: 0;
    bottom: 0;
    transform: translateX(0);
  }
}

.main-page .with-sidebar {
  /*margin-left: -20px;
  margin-right: -20px;*/
}

.modul-dialog h3 {
  text-align: center;
  margin: -10px auto 20px;
}
.modul-dialog .columns {
  display: flex;
}
.modul-dialog .columns .modul-container {
  flex-shrink: 0;
  min-width: 50%;
  margin-right: 30px;
  text-align: left;
}
.modul-dialog .columns .modul-container > div {
  display: inline-block;
  text-align: center;
}
.modul-dialog .columns .controls-container {
  width: 50%;
  text-align: left;
}
.modul-dialog .columns .controls-container label {
  display: block;
  position: relative;
  width: auto;
}
.modul-dialog .columns .controls-container label > span {
  width: 145px;
  display: inline-block;
  margin-right: 6px;
}
.modul-dialog .columns .controls-container label > span.delete {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  border-radius: 32px;
  background-image: url("../img/delete-button.png");
  background-size: 32px 32px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  cursor: pointer;
}
.modul-dialog .columns .controls-container input {
  width: 195px;
  height: auto !important;
}
.modul-dialog .columns .controls-container input.image-brightness {
  width: 80px;
}
.modul-dialog .columns .controls-container input.text-rotation {
  width: 80px;
}
.modul-dialog .columns .controls-container input.image-rotation {
  width: 80px;
}
.modul-dialog .columns .controls-container select {
  width: 195px;
}
.modul-dialog .columns .controls-container input.text {
  width: 350px;
}
.modul-dialog .columns .controls-container .minicolors > span {
  width: 30px;
  height: 30px;
}
.modul-dialog .columns .controls-container .minicolors input {
  padding-left: 40px;
}
.modul-dialog .columns .controls-container .modul-text-form, .modul-dialog .columns .controls-container .modul-image-form {
  position: relative;
}
.modul-dialog .columns .controls-container .modul-text-form:before, .modul-dialog .columns .controls-container .modul-image-form:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.modul-dialog .columns .controls-container .modul-text-form.active:before, .modul-dialog .columns .controls-container .modul-image-form.active:before {
  display: none;
}
.modul-dialog .columns .controls-container .modul-images h4 {
  margin-bottom: 0;
}
.modul-dialog .columns .controls-container .modul-images .user-images {
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 18px 18px 7px 3px;
}
.modul-dialog .columns .controls-container .modul-images .user-images > div {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100px !important;
  margin: 0 5px;
  vertical-align: top;
  cursor: pointer;
}
.modul-dialog .columns .controls-container .modul-images .user-images > div img {
  max-height: 100%;
  width: auto !important;
}
.modul-dialog .columns .controls-container .modul-images .user-images > div > span.delete {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  border-radius: 32px;
  background-image: url("../img/delete-button.png");
  background-size: 32px 32px;
  background-position: center;
  top: -16px;
  right: -16px;
  cursor: pointer;
}
.modul-dialog .columns .controls-container .modul-images .user-images > div:hover > img {
  outline: 3px solid #0894CA;
}
.modul-dialog .columns .controls-container .modul-images .user-images > div:hover > span.delete {
  display: block;
}
.modul-dialog .columns .controls-container .modul-images .user-images > div:hover {
  z-index: 10;
}
.modul-dialog .modul {
  outline: 1px solid #ccc;
  width: 330px;
  height: 190px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.modul-dialog .modul > div.text {
  font-family: "Roboto";
  position: absolute;
  display: inline-block;
  transform-origin: 50% 50%;
  left: 10px;
  top: 10px;
  width: auto !important;
  height: auto !important;
  line-height: 100% !important;
  white-space: nowrap;
}
.modul-dialog .modul > div.text > span {
  display: block;
}
.modul-dialog .modul > div.text > span:hover {
  outline: 1px dashed #ccc;
}
.modul-dialog .modul > div.logo {
  position: absolute;
  z-index: 10000;
  display: block;
  left: 1px;
  top: 100%;
  transform: translateY(-100%);
}
.modul-dialog .modul > div.logo:hover {
  outline: none;
}
.modul-dialog .modul > div.logo > div {
  display: block;
  width: 11px;
  height: 19px;
  margin-bottom: 1px;
}
.modul-dialog .modul > div.logo > div:nth-of-type(4) {
  background: #ED4A7D;
}
.modul-dialog .modul > div.logo > div:nth-of-type(3) {
  background: #28CBC8;
}
.modul-dialog .modul > div.logo > div:nth-of-type(2) {
  background: #84BCED;
}
.modul-dialog .modul > div.logo > div:nth-of-type(1) {
  background: #FFBB6A;
}
.modul-dialog .modul > div.image {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  height: auto !important;
  max-width: none;
}
.modul-dialog .modul > div.image:hover {
  outline: 1px dashed #ccc;
}

.render-modul {
  background-color: #ccc;
}
.render-modul > canvas {
  margin: 10px;
}

.link {
  cursor: pointer;
}

.modal-panel.contact-create-dialog h3 + p.note {
  font-size: 14px;
}
.modal-panel.contact-create-dialog label {
  width: 100%;
}
.modal-panel.contact-create-dialog label input {
  display: block;
  width: 100%;
}

.user-contact-row {
  display: flex;
}
.user-contact-row .user-contact-info {
  width: 50%;
}
.user-contact-row .user-contact-map {
  width: calc(50% - 20px);
  margin-left: 20px;
}

.modal-panel.offer-create-dialog {
  width: 600px;
}
.modal-panel.offer-create-dialog h3 + p.note {
  font-size: 14px;
}
.modal-panel.offer-create-dialog label {
  width: 100%;
}
.modal-panel.offer-create-dialog label input, .modal-panel.offer-create-dialog label select, .modal-panel.offer-create-dialog label textarea {
  display: block;
  width: 100%;
}
.modal-panel.offer-create-dialog p.field-label {
  margin: 0 0 0;
}
.modal-panel.offer-create-dialog .modules {
  display: flex;
  flex-wrap: wrap;
}
.modal-panel.offer-create-dialog .modules > div {
  position: relative;
  cursor: pointer;
  margin: 5px;
  opacity: 0.5;
}
.modal-panel.offer-create-dialog .modules > div:hover {
  opacity: 1;
}
.modal-panel.offer-create-dialog .modules > div:before {
  display: none;
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  border: 3px solid #009AEC;
  border-radius: 7px;
}
.modal-panel.offer-create-dialog .modules > div.selected {
  opacity: 1;
}
.modal-panel.offer-create-dialog .modules > div.selected:before {
  display: block;
}
.modal-panel.offer-create-dialog .modules > div > img {
  height: 120px !important;
  width: auto !important;
}
.modal-panel.offer-create-dialog .cke_editor_offer-note-editor {
  width: 100% !important;
}
.modal-panel.offer-create-dialog p.photos-label {
  margin: 10px 0 5px;
}
.modal-panel.offer-create-dialog .user-images {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 0px 18px 7px 3px;
}
.modal-panel.offer-create-dialog .user-images > div {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100px !important;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.modal-panel.offer-create-dialog .user-images > div img {
  max-height: 100%;
  width: auto !important;
}
.modal-panel.offer-create-dialog .user-images > div > input.checkbox {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 1px;
  right: 4px;
}
.modal-panel.offer-create-dialog .user-images > div > input.check-timestamp {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 80%;
}

#offers-tab .buttons-container {
  padding: 10px 0 0px;
}
#offers-tab .buttons-container .button + .button {
  margin-left: 35px;
}

.user-offers .user-offer {
  display: flex;
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  padding: 32px 0 10px;
  margin: 0px 0 -1px;
}
.user-offers .user-offer .user-offer-module {
  margin-right: 30px;
}
.user-offers .user-offer .user-offer-module img {
  max-width: 330px !important;
}
.user-offers .user-offer h2 {
  min-width: 53px;
  margin-top: -6px !important;
}
.user-offers .user-offer .offer-preview-links {
  background-color: #F5F5F5;
  margin: 12px 0 10px;
  display: flex;
  min-height: 78px;
}
.user-offers .user-offer .offer-preview-links p {
  width: 150px;
  font-size: 14px;
  padding: 21px 0px 0px 22px;
}
.user-offers .user-offer .offer-preview-links > a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
}
.user-offers .user-offer .offer-preview-links > a.mobile {
  background-image: url("../img/preview-mobile-icon.png");
  background-size: 28px 48px;
  width: 60px;
}
.user-offers .user-offer .offer-preview-links > a.desktop {
  background-image: url("../img/preview-desktop-icon.png");
  background-size: 52px 48px;
  width: 60px;
}
.user-offers .user-offer .user-offer-page {
  border: 1px solid #E3E4E5;
  padding: 16px 20px 24px 30px;
  margin-bottom: 15px;
  width: 565px;
}
.user-offers .user-offer .user-offer-page h3 {
  margin: 0px 0 8px;
}
.user-offers .user-offer .user-offer-page iframe {
  max-width: 100% !important;
}
.user-offers .user-offer .user-offer-status {
  display: flex;
  align-items: center;
  margin: -5px 0 11px;
}
.user-offers .user-offer .user-offer-status .offer-status-label {
  display: inline-block;
  padding: 2px 26px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.user-offers .user-offer .user-offer-status .offer-status-label.draft {
  background-color: #9DA2AD;
}
.user-offers .user-offer .user-offer-status .offer-status-label.pending {
  background-color: #F2994A;
  margin-top: 5px;
}
.user-offers .user-offer .user-offer-status .offer-status-label.approved {
  background-color: #27AE60;
  margin-top: 5px;
}
.user-offers .user-offer .user-offer-status .offer-status-label.declined {
  background-color: #EB5757;
  margin-top: 5px;
}
.user-offers .user-offer .user-offer-status .button.moderation {
  margin: 0 0 0 23px;
  padding: 9px 26px;
  border-radius: 4px;
}
.user-offers .user-offer .actions .button + .button {
  margin-left: 20px;
}
.user-offers .user-offer .user-offer-last {
  margin-left: 30px;
}
.user-offers .user-offer .user-offer-last a.more {
  font-size: 14px;
  line-height: 110%;
  display: inline-block;
  max-width: 135px;
}
.user-offers .user-offer .user-offer-last .images img {
  max-width: 156px;
  margin: 0px 0 5px;
}
.user-offers .user-offer .user-offer-last .images {
  margin-bottom: 0px;
}
.user-offers .user-offer .user-offer-last .images a.more {
  max-width: 156px;
}
.user-offers .user-offer .user-offer-last .images + hr {
  margin: 9px 0 16px;
}
.user-offers .user-offer .user-offer-last .keywords {
  margin: 0px 0 0px;
}
.user-offers .user-offer .user-offer-last .keywords > span {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 3px 10px;
  margin: 0 5px 5px 0;
  border-radius: 20px;
  font-size: 14px;
}
.user-offers .user-offer .user-offer-last .keywords a.more {
  margin-top: 4px;
}
.user-offers .user-offer .user-offer-last .keywords + hr {
  margin: 9px 0 16px;
}
.user-offers .user-offer .user-offer-last .locations {
  margin: 0px 0 0px;
}
.user-offers .user-offer .user-offer-last .locations > span {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 3px 10px;
  margin: 0 5px 5px 0;
  border-radius: 20px;
  font-size: 14px;
}
.user-offers .user-offer .user-offer-last .locations a.more {
  margin-top: 4px;
}

.file-browser {
  width: calc(100vw - 64px);
  height: calc(100vh - 64px);
  padding: 0;
}
.file-browser div.files-list-container {
  padding: 16px 32px;
  overflow: auto;
  width: 100%;
  height: calc(100% - 50px - 32px);
}
.file-browser div.uploaded-files {
  background-color: #fff;
  float: left;
  border: none;
  margin: 8px 8px 36px;
  height: 150px;
  position: relative;
  min-width: 150px;
  text-align: center;
  overflow: visible;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.file-browser div.uploaded-files div.act-panel {
  cursor: default;
}
.file-browser div.uploaded-files img {
  max-height: 150px;
}
.file-browser div.uploaded-files p {
  width: 100%;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: -32px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  white-space: pre-line;
  cursor: default;
  color: #555;
}
.file-browser div.noimages {
  font-size: 32px;
  line-height: 64px;
  font-weight: normal;
  margin: 36px auto;
  padding: 0;
  color: #fff;
  width: 80px;
  height: 64px;
  background-image: url("./file-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: 1px 1px 0px #FF4500;
}
.file-browser div.dir {
  margin: 36px auto;
  width: 64px;
  height: 64px;
  background-color: #fff;
  background-image: url("./folder-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.file-browser div.parent-dir {
  margin: 36px auto;
  width: 64px;
  height: 64px;
  background-color: #fff;
  background-image: url("./parent-folder-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

ul.locations {
  list-style: none;
}
ul.locations li {
  margin: 0;
}
ul.locations li:before {
  display: none;
}
ul.locations li label {
  margin: 0;
}
ul.locations ul {
  list-style: none;
  position: relative;
}
ul.locations ul > span.expand {
  position: absolute;
  display: block;
  left: -3px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #fff;
  cursor: pointer;
}
ul.locations ul > span.expand:before {
  content: "+";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
}
ul.locations ul > span.expand:hover {
  background-color: #eee;
}
ul.locations ul.regions ul {
  display: none;
}
ul.locations ul.regions.visible ul {
  display: block;
}
ul.locations ul.regions.visible > span.expand:before {
  content: "-";
  font-size: 24px;
}
ul.locations input {
  display: inline-block !important;
  width: 16px !important;
  height: 16px;
}

.search-towns-list {
  max-width: 384px;
  padding: 16px 61px;
}
@media (max-width: 430px) {
  .search-towns-list {
    padding-top: 70px;
  }
}
.search-towns-list ul.locations {
  padding-left: 0px;
}
.search-towns-list ul.locations span.expand {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0px 0 8px 5px;
}
.search-towns-list ul.locations span.expand:before {
  content: "";
  position: absolute;
  display: block;
  left: -28px;
  width: 24px;
  top: 0px;
  height: 24px;
  background-image: url("../img/plus-normal.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.search-towns-list ul.locations span.expand:hover:before {
  background-image: url("../img/plus-hover.png");
}
.search-towns-list ul.locations .visible span.expand:before {
  background-image: url("../img/minus-normal.png");
}
.search-towns-list ul.locations .visible span.expand:hover:before {
  background-image: url("../img/minus-hover.png");
}
.search-towns-list ul.locations ul.towns {
  padding: 7px 0 8px 6px;
}
.search-towns-list ul.locations ul.towns li {
  margin-bottom: 6px;
}
.search-towns-list ul.locations ul.towns input {
  width: 24px !important;
  height: 24px !important;
  margin: 0;
}
.search-towns-list ul.locations ul.towns input + span {
  padding: 1px 0 0px 7px;
  vertical-align: top;
  display: inline-block;
}
.search-towns-list .button-container {
  position: sticky;
  bottom: 0px;
  padding: 28px 0 28px;
  background-color: #fff;
  text-align: center;
}
.search-towns-list .button-container:before {
  content: "";
  position: absolute;
  display: block;
  left: -61px;
  right: -61px;
  top: 0px;
  height: 1px;
  background-color: #E3E4E5;
}

.search-string {
  background: #ffffff;
  border: 1px solid #A0A5B1;
  border-radius: 4px;
  padding-right: 60px;
  position: relative;
  width: 655px;
  max-width: calc(100% - 40px);
  margin: 54px auto 31px;
}
.search-string input {
  border: none;
  outline: none;
  line-height: 18px;
  width: 100%;
  padding-left: 5px;
  background: #FFFFFF;
  border-radius: 4px;
}
.search-string span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  cursor: pointer;
  background-image: url("../img/search-button.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px 23px;
}

.short-links {
  display: block;
  width: 655px;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  margin: -14px 0 30px;
  text-align: center;
}
.short-links a {
  font-weight: 500;
  font-size: 13px;
  line-height: 110%;
  display: inline-block;
  background: transparent;
  color: #2E3D43 !important;
  border-radius: 50px;
  padding: 8px 15px;
  margin-right: 1px;
  text-decoration: none !important;
  white-space: nowrap;
  outline: none !important;
}
.short-links a:hover {
  background: #F0F0F0;
}

.location-panel {
  margin: 0px 0 26px;
  order: 2;
}
.location-panel a.select-location-link {
  text-decoration: none;
  color: #2E3D43;
}
.location-panel a.select-location-link > span {
  color: #0079B9;
}
.location-panel a.select-location-link > span::before {
  content: " / ";
}
@media (max-width: 600px) {
  .location-panel {
    order: 3;
  }
  .location-panel > span {
    display: none;
  }
  .location-panel a.select-location-link {
    background-image: url("../img/location.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 37px;
    padding-left: 36px;
    min-height: 37px;
    display: inline-block;
  }
  .location-panel a.select-location-link > span {
    display: block;
  }
  .location-panel a.select-location-link > span::before {
    display: none;
  }
}

.offer_type-panel {
  display: flex;
  order: 3;
  flex-wrap: nowrap;
}
.offer_type-panel label input {
  width: 24px;
  height: 24px;
}
.offer_type-panel label span {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 6px;
}
.offer_type-panel label span.short {
  display: none;
}
.main-page.search .offer_type-panel label span.full {
  display: none;
}
.main-page.search .offer_type-panel label span.short {
  display: inline-block;
}
@media (max-width: 1700px) {
  .main-page.search .offer_type-panel label span.full {
    display: none;
  }
  .main-page.search .offer_type-panel label span.short {
    display: inline-block;
  }
}
.offer_type-panel label + strong {
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.offer_type-panel span.separator {
  display: inline-block;
  width: 16px;
}
@media (max-width: 600px) {
  .offer_type-panel {
    order: 2;
    display: block;
    margin: 16px 0 31px;
    white-space: nowrap;
  }
  .offer_type-panel label {
    display: inline-block;
    vertical-align: top;
  }
  .offer_type-panel span.separator {
    display: block;
  }
}

.main-page-contacts {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.main-page-contacts a.contacts {
  background-image: url("../img/contacts.png");
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  display: inline-block;
  height: 45px;
  color: #0079B9;
  background-position: left 12px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  padding: 3px 0 0 35px;
  text-decoration: none;
}
.main-page-contacts a.contacts > span {
  line-height: 45px;
  display: inline-block;
}
.main-page-contacts a.contacts {
  position: relative;
  overflow: hidden;
}
.main-page-contacts a.contacts:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 9px;
  background: #0079B9;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.main-page-contacts a.contacts:hover, .main-page-contacts a.contacts:focus, .main-page-contacts a.contacts:active {
  text-decoration: none;
}
.main-page-contacts a.contacts:hover:after, .main-page-contacts a.contacts:focus:after, .main-page-contacts a.contacts:active:after {
  left: 38px;
  right: auto;
  width: calc(100% - 38px);
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 5px 11px;
  width: 980px;
}
.main-menu a {
  font-weight: 400;
  font-size: 17px;
  color: #2E3D43;
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 63px 0 0;
  margin: 23px 0px 76px;
  text-align: center;
  text-decoration: none;
}
.main-menu a:hover {
  color: #0079B9;
}
.main-menu a.add-offer {
  background-image: url("../img/add-offer.png");
}
.main-menu a.rules {
  background-image: url("../img/rules.png");
}
.main-menu a.call-back {
  background-image: url("../img/call-back.png");
}
.main-menu a.cabinet {
  background-image: url("../img/cabinet2.png");
}
.main-menu a.safety {
  background-image: url("../img/safety.png");
}
.main-menu a.oferta {
  background-image: url("../img/oferta.png");
}
.main-menu a.price {
  background-image: url("../img/price.png");
}
.main-menu a {
  width: 33%;
}
@media (min-width: 431px) {
  .main-menu {
    top: 130px !important;
  }
}
@media (max-width: 800px) {
  .main-menu a {
    width: 50%;
  }
}
@media (max-width: 430px) {
  .main-menu {
    padding: 92px 0 0 20px;
    display: block;
  }
  .main-menu a {
    display: block;
    width: 100%;
    min-height: 28px;
    background-size: 28px 28px;
    background-position: left center;
    padding: 3px 0 0px 34px;
    margin: 0px 0px 25px;
    text-align: left;
  }
}

.formats-dialog {
  width: 1000px;
}
.formats-dialog .module-format {
  display: flex;
  padding: 32px 0px 40px 76px;
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  margin-bottom: -1px;
}
.formats-dialog .module-format > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.formats-dialog .module-format > div:nth-of-type(1) .button {
  margin-bottom: 0;
}
.formats-dialog .module-format h2 {
  margin: -6px 0px 20px;
}
.formats-dialog .module-format .free-price {
  display: flex;
  align-items: center;
}
.formats-dialog .module-format .free-price p {
  font-size: 14px;
  margin: 30px 0 0 10px;
}

.module-format-image {
  width: 124px;
  min-width: 124px;
  height: 191px;
  margin: 0 60px;
}

.module-price {
  margin-top: -14px;
}
.module-price .price-label {
  width: 160px;
  height: 53px;
  background-color: #28CBC8;
  font-weight: 700;
  font-size: 18px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 30px 10px 0 0;
}

.button.create-modul {
  margin: 22px 0 37px;
}

.user-modules > div.module {
  display: flex;
  padding: 32px 0px 27px 0px;
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  margin-bottom: -1px;
}
.user-modules > div.module h2 {
  margin: -6px 0px 20px 0px !important;
  min-width: 77px;
}
.user-modules > div.module .module-format-image {
  margin: 0 131px;
}
.user-modules > div.module img {
  max-width: 330px;
}
.user-modules > div.module .module-price {
  margin-top: -35px;
}
.user-modules > div.module .module-price .price-tabs, .user-modules > div.module .module-price .tab-content {
  /*display: none;*/
}
.user-modules > div.module .button {
  margin: 10px 0 10px;
}

.cabinet-header {
  display: flex;
  justify-content: space-between;
}
.cabinet-header > div {
  margin-bottom: 10px;
}
.cabinet-header > div:nth-of-type(2) {
  text-align: right;
}
.cabinet-header h2 {
  margin: 14px 0 29px;
}
.cabinet-header h3 {
  margin: 15px 0 5px;
}
.cabinet-header div.checkbox-container label {
  margin-bottom: 3px;
  display: inline-block;
  cursor: default;
}
.cabinet-header div.checkbox-container label input {
  width: 24px;
  height: 24px;
}
.cabinet-header div.checkbox-container label span {
  margin: 5px 0 0px 14px;
  vertical-align: top;
  display: inline-block;
}
.cabinet-header div.checkbox-container strong {
  font-weight: normal;
  cursor: pointer;
  vertical-align: top;
}
.cabinet-header .button {
  margin-bottom: 7px;
}
.cabinet-header + h1 {
  margin: 0px 0 35px;
}

.cabinet-fixed {
  left: 0;
  right: 0;
  top: 0;
  padding: 55px 0 10px;
  background-color: #fff;
  z-index: 10;
}
.cabinet-fixed + div {
  margin-top: 5px;
}
.cabinet-fixed > .container {
  margin-left: 0;
  margin-right: 0;
  min-width: 100%;
}
.cabinet-fixed {
  /*.cabinet-page &{
  	top: 37px;
  }*/
}

.modal-panel.offer-note {
  width: 530px;
}
.modal-panel.offer-note h3 {
  margin-top: 0px;
}

.modal-panel.offer, .modal-panel.offer-images-list {
  width: 800px;
}
.modal-panel.offer .modal-panel-header, .modal-panel.offer-images-list .modal-panel-header {
  display: block;
}
.modal-panel.offer .title, .modal-panel.offer-images-list .title {
  margin: 13px 0 10px;
}
.modal-panel.offer .area-title, .modal-panel.offer-images-list .area-title {
  color: #9DA2AD;
  text-align: center;
  margin: 0px 0 10px;
}
.modal-panel.offer label, .modal-panel.offer-images-list label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin: 0px 0 0px;
}
.modal-panel.offer label > span, .modal-panel.offer-images-list label > span {
  font-weight: 400;
  cursor: pointer;
  color: #0079B9;
}
.modal-panel.offer label > span:hover, .modal-panel.offer-images-list label > span:hover {
  text-decoration: underline;
}
.modal-panel.offer label + p, .modal-panel.offer-images-list label + p {
  margin: 0px 0 6px;
}
.modal-panel.offer label + p a, .modal-panel.offer-images-list label + p a {
  max-width: 295px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.modal-panel.offer .offer-main, .modal-panel.offer-images-list .offer-main {
  margin: 45px 0 36px;
  display: flex;
}
.modal-panel.offer .offer-main .area-title, .modal-panel.offer-images-list .offer-main .area-title {
  text-align: left;
}
.modal-panel.offer .offer-main .offer-module, .modal-panel.offer-images-list .offer-main .offer-module {
  margin: 5px 50px 20px 0;
}
.modal-panel.offer .offer-main .offer-module img, .modal-panel.offer-images-list .offer-main .offer-module img {
  max-width: 330px;
}
.modal-panel.offer .offer-main .offer-callback, .modal-panel.offer-images-list .offer-main .offer-callback {
  margin: 10px 0 0px;
}
.modal-panel.offer .offer-main .offer-callback p, .modal-panel.offer-images-list .offer-main .offer-callback p {
  font-size: 14px;
  margin: 0px 0 5px;
}
.modal-panel.offer .offer-main .offer-callback .button, .modal-panel.offer-images-list .offer-main .offer-callback .button {
  margin: 0px 0 0px;
}
.modal-panel.offer .offer-descr, .modal-panel.offer-images-list .offer-descr {
  border: 1px solid #E3E4E5;
  padding: 18px 50px 33px;
  margin-bottom: 42px;
}
.modal-panel.offer .offer-images, .modal-panel.offer-images-list .offer-images {
  border: 1px solid #E3E4E5;
  padding: 35px 25px 25px 35px;
  display: flex;
  flex-wrap: wrap;
}
.modal-panel.offer .offer-images img, .modal-panel.offer-images-list .offer-images img {
  max-height: 200px;
  margin: 0 10px 10px 0;
}
.modal-panel.offer .account, .modal-panel.offer-images-list .account {
  text-align: center;
  margin: 14px 0px 0px 0px;
  font-size: 12px;
}
@media (max-width: 800px) {
  .modal-panel.offer, .modal-panel.offer-images-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-panel.offer .offer-main, .modal-panel.offer-images-list .offer-main {
    display: block;
  }
  .modal-panel.offer .offer-main .offer-module, .modal-panel.offer-images-list .offer-main .offer-module {
    margin: 5px 0px 20px 0;
  }
  .modal-panel.offer .offer-main .offer-module img, .modal-panel.offer-images-list .offer-main .offer-module img {
    max-width: 100%;
  }
  .modal-panel.offer .offer-descr, .modal-panel.offer-images-list .offer-descr {
    padding: 18px 35px 33px;
  }
  .modal-panel.offer .offer-images, .modal-panel.offer-images-list .offer-images {
    padding-left: 30px;
  }
}
@media (max-width: 430px) {
  .modal-panel.offer .offer-main, .modal-panel.offer-images-list .offer-main {
    margin: -3px 0 36px;
  }
  .modal-panel.offer .offer-main .area-title, .modal-panel.offer-images-list .offer-main .area-title {
    text-align: center;
  }
}
.modal-panel.offer.mobile-preview, .modal-panel.offer-images-list.mobile-preview {
  max-width: 360px;
  min-width: 360px;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-panel.offer.mobile-preview .offer-main, .modal-panel.offer-images-list.mobile-preview .offer-main {
  display: block;
  margin: 41px 0 36px;
}
.modal-panel.offer.mobile-preview .offer-main .area-title, .modal-panel.offer-images-list.mobile-preview .offer-main .area-title {
  text-align: center;
}
.modal-panel.offer.mobile-preview .offer-main .offer-module, .modal-panel.offer-images-list.mobile-preview .offer-main .offer-module {
  margin: 5px 0px 20px 0;
}
.modal-panel.offer.mobile-preview .offer-main .offer-module img, .modal-panel.offer-images-list.mobile-preview .offer-main .offer-module img {
  max-width: 100%;
}
.modal-panel.offer.mobile-preview .offer-descr, .modal-panel.offer-images-list.mobile-preview .offer-descr {
  padding: 18px 35px 33px;
}
.modal-panel.offer.mobile-preview .offer-images, .modal-panel.offer-images-list.mobile-preview .offer-images {
  padding-left: 30px;
}

.modal-panel.offer-images-list .modal-panel-header {
  display: none;
}

.video-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video-container > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal-panel.offer-keywords-list {
  width: 800px;
}
.modal-panel.offer-keywords-list h2 {
  margin: 0px 0 20px;
}
.modal-panel.offer-keywords-list .keywords {
  margin: 0px 0px 10px;
}
.modal-panel.offer-keywords-list .keywords > span {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 5px 15px;
  margin: 0 8px 8px 0;
  border-radius: 20px;
  font-size: 16px;
}

.modal-panel.user-file-manager {
  width: 1000px;
  padding-bottom: 60px;
}
.modal-panel.user-file-manager h3 {
  margin: 0px 0 39px;
  text-align: center;
}
.modal-panel.user-file-manager .user-images {
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 25px 18px 12px 3px;
}
.modal-panel.user-file-manager .user-images div.img-container {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin: 0 5px;
  vertical-align: top;
  cursor: pointer;
}
.modal-panel.user-file-manager .user-images div.img-container img {
  max-height: 200px;
  width: auto !important;
}
.modal-panel.user-file-manager .user-images div.img-container > span.delete {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  border-radius: 32px;
  background-image: url("../img/delete-button.png");
  background-size: 32px 32px;
  background-position: center;
  top: -16px;
  right: -16px;
  cursor: pointer;
}
.modal-panel.user-file-manager .user-images div.img-container:hover > img {
  outline: 3px solid #0894CA;
}
.modal-panel.user-file-manager .user-images div.img-container:hover > span.delete {
  display: block;
}
.modal-panel.user-file-manager .user-images div.img-container:hover {
  z-index: 10;
}

.user-campaigns {
  padding-top: 15px;
}
.user-campaigns table th {
  font-weight: 400;
}
.user-campaigns h2 {
  margin-top: 0px !important;
}
.user-campaigns .user-offer-module img {
  max-width: 165px !important;
}
.user-campaigns .module-format-image {
  margin-top: 17px;
}
.user-campaigns p.label {
  color: #2E3D43;
  font-weight: 400;
  font-size: 14px;
  padding: 0px 0 0px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.user-campaigns .date-time {
  margin-bottom: 12px;
  position: relative;
  white-space: nowrap;
}
.user-campaigns .date-time input.date {
  display: inline-block;
  width: 105px;
  height: 40px;
}
.user-campaigns .date-time select.time {
  display: inline-block;
  width: 80px;
  margin-left: 6px;
  height: 40px;
}
.user-campaigns .module-price {
  margin: 0px 0 0px;
}
.user-campaigns .module-price .price-label {
  margin: 0px 0 0px;
  height: 40px;
  line-height: 40px;
}
.user-campaigns h3.enabled {
  color: #219653;
  margin: 0px 0 14px;
}
.user-campaigns h3.enabled + .button {
  margin: 0px 0 10px;
}
.user-campaigns h3.disabled {
  color: #EB5757;
  margin: 25px 0 20px;
}
.user-campaigns h3.disabled + .button {
  margin: 0px 0 35px;
}
.user-campaigns .enable-note {
  background: #FFFED3;
  font-size: 11px;
  padding: 10px 10px 10px;
  margin-top: 10px;
  font-weight: 500;
}
.user-campaigns .offer-locations {
  margin: 25px 0 19px;
}
.user-campaigns .offer-locations > span {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 3px 10px;
  margin: 0 5px 5px 0;
  border-radius: 20px;
  font-size: 14px;
}
.user-campaigns .offer-locations a.more {
  margin-top: 4px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 110%;
  display: inline-block;
}
.user-campaigns .offer-locations + hr {
  margin: 10px 0 13px;
}
.user-campaigns .statistic {
  margin-top: 19px;
}
.user-campaigns .statistic > div {
  display: flex;
  justify-content: space-between;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 24px;
  padding: 0px 0px 0px 30px;
  margin: 0px 0 10px 0px;
}
.user-campaigns .statistic > div > span {
  white-space: nowrap;
  font-size: 14px;
}
.user-campaigns .statistic > div > strong {
  font-size: 14px;
  margin-left: 10px;
}
.user-campaigns .statistic > div.module-view {
  background-image: url("../img/statistic/module-view.png");
}
.user-campaigns .statistic > div.module-click {
  background-image: url("../img/statistic/module-click.png");
}
.user-campaigns .statistic > div.phone-click {
  background-image: url("../img/statistic/phone-click.png");
}
.user-campaigns .statistic > div.site-click {
  background-image: url("../img/statistic/site-click.png");
}
.user-campaigns .statistic > div.email-click {
  background-image: url("../img/statistic/email-click.png");
}
.user-campaigns .statistic > div.video-click {
  background-image: url("../img/statistic/video-click.png");
}
.user-campaigns .statistic > div.photo-click {
  background-image: url("../img/statistic/photo-click.png");
}
.user-campaigns .statistic + a.more {
  margin-top: 10px;
  font-size: 14px;
  line-height: 110%;
  display: inline-block;
}

.account-number {
  font-size: 17px;
  font-weight: 400;
}

.cabinet-exit-link {
  margin-top: 50px;
}

.stopword {
  background-color: red;
  padding: 0 0.1em;
}

.not-format-modules {
  margin-top: 100px;
}
.not-format-modules > div {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.not-format-modules > div > div {
  display: block;
  text-align: center;
}

#template2-page a img {
  box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.1);
  margin: 15px 0 45px;
  max-height: 400px !important;
  width: auto !important;
  border: 1px solid #0079B9;
}

.modal-panel.image-view {
  background-color: #f0f0f0;
}
.modal-panel.image-view img {
  width: auto !important;
  max-width: none !important;
}

p.messengers a {
  outline: none;
  margin: 0 10px 0 20px;
}
p.messengers a img {
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

p.social a {
  outline: none;
  margin: 0 10px 0 20px;
}
p.social a img {
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.payment-dialog {
  width: 520px;
  background-color: #F5F5F5;
}
.payment-dialog .summ-label {
  margin: 22px 0 7px;
  font-weight: 600;
  font-size: 17px;
}
.payment-dialog label.summ {
  margin: 0px 0 27px 0px;
}
.payment-dialog .summ-value {
  font-size: 37px;
  width: 135px;
}
.payment-dialog .summ-value + span {
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 19px 0 0 10px;
}
.payment-dialog label.radio, .payment-dialog label.checkbox {
  margin: 0px 0px 24px 0px;
  padding: 0;
}
.payment-dialog label.radio input, .payment-dialog label.checkbox input {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin: 0px;
  vertical-align: top;
}
.payment-dialog label.radio input + span, .payment-dialog label.checkbox input + span {
  vertical-align: top;
  display: inline-block;
  margin: 0px 0px 0px 7px;
}
.payment-dialog label.radio input + span + a, .payment-dialog label.checkbox input + span + a {
  margin: 0px 0px 0px 0px;
  display: inline-block;
}
.payment-dialog .bill-form {
  display: none;
  margin: -5px 0 25px;
}
.payment-dialog .bill-form input {
  display: block;
  width: 100%;
}
.payment-dialog .bill-button {
  display: none;
}

.search-no-result {
  margin: 180px auto 0;
}
@media (max-width: 990px) {
  .search-no-result {
    margin: 25px auto 0;
  }
}

.balance-panel {
  display: flex;
}
.balance-panel a.money-report-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-right: 17px;
}

.pagination a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 7px 8px;
  border-radius: 2px;
  text-align: center;
}
.pagination a:hover {
  color: #fff !important;
  text-decoration: none;
}
.pagination a.current {
  cursor: default;
}

#alt-offers {
  text-align: center;
  max-width: 1360px;
  margin: 0 auto 100px;
  position: relative;
}
@media (max-width: 1380px) {
  #alt-offers {
    max-width: calc(100vw - 50px);
  }
}
@media (max-width: 690px) {
  #alt-offers {
    max-width: 345px;
  }
}
#alt-offers > div {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;*/
}
#alt-offers .separator {
  float: left;
  clear: both;
  width: 100%;
}
#alt-offers .modules-group {
  float: left;
}
#alt-offers .modules-group.mw-1 {
  width: 340px;
}
#alt-offers .modules-group.mw-2 {
  width: 680px;
}
@media (max-width: 1380px) {
  #alt-offers .modules-group.mw-1 {
    width: calc((100vw - 50px) / 4 - 1px);
  }
  #alt-offers .modules-group.mw-2 {
    width: calc((100vw - 50px) / 2 - 1px);
  }
}
@media (max-width: 690px) {
  #alt-offers .modules-group.mw-1 {
    width: 170px;
  }
  #alt-offers .modules-group.mw-2 {
    width: 340px;
  }
  #alt-offers .modules-group .offer-module + .offer-module {
    margin-top: 0 !important;
  }
}
#alt-offers .offer-module {
  display: inline-block;
  outline: 1px solid #E3E4E5;
  margin: 5px;
  position: relative;
  float: left;
  cursor: pointer;
}
#alt-offers .offer-module .offer-module-marker {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 1px;
  height: 1px;
}
@media (max-width: 1360px) {
  #alt-offers .offer-module {
    margin: calc((100vw - 50px) / 4 / 66);
  }
}
@media (max-width: 690px) {
  #alt-offers .offer-module {
    margin: 5px;
    width: 335px;
  }
  #alt-offers .offer-module.w330 {
    width: 165px;
  }
}
#alt-offers #loading-marker {
  margin-top: 50px;
  height: 1px;
  /*position: absolute;
  bottom: 0px;*/
  clear: both;
}

.alt-page-button-container {
  text-align: center;
}
.alt-page-button-container .button {
  margin: 50px 0px 0px 0px;
}

#template2-page > .columns {
  border-bottom: 1px solid #9DA2AD;
}/*# sourceMappingURL=common.css.map */