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

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

p {
  font-family: "Roboto", 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: "Russo One", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 41px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "Russo One", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h3, .h3 {
  font-family: "Russo One", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h4, .h4 {
  font-family: "Russo One", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

a {
  color: #04668C;
  outline: none;
  text-decoration: none;
}

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

a.anchor {
  text-decoration: none;
}

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

li {
  margin: 0 0 8px;
}

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

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 76px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 42px;
  height: 4px;
  background-color: #F21A80;
}
.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: #F21A80;
}
.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: #2E9AD8;
  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: #2E9AD8;
}
.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: #4C4036;
}
.price-filter .price-range-container .irs--flat .irs-handle > i {
  display: none;
}
.price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
  display: none;
}
.price-filter .button-container {
  padding-left: 2em;
  padding-top: 4px;
  /*margin-top: round($handle-label-height / 1.2);*/
}

.price-filter-container {
  background-color: transparent;
  padding: 10px 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .price-filter-container {
    margin-bottom: -20px;
  }
}

/* tic-switch-01 begin */
/* tic-switch-01 end */
.price-sorting {
  position: relative;
  min-height: 36px;
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}
.price-sorting > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 14px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #F21A80;
}
.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: #2E9AD8;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in;
}
.price-sorting.selected-right:after {
  left: calc(50% - -10px);
}
.price-sorting.selected-left:after {
  left: calc(50% - 39px);
}
.price-sorting > hr {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #e5e5e5;
}

.products-with-filters {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 50px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 1px solid #F21A80;
}
.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 50px 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: #04668C;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

.table-container table {
  margin: 0;
}

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

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

label {
  font-weight: 400;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #E8368A;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 18px 29px 18px;
  background: linear-gradient(180deg, #F04E9B 0%, #BA0D5F 100%);
  border-width: 2px;
  border-color: #fff;
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
}
button.button:hover, a.button:hover, .upload-button:hover {
  text-shadow: none;
  background: linear-gradient(180deg, #FE2B8F 0%, #E82480 100%);
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 11px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #E8368A;
  color: #F21A80;
}

.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;
}
#page.main-page {
  overflow: hidden;
}

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

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

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

#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#question-dialog textarea {
  height: 270px;
}

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

.modal-panel {
  position: absolute;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  margin: auto;
  max-width: 90%;
  cursor: default;
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success {
  text-align: center;
  max-width: 600px;
}
.modal-panel.warning {
  text-align: center;
  max-width: 600px;
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#credits a:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contrast-setting {
  position: 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: #E8368A;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "»";
  margin-left: 0.4em;
  margin-right: 0.4em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 19px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
/* tic-messengers-01 begin */
/* tic-messengers-01 end */
/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: -65px;
  height: 55px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
  color: #4C4036;
}
#header-top .container {
  height: 100%;
}
#header-top .content > a {
  color: #4C4036;
  font-size: 17px;
  font-weight: 300;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  background: #FFFCF3;
  left: 0;
  right: 0;
  top: 0;
  height: 55px;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top.scrolled, #header-top.for-product-page {
  top: 0px;
}
#header-top.scrolled #mobile-menu-button, #header-top.for-product-page #mobile-menu-button {
  width: 23px;
}
@media (max-width: 1090px) {
  #header-top {
    top: 0px;
  }
  #header-top #mobile-menu-button {
    width: 23px;
  }
  #header-top .content > a {
    margin-right: 20px !important;
  }
  #header-top .content > .top-phones {
    margin-right: 65px !important;
  }
}
#header-top .content {
  position: relative;
}
#header-top a.logo {
  display: block;
  background-image: url("../img/logo-mobile.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 137px 33px;
  min-width: 140px;
  height: 55px;
  min-height: 55px;
  margin-left: 0;
}
@media (max-width: 1040px) {
  #header-top a.logo {
    flex-grow: 1;
  }
}
@media (max-width: 1000px) {
  #header-top a {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
#header-top .top-phones {
  margin-right: 65px;
  margin-top: -1px;
}
#header-top .top-phones a.phone, #header-top .top-phones a.email {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  display: inline-block;
  color: #4C4036;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: center;
  position: relative;
  overflow: hidden;
}
#header-top .top-phones a.phone:after, #header-top .top-phones a.email:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 1px;
  background: #FFA1CB;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top .top-phones a.phone:hover, #header-top .top-phones a.phone:focus, #header-top .top-phones a.phone:active, #header-top .top-phones a.email:hover, #header-top .top-phones a.email:focus, #header-top .top-phones a.email:active {
  text-decoration: none;
}
#header-top .top-phones a.phone:hover:after, #header-top .top-phones a.phone:focus:after, #header-top .top-phones a.phone:active:after, #header-top .top-phones a.email:hover:after, #header-top .top-phones a.email:focus:after, #header-top .top-phones a.email:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header-top .top-phones a.phone span, #header-top .top-phones a.email span {
  white-space: nowrap;
}
#header-top .top-phones a.phone {
  margin-top: 0px;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 46px;
  min-height: 46px;
}
#header-top .top-phones a.phone > span {
  padding-top: 7px;
  display: inline-block;
}
#header-top .top-phones a.phone.mts {
  background-image: url("../img/mts.png");
  background-position: left center;
  background-size: 46px 46px;
  padding-left: 52px;
  position: relative;
  overflow: hidden;
  margin-left: 32px;
}
#header-top .top-phones a.phone.mts:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 6px;
  background: #2E9AD8;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top .top-phones a.phone.mts:hover, #header-top .top-phones a.phone.mts:focus, #header-top .top-phones a.phone.mts:active {
  text-decoration: none;
}
#header-top .top-phones a.phone.mts:hover:after, #header-top .top-phones a.phone.mts:focus:after, #header-top .top-phones a.phone.mts:active:after {
  left: 1px;
  right: auto;
  width: calc(100% - 1px);
}
#header-top .top-phones a.phone.a1 {
  background-image: url("../img/a1.png");
  background-position: left center;
  background-size: 46px 46px;
  padding-left: 42px;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
#header-top .top-phones a.phone.a1:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 6px;
  background: #2E9AD8;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top .top-phones a.phone.a1:hover, #header-top .top-phones a.phone.a1:focus, #header-top .top-phones a.phone.a1:active {
  text-decoration: none;
}
#header-top .top-phones a.phone.a1:hover:after, #header-top .top-phones a.phone.a1:focus:after, #header-top .top-phones a.phone.a1:active:after {
  left: 12px;
  right: auto;
  width: calc(100% - 12px);
}
#header-top .top-phones a.phone.stationary {
  background-image: url("../img/phone1.png");
  background-position: left center;
  background-size: 46px 46px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}
#header-top .top-phones a.phone.stationary:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 6px;
  background: #2E9AD8;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top .top-phones a.phone.stationary:hover, #header-top .top-phones a.phone.stationary:focus, #header-top .top-phones a.phone.stationary:active {
  text-decoration: none;
}
#header-top .top-phones a.phone.stationary:hover:after, #header-top .top-phones a.phone.stationary:focus:after, #header-top .top-phones a.phone.stationary:active:after {
  left: 10px;
  right: auto;
  width: calc(100% - 10px);
}
@media (max-width: 1020px) {
  #header-top .top-phones a.phone.a1 {
    display: none;
  }
}
@media (max-width: 780px) {
  #header-top .top-phones a.phone.stationary {
    display: none;
  }
  #header-top .top-phones a.phone.mts {
    background-image: url("../img/phone.png");
    background-position: left 16px;
    background-size: 24px 24px;
    padding-left: 35px;
  }
}
@media (max-width: 510px) {
  #header-top .top-phones a.phone.mts {
    padding-left: 35px;
    width: 48px;
  }
  #header-top .top-phones a.phone.mts > span {
    display: none;
  }
}
#header-top > div {
  border-bottom: 1px solid #E3E4E5;
}
#header-top.no-login .mobile-icons {
  display: none;
}
#header-top.no-login .top-phones {
  display: none;
}

/* tic-header-06 begin */
/* tic-header-06 end */
#header {
  margin-top: 0px;
  position: relative;
  z-index: 100;
  /*overflow: hidden;*/
  background: #FFFCF3;
  padding: 0px;
}
#header > .container > div {
  display: flex;
  justify-content: space-between;
}
#header .top {
  background-color: #FFFCF3;
  color: #4C4036;
  padding: 5px 0 7px;
  margin: 0px;
}
#header .top > .container > div {
  display: flex;
  justify-content: space-between;
}
#header .top p {
  margin: 12px 0 5px;
}
#header .top a.phone {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  display: inline-block;
  color: #4C4036;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: center;
}
#header .top a.phone span {
  white-space: nowrap;
}
#header .top .contacts a.phone {
  margin-top: 6px;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 46px;
  min-height: 46px;
}
#header .top .contacts a.phone > span {
  padding-top: 7px;
  display: inline-block;
}
#header .top .contacts a.phone.mts {
  background-image: url("../img/mts.png");
  background-position: left center;
  background-size: 46px 46px;
  padding-left: 52px;
  position: relative;
  overflow: hidden;
  margin-left: 32px;
}
#header .top .contacts a.phone.mts:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 6px;
  background: #2E9AD8;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top .contacts a.phone.mts:hover, #header .top .contacts a.phone.mts:focus, #header .top .contacts a.phone.mts:active {
  text-decoration: none;
}
#header .top .contacts a.phone.mts:hover:after, #header .top .contacts a.phone.mts:focus:after, #header .top .contacts a.phone.mts:active:after {
  left: 1px;
  right: auto;
  width: calc(100% - 1px);
}
#header .top .contacts a.phone.a1 {
  background-image: url("../img/a1.png");
  background-position: left center;
  background-size: 46px 46px;
  padding-left: 42px;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
#header .top .contacts a.phone.a1:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 6px;
  background: #2E9AD8;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top .contacts a.phone.a1:hover, #header .top .contacts a.phone.a1:focus, #header .top .contacts a.phone.a1:active {
  text-decoration: none;
}
#header .top .contacts a.phone.a1:hover:after, #header .top .contacts a.phone.a1:focus:after, #header .top .contacts a.phone.a1:active:after {
  left: 12px;
  right: auto;
  width: calc(100% - 12px);
}
#header .top .contacts a.phone.stationary {
  background-image: url("../img/phone1.png");
  background-position: left center;
  background-size: 46px 46px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}
#header .top .contacts a.phone.stationary:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 6px;
  background: #2E9AD8;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top .contacts a.phone.stationary:hover, #header .top .contacts a.phone.stationary:focus, #header .top .contacts a.phone.stationary:active {
  text-decoration: none;
}
#header .top .contacts a.phone.stationary:hover:after, #header .top .contacts a.phone.stationary:focus:after, #header .top .contacts a.phone.stationary:active:after {
  left: 10px;
  right: auto;
  width: calc(100% - 10px);
}
#header a:hover {
  text-decoration: none;
}
#header a.logo {
  display: block;
  overflow: hidden;
  margin-top: 12px;
  background-image: url("../img/logo.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 265px 45px;
  min-width: 275px;
  min-height: 45px;
  position: relative;
}
#header .menu-container {
  display: block;
  background-color: #6889A1;
  position: relative;
  z-index: 5;
}
#header .menu-container .main-menu {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 110%;
  color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  position: static;
}
#header .menu-container .main-menu > li {
  display: inline-block;
  color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  white-space: nowrap;
}
#header .menu-container .main-menu > li:before {
  display: none;
  content: "";
}
#header .menu-container .main-menu > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header .menu-container .main-menu > li > ul {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0s;
  transition-delay: 0.3s;
  display: block;
  color: #fff;
  z-index: 10000;
  position: absolute;
  left: 0px;
  top: 55px;
  width: auto;
  list-style: none;
  padding: 0;
}
#header .menu-container .main-menu > li > ul > li {
  display: block;
  position: relative;
  z-index: 10;
  text-transform: none;
  padding: 0;
  margin: 0px;
}
#header .menu-container .main-menu > li > ul > li:before {
  display: none;
}
#header .menu-container .main-menu > li > ul > li > a {
  background-color: #6889A1;
  padding: 17px 30px;
  white-space: nowrap;
  display: block;
  color: #fff;
  outline: 1px solid #fff;
  margin-bottom: 0px;
  text-decoration: none !important;
}
#header .menu-container .main-menu > li > ul > li > a:hover {
  text-decoration: none;
  background-color: #F21A80;
}
#header .menu-container .main-menu > li > a {
  padding: 17px 30px;
  white-space: nowrap;
  display: block;
  color: #fff;
  text-decoration: none !important;
  outline: none;
}
#header .menu-container .main-menu > li:hover > a {
  text-decoration: none;
  background-color: #F21A80;
  outline: 1px solid #fff;
}
@media (max-width: 1336px) {
  #header .menu-container .main-menu > li + li {
    margin-left: 0;
  }
  #header .menu-container .main-menu > li > a {
    padding: 17px 13px;
  }
}
@media (max-width: 1090px) {
  #header {
    display: none;
  }
}
#header + #after-header {
  height: 0px;
  background: #FFFCF3;
}
@media (max-width: 1090px) {
  #header + #after-header {
    height: 50px;
  }
}

ul.main-areas {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  margin: 34px 0 0px;
}
ul.main-areas li {
  margin: 0;
  outline: 1px solid #fff;
}
ul.main-areas li a {
  color: #4C4036;
  display: block;
  font-size: 17px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #F7FAFF;
  padding: 12px 0 12px;
  transition: all 0.1s;
  text-decoration: none;
}
ul.main-areas li a:hover {
  color: #fff;
  background: #E8368A;
}
ul.main-areas li.active a {
  color: #fff;
  background: #E8368A;
}

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

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

.order-page #header {
  display: none;
}
.order-page #header + #after-header {
  height: 40px;
}
@media print {
  .order-page #header {
    display: none;
  }
}
.order-page #header-top {
  top: 0px;
}
.order-page #header-top #mobile-menu-button {
  width: 23px;
}
@media print {
  .order-page #header-top {
    display: none;
  }
}
@media print {
  .order-page .breadcrumbs {
    display: none;
  }
}

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

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

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

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

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

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

.advantages {
  padding: 62px 0 30px;
}
.advantages .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.advantages .columns > div {
  display: inline-block;
  width: calc(25% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 991px) {
  .advantages .columns > div {
    width: calc(33% - 50px);
  }
}
@media (max-width: 750px) {
  .advantages .columns > div {
    width: calc(50% - 50px);
  }
}
@media (max-width: 360px) {
  .advantages .columns > div {
    width: calc(100% - 50px);
  }
}
.advantages img {
  margin-bottom: 18px;
}
.advantages p {
  max-width: 225px;
}
@media (max-width: 750px) {
  .advantages {
    padding: 20px 0 30px;
  }
}

#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: 1250px) {
  .product-list .columns > div {
    width: calc(25% - 0px);
  }
}
@media (max-width: 991px) {
  .product-list .columns > div {
    width: calc(33% - 0px);
  }
}
@media (max-width: 750px) {
  .product-list .columns > div {
    width: calc(50% - 0px);
  }
}
@media (max-width: 530px) {
  .product-list .columns > div {
    width: calc(100% - 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-03 begin */
/* tic-product-card-03 end */
.product-card {
  background: #fafafa;
  border: 1px solid #E3E4E5;
  max-width: 360px;
  height: 100%;
  transition: all ease-out 0.5s;
  padding-top: 0;
  padding-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.product-card:hover {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  z-index: 50;
}
.product-card.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: calc(100% - 64px);
  overflow: hidden;
  margin: 30px auto 10px;
  position: relative;
}
.product-card .product-photo:before {
  content: "";
  padding-top: 220%;
  float: left;
}
.product-card .product-photo.no-photo {
  background-image: url("../img/no-photo.png");
  background-position: center;
  background-size: auto;
}
.product-card .product-photo > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card .title-param .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 18px;
  text-align: center;
  color: #4C4036;
  min-height: 65px;
}
.product-card .card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 10px 20px;
}
.product-card .card-bottom .currency {
  display: none;
}
.product-card .card-bottom .stock {
  display: block;
  font-size: 11px;
  color: #4C4036;
  text-align: left;
}
.product-card .card-bottom .stock.stock0 {
  color: #F21A80;
}
.product-card .card-bottom .price-stock {
  margin: 0 17px 0px;
  padding: 9px 0 4px;
}
.product-card .card-bottom .price-stock .price {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 110%;
  text-align: center;
  color: #E8368A;
  vertical-align: top;
  margin-bottom: 3px;
}
.product-card .card-bottom .price-stock .price.null {
  font-size: 17px;
}
.product-card .card-bottom .price-stock .price > span.currency-label {
  color: #A4A4A4;
}
.product-card .card-bottom .price-stock .old-price {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  vertical-align: top;
  margin-right: 0.5em;
  color: #A4A4A4;
  font-size: 17px;
  letter-spacing: -0.05em;
}
.product-card .card-bottom .price-stock .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-card .card-bottom .price-stock .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 0px);
  height: 1px;
  background-color: #FFF6E1;
  transform: rotate(-5deg);
  z-index: 1;
}
.product-card .card-bottom .price-stock .old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #F21A80;
  font-weight: 500;
  font-size: 17px;
}
.product-card .card-bottom .price-stock .old-price > .currency-label {
  display: none;
}
.product-card .card-bottom .price-stock .price-note {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  color: #5B5B5B;
  margin-top: 5px;
}
.product-card .card-bottom table.product-params {
  margin: 0 17px;
  display: block;
  width: calc(100% - 34px);
  max-width: 100%;
}
.product-card .card-bottom table.product-params > tbody {
  display: block;
  width: 100%;
  max-width: 100%;
}
.product-card .card-bottom table.product-params tr {
  display: flex;
  justify-content: space-between;
}
.product-card .card-bottom table.product-params tr td {
  display: block;
  color: #4C4036;
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.product-card .card-bottom table.product-params tr td:nth-of-type(1) {
  text-align: left;
  flex-grow: 0;
  flex-shrink: 1;
}
.product-card .card-bottom table.product-params tr td:nth-of-type(2) {
  text-align: right;
  flex-grow: 1;
  flex-shrink: 0;
  overflow: visible;
}
.product-card .card-bottom table.product-params tr td:nth-of-type(2) > span {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.product-card .card-bottom table.product-params tr td:nth-of-type(2) > span:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: -50px;
  display: block;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  width: 50px;
}
.product-card .card-bottom .actions {
  display: flex;
  justify-content: space-between;
  margin: 17px 17px 0px;
}
.product-card .card-bottom .actions input.cart-count {
  width: 68px;
  color: #4C4036;
}
.product-card .card-bottom .actions .count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 0px;
}
.product-card .card-bottom .actions .count .plus, .product-card .card-bottom .actions .count .minus {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #F6FAFF;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}
.product-card .card-bottom .actions .count .plus.plus, .product-card .card-bottom .actions .count .minus.plus {
  background-image: url("../img/plus1.png");
  background-size: 13px 13px;
}
.product-card .card-bottom .actions .count .plus.minus, .product-card .card-bottom .actions .count .minus.minus {
  background-image: url("../img/minus1.png");
  background-size: 10px 3px;
}
.product-card .card-bottom .actions .count input {
  font-size: 22px;
  text-align: center;
  color: #4C4036;
  width: 68px;
  margin: 0px 10px;
  padding: 7px 1px;
  -moz-appearance: textfield;
}
.product-card .card-bottom .actions .count input::-webkit-outer-spin-button, .product-card .card-bottom .actions .count input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
.product-card .card-bottom .actions .measure {
  height: 20px;
  font-size: 14px;
  color: #A4A4A4;
  line-height: 20px;
}
.product-card .card-bottom .actions .button {
  margin: 0;
}
.product-card .new {
  font-size: 11px;
  position: absolute;
  top: 120px;
  left: 0px;
  transform: rotate(-90deg);
  color: #4C4036;
}
.product-card .hit {
  font-size: 11px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  color: #F21A80;
  font-weight: 500;
  text-align: right;
  padding: 0 10px;
}
.product-card .sale {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: absolute;
  top: 20px;
  left: -1px;
  color: #fff;
  background-color: #FF6B2C;
  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;
}

.moving {
  position: relative;
}
.moving > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

/* tic-adv-01 begin */
/* tic-adv-01 end */
.about {
  background: #fff;
  padding: 5px 0 0px;
}
.about .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.about .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 750px) {
  .about .columns > div {
    width: calc(100% - 50px);
  }
}
.about .columns > div.img-container {
  margin: 0;
  text-align: center;
}
.about h3 {
  margin: 65px 0 35px;
}

#footer {
  background-color: #2E333C;
  border-top: 1px solid #6889A1;
  position: relative;
  z-index: 100;
  overflow: hidden;
  color: #6889A1;
  padding: 25px 0 0px;
}
#footer .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer .columns > div {
  display: inline-block;
  width: calc(25% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1100px) {
  #footer .columns > div {
    width: calc(50% - 50px);
  }
}
@media (max-width: 580px) {
  #footer .columns > div {
    width: calc(100% - 50px);
  }
}
#footer .columns > div {
  margin-bottom: 20px;
}
#footer .top {
  margin-bottom: 25px;
}
#footer .top .logo {
  display: inline-block;
  overflow: hidden;
  margin-top: 12px;
  background-image: url("../img/logo-footer.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 265px 45px;
  min-width: 275px;
  min-height: 45px;
}
#footer p {
  max-width: 290px;
}
#footer a.u {
  color: inherit;
  text-decoration: underline !important;
}
#footer a.u:hover {
  color: #E8368A;
}
#footer a:hover {
  text-decoration: none;
}
#footer h5 {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 110%;
  color: #6889A1;
  margin: 18px 0 30px;
}
#footer .address {
  color: #fff;
}
#footer a.phone, #footer a.email {
  display: inline-block;
  white-space: nowrap;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 110%;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
#footer a.phone:after, #footer a.email:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer a.phone:hover, #footer a.phone:focus, #footer a.phone:active, #footer a.email:hover, #footer a.email:focus, #footer a.email:active {
  text-decoration: none;
}
#footer a.phone:hover:after, #footer a.phone:focus:after, #footer a.phone:active:after, #footer a.email:hover:after, #footer a.email:focus:after, #footer a.email:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer a.phone.email, #footer a.email.email {
  margin-top: 5px;
}
#footer a.instagram {
  display: inline-block;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 110%;
  color: #fff;
  line-height: 36px;
  min-height: 36px;
  white-space: nowrap;
  background-image: url("../img/instagram.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
  margin: 16px 0 20px;
}
#footer a.instagram:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 4px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer a.instagram:hover, #footer a.instagram:focus, #footer a.instagram:active {
  text-decoration: none;
}
#footer a.instagram:hover:after, #footer a.instagram:focus:after, #footer a.instagram:active:after {
  left: 50px;
  right: auto;
  width: calc(100% - 50px);
}
#footer .social {
  margin-top: -10px;
}
#footer .social a {
  margin-right: 1em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#footer .social a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .social a:hover, #footer .social a:focus, #footer .social a:active {
  text-decoration: none;
}
#footer .social a:hover:after, #footer .social a:focus:after, #footer .social a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .social a.viber {
  color: #B774ED;
}
#footer .social a.whatsapp {
  color: #2CC673;
}
#footer .social a.telegram {
  color: #70C6E9;
}
@media print {
  #footer {
    display: none;
  }
}
@media (max-width: 580px) {
  #footer p {
    max-width: 100%;
  }
}
#footer .created {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 1;
}
#footer .created > div.container {
  position: relative;
  max-width: 120px !important;
  margin: 0 auto;
}
#footer .created a {
  display: block;
  min-width: 97px;
  min-height: 40px;
  background-size: 97px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/tagican/tagican-light.svg");
  padding: 40px 0 20px;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #ACACAC;
  white-space: nowrap;
  position: absolute;
  left: 16px;
  bottom: 0px;
  height: 33px;
  transition: all 1s;
  transform: translateY(50px);
}
#footer .created a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #F22787;
  left: 38px;
  top: 0px;
  width: 13px;
  height: 13px;
  border-radius: 64px;
  transform-origin: center;
  transition: top 0.5s, transform 0.5s;
  transform: scale(5) translateY(3px);
}
#footer .created a:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-color: transparent;
  left: 0;
  top: -20px;
  right: 0;
  bottom: 0;
  transition: all 0s 1s;
}
#footer .created a:hover {
  transform: translateY(0px);
  z-index: 9999;
}
#footer .created a:hover:before {
  top: 50px;
  background-color: #FF4242;
  transform: scale(1) translateY(-50px);
}
#footer .created a:hover:after {
  top: 0px;
}
@media (max-width: 800px) {
  #footer .created {
    display: none;
  }
}

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  max-width: 380px;
}
.pushy {
  background-color: #fff;
  color: #4C4036;
  text-align: center;
}
.pushy a {
  color: #4C4036;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/pushy-close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy a.logo > span {
  display: block;
}
.pushy hr {
  border-top: 1px solid #E3E4E5;
}
.pushy .pushy-content {
  padding: 17px 15px 0px;
  background-image: url("../img/pushy-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.pushy hr {
  margin: 30px 0;
}
.pushy a.logo {
  background-image: url("../img/logo-pushy.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 138px 91px;
  height: 100px;
  margin: 20px 0 60px;
}
.pushy h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #F21A80;
  margin: 30px 0 15px;
}
.pushy .contacts {
  text-align: left;
  margin: -10px 0 0;
  padding: 0 20px;
}
.pushy .contacts p {
  margin-bottom: 5px;
}
.pushy .contacts p.worktime {
  font-size: 14px;
  margin: 8px 0 9px;
}
.pushy .contacts p.note {
  margin: -2px 0 2px;
}
.pushy .contacts a.phone {
  font-weight: 600;
  font-size: 17px;
  line-height: 110%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.pushy .contacts a.phone span {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.pushy .contacts a.phone span:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: -2px;
  background: #4C4036;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy .contacts a.phone span:hover, .pushy .contacts a.phone span:focus, .pushy .contacts a.phone span:active {
  text-decoration: none;
}
.pushy .contacts a.phone span:hover:after, .pushy .contacts a.phone span:focus:after, .pushy .contacts a.phone span:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy .contacts a.phone.mts:after {
  content: " (МТС)";
  font-weight: normal;
}
.pushy .contacts a.phone.a1:after {
  content: " (А1)";
  font-weight: normal;
}
.pushy .contacts a.phone.stationary:after {
  content: " (город)";
  font-weight: normal;
}
.pushy .contacts a.email {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.pushy .contacts a.email span {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.pushy .contacts a.email span:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: -2px;
  background: #4C4036;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy .contacts a.email span:hover, .pushy .contacts a.email span:focus, .pushy .contacts a.email span:active {
  text-decoration: none;
}
.pushy .contacts a.email span:hover:after, .pushy .contacts a.email span:focus:after, .pushy .contacts a.email span:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy .contacts > div + div {
  margin-top: 25px;
}
.pushy .pushy-menu {
  text-align: left;
  margin: 30px 0 0 20px;
}
.pushy .pushy-menu ul {
  display: inline-block;
  list-style: none;
  margin: 10px 0 10px;
}
.pushy .pushy-menu ul > li {
  margin-bottom: 5px;
}
.pushy .pushy-menu ul > li:before {
  display: none;
}
.pushy .pushy-menu ul > li > a {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.pushy .pushy-menu ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #4C4036;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy .pushy-menu ul > li > a:hover, .pushy .pushy-menu ul > li > a:focus, .pushy .pushy-menu ul > li > a:active {
  text-decoration: none;
}
.pushy .pushy-menu ul > li > a:hover:after, .pushy .pushy-menu ul > li > a:focus:after, .pushy .pushy-menu ul > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy .pushy-menu ul > li.separator {
  display: none;
}
.pushy .pushy-menu ul > li.with-sub {
  font-weight: bold;
}
.pushy .pushy-menu ul > li.with-sub > a {
  cursor: default !important;
  color: #A4A4A4;
}
.pushy .pushy-menu ul > li.with-sub > a:after {
  display: none;
}
.pushy .pushy-menu ul > li > ul {
  display: block;
  margin-left: 20px;
  font-weight: normal;
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

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

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

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

/* tic-product-page-01 begin */
/* tic-product-page-01 end */
.product-page {
  padding-top: 24px;
}
.product-page .product-page-columns {
  display: flex;
  justify-content: flex-start;
}
.product-page .product-page-columns .left-container {
  width: 66%;
  min-width: 66%;
  margin-right: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .product-page .product-page-columns .left-container {
    width: 50%;
    min-width: 50%;
  }
}
@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: 70px;
  text-align: center;
}
.product-page .product-images .product-new {
  position: absolute;
  right: 11px;
  top: 0px;
  display: block;
  color: #4C4036;
  padding: 8px 6px;
  font-size: 14px;
  font-weight: 900;
  z-index: 2;
}
.product-page .product-images .product-big-image {
  display: inline-block;
  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;
  margin: 0 20px 20px;
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.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-alt-images {
  position: absolute;
  width: 64px;
  left: 0px;
  top: 48px;
  z-index: 10;
}
.product-page .product-images .product-alt-images .slick-prev, .product-page .product-images .product-alt-images .slick-next {
  width: 46px;
  height: 46px;
  left: calc(50% - 23px);
  margin: 0;
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
}
.product-page .product-images .product-alt-images .slick-prev:before, .product-page .product-images .product-alt-images .slick-next:before {
  display: none;
}
.product-page .product-images .product-alt-images .slick-prev {
  top: -48px;
  bottom: auto;
  background-image: url("../img/prev-up.png");
  background-size: 46px 46px;
}
.product-page .product-images .product-alt-images .slick-next {
  top: auto;
  bottom: -48px;
  background-image: url("../img/next-down.png");
  background-size: 46px 46px;
}
.product-page .product-images .product-alt-images .product-alt-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #E3E4E5;
}
.product-page .product-images .product-alt-images .product-alt-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-alt-images .product-alt-image + .product-alt-image {
  border-top: none;
}
.product-page .product-title {
  font-size: 33px;
  margin: 0.7em 0 14px;
  max-width: 18em;
}
.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: 15px 0 10px;
  text-align: left;
}
.product-page .product-sale {
  display: inline-block;
  background: #F21A80;
  color: #FFFFFF;
  padding: 7px 7px 6px;
  font-size: 14px;
  font-weight: 900;
  z-index: 2;
  margin: 20px 0 -10px;
}
.product-page .price-stock {
  margin: 40px 0 20px;
}
.product-page .price-stock .price {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  color: #F21A80;
}
.product-page .price-stock .price > span.current-price {
  font-weight: 500;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 110%;
}
.product-page .price-stock .price > span.currency {
  display: none;
}
.product-page .price-stock .price > span.currency-label {
  color: #4C4036;
  font-size: 17px;
}
.product-page .price-stock .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
.product-page .price-stock .price > .old-price {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-size: 21px;
  font-weight: 300;
  color: #A4A4A4;
  vertical-align: top;
}
.product-page .price-stock .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #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: #F21A80;
  font-weight: 500;
  font-size: 17px;
}
.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: #F21A80;
  border: 1px solid #F21A80;
  padding: 3px 20px;
  margin-left: 20px;
  transform: rotate(-15deg);
  transform-origin: left bottom;
}
@media (max-width: 430px) {
  .product-page .price-stock .price .product-hit {
    margin-top: 50px;
  }
}
.product-page .price-stock .stock {
  margin: 30px 0 0;
  font-size: 14px;
}
.product-page .price-stock .stock.stock0 {
  color: #4C4036;
}
.product-page .price-stock .stock.stock1 {
  color: #4C4036;
}
.product-page .actions {
  margin-top: 0px;
}
.product-page .actions .button {
  margin: 0px;
  vertical-align: middle;
}
.product-page .actions > .form {
  display: inline-block;
  white-space: nowrap;
  margin-top: 1.5em;
}
.product-page .actions > span {
  font-size: 14px;
  margin: 0 1em;
  vertical-align: middle;
}
.product-page .actions input.cart-count {
  width: 4em;
  margin-right: 8px;
}
.product-page .description {
  margin: 100px 0 25px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
}
.product-page table.product-params {
  background-color: #fff;
  margin: 100px 0 25px;
}
.product-page a.product-question {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  display: inline-block;
  background-image: url("../img/question.png");
  background-position: left 2px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  padding: 7px 0 7px 60px;
  min-height: 48px;
}
.product-page a.product-question:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #C8CACE;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-page a.product-question:hover, .product-page a.product-question:focus, .product-page a.product-question:active {
  text-decoration: none;
}
.product-page a.product-question:hover:after, .product-page a.product-question:focus:after, .product-page a.product-question:active:after {
  left: 60px;
  right: auto;
  width: calc(100% - 60px);
}
.product-page a.product-question:hover {
  text-decoration: none;
}
.product-page a.product-question > span {
  font-size: 11px;
  display: block;
  color: #4C4036;
}
.product-page a.product-question:hover > span {
  color: #4C4036;
}
.product-page .no-login p {
  color: #4C4036;
  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: 25px 0 50px;
}
.blog .blog-showcase {
  margin: 0 -25px;
}
.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% - 50px);
  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: #4C4036;
  margin: 8px 0 9px;
}
.blog .blog-showcase > div p.views {
  font-size: 14px;
  color: #C8CACE;
  margin-bottom: 5px;
}
.blog .blog-showcase > div p.note {
  color: #4C4036;
}
.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: #4C4036;
  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: #4C4036;
}
.blog .blog-most-popular > a > div p {
  display: inline;
  font-size: 14px;
  line-height: 110%;
  color: #C8CACE;
}
.blog .blog-most-popular > a:hover {
  color: #F21A80;
  text-decoration: none;
}
.blog .blog-most-popular > a:hover h3 {
  color: #F21A80;
}

.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: #F21A80;
  margin: 0px 0 30px;
}
.product-order-dialog .price > span.current-price {
  font-weight: 500;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 110%;
}
.product-order-dialog .price > span.currency {
  display: none;
}
.product-order-dialog .price > span.currency-label {
  color: #4C4036;
  font-size: 14px;
  margin-left: 0.25em;
}
.product-order-dialog .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
.product-order-dialog .price > .old-price {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-size: 17px;
  color: #C8CACE;
  vertical-align: top;
}
.product-order-dialog .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #A4A4A4;
  transform: rotate(-5deg);
  z-index: 2;
}
.product-order-dialog .price > .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 0px);
  height: 1px;
  background-color: #fff;
  transform: rotate(-5deg);
  z-index: 1;
}
.product-order-dialog .price > .old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #F21A80;
  font-weight: 500;
  font-size: 17px;
}
.product-order-dialog input.order-count {
  max-width: 5em;
}

.order-page #order-table-container {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.order-page #order-table-container > table {
  margin: 0;
  background-color: #fff;
  width: 100%;
}
.order-page #order-table-container > table tr > td:nth-of-type(6) {
  text-align: right;
}
.order-page #order-table-container > table tr > th:nth-of-type(6) {
  text-align: right;
}
.order-page #order-table-container > table tr > th:nth-of-type(5) {
  text-align: center;
}
.order-page #order-table-container > table .product-photo {
  width: 80px;
  min-height: 50px;
  background-size: contain;
}
.order-page #order-table-container > table .product-photo.no-photo {
  background-image: url("../img/no-photo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.order-page .price-note {
  display: block;
  font-size: 11px;
}
.order-page p.total > span {
  font-size: 26px;
  color: #F21A80;
}
.order-page .order-product-count {
  text-align: center;
  position: relative;
  line-height: 21px;
  white-space: nowrap;
}
.order-page .order-product-count a {
  display: inline-block;
  width: 36px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  vertical-align: middle;
}
.order-page .order-product-count a.plus {
  background-image: url("../img/plus.png");
}
.order-page .order-product-count a.minus {
  background-image: url("../img/minus.png");
}
.order-page .order-product-count span {
  display: inline-block;
  width: 2em;
  height: 21px;
}
.order-page #order-confirm {
  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: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.order-page #order-confirm .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 991px) {
  .order-page #order-confirm .columns > div {
    width: calc(100% - 50px);
  }
}
.order-page #order-confirm h2 {
  margin: 34px 0 43px;
}
.order-page #order-confirm h3 {
  margin: 0px 0 23px;
}
.order-page #order-confirm .client-form {
  margin: 30px 0 0px;
}
.order-page #order-confirm .delivery-form {
  margin-top: 98px !important;
}
.order-page #order-confirm .select-header {
  color: #F21A80;
  margin-bottom: 28px;
}
.order-page #order-confirm .delivery-point-notes > div {
  display: none;
}
.order-page #order-confirm .button-container {
  text-align: center;
  margin-top: 15px;
}
.order-page #order-confirm label {
  margin: 0px 0 10px;
  max-width: 340px;
  position: relative;
}
.order-page #order-confirm label input, .order-page #order-confirm label textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
}
.order-page #order-confirm label textarea.comment {
  height: 133px;
}
.order-page #order-confirm label input[type=radio] {
  width: auto;
  display: inline-block;
  margin-left: 0px;
  min-width: 24px;
  min-height: 24px;
  vertical-align: top;
}
.order-page #order-confirm label > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  margin: 7px 0 0 12px;
  vertical-align: top;
}
.order-page #order-confirm label.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm .delivery-point-select {
  width: 100%;
  margin-bottom: 20px;
}
.order-page #order-confirm .select2-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 5px 0 0px 0;
}
.order-page #order-confirm .select2-container .select2-selection--single {
  border-radius: 0px !important;
  height: 40px;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__rendered {
  color: #4C4036 !important;
  padding: 5px 1px 4px !important;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__arrow {
  top: 9px;
}
.order-page #order-confirm h4 {
  margin-bottom: 10px;
}
.order-page #order-confirm .order-user-data h4 {
  margin-bottom: 30px;
}
.order-page #order-confirm .order-user-data p.item span {
  color: #4C4036;
  font-weight: 500;
}
.order-page #order-confirm textarea.order-address {
  width: 100%;
  height: 70px;
}
.order-page #order-confirm textarea.order-comment {
  width: 100%;
  height: 100px;
}
.order-page #order-confirm.loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 128px 128px;
}
.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: #F21A80;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.order-page .confirmed-order .print-link-container > a:hover, .order-page .confirmed-order .print-link-container > a:focus, .order-page .confirmed-order .print-link-container > a:active {
  text-decoration: none;
}
.order-page .confirmed-order .print-link-container > a:hover:after, .order-page .confirmed-order .print-link-container > a:focus:after, .order-page .confirmed-order .print-link-container > a:active:after {
  left: 32px;
  right: auto;
  width: calc(100% - 32px);
}
@media print {
  .order-page .confirmed-order .print-link-container > a {
    display: none;
  }
}

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

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

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

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

.reg-form {
  margin-top: -20px;
}
.reg-form h2 {
  margin-bottom: 30px;
}
.reg-form h4 {
  color: #E8368A;
}
.reg-form .input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.reg-form .input-group label {
  margin-right: 20px;
}
.reg-form .input-group label:last-child {
  margin-right: 0px;
}
.reg-form label {
  width: 250px;
  text-align: left;
}
.reg-form label.small {
  width: 90px;
}
.reg-form label.checkbox {
  width: auto;
  padding-left: 25px;
}
.reg-form input {
  display: block;
}
.reg-form p.sm {
  max-width: 600px;
  margin-left: 25px;
}

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

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

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

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

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

.checkout-page .with-left-sidebar {
  display: block;
}
.checkout-page .with-left-sidebar .main-content {
  width: 100%;
  margin-left: 0px;
}
.checkout-page .left-sidebar {
  display: none;
}
.checkout-page .order-products {
  margin-bottom: 10px;
  background-color: #fff;
}
.checkout-page .order-products .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.checkout-page .order-products .columns > div {
  display: inline-block;
  width: calc(25% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 740px) {
  .checkout-page .order-products .columns > div {
    width: calc(100% - 50px);
  }
}
.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: #F21A80;
}
.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: #F21A80;
  font-size: 26px;
}
.checkout-page .total {
  line-height: 200%;
}

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

a.anchor {
  text-decoration: none;
}

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

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

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

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

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

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

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

table.order-products div.product-photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  margin: -5px;
}
table.order-products td:first-child {
  width: 50px;
}
table.order-products td: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 > .container > .columns {
  display: flex;
  justify-content: flex-start;
}
#template2-page > .container > .columns .pattern-container {
  width: calc(25% - 60px);
  margin-right: 60px;
  margin-top: 40px;
  max-width: 25%;
}
#template2-page > .container > .columns .pattern-container .pattern {
  width: 100%;
  height: 100%;
  max-height: 1000px;
  border-radius: 4px;
  background-color: #95AEC3;
  background-image: url("../img/sidebar-bg.jpg");
  background-position: 100% 0px;
}
#template2-page > .container > .columns .content {
  width: calc(100% - 25%);
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  #template2-page > .container > .columns .pattern-container {
    display: none;
  }
  #template2-page > .container > .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-bottom: 30px;
  max-width: 100%;
  overflow: auto;
}
.product-modal-page > div .back-link {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  display: inline-block;
  background-image: url("../img/back-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 24px;
  cursor: pointer;
  position: fixed;
  left: 20px;
  top: 85px;
}
.product-modal-page > div .back-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 1px;
  background: #F21A80;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-modal-page > div .back-link:hover, .product-modal-page > div .back-link:focus, .product-modal-page > div .back-link:active {
  text-decoration: none;
}
.product-modal-page > div .back-link:hover:after, .product-modal-page > div .back-link:focus:after, .product-modal-page > div .back-link:active:after {
  left: 24px;
  right: auto;
  width: calc(100% - 24px);
}
@media (max-width: 991px) {
  .product-modal-page > div .back-link {
    left: 0;
    right: 0;
    top: 0;
    height: 44px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
    line-height: 44px;
    background-position: 20px center;
    padding-left: 44px;
  }
}
.product-modal-page .close-button-container {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 10px;
}
.product-modal-page .close-button {
  position: sticky;
  top: 0px;
}

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

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

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

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

.category-descr {
  margin: 40px 0 40px;
}
.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: #E8368A;
  display: block;
  border: 1px solid #C8CACE;
  padding: 12px 30px 12px;
  border-radius: 3px;
  font-size: 21px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
}
.brands-list a:hover {
  border: 1px solid #E8368A;
  background-color: #E8368A;
  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;
}

.first-screen {
  background-image: url("../img/visual.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 660px;
  position: relative;
}
.first-screen .visual {
  display: none;
  background-image: url("../img/visual.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.first-screen .columns {
  display: flex;
  justify-content: space-between;
}
.first-screen h1 {
  margin: 76px 0 21px;
  font-size: 26px;
  color: #F21A80;
}
.first-screen h1 span {
  display: block;
  font-size: 67px;
  margin: 23px 0 22px;
}
.first-screen h2 {
  max-width: 250px;
  margin: 0px 0 10px;
}
.first-screen h4 {
  margin: 89px 0 40px;
  font-size: 21px;
  color: #F21A80;
}
.first-screen h4 span {
  display: block;
  font-size: 41px;
  margin-top: 11px;
}
.first-screen h3 {
  font-size: 41px;
  margin: 0px 0 0px;
}
.first-screen .installment-form {
  margin-top: 98px;
  max-width: 400px;
  padding: 32px 53px;
  border-radius: 20px;
  background-image: url("../img/calc-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.first-screen .installment-form h3 {
  font-size: 26px;
  margin: 0px 0 24px;
  color: #FFF6E1;
}
.first-screen .installment-form label {
  color: #FFF6E1;
  margin-bottom: 20px;
}
.first-screen .installment-form label input, .first-screen .installment-form label select {
  display: block;
  color: #4C4036;
}
@media (max-width: 1250px) {
  .first-screen:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
  }
}
@media (max-width: 800px) {
  .first-screen {
    background-image: none;
    background-color: #FDF5E0;
  }
  .first-screen .columns {
    display: block;
    margin: 0 -20px;
  }
  .first-screen .columns > div:nth-of-type(1) {
    padding: 0 20px;
  }
  .first-screen .columns .visual {
    display: block;
    height: 350px;
  }
  .first-screen .columns .installment-form {
    margin: 0;
    border-radius: 0;
    max-width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .first-screen .columns .installment-form input, .first-screen .columns .installment-form button, .first-screen .columns .installment-form select {
    width: 100%;
  }
  .first-screen h1 {
    margin: 50px 0 50px;
  }
  .first-screen h1 span {
    display: block;
    font-size: 96px;
    margin: 7px 0;
    line-height: 90%;
  }
  .first-screen h2 {
    max-width: 100%;
    margin: 0px 0 10px;
    font-size: 33px;
  }
  .first-screen h4 {
    margin: 37px 0 35px;
  }
  .first-screen h4 span {
    font-size: 34px;
    margin-top: 6px;
  }
  .first-screen h3 {
    font-size: 33px;
    margin: 0px 0 0px;
  }
}

.first-screen.house {
  background-image: url("../img/house/visual.jpg");
}
.first-screen.house h1 {
  margin: 154px 0 40px;
  font-size: 41px;
  color: #fff;
}
.first-screen.house h1 span {
  display: block;
  font-size: 106px;
  line-height: 110%;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
.first-screen.house h2 {
  max-width: 250px;
  margin: 0px 0 10px;
  color: #FF228B;
  font-size: 41px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.75);
}
.first-screen.house h4 {
  margin: 45px 0 30px;
  font-size: 21px;
  color: #FFF6E1;
}
.first-screen.house h4 span {
  display: block;
  font-size: 41px;
  margin: 20px 0;
  letter-spacing: 0.07em;
}
.first-screen.house .installment-form {
  background: #FFF6E1;
}
.first-screen.house .installment-form h3 {
  color: #4C4036;
}
.first-screen.house .installment-form label {
  color: #4C4036;
}
.first-screen.house:before {
  display: none !important;
}
@media (max-width: 1000px) {
  .first-screen.house h1 {
    margin: 100px 0 40px;
  }
  .first-screen.house h1 span {
    font-size: 106px;
    margin-bottom: 0px;
  }
}
@media (max-width: 800px) {
  .first-screen.house h1 {
    margin: 40px 0 20px;
  }
  .first-screen.house h1 span {
    font-size: 106px;
    margin-bottom: 0px;
  }
  .first-screen.house h4 {
    margin: 20px 0 30px;
  }
  .first-screen.house h4 span {
    margin: 10px 0;
  }
}

.work-areas {
  background-color: #FFFCF3;
  padding: 70px 0 15px;
}
.work-areas .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.work-areas .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 740px) {
  .work-areas .columns > div {
    width: calc(100% - 50px);
  }
}
.work-areas h3 {
  color: #E8368A;
  margin: 26px 0 14px;
}
.work-areas .columns {
  flex-wrap: nowrap;
}
.work-areas .columns > div:nth-of-type(1) > div {
  display: flex;
  margin-top: 20px;
}
.work-areas .columns > div:nth-of-type(1) > div > div:nth-of-type(1) { /*image*/
  flex-shrink: 0;
  margin-right: 10px;
}
.work-areas .columns > div:nth-of-type(1) > div h3 {
  margin-top: 47px;
}
.work-areas .columns > div:nth-of-type(3) > div {
  display: flex;
  flex-direction: row-reverse;
}
.work-areas .columns > div:nth-of-type(3) > div > div:nth-of-type(1) { /*image*/
  flex-shrink: 0;
  margin-top: 55px;
}
.work-areas .columns > div:nth-of-type(3) > div h3 {
  margin-top: 67px;
}
@media (max-width: 1330px) {
  .work-areas .columns > div > div {
    display: block !important;
    margin-top: 0 !important;
  }
  .work-areas .columns > div > div > div {
    margin-top: 0 !important;
  }
  .work-areas .columns > div > div h3 {
    margin-top: 15px !important;
  }
}
@media (max-width: 740px) {
  .work-areas {
    padding: 50px 0 17px;
  }
  .work-areas .columns > div {
    text-align: center;
  }
  .work-areas .columns > div h3 {
    text-align: center;
  }
  .work-areas ul.mini-menu li {
    text-align: center !important;
  }
}

.profiles {
  background-color: #FFFCF3;
  padding: 0px 0 40px;
}
.profiles .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.profiles .columns > div {
  display: inline-block;
  width: calc(25% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1240px) {
  .profiles .columns > div {
    width: calc(33% - 0px);
  }
}
@media (max-width: 940px) {
  .profiles .columns > div {
    width: calc(50% - 0px);
  }
}
@media (max-width: 640px) {
  .profiles .columns > div {
    width: calc(100% - 0px);
  }
}
.profiles h2 {
  margin: 0 0 47px;
  max-width: 400px;
}
.profiles .card {
  background-color: #fff;
  border: 1px solid #E3E4E5;
  margin: 0 -1px -1px 0 !important;
  padding: 24px 30px 140px;
  text-align: center;
  position: relative;
}
.profiles .card h3 {
  margin: 0 0 50px;
  text-align: left;
}
.profiles .card table {
  position: absolute;
  bottom: 35px;
}
.profiles .card table tr td {
  text-align: left;
  font-size: 14px;
  line-height: 155%;
}
.profiles .card table tr td:nth-of-type(2) {
  padding-left: 3em;
}
.profiles .card.girl {
  background-image: url("../img/girl1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 640px) {
  .profiles .card.girl {
    overflow: hidden;
  }
  .profiles .card.girl:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
}
.profiles .card.young {
  background-image: url("../img/young.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50% !important;
}
@media (max-width: 1240px) {
  .profiles .card.young {
    width: calc(66% - 1px) !important;
  }
}
@media (max-width: 940px) {
  .profiles .card.young {
    width: calc(100% - 1px) !important;
  }
}
@media (max-width: 640px) {
  .profiles .card.young {
    width: 100% !important;
    overflow: hidden;
  }
  .profiles .card.young:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
}
.profiles .card.house1 {
  background-image: url("../img/house/house1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(50% - 1px) !important;
}
@media (max-width: 1240px) {
  .profiles .card.house1 {
    width: calc(66% - 1px) !important;
  }
}
@media (max-width: 940px) {
  .profiles .card.house1 {
    width: calc(100% - 1px) !important;
  }
}
@media (max-width: 640px) {
  .profiles .card.house1 {
    width: 100% !important;
    overflow: hidden;
  }
  .profiles .card.house1:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
}
.profiles .card.house2 {
  background-image: url("../img/house/house2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(75% - 1px) !important;
}
@media (max-width: 1240px) {
  .profiles .card.house2 {
    width: calc(66% - 1px) !important;
  }
}
@media (max-width: 940px) {
  .profiles .card.house2 {
    width: calc(100% - 1px) !important;
  }
}
@media (max-width: 640px) {
  .profiles .card.house2 {
    width: 100% !important;
    overflow: hidden;
  }
  .profiles .card.house2:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
}

.lamination {
  background-color: #FFFCF3;
  padding: 66px 0 50px;
  text-align: center;
  overflow: hidden;
}
.lamination .slider {
  margin: 45px 0 40px;
}
.lamination .slider .slick-list {
  height: 200px !important;
}
.lamination .slider .slick-list .slick-slide {
  width: 200px !important;
  height: 200px !important;
  margin: 10px;
}
.lamination .slider .slick-dots {
  position: relative;
}
.lamination .slider .slick-dots li button {
  border: 0;
  background: #fff;
  border: 2px solid #E8368A;
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.lamination .slider .slick-dots li button:before {
  display: none;
}
.lamination .slider .slick-dots li.slick-active button {
  background: #E8368A;
}
.lamination h4 {
  max-width: 500px;
  margin: 30px auto 20px;
}
.lamination.house {
  padding-bottom: 104px;
}

.furniture {
  background-color: #FFFCF3;
  padding: 80px 0 50px;
}
.furniture .columns {
  display: flex;
  flex-direction: row-reverse;
}
.furniture .columns .content-container {
  min-width: calc(66% - 50px);
  margin-left: 50px;
  flex-shrink: 0;
}
.furniture .columns .content-container .descr {
  max-width: calc(50% - 50px);
  margin-bottom: 55px;
}
.furniture .columns .content-container .descr h2 {
  margin-top: 0;
}
.furniture .columns .content-container .descr + div {
  max-width: 839px;
}
.furniture .columns .content-container .logos-container {
  float: right;
  margin-top: 15px;
  width: 350px;
}
@media (max-width: 1170px) {
  .furniture .columns {
    display: block;
  }
  .furniture .columns .content-container {
    min-width: 100%;
    margin-left: 0px;
    flex-shrink: 0;
  }
  .furniture .columns .content-container .descr {
    margin-bottom: 20px;
  }
  .furniture .columns .content-container .descr + div {
    max-width: 100%;
  }
  .furniture .columns > div:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 790px) {
  .furniture {
    padding: 50px 0 50px;
  }
  .furniture .columns .content-container .logos-container {
    float: none;
    margin-bottom: 20px;
  }
  .furniture .columns .content-container .descr {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .furniture {
    padding: 20px 0 50px;
  }
  .furniture .columns .content-container > div:nth-of-type(3) {
    display: none;
  }
  .furniture .columns > div:nth-of-type(2) {
    display: block;
  }
}

.solution {
  background-color: #FFFCF3;
  padding: 80px 0 40px;
}
.solution .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.solution .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 935px) {
  .solution .columns > div {
    width: calc(50% - 50px);
  }
}
@media (max-width: 614px) {
  .solution .columns > div {
    width: calc(100% - 50px);
  }
}
.solution .columns > div:nth-of-type(2) {
  order: 1;
  text-align: center;
  padding-top: 103px;
}
.solution h2 {
  margin-bottom: 30px;
}
.solution h3 {
  color: #E8368A;
  margin: 28px 0 10px;
}
.solution #solution-form {
  margin: 35px 0 20px;
}
.solution #solution-form label {
  margin-bottom: 20px;
}
.solution #solution-form label input {
  display: block;
}
@media (max-width: 935px) {
  .solution .columns > div:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 614px) {
  .solution .columns {
    display: block;
  }
  .solution .columns > div {
    display: block !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
  }
}

.installment {
  outline: 1px solid #E3E4E5;
  overflow: hidden;
}
.installment .columns {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.installment .columns > div {
  position: relative;
  margin: 0;
  flex-shrink: 0;
  padding-right: 50px;
  padding-bottom: 60px;
}
.installment .columns > div:nth-of-type(1) {
  width: 450px;
}
.installment .columns > div:nth-of-type(2) {
  width: calc(100% - 450px);
}
.installment h2 {
  margin: 50px 0 28px;
  color: #E8368A;
}
.installment h2 span {
  color: #4C4036;
  font-size: 41px;
  line-height: 110%;
  display: block;
  margin-bottom: 20px;
}
.installment ul {
  margin: 0 0 50px 20px;
}
.installment ul li {
  margin-bottom: 0px;
}
.installment .digits {
  display: flex;
}
.installment .digits > div {
  position: relative;
  width: 120px;
  padding: 0 0 5px 12px;
  z-index: 2;
}
.installment .digits > div:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  right: 8px;
  bottom: 0;
  top: 30px;
  border: 2px solid #E3E4E5 !important;
  border-radius: 10px;
}
.installment .digits > div p {
  max-width: 75px;
  font-size: 14px;
  margin-left: 5px;
}
.installment .digits > div .big-digit {
  max-width: 100%;
  margin-left: 0px;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 100%;
  color: #E8368A;
}
.installment .installment-visual {
  background-image: url("../img/installment-visual.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute !important;
  display: block !important;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(50vw - 225px + 50%) !important;
  overflow: hidden;
}
@media (max-width: 900px) {
  .installment .columns {
    display: block;
  }
  .installment .columns > div {
    width: 100% !important;
    padding: 0 0 30px;
  }
  .installment ul {
    margin: 0 0 20px 20px;
  }
  .installment .installment-visual {
    position: relative !important;
    width: 100% !important;
    overflow: hidden;
  }
  .installment .installment-visual:before {
    content: "";
    padding-top: 76%;
    float: left;
  }
}

.energo {
  background-color: #FFFCF3;
  padding: 50px 0 30px;
}
.energo .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.energo .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1100px) {
  .energo .columns > div {
    width: calc(100% - 50px);
  }
}
.energo h2 {
  max-width: 400px;
  margin-bottom: 45px;
}
.energo .schema {
  width: calc(66% - 50px) !important;
}
.energo img + p {
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .energo {
    text-align: center;
  }
  .energo .columns > div {
    width: 100% !important;
  }
  .energo h2 {
    max-width: 100%;
    margin-bottom: 45px;
  }
  .energo .schema {
    margin: 0 auto;
  }
  .energo .schema + div > img {
    display: none;
  }
  .energo .schema + div > img + p {
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  .energo p {
    text-align: left;
  }
  .energo .schema {
    margin: 0 auto;
  }
  .energo .schema + div > img {
    display: inline;
  }
  .energo .schema + div > img + p {
    margin-top: 30px;
  }
}

.windows-apartment, .windows-balcony, .windows-house {
  text-align: center;
  padding: 56px 0 46px;
}
.windows-apartment .collage, .windows-balcony .collage, .windows-house .collage {
  margin: 50px -10px 10px;
}
.windows-apartment .collage img, .windows-balcony .collage img, .windows-house .collage img {
  margin: 0 10px 20px;
}
.windows-apartment p, .windows-balcony p, .windows-house p {
  max-width: 400px;
  margin: 0 auto 18px;
}

.windows-apartment {
  background-color: #FFF1E3;
}

.windows-balcony {
  background-color: #E2F8FF;
}

.windows-house {
  background-color: #EDFFF4;
}

.calc2 {
  padding: 26px 0 50px;
  background-image: url("../img/calc-bg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.calc2 .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.calc2 .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1020px) {
  .calc2 .columns > div {
    width: calc(50% - 50px);
  }
}
@media (max-width: 580px) {
  .calc2 .columns > div {
    width: calc(100% - 50px);
  }
}
.calc2 .columns > div {
  margin-bottom: 10px;
}
.calc2 p {
  max-width: 400px;
}
.calc2 h2 {
  font-size: 41px;
  margin-bottom: 30px;
}
.calc2 #calc2-form {
  margin: 40px 0 0px;
}
.calc2 input {
  display: block;
  width: 100%;
  color: #4C4036;
}

.house-features {
  background: #FFFCF3;
  padding: 66px 0 0px;
}
.house-features .layout {
  display: flex;
}
.house-features .layout > div:nth-of-type(1) {
  width: calc(34.5% - 50px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 50px 30px 0;
}
.house-features .layout > div:nth-of-type(1) h2 {
  max-width: 400px;
  margin-bottom: 20px;
}
.house-features .layout > div:nth-of-type(1) h2 + p {
  color: #E8368A;
  max-width: 400px;
  margin-bottom: 40px;
}
.house-features .layout > div:nth-of-type(2) {
  width: calc(66.66% - 0px);
  padding-top: 238px;
}
.house-features .layout > div:nth-of-type(2) .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.house-features .layout > div:nth-of-type(2) .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 640px) {
  .house-features .layout > div:nth-of-type(2) .columns > div {
    width: calc(100% - 50px);
  }
}
.house-features .layout > div:nth-of-type(2) .feature-card {
  margin-bottom: 28px !important;
}
.house-features .layout > div:nth-of-type(2) .feature-card img {
  width: 48px;
  height: 48px;
}
.house-features .layout > div:nth-of-type(2) .feature-card h3 {
  margin: 10px 0 15px;
}
@media (max-width: 1000px) {
  .house-features .layout {
    display: block;
  }
  .house-features .layout > div:nth-of-type(1) {
    width: 100%;
  }
  .house-features .layout > div:nth-of-type(1) h2, .house-features .layout > div:nth-of-type(1) p {
    max-width: 650px;
  }
  .house-features .layout > div:nth-of-type(1) img {
    display: none;
  }
  .house-features .layout > div:nth-of-type(2) {
    width: 100%;
    padding-top: 0;
  }
}
.house-features.steklopaket {
  padding: 0px 0 0px;
}
.house-features.steklopaket .layout > div:nth-of-type(1) h2 + p {
  color: #4C4036;
  margin-bottom: 14px;
}
.house-features.steklopaket .layout > div:nth-of-type(2) {
  padding-top: 67px;
}
@media (max-width: 1000px) {
  .house-features.steklopaket {
    padding: 30px 0 0px;
  }
  .house-features.steklopaket p {
    max-width: 100% !important;
  }
  .house-features.steklopaket .layout > div:nth-of-type(2) {
    padding-top: 0px;
  }
}
.house-features.steklopaket-glass {
  padding: 20px 0 0px;
}
.house-features.steklopaket-glass .glass-card {
  margin-bottom: 20px !important;
}
.house-features.steklopaket-glass img {
  width: auto !important;
  height: auto !important;
  margin-top: 60px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .house-features.steklopaket-glass img {
    margin-top: 0px;
  }
}
.house-features.steklopaket-glass .layout > div:nth-of-type(2) {
  padding-top: 50px;
}
@media (max-width: 1000px) {
  .house-features.steklopaket-glass .layout > div:nth-of-type(2) {
    padding-top: 0px;
  }
}

.solution.house {
  padding: 70px 0 50px;
}

.save-house {
  padding: 43px 0 3px;
  background-image: url("../img/house/save-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.save-house .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.save-house .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1020px) {
  .save-house .columns > div {
    width: calc(50% - 50px);
  }
}
@media (max-width: 580px) {
  .save-house .columns > div {
    width: calc(100% - 50px);
  }
}
.save-house .columns > div {
  margin-bottom: 20px;
}
.save-house h3 {
  color: #E8368A;
  margin: 48px 0 20px;
  max-width: 385px;
}
.save-house img {
  margin-bottom: 20px;
}
.save-house p {
  max-width: 360px;
}
.save-house hr {
  border-top: 1px solid #6889A1;
  margin: 12px 0 24px;
}
.save-house h4 {
  color: #FFF6E1;
  background-image: url("../img/house/save-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 48px 48px;
  padding-left: 60px;
  min-height: 48px;
}
@media (max-width: 1020px) {
  .save-house .columns > div:nth-of-type(1) {
    width: 100%;
  }
  .save-house h3 {
    margin: 0px 0 20px;
  }
}
.save-house.steklopaket {
  padding: 43px 0 13px;
}
.save-house.steklopaket .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.save-house.steklopaket .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 920px) {
  .save-house.steklopaket .columns > div {
    width: calc(50% - 50px);
  }
}
@media (max-width: 640px) {
  .save-house.steklopaket .columns > div {
    width: calc(100% - 50px);
  }
}
.save-house.steklopaket .columns1 {
  width: 100%;
  display: flex;
}
.save-house.steklopaket .columns1 h2 {
  max-width: 400px;
}
.save-house.steklopaket .columns1 .content-container {
  min-width: calc(66% - 50px);
  margin-left: 50px;
  margin-top: 27px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.save-house.steklopaket .columns1 .content-container > p {
  max-width: 500px;
}
.save-house.steklopaket h3 {
  margin: 30px 0 20px;
}
@media (max-width: 920px) {
  .save-house.steklopaket .columns.bottom > div:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 800px) {
  .save-house.steklopaket .columns1 {
    display: block;
  }
  .save-house.steklopaket .columns1 h2 {
    max-width: 100%;
  }
  .save-house.steklopaket .columns1 .content-container {
    min-width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .save-house.steklopaket .columns1 .content-container > p {
    max-width: 100%;
  }
  .save-house.steklopaket .columns > div {
    margin-bottom: 0 !important;
  }
}

.energo.house {
  text-align: center;
  padding: 100px 0 47px;
}
.energo.house h2 {
  margin: 20px auto 30px;
  max-width: 100%;
}
.energo.house p {
  max-width: 500px;
  margin: 0px auto 30px;
}
.energo.house h4 {
  max-width: 560px;
  margin: 20px auto 20px;
}
.energo.house img {
  border: 5px solid #fff;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .energo.house {
    padding: 30px 0 47px;
  }
}

.calc3 {
  padding: 26px 0 50px;
  background-image: url("../img/calc-bg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.calc3 .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.calc3 .columns > div {
  display: inline-block;
  width: calc(25% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1200px) {
  .calc3 .columns > div {
    width: calc(50% - 50px);
  }
}
@media (max-width: 580px) {
  .calc3 .columns > div {
    width: calc(100% - 50px);
  }
}
.calc3 .columns > div {
  margin-bottom: 10px;
}
.calc3 p {
  max-width: 488px;
}
.calc3 h2 {
  font-size: 41px;
  margin-bottom: 30px;
}
.calc3 #calc2-form {
  margin: 40px 0 0px;
}
.calc3 input, .calc3 select {
  display: block;
  width: 100%;
  color: #4C4036;
}

.first-screen-small {
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 430px;
  position: relative;
  color: #fff;
  text-align: center;
}
.first-screen-small h1 {
  font-weight: normal;
  font-size: 96px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 65px 0 25px;
}
.first-screen-small h3 {
  color: #FFF6E1;
  margin: 0px 0 60px;
}
.first-screen-small.steklopaket {
  background-image: url("../img/steklopaket/visual.jpg");
}
.first-screen-small.steklopaket h1 {
  font-size: 82px;
}
.first-screen-small.windowsills {
  background-image: url("../img/windowsills/visual.jpg");
  background-position: center bottom;
}
.first-screen-small.windowsills h1 {
  font-size: 82px;
}
.first-screen-small.setki {
  background-image: url("../img/setki/visual.jpg");
  background-position: center;
}
.first-screen-small.setki h1 {
  font-size: 64px;
}
.first-screen-small.otkosy {
  background-image: url("../img/otkosy/visual.jpg");
  background-position: center;
  min-height: 492px;
}
.first-screen-small.otkosy h1 {
  color: #E8368A;
  margin: 70px 0 25px;
}
.first-screen-small.otkosy h3 {
  color: #4C4036;
}
.first-screen-small.obshivka {
  background-image: url("../img/obshivka/visual.jpg");
  background-position: center;
  min-height: 432px;
}
.first-screen-small.obshivka h1 {
  font-size: 64px;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  margin: 102px 0 20px;
}
.first-screen-small.obshivka h3 {
  margin: 0px 0 40px;
}
@media (max-width: 950px) {
  .first-screen-small h1 {
    font-size: 64px !important;
  }
}
@media (max-width: 560px) {
  .first-screen-small {
    min-height: 350px;
  }
  .first-screen-small h1 {
    font-size: 40px !important;
  }
  .first-screen-small .button > span {
    display: none;
  }
}

.steklopaket-descr {
  background-color: #FFFCF3;
  padding: 30px 0 0px;
}
.steklopaket-descr .columns1 {
  width: 100%;
  display: flex;
}
.steklopaket-descr .columns1 > div:nth-of-type(1) {
  width: 33%;
  flex-shrink: 0;
}
.steklopaket-descr .columns1 .content-container {
  min-width: calc(66% - 50px);
  max-width: calc(66% - 50px);
  margin-left: 20px;
  margin-top: 80px;
  flex-shrink: 0;
}
.steklopaket-descr .columns1 .content-container > p {
  max-width: 500px;
}
.steklopaket-descr .columns1 .content-container .columns {
  display: flex;
}
.steklopaket-descr .columns1 .content-container .columns .descr {
  max-width: 400px;
  margin-left: 50px;
  margin-bottom: 55px;
}
.steklopaket-descr .columns1 .content-container .columns .descr h2 {
  margin-top: 0;
}
.steklopaket-descr.energo {
  text-align: center;
}
.steklopaket-descr.energo h2 {
  margin-bottom: 20px;
}
.steklopaket-descr.energo .columns1 {
  text-align: left;
  margin-bottom: 20px;
}
.steklopaket-descr.energo .columns1 .content-container {
  margin-top: 38px;
}
.steklopaket-descr.energo .images {
  display: flex;
  justify-content: space-around;
}
.steklopaket-descr.energo .images img {
  max-width: 50%;
}
@media (max-width: 800px) {
  .steklopaket-descr.energo .images {
    display: block;
  }
  .steklopaket-descr.energo .images img {
    max-width: 100%;
    margin-top: 14px;
  }
}
@media (max-width: 1068px) {
  .steklopaket-descr.energo .columns1 {
    display: block;
  }
  .steklopaket-descr.energo .columns1 > div:nth-of-type(1) {
    width: 100%;
  }
  .steklopaket-descr.energo .columns1 .content-container {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .steklopaket-descr.energo .columns1 .content-container > p {
    max-width: 100%;
  }
}
.steklopaket-descr.colors {
  padding: 142px 0 120px;
}
.steklopaket-descr.colors h2 {
  margin-top: 0px;
}
.steklopaket-descr.colors h4 {
  margin-top: 50px;
}
.steklopaket-descr.colors .columns1 {
  text-align: left;
  margin-bottom: 20px;
}
.steklopaket-descr.colors .columns1 .content-container {
  margin-top: 0px;
}
@media (max-width: 1192px) {
  .steklopaket-descr.colors .columns1 > div:nth-of-type(1) {
    width: 50%;
  }
  .steklopaket-descr.colors .columns1 .content-container {
    min-width: calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
}
@media (max-width: 800px) {
  .steklopaket-descr.colors {
    padding: 40px 0 80px !important;
  }
  .steklopaket-descr.colors .columns1 {
    display: block;
  }
  .steklopaket-descr.colors .columns1 > div:nth-of-type(1) {
    width: 100%;
  }
  .steklopaket-descr.colors .columns1 .content-container {
    min-width: 100%;
    max-width: 100%;
  }
}
.steklopaket-descr.noise {
  padding: 56px 0 0px;
}
.steklopaket-descr.noise h2 {
  margin: 80px 0 30px;
}
.steklopaket-descr.noise .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.steklopaket-descr.noise .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 580px) {
  .steklopaket-descr.noise .columns > div {
    width: calc(100% - 50px);
  }
}
.steklopaket-descr.noise .columns > div {
  margin-bottom: 30px;
}
.steklopaket-descr.noise table {
  background-color: #fff;
}
.steklopaket-descr.noise table tr > td:nth-of-type(2) {
  text-align: center;
}
.steklopaket-descr.noise table + .columns {
  margin: 60px 0 40px;
}
.steklopaket-descr.noise table + .columns p {
  margin-top: 50px;
}
@media (max-width: 1230px) {
  .steklopaket-descr .columns1 .content-container .columns {
    display: block;
  }
  .steklopaket-descr .columns1 .content-container .columns .descr {
    margin-bottom: 20px;
    margin-left: 0;
    max-width: 100%;
  }
  .steklopaket-descr .columns1 .content-container .columns .descr + div {
    max-width: 100%;
  }
  .steklopaket-descr table + .columns p {
    margin-top: 0px !important;
  }
}
@media (max-width: 790px) {
  .steklopaket-descr {
    padding: 50px 0 50px;
  }
  .steklopaket-descr .columns1 {
    display: block;
  }
  .steklopaket-descr .columns1 > div {
    width: 100% !important;
  }
  .steklopaket-descr .columns1 .content-container {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .steklopaket-descr .columns1 .content-container .descr {
    max-width: 100%;
  }
  .steklopaket-descr .columns1 .content-container p {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .steklopaket-descr {
    padding: 20px 0 50px;
  }
  .steklopaket-descr .columns1 .content-container > div:nth-of-type(3) {
    display: none;
  }
  .steklopaket-descr .columns1 > div:nth-of-type(2) {
    display: block;
  }
}

.steklopaket-kamera {
  background-color: #FFFCF3;
  padding: 176px 0 0px;
}
.steklopaket-kamera .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.steklopaket-kamera .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 840px) {
  .steklopaket-kamera .columns > div {
    width: calc(50% - 50px);
  }
}
@media (max-width: 640px) {
  .steklopaket-kamera .columns > div {
    width: calc(100% - 50px);
  }
}
.steklopaket-kamera h2 {
  margin-top: -55px;
}
.steklopaket-kamera img {
  margin: 20px 0 20px;
}
.steklopaket-kamera h4 {
  color: #E8368A;
}
.steklopaket-kamera .columns:nth-of-type(2) {
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  margin: -45px 0 45px;
  padding: 27px 0 0px;
}
@media (max-width: 840px) {
  .steklopaket-kamera .columns:nth-of-type(1) > div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 0;
  }
  .steklopaket-kamera .columns:nth-of-type(2) {
    margin-top: 0px;
  }
  .steklopaket-kamera .columns:nth-of-type(2) > div {
    margin-bottom: 20px;
  }
  .steklopaket-kamera .columns:nth-of-type(3) > div:nth-of-type(1) {
    display: none;
  }
}

.one-two {
  background: #FFFCF3;
  padding: 66px 0 0px;
}
.one-two h4.smile, .one-two h4.no-smile {
  background-position: left top;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  padding-top: 70px;
}
.one-two h4.smile {
  background-image: url("../img/smile.png");
}
.one-two h4.no-smile {
  background-image: url("../img/no-smile.png");
}
.one-two .layout {
  display: flex;
}
.one-two .layout > div:nth-of-type(1) {
  width: calc(34.5% - 50px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 50px 30px 0;
}
.one-two .layout > div:nth-of-type(1) h2 {
  max-width: 400px;
  margin-bottom: 20px;
}
.one-two .layout > div:nth-of-type(1) h2 + p {
  color: #E8368A;
  max-width: 400px;
  margin-bottom: 40px;
}
.one-two .layout > div:nth-of-type(2) {
  width: calc(66.66% - 0px);
}
.one-two .layout > div:nth-of-type(2) .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.one-two .layout > div:nth-of-type(2) .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 640px) {
  .one-two .layout > div:nth-of-type(2) .columns > div {
    width: calc(100% - 50px);
  }
}
.one-two .layout > div:nth-of-type(2) p {
  max-width: 500px;
}
.one-two .layout > div:nth-of-type(2) .feature-card {
  margin-bottom: 28px !important;
}
.one-two .layout > div:nth-of-type(2) .feature-card img.icon {
  width: 48px;
  height: 48px;
}
.one-two .layout > div:nth-of-type(2) .feature-card h3 {
  margin: 10px 0 15px;
}
@media (max-width: 1000px) {
  .one-two .layout {
    display: block;
  }
  .one-two .layout > div:nth-of-type(1) {
    width: 100%;
  }
  .one-two .layout > div:nth-of-type(1) h2, .one-two .layout > div:nth-of-type(1) p {
    max-width: 650px;
  }
  .one-two .layout > div:nth-of-type(2) {
    width: 100%;
    padding-top: 0;
  }
}

.windowsills {
  padding: 30px 0 70px;
}
.windowsills .title {
  position: sticky;
  top: 90px;
}
.windowsills .layout > div:nth-of-type(2) {
  padding-top: 80px;
}
.windowsills .layout > div:nth-of-type(2) .columns > div {
  margin-top: 30px;
  margin-bottom: 0px !important;
}
.windowsills h3 {
  margin: 90px 0 20px;
}
.windowsills .colors {
  font-size: 0;
  margin: 0 -5px;
}
.windowsills .colors > div {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  vertical-align: top;
  margin: 5px;
}
.windowsills .colors > div.coffee {
  background-color: #E8368A;
  text-align: center;
  padding: 18px 18px 5px 18px;
}
.windowsills .colors > div.coffee p {
  text-align: left;
  font-size: 14px;
  color: #fff;
}
.windowsills .colors.borders > div:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #C8CACE;
}
@media (max-width: 680px) {
  .windowsills .colors {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .windowsills .layout > div:nth-of-type(2) {
    padding-top: 0px;
  }
}

.setki {
  padding: 30px 0 20px;
}
.setki .title {
  position: sticky;
  top: 90px;
}
.setki .layout > div:nth-of-type(2) {
  padding-top: 60px;
}
.setki .layout > div:nth-of-type(2) .feature-card {
  margin-bottom: 50px !important;
}
.setki .layout > div:nth-of-type(2) .feature-card img {
  width: auto;
  height: auto;
}
@media (max-width: 1000px) {
  .setki .layout > div:nth-of-type(2) {
    padding-top: 0px;
  }
}

.otkosy-samples {
  background: #FFFCF3;
  padding: 20px 0 67px;
}
.otkosy-samples img {
  margin: 10px;
}
.otkosy-samples .slick-slider {
  margin: 0 -5px;
}
.otkosy-samples .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}

.otkosy {
  padding: 30px 0 60px;
}
.otkosy .layout > div:nth-of-type(2) {
  padding-top: 60px;
}
.otkosy .layout > div:nth-of-type(2) .feature-card {
  margin-bottom: 50px !important;
}
.otkosy .layout > div:nth-of-type(2) .feature-card img {
  width: auto;
  height: auto;
}
.otkosy h3 {
  margin: 30px 0 25px;
}
.otkosy .warm {
  margin: 55px 0 20px;
  background-image: url("../img/otkosy/girl-3.jpg");
  background-position: left center;
  overflow: hidden;
}
.otkosy .warm:before {
  content: "";
  padding-top: 42%;
  float: left;
}
.otkosy .warm .form {
  position: absolute;
  background: rgba(240, 78, 155, 0.9);
  border: 7px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 28px;
  width: 400px;
  text-align: center;
  padding: 30px 20px 30px;
  color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .otkosy .warm {
    background-position: -300px center;
  }
}
@media (max-width: 800px) {
  .otkosy .warm {
    display: none;
  }
}
@media (max-width: 1000px) {
  .otkosy .layout > div:nth-of-type(2) {
    padding-top: 0px;
  }
}

.otkosy-girl-2 {
  margin: 30px 0 120px;
}

.screenshots img {
  max-width: calc(33% - 20px);
}
@media (max-width: 1000px) {
  .screenshots img {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 700px) {
  .screenshots img {
    max-width: 100%;
  }
}

#rassrochka-button {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: calc(50% - 110px);
  display: block;
  width: 211px;
  height: 126px;
  background-image: url("../img/rassrochka.png");
  background-position: center;
  background-size: 211px 126px;
  border-radius: 13px;
  border: 2px solid #FFFFFF;
  box-shadow: -16px 0px 21px rgba(0, 0, 0, 0.12);
  transform: rotate(-90deg) translateY(-97px) translateX(-10px);
  transition: all 0.5s;
  transform-origin: 50%;
}
#rassrochka-button:hover {
  box-shadow: 0px 16px 21px rgba(0, 0, 0, 0.12);
  transform: rotate(0) translateY(0px) translateX(20px);
}
@media (max-width: 1455px) {
  #rassrochka-button {
    top: auto;
    bottom: 175px;
    transform: rotate(-90deg) translateY(-100px) translateX(-10px) scale(0.75);
  }
}

#bonus-button {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: calc(50% + 100px);
  display: block;
  width: 143px;
  height: 126px;
  background-image: url("../img/bonus.png");
  background-position: center;
  background-size: 143px 126px;
  border-radius: 13px;
  border: 2px solid #FFFFFF;
  box-shadow: -16px 0px 21px rgba(0, 0, 0, 0.12);
  transform: rotate(-90deg) translateY(-64px) translateX(-10px);
  transition: all 0.5s;
  transform-origin: 50%;
}
#bonus-button:hover {
  box-shadow: 0px 16px 21px rgba(0, 0, 0, 0.12);
  transform: rotate(0) translateY(0px) translateX(20px);
}
@media (max-width: 1455px) {
  #bonus-button {
    top: auto;
    bottom: 25px;
    transform: rotate(-90deg) translateY(-60px) translateX(-10px) scale(0.75);
  }
}

.bonus-content {
  background: linear-gradient(162.02deg, #790382 0%, #8B0C68 44.9%, #AB0040 71.29%, #C25600 100%);
  color: #fff;
  width: 600px;
  text-align: center;
}
.bonus-content p, .bonus-content h2 {
  text-align: left;
}
.bonus-content h2, .bonus-content h4 {
  margin-top: 50px;
}

.first-screen.balkon-pvh {
  background-color: #442917;
  background-image: url("../img/balkon-pvh/visual.jpg");
}
.first-screen.balkon-pvh h1 {
  margin: 140px 0 45px;
  font-size: 33px;
  color: #fff;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
.first-screen.balkon-pvh h1 span {
  display: block;
  font-size: 64px;
  line-height: 110%;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.first-screen.balkon-pvh h2 {
  max-width: 250px;
  margin: 0px 0 10px;
  color: #FF228B;
  font-size: 41px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.75);
}
.first-screen.balkon-pvh h4 {
  margin: 65px 0 30px;
  font-size: 17px;
  color: #FFF6E1;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.first-screen.balkon-pvh h4 span {
  font-family: "Russo One", cursive;
  display: block;
  font-size: 41px;
  margin: 20px 0;
  letter-spacing: 0.07em;
}
.first-screen.balkon-pvh .installment-form {
  background: #FFF6E1;
}
.first-screen.balkon-pvh .installment-form h3 {
  color: #4C4036;
}
.first-screen.balkon-pvh .installment-form label {
  color: #4C4036;
}
.first-screen.balkon-pvh:before {
  display: none !important;
}
@media (max-width: 1000px) {
  .first-screen.balkon-pvh h1 {
    margin: 100px 0 40px;
  }
}
@media (max-width: 800px) {
  .first-screen.balkon-pvh h1 {
    margin: 40px 0 20px;
    font-size: 24px;
  }
  .first-screen.balkon-pvh h1 span {
    font-size: 54px;
  }
  .first-screen.balkon-pvh h2 {
    font-size: 24px;
  }
  .first-screen.balkon-pvh h4 {
    margin: 20px 0 30px;
  }
  .first-screen.balkon-pvh h4 span {
    margin: 10px 0;
    font-size: 24px;
  }
}

.balkon-rotate-slide .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.balkon-rotate-slide .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 640px) {
  .balkon-rotate-slide .columns > div {
    width: calc(100% - 50px);
  }
}

h3.columns-header {
  background: #04668C;
  color: #fff;
  margin: 1px 0 0 -1px;
  padding: 20px 30px;
}

.profiles.balkon-pvh .card.balkon-pvh-1 {
  background-image: url(../img/balkon-pvh/standart.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25% !important;
}
.profiles.balkon-pvh .card.balkon-pvh-2 {
  display: none;
  background-image: url(../img/balkon-pvh/lux.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 66% !important;
}
.profiles.balkon-pvh .card.balkon-pvh-3 {
  background-image: url(../img/balkon-pvh/lux.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50% !important;
}
@media (max-width: 1240px) {
  .profiles.balkon-pvh .card.balkon-pvh-1 {
    display: none;
  }
  .profiles.balkon-pvh .card.balkon-pvh-2 {
    display: inline-block;
  }
  .profiles.balkon-pvh .card.balkon-pvh-3 {
    background-image: url(../img/balkon-pvh/standart.jpg);
    width: 33% !important;
  }
}
@media (max-width: 940px) {
  .profiles.balkon-pvh .card.balkon-pvh-1 {
    display: inline-block;
    width: 50% !important;
  }
  .profiles.balkon-pvh .card.balkon-pvh-2 {
    display: none;
  }
  .profiles.balkon-pvh .card.balkon-pvh-3 {
    background-image: url(../img/balkon-pvh/lux.jpg);
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .profiles.balkon-pvh .card.balkon-pvh-1 {
    width: 100% !important;
  }
}

.big-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15vh;
  border-top: 1px solid #FFF6E1;
  border-bottom: 1px solid #FFF6E1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.big-banner .content {
  width: 812px;
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 2;
  padding: 20px 20px;
}
.big-banner .content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.67);
}
.big-banner h2 {
  font-size: 64px;
  margin-bottom: 0px;
}
.big-banner h4 {
  color: #FFF6E1;
  margin: 10px 0 40px;
}
.big-banner h5 {
  font-family: "Russo One", cursive;
  font-size: 21px;
  color: #E8368A;
  margin: 15px 0 10px;
}
.big-banner.balkon-pvh {
  background-image: url(../img/balkon-pvh/visual2.jpg);
}
.big-banner.balkon-al {
  background-image: url(../img/balkon-al/visual2.jpg);
}
.big-banner.balkon-slider {
  background-image: url(../img/balkon-slider/visual2.jpg);
}
@media (max-width: 800px) {
  .big-banner h2 {
    font-size: 44px;
  }
}

.accent {
  color: #E8368A;
}

.balkon-pvh-why h2 {
  margin-top: 15px;
}
.balkon-pvh-why h2 + img {
  margin-top: 20px;
}
.balkon-pvh-why .layout > div:nth-of-type(2) {
  padding-top: 70px;
}
.balkon-pvh-why .layout > div:nth-of-type(2) .columns > div > img {
  margin-top: 50px;
}

.balkon-rotate-slide .container {
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  padding: 55px 0 13px;
}
.balkon-rotate-slide h2 {
  margin-top: 0px;
}
.balkon-rotate-slide .columns {
  margin-top: 30px;
}
.balkon-rotate-slide .columns > div {
  margin-bottom: 30px;
}
.balkon-rotate-slide .columns > div h4 {
  margin: 40px 0 25px;
}
.balkon-rotate-slide .columns > div p {
  width: 500px;
  max-width: 100%;
}

.balkon-pvh-offer {
  padding: 126px 0 80px;
}
.balkon-pvh-offer h2 {
  margin-top: 0px;
}

.solution.balkon-pvh {
  padding: 15px 0 0px;
}

.lamination.balkon-pvh {
  padding: 0px 0 105px;
}

.installment-page .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.installment-page .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1000px) {
  .installment-page .columns > div {
    width: calc(100% - 50px);
  }
}
.installment-page .installment-form {
  margin: 20px 0 0 auto;
  position: sticky;
  top: 90px;
  max-width: 400px;
  padding: 32px 53px;
  border-radius: 20px;
  background-image: url("../img/calc-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.installment-page .installment-form h3 {
  font-size: 26px;
  margin: 0px 0 24px;
  color: #FFF6E1;
}
.installment-page .installment-form label {
  color: #FFF6E1;
  margin-bottom: 20px;
}
.installment-page .installment-form label input, .installment-page .installment-form label select {
  display: block;
  color: #4C4036;
}
@media (max-width: 1000px) {
  .installment-page .installment-form {
    margin: 0 auto 0;
  }
}
@media (max-width: 800px) {
  .installment-page .installment-form {
    margin: 0 auto;
    border-radius: 0;
    max-width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .installment-page .installment-form input, .installment-page .installment-form button, .installment-page .installment-form select {
    width: 100%;
  }
}
.installment-page .digits {
  margin: 30px 0 30px;
  display: flex;
}
.installment-page .digits > div {
  position: relative;
  width: 120px;
  padding: 0 0 5px 12px;
  z-index: 2;
}
.installment-page .digits > div:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  right: 8px;
  bottom: 0;
  top: 30px;
  border: 2px solid #E3E4E5 !important;
  border-radius: 10px;
}
.installment-page .digits > div p {
  max-width: 75px;
  font-size: 14px;
  margin-left: 5px;
}
.installment-page .digits > div .big-digit {
  max-width: 100%;
  margin-left: 0px;
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 100%;
  color: #E8368A;
}
.installment-page .installment-visual {
  background-image: url(../img/installment-visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin: 35px 0 30px;
}
.installment-page .installment-visual:before {
  content: "";
  padding-top: 66%;
  float: left;
}
.installment-page .installment-use {
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  padding: 30px 0 23px;
  margin: 55px 0;
}
.installment-page .banks {
  margin: 64px 0 0px;
}
.installment-page .banks .bank {
  margin: 43px 0 100px;
}
.installment-page .banks .bank h3 {
  margin: 32px 0 32px;
}
.installment-page .banks .bank p {
  max-width: 600px;
}
.installment-page .banks .bank ul {
  max-width: 600px;
}
.installment-page .banks .bank table tr td {
  vertical-align: middle;
}
.installment-page .banks .bank table tr td:nth-of-type(2) {
  text-align: center;
}
.installment-page .banks .bank table tr td:nth-of-type(3) {
  text-align: center;
}

.actions-page {
  padding-top: 10px;
}
.actions-page .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.actions-page .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1000px) {
  .actions-page .columns > div {
    width: calc(100% - 50px);
  }
}
.actions-page p {
  max-width: 500px;
}
.actions-page .note-outside {
  display: none;
  color: #E8368A;
}
.actions-page .visual {
  background-image: url(../img/actions/woman.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.actions-page .visual:before {
  content: "";
  padding-top: 44%;
  float: left;
}
.actions-page .visual:after {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(90deg, #8A0E49 0%, rgba(0, 0, 0, 0) 64.31%);
}
.actions-page .visual h4 {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 50px;
  top: 15%;
  width: 30%;
}
.actions-page hr {
  margin: 10px 0 45px;
}
.actions-page .gift {
  margin-top: 30px !important;
}
.actions-page .gift h4 {
  margin: 30px 0 15px;
}
.actions-page .gift p {
  max-width: 400px;
}
@media (max-width: 928px) {
  .actions-page .note-outside {
    display: block;
  }
  .actions-page .note-inside {
    display: none;
  }
  .actions-page .visual:after {
    display: none !important;
  }
}

.first-screen.balkon-al {
  background-color: #145478;
  background-image: url("../img/balkon-al/visual.jpg");
  background-position: center;
  overflow: hidden;
}
.first-screen.balkon-al h1 {
  margin: 100px 0 45px;
  font-size: 33px;
  color: #fff;
  max-width: 700px;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
.first-screen.balkon-al h1 span {
  display: block;
  font-size: 64px;
  line-height: 110%;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.first-screen.balkon-al h2 {
  max-width: 250px;
  margin: 0px 0 10px;
  color: #FFF6E1;
  font-size: 41px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.75);
}
.first-screen.balkon-al h4 {
  margin: 65px 0 30px;
  font-size: 17px;
  color: #FFF6E1;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.first-screen.balkon-al h4 span {
  font-family: "Russo One", cursive;
  display: block;
  font-size: 41px;
  margin: 20px 0;
  letter-spacing: 0.07em;
}
.first-screen.balkon-al .installment-form {
  background-color: #19597E;
  background-image: url("../img/calc-bg3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.first-screen.balkon-al .installment-form h3 {
  color: #fff;
}
.first-screen.balkon-al .installment-form label {
  color: #fff;
}
.first-screen.balkon-al:before {
  display: none !important;
}
@media (max-width: 1000px) {
  .first-screen.balkon-al h1 {
    margin: 100px 0 40px;
  }
  .first-screen.balkon-al h1 span {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .first-screen.balkon-al {
    background-position: 20% center;
  }
  .first-screen.balkon-al h1 {
    margin: 40px 0 20px;
    font-size: 24px;
  }
  .first-screen.balkon-al h2 {
    font-size: 24px;
  }
  .first-screen.balkon-al h4 {
    margin: 20px 0 30px;
  }
  .first-screen.balkon-al h4 span {
    margin: 10px 0;
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .first-screen.balkon-al {
    background-position: 30% center;
  }
  .first-screen.balkon-al h1 span {
    font-size: 42px;
  }
}

.one-two.balkon-al {
  padding: 80px 0 30px;
}
.one-two.balkon-al .block-title {
  position: sticky;
  top: 70px;
  margin-bottom: 30px;
}
.one-two.balkon-al .layout > div:nth-of-type(1) h2 {
  margin-top: 0px;
}
.one-two.balkon-al .layout > div:nth-of-type(1) h2 + img {
  margin-top: 25px;
}
.one-two.balkon-al .layout > div:nth-of-type(2) {
  margin-top: 45px;
}
.one-two.balkon-al .profiles {
  margin-bottom: 20px;
}
.one-two.balkon-al .profiles .columns {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.one-two.balkon-al table {
  background-color: #fff;
  margin-bottom: 50px;
}
.one-two.balkon-al.krauss .profiles {
  margin: 30px 0;
}
.one-two.balkon-al.krauss .profiles .descr {
  margin: 110px 0 30px 80px;
}
@media (max-width: 800px) {
  .one-two.balkon-al.krauss .profiles .card {
    width: 50%;
  }
  .one-two.balkon-al.krauss .profiles .descr {
    margin: 110px 0 30px 30px;
    width: calc(50% - 30px);
  }
}
@media (max-width: 560px) {
  .one-two.balkon-al .profiles .card {
    width: 100% !important;
  }
  .one-two.balkon-al .profiles .descr {
    margin: 30px 0 !important;
    width: 100% !important;
  }
}

.balkon-al-samples {
  margin-bottom: 30px;
  font-size: 0;
}
.balkon-al-samples img {
  margin: 0 20px 20px 0;
}
.balkon-al-samples img:last-child {
  margin-right: 0 !important;
}

.first-screen.balkon-slider {
  background-color: #145478;
  background-image: url("../img/balkon-slider/visual.jpg");
  background-position: left center;
  overflow: hidden;
}
.first-screen.balkon-slider h1 {
  margin: 105px 0 70px;
  color: #04668C;
  max-width: 700px;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
.first-screen.balkon-slider h1 span {
  display: block;
  font-size: 64px;
  line-height: 110%;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.first-screen.balkon-slider h2 {
  max-width: 250px;
  margin: 0px 0 10px;
  color: #E8368A;
  font-size: 41px;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.first-screen.balkon-slider h4 {
  margin: 65px 0 30px;
  font-size: 17px;
  color: #4C4036;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.first-screen.balkon-slider h4 span {
  font-family: "Russo One", cursive;
  display: block;
  font-size: 41px;
  margin: 20px 0;
  letter-spacing: 0.07em;
}
.first-screen.balkon-slider .installment-form {
  background-color: #19597E;
  background-image: url("../img/calc-bg3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.first-screen.balkon-slider .installment-form h3 {
  color: #fff;
}
.first-screen.balkon-slider .installment-form label {
  color: #fff;
}
.first-screen.balkon-slider:before {
  display: none !important;
}
@media (max-width: 1000px) {
  .first-screen.balkon-slider h1 {
    margin: 100px 0 40px;
  }
  .first-screen.balkon-slider h1 span {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .first-screen.balkon-slider {
    background-position: 20% center;
  }
  .first-screen.balkon-slider h1 {
    margin: 40px 0 20px;
    font-size: 24px;
  }
  .first-screen.balkon-slider h2 {
    font-size: 24px;
  }
  .first-screen.balkon-slider h4 {
    margin: 20px 0 30px;
  }
  .first-screen.balkon-slider h4 span {
    margin: 10px 0;
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .first-screen.balkon-slider {
    background-position: 30% center;
  }
  .first-screen.balkon-slider h1 span {
    font-size: 42px;
  }
}

.why-slider {
  padding: 65px 0 5px;
}
.why-slider .layout > div:nth-of-type(2) {
  padding-top: 80px;
}
.why-slider .layout > div:nth-of-type(2) .feature-card {
  margin-bottom: 50px !important;
}
.why-slider .layout > div:nth-of-type(2) .feature-card img {
  width: auto;
  height: auto;
}
.why-slider h3 {
  margin: 30px 0 25px;
}
@media (max-width: 1000px) {
  .why-slider .layout > div:nth-of-type(2) {
    padding-top: 0px;
  }
}

.slider-plus-minus {
  padding-top: 0;
  margin-top: -20px;
}
.slider-plus-minus h3 {
  margin-bottom: 30px;
}

.one-two.balkon-al.otk {
  padding-bottom: 100px;
}

.one-two.obshivka .title {
  position: sticky;
  top: 90px;
}
.one-two.obshivka .short {
  margin-bottom: 5px;
}
.one-two.obshivka .short > .columns {
  display: flex;
}
@media (max-width: 600px) {
  .one-two.obshivka .short > .columns {
    display: block;
  }
}
.one-two.obshivka .feature-card img {
  margin: 80px 0 5px;
}
@media (max-width: 640px) {
  .one-two.obshivka .feature-card img {
    margin: 0px 0 5px;
  }
}
.one-two.obshivka .feature-card.wood-class img {
  margin: 25px 0 5px;
}
.one-two.obshivka .button + .columns {
  margin-top: 120px;
}

.obshivka-alt {
  padding: 40px 0 130px;
}
.obshivka-alt .layout > div:nth-of-type(2) {
  padding-top: 60px;
}
.obshivka-alt .layout > div:nth-of-type(2) .feature-card {
  margin-bottom: 50px !important;
}
.obshivka-alt .layout > div:nth-of-type(2) .feature-card img {
  width: auto;
  height: auto;
}
@media (max-width: 1000px) {
  .obshivka-alt .layout > div:nth-of-type(2) {
    padding-top: 0px;
  }
}

.works .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.works .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 640px) {
  .works .columns > div {
    width: calc(100% - 50px);
  }
}
.works h2 {
  margin-bottom: 60px;
}
.works .feature-card {
  margin-bottom: 60px !important;
}
.works .feature-card h4 {
  margin: 35px 0 15px;
}
.works .feature-card p {
  max-width: 400px;
}

.remont-price {
  margin-bottom: 45px;
}
.remont-price .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.remont-price .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 640px) {
  .remont-price .columns > div {
    width: calc(100% - 50px);
  }
}
.remont-price h2 {
  font-size: 41px;
  margin: 80px 0 30px;
}
.remont-price .installment-form {
  margin: 20px 0 0 auto;
  position: sticky;
  top: 90px;
  max-width: 400px;
  padding: 32px 53px;
  border-radius: 20px;
  background-image: url("../img/calc-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.remont-price .installment-form h3 {
  font-size: 26px;
  margin: 0px 0 24px;
  color: #FFF6E1;
}
.remont-price .installment-form label {
  color: #FFF6E1;
  margin-bottom: 20px;
}
.remont-price .installment-form label input, .remont-price .installment-form label select {
  display: block;
  color: #4C4036;
}
@media (max-width: 1000px) {
  .remont-price .installment-form {
    margin: 0 auto 0;
  }
}
@media (max-width: 800px) {
  .remont-price .installment-form {
    margin: 0 auto;
    border-radius: 0;
    max-width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .remont-price .installment-form input, .remont-price .installment-form button, .remont-price .installment-form select {
    width: 100%;
  }
}

.remont-visual {
  margin: 65px 0 55px;
  padding: 20px 0 20px;
  background-image: url("../img/remont/visual.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media (max-width: 950px) {
  .remont-visual {
    background-image: none;
  }
}
.remont-visual h2 {
  color: #6889A1;
  margin: 0 0 30px;
}
.remont-visual ul {
  max-width: 400px;
}
.remont-visual ul li {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 110%;
  margin-bottom: 25px;
}

.ajust-visual {
  margin: 65px 0 55px;
  padding: 20px 0 20px;
  background-image: url("../img/ajust/visual.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media (max-width: 950px) {
  .ajust-visual {
    background-image: none;
  }
}
.ajust-visual h2 {
  color: #6889A1;
  margin: 0 0 30px;
}
.ajust-visual ul {
  max-width: 500px;
}
.ajust-visual ul li {
  font-family: Russo One;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 110%;
  margin-bottom: 25px;
}

.remont-offer {
  max-width: 465px;
  margin-bottom: 75px;
}
.remont-offer h3 {
  color: #6889A1;
  margin-bottom: 25px;
}

.remont-visual2 {
  margin: 65px 0 131px;
  padding: 64px 52px 100px;
  background-color: #254A66;
  background-image: url("../img/remont/visual2.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  color: #FFF6E1;
}
.remont-visual2 h2, .remont-visual2 h4, .remont-visual2 p {
  max-width: 240px;
}
.remont-visual2 h2 {
  margin: 0 0 30px;
}
.remont-visual2 h4 {
  margin: 0 0 18px;
  font-size: 18px;
}
.remont-visual2 p {
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #FFF6E1;
  margin-top: 40px;
  padding-top: 20px;
}
@media (max-width: 950px) {
  .remont-visual2 {
    background-image: none;
    padding: 50px 52px 40px;
    margin: 0px 0 70px;
  }
  .remont-visual2 h2, .remont-visual2 h4, .remont-visual2 p {
    max-width: 100%;
  }
}

ul.mini-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.mini-menu li > a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #04668C;
}
ul.mini-menu li > a:hover {
  color: #F21A80;
}

.reviews {
  margin: 38px 0 11px;
}
.reviews .review-item {
  width: 420px;
  max-width: 100%;
  background: #FFFCF3;
  border: 2px solid #6889A1;
  border-radius: 15px;
  padding: 32px 30px 10px;
  margin-bottom: 20px;
}
.reviews .review-item h4 {
  margin: 0px 0 20px;
}
.reviews .review-item .author {
  margin: 20px 0 10px;
  font-weight: 600;
}
.reviews .review-item .author span {
  display: block;
  margin: -2px 0 10px;
  font-weight: 400;
  font-size: 14px;
}
.reviews .review-item .stars {
  margin: 19px 0 10px;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.reviews .review-item .stars:before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  right: -127px;
  top: -4px;
  height: 20px;
  background-image: url("../img/stars.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px 20px;
}

.reviews-video-container {
  margin: 114px 0 137px;
}
.reviews-video-container p {
  max-width: 462px;
  margin: 10px auto 10px;
  text-align: center;
}
@media (max-width: 800px) {
  .reviews-video-container {
    margin: 114px 0 30px;
  }
}

.review-price {
  margin-bottom: -75px;
}
.review-price .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.review-price .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 640px) {
  .review-price .columns > div {
    width: calc(100% - 50px);
  }
}
.review-price .columns > div:nth-of-type(1) {
  padding: 20px 0 20px;
  max-width: 275px;
}
.review-price .columns > div:nth-of-type(2) {
  width: calc(50% - 190px);
}
.review-price .columns > div:nth-of-type(3) {
  width: calc(50% - 245px);
}
@media (max-width: 1130px) {
  .review-price .columns > div:nth-of-type(1) {
    display: none;
  }
  .review-price .columns > div:nth-of-type(2) {
    width: calc(50% - 25px);
  }
  .review-price .columns > div:nth-of-type(3) {
    width: calc(50% - 90px);
  }
}
@media (max-width: 800px) {
  .review-price .columns {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
  .review-price .columns > div {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
}
.review-price h2 {
  font-size: 41px;
  margin: 80px 0 30px;
}
@media (max-width: 1130px) {
  .review-price h2 {
    margin: 44px 0 30px;
  }
}
.review-price .installment-form {
  margin: 20px 0 0 auto;
  position: sticky;
  top: 90px;
  min-width: 340px;
  max-width: 400px;
  padding: 32px 53px;
  border-radius: 20px;
  background-image: url("../img/calc-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.review-price .installment-form h3 {
  font-size: 26px;
  margin: 0px 0 24px;
  color: #FFF6E1;
}
.review-price .installment-form label {
  color: #FFF6E1;
  margin-bottom: 20px;
}
.review-price .installment-form label input, .review-price .installment-form label select {
  display: block;
  color: #4C4036;
}
@media (max-width: 1227px) {
  .review-price .installment-form {
    padding: 32px 35px;
  }
}
@media (max-width: 1000px) {
  .review-price .installment-form {
    margin: 0 auto 0;
  }
}
@media (max-width: 800px) {
  .review-price .installment-form {
    margin: 0 auto;
    border-radius: 0;
    max-width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .review-price .installment-form input, .review-price .installment-form button, .review-price .installment-form select {
    width: 100%;
  }
}

.windows-price {
  background-color: #FFFCF3;
  padding-bottom: 26px;
}
.windows-price .columns {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
.windows-price .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: 1040px) {
  .windows-price .columns > div {
    width: calc(50% - 20px);
  }
}
@media (max-width: 695px) {
  .windows-price .columns > div {
    width: calc(100% - 20px);
  }
}
.windows-price h2 {
  margin: 0px 0 40px;
}
.windows-price .profile-card {
  background: #FFFFFF;
  border: 1px solid #E3E4E5;
  width: 400px;
  text-align: center;
  padding: 38px 30px 30px;
}
@media (max-width: 375px) {
  .windows-price .profile-card {
    padding: 38px 10px 30px;
  }
}
.windows-price .profile-card h4 {
  text-align: left;
  position: relative;
}
.windows-price .profile-card h4 span {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 1217px) {
  .windows-price .profile-card h4 span {
    max-width: 100px;
  }
}
@media (max-width: 1040px) {
  .windows-price .profile-card h4 span {
    max-width: none;
  }
}
@media (max-width: 813px) {
  .windows-price .profile-card h4 span {
    max-width: 100px;
  }
}
@media (max-width: 695px) {
  .windows-price .profile-card h4 span {
    max-width: none;
  }
}
@media (max-width: 401px) {
  .windows-price .profile-card h4 span {
    max-width: 100px;
  }
}
.windows-price .profile-card h4 img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.windows-price .profile-card .profile-slider {
  margin: 40px 0 10px;
}
.windows-price .profile-card .profile-slider .profile-slider-main img {
  margin: 0 auto;
}
.windows-price .profile-card .profile-slider .profile-slider-nav {
  margin: 10px auto 10px;
  max-width: 320px;
}
.windows-price .profile-card .profile-slider .profile-slider-nav .slick-list {
  padding: 0 !important;
  overflow: visible;
}
.windows-price .profile-card .profile-slider .profile-slider-nav .slick-list .slick-track {
  transform: none !important;
}
.windows-price .profile-card .profile-slider .profile-slider-nav .slick-slide {
  max-width: 85px;
  min-width: 60px;
  margin: 20px 10px;
  text-align: center;
}
@media (max-width: 345px) {
  .windows-price .profile-card .profile-slider .profile-slider-nav .slick-slide {
    margin: 10px 5px;
  }
}
.windows-price .profile-card .profile-slider .profile-slider-nav .slick-slide img {
  margin: 0 auto;
}
.windows-price .profile-card .profile-slider .profile-slider-nav .slick-slide.slick-current {
  position: relative;
}
.windows-price .profile-card .profile-slider .profile-slider-nav .slick-slide.slick-current:before {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border: 2px solid #E3E4E5;
  border-radius: 6px;
}
@media (max-width: 345px) {
  .windows-price .profile-card .profile-slider .profile-slider-nav .slick-slide.slick-current:before {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
}
.windows-price .profile-card .profile-params {
  text-align: left;
}
.windows-price .profile-card .profile-params table {
  margin: 0 auto;
}
.windows-price .profile-card .profile-params table tr td:nth-of-type(1) {
  padding-right: 30px;
}
@media (max-width: 417px) {
  .windows-price .profile-card .profile-params table tr td {
    font-size: 14px;
  }
  .windows-price .profile-card .profile-params table tr td:nth-of-type(1) {
    padding-right: 10px;
  }
}
.windows-price .profile-card .old-price {
  margin: 32px 0 3px;
  text-decoration: line-through;
}
.windows-price .profile-card .old-price.hidden {
  display: block !important;
  visibility: hidden;
  margin-top: 5px;
}
.windows-price .profile-card .price {
  font-size: 21px;
  font-family: "Russo One", cursive;
  color: #F21A80;
}
.windows-price .profile-card .note {
  font-size: 14px;
  max-width: 265px;
  margin: 21px auto 8px;
}
.windows-price .profile-card .button {
  font-size: 16px;
}

.main-description {
  padding: 80px 0 43px;
}
@media (max-width: 1000px) {
  .main-description {
    padding-top: 55px;
  }
}
.main-description img {
  margin-bottom: 30px;
}
.main-description hr {
  margin: 45px 0;
}
.main-description p.smile, .main-description p.no-smile {
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: left top;
  padding: 13px 0 0 62px;
  min-height: 48px;
}
.main-description p.smile.smile, .main-description p.no-smile.smile {
  background-image: url(../img/smile.png);
}
.main-description p.smile.no-smile, .main-description p.no-smile.no-smile {
  background-image: url(../img/no-smile.png);
}
.main-description .one {
  border-bottom: 1px solid #E3E4E5;
  padding-bottom: 0px;
  margin-bottom: 47px;
}
.main-description .one .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-description .one .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1000px) {
  .main-description .one .columns > div {
    width: calc(100% - 50px);
  }
}
.main-description .one .columns > div {
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .main-description .one img {
    display: none;
  }
}
@media (max-width: 400px) {
  .main-description .one img {
    display: block;
  }
}
.main-description .two .columns {
  display: flex;
}
.main-description .two .columns .header-container {
  min-width: calc(33% - 50px);
  margin-right: 50px;
}
.main-description .two .columns .text-container {
  min-width: calc(66% - 50px);
  margin-left: 27px;
  flex-shrink: 0;
}
.main-description .two .columns .text-container p, .main-description .two .columns .text-container ul, .main-description .two .columns .text-container ol {
  max-width: 600px;
}
@media (max-width: 1000px) {
  .main-description .two .columns .text-container {
    flex-shrink: 1;
  }
}
@media (max-width: 750px) {
  .main-description .two .columns {
    display: block;
  }
  .main-description .two .columns .header-container {
    min-width: none;
    margin-right: 0px;
  }
  .main-description .two .columns .text-container {
    min-width: none;
    margin-left: 0px;
  }
}
.main-description h3, .main-description h4 {
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 18px;
}
.main-description h3.small, .main-description h4.small {
  font-size: 17px;
}

.alt-text {
  padding: 50px 0 40px;
}

.two-columns .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 800px) {
  .two-columns .columns > div {
    width: calc(100% - 50px);
  }
}
.two-columns .columns > div {
  margin-bottom: 0px;
}

.alt-text-3 {
  padding: 60px 0 20px;
}
.alt-text-3 .columns {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.alt-text-3 .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 50px);
  vertical-align: top;
  margin: 0 25px 50px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1000px) {
  .alt-text-3 .columns > div {
    width: calc(100% - 50px);
  }
}
.alt-text-3 .columns > div {
  margin-bottom: 30px;
}
.alt-text-3 img {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .alt-text-3 img {
    display: none;
  }
}
@media (max-width: 400px) {
  .alt-text-3 img {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */