@charset "UTF-8";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

form {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

html:before {
  content: '';
  position: fixed;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(23, 27, 37, 0.4);
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
}

html.overlay {
  overflow: hidden;
}

html.overlay:before {
  visibility: visible;
  opacity: 1;
}

body {
  font: 300 17px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  background: #f9f7f4 !important;
  position: relative;
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
}

body.page-403 {
  background: #fff !important;
}

body:before {
  content: '';
  position: fixed;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(23, 27, 37, 0.4);
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
}

body.overlay {
  overflow: hidden;
}

body.overlay:before {
  visibility: visible;
  opacity: 1;
}

::selection {
  color: #fff;
  background-color: #de4c3f;
}

a {
  outline: none;
  color: #de4c3f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #de4c3f;
}

b, strong {
  font-weight: bold;
}

.decor-scroll {
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #de4c3f #F6F6F6;
}

.decor-scroll::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.decor-scroll::-webkit-scrollbar-track {
  background: #F6F6F6;
  border-radius: 10px;
}

.decor-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #de4c3f;
}

.page-headers .container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .page-headers .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-headers--product-card {
  padding-bottom: 20px;
}

.page-headers--product-card h1 {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-headers--product-card h1 {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .page-headers--product-card h1 {
    font-size: 31px;
  }
}

.page-headers--product-card .titles {
  max-width: 100%;
}

.page-headers--cart-page {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .page-headers--cart-page {
    margin-bottom: 30px;
  }
}

.page-headers--cart-page h1 {
  margin-bottom: 0;
}

.page-headers--cart-page a {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .page-headers--cart-page a {
    margin-top: 0;
  }
}

.page-headers--order-page {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-headers--order-page {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .page-headers--order-page {
    margin-bottom: 40px;
  }
}

.page-headers--order-page h1 {
  margin-bottom: 10px;
}

.page-headers__text {
  font-size: 15px;
}

@media (min-width: 1200px) {
  .page-headers__text {
    font-size: 17px;
  }
}

.page-wrap {
  padding-top: 64px;
}

@media (min-width: 1200px) {
  .page-wrap {
    padding-top: 0;
  }
}

.page-main {
  position: relative;
  min-height: 250px;
  padding-top: 25px;
}

@media (min-width: 1200px) {
  .page-main {
    padding-top: 40px;
  }
}

.page-main:before {
  content: '';
  position: absolute;
  z-index: -2;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(/templates/project/assets/img/bg_top.svg) center top no-repeat;
  background-size: 100% auto;
}

.page-main:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(/templates/project/assets/img/bg_bottom.svg) center bottom no-repeat;
  background-size: 100% auto;
}

.NYBackgroundOpacity:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/templates/project/assets/img/bg_top-snow.svg) center top no-repeat;
  background-size: 100% auto;
}

.NYBackground:before {
  background: url(/templates/project/assets/img/bg_top-snow.svg) center top no-repeat;
  background-size: 100% auto;
}

.NYBackgroundOpacity:before, .NYBackground:before {
  position: fixed;
  top: 63px;
}

@media (min-width: 1025px) {
  .NYBackgroundOpacity:before, .NYBackground:before {
    position: absolute;
    top: 0px;
  }
}

.NYBackground--unpinned:before {
  top: 0 !important;
}

.container {
  max-width: 1340px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block-title,
h1 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 30px;
}

@media (min-width: 1200px) {
  .block-title,
  h1 {
    font-size: 31px;
  }
}

.block-title.text-bold,
h1.text-bold {
  font-weight: 900;
}

h2,
.h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}

h2.text-bold,
.h2.text-bold {
  font-weight: 900;
}

h3,
.h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

h3.text-bold,
.h3.text-bold {
  font-weight: 900;
}

h4,
.h4 {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 300;
}

h4.text-bold,
.h4.text-bold {
  font-weight: 900;
}

h5,
.h5 {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 300;
}

h5.text-bold,
.h5.text-bold {
  font-weight: 900;
}

h6,
.h6 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
}

h6.text-bold,
.h6.text-bold {
  font-weight: 900;
}

.lines-bg {
  position: relative;
  z-index: 1;
}

.lines-bg:before, .lines-bg:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.lines-bg:before {
  background: url("/templates/project/assets/img/line-top.svg") right top no-repeat;
  background-size: 100% 100%;
}

.lines-bg:after {
  z-index: -2;
}

.decor-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.decor-list li {
  position: relative;
  padding-left: 30px;
  margin: 20px 0;
}

.decor-list li:first-child {
  margin-top: 0;
}

.decor-list li:last-child {
  margin-bottom: 0;
}

.decor-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 11px;
  background: url("/templates/project/assets/svg/site/dark-mark.svg") 0 0 no-repeat;
}

.decor-list--roundmark li:before {
  top: 7px;
  width: 8px;
  height: 8px;
  background: url("/templates/project/assets/svg/site/round-mark.svg") 0 0 no-repeat;
}

.auth-form .auth-body input {
  color: #000;
}

.pic-placeholder {
  position: relative;
  z-index: 0;
  height: 178px;
}

.pic-placeholder svg {
  width: 60px;
  height: 60px;
}

.pic-placeholder .svg-icon {
  width: 60px;
  height: 60px;
}

.pic-placeholder .svg-icon svg {
  width: inherit;
  height: inherit;
}

.pic-placeholder img {
  max-width: 80px !important;
}

.pic-placeholder:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  background-image: linear-gradient(260deg, rgba(52, 84, 237, 0.15), rgba(255, 43, 9, 0.15) 100%);
}

.trigger-link {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.js-init-lazy {
  opacity: 0;
  transition: all .5s;
}

.js-init-lazy.loaded {
  opacity: 1;
}

.a-hidden {
  display: none;
}

.a-block {
  display: block;
}

.a-inline-cont > *,
.a-inline-block {
  vertical-align: top;
  display: inline-block;
}

.a-left {
  float: left;
}

.a-right {
  float: right;
}

.a-nowrap {
  white-space: nowrap;
}

.a-pre {
  white-space: pre-line;
}

.a-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}

.relative {
  position: relative;
}

.text-grey {
  color: #d2d2d2;
}

.text-orange {
  color: #de4c3f;
}

.loading {
  position: relative;
}

.loading:after {
  content: '';
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: white url("/templates/project/assets/svg/site/loader.svg") center center no-repeat;
  background-size: 80px 80px;
  transition: all .3s;
  transform: translate3d(0, 0, 0);
}

.loading.block-box:after {
  border-radius: 10px;
}

.loading--top:after {
  background-position: center 120px;
}

.loading * {
  box-shadow: none !important;
}

body.loading:after {
  position: fixed;
  z-index: 100;
  background-size: 50% auto;
  background-image: url("/templates/project/assets/svg/site/logo-desktop-loader.svg");
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1200px) {
  body.loading:after {
    background-size: 30% auto;
  }
}

.spinner {
  width: 80px;
  height: 80px;
  background: url("/templates/project/assets/svg/site/loader.svg") center center no-repeat;
  background-size: 100% 100%;
}

.emu-table {
  display: table;
}

.emu-table.layout-fixed {
  table-layout: fixed;
}

.emu-table .tr {
  display: table-row;
}

.emu-table .th,
.emu-table .td {
  display: table-cell;
}

.post,
.redactor-styles {
  font-size: 15px !important;
  font-weight: 300;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media (min-width: 768px) {
  .post,
  .redactor-styles {
    font-size: 17px !important;
  }
}

@media (min-width: 1200px) {
  .post,
  .redactor-styles {
    font-size: 19px !important;
  }
}

.post a,
.redactor-styles a {
  color: #ed6534 !important;
}

.post a:hover,
.redactor-styles a:hover {
  color: #ed6534 !important;
}

.post .post__title,
.redactor-styles .post__title {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 900;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .post .post__title,
  .redactor-styles .post__title {
    font-size: 31px;
  }
}

.post .post__title-light,
.redactor-styles .post__title-light {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .post .post__title-light,
  .redactor-styles .post__title-light {
    font-size: 31px;
  }
}

.post .post__subtitle,
.redactor-styles .post__subtitle {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .post .post__subtitle,
  .redactor-styles .post__subtitle {
    font-size: 24px;
  }
}

.post .post__subtitle-light,
.redactor-styles .post__subtitle-light {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .post .post__subtitle-light,
  .redactor-styles .post__subtitle-light {
    font-size: 24px;
  }
}

.post img,
.redactor-styles img {
  max-width: 100%;
}

.post .post__img,
.redactor-styles .post__img {
  max-width: 100%;
  font-size: 0;
}

.post .post__notice,
.redactor-styles .post__notice {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #000000;
  padding: 20px;
  margin: 20px 0;
  background-image: linear-gradient(262deg, rgba(52, 84, 237, 0.07), rgba(255, 43, 9, 0.07) 100%);
  font-weight: normal;
}

@media (min-width: 768px) {
  .post .post__notice,
  .redactor-styles .post__notice {
    font-size: 20px;
    padding: 30px;
    margin: 30px 0;
  }
}

.post .post__conclusion,
.redactor-styles .post__conclusion {
  font-size: 20px;
  padding: 10px 0;
  padding-left: 20px;
  border-left: 2px solid #b5bee6;
  margin: 20px 0;
  font-weight: normal;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .post .post__conclusion,
  .redactor-styles .post__conclusion {
    font-size: 24px;
    border-left-width: 3px;
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .post .post__conclusion,
  .redactor-styles .post__conclusion {
    margin: 40px 0;
  }
}

.post ol,
.redactor-styles ol {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  counter-reset: list1;
}

.post ol li,
.redactor-styles ol li {
  counter-increment: list1;
  position: relative;
  padding-left: 30px;
  margin: 0.5em 0;
}

.post ol li:before,
.redactor-styles ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(list1) ". ";
  font-weight: bold;
  color: #de4c3f;
}

.post ol li strong,
.redactor-styles ol li strong {
  color: #4b5bca;
  font-weight: bold;
}

.post ul,
.redactor-styles ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

@media (min-width: 768px) {
  .post ul,
  .redactor-styles ul {
    margin: 30px 0;
  }
}

.post ul li,
.redactor-styles ul li {
  position: relative;
  padding-left: 30px;
  margin: 0.5em 0;
}

@media (min-width: 768px) {
  .post ul li,
  .redactor-styles ul li {
    padding-left: 40px;
  }
}

.post ul li:before,
.redactor-styles ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  background: #de4c3f;
  width: 14px;
  height: 2px;
}

@media (min-width: 768px) {
  .post ul li:before,
  .redactor-styles ul li:before {
    width: 24px;
    top: 16px;
  }
}

.post p,
.post > *,
.redactor-styles p,
.redactor-styles > * {
  line-height: 1.58;
  letter-spacing: 0.45px;
}

.post p + h2,
.post p + .post__subtitle,
.post > * + h2,
.post > * + .post__subtitle,
.redactor-styles p + h2,
.redactor-styles p + .post__subtitle,
.redactor-styles > * + h2,
.redactor-styles > * + .post__subtitle {
  margin-top: 40px !important;
}

@media (min-width: 768px) {
  .post p + h2,
  .post p + .post__subtitle,
  .post > * + h2,
  .post > * + .post__subtitle,
  .redactor-styles p + h2,
  .redactor-styles p + .post__subtitle,
  .redactor-styles > * + h2,
  .redactor-styles > * + .post__subtitle {
    margin-top: 50px !important;
  }
}

.redactor-dropdown a {
  color: #000;
}

.redactor-dropdown a:hover {
  color: #000;
}

.redactor-dropdown {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.redactor-dropdown-item-post__title span {
  color: #11184e;
  font-size: 22px;
  font-weight: bold;
}

.redactor-dropdown-item-post__title-light span {
  font-size: 20px;
  font-weight: 300;
}

.redactor-dropdown-item-post__subtitle span {
  font-size: 17px;
  font-weight: bold;
}

.redactor-dropdown-item-post__subtitle-light span {
  font-size: 17px;
  font-weight: 300;
}

.redactor-dropdown-item-post__notice {
  background-image: linear-gradient(262deg, rgba(52, 84, 237, 0.07), rgba(255, 43, 9, 0.07) 100%);
}

.redactor-dropdown-item-post__notice span {
  font-size: 17px;
}

.redactor-dropdown-item-post__conclusion {
  border-left: 5px solid #b5bee6;
}

.redactor-dropdown-item-post__conclusion span {
  font-size: 17px;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.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: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .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: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .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: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .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: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(23, 27, 37, 0.6);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow {
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  text-align: center;
  border-radius: 2px;
  z-index: 1200;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
}

.tipso_style {
  cursor: help;
  border-bottom: 1px dotted;
}

.tipso_title {
  border-radius: 6px 6px 0 0;
}

.tipso_content {
  word-wrap: break-word;
  padding: 8px 20px;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
  font-size: 0.6rem;
}

.tipso_bubble.small {
  font-size: 0.8rem;
}

.tipso_bubble.default {
  font-size: 1rem;
}

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
  border-top-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

.tipso_bubble.bottom {
  box-shadow: 0 10px -30px 0 rgba(0, 0, 0, 0.1);
}

.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}

.tipso_bubble.left > .tipso_arrow {
  border-left-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -8px;
}

.tipso_bubble.right > .tipso_arrow {
  border-right-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -8px;
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
  border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
  border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0;
}

.notify {
  position: fixed;
  width: 400px;
  padding: 15px;
  z-index: 9999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all .4s ease-in-out;
}

.notify > button.close {
  position: absolute;
  top: 8px;
  right: 12px;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  outline: none;
}

.notify > button.close:hover {
  filter: alpha(opacity=50);
  opacity: .5;
}

.notify-dismissible .message {
  padding-right: 25px;
}

/** animation type **/
.notify.scale {
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  opacity: 0;
}

.notify.left.drop {
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  opacity: 0;
}

.notify.center.drop {
  -ms-transform: translateY(-120%);
      transform: translateY(-120%);
  opacity: 0;
}

.notify.right.drop {
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  opacity: 0;
}

.notify.middle.center.drop {
  -ms-transform: translateY(-20%);
      transform: translateY(-20%);
  opacity: 0;
}

.notify.bottom.center.drop {
  -ms-transform: translateY(120%);
      transform: translateY(120%);
  opacity: 0;
}

.notify.fade {
  opacity: 0;
}

.notify.out {
  opacity: 0;
}

/** notify type **/
.notify-default {
  background-color: #fff;
  color: #333;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.notify-info {
  color: #31708f;
  background-color: #d9edf7;
}

.notify-toast {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}

.notify-danger {
  color: #a94442;
  background-color: #f2dede;
}

.notify-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.notify-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/** position **/
.notify.top {
  top: 15px;
}

.notify.middle {
  top: 50%;
}

.notify.bottom {
  bottom: 15px;
}

.notify.left {
  left: 15px;
}

.notify.center {
  left: 50%;
  margin-left: -200px;
}

.notify.right {
  right: 15px;
}

/** buttons **/
.notify-buttons {
  width: 100%;
  margin-top: 10px;
}

.notify-buttons.left {
  text-align: left;
}

.notify-buttons.center {
  text-align: center;
}

.notify-buttons.right {
  text-align: right;
}

.notify-buttons > button {
  border: 1px solid #ddd;
  padding: 4px 10px;
  background: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
}

.notify-buttons > button:hover {
  background: #eee;
}

.notify-buttons > button:first-child {
  margin-right: 5px;
}

/** util **/
.notify-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  background-color: #000;
  opacity: 0;
  transition: opacity .4s ease-in-out;
}

body.notify-open {
  overflow: hidden;
}

body.notify-open-drop {
  overflow-x: hidden;
}

@media all and (max-width: 768px) {
  .notify {
    width: 100%;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .notify.top {
    top: 0 !important;
  }
  .notify.bottom {
    bottom: 0 !important;
  }
  .notify.middle {
    width: 80% !important;
    margin-left: 10% !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  .notify.left.drop, .notify.right.drop {
    -ms-transform: translateY(-120%);
        transform: translateY(-120%);
  }
  .notify.bottom.drop {
    -ms-transform: translateY(120%);
        transform: translateY(120%);
    opacity: 0;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  -ms-transform-origin: center;
      transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-half {
  animation-delay: .5s;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

.admin-icon {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 50%;
  background-image: linear-gradient(224deg, #ed6534 3%, #de4c3f);
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 30;
  display: none;
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  .admin-icon {
    right: 30px;
    bottom: 160px;
    height: 55px;
    width: 55px;
  }
}

.admin-icon._shown {
  display: block;
}

.admin-icon .svg-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #fff;
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .admin-icon .svg-icon {
    width: 30px;
    height: 30px;
  }
}

@-ms-viewport {
  width: device-width;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}

.no-gutters {
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-bottom: 0;
}

.no-gutters-bottom > [class*="col"] {
  padding-bottom: 0;
}

.equal-height > [class*="col"] {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.equal-height > [class*="col"] > * {
  height: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.or-first {
  -ms-flex-order: -1;
  order: -1;
}

.or-last {
  -ms-flex-order: 13;
  order: 13;
}

.or-0 {
  -ms-flex-order: 0;
  order: 0;
}

.or-1 {
  -ms-flex-order: 1;
  order: 1;
}

.or-2 {
  -ms-flex-order: 2;
  order: 2;
}

.or-3 {
  -ms-flex-order: 3;
  order: 3;
}

.or-4 {
  -ms-flex-order: 4;
  order: 4;
}

.or-5 {
  -ms-flex-order: 5;
  order: 5;
}

.or-6 {
  -ms-flex-order: 6;
  order: 6;
}

.or-7 {
  -ms-flex-order: 7;
  order: 7;
}

.or-8 {
  -ms-flex-order: 8;
  order: 8;
}

.or-9 {
  -ms-flex-order: 9;
  order: 9;
}

.or-10 {
  -ms-flex-order: 10;
  order: 10;
}

.or-11 {
  -ms-flex-order: 11;
  order: 11;
}

.or-12 {
  -ms-flex-order: 12;
  order: 12;
}

.off-1 {
  margin-left: 8.333333%;
}

.off-2 {
  margin-left: 16.666667%;
}

.off-3 {
  margin-left: 25%;
}

.off-4 {
  margin-left: 33.333333%;
}

.off-5 {
  margin-left: 41.666667%;
}

.off-6 {
  margin-left: 50%;
}

.off-7 {
  margin-left: 58.333333%;
}

.off-8 {
  margin-left: 66.666667%;
}

.off-9 {
  margin-left: 75%;
}

.off-10 {
  margin-left: 83.333333%;
}

.off-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .equal-sm-height > [class*="col"] {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .equal-sm-height > [class*="col"] > * {
    height: 100%;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .or-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .or-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .or-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .or-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .or-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .or-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .or-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .or-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .or-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .or-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .or-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .or-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .or-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .or-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .or-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .off-sm-0 {
    margin-left: 0;
  }
  .off-sm-1 {
    margin-left: 8.333333%;
  }
  .off-sm-2 {
    margin-left: 16.666667%;
  }
  .off-sm-3 {
    margin-left: 25%;
  }
  .off-sm-4 {
    margin-left: 33.333333%;
  }
  .off-sm-5 {
    margin-left: 41.666667%;
  }
  .off-sm-6 {
    margin-left: 50%;
  }
  .off-sm-7 {
    margin-left: 58.333333%;
  }
  .off-sm-8 {
    margin-left: 66.666667%;
  }
  .off-sm-9 {
    margin-left: 75%;
  }
  .off-sm-10 {
    margin-left: 83.333333%;
  }
  .off-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .equal-md-height > [class*="col"] {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .equal-md-height > [class*="col"] > * {
    height: 100%;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .or-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .or-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .or-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .or-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .or-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .or-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .or-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .or-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .or-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .or-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .or-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .or-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .or-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .or-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .or-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .off-md-0 {
    margin-left: 0;
  }
  .off-md-1 {
    margin-left: 8.333333%;
  }
  .off-md-2 {
    margin-left: 16.666667%;
  }
  .off-md-3 {
    margin-left: 25%;
  }
  .off-md-4 {
    margin-left: 33.333333%;
  }
  .off-md-5 {
    margin-left: 41.666667%;
  }
  .off-md-6 {
    margin-left: 50%;
  }
  .off-md-7 {
    margin-left: 58.333333%;
  }
  .off-md-8 {
    margin-left: 66.666667%;
  }
  .off-md-9 {
    margin-left: 75%;
  }
  .off-md-10 {
    margin-left: 83.333333%;
  }
  .off-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .equal-lg-height > [class*="col"] {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .equal-lg-height > [class*="col"] > * {
    height: 100%;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .or-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .or-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .or-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .or-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .or-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .or-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .or-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .or-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .or-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .or-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .or-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .or-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .or-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .or-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .or-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .off-lg-0 {
    margin-left: 0;
  }
  .off-lg-1 {
    margin-left: 8.333333%;
  }
  .off-lg-2 {
    margin-left: 16.666667%;
  }
  .off-lg-3 {
    margin-left: 25%;
  }
  .off-lg-4 {
    margin-left: 33.333333%;
  }
  .off-lg-5 {
    margin-left: 41.666667%;
  }
  .off-lg-6 {
    margin-left: 50%;
  }
  .off-lg-7 {
    margin-left: 58.333333%;
  }
  .off-lg-8 {
    margin-left: 66.666667%;
  }
  .off-lg-9 {
    margin-left: 75%;
  }
  .off-lg-10 {
    margin-left: 83.333333%;
  }
  .off-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .equal-xl-height > [class*="col"] {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .equal-xl-height > [class*="col"] > * {
    height: 100%;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .or-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .or-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .or-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .or-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .or-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .or-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .or-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .or-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .or-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .or-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .or-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .or-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .or-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .or-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .or-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .off-xl-0 {
    margin-left: 0;
  }
  .off-xl-1 {
    margin-left: 8.333333%;
  }
  .off-xl-2 {
    margin-left: 16.666667%;
  }
  .off-xl-3 {
    margin-left: 25%;
  }
  .off-xl-4 {
    margin-left: 33.333333%;
  }
  .off-xl-5 {
    margin-left: 41.666667%;
  }
  .off-xl-6 {
    margin-left: 50%;
  }
  .off-xl-7 {
    margin-left: 58.333333%;
  }
  .off-xl-8 {
    margin-left: 66.666667%;
  }
  .off-xl-9 {
    margin-left: 75%;
  }
  .off-xl-10 {
    margin-left: 83.333333%;
  }
  .off-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-n {
  display: none !important;
}

.d-i {
  display: inline !important;
}

.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

.d-t {
  display: table !important;
}

.d-tr {
  display: table-row !important;
}

.d-tc {
  display: table-cell !important;
}

.d-f {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-if {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-n {
    display: none !important;
  }
  .d-sm-i {
    display: inline !important;
  }
  .d-sm-ib {
    display: inline-block !important;
  }
  .d-sm-b {
    display: block !important;
  }
  .d-sm-t {
    display: table !important;
  }
  .d-sm-tr {
    display: table-row !important;
  }
  .d-sm-tc {
    display: table-cell !important;
  }
  .d-sm-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-if {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-n {
    display: none !important;
  }
  .d-md-i {
    display: inline !important;
  }
  .d-md-ib {
    display: inline-block !important;
  }
  .d-md-b {
    display: block !important;
  }
  .d-md-t {
    display: table !important;
  }
  .d-md-tr {
    display: table-row !important;
  }
  .d-md-tc {
    display: table-cell !important;
  }
  .d-md-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-if {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-n {
    display: none !important;
  }
  .d-lg-i {
    display: inline !important;
  }
  .d-lg-ib {
    display: inline-block !important;
  }
  .d-lg-b {
    display: block !important;
  }
  .d-lg-t {
    display: table !important;
  }
  .d-lg-tr {
    display: table-row !important;
  }
  .d-lg-tc {
    display: table-cell !important;
  }
  .d-lg-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-if {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-n {
    display: none !important;
  }
  .d-xl-i {
    display: inline !important;
  }
  .d-xl-ib {
    display: inline-block !important;
  }
  .d-xl-b {
    display: block !important;
  }
  .d-xl-t {
    display: table !important;
  }
  .d-xl-tr {
    display: table-row !important;
  }
  .d-xl-tc {
    display: table-cell !important;
  }
  .d-xl-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-if {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-n {
    display: none !important;
  }
  .d-print-i {
    display: inline !important;
  }
  .d-print-ib {
    display: inline-block !important;
  }
  .d-print-b {
    display: block !important;
  }
  .d-print-t {
    display: table !important;
  }
  .d-print-tr {
    display: table-row !important;
  }
  .d-print-tc {
    display: table-cell !important;
  }
  .d-print-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-if {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.f-d-r {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.f-d-c {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.f-d-rr {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.f-d-cr {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.f-w-w {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.f-w-n {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.f-w-wr {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.f-n {
  -ms-flex: none !important;
      flex: none !important;
}

.f-fl {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.f-g-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.f-g-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.f-sh-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.f-sh-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.j-c-fs {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.j-c-fe {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.j-c-c {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.j-c-sb {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.j-c-sa {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.a-i-fs {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.a-i-fe {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.a-i-c {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.a-i-b {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.a-i-s {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.a-c-fs {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.a-c-fe {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.a-c-c {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.a-c-sb {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.a-c-sa {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.a-c-s {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.a-s-a {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.a-s-fs {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.a-s-fe {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.a-s-c {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.a-s-b {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.a-s-s {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .f-d-sm-r {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .f-d-sm-c {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .f-d-sm-rr {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .f-d-sm-cr {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .f-w-sm-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .f-w-sm-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .f-w-sm-wr {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .f-sm-n {
    -ms-flex: none !important;
        flex: none !important;
  }
  .f-sm-fl {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .f-sm-g-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .f-sm-g-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .f-sm-sh-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .f-sm-sh-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .j-c-sm-fs {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .j-c-sm-fe {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .j-c-sm-c {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .j-c-sm-sb {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .j-c-sm-sa {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .a-i-sm-fs {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .a-i-sm-fe {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .a-i-sm-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .a-i-sm-b {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .a-i-sm-s {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .a-c-sm-fs {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .a-c-sm-fe {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .a-c-sm-c {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .a-c-sm-sb {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .a-c-sm-sa {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .a-c-sm-s {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .a-s-sm-a {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .a-s-sm-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .a-s-sm-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .a-s-sm-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .a-s-sm-b {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .a-s-sm-s {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .f-d-md-r {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .f-d-md-c {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .f-d-md-rr {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .f-d-md-cr {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .f-w-md-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .f-w-md-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .f-w-md-wr {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .f-md-n {
    -ms-flex: none !important;
        flex: none !important;
  }
  .f-md-fl {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .f-md-g-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .f-md-g-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .f-md-sh-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .f-md-sh-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .j-c-md-fs {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .j-c-md-fe {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .j-c-md-c {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .j-c-md-sb {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .j-c-md-sa {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .a-i-md-fs {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .a-i-md-fe {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .a-i-md-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .a-i-md-b {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .a-i-md-s {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .a-c-md-fs {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .a-c-md-fe {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .a-c-md-c {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .a-c-md-sb {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .a-c-md-sa {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .a-c-md-s {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .a-s-md-a {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .a-s-md-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .a-s-md-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .a-s-md-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .a-s-md-b {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .a-s-md-s {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .f-d-lg-r {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .f-d-lg-c {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .f-d-lg-rr {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .f-d-lg-cr {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .f-w-lg-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .f-w-lg-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .f-w-lg-wr {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .f-lg-n {
    -ms-flex: none !important;
        flex: none !important;
  }
  .f-lg-fl {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .f-lg-g-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .f-lg-g-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .f-lg-sh-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .f-lg-sh-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .j-c-lg-fs {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .j-c-lg-fe {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .j-c-lg-c {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .j-c-lg-sb {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .j-c-lg-sa {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .a-i-lg-fs {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .a-i-lg-fe {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .a-i-lg-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .a-i-lg-b {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .a-i-lg-s {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .a-c-lg-fs {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .a-c-lg-fe {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .a-c-lg-c {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .a-c-lg-sb {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .a-c-lg-sa {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .a-c-lg-s {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .a-s-lg-a {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .a-s-lg-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .a-s-lg-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .a-s-lg-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .a-s-lg-b {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .a-s-lg-s {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .f-d-xl-r {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .f-d-xl-c {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .f-d-xl-rr {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .f-d-xl-cr {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .f-w-xl-w {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .f-w-xl-n {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .f-w-xl-wr {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .f-xl-n {
    -ms-flex: none !important;
        flex: none !important;
  }
  .f-xl-fl {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .f-xl-g-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .f-xl-g-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .f-xl-sh-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .f-xl-sh-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .j-c-xl-fs {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .j-c-xl-fe {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .j-c-xl-c {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .j-c-xl-sb {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .j-c-xl-sa {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .a-i-xl-fs {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .a-i-xl-fe {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .a-i-xl-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .a-i-xl-b {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .a-i-xl-s {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .a-c-xl-fs {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .a-c-xl-fe {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .a-c-xl-c {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .a-c-xl-sb {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .a-c-xl-sa {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .a-c-xl-s {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .a-s-xl-a {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .a-s-xl-fs {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .a-s-xl-fe {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .a-s-xl-c {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .a-s-xl-b {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .a-s-xl-s {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.swiper-container .swiper-slide img {
  max-width: 100%;
}

.swiper-container .swiper-pagination {
  bottom: 6px;
  width: auto;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.15);
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 2px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .swiper-container .swiper-pagination {
    padding: 4px;
  }
}

.swiper-container .swiper-pagination-bullet {
  outline: none;
  opacity: 1;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  margin: 0 2px;
}

@media (min-width: 768px) {
  .swiper-container .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.swiper-container .swiper-pagination-bullet[class*="active"] {
  opacity: 1;
  background: #de4c3f;
}

[class*="swiper-button"].swiper-button--orange {
  outline: none;
  opacity: 1;
  width: 41px;
  height: 41px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(224deg, #ed6534 3%, #de4c3f);
  background-size: auto auto;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

[class*="swiper-button"].swiper-button--orange .svg-icon {
  width: 14px;
  height: 28px;
  fill: #fff;
}

[class*="swiper-button"].swiper-button--dark {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: rgba(34, 10, 69, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  outline: none;
  margin-top: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

[class*="swiper-button"].swiper-button--dark .svg-icon {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.swiper-lazy-preloader {
  animation: none;
}

.swiper-lazy-preloader:after {
  background-image: url("/templates/project/assets/svg/site/loader.svg");
}

.swiper-lazy-preloader + img {
  transition: all .3s;
  opacity: 0;
}

.swiper-lazy-preloader[class*="loaded"] + img {
  opacity: 1;
}

.irs--round .irs-to,
.irs--round .irs-from {
  background-image: linear-gradient(224deg, #ed6534, #de4c3f);
}

.irs--round .irs-to:before,
.irs--round .irs-from:before {
  border-top-color: #de4c3f;
}

.irs--round .irs-handle {
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 2px solid #fbf9f7;
  background-image: linear-gradient(224deg, #ed6534, #de4c3f);
  box-shadow: none;
}

.irs--round .irs-handle:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.irs--round .irs-bar {
  height: 5px;
  background-image: linear-gradient(88deg, #1d2035, #621c15);
}

.irs--round .irs-line {
  background: #e7e7e7;
  height: 5px;
}

.svg-icon {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  fill: #000;
}

.svg-icon svg {
  display: block;
  width: inherit;
  height: inherit;
  fill: inherit;
}

.svg-icon--white-big {
  -ms-flex: none;
      flex: none;
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  fill: #de4c3f;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}

.svg-icon--white-big svg {
  width: 13px;
  height: 13px;
  transition: all .3s;
}

.badge {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 20px;
  min-width: 22px;
  padding: 0 3px;
  text-align: center;
  color: #f9f7f4;
  border: solid 2px transparent;
  background-image: linear-gradient(224deg, #ed6534, #de4c3f);
  font-size: 10px;
  font-weight: 500;
  border-radius: 15px;
}

.badge--gray {
  cursor: pointer;
  color: #000;
  background: #e7e7e7;
  background-image: none !important;
}

.badge--white {
  color: #000;
  background: #fff;
}

.badge--black {
  background: #000;
  color: #ffffff;
}

.badge-big {
  width: 64px;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: 0 8px 16px 0 rgba(17, 11, 125, 0.4);
  background-color: #624fcd;
  border-radius: 50%;
}

.badge-big .svg-icon {
  width: 26px;
  height: 26px;
  fill: #ffff;
}

.badge-big .svg-icon--percent {
  width: 20px;
  height: 20px;
}

.badge-big--red {
  box-shadow: 0 8px 16px 0 rgba(125, 21, 11, 0.4);
  background-color: #f74737;
}

.badge-big--yellow {
  box-shadow: 0 8px 16px 0 rgba(125, 45, 11, 0.4);
  background-color: #f28f18;
}

.button-round {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 41px;
  height: 41px;
  border-radius: 41px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(224deg, #ed6534 3%, #de4c3f);
}

.button-round .svg-icon {
  fill: #fff;
  width: 15px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.button-round:hover, .button-round:focus {
  background-image: linear-gradient(260deg, #FF7A2C, #F75A39);
}

.button-round--gray {
  background: #e7e7e7;
  box-shadow: none;
  background-image: none !important;
}

.button-round--gray .svg-icon {
  fill: #adadad;
}

.button-round--back .svg-icon {
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
      transform: translate(-50%, -50%) rotate(-180deg);
}

.button-round--white {
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}

.button-round--white .svg-icon {
  fill: #de4c3f;
}

.button-round--white:hover, .button-round--white:focus {
  background: #ffffff;
}

.button-round--show {
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #de4c3f;
  position: relative;
}

.button-round--show:before, .button-round--show:after {
  content: '';
  width: 16px;
  height: 1px;
  background: #de4c3f;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.button-round--show:after {
  width: 1px;
  height: 16px;
}

.button {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 20px;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none !important;
  border-radius: 3px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(260deg, #ed6534, #de4c3f);
  color: #fff;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 1200px) {
  .button {
    font-size: 17px;
  }
}

.button:hover, .button:focus {
  color: #fff;
  text-decoration: none !important;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(260deg, #FF7A2C, #F75A39);
}

.button > .svg-icon {
  width: 23px;
  height: 23px;
  fill: #ffffff;
  margin-right: 10px;
}

.button--white {
  color: #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(222, 76, 63, 0.21);
  background: #ffffff;
  color: #de4c3f;
  font-weight: 500;
  transition: border .5s;
}

.button--white > .svg-icon {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  fill: url(#cat-gr) #de4c3f;
  margin-right: 10px;
}

.button--white:hover, .button--white:focus {
  color: #de4c3f;
  background-image: linear-gradient(to bottom, rgba(252, 250, 248, 0), #faf8f5);
  border-color: #de4c3f;
  box-shadow: none;
}

.button--white:active {
  background: #ffffff;
  border-color: rgba(222, 76, 63, 0.57);
}

.button--login {
  font-weight: 300;
  box-shadow: none;
  border-color: #e7e7e7;
}

.button--submit {
  color: #000;
  padding: 0;
  background: none;
  font-size: 13px;
  font-weight: bold;
  box-shadow: none;
}

@media (min-width: 768px) {
  .button--submit {
    font-size: 16px;
  }
}

.button--submit:hover, .button--submit:focus {
  color: #000;
  box-shadow: none;
  background: none;
}

.button--submit:hover .button-round:not(.button-round--white), .button--submit:focus .button-round:not(.button-round--white) {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(260deg, #FF7A2C, #F75A39);
}

.button--submit .button-round--forward {
  margin-left: 10px;
}

.button--submit .button-round--back {
  margin-right: 10px;
}

.button--submit span {
  color: #000;
}

.button--transparent {
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
  background: none;
  box-shadow: none;
  border: solid 1px rgba(231, 231, 231, 0.15);
}

@media (min-width: 768px) {
  .button--transparent {
    font-size: 13px;
  }
}

.button--transparent:hover, .button--transparent:focus {
  color: #ffffff;
  box-shadow: none;
  background: none;
}

.button--big {
  font-size: 17px;
  font-weight: 900;
  padding: 14px 20px;
}

@media (min-width: 768px) {
  .button--big {
    font-size: 20px;
    padding: 20px 30px;
  }
}

@media (min-width: 1200px) {
  .button--big {
    font-size: 20px;
  }
}

.button--green-white {
  color: #4aca9e;
  box-shadow: 0 1px 6px 0 rgba(73, 202, 154, 0.22);
  border: solid 1px rgba(73, 202, 154, 0.26);
  background: #ffffff;
}

.button--green-white:hover, .button--green-white:focus {
  color: #4aca9e;
  box-shadow: none;
  background: #fff;
}

.button--full-width {
  width: 100%;
}

.button--presence {
  color: rgba(121, 120, 149, 0.45);
  font-weight: 500;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(166, 166, 166, 0.21);
  background: #ffffff;
  font-weight: 900;
  pointer-events: none;
}

.button--presence:hover, .button--presence:focus {
  background: #fff;
  color: rgba(121, 120, 149, 0.45);
}

.button--presence .svg-icon {
  fill: rgba(121, 120, 149, 0.45);
}

.button.disabled, .button[disabled] {
  opacity: .7;
  pointer-events: none;
  cursor: default;
}

.button-switch {
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 18px 13px;
  box-shadow: 0 3px 10px 0 rgba(18, 21, 27, 0.08);
  background: #ffffff;
  -ms-flex: 1;
      flex: 1;
  text-decoration: none;
  color: #000;
}

.button-switch input[type="radio"] {
  display: none;
}

.button-switch:hover {
  text-decoration: none;
  color: #000;
}

@media (min-width: 768px) {
  .button-switch {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-size: 15px;
    padding: 23px;
  }
}

.button-switch:first-child {
  border-radius: 10px 0 0 10px;
}

.button-switch:last-child {
  border-radius: 0 10px 10px 0;
}

.button-switch em {
  -ms-flex: none;
      flex: none;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: solid 1px #e7e7e7;
  background: #ffffff;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all .3s;
}

.button-switch em:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #ffffff;
  transition: all .3s;
  -ms-transform: scale(0);
      transform: scale(0);
}

.button-switch.active {
  cursor: default;
  background-color: #f9fbfd;
  box-shadow: inset 0 1px 2px 0 #e4e8ed;
}

.button-switch.active em {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  background: #de4c3f;
  border-color: #de4c3f;
}

.button-switch.active em:before {
  -ms-transform: scale(1);
      transform: scale(1);
}

.button-on-top {
  cursor: pointer;
  width: 40px;
  height: 40px;
  box-shadow: 0 20px 21px 0 rgba(43, 40, 68, 0.3);
  background-color: #ffffff;
  border-radius: 55px;
  position: fixed;
  z-index: 30;
  transition: all .3s;
  bottom: 40px;
  left: 10px;
  pointer-events: none;
  -ms-transform: scale(0);
      transform: scale(0);
}

@media (min-width: 768px) {
  .button-on-top {
    width: 55px;
    height: 55px;
    left: 30px;
    bottom: 90px;
  }
}

.button-on-top .svg-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg);
  fill: #de4c3f;
  width: 18px;
  height: 10px;
}

.button-on-top.showed {
  -ms-transform: scale(1);
      transform: scale(1);
  pointer-events: auto;
}

textarea:not(.not-form-style),
select:not(.not-form-style),
input[type="text"]:not(.not-form-style),
input[type="password"]:not(.not-form-style),
input[type="email"]:not(.not-form-style),
input[type="number"]:not(.not-form-style),
input[type="search"]:not(.not-form-style),
input[type="url"]:not(.not-form-style),
input[type="tel"]:not(.not-form-style) {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  border: solid 1px #e7e7e7;
  outline: none;
  font-weight: 300;
  padding: 14px 13px;
  transition: all .3s;
  font-size: 13px;
}

@media (min-width: 768px) {
  textarea:not(.not-form-style),
  select:not(.not-form-style),
  input[type="text"]:not(.not-form-style),
  input[type="password"]:not(.not-form-style),
  input[type="email"]:not(.not-form-style),
  input[type="number"]:not(.not-form-style),
  input[type="search"]:not(.not-form-style),
  input[type="url"]:not(.not-form-style),
  input[type="tel"]:not(.not-form-style) {
    font-size: 15px;
  }
}

textarea:not(.not-form-style):focus,
select:not(.not-form-style):focus,
input[type="text"]:not(.not-form-style):focus,
input[type="password"]:not(.not-form-style):focus,
input[type="email"]:not(.not-form-style):focus,
input[type="number"]:not(.not-form-style):focus,
input[type="search"]:not(.not-form-style):focus,
input[type="url"]:not(.not-form-style):focus,
input[type="tel"]:not(.not-form-style):focus {
  border-color: #b5bee6;
}

textarea:not(.not-form-style):focus + .svg-icon,
select:not(.not-form-style):focus + .svg-icon,
input[type="text"]:not(.not-form-style):focus + .svg-icon,
input[type="password"]:not(.not-form-style):focus + .svg-icon,
input[type="email"]:not(.not-form-style):focus + .svg-icon,
input[type="number"]:not(.not-form-style):focus + .svg-icon,
input[type="search"]:not(.not-form-style):focus + .svg-icon,
input[type="url"]:not(.not-form-style):focus + .svg-icon,
input[type="tel"]:not(.not-form-style):focus + .svg-icon {
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}

textarea:not(.not-form-style)::-webkit-input-placeholder,
select:not(.not-form-style)::-webkit-input-placeholder,
input[type="text"]:not(.not-form-style)::-webkit-input-placeholder,
input[type="password"]:not(.not-form-style)::-webkit-input-placeholder,
input[type="email"]:not(.not-form-style)::-webkit-input-placeholder,
input[type="number"]:not(.not-form-style)::-webkit-input-placeholder,
input[type="search"]:not(.not-form-style)::-webkit-input-placeholder,
input[type="url"]:not(.not-form-style)::-webkit-input-placeholder,
input[type="tel"]:not(.not-form-style)::-webkit-input-placeholder {
  color: #000;
}

textarea:not(.not-form-style):-moz-placeholder,
select:not(.not-form-style):-moz-placeholder,
input[type="text"]:not(.not-form-style):-moz-placeholder,
input[type="password"]:not(.not-form-style):-moz-placeholder,
input[type="email"]:not(.not-form-style):-moz-placeholder,
input[type="number"]:not(.not-form-style):-moz-placeholder,
input[type="search"]:not(.not-form-style):-moz-placeholder,
input[type="url"]:not(.not-form-style):-moz-placeholder,
input[type="tel"]:not(.not-form-style):-moz-placeholder {
  color: #000;
}

textarea:not(.not-form-style)::-moz-placeholder,
select:not(.not-form-style)::-moz-placeholder,
input[type="text"]:not(.not-form-style)::-moz-placeholder,
input[type="password"]:not(.not-form-style)::-moz-placeholder,
input[type="email"]:not(.not-form-style)::-moz-placeholder,
input[type="number"]:not(.not-form-style)::-moz-placeholder,
input[type="search"]:not(.not-form-style)::-moz-placeholder,
input[type="url"]:not(.not-form-style)::-moz-placeholder,
input[type="tel"]:not(.not-form-style)::-moz-placeholder {
  color: #000;
}

textarea:not(.not-form-style):-ms-input-placeholder,
select:not(.not-form-style):-ms-input-placeholder,
input[type="text"]:not(.not-form-style):-ms-input-placeholder,
input[type="password"]:not(.not-form-style):-ms-input-placeholder,
input[type="email"]:not(.not-form-style):-ms-input-placeholder,
input[type="number"]:not(.not-form-style):-ms-input-placeholder,
input[type="search"]:not(.not-form-style):-ms-input-placeholder,
input[type="url"]:not(.not-form-style):-ms-input-placeholder,
input[type="tel"]:not(.not-form-style):-ms-input-placeholder {
  color: #000;
}

textarea:not(.not-form-style)[disabled], textarea:not(.not-form-style).disabled,
select:not(.not-form-style)[disabled],
select:not(.not-form-style).disabled,
input[type="text"]:not(.not-form-style)[disabled],
input[type="text"]:not(.not-form-style).disabled,
input[type="password"]:not(.not-form-style)[disabled],
input[type="password"]:not(.not-form-style).disabled,
input[type="email"]:not(.not-form-style)[disabled],
input[type="email"]:not(.not-form-style).disabled,
input[type="number"]:not(.not-form-style)[disabled],
input[type="number"]:not(.not-form-style).disabled,
input[type="search"]:not(.not-form-style)[disabled],
input[type="search"]:not(.not-form-style).disabled,
input[type="url"]:not(.not-form-style)[disabled],
input[type="url"]:not(.not-form-style).disabled,
input[type="tel"]:not(.not-form-style)[disabled],
input[type="tel"]:not(.not-form-style).disabled {
  color: #f9f7f4;
  border-color: #e7e7e7;
}

textarea:not(.not-form-style)[disabled]::-webkit-input-placeholder, textarea:not(.not-form-style).disabled::-webkit-input-placeholder,
select:not(.not-form-style)[disabled]::-webkit-input-placeholder,
select:not(.not-form-style).disabled::-webkit-input-placeholder,
input[type="text"]:not(.not-form-style)[disabled]::-webkit-input-placeholder,
input[type="text"]:not(.not-form-style).disabled::-webkit-input-placeholder,
input[type="password"]:not(.not-form-style)[disabled]::-webkit-input-placeholder,
input[type="password"]:not(.not-form-style).disabled::-webkit-input-placeholder,
input[type="email"]:not(.not-form-style)[disabled]::-webkit-input-placeholder,
input[type="email"]:not(.not-form-style).disabled::-webkit-input-placeholder,
input[type="number"]:not(.not-form-style)[disabled]::-webkit-input-placeholder,
input[type="number"]:not(.not-form-style).disabled::-webkit-input-placeholder,
input[type="search"]:not(.not-form-style)[disabled]::-webkit-input-placeholder,
input[type="search"]:not(.not-form-style).disabled::-webkit-input-placeholder,
input[type="url"]:not(.not-form-style)[disabled]::-webkit-input-placeholder,
input[type="url"]:not(.not-form-style).disabled::-webkit-input-placeholder,
input[type="tel"]:not(.not-form-style)[disabled]::-webkit-input-placeholder,
input[type="tel"]:not(.not-form-style).disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

textarea:not(.not-form-style)[disabled]:-moz-placeholder, textarea:not(.not-form-style).disabled:-moz-placeholder,
select:not(.not-form-style)[disabled]:-moz-placeholder,
select:not(.not-form-style).disabled:-moz-placeholder,
input[type="text"]:not(.not-form-style)[disabled]:-moz-placeholder,
input[type="text"]:not(.not-form-style).disabled:-moz-placeholder,
input[type="password"]:not(.not-form-style)[disabled]:-moz-placeholder,
input[type="password"]:not(.not-form-style).disabled:-moz-placeholder,
input[type="email"]:not(.not-form-style)[disabled]:-moz-placeholder,
input[type="email"]:not(.not-form-style).disabled:-moz-placeholder,
input[type="number"]:not(.not-form-style)[disabled]:-moz-placeholder,
input[type="number"]:not(.not-form-style).disabled:-moz-placeholder,
input[type="search"]:not(.not-form-style)[disabled]:-moz-placeholder,
input[type="search"]:not(.not-form-style).disabled:-moz-placeholder,
input[type="url"]:not(.not-form-style)[disabled]:-moz-placeholder,
input[type="url"]:not(.not-form-style).disabled:-moz-placeholder,
input[type="tel"]:not(.not-form-style)[disabled]:-moz-placeholder,
input[type="tel"]:not(.not-form-style).disabled:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

textarea:not(.not-form-style)[disabled]::-moz-placeholder, textarea:not(.not-form-style).disabled::-moz-placeholder,
select:not(.not-form-style)[disabled]::-moz-placeholder,
select:not(.not-form-style).disabled::-moz-placeholder,
input[type="text"]:not(.not-form-style)[disabled]::-moz-placeholder,
input[type="text"]:not(.not-form-style).disabled::-moz-placeholder,
input[type="password"]:not(.not-form-style)[disabled]::-moz-placeholder,
input[type="password"]:not(.not-form-style).disabled::-moz-placeholder,
input[type="email"]:not(.not-form-style)[disabled]::-moz-placeholder,
input[type="email"]:not(.not-form-style).disabled::-moz-placeholder,
input[type="number"]:not(.not-form-style)[disabled]::-moz-placeholder,
input[type="number"]:not(.not-form-style).disabled::-moz-placeholder,
input[type="search"]:not(.not-form-style)[disabled]::-moz-placeholder,
input[type="search"]:not(.not-form-style).disabled::-moz-placeholder,
input[type="url"]:not(.not-form-style)[disabled]::-moz-placeholder,
input[type="url"]:not(.not-form-style).disabled::-moz-placeholder,
input[type="tel"]:not(.not-form-style)[disabled]::-moz-placeholder,
input[type="tel"]:not(.not-form-style).disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

textarea:not(.not-form-style)[disabled]:-ms-input-placeholder, textarea:not(.not-form-style).disabled:-ms-input-placeholder,
select:not(.not-form-style)[disabled]:-ms-input-placeholder,
select:not(.not-form-style).disabled:-ms-input-placeholder,
input[type="text"]:not(.not-form-style)[disabled]:-ms-input-placeholder,
input[type="text"]:not(.not-form-style).disabled:-ms-input-placeholder,
input[type="password"]:not(.not-form-style)[disabled]:-ms-input-placeholder,
input[type="password"]:not(.not-form-style).disabled:-ms-input-placeholder,
input[type="email"]:not(.not-form-style)[disabled]:-ms-input-placeholder,
input[type="email"]:not(.not-form-style).disabled:-ms-input-placeholder,
input[type="number"]:not(.not-form-style)[disabled]:-ms-input-placeholder,
input[type="number"]:not(.not-form-style).disabled:-ms-input-placeholder,
input[type="search"]:not(.not-form-style)[disabled]:-ms-input-placeholder,
input[type="search"]:not(.not-form-style).disabled:-ms-input-placeholder,
input[type="url"]:not(.not-form-style)[disabled]:-ms-input-placeholder,
input[type="url"]:not(.not-form-style).disabled:-ms-input-placeholder,
input[type="tel"]:not(.not-form-style)[disabled]:-ms-input-placeholder,
input[type="tel"]:not(.not-form-style).disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

textarea {
  max-width: 100%;
}

.form-field {
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .form-field {
    margin-bottom: 25px;
  }
}

.form-field--not-gutter {
  margin-bottom: 0 !important;
}

.form-field__title {
  font-size: 13px;
  margin-bottom: 10px;
  color: #000;
  letter-spacing: 0.3px;
}

@media (min-width: 768px) {
  .form-field__title {
    font-size: 15px;
  }
}

.form-field__content a {
  cursor: pointer;
}

.form-field__error {
  margin-top: 10px;
  color: #de4c3f;
  font-size: 12px;
  display: none;
}

.form-field__error[data-error-type="necessary"]:after {
  content: "Поле обязательно для ввода";
}

.form-field__error[data-error-type="password-comfirm"]:after {
  content: "Пароли не совпадают";
}

.form-field__error[data-error-type="incorrect"]:after {
  content: "Не правильно заполнено поле";
}

.form-field__error[data-error-type="empty"]:after {
  content: "Заполните поле";
}

.form-field__error[data-error-type="count_symbols"]:after {
  content: "Введите больше символов";
}

.form-field__error[data-error-type="not_exists"]:after {
  content: "Поле не верно заполнено";
}

.form-field__error[data-error-type="not_found"]:after {
  content: "Указанный email не найден";
}

.form-field__note {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.3px;
  color: #848484;
}

.form-field .form-field__note {
  margin-top: 15px;
}

.form-field--agree {
  font-size: 11px;
  color: #848484;
}

@media (min-width: 768px) {
  .form-field--agree {
    font-size: 13px;
  }
}

.form-field--agree a {
  color: #000;
  text-decoration: none;
}

.form-field--agree a:hover {
  color: #000;
  text-decoration: underline;
}

.form-field--icon textarea,
.form-field--icon select,
.form-field--icon input[type="text"],
.form-field--icon input[type="password"],
.form-field--icon input[type="email"],
.form-field--icon input[type="number"],
.form-field--icon input[type="search"],
.form-field--icon input[type="url"],
.form-field--icon input[type="tel"] {
  padding-left: 35px;
}

.form-field--icon__content {
  position: relative;
}

.form-field--icon .svg-icon {
  width: 12px;
  height: 12px;
  fill: #adadad;
  position: absolute;
  top: 15px;
  left: 14px;
  transition: all .3s;
}

@media (min-width: 768px) {
  .form-field--icon .svg-icon {
    top: 17px;
  }
}

.form-field--flylabel .form-field__title {
  pointer-events: none;
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 15px;
  transition: all .3s;
  background: #ffffff;
  padding: 0 5px;
  margin-bottom: 0;
}

.form-field--flylabel .form-field__content {
  position: relative;
}

.form-field--flylabel.filled .form-field__title {
  top: -5px;
  font-size: 11px;
}

.form-field--flylabel textarea,
.form-field--flylabel select,
.form-field--flylabel input[type="text"],
.form-field--flylabel input[type="password"],
.form-field--flylabel input[type="email"],
.form-field--flylabel input[type="number"],
.form-field--flylabel input[type="search"],
.form-field--flylabel input[type="url"],
.form-field--flylabel input[type="tel"] {
  font-weight: bold;
  letter-spacing: 0.3px;
}

.form-field--forget {
  font-size: 13px;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .form-field--forget {
    font-size: 15px;
  }
}

.form-field--forget a {
  color: #848484;
  text-decoration: none;
}

.form-field--forget a:hover {
  text-decoration: underline;
  color: #848484;
}

.form-field--error textarea,
.form-field--error select,
.form-field--error input[type="text"],
.form-field--error input[type="password"],
.form-field--error input[type="email"],
.form-field--error input[type="number"],
.form-field--error input[type="search"],
.form-field--error input[type="url"],
.form-field--error input[type="tel"] {
  background: #FCEDEC;
  border-color: #FCEDEC;
}

.form-field--error .form-field__error {
  display: block;
}

.form-checkbox {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 24px;
  -ms-flex: none;
      flex: none;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .form-checkbox {
    margin-right: 20px;
  }
}

.form-checkbox .svg-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  fill: #fff;
  z-index: 0;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  transition: all .3s;
}

.form-checkbox .svg-icon svg {
  transition: all .3s;
  opacity: 0;
  width: 14px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.form-checkbox input {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-checkbox input:checked ~ .svg-icon {
  background-color: #de4c3f;
}

.form-checkbox input:checked ~ .svg-icon svg {
  opacity: 1;
}

.form-radio {
  width: 20px;
  height: 20px;
  border-radius: 24px;
  border: solid 1px #e7e7e7;
  position: relative;
  background: #fff;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .form-radio {
    width: 24px;
    height: 24px;
  }
}

.form-radio input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.form-radio input:checked ~ * {
  opacity: 1;
}

.form-radio input:checked ~ *:before {
  content: '';
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
}

.form-radio__mark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .3s;
  background: #ed6534;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}

.form-radio__mark:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 10px;
  transition: all .5s;
  -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
}

@media (min-width: 768px) {
  .form-radio__mark:before {
    width: 10px;
    height: 10px;
  }
}

.form-radio--shadow {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
}

.form-file {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  border: 1px dashed #d6d6d6;
  padding: 14px;
  font-size: 11px;
}

@media (min-width: 768px) {
  .form-file {
    font-size: 13px;
    padding: 16px;
  }
}

@media (min-width: 1200px) {
  .form-file {
    font-size: 15px;
  }
}

.form-file .svg-icon {
  width: 12px;
  height: 12px;
  fill: #adadad;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .form-file .svg-icon {
    width: 16px;
    height: 16px;
  }
}

.form-file input {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-file__desc {
  display: inline-block;
  vertical-align: top;
}

.form-file__size {
  color: #848484;
  margin-left: 5px;
}

.form-select {
  position: relative;
}

.form-select .form-select__value {
  padding: 14px 20px;
  padding-right: 45px;
  background: #ffffff;
  border: none;
  font-size: 13px;
  transition: all .3s;
  border-radius: 3px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .form-select .form-select__value {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .form-select .form-select__value {
    border: 1px solid #e7e7e7;
  }
}

.form-select .form-select__value:before {
  content: attr(data-selected);
}

.form-select .form-select__value .svg-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 6px;
  fill: #000;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.form-select select {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.form-select select:focus + .form-select__value {
  border-color: #b5bee6;
}

.form-required-note {
  padding: 12px 10px;
  font-size: 13px;
  background-image: linear-gradient(268deg, rgba(52, 84, 237, 0.15), rgba(255, 43, 9, 0.15) 100%);
  margin-bottom: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  .form-required-note {
    margin-bottom: 20px;
  }
}

.form-required-note + * {
  border-top: none;
}

.form-required-note + * > *:first-child {
  border-top: none;
}

.form-required-note img {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .form-required-note {
    font-size: 15px;
    padding: 12px 20px;
  }
}

.form-required-note span {
  font-size: 20px;
  font-weight: 900;
  color: #de4c3f;
  line-height: 1.1;
  margin-right: 10px;
  vertical-align: bottom;
  height: 15px;
}

.required {
  color: #de4c3f;
}

.form-success {
  text-align: center;
}

.form-success__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: linear-gradient(150deg, rgba(80, 203, 212, 0.09), rgba(68, 201, 111, 0.09));
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .form-success__icon {
    margin-bottom: 30px;
  }
}

.form-success__title {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .form-success__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.js-form-success {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  -ms-transform: scale(0);
      transform: scale(0);
}

.js-form-success.showed {
  opacity: 1;
  position: static;
  visibility: visible;
  -ms-transform: scale(1);
      transform: scale(1);
}

.js-form-success.showed ~ * {
  display: none !important;
}

form[action*="/welcome/login/"] .form-field.form-field--error .form-field__error[data-error-type="incorrect"]:after {
  content: "Неверный логин или пароль";
}

.phone-type-1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: normal;
}

.phone-type-1 a {
  color: #000;
  text-decoration: none;
}

.phone-type-1 a:hover {
  color: #000;
  text-decoration: none;
}

.phone-type-1 small {
  font-size: 13px;
  font-weight: 300;
  display: block;
}

.phone-type-1 .button {
  margin-top: 25px;
}

.phone-type-2 {
  font-size: 15px;
  font-weight: bold;
}

.phone-type-2 .svg-icon {
  width: 18px;
  height: 32px;
  fill: url(#cat-gr) #de4c3f;
  margin-right: 15px;
}

.phone-type-2 a {
  color: #000;
  text-decoration: none;
}

.phone-type-2 a:hover {
  color: #000;
  text-decoration: none;
}

.phone-type-2 small {
  font-size: 13px;
  display: block;
  color: #848484;
  font-weight: normal;
}

.contacts-block {
  font-size: 14px;
  font-style: normal;
  text-align: center;
}

@media (min-width: 576px) {
  .contacts-block {
    text-align: left;
  }
}

.contacts-block > .svg-icon {
  width: 20px;
  height: 24px;
  fill: #000;
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  .contacts-block > .svg-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.contacts-block__metro {
  font-size: 13px;
  color: #848484;
  margin-top: 10px;
}

.contacts-block__metro .svg-icon {
  width: 14px;
  height: 9px;
  fill: #adadad;
  margin-right: 5px;
}

.mail-block {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 576px) {
  .mail-block {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .mail-block {
    font-size: 15px;
  }
}

.mail-block .svg-icon {
  width: 20px;
  height: 16px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .mail-block .svg-icon {
    margin-right: 20px;
  }
}

.mail-block a {
  color: #000;
  text-decoration: none;
}

.mail-block a:hover {
  color: #000;
  text-decoration: underline;
}

.mail-block small {
  font-size: 13px;
  display: block;
  color: #848484;
  margin-top: 10px;
}

.site-logo {
  font-size: 0;
}

.site-logo img {
  max-width: 100%;
}

.site-banner {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}

.site-banner__overlay {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
  display: none;
  bottom: 35px;
  z-index: -1;
  top: 35px;
  right: 0;
  left: 0;
  filter: blur(3px);
}

@media (min-width: 576px) and (max-width: 1200px) {
  .site-banner__overlay {
    background-position: center center;
    display: block;
  }
  .site-banner__overlay:before {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: block;
    z-index: -1;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}

.site-banner__slide {
  border-radius: 10px;
  overflow: hidden;
}

.site-banner__link {
  background-position: center top;
  background-repeat: no-repeat;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  background-size: auto 100%;
  text-decoration: none;
  -ms-flex-align: center;
      align-items: center;
  padding: 60px 45px;
  min-height: 450px;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 576px) and (max-width: 1200px) {
  .site-banner__link {
    background-size: auto 100%;
  }
}

.site-banner__desc {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.site-banner__desc-title {
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.0;
  font-size: 24px;
}

.site-banner__desc-text {
  margin-bottom: 10px;
  font-size: 17px;
}

.site-banner__desc-more .button {
  padding: 8px 20px;
  font-size: 15px;
  color: #000;
}

.site-banner__desc-more .button:hover, .site-banner__desc-more .button:focus {
  text-decoration: none;
  color: #000;
}

.site-banner__pic {
  position: relative;
  font-size: 0;
}

.site-banner img {
  box-shadow: 0 3px 10px 0 #c5beb5;
  border-radius: 10px;
  max-width: 100%;
}

.block-box {
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(232, 228, 222, 0.5);
  background-color: #ffffff;
}

[data-readmore] {
  overflow: hidden;
  transition: all .3s;
}

.labels__item {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 6px 15px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #de4c3f, #ed6534);
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: .3s ease-in-out;
  letter-spacing: 0.88px;
}

.labels__item--orange {
  background-image: linear-gradient(223deg, #f7974a, #e92020);
}

.labels__item--green {
  background-image: linear-gradient(224deg, #50cbd4, #44c96f);
}

.labels__item--blue {
  background-image: linear-gradient(223deg, #3497ed, #4f3cad);
}

.labels__item--processed {
  background-image: linear-gradient(to right, #4F3CAD, #3497ED);
}

.labels__item--invoice {
  background-image: linear-gradient(to right, #18d4ff, #3694bf);
}

.labels__item--shipped {
  background-image: linear-gradient(to right, #75cb3f, #cecf1b);
}

.labels__item--cancel {
  background: #e8e4de;
}

.labels__item--claim {
  background-image: linear-gradient(to right, #f7974a, #e92020);
}

.labels__item--complete {
  background-image: linear-gradient(to right, #50cbd4, #44c96f);
}

.labels__item.hidden {
  opacity: 0;
}

.responsive-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}

.responsive-table-wrapper::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.responsive-table-wrapper::-webkit-scrollbar-track {
  background: #F6F6F6;
  border-radius: 10px;
}

.responsive-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #de4c3f;
}

.post table,
.table-nhi {
  padding: 0;
  margin: 0;
  border-spacing: 0;
  width: 100%;
}

.post table tr:first-child th:first-child,
.table-nhi tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

.post table tr:first-child th:last-child,
.table-nhi tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

.post table tr:last-child td,
.table-nhi tr:last-child td {
  border-bottom: 1px solid #e7e7e7;
}

.post table tr:last-child td:first-child,
.table-nhi tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.post table tr:last-child td:last-child,
.table-nhi tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.post table tr + tr td,
.table-nhi tr + tr td {
  border-top: 1px solid #e7e7e7;
}

.post table th,
.post table td,
.table-nhi th,
.table-nhi td {
  margin: 0;
  border: none;
  padding: 24px 30px;
  text-align: center;
}

.post table th,
.table-nhi th {
  background: #797895;
  color: #ffffff;
}

.post table td:first-child,
.table-nhi td:first-child {
  border-left: 1px solid #e7e7e7;
}

.post table td:last-child,
.table-nhi td:last-child {
  border-right: 1px solid #e7e7e7;
}

.notify .message {
  word-break: break-all;
}

.notify.top {
  top: 90px;
}

.notify.middle {
  top: 50%;
}

.notify.bottom {
  bottom: 15px;
}

.notify.left {
  left: 15px;
}

.notify.center {
  left: 50%;
  margin-left: -200px;
}

.notify.right {
  right: 15px;
}

.notify--account {
  margin: 0;
  left: 0 !important;
  right: 0;
  bottom: 0 !important;
  width: auto;
  border-radius: 0;
}

@media (min-width: 768px) {
  .notify--account {
    padding: 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.notify--account > button.close {
  float: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  color: #ed6534;
  top: 15px;
}

@media (min-width: 768px) {
  .notify--account > button.close {
    position: static;
    width: 30px;
    height: 30px;
  }
}

.notify--account > button.close:hover {
  opacity: 1;
}

.notify--account-wait {
  background: #ffb742;
}

.notify--account-done {
  background: #50e3c2;
}

.notify.notify--cart-added-popup {
  padding: 30px;
  width: 300px !important;
  right: 10px !important;
  left: auto !important;
  transition: all .3s;
}

@media (min-width: 768px) {
  .notify.notify--cart-added-popup {
    width: 500px !important;
  }
}

@media (min-width: 1200px) {
  .notify.notify--cart-added-popup {
    right: 50% !important;
    -ms-transform: translateX(130%);
        transform: translateX(130%);
  }
}

.notify.notify--cart-added-popup > button.close {
  top: 15px;
  right: 15px;
}

.notify.notify--cart-added-popup .block-title {
  font-size: 18px;
}

@media (min-width: 768px) {
  .notify.notify--cart-added-popup .block-title {
    font-size: 20px;
  }
}

.notify.notify--cart-added-popup .message {
  padding-right: 0;
}

.notify.notify--cart-added-popup .buttons {
  margin-top: 20px;
}

.notify.notify--cart-added-popup .buttons .button--order-link {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .notify.notify--cart-added-popup .buttons .button--order-link {
    margin-top: 0;
  }
}

.notify.notify--top-small {
  top: 80px !important;
}

.notify.notify--top-big {
  top: 75px !important;
}

@media (min-width: 1200px) {
  .notify.notify--top-big {
    top: 200px !important;
  }
}

.notify.notify--top-big.top {
  top: 75px !important;
}

@media (min-width: 1200px) {
  .notify.notify--top-big.top {
    top: 200px !important;
  }
}

.breadcrumbs {
  margin-bottom: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .breadcrumbs {
    padding-bottom: 0;
  }
}

.breadcrumbs > * {
  -ms-flex: none;
      flex: none;
}

.breadcrumbs__item {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  margin: 0 5px;
}

.breadcrumbs__item:hover {
  color: #000;
  text-decoration: none;
}

.breadcrumbs__item--last {
  color: #848484;
}

.breadcrumbs__item--last:hover {
  color: #848484;
}

.breadcrumbs__item--main {
  padding: 5px 10px;
  padding-right: 20px;
  color: #de4c3f;
  margin-left: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.breadcrumbs__item--main:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 15px;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(224, 181, 181, 0.6);
  background-color: #ffffff;
}

.breadcrumbs__item--main:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 5px;
  top: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-radius: 5px;
}

.header-mobile {
  background: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  transition: all .3s;
}

.header-mobile.headroom--unpinned {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.header-mobile.headroom--unpinned ~ .site-search {
  top: 0;
}

.header-mobile__menu {
  width: 64px;
  height: 64px;
  position: relative;
  margin-left: -10px;
  margin-right: 10px;
}

.header-mobile__menu .svg-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-image: linear-gradient(224deg, #ed6534 96%, #de4c3f);
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.header-mobile__menu .svg-icon svg {
  fill: #fff;
  width: 35px;
}

.header-mobile__logo {
  font-size: 0;
}

.header-mobile__logo img {
  max-width: 100%;
}

.header-mobile .phone-type-2 {
  margin-right: 10px;
  padding: 16px 20px;
}

.header-mobile__top-right .button {
  font-size: 15px;
  font-weight: 900;
  padding: 15px 23px;
  border-radius: 5px;
}

.header-mobile__top-right .button--catalog .svg-icon {
  width: 12px;
  height: 12px;
  margin: 0 0 0 15px;
}

.header-mobile__top-right .svg-icon--search-mobile {
  margin-left: 15px;
}

.header-mobile__top-right .svg-icon--search-mobile.active {
  fill: #de4c3f;
}

.header-mobile__top-right .svg-icon--cart-mobile {
  position: relative;
  margin-left: 15px;
  margin-right: 10px;
}

.header-mobile__top-right .svg-icon--cart-mobile .badge {
  position: absolute;
  right: -8px;
  top: -10px;
}

.header-mobile__top-right .svg-icon--login-mobile {
  margin-left: 15px;
}

.header-desktop {
  background: #fff;
  position: relative;
  z-index: 40;
}

.header-desktop__element {
  padding: 25px 30px;
}

.header-desktop__menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  columns: 2;
}

.header-desktop__menu > ul > li {
  margin-bottom: 8px;
}

.header-desktop__menu > ul > li > a {
  position: relative;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.header-desktop__menu > ul > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #de4c3f;
  transition: all .3s;
  max-width: 0;
}

.header-desktop__menu > ul > li > a:hover {
  color: #de4c3f;
  text-decoration: none;
}

.header-desktop__menu > ul > li > a:hover:after {
  max-width: 100%;
}

.header-desktop .phone-type-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
}

.header-desktop__login .register-link {
  margin-left: 20px;
}

.header-desktop__login .button {
  font-size: 15px;
}

.header-desktop__panel {
  background-image: linear-gradient(88deg, #1d2035, #621c15);
}

.header-desktop__panel .row {
  position: relative;
}

.header-desktop__panel .row > [class^="col"] {
  position: static;
}

.header-desktop__catalog > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-desktop__catalog > ul > li > a {
  white-space: nowrap;
  padding: 23px 30px;
  font-size: 15px;
  font-weight: 900;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .3s;
}

.header-desktop__catalog > ul > li > a .svg-icon {
  margin-right: 15px;
  fill: url(#cat-gr) #de4c3f;
  transition: all .3s;
}

.header-desktop__catalog > ul > li > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 3px;
  background: #de4c3f;
  transition: all .3s;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}

.header-desktop__catalog > ul > li > a:after {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  background: url(/templates/project/assets/svg/site/arrow-down-white.svg) 0 0 no-repeat;
  margin-left: 15px;
}

.header-desktop__catalog > ul > li > a:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000;
}

.header-desktop__catalog > ul > li > a:hover:before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.header-desktop__catalog > ul > li > a:hover:after {
  background: url("/templates/project/assets/svg/site/arrow-down-dark.svg") 0 0 no-repeat;
}

.header-desktop__catalog > ul > li > a:hover .svg-icon {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.header-desktop__catalog > ul > li .sublevels {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 100%;
  padding: 0 30px;
  box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  transition: all .5s;
}

.header-desktop__catalog > ul > li .sublevels .button--submit {
  margin-top: 30px;
}

.header-desktop__catalog > ul > li .sublevels ul {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}

.header-desktop__catalog > ul > li .sublevels ul li {
  width: calc(33.3% - 30px);
  margin: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-desktop__catalog > ul > li .sublevels ul li {
    width: calc(25% - 30px);
  }
}

.header-desktop__catalog > ul > li .sublevels ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  padding: 25px 0;
}

.header-desktop__catalog > ul > li .sublevels ul li a .icon {
  width: 72px;
  height: 72px;
  position: relative;
  z-index: 0;
  margin-right: 20px;
  pointer-events: none;
}

.header-desktop__catalog > ul > li .sublevels ul li a .icon:before {
  content: '';
  position: absolute;
  border-radius: 72px;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(257deg, rgba(52, 84, 237, 0.5), rgba(255, 43, 9, 0.5) 100%);
  opacity: 0.1;
  transition: all .3s;
}

.header-desktop__catalog > ul > li .sublevels ul li a .icon svg,
.header-desktop__catalog > ul > li .sublevels ul li a .icon object {
  width: 40px;
  height: 40px;
}

.header-desktop__catalog > ul > li .sublevels ul li a:hover {
  color: #ed6534;
  text-decoration: none;
}

.header-desktop__catalog > ul > li .sublevels ul li a:hover .svg-icon {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(224deg, #ed6534 3%, #de4c3f);
  fill: #fff;
}

.header-desktop__catalog > ul > li .sublevels ul li a:hover .icon:before {
  opacity: 0.3;
}

.header-desktop__catalog > ul > li:hover > a {
  text-decoration: none;
  background: #ffffff;
  color: #000;
}

.header-desktop__catalog > ul > li:hover > a:before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.header-desktop__catalog > ul > li:hover > a .svg-icon {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.header-desktop__catalog > ul > li:hover .sublevels {
  -ms-transform: scaleY(1);
      transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  transition-delay: .35s;
}

.header-desktop__cart {
  display: block;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  padding: 14px 30px;
  padding-right: 25px;
}

.header-desktop__cart:hover {
  color: #fff;
  text-decoration: none;
}

.header-desktop__cart > .svg-icon {
  position: relative;
  width: 22px;
  height: 18px;
  fill: #fff;
  margin-right: 25px;
}

.header-desktop__cart > .svg-icon .badge {
  font-weight: bold;
  position: absolute;
  right: -13px;
  top: -13px;
  border-color: #4d1d1f;
}

.header-desktop__cart-price {
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.header-desktop__cart-currency {
  font-size: 20px;
  font-weight: 900;
  margin-left: 5px;
}

.header-desktop__cart-empty {
  font-size: 15px;
}

.header-desktop__cart .button-round {
  -ms-flex: none;
      flex: none;
  margin-left: 30px;
}

.register-link {
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.register-link .badge {
  margin-left: 5px;
}

.register-link:hover {
  color: #000;
  text-decoration: none;
}

.header-fixed-desktop {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  min-height: 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  transition: all .3s;
  -ms-transform: translateY(-120%);
      transform: translateY(-120%);
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .header-fixed-desktop {
    top: 64px;
    border-top: 1px solid #e7e7e7;
  }
  .header-fixed-desktop.showed-tablet {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .header-fixed-desktop {
    top: 0;
    border-top: none;
  }
  .header-fixed-desktop.showed {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .header-fixed-desktop .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-fixed-desktop .row {
  position: relative;
}

.header-fixed-desktop .row [class^="col"] {
  position: static;
  padding: 0;
}

.header-fixed-desktop .site-logo {
  padding: 20px 30px;
}

.header-fixed-desktop .site-logo img {
  width: 160px;
}

.header-fixed-desktop .header-desktop__catalog {
  border-left: none;
}

.header-fixed-desktop .header-desktop__catalog > ul > li > a {
  color: #000;
}

.header-fixed-desktop .header-desktop__catalog > ul > li > a:after {
  background-image: url("/templates/project/assets/svg/site/arrow-down-dark.svg");
}

.header-fixed-desktop .svg-icon--cart, .header-fixed-desktop .svg-icon--login, .header-fixed-desktop .svg-icon--search {
  position: relative;
  width: auto;
  height: auto;
  cursor: pointer;
  padding: 20px 30px;
}

.header-fixed-desktop .svg-icon--cart svg, .header-fixed-desktop .svg-icon--login svg, .header-fixed-desktop .svg-icon--search svg {
  width: 25px;
  height: 25px;
}

.header-fixed-desktop .svg-icon--cart .badge {
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-fixed-desktop .svg-icon--cabinet:after {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  background: url("/templates/project/assets/svg/site/arrow-down-dark.svg") 0 0 no-repeat;
  margin-left: 10px;
}

.login-dropdown {
  position: relative;
  z-index: 40;
  width: 100%;
}

.login-dropdown__label {
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  color: #000;
}

.login-dropdown .svg-icon--user {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.login-dropdown .svg-icon--arrow {
  margin-left: 10px;
  width: 11px;
  height: 6px;
  fill: #ed6534;
}

.login-dropdown__elem {
  border-radius: 10px 0 10px 10px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 265px;
  padding: 20px;
  margin-top: 20px;
  transition: all .3s;
  box-shadow: 0 8px 11px 0 rgba(21, 27, 62, 0.09);
  background-color: #f9fbfd;
  -ms-transform: scale(0);
      transform: scale(0);
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
  opacity: 0;
  visibility: hidden;
}

.login-dropdown__elem:before {
  content: '';
  position: absolute;
  top: -20px;
  height: 30px;
  left: 0;
  right: 0;
  opacity: 0;
}

.login-dropdown__elem ul {
  margin: 10px 0 0 0;
}

.login-dropdown__elem ul li a {
  color: #000;
  text-decoration: none;
}

.login-dropdown__elem ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.login-dropdown__elem .button {
  width: 100%;
  margin-top: 20px;
}

.login-dropdown:hover .login-dropdown__elem {
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1);
      transform: scale(1);
}

.person-location {
  margin-top: 7px;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  cursor: pointer;
}

.person-location__town {
  color: #ED6534;
}

@media (max-width: 1199.98px) {
  .person-location {
    color: #ffffff;
  }
  .person-location__town {
    color: #DE4C3F;
  }
}

.person-location-townlist-popup {
  z-index: 110;
  position: absolute;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 67px 60px;
  width: 485px;
  box-shadow: 0px 3px 10px rgba(65, 54, 34, 0.15);
  cursor: auto;
  top: 110px;
  left: calc(50vw + 0px);
}

.person-location-townlist-popup__closer {
  top: 30px;
  right: 30px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.person-location-townlist-popup__closer::after, .person-location-townlist-popup__closer::before {
  content: '';
  position: absolute;
  width: 141%;
  height: 2px;
  background: #D8D8D8;
  border-radius: 1px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.person-location-townlist-popup__closer::after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.person-location-townlist-popup__title {
  margin-bottom: 22px;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}

.person-location-townlist-popup__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.person-location-townlist-popup__list li {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
}

.person-location-townlist-popup__list li a {
  color: #000000;
  text-decoration: none;
}

.person-location-townlist-popup__list li a:hover {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .person-location-townlist-popup {
    position: fixed;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    padding: 0;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .person-location-townlist-popup__title {
    padding: 25px;
    padding-left: 55px;
    background-image: url("/templates/project/assets/svg/arrow-left-white.svg"), linear-gradient(45deg, #1D2035 0%, #621C15 100%);
    background-repeat: no-repeat;
    background-position: left 24px center, center;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
  }
  .person-location-townlist-popup__closer {
    top: 27px;
  }
  .person-location-townlist-popup__closer::after, .person-location-townlist-popup__closer::before {
    background-color: #fff;
  }
  .person-location-townlist-popup__list {
    padding: 25px;
  }
  .person-location-townlist-popup__list li {
    font-size: 15px;
    line-height: 50px;
  }
}

.person-location-confirm-popup {
  z-index: 100;
  position: absolute;
  padding: 30px;
  width: 287px;
  top: 110px;
  left: calc(50vw + 0px);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(65, 54, 34, 0.15);
  cursor: auto;
}

.person-location-confirm-popup__title {
  margin-bottom: 23px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

.person-location-confirm-popup__title span {
  font-weight: bold;
}

.person-location-confirm-popup__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.person-location-confirm-popup__btn1, .person-location-confirm-popup__btn2 {
  padding: 9px 22px;
  max-width: 100%;
  background: linear-gradient(219.4deg, #ED6534 -4.8%, #DE4C3F 100%);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.person-location-confirm-popup__btn2 {
  margin-left: 16px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(222, 76, 63, 0.213598);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  color: #DE4C3F;
}

@media (max-width: 1199.98px) {
  .person-location-confirm-popup {
    display: none;
  }
}

.site-footer {
  background: #fff;
  padding: 30px 0;
}

@media (min-width: 576px) {
  .site-footer {
    padding: 40px 0;
  }
}

.site-footer .row [class*="col"] {
  padding-bottom: 0;
}

.site-footer .container {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 576px) {
  .site-footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .site-footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-footer__cats {
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 576px) {
  .site-footer__cats {
    border-bottom: none;
  }
}

.site-footer__cats > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__cats > ul > li {
  padding-bottom: 25px;
}

.site-footer__cats > ul > li > a {
  color: #000;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s;
}

@media (min-width: 1200px) {
  .site-footer__cats > ul > li > a {
    font-size: 20px;
  }
}

.site-footer__cats > ul > li > a .svg-icon {
  width: 32px;
  height: 32px;
  fill: url(#cat-gr) #de4c3f;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .site-footer__cats > ul > li > a .svg-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.site-footer__cats > ul > li > a:hover {
  color: #ed6534;
  text-decoration: none;
}

.site-footer__menu {
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 576px) {
  .site-footer__menu {
    border-bottom: none;
  }
}

.site-footer__menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__menu > ul > li {
  text-align: center;
  margin: 15px 0;
}

@media (min-width: 576px) {
  .site-footer__menu > ul > li {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .site-footer__menu > ul > li:first-child {
    margin-top: 0;
  }
}

.site-footer__menu > ul > li > a {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}

@media (min-width: 576px) {
  .site-footer__menu > ul > li > a {
    position: relative;
    padding-left: 25px;
  }
  .site-footer__menu > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    background: url(/templates/project/assets/svg/site/footer-menu-mark.svg) 0 0 no-repeat;
  }
}

@media (min-width: 1200px) {
  .site-footer__menu > ul > li > a {
    font-size: 15px;
  }
}

.site-footer__menu > ul > li > a:hover {
  color: #de4c3f;
  text-decoration: underline;
}

.site-footer .phone-type-1 {
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 576px) {
  .site-footer .phone-type-1 {
    text-align: left;
    margin-top: 0;
  }
}

.site-footer .phone-type-1 small:not(:first-child) {
  margin-top: 5px;
}

.site-footer .contacts-block {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .site-footer .contacts-block {
    margin-top: 0;
  }
}

.site-footer .mail-block {
  margin-top: 25px;
}

.site-footer .widget-block {
  margin-top: 25px;
}

@media (max-width: 576px) {
  .site-footer .widget-block {
    text-align: center;
  }
}

.site-footer__bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}

@media (min-width: 576px) {
  .site-footer__bottom {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .site-footer__bottom {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.site-footer__bottom .site-logo {
  margin-bottom: 25px;
}

.site-footer__text {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.site-footer__text p {
  margin: 0;
}

.site-footer__links {
  font-size: 13px;
}

.site-footer__links a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

@media (min-width: 576px) {
  .site-footer__links a + a {
    margin-left: 20px;
  }
}

.site-footer__links a:before, .site-footer__links a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #d8d8d8;
}

.site-footer__links a:after {
  border-bottom-color: #000;
  max-width: 0;
  transition: all .3s;
}

.site-footer__links a:hover {
  color: #000;
  text-decoration: none;
}

.site-footer__links a:hover:after {
  max-width: 100%;
}

.site-footer__copy {
  font-size: 13px;
}

@media (min-width: 1200px) {
  .site-footer__copy {
    margin-top: -10px;
  }
}

.site-footer__copy a {
  color: #000;
  text-decoration: none;
}

.site-footer__copy a:hover {
  color: #000;
  text-decoration: none;
}

.site-footer__copy img {
  margin-left: 5px;
}

.callback-block {
  padding: 45px 0 35px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #ea5b4f;
  background-size: cover;
}

@media (min-width: 768px) {
  .callback-block {
    padding: 16px 0;
  }
}

@media (min-width: 1200px) {
  .callback-block {
    padding: 60px 0;
  }
}

.callback-block__subtitle {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .callback-block__subtitle {
    font-size: 20px;
  }
}

.callback-block .block-title {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .callback-block .block-title {
    font-size: 31px;
  }
}

@media (min-width: 1200px) {
  .callback-block .block-title {
    font-size: 48px;
  }
}

.callback-block__note {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .callback-block__note {
    font-size: 17px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .callback-block__note {
    font-size: 20px;
  }
}

.callback-block__form {
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .callback-block__form {
    padding: 24px;
  }
}

.callback-block__form textarea,
.callback-block__form select,
.callback-block__form input[type="text"],
.callback-block__form input[type="password"],
.callback-block__form input[type="email"],
.callback-block__form input[type="number"],
.callback-block__form input[type="search"],
.callback-block__form input[type="url"],
.callback-block__form input[type="tel"] {
  background: #f6f6f6;
  border-color: #f6f6f6;
}

.callback-block__form .form-field--agree {
  margin: -16px;
  margin-top: 0;
  border-radius: 0 0 10px 10px;
  background: #f6f4f0;
  padding: 16px;
}

@media (min-width: 768px) {
  .callback-block__form .form-field--agree {
    padding: 24px;
    margin: -24px;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .callback-block__form .form-field--file {
    width: 47.5%;
  }
}

.callback-block__form .form-field--file .form-file {
  width: 100%;
}

.callback-block__succes {
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .callback-block__succes {
    text-align: left;
  }
}

.callback-block__succes-icon {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background-image: linear-gradient(257deg, rgba(52, 84, 237, 0.1), rgba(255, 43, 9, 0.1) 100%);
  margin: 0 auto 20px;
}

@media (min-width: 992px) {
  .callback-block__succes-icon {
    margin: 0 35px 0 0;
  }
}

.callback-block__succes-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}

.callback-block__succes-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.4px;
}

.callback-block__succes--vertical .callback-block__succes-icon {
  margin: 0 0 30px 0;
}

.callback-block__succes--vertical .callback-block__succes-desc {
  text-align: center;
}

.skills {
  padding: 28px 0 0;
}

@media (min-width: 768px) {
  .skills {
    padding: 40px 0 10px;
  }
}

@media (min-width: 1200px) {
  .skills {
    padding: 60px 0 30px;
  }
}

.skills .container {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .skills .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .skills .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.skills__item-icon {
  margin-right: 20px;
}

.skills__item-icon svg {
  width: 32px;
  height: 32px;
}

@media (min-width: 768px) {
  .skills__item-icon svg {
    width: 50px;
    height: 50px;
  }
}

.skills__item-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .skills__item-title {
    font-size: 17px;
  }
}

.skills__item-desc {
  font-size: 13px;
}

@media (min-width: 1200px) {
  .skills__item-desc {
    font-size: 15px;
  }
}

.content-slider {
  margin-bottom: 20px;
}

.content-slider .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}

.content-slider .swiper-slide img {
  border-radius: 10px;
  max-width: 100%;
}

.content-slider__link {
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .content-slider__link {
    padding: 20px 25px;
  }
}

@media (min-width: 1200px) {
  .content-slider__link {
    padding: 20px 90px;
  }
}

.content-slider__desc {
  color: #ffffff;
}

.content-slider__desc-title {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.0;
}

@media (min-width: 768px) {
  .content-slider__desc-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .content-slider__desc-title {
    font-size: 40px;
  }
}

.content-slider__desc-text {
  font-size: 11px;
}

@media (min-width: 768px) {
  .content-slider__desc-text {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .content-slider__desc-text {
    font-size: 17px;
  }
}

.catalog-sort {
  margin: 0 -10px 10px;
  border-radius: 0;
  padding-top: 60px;
}

@media (min-width: 768px) {
  .catalog-sort {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 20px 150px;
  }
}

@media (min-width: 1200px) {
  .catalog-sort {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 30px;
  }
}

.catalog-sort__left {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 768px) {
  .catalog-sort__left {
    width: auto;
    -ms-flex-pack: unset;
        justify-content: unset;
  }
}

.catalog-sort__item {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

@media (min-width: 768px) {
  .catalog-sort__item {
    font-size: 15px;
  }
}

.catalog-sort__item:hover {
  color: #000;
  text-decoration: none;
}

.catalog-sort__item small {
  font-size: inherit;
  margin-right: 15px;
  font-weight: normal;
  color: #848484;
}

.catalog-sort__item .svg-icon {
  width: 20px;
  height: 18px;
  margin-left: 15px;
  fill: url(#cat_gr) #de4c3f;
}

.catalog-sort__item--filter {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding-right: 15px;
  padding: 14px 20px;
}

@media (min-width: 768px) {
  .catalog-sort__item--filter {
    margin-right: 15px;
    width: auto;
    -ms-flex-pack: unset;
        justify-content: unset;
    border-bottom: 0;
    border-right: 1px solid #e7e7e7;
  }
}

.catalog-sort__item--filter .svg-icon {
  position: relative;
}

.catalog-sort__item--filter .badge {
  position: absolute;
  right: -12px;
  top: -8px;
}

.catalog-sort__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  pointer-events: none;
}

.catalog-sort__arrow * {
  pointer-events: none;
}

.catalog-sort__available {
  margin-left: 25px;
}

.catalog-sort__available .form-checkbox .svg-icon {
  border: 1px solid #E7E7E7;
}

.catalog-sort__link {
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.catalog-sort__link:hover {
  color: #000;
  text-decoration: none;
}

.catalog-sort__view small {
  font-size: 15px;
  color: #848484;
  margin-right: 15px;
}

.catalog-sort__view .svg-icon {
  cursor: pointer;
  fill: #d8d8d8;
  width: 19px;
  height: 19px;
}

.catalog-sort__view .svg-icon.active {
  fill: url(#cat_gr) #de4c3f;
}

.catalog-sort__view .svg-icon--view-panel {
  margin-left: 15px;
}

.catalog-sort--mobile {
  padding: 10px 0px 11px 20px;
  width: 100%;
  position: absolute;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

@media (min-width: 768px) {
  .catalog-sort--mobile {
    padding: 20px 0px 20px 20px;
    width: auto;
  }
}

.catalog-sort--wrapper-mob {
  position: relative;
}

.catalog-sort--wrapper-mob.notfound .catalog-sort--mobile {
  position: static;
  box-shadow: inherit;
  width: calc(100% + 20px);
}

@media (min-width: 768px) {
  .catalog-sort--wrapper-mob.notfound .catalog-sort--mobile {
    width: calc(100% + 40px);
  }
}

.catalog-sort--wrapper-mob.notauth .catalog-sort--mobile {
  top: 90px;
}

.product-card__pur .button .svg-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.product-card__pur .button .svg-icon svg {
  width: 16px;
}

.product-card__pur .button .svg-icon--success {
  display: none;
}

.product-card__pur .button.clicked {
  background-image: linear-gradient(88deg, #1d2035, #621c15);
}

.product-card__pur .button.clicked .svg-icon {
  display: none;
}

.product-card__pur .button.clicked .svg-icon--success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.product-card__pur .button.clicked .svg-icon--success svg {
  width: 16px;
}

.product-item {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.product-item__trigger-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.product-item__top {
  padding: 16px;
}

@media (min-width: 768px) {
  .product-item__top {
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .product-item__top {
    padding: 30px;
  }
}

.product-item__pics {
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .product-item__pics {
    width: 106px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .product-item__pics {
    width: 180px;
  }
}

.product-item__pics > a {
  display: block;
  width: 100%;
}

.product-item__pics .swiper-container {
  width: 100%;
}

@media (min-width: 768px) {
  .product-item__pics .swiper-container {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
  }
}

.product-item__pics .swiper-container .swiper-wrapper {
  z-index: auto;
}

.product-item__pics .swiper-container .swiper-slide {
  font-size: 0;
  text-align: center;
  max-height: 178px;
}

@media screen and (max-width: 1200px) {
  .product-item__pics .swiper-container .swiper-slide {
    max-height: 104px;
  }
}

@media screen and (max-width: 768px) {
  .product-item__pics .swiper-container .swiper-slide {
    max-height: 300px;
  }
}

.product-item__pics .swiper-container .swiper-slide--last {
  position: relative;
  height: auto;
}

.product-item__pics .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.product-item__pics .swiper-container .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-transform: translate(0);
      transform: translate(0);
  background: none;
  display: -ms-flexbox;
  display: flex;
  box-shadow: none;
  z-index: auto;
}

.product-item__pics .swiper-container .swiper-pagination[hidden] {
  display: none !important;
}

.product-item__pics .swiper-container .swiper-pagination-bullet {
  -ms-flex: 1;
      flex: 1;
  border-radius: 5px;
  background: #e7e7e7;
  margin: 0 2px;
  height: 3px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .product-item__pics .swiper-container .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: -1000px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
  }
}

.product-item__pics .swiper-container .swiper-pagination-bullet[class*="active"] {
  background: #232323;
}

.product-item__pics-more {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  bottom: -20px;
  background-image: linear-gradient(260deg, #ed6534, #de4c3f);
}

.product-item__pics-more .button {
  font-size: 13px;
  padding: 8px 15px;
}

.product-item .labels {
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 8px;
  pointer-events: none;
}

.product-item__delete {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
}

.product-item__delete .svg-icon {
  fill: #bcc6db;
  width: 16px;
  height: 16px;
}

.product-item__middle {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .product-item__middle {
    padding: 24px 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .product-item__middle {
    padding: 30px 0;
  }
}

.product-item__name {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .product-item__name {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .product-item__name {
    font-size: 17px;
  }
}

.product-item__name a {
  color: #000;
  text-decoration: none;
}

.product-item__name a:hover {
  text-decoration: underline;
  color: #000;
}

.product-item__article {
  font-weight: bold;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .product-item__article {
    font-size: 15px;
  }
}

.product-item__article small {
  font-size: inherit;
}

.product-item__chars {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .product-item__chars {
    padding-top: 0;
    border-top: none;
  }
}

.product-item__chars-title {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  z-index: 5;
  margin-right: 20px;
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
}

.product-item__chars-title:after {
  content: '';
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: -1;
}

@media (min-width: 1200px) {
  .product-item__chars-title {
    font-size: 15px;
  }
}

.product-item__chars-title .svg-icon {
  margin-left: 8px;
  width: 11px;
  height: 6px;
  fill: #de4c3f;
}

.product-item__chars-title .svg-icon svg {
  transition: all .3s;
}

.product-item__chars-title.is-opened {
  font-size: 0;
}

.product-item__chars-title.is-opened:before {
  content: "Скрыть";
  font-size: 13px;
}

@media (min-width: 1200px) {
  .product-item__chars-title.is-opened:before {
    font-size: 15px;
  }
}

.product-item__chars-title.is-opened .svg-icon svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.product-item__chars-title.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .product-item__chars-title + .product-item__compare {
    padding: 3px 0;
  }
}

.product-item__chars-body {
  margin-bottom: 25px;
}

.product-item__chars-body .js-readmore + [data-readmore-toggle] {
  display: none;
}

.product-item__compare {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .product-item__compare {
    font-size: 15px;
  }
}

.product-item__compare:before {
  content: '';
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: -1;
}

.product-item__compare:hover {
  color: #ed6534;
  text-decoration: none;
}

.product-item__compare:hover .svg-icon {
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}

.product-item__compare .svg-icon {
  width: 10px;
  height: 10px;
  fill: #de4c3f;
  margin-right: 7px;
  transition: all .3s;
}

.product-item__compare.added {
  color: #ed6534;
}

.product-item__bottom {
  padding: 16px;
  background: #f9fbfd;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .product-item__bottom {
    width: 277px;
    max-width: 277px;
    padding: 24px;
    border-radius: 0 10px 10px 0;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .product-item__bottom {
    width: 313px;
    max-width: 313px;
  }
}

.product-item__underside {
  position: relative;
  z-index: 5;
}

.product-item__shipment {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .product-item__shipment {
    font-size: 15px;
  }
}

.product-item__shipment .svg-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.product-item__shipment small {
  font-weight: normal;
  font-size: inherit;
  margin-right: 5px;
}

.product-item__price-old {
  font-size: 13px;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .product-item__price-old {
    font-size: 15px;
  }
}

.product-item__price-old span {
  position: relative;
}

.product-item__price-old span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background: #de4c3f;
}

.product-item__price-old .badge {
  margin-left: 5px;
}

.product-item__price-current {
  font-size: 15px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  .product-item__price-current {
    font-size: 20px;
  }
}

.product-item__price-current .badge {
  margin-left: 10px;
}

.product-item__price .under {
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: #848484;
}

.product-item__count {
  position: relative;
  width: 127px;
}

@media (min-width: 768px) {
  .product-item__count {
    width: 114px;
  }
}

.product-item__count button {
  cursor: pointer;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: absolute;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all .3s;
}

.product-item__count button[class*="add"] {
  background: #000;
  color: #ffffff;
}

.product-item__count button[class*="add"]:hover {
  background: #ed6534;
}

.product-item__count button[class*="add"].disabled {
  background: #e7e7e7;
}

.product-item__count button[class*="add"].disabled:hover {
  background: #e7e7e7;
  color: #adadad;
}

.product-item__count button[class*="sub"] {
  color: #e7e7e7;
}

.product-item__count button[class*="sub"]:hover {
  background: #e7e7e7;
  color: #adadad;
}

.product-item__count button[class*="sub"].active {
  background: #000;
  color: #ffffff;
}

.product-item__count button[class*="sub"].active:hover {
  background: #ed6534;
}

.product-item__count-sub {
  top: 12px;
  left: 12px;
}

.product-item__count-add {
  top: 12px;
  right: 12px;
}

.product-item__count input[type="text"] {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  padding-left: 38px;
  padding-right: 38px;
}

.product-item__order {
  margin-top: 20px;
}

.product-item__order .button {
  height: 46px;
  padding: 8px 16px;
}

@media (min-width: 768px) {
  .product-item__order .button {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .product-item__order .button {
    font-size: 17px;
    height: 48px;
  }
}

@media (min-width: 768px) {
  .product-item__order .button--white {
    margin-top: 16px;
  }
}

.product-item__order .button .svg-icon--success {
  display: none;
}

.product-item__order .button.clicked {
  background-image: linear-gradient(88deg, #1d2035, #621c15);
}

.product-item__order .button.clicked .svg-icon {
  display: none;
}

.product-item__order .button.clicked .svg-icon--success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.product-item__order .button.clicked .svg-icon--success svg {
  width: 16px;
}

.product-item__image {
  position: relative;
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
}

.product-item__image img {
  max-width: 100%;
}

.product-item__props {
  margin-bottom: 20px;
}

.product-item__props-item {
  font-size: 11px;
  border-radius: 3px;
  border: solid 1px #e7e7e7;
  padding: 7px 15px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .product-item__props-item {
    padding: 10px 15px;
  }
}

.product-item__props-item .svg-icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.product-item--padding {
  padding: 20px;
}

@media (min-width: 768px) {
  .product-item--padding {
    padding: 30px;
  }
}

.product-item--thumb .product-item__pics {
  width: auto;
  margin-bottom: 20px;
  height: 178px;
}

.product-item--thumb .product-item__name {
  word-break: break-word;
}

@media (min-width: 1200px) {
  .product-item--thumb .product-item__name {
    font-size: 15px;
  }
}

.product-item--thumb .product-item__price {
  margin-bottom: 20px;
}

.product-item--thumb .product-item__price-old {
  margin-bottom: 0;
}

.product-item--thumb .product-item__price-current {
  margin-right: 10px;
}

.product-item--thumb .product-item__count {
  margin-right: 10px;
}

.product-item--thumb .product-item__pics .swiper-container {
  border: none;
}

.product-item--thumb .button[class*="submit"] .svg-icon {
  margin-right: 0;
}

.chars-table__row {
  border-bottom: 1px dotted #adadad;
  padding: 2% 0 2% 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.chars-table__row:last-child {
  margin-bottom: 0;
}

.chars-table__row > * {
  font-size: 13px;
  background: #ffffff;
  margin-bottom: -4px;
}

@media (min-width: 1200px) {
  .chars-table__row > * {
    font-size: 15px;
  }
}

.chars-table__row-name {
  color: #848484;
  padding-right: 5px;
  max-width: 40%;
}

.chars-table__row-value {
  padding-left: 5px;
  max-width: 60%;
  text-align: end;
}

.product-list-wrapper.hidden {
  display: none;
}

.not-link {
  text-decoration: inherit;
  color: inherit;
}

.not-link:hover {
  text-decoration: inherit;
  color: inherit;
}

.for-order {
  font-weight: bold;
  font-size: 18px;
}

.pagination {
  padding: 7px 16px;
}

.pagination .separator {
  margin-left: 10px;
  margin-right: 10px;
}

.pagination__pages-href {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  height: 25px;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
}

.pagination__pages-href:hover {
  color: #000000;
}

.pagination__pages-count .active {
  color: #ffffff;
  background-image: linear-gradient(224deg, #ed6534, #de4c3f);
  border-radius: 50%;
  opacity: 90%;
  width: 25px;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pagination__pages-count:hover {
  color: #ffffff;
  background-image: linear-gradient(224deg, #ed6534, #de4c3f);
  border-radius: 50%;
  opacity: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 25px;
  height: 25px;
}

@media (min-width: 1200px) {
  .pagination {
    padding: 15px 30px;
  }
}

.pagination__pages {
  font-size: 13px;
}

@media (min-width: 1200px) {
  .pagination__pages {
    font-size: 15px;
  }
}

.pagination__pages small {
  color: #848484;
  font-size: inherit;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .pagination__pages small {
    margin-right: 15px;
  }
}

.pagination__pages span {
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .pagination__pages span {
    margin-left: 15px;
  }
}

.pagination input[type="text"] {
  height: 32px;
  width: 66px;
  text-align: center;
  font-weight: bold;
  padding: 0;
}

@media (min-width: 1200px) {
  .pagination input[type="text"] {
    height: 48px;
    width: 90px;
  }
}

.pagination .button--submit i {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
}

.pagination .button--submit.button--back .button-round--back {
  margin-left: 0;
}

.pagination .button-round--back {
  margin-right: 15px;
}

.pagination .button-round--forward {
  margin-left: 15px;
}

.pagination--cut {
  padding: 0;
}

@media (min-width: 1200px) {
  .pagination--cut {
    padding: 0;
  }
}

.pagination--cut .button--submit i {
  display: none !important;
}

.pagination--cut .button--submit .button-round--back {
  display: none;
}

.pagination--cut__pages span {
  margin-left: 10px;
}

.pagination--cut__pages small {
  margin-right: 10px;
}

.filter__title {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  padding: 8px 20px;
  background-image: linear-gradient(88deg, #1d2035, #621c15);
}

@media (min-width: 1200px) {
  .filter__title {
    border-radius: 10px 10px 0 0;
    padding: 18px 30px;
    font-size: 20px;
  }
}

.filter__title .svg-icon {
  width: 24px;
  height: 18px;
  fill: url(#cat_gr) #de4c3f;
  margin-left: 10px;
}

.filter__body {
  padding: 5px 30px;
  padding-bottom: 70px;
  background: #fbf9f7;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 1200px) {
  .filter__body {
    padding-bottom: 5px;
  }
}

.filter__body .col-6 {
  padding: 0;
  margin-bottom: 10px;
  -ms-flex: 49%;
      flex: 49%;
}

.filter__item {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.filter__item .badge {
  margin-left: 10px;
}

.filter__item:first-child {
  border-top: none;
}

.filter__item--price .filter__item-body {
  padding-top: 0;
}

.filter__item.is-opened .filter__item-trigger:before {
  content: none;
}

.filter__item-title {
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 0;
  padding-right: 20px !important;
}

@media (min-width: 1200px) {
  .filter__item-title {
    padding: 25px 0;
  }
}

@media (min-width: 1200px) {
  .filter__item-title {
    font-size: 17px;
  }
}

.filter__item-title .form-checkbox {
  margin-right: 0px;
}

.filter__item-trigger {
  position: absolute;
  right: 0;
  top: 17px;
  width: 10px;
  height: 10px;
}

@media (min-width: 1200px) {
  .filter__item-trigger {
    top: 30px;
  }
}

.filter__item-trigger:before, .filter__item-trigger:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #000;
  margin-left: -1px;
}

.filter__item-trigger:after {
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  margin-left: 0;
}

.filter__item-body {
  display: none;
}

.filter__item-body .form-field:not(:only-child):last-child {
  margin-bottom: 0;
}

.filter__item-body .form-field input[type="text"] {
  width: 47%;
}

.filter__item-body .form-field__content {
  font-size: 13px;
}

@media (min-width: 1200px) {
  .filter__item-body .form-field__content {
    font-size: 15px;
  }
}

.filter__item-body .form-field__content > .irs {
  margin-bottom: 20px;
  margin-top: -25px;
}

.filter__item-body .form-field__content .form-checkbox {
  margin-right: 10px;
}

.filter__autocomplete-wrapper {
  position: relative;
  padding: 10px 0;
}

.filter__autocomplete-wrapper .icon-search {
  position: absolute;
  top: 49%;
  left: 10px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.filter__autocomplete-wrapper input {
  padding-left: 30px !important;
}

.filter__autocomplete-wrapper.open .filter__autocomplete-result {
  display: block;
}

.filter__autocomplete-wrapper .badge {
  position: absolute;
  top: 50%;
  right: 5px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.filter__autocomplete-result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
  border: solid 1px #e7e7e7;
  display: none;
}

.filter__autocomplete-result--item {
  font: 300 13px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  transition: .3s;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.filter__autocomplete-result--item:hover {
  background: #f9fbfd;
}

.filter__show-result {
  padding: 20px;
  position: fixed;
  z-index: 120;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: all .3s;
  visibility: hidden;
  width: 280px;
}

.filter__show-result.showed {
  visibility: visible;
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}

.filter__show-result .button {
  width: 100%;
  pointer-events: none;
}

.filter .js-field-hidden {
  display: none;
}

.filter .form-field__showmore {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.filter .form-field__showmore .svg-icon {
  margin-left: 0px !important;
  margin-right: 8px;
  width: 32px;
  height: 7px;
  fill: #cf2c12;
  transition: transform .5s;
}

.filter .form-field__showmore .svg-icon--opened {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.filter-categories {
  overflow: hidden;
  margin-bottom: 30px;
}

.filter-categories__head {
  font-size: 17px;
  font-weight: bold;
  padding: 20px 30px;
  border-bottom: 1px solid #fbf9f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-categories-main {
  background: #fbf9f7;
  padding: 20px 30px;
}

.filter-categories-main__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 20px 0px;
  border-bottom: 1px solid #e8e6e4;
  font-size: 15px;
  cursor: pointer;
}

.filter-categories-main__item .svg-icon {
  margin-right: 10px;
}

.filter-categories-main .filter-categories-main__item:first-child {
  padding: 0 0 20px 0;
}

.filter-categories-main .filter-categories-main__item:last-child {
  padding: 20px 0 0 0;
  border-bottom: none;
}

.count--round {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  background: #de4c3f;
  margin-right: 5px;
  margin-left: 5px;
}

#catalog-filter {
  background: #fbf9f7;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 280px;
  transition: all .3s;
  transform: translate3d(-120%, 0, 0);
  overflow-y: auto;
  border-radius: 0;
}

@media (min-width: 1200px) {
  #catalog-filter {
    z-index: 10;
    margin-bottom: 30px;
    background: transparent;
    position: static;
    width: auto;
    overflow: visible;
    border-radius: 10px;
    transform: translate3d(0, 0, 0);
  }
}

#catalog-filter.visible {
  transform: translate3d(0, 0, 0) !important;
}

.desc-block {
  border-radius: 0;
  padding: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .desc-block {
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    padding: 30px 50px;
  }
}

@media (min-width: 1200px) {
  .desc-block {
    padding: 90px;
  }
}

@media (min-width: 1200px) {
  .documents .row {
    margin-left: -50px;
  }
}

@media (min-width: 1200px) {
  .documents .row [class*="col"] {
    padding-left: 50px;
  }
}

.documents__item {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px dotted #e7e7e7;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .documents__item.no-br {
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .documents__item {
    padding-bottom: 30px;
  }
}

.documents__item-title .svg-icon {
  fill: #d8d8d8;
  width: 28px;
  height: 36px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .documents__item-title .svg-icon {
    margin-right: 20px;
  }
}

.documents__item-title strong {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .documents__item-title strong {
    font-size: 17px;
    padding-bottom: 0;
  }
}

.documents__item-file {
  margin-left: 20px;
}

@media (min-width: 1200px) {
  .documents__item-file {
    margin-left: 40px;
  }
}

.documents__item-file .svg-icon {
  width: 30px;
  height: 30px;
  fill: #ed6534;
}

@media (min-width: 768px) {
  .documents__item-file .svg-icon {
    width: 41px;
    height: 41px;
  }
}

.documents__item-type {
  font-size: 15px;
  margin-right: 20px;
  color: #707070;
  position: absolute;
  left: 38px;
  bottom: 22px;
}

@media (min-width: 1200px) {
  .documents__item-type {
    font-size: 17px;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .documents .row .col-12:last-child .no-br {
    border-bottom: none;
  }
}

.delivery-info small {
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .delivery-info small {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.delivery-info-item {
  font-size: 13px;
  margin-bottom: 15px;
}

.delivery-info-item .svg-icon {
  width: 39px;
  height: 39px;
  margin-right: 18px;
}

.delivery-info-item p {
  line-height: 1.5;
  margin: 0;
}

.extra-block {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.extra-block:before, .extra-block:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.extra-block:before {
  z-index: -1;
  background: url("/templates/project/assets/img/extra-blue.svg") 110px top no-repeat;
}

@media (min-width: 768px) {
  .extra-block:before {
    background-position: 400px top;
  }
}

.extra-block:after {
  z-index: -2;
  background: url("/templates/project/assets/img/extra-red.svg") -200px bottom no-repeat;
}

@media (min-width: 768px) {
  .extra-block:after {
    background-position: -70px 50%;
  }
}

.stock-list {
  margin-top: 60px;
}

.stock-list .container > .row {
  margin-left: -15px;
}

@media (min-width: 1200px) {
  .stock-list .container > .row {
    margin-left: -90px;
  }
}

.stock-list .container > .row > [class*="col"] {
  padding-left: 15px;
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .stock-list .container > .row > [class*="col"] {
    padding-left: 90px;
    padding-bottom: 30px;
  }
}

.stock-item {
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 3px 10px 0 #e8e4de;
}

@media (min-width: 1200px) {
  .stock-item {
    padding: 60px;
    text-align: left;
  }
}

.stock-item__trigger-link {
  display: block;
  text-decoration: none !important;
  color: #000 !important;
  z-index: 3;
}

.stock-item__trigger-link2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
}

.stock-item__pic {
  position: relative;
  z-index: 1;
  width: 160px;
  height: 160px;
  border-radius: 30px;
  margin-top: -50px;
  background: #ffffff;
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
  padding: 40px 15px 0;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .stock-item__pic {
    width: 240px;
    height: 240px;
    margin: 0 -110px 0 40px;
    padding: 60px 30px 0;
  }
}

.stock-item__pic img {
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
}

.stock-item__pic:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
  background-image: linear-gradient(257deg, rgba(52, 84, 237, 0.5), rgba(255, 43, 9, 0.5) 100%);
  border-radius: 30px;
  box-shadow: 0 10px 20px 0 rgba(68, 19, 47, 0.15);
}

.stock-item__label {
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .stock-item__label {
    width: 72px;
    height: 72px;
  }
}

@media (min-width: 1200px) {
  .stock-item__label .svg-icon {
    width: 30px;
    height: 30px;
  }
}

.stock-item__info {
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 50%;
}

.stock-item__date {
  font-size: 13px;
  font-weight: 900;
  color: #de4c3f;
  margin-bottom: 10px;
}

.stock-item__date + .stock-item__remain {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e7e7e7;
  margin-bottom: 10px;
}

.stock-item__remain {
  font-size: 13px;
  line-height: 1.5;
}

.stock-item__remain .svg-icon {
  width: 10px;
  height: 12px;
  fill: #adadad;
  margin-right: 10px;
}

.stock-item__title {
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
}

@media (min-width: 768px) {
  .stock-item__title {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .stock-item__title {
    font-size: 40px;
  }
}

.stock-item__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #adadad;
}

@media (min-width: 768px) {
  .stock-item__desc {
    font-size: 17px;
  }
}

.stock-item--link {
  text-decoration: none;
  color: inherit;
}

.stock-item__more {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .stock-item__more {
    margin-top: 35px;
  }
}

.stock-item__more .button--submit i {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  transition: all .6s;
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .stock-item__more .button--submit i {
    font-size: 15px;
  }
}

.stock-item__more .button--submit .button-round {
  margin-left: 0;
}

.stock-item__more .button--submit .button-round .svg-icon {
  transition: all .3s;
}

.stock-item__more .button--submit:hover i {
  margin-right: 15px;
  max-width: 100px;
}

.stock-item__more .button--submit:hover .button-round {
  background-image: linear-gradient(224deg, #ed6534 3%, #de4c3f);
}

.stock-item__more .button--submit:hover .button-round .svg-icon {
  fill: #fff;
}

.show-more {
  text-align: center;
  padding: 20px;
}

.show-more__button {
  margin-top: -40px;
  text-decoration: none;
}

.show-more__button:hover {
  text-decoration: none;
}

.show-more__button-text {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .show-more__button-text {
    font-size: 15px;
  }
}

.show-more__button-text:before {
  content: attr(data-text-open);
}

.js-opened .show-more__button-text:before {
  content: attr(data-text-close);
}

.show-more--cut {
  margin-top: -1px;
  padding: 20px 0 0 0;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid #e7e7e7;
}

.cart-table {
  margin: 0 5px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .cart-table {
    margin: 0;
    font-size: 15px;
  }
}

.cart-table .product-item__price {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cart-table .product-item__price {
    margin-bottom: 0;
  }
}

.cart-table .product-item__price-old {
  font-size: 15px;
  margin-bottom: 0;
}

.cart-table .product-item__price-current {
  font-size: 15px;
  font-weight: normal;
}

.cart-table .product-item__count {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .cart-table .product-item__count {
    width: 120px;
  }
}

@media (min-width: 768px) {
  .cart-table .product-item__count {
    margin-bottom: 0;
  }
}

.cart-table__row {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .cart-table__row {
    padding: 30px 0;
  }
}

.cart-table__row--headers {
  padding: 0 0 10px 0 !important;
}

.cart-table__row--headers + * {
  padding-top: 0 !important;
}

@media (min-width: 1200px) {
  .cart-table__row--headers + * {
    padding-top: 30px !important;
  }
}

.cart-table__row:last-child {
  border-bottom: none;
}

.cart-table__header {
  font-size: 15px;
  padding-right: 20px;
}

.cart-table__header--position {
  width: 48.6%;
}

.cart-table__header--price {
  width: 11.3%;
}

.cart-table__header--count {
  width: 12.7%;
}

.cart-table__header--sum {
  width: 11.5%;
}

.cart-table__header--shipment {
  width: 12%;
}

.cart-table__pic {
  font-size: 0;
  position: relative;
  z-index: 2;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

@media (min-width: 768px) {
  .cart-table__pic {
    margin-right: 25px;
    width: 96px;
    height: 96px;
  }
}

.cart-table__pic a {
  display: block;
  width: 100%;
  max-height: 70px;
}

@media (min-width: 768px) {
  .cart-table__pic a {
    max-height: 96px;
  }
}

.cart-table__pic img {
  max-width: 100%;
  max-height: 68px;
}

@media (min-width: 768px) {
  .cart-table__pic img {
    max-height: 94px;
  }
}

.cart-table__pic img[src$=".svg"] {
  max-width: 50px;
}

.cart-table__pic--placeholder:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  background-image: linear-gradient(260deg, rgba(52, 84, 237, 0.15), rgba(255, 43, 9, 0.15) 100%);
}

.cart-table__iteration {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  border: 1px solid #e7e7e7;
  font-size: 10px;
  text-align: center;
  padding: 0 4px;
  background: #FFFFFF;
  color: #000;
}

.cart-table__article {
  font-size: 13px;
  margin-bottom: 10px;
  color: #848484;
}

@media (min-width: 768px) {
  .cart-table__article {
    margin-right: 25px;
  }
}

.cart-table__shipment {
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 300;
}

.cart-table__shipment strong {
  font-weight: bold;
}

@media (min-width: 768px) {
  .cart-table__shipment {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .cart-table__shipment {
    margin-bottom: 0;
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .cart-table__wrap {
    width: 43%;
    padding-right: 50px;
  }
}

.cart-table__desc-label {
  font-size: 13px;
  font-weight: normal;
  color: #848484;
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .cart-table__desc-label {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .cart-table__price {
    width: 33.3%;
  }
}

@media (min-width: 1200px) {
  .cart-table__price {
    width: 22%;
  }
}

@media (min-width: 768px) {
  .cart-table__count {
    width: 33.3%;
  }
}

@media (min-width: 1200px) {
  .cart-table__count {
    width: 25%;
  }
}

.cart-table__name {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .cart-table__name {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.cart-table__name a {
  color: #000;
  text-decoration: none;
}

.cart-table__name a:hover {
  color: #000;
  text-decoration: underline;
}

.cart-table__sum {
  font-size: 20px;
  font-weight: 900;
}

@media (min-width: 768px) {
  .cart-table__sum {
    width: 33.3%;
  }
}

@media (min-width: 1200px) {
  .cart-table__sum {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .cart-table__sum-left {
    width: 43%;
  }
}

.cart-table__delete-item .svg-icon {
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  fill: #d8d8d8;
}

.cart-table__delete-item .svg-icon:hover {
  fill: #ed6534;
}

.cart-table--order-items .cart-table__row {
  transition: all .3s;
}

@media (min-width: 768px) {
  .cart-table--order-items .cart-table__price {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .cart-table--order-items .cart-table__count {
    width: 25%;
  }
}

.cart-table--order-items .cart-table__sum {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .cart-table--order-items .cart-table__sum {
    margin-top: 0;
    width: 25%;
  }
}

.cart-table--order-items .cart-table__shipment {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .cart-table--order-items .cart-table__shipment {
    font-size: 15px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .cart-table--order-items .cart-table__shipment {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .cart-table--order-items .cart-table__wrap {
    width: auto;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .cart-table--order-items .cart-table__sum-left {
    width: auto;
  }
}

.cart-table--popup {
  border-bottom: 1px solid #e7e7e7;
}

.cart-table--popup .cart-table__pic {
  border: 1px solid #e7e7e7;
}

.cart-table--popup .cart-table__pic a {
  text-align: center;
}

.cart-table--popup .cart-table__row {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}

.main-slider {
  background-image: linear-gradient(238deg, #591e35, #1f1f35);
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .main-slider {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .main-slider {
    margin-bottom: 40px;
  }
}

.main-slider:before {
  background: url("/templates/project/assets/img/line-top.svg") right top no-repeat;
  background-size: 80%;
  position: absolute;
  content: '';
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .main-slider:before {
    background-size: auto;
  }
}

.main-slider:after {
  background: url("/templates/project/assets/img/line-bottom.svg") left bottom no-repeat;
  background-size: 50%;
  position: absolute;
  content: '';
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .main-slider:after {
    background-size: auto;
  }
}

.main-slider .swiper-container {
  background-image: radial-gradient(circle at 88% 110%, #e4a4ba, rgba(31, 31, 53, 0));
  border-radius: 10px;
}

.main-slider .swiper-container img {
  max-height: 100%;
  max-width: 40%;
}

.main-slider .swiper-wrapper {
  -ms-flex-align: center;
      align-items: center;
}

.main-slider .swiper-slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slider .swiper-pagination {
  padding: 0 !important;
  background: none;
  bottom: 10px;
}

@media (min-width: 768px) {
  .main-slider .swiper-pagination {
    bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .main-slider .swiper-pagination {
    bottom: 54px;
  }
}

.main-slider .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  margin: 0 3px;
  height: 6px;
  opacity: .2;
  width: 6px;
}

@media (min-width: 1200px) {
  .main-slider .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}

.main-slider .swiper-pagination .swiper-pagination-bullet[class*="active"] {
  opacity: 1;
}

.main-slider .swiper-button-prev {
  left: 30px;
}

.main-slider .swiper-button-next {
  right: 30px;
}

.main-slider__item-pic {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  text-align: right;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.main-slider__item-pic--background {
  width: 100%;
  height: 100%;
  font-size: 0;
}

.main-slider__item-pic--background img {
  width: 100%;
  max-width: 100% !important;
}

.main-slider__item-pic--background_desc {
  display: none;
}

.main-slider__item-pic--background_mob {
  display: block;
}

.main-slider__item-pic--background.absoluted {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 1200px) {
  .main-slider__item-pic--background_desc {
    display: block;
  }
  .main-slider__item-pic--background_mob {
    display: none;
  }
}

.main-slider__item-desc {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  max-width: 60%;
  left: 24px;
  top: 50%;
}

@media (min-width: 576px) {
  .main-slider__item-desc {
    left: 60px;
  }
}

@media (min-width: 1200px) {
  .main-slider__item-desc {
    max-width: 50%;
    left: 150px;
  }
}

.main-slider__item-sub {
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 9px;
}

@media (min-width: 576px) {
  .main-slider__item-sub {
    font-weight: 500;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .main-slider__item-sub {
    font-size: 20px;
  }
}

.main-slider__item-title {
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 900;
  font-size: 15px;
  color: #ffffff;
}

@media (min-width: 576px) {
  .main-slider__item-title {
    font-weight: 900;
    font-size: 31px;
  }
}

@media (min-width: 1200px) {
  .main-slider__item-title {
    font-size: 48px;
  }
}

.main-slider__item-price {
  color: #de4c3f;
  font-weight: 900;
  font-size: 13px;
}

@media (min-width: 576px) {
  .main-slider__item-price {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .main-slider__item-price {
    font-size: 31px;
  }
}

.main-slider__item-more {
  margin-top: 20px;
}

.main-slider__item-more .button {
  padding: 8px 20px;
  font-weight: 500;
  color: #000;
}

.pop-category {
  border-radius: 0;
  margin: 0 -10px 20px;
}

@media (min-width: 768px) {
  .pop-category {
    margin: 0 -20px 30px;
  }
}

@media (min-width: 1200px) {
  .pop-category {
    margin: 0 0 40px 0;
  }
}

.pop-category__body {
  position: relative;
  padding: 20px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .pop-category__body {
    padding: 30px 20px;
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .pop-category__body {
    padding: 50px;
  }
}

.pop-category .swiper-container {
  margin-right: -20px;
}

.pop-category .swiper-container .swiper-slide {
  width: 100px;
}

@media (min-width: 768px) {
  .pop-category .swiper-container .swiper-slide {
    width: 130px;
  }
}

@media (min-width: 1200px) {
  .pop-category .swiper-container .swiper-slide.slider-activated {
    width: 100%;
  }
}

.pop-category .swiper-container .swiper-wrapper.static {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.pop-category .swiper-button-prev {
  left: -20px;
}

.pop-category .swiper-button-next {
  right: -20px;
}

.pop-category .catalog-cats__item {
  padding: 0;
}

.pop-category .catalog-cats__item-icon {
  width: 72px;
  height: 72px;
}

.pop-category .catalog-cats__item-icon svg,
.pop-category .catalog-cats__item-icon object {
  width: 48px;
  height: 48px;
  pointer-events: none;
}

.pop-category .catalog-cats__item-name {
  font-size: 13px;
}

@media (min-width: 768px) {
  .pop-category .catalog-cats__item-name {
    font-size: 15px;
  }
}

.social-block small {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 900;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .social-block small {
    font-size: 13px;
    letter-spacing: 2px;
  }
}

.social-block .ya-share2__container_size_m .ya-share2__item {
  margin: 0 5px;
}

.social-block .ya-share2__container_size_m .ya-share2__item .ya-share2__badge {
  border-radius: 32px;
  width: 32px;
  height: 32px;
  box-shadow: 0 4px 10px 0 rgba(112, 14, 14, 0.15);
  background: #ffffff;
}

.social-block .ya-share2__container_size_m .ya-share2__item .ya-share2__icon {
  width: 32px;
  height: 32px;
}

.social-block .ya-share2__container_size_m .ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url("/templates/project/assets/svg/site/vk.svg") center center no-repeat;
  background-size: 14px 14px;
}

.social-block .ya-share2__container_size_m .ya-share2__item.ya-share2__item_service_facebook .ya-share2__icon {
  background: url("/templates/project/assets/svg/site/fb.svg") center center no-repeat;
  background-size: 14px 14px;
}

.social-block .ya-share2__container_size_m .ya-share2__item.ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background: url("/templates/project/assets/svg/site/ok.svg") center center no-repeat;
  background-size: 14px 14px;
}

.see-more {
  padding: 20px;
}

@media (min-width: 768px) {
  .see-more {
    padding: 30px;
  }
}

.see-more__title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .see-more__title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .see-more__title {
    font-weight: 900;
  }
}

.see-more__body {
  overflow-x: auto;
  padding-bottom: 30px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

@media (min-width: 1200px) {
  .see-more__body {
    padding-bottom: 0;
  }
}

.see-more .stock-card {
  -ms-flex: none;
      flex: none;
  width: 215px;
  padding-right: 20px;
  margin-bottom: 0;
  scroll-snap-align: start;
}

.see-more .stock-card:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .see-more .stock-card {
    padding-right: 0;
    width: auto;
    margin-bottom: 30px;
  }
}

.see-more .stock-card__tip {
  display: none;
}

.see-more--article {
  border-radius: 0;
  margin: 0 -10px;
  padding: 25px;
}

@media (min-width: 768px) {
  .see-more--article {
    padding: 25px 45px;
    margin: 0 -20px;
  }
}

@media (min-width: 1200px) {
  .see-more--article {
    margin: 0;
    padding: 0;
    border-radius: 10px;
  }
}

.see-more--article .see-more__title {
  font-size: 13px;
  border-bottom: 1px solid #e7e7e7;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 -25px 25px;
  padding: 0 25px 25px;
}

@media (min-width: 768px) {
  .see-more--article .see-more__title {
    padding-left: 45px;
    padding-right: 45px;
    margin-left: -45px;
    margin-right: -45px;
  }
}

@media (min-width: 1200px) {
  .see-more--article .see-more__title {
    margin: 0;
    padding: 30px;
  }
}

.see-more__item {
  width: 215px;
  margin-right: 25px;
  -ms-flex: none;
      flex: none;
  scroll-snap-align: start;
  display: block;
  color: inherit;
  text-decoration: inherit;
}

.see-more__item:hover {
  color: inherit;
  text-decoration: inherit;
}

@media (min-width: 1200px) {
  .see-more__item {
    width: auto;
    padding: 20px 30px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
  }
  .see-more__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.see-more__item-title {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 25px;
}

.see-more__item-title a {
  color: #000;
  text-decoration: none;
}

.see-more__item-title a:hover {
  color: #000;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .see-more__item-more .button {
    font-size: 13px;
  }
}

.offcanvas {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  z-index: 100;
  transition: all .3s;
  -ms-transform: translateX(-120%);
      transform: translateX(-120%);
}

.offcanvas.opened {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.offcanvas__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  z-index: 2;
}

.offcanvas__close .svg-icon {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.offcanvas__body {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: relative;
}

.offcanvas__top {
  color: #ffffff;
  background-image: linear-gradient(57deg, #1d2035, #621c15);
}

.offcanvas__lk-wrapper {
  padding: 25px;
}

.offcanvas__lk-wrapper .person-loction {
  margin-top: 7px;
}

.offcanvas__lk {
  display: -ms-flexbox;
  display: flex;
  padding-right: 65px;
  font-size: 15px;
  letter-spacing: 0.4px;
  line-height: 1.0;
}

.offcanvas__lk a {
  color: #ffffff;
  text-decoration: none;
}

.offcanvas__lk a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.offcanvas__lk-name {
  font-weight: bold;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.offcanvas__lk-logout {
  opacity: .8;
}

.offcanvas [class^="phone-type"] {
  padding: 25px;
  background: #f9fbfd;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}

.offcanvas [class^="phone-type"] .button {
  margin-top: 15px;
}

.offcanvas__catalog {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: all .5s;
  position: relative;
}

.offcanvas__catalog-wrap {
  overflow: hidden;
}

.offcanvas__catalog > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.offcanvas__catalog > ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas__catalog > ul > li > a {
  position: relative;
  display: block;
  padding: 18px 25px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}

.offcanvas__catalog > ul > li > a:before {
  content: '';
  width: 12px;
  height: 6px;
  position: absolute;
  right: 25px;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
  background: url("/templates/project/assets/svg/site/arrow-down-white.svg") 0 0 no-repeat;
}

.offcanvas__catalog > ul > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}

.offcanvas__catalog > ul > li > a .svg-icon {
  width: 27px;
  height: 27px;
  margin-right: 20px;
  fill: url(#cat-gr) #de4c3f;
}

.offcanvas__catalog > ul > li.active ul {
  opacity: 1;
  pointer-events: auto;
}

.offcanvas__catalog > ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  transition: all .3s;
  opacity: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e7e7e7;
}

.offcanvas__catalog > ul ul li {
  border: 1px solid #e7e7e7;
  margin-right: -1px;
  margin-bottom: -1px;
}

.offcanvas__catalog > ul ul li + li {
  -ms-flex: none;
      flex: none;
  width: calc(50% + 1px);
}

.offcanvas__catalog > ul ul li:first-child {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  border: none;
}

.offcanvas__catalog > ul ul li a:not(.back) {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 20px;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.offcanvas__catalog > ul ul li a:not(.back):hover {
  color: #000;
  text-decoration: none;
}

.offcanvas__catalog > ul ul li a:not(.back) .icon {
  width: 50px;
  height: 50px;
  background-color: #e7e7e7;
  border-radius: 32px;
  margin: 0 auto 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
}

.offcanvas__catalog > ul ul li a:not(.back) .icon svg,
.offcanvas__catalog > ul ul li a:not(.back) .icon object {
  width: 30px;
  height: 30px;
}

.offcanvas__catalog > ul ul li a.back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  padding: 22px 25px;
  padding-right: 50px;
  font-size: 17px;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  background-image: linear-gradient(78deg, #1d2035, #621c15);
}

.offcanvas__catalog > ul ul li a.back .svg-icon {
  width: 20px;
  height: 15px;
  fill: #fff;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  margin-right: 15px;
}

.offcanvas__catalog > ul ul li a.back:hover {
  color: #ffffff;
  text-decoration: none;
}

.offcanvas__menu ul {
  padding: 10px 25px;
  margin: 0;
  list-style: none;
}

.offcanvas__menu ul li {
  text-align: left;
}

.offcanvas__menu ul li a {
  font-size: 13px;
  position: relative;
  padding: 8px 0;
  padding-left: 25px;
  color: #000;
  text-decoration: none;
  display: block;
}

.offcanvas__menu ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: url("/templates/project/assets/svg/site/footer-menu-mark.svg") 0 0 no-repeat;
}

.offcanvas__menu ul li a:hover {
  text-decoration: none;
}

.remodal-wrapper {
  padding-top: 40px;
}

.remodal {
  padding: 0;
  max-width: 485px;
  border-radius: 10px;
  box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.remodal__close {
  cursor: pointer;
  position: absolute;
  z-index: 20;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.remodal__close .svg-icon {
  width: 15px;
  height: 15px;
  fill: #dedede;
}

.remodal__close .svg-icon svg {
  transition: all .3s;
}

.remodal__close:hover .svg-icon {
  fill: #000;
}

.remodal .block-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .remodal .block-title {
    font-size: 31px;
    margin-bottom: 30px;
  }
}

.remodal .form-field {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .remodal .form-field {
    margin-bottom: 20px;
  }
}

.remodal__body {
  padding: 40px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .remodal__body {
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .remodal__body {
    padding: 90px;
  }
}

.remodal__body--dark {
  position: relative;
  color: #ffff;
  background-image: linear-gradient(42deg, #1d2035, #621c15);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.remodal__body .svg-icon--main {
  width: 40px;
  height: 40px;
  fill: url(#cat-gr) #de4c3f;
  margin: 0 auto 30px;
}

@media (min-width: 1200px) {
  .remodal__body .svg-icon--main {
    margin-bottom: 45px;
  }
}

.remodal__body-text {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .remodal__body-text {
    font-size: 17px;
  }
}

.remodal__body-button .button {
  width: 100%;
}

.remodal__body-button .button--white {
  color: #000;
}

.remodal__icon {
  position: absolute;
  z-index: 7;
  top: -32px;
  left: 20px;
}

@media (min-width: 1200px) {
  .remodal__icon {
    top: -45px;
    left: 86px;
  }
}

.remodal__icon img {
  max-width: 64px;
}

@media (min-width: 1200px) {
  .remodal__icon img {
    max-width: 90px;
  }
}

.remodal--login {
  max-width: 970px;
}

.remodal--login .remodal__body--dark {
  border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
  .remodal--login .remodal__body--dark {
    border-radius: 10px 0 0 10px;
  }
}

.remodal--first {
  width: auto;
  max-width: none;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
}

.remodal--first .remodal__body {
  padding: 40px 30px !important;
}

@media (min-width: 768px) {
  .remodal--first .remodal__body-text {
    margin-bottom: 0;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .remodal--first .remodal__body-text {
    font-size: 24px;
  }
}

.remodal--first .block-title {
  margin-bottom: 10px !important;
}

@media (min-width: 768px) {
  .remodal--first .remodal__body-button {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .remodal--already-register .remodal__body {
    padding: 70px;
  }
}

@media (min-width: 1200px) {
  .remodal--already-register .remodal__body-text {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .remodal--already-register .block-title {
    font-size: 24px;
  }
}

.remodal--already-register .button {
  font-weight: bold;
}

.remodal--compare-type-modal {
  max-width: 560px;
}

.remodal--compare-type-modal .block-title {
  font-size: 17px;
}

@media (min-width: 768px) {
  .remodal--compare-type-modal .block-title {
    font-size: 17px;
  }
}

.remodal--compare-type-modal .block-title .text-orange {
  font-size: 24px;
}

.remodal--account-banned .block-pic {
  margin-bottom: 20px;
}

.remodal--account-banned .block-pic img {
  max-width: 100%;
}

.remodal--account-banned .block-timer .badge {
  border: 1px solid #e7e7e7;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 900;
  height: 36px;
  line-height: 36px;
  min-width: 36px;
  border-radius: 30px;
}

.remodal--edit-profile {
  max-width: 945px;
  text-align: left;
}

@media (min-width: 768px) {
  .remodal--edit-profile [type="submit"] {
    min-width: 255px;
  }
}

.remodal--address-profile {
  max-width: 945px;
  text-align: left;
}

.remodal--address-delete, .remodal--address-edit {
  max-width: 700px;
}

.remodal--address-edit {
  text-align: left;
}

.remodal--terms-of-use {
  max-width: 1000px;
  text-align: left;
}

.remodal--terms-of-use .remodal__close {
  float: right;
  position: sticky;
  margin: 15px 15px 0 0;
}

.remodal--bg-style {
  max-width: 1090px;
  text-align: left;
}

.remodal--bg-style .remodal__close:hover .svg-icon {
  fill: #fff;
}

@media (min-width: 1200px) {
  .remodal--bg-style .form-field--agree {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .remodal--bg-style *[type="submit"] {
    padding: 15px 40px;
    font-size: 17px;
  }
}

.remodal--bg-style .remodal__body {
  padding: 30px;
  padding-top: 220px;
}

@media (min-width: 768px) {
  .remodal--bg-style .remodal__body {
    padding: 40px;
    padding-top: 60px;
    padding-right: 380px;
  }
}

@media (min-width: 1200px) {
  .remodal--bg-style .remodal__body {
    padding: 100px;
    padding-right: 440px;
  }
}

.remodal--bg-style .remodal__body .block-title {
  margin-bottom: 10px;
}

.remodal--bg-style .remodal__body-text {
  color: #707070;
}

.remodal--bg-style .remodal__body-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 180px;
  background-position: center -120px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}

@media (min-width: 768px) {
  .remodal--bg-style .remodal__body-bg {
    left: auto;
    height: auto;
    width: 340px;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    background-position: left top;
  }
}

.remodal--quick-order {
  text-align: left;
  max-width: 1090px;
}

.remodal--quick-order .block-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1efed;
  font-size: 24px;
}

@media (min-width: 1200px) {
  .remodal--quick-order .block-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .remodal--quick-order .cart-table__wrap {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .remodal--quick-order .cart-table__count {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .remodal--quick-order .cart-table__price {
    width: 50%;
  }
}

.remodal--quick-order .cart-table__price .product-item__price-current {
  font-weight: bold;
}

.remodal--quick-order .remodal__body {
  padding: 60px 30px;
}

@media (min-width: 1200px) {
  .remodal--quick-order .remodal__body {
    padding: 100px;
  }
}

.remodal--quick-order .remodal__bottom {
  padding: 20px;
  margin: 0 -20px -50px;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(49, 76, 103, 0.09);
  background-color: #f9fbfd;
}

@media (min-width: 1200px) {
  .remodal--quick-order .remodal__bottom {
    margin: -70px;
    margin-top: 0;
    padding: 60px 70px;
  }
}

.remodal--quick-order .remodal__bottom *[type="submit"] {
  padding: 15px 30px;
  border-radius: 7px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}

@media (min-width: 768px) {
  .remodal--quick-order .remodal__bottom *[type="submit"] {
    width: auto;
  }
}

.site-search {
  position: absolute;
  left: 50%;
  right: 25%;
  z-index: 20;
  transition: all .6s;
  margin-left: -1px;
}

@media (min-width: 1200px) {
  .site-search {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-search__preloader {
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 150px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .site-search__preloader {
    right: 90px;
  }
}

.site-search__preloader .sk-double-bounce {
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto;
}

.site-search__preloader .sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: radial-gradient(#ed6534, #de4c3f);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-double-bounce 2.0s infinite ease-in-out;
}

.site-search__preloader .sk-double-bounce .sk-double-bounce-2 {
  animation-delay: -1.0s;
}

.site-search__preloader.active {
  opacity: 1;
  visibility: visible;
}

.site-search form {
  padding: 12px 0;
  position: relative;
}

.site-search input[type="search"] {
  padding-left: 30px;
  padding-right: 170px;
}

.site-search__icon {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  transition: all .3s;
}

.site-search__icon .svg-icon {
  width: 16px;
  height: 21px;
}

.site-search__icon--clear {
  width: 50px;
  right: 100px;
  opacity: 0;
  visibility: hidden;
}

.site-search__icon--clear:before, .site-search__icon--clear:after {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.site-search__icon--clear:before {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}

.site-search__icon--clear:after {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

.site-search .button--search {
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: -1px;
  opacity: 0;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  transition: all .3s;
}

.site-search.focused {
  left: 0;
  right: 0;
  margin-left: 0;
  border-left-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.site-search.focused .button--search {
  opacity: 1;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.site-search.focused .site-search__icon {
  opacity: 0;
  visibility: hidden;
}

.site-search.focused .site-search__icon--clear {
  opacity: 1;
  visibility: visible;
}

.site-search__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 20px 20px 5px;
}

@media (min-width: 768px) {
  .site-search__dropdown {
    padding: 15px 30px 30px 15px;
  }
}

.site-search__dropdown-inner {
  overflow-y: auto;
  max-height: 50vh;
  padding-right: 30px;
  padding-left: 15px;
  padding-top: 15px;
}

.site-search__dropdown-inner .sri:last-child {
  border-bottom: none;
}

.site-search__dropdown .button--forward {
  margin-top: 30px;
  margin-left: 15px;
}

.site-search__dropdown .button-round .svg-icon {
  width: 15px;
  height: 15px;
}

.site-search--mobile {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: all .3s;
}

.site-search--mobile.showed {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.site-search--mobile form {
  padding: 0;
}

.site-search--mobile input[type="search"] {
  border-radius: 0;
  padding-right: 130px;
  padding-left: 20px;
}

.site-search--mobile .site-search__icon {
  display: none;
}

.site-search--mobile .button--search {
  border-radius: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}

.sri {
  padding: 20px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: .3s ease-in-out;
  position: relative;
}

.sri .pic-placeholder {
  width: 100%;
  height: 43px;
}

.sri .pic-placeholder img {
  width: 80%;
}

.sri__trigger-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sri__mark {
  width: 15px;
  height: 15px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(224deg, #ed6534 3%, #de4c3f);
  border-radius: 15px;
  margin: 0 35px 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.sri__mark .svg-icon {
  width: 7px;
  height: 7px;
  fill: #fff;
}

.sri__icon {
  margin-right: 35px;
  width: 43px;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.sri__icon .svg-icon {
  fill: url(#cat-gr) #de4c3f;
  width: 27px;
  height: 27px;
}

.sri__title {
  font-size: 17px;
  font-weight: 900;
}

.sri__pic {
  width: 43px;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.sri__pic img {
  max-width: 100%;
}

.sri__text {
  font-size: 12px;
  line-height: 1.6;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 768px) {
  .sri__text {
    font-size: 15px;
  }
}

.sri__text a {
  color: #000;
  text-decoration: none;
}

.sri__text a:hover {
  color: #000;
  text-decoration: underline;
}

.sri__desc {
  color: #000000;
}

.sri__price {
  -ms-flex: 0 1 200px;
      flex: 0 1 200px;
  text-align: right;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.sri__price .badge {
  margin-left: 10px;
}

.sri:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  display: block;
  height: 10px;
  border-radius: 6px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}

.sri:hover {
  border-radius: 6px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-bottom: 1px solid transparent;
}

.sri:hover:before {
  opacity: 1;
  visibility: visible;
}

.error {
  text-align: center;
  font-weight: 600;
  color: #ed6534;
  font-size: 24px;
}

@keyframes sk-double-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.search__highlight {
  color: #ed6534;
}

.access-denied {
  padding: 30px;
  text-align: center;
  background: #f6f4f0;
  max-width: 840px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .access-denied {
    padding: 50px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .access-denied {
    padding: 80px 100px;
  }
}

.access-denied__logo {
  font-size: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 1200px) {
  .access-denied__logo {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

.access-denied__logo img {
  max-width: 230px;
}

.access-denied h1 {
  margin-bottom: 20px;
}

.access-denied__text {
  font-size: 15px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .access-denied__text {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .access-denied__text {
    font-size: 20px;
  }
}

.access-denied__buttons {
  margin-top: 30px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .access-denied__buttons {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .access-denied__buttons {
    margin-top: 60px;
  }
}

.access-denied__buttons .button--white {
  color: #000;
  margin-bottom: 20px;
  border-color: transparent;
}

@media (min-width: 768px) {
  .access-denied__buttons .button--white {
    margin: 0 20px 0 0;
  }
}

.access-denied__buttons a {
  color: #000;
  text-decoration: none;
}

.access-denied__buttons a:hover {
  color: #000;
  text-decoration: underline;
}

.panel-fixed {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(88deg, #f7dfd8, #dee1f2);
  min-height: 60px;
  transition: .3s ease-in-out;
}

.panel-fixed__label {
  font-size: 15px;
  margin-bottom: 5px;
}

.panel-fixed__value {
  font-size: 15px;
  font-weight: bold;
}

.panel-fixed__total {
  line-height: 1.0;
}

.panel-fixed__total .panel-fixed__label {
  font-weight: bold;
}

.panel-fixed__total .panel-fixed__value {
  font-weight: 900;
  font-size: 24px;
}

.panel-fixed__card-pic {
  width: 85px;
  height: 65px;
  background: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  margin-right: 20px;
}

.panel-fixed__card-pic img {
  max-width: 100%;
  max-height: 100%;
}

.panel-fixed__card-desc {
  max-width: 300px;
}

.panel-fixed__card-label {
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}

.panel-fixed__card-text {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panel-fixed--cart .row [class^="col"] {
  position: static;
  padding: 10px 30px;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 768px) {
  .panel-fixed--cart .row [class^="col"] {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
  }
}

@media (min-width: 768px) {
  .panel-fixed--cart .row [class^="col"]:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
  }
}

.panel-fixed--cart .button {
  width: 100%;
  font-size: 13px;
}

.panel-fixed--product {
  padding: 20px 45px;
  min-height: auto;
  -ms-transform: translateY(120%);
      transform: translateY(120%);
  transition: all .3s;
}

@media (min-width: 768px) {
  .panel-fixed--product {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .panel-fixed--product {
    padding: 4px 0;
  }
}

.panel-fixed--product.showed {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.panel-fixed--product .button {
  width: 100%;
  font-size: 15px;
  padding: 7px 20px;
  min-height: 38px;
}

@media (min-width: 768px) {
  .panel-fixed--product .button--order {
    margin-left: 10px;
  }
}

.panel-fixed--product .button .svg-icon--success {
  display: none;
}

.panel-fixed--product .button.clicked {
  background-image: linear-gradient(88deg, #1d2035, #621c15);
}

.panel-fixed--product .button.clicked .svg-icon {
  display: none;
}

.panel-fixed--product .button.clicked .svg-icon--success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.panel-fixed--product .button.clicked .svg-icon--success svg {
  width: 16px;
}

.panel-fixed.hidden {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}

.geo-item {
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  background-image: linear-gradient(to right, #f9fbfd, #f2f6fc);
  padding: 20px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .geo-item {
    font-size: 17px;
  }
}

.geo-item .svg-icon--geo {
  width: 20px;
  height: 25px;
  margin-right: 20px;
}

.geo-item__buttons .svg-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.geo-item__buttons .svg-icon--close {
  fill: #bcc6db;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .geo-item__buttons .svg-icon--close {
    margin: 0 0 0 15px;
  }
}

.geo-item__buttons .svg-icon--edit {
  width: 16px;
  height: 16px;
}

.preloader {
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  z-index: 10;
}

.preloader.hidden {
  display: none;
}

.preloader-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.preloader__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}

.preloader__img svg {
  animation: preloader-anim linear infinite 1.5s;
}

@keyframes preloader-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.compare-card {
  position: relative;
  z-index: 5;
}

.compare-card__top {
  padding: 20px 10px;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .compare-card__top {
    padding: 30px;
  }
}

.compare-card__mainicon {
  width: 156px;
  height: 156px;
  border-radius: 156px;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.compare-card__mainicon:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
  background-image: linear-gradient(257deg, rgba(52, 84, 237, 0.5), rgba(255, 43, 9, 0.5) 100%);
  border-radius: 50%;
}

.compare-card__mainicon svg,
.compare-card__mainicon object {
  width: 104px;
  height: 104px;
}

.compare-card__pic {
  font-size: 0;
  max-width: 160px;
  height: 130px;
  margin-bottom: 20px;
}

.compare-card__pic img {
  max-height: 100%;
}

.compare-card__delete {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  right: 30px;
  top: 20px;
}

.compare-card__delete .svg-icon {
  fill: #bcc6db;
  width: 16px;
  height: 16px;
}

.compare-card__name {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.47;
  height: 88px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .compare-card__name {
    font-size: 15px;
  }
}

.compare-card__title {
  font-size: 25px;
  font-weight: 900;
  color: #ed6534;
}

.compare-card__price {
  margin-bottom: 30px;
}

.compare-card__chars-row {
  padding: 10px;
  border-top: 1px solid #e7e7e7;
  font-size: 13px;
}

@media (min-width: 768px) {
  .compare-card__chars-row {
    font-size: 15px;
    padding: 15px 30px;
  }
}

.compare-card__chars-row strong {
  padding-right: 10px;
}

.compare-card__chars-row.active {
  color: #ed6534;
}

.compare-card--first {
  background: #fbf9f7;
  border-radius: 10px 0 0 10px;
  border-bottom-color: transparent;
}

.compare-card--first .compare-card__name {
  height: auto;
}

.compare-card--first .compare-card__chars {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .compare-card--first .compare-card__chars {
    padding-left: 30px;
  }
}

.compare-card--first .compare-card__chars > * {
  padding-left: 0;
  font-size: 15px;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .compare-card--first .compare-card__chars > * {
    font-size: 17px;
  }
}

.compare-counter {
  position: fixed;
  z-index: 50;
  right: 10px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  border-radius: 56px;
  background-image: linear-gradient(45deg, #1d2035 0%, #621c15);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
  transition: all .3s;
  -ms-transform: scale(0);
      transform: scale(0);
  visibility: hidden;
}

@media (min-width: 768px) {
  .compare-counter {
    width: 55px;
    height: 55px;
    bottom: 90px;
    right: 30px;
  }
}

.compare-counter.showed {
  visibility: visible;
  -ms-transform: scale(1);
      transform: scale(1);
}

.compare-counter .badge {
  position: absolute;
  left: -5px;
  top: -5px;
  color: #fff;
}

@media (min-width: 768px) {
  .compare-counter .badge {
    left: 0;
    top: 0;
  }
}

.compare-counter .svg-icon {
  width: 10px;
  height: 10px;
  fill: #fff;
}

@media (min-width: 768px) {
  .compare-counter .svg-icon {
    width: 20px;
    height: 20px;
  }
}

.dynamic-categories {
  margin-bottom: 10px;
  padding: 10px;
}

.dynamic-categories__inner {
  background: #fbf9f7;
  padding: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .dynamic-categories__inner {
    padding: 20px;
  }
}

.dynamic-categories__item {
  color: #000;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  font-size: 13px;
  padding: 10px;
  margin: 0 5px 6px 0;
  display: block;
  font-weight: normal;
}

.dynamic-categories__item:hover {
  color: #ed6534;
  text-decoration: none;
}

.dynamic-categories__item.active {
  background: #1f2034;
  color: #fff;
}

.dynamic-categories__list[aria-expanded="true"] + [data-readmore-toggle] .svg-icon {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media (min-width: 768px) {
  .dynamic-categories__list[data-readmore] {
    padding-right: 80px;
  }
}

.dynamic-categories__list + [data-readmore-toggle] {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .dynamic-categories__list + [data-readmore-toggle] {
    position: absolute;
    right: 20px;
    top: 30px;
    margin-top: 0;
  }
}

.dynamic-categories__list + [data-readmore-toggle] .svg-icon {
  width: 11px;
  height: 6px;
  fill: #ed6534;
  margin-left: 5px;
  transition: all .3s;
}

.modif-table__inner {
  position: relative;
  border: 1px solid #e7e7e7;
  display: inline-block;
  max-width: 100%;
}

.modif-table__inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background-image: linear-gradient(to right, transparent 0%, rgba(149, 138, 114, 0.03) 50%, rgba(149, 138, 114, 0.07) 100%);
}

.modif-table .responsive-table-wrapper {
  padding-bottom: 0;
  overflow: auto;
  max-height: 474px;
}

@media (min-width: 1366px) {
  .modif-table .responsive-table-wrapper {
    max-height: 682px;
  }
}

.modif-table__blueprints {
  padding: 20px;
  border: 1px solid #e7e7e7;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .modif-table__blueprints {
    margin-bottom: 30px;
    padding: 40px;
  }
}

.modif-table__blueprints img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .modif-table__blueprints img {
    max-height: 450px;
  }
}

.modif-table .emu-table .tr + .tr + .tr > * {
  border-top: 1px solid #e7e7e7;
}

.modif-table .emu-table .tr:first-child > * {
  border-bottom: 1px solid #e7e7e7;
}

.modif-table .emu-table .tr:hover .td,
.modif-table .emu-table .tr:hover .modif-item {
  background: #fbf9f7;
}

.modif-table .emu-table .tr .th,
.modif-table .emu-table .tr .td {
  vertical-align: middle;
  padding: 20px 15px;
  width: 110px;
  text-align: center;
}

@media (min-width: 768px) {
  .modif-table .emu-table .tr .th,
  .modif-table .emu-table .tr .td {
    padding: 20px;
  }
}

.modif-table .emu-table .tr .th + * + *,
.modif-table .emu-table .tr .td + * + * {
  border-left: 1px solid #e7e7e7;
}

.modif-table .emu-table .tr .th:first-child,
.modif-table .emu-table .tr .td:first-child {
  border-right: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .modif-table .emu-table .tr .th:first-child,
  .modif-table .emu-table .tr .td:first-child {
    position: sticky;
    left: 0;
  }
  .modif-table .emu-table .tr .th:first-child:after,
  .modif-table .emu-table .tr .td:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 30px;
    background-image: linear-gradient(to left, transparent 0%, rgba(149, 138, 114, 0.03) 50%, rgba(149, 138, 114, 0.07) 100%);
  }
}

.modif-table .emu-table .tr .th {
  background: #f6f4f0;
  white-space: nowrap;
  color: #232323;
}

@media (min-width: 768px) {
  .modif-table .emu-table .tr .th {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 5;
  }
}

@media (min-width: 768px) {
  .modif-table .emu-table .tr .th:first-child {
    z-index: 10;
  }
}

.modif-table .emu-table .tr .td:first-child {
  background: #fff;
  padding: 0;
}

.modif-item {
  width: 220px;
  position: relative;
  padding: 20px 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .modif-item {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .modif-item {
    width: 400px;
  }
}

.modif-item:hover .modif-item__name strong {
  color: #de4c3f;
}

.modif-item__name {
  margin-bottom: 10px;
  line-height: 1.5;
}

.modif-item__name a {
  color: #000;
  text-decoration: none;
}

.modif-item__name a:hover {
  color: #de4c3f;
  text-decoration: underline;
}

.modif-item__price {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .modif-item__price {
    width: auto;
    margin-bottom: 0;
    -ms-flex: 1;
        flex: 1;
  }
}

.modif-item__count {
  -ms-flex: 1;
      flex: 1;
}

.modif-item__count .product-item__count {
  width: auto;
}

@media (min-width: 1200px) {
  .modif-item__count .product-item__count {
    width: 112px;
  }
}

@media (min-width: 1200px) {
  .modif-item__count {
    -ms-flex: none;
        flex: none;
    margin-left: 20px;
  }
}

.modif-item__buy {
  position: relative;
  z-index: 1;
}

.modif-item__buy .button {
  margin-left: 20px;
}

.modif-item__buy .button span {
  display: none;
}

.modif-item__buy .button .svg-icon {
  margin-right: 0;
}

.modif-item__buy .button .svg-icon--success {
  display: none;
}

.modif-item__buy .button.clicked {
  background-image: linear-gradient(88deg, #1d2035, #621c15);
}

.modif-item__buy .button.clicked .svg-icon {
  display: none;
}

.modif-item__buy .button.clicked .svg-icon--success {
  display: block;
}

.modif-item__buy .button--presence {
  margin-left: 0;
}

.card-desc {
  padding: 25px;
  border-radius: 10px;
  background-image: linear-gradient(262deg, #faf6f8, #fff5f3);
}

@media (min-width: 992px) {
  .card-desc {
    padding: 40px 50px;
  }
}

.card-desc:nth-child(even) {
  background-image: linear-gradient(217deg, #f5f7fe, #faf6f9);
}

.card-desc__title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .card-desc__title {
    font-size: 20px;
  }
}

.card-desc__text {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  height: 80px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .card-desc__text {
    font-size: 15px;
  }
}

.card-desc__link {
  font-size: 13px;
  font-weight: bold;
}

.card-desc__link a {
  color: #000;
  text-decoration: none;
}

.card-desc__link a:hover {
  color: #de4c3f;
  text-decoration: none;
}

.card-desc__link .svg-icon {
  margin-left: 15px;
}

.gallery-card__pic {
  font-size: 0;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .gallery-card__pic {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .gallery-card__pic {
    margin-bottom: 50px;
  }
}

.gallery-card__pic img {
  max-width: 100%;
  border-radius: 10px;
}

.gallery-card__title {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .gallery-card__title {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .gallery-card__title {
    font-size: 24px;
  }
}

.gallery-card__desc {
  font-size: 13px;
  line-height: 1.5;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .gallery-card__desc {
    font-size: 15px;
  }
}

.stock-card {
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
}

.stock-card:last-child {
  margin-bottom: 0;
}

.stock-card__pic {
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  padding: 20px 10px;
}

@media (min-width: 992px) {
  .stock-card__pic {
    width: 72px;
    height: 72px;
    margin-right: 20px;
  }
}

.stock-card__pic:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(257deg, rgba(52, 84, 237, 0.5), rgba(255, 43, 9, 0.5));
  opacity: .3;
}

.stock-card__pic img {
  max-width: 100%;
  width: 80%;
  position: absolute;
  bottom: 0;
}

.stock-card__text {
  font-size: 17px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .stock-card__text {
    font-size: 20px;
    font-weight: 900;
  }
}

.stock-card__tip {
  cursor: pointer;
  margin-left: 10px;
}

.danger-card {
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(229deg, #cb3f5f, #ea5b4f);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.danger-card .block-title {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 20px;
}

.danger-card .decor-list li:before {
  background-image: url("/templates/project/assets/svg/site/mark-white.svg");
}

.dark-card {
  padding: 40px;
  color: #ffffff;
  border-radius: 10px;
  background-image: linear-gradient(39deg, #1d2035, #621c15);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.47;
  font-size: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.dark-card:before, .dark-card:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.dark-card:before {
  z-index: -1;
  background: url("/templates/project/assets/img/darl-card-top.svg") right top no-repeat;
}

.dark-card:after {
  z-index: -2;
  background: url("/templates/project/assets/img/darl-card-bottom.svg") left bottom no-repeat;
}

.dark-card p {
  margin: 0;
}

.dark-card a {
  color: #ffffff;
  text-decoration: none;
}

.dark-card a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.dark-card .svg-icon {
  width: 72px;
  height: 72px;
  fill: url(#cat-gr) #de4c3f;
  margin-bottom: 20px;
}

.dark-card__phone {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffffff;
}

.dark-card__phone a:hover {
  text-decoration: none;
}

.dark-card__title {
  color: #ffffff;
  font-size: 17px;
}

.personal-cards .block-title {
  margin-bottom: 20px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .personal-cards .block-title {
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .personal-cards .block-title {
    padding: 0 60px;
  }
}

.personal-cards__list {
  margin-right: -10px;
}

@media (min-width: 1200px) {
  .personal-cards__list {
    margin-right: 0;
  }
}

.personal-cards__list .swiper-container .swiper-slide {
  padding-top: 30px;
  width: 250px;
  text-align: center;
}

@media (min-width: 768px) {
  .personal-cards__list .swiper-container .swiper-slide {
    width: 305px;
  }
}

@media (min-width: 1200px) {
  .personal-cards__list .swiper-container .swiper-slide {
    width: 100%;
  }
}

.personal-card {
  margin: 0 0 15px 0;
  padding: 30px 44px;
}

@media (min-width: 1200px) {
  .personal-card {
    padding-bottom: 50px;
  }
}

.personal-card__pic {
  width: 160px;
  height: 160px;
  border-radius: 30px;
  box-shadow: 0 10px 20px 0 rgba(68, 19, 47, 0.15);
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 25px;
  margin-top: -60px;
}

.personal-card__pic img {
  max-width: 100%;
  max-height: 100%;
}

.personal-card__func {
  font-size: 13px;
  font-weight: 900;
  color: #adadad;
  margin-bottom: 10px;
}

.personal-card__name {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 20px;
}

.personal-card__phone {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.personal-card__phone a {
  color: #000;
  text-decoration: none;
}

.personal-card__phone a:hover {
  color: #000;
  text-decoration: none;
}

.personal-card__mail {
  font-size: 13px;
  font-weight: 500;
  color: #de4c3f;
}

.personal-card__mail a {
  color: #de4c3f;
}

.personal-card__mail a:hover {
  color: #de4c3f;
}

@media (min-width: 768px) {
  .dark-card {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .dark-card {
    text-align: center;
    padding: 60px 40px;
  }
}

@media (min-width: 768px) {
  .dark-card .svg-icon--support {
    margin: 0 35px 0 0;
  }
}

@media (min-width: 1200px) {
  .dark-card .svg-icon--support {
    margin: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  .dark-card__phone {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .dark-card__phone {
    margin: 0 0 30px 0;
  }
}

.order-card {
  box-shadow: 0 3px 10px 0 #e8e4de;
  position: relative;
  z-index: 1;
}

.order-card__trigger-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.order-card__top {
  padding: 15px;
}

@media (min-width: 768px) {
  .order-card__top {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .order-card__top {
    padding: 30px;
  }
}

.order-card__bottom {
  padding: 15px;
  background-image: linear-gradient(267deg, rgba(52, 84, 237, 0.08), rgba(255, 43, 9, 0.08));
  border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
  .order-card__bottom {
    padding: 15px 25px;
  }
}

@media (min-width: 1200px) {
  .order-card__bottom {
    padding: 20px 30px;
  }
}

.order-card__header {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .order-card__header > * {
    width: 50%;
  }
}

.order-card__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .order-card__title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .order-card__title {
    font-size: 31px;
  }
}

.order-card__title--not-processed {
  color: #e7e7e7;
}

.order-card__title--not-processed span {
  line-height: 1;
}

.order-card__title--not-processed .badge {
  margin-left: 5px;
  position: relative;
  z-index: 5;
}

.order-card .labels__item {
  margin-bottom: 0;
}

.order-card__price {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .order-card__price {
    font-size: 19px;
    margin-bottom: 0;
    width: 58%;
  }
}

@media (min-width: 1200px) {
  .order-card__price {
    font-size: 21px;
    width: 55.5%;
  }
}

.order-card__status {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.88px;
  color: #848484;
}

.order-card__status--full {
  color: #49ca98;
}

.order-card__status--partly {
  color: #ffa01f;
}

.order-card__status--not {
  color: #ff1500;
}

@media (min-width: 768px) {
  .order-card__data .tbl__row {
    padding: 8px 0;
  }
}

.order-card__data .tbl__row small {
  width: 50%;
  padding-right: 0;
}

.order-card__data .tbl__row span {
  width: 50%;
}

.order-card__more .button-round .svg-icon {
  fill: #000;
}

.document-card {
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px 15px;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .document-card {
    padding: 30px;
  }
}

.document-card__icon {
  margin-bottom: 20px;
}

.document-card__icon .svg-icon {
  width: 24px;
  height: 32px;
  fill: #e7e7e7;
}

.document-card__name {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.31px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .document-card__name {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .document-card__name {
    font-size: 17px;
  }
}

.document-card__date {
  font-size: 13px;
  letter-spacing: 0.31px;
}

.document-card__download {
  margin-top: 10px;
}

.document-card__download .svg-icon {
  width: 41px;
  height: 41px;
  background-color: #f6f6f6;
  border-radius: 41px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.document-card__download .svg-icon svg {
  fill: #adadad;
  width: 21px;
  height: 16px;
}

.document-card.loaded {
  color: #000;
  background-image: linear-gradient(251deg, rgba(52, 84, 237, 0.05), rgba(255, 43, 9, 0.05) 100%);
  border-color: transparent;
}

.document-card.loaded .document-card__icon .svg-icon {
  fill: #de4c3f;
}

.document-card.loaded .document-card__download .svg-icon {
  background: #ffffff;
  box-shadow: -7px 0 13px 0 rgba(0, 0, 0, 0.05);
}

.document-card.loaded .document-card__download .svg-icon svg {
  fill: #de4c3f;
}

.catalog-list .site-banner {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 1200px) {
  .catalog-list .site-banner {
    margin-top: 0px;
  }
}

.catalog-list .desc-block {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .catalog-list .desc-block {
    margin-top: 30px;
  }
}

.catalog-list__notfound {
  padding: 30px;
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.4px;
  text-align: center;
  color: #000000;
  background: #fff url("/templates/project/assets/img/sad.svg") center center no-repeat;
  background-size: 100px 100px;
}

@media (min-width: 768px) {
  .catalog-list__notfound {
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .catalog-list__notfound {
    font-size: 17px;
    padding: 90px;
    min-height: 420px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    background-size: 210px 210px;
  }
}

.catalog-list__notfound.hidden {
  display: none;
}

.catalog-list__login {
  height: 90px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .catalog-list__login {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .catalog-list__login {
    padding: 0 40px;
  }
}

.catalog-list__login .svg-icon {
  margin-right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-image: linear-gradient(45deg, #1d2035, #621c15);
}

.catalog-list__login .svg-icon svg {
  width: 15px;
  height: 15px;
  fill: url(#cat-gr) #de4c3f;
}

.catalog-cats {
  border-radius: 0;
  margin: 0 -10px 15px;
  overflow: hidden;
  position: relative;
}

.catalog-cats:after {
  content: '';
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ffffff;
}

@media (min-width: 768px) {
  .catalog-cats {
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .catalog-cats {
    margin-bottom: 30px;
  }
}

.catalog-cats > .row > [class*="col"] {
  position: relative;
  z-index: 1;
}

.catalog-cats > .row > [class*="col"]:before {
  content: '';
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  top: -1px;
  left: -1px;
  border: 1px solid #e8e4de;
}

@media (min-width: 1200px) {
  .catalog-cats > .row > [class*="col"]:after {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    z-index: -1;
    border-radius: 10px;
    box-shadow: 0 5px 50px 0 rgba(84, 87, 121, 0.14);
    background-color: #ffffff;
    -ms-transform: scale(1.1);
        transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
  }
}

@media (min-width: 1200px) {
  .catalog-cats > .row > [class*="col"]:hover {
    z-index: 2;
  }
  .catalog-cats > .row > [class*="col"]:hover:after {
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

.catalog-cats__item {
  text-align: center;
  padding: 16px 20px 30px;
  color: #000;
  text-decoration: none;
}

@media (min-width: 768px) {
  .catalog-cats__item {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .catalog-cats__item {
    padding: 60px;
  }
}

.catalog-cats__item svg,
.catalog-cats__item svg g,
.catalog-cats__item svg path {
  fill: inherit;
}

.catalog-cats__item:hover {
  color: #000;
  text-decoration: none;
}

.catalog-cats__item:hover svg,
.catalog-cats__item:hover svg g,
.catalog-cats__item:hover svg path {
  fill: #ed6534 !important;
}

.catalog-cats__item-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .catalog-cats__item-icon {
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
  }
}

.catalog-cats__item-icon:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(257deg, rgba(52, 84, 237, 0.5), rgba(255, 43, 9, 0.5) 100%);
}

.catalog-cats__item-icon svg,
.catalog-cats__item-icon svg g,
.catalog-cats__item-icon svg path {
  transition: all .3s;
}

.catalog-cats__item-icon svg,
.catalog-cats__item-icon object {
  width: 48px;
  height: 48px;
}

@media (min-width: 768px) {
  .catalog-cats__item-icon svg,
  .catalog-cats__item-icon object {
    width: 64px;
    height: 64px;
  }
}

.catalog-cats__item-name {
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .catalog-cats__item-name {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .catalog-cats__item-name {
    font-size: 20px;
  }
}

.catalog-cats__item-logo {
  margin-bottom: 20px;
  font-size: 0;
}

@media (min-width: 768px) {
  .catalog-cats__item-logo {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .catalog-cats__item-logo {
    margin-bottom: 40px;
  }
}

.catalog-cats__item-logo img {
  max-width: 120px;
}

@media (min-width: 1200px) {
  .catalog-cats__item--main {
    padding: 100px;
  }
}

@media (min-width: 1200px) {
  .catalog-cats__item--main .catalog-cats__item-icon {
    width: 172px;
    height: 172px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .catalog-cats__item--main .catalog-cats__item-icon svg,
  .catalog-cats__item--main .catalog-cats__item-icon object {
    width: 115px;
    height: 115px;
  }
}

.catalog-cats__item--main .catalog-cats__item-name {
  font-weight: 900;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .catalog-cats__item--main .catalog-cats__item-name {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .catalog-cats__item--main .catalog-cats__item-name {
    font-size: 24px;
  }
}

.product-card .block-box {
  box-shadow: 0 3px 10px 0 #e8e4de;
}

.product-card .empty {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #848484;
}

.product-card__brand {
  width: 160px;
  height: 160px;
  margin-left: 40px;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.product-card__brand img {
  max-width: 75%;
  max-height: 75%;
}

.product-card__images {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 40px;
}

.product-card__images--a {
  display: block;
}

@media (min-width: 768px) {
  .product-card__images {
    margin-left: 65px;
    padding-bottom: 0;
  }
}

.product-card__images .swiper-slide {
  text-align: center;
}

.product-card__images .swiper-slide img {
  max-height: 370px;
}

.product-card__images .swiper-wrapper {
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 10;
}

.product-card__images .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: auto;
  -ms-transform: translate(0);
      transform: translate(0);
}

.product-card__images .swiper-pagination > * {
  width: 6px;
  height: 6px;
}

.product-card__preview {
  position: absolute;
  z-index: 10;
  left: 25px;
  top: 50px;
  padding: 30px 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 992px) {
  .product-card__preview {
    top: 80px;
  }
}

.product-card__preview .swiper-button-prev,
.product-card__preview .swiper-button-next {
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  outline: none;
}

.product-card__preview .swiper-button-prev .svg-icon,
.product-card__preview .swiper-button-next .svg-icon {
  width: 20px;
  height: 20px;
  fill: #848484;
}

.product-card__preview .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.product-card__preview .swiper-button-next {
  top: auto;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
}

.product-card__thumbs {
  width: 54px;
  height: 320px;
}

.product-card__thumbs .swiper-slide {
  width: 54px;
  height: 54px;
  border: 1px solid #e7e7e7;
  font-size: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: .5;
  background: #ffffff;
  cursor: pointer;
}

.product-card__thumbs .swiper-slide.current {
  opacity: 1;
}

.product-card__thumbs .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
}

.product-card__main {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .product-card__main {
    margin-bottom: 30px;
  }
}

.product-card__main-top {
  position: relative;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

@media (min-width: 768px) {
  .product-card__main-top {
    padding: 24px;
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .product-card__main-top {
    padding: 30px;
    padding-top: 79px;
  }
}

.product-card__main-top .tabs {
  width: 100%;
}

.product-card__main-top .tabs__titles {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .product-card__main-top .tabs__titles {
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

.product-card__main-top .tabs__titles-item {
  margin-right: 15px;
  font-size: 13px;
  font-weight: bold;
  padding-top: 10px;
  border-top: 3px solid transparent;
  transition: all .3s;
  cursor: pointer;
}

@media (min-width: 768px) {
  .product-card__main-top .tabs__titles-item {
    padding-top: 20px;
    font-size: 15px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .product-card__main-top .tabs__titles-item {
    padding-top: 30px;
  }
}

.product-card__main-top .tabs__titles-item.active {
  border-top-color: #de4c3f;
}

.product-card__main-top .tabs__bodyes-item {
  display: none;
}

.product-card__main-top .tabs__bodyes-item.active {
  display: block;
}

@media (min-width: 768px) {
  .product-card__main-top .pic-placeholder {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .product-card__main-top .pic-placeholder {
    height: 420px;
  }
}

.product-card__main-top .labels {
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 8px;
  pointer-events: none;
  max-width: 200px;
}

@media (min-width: 768px) {
  .product-card__main-top .labels {
    left: 23px;
    top: 16px;
  }
}

@media (min-width: 992px) {
  .product-card__main-top .labels {
    top: 30px;
  }
}

.product-card__main-top .svg-icon--zoom {
  position: absolute;
  cursor: pointer;
  fill: #848484;
  bottom: 40px;
  height: 21px;
  width: 21px;
  z-index: 0;
  right: 0;
}

@media (min-width: 768px) {
  .product-card__main-top .svg-icon--zoom {
    bottom: 0;
  }
}

.product-card__main-bottom {
  padding: 15px;
  background: #f9fbfd;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
  .product-card__main-bottom {
    padding: 24px;
  }
}

@media (min-width: 992px) {
  .product-card__main-bottom {
    border-radius: 0 10px 10px 0;
    padding: 30px;
  }
}

.product-card__main .product-item__shipment {
  width: 100%;
  padding-bottom: 15px;
  margin: 15px 0;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .product-card__main .product-item__shipment {
    width: auto;
    font-size: 15px;
    padding: 0;
    margin: 0;
    border: none;
  }
}

.product-card__main .product-item__price {
  margin-bottom: 15px;
}

.product-card__main .product-item__price-old {
  font-size: 15px;
}

@media (min-width: 768px) {
  .product-card__main .product-item__price-old {
    font-size: 17px;
    margin-bottom: 0;
  }
}

.product-card__main .product-item__price-current {
  font-size: 19px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .product-card__main .product-item__price-current {
    font-size: 27px;
  }
}

@media (min-width: 1200px) {
  .product-card__main .product-item__price-current {
    font-size: 36px;
  }
}

.product-card__main .product-item__price-current .badge {
  margin-left: 10px;
}

.product-card__main .product-item__price .under {
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: #848484;
}

.product-card__main .product-item__count {
  width: 47%;
}

@media (min-width: 768px) {
  .product-card__main .product-item__count {
    width: 130px;
  }
}

@media (min-width: 992px) {
  .product-card__main .product-item__count {
    width: 210px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.product-card__main .product-item__order {
  margin-top: 0;
}

@media (min-width: 992px) {
  .product-card__main .product-item__order {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .product-card__main .product-item__order > * {
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .product-card__main .product-item__order > * {
    margin-left: 0;
  }
}

.product-card__main .product-item__order-submit {
  font-size: 15px;
  margin-top: 15px;
  width: 100%;
  height: 48px;
}

@media (min-width: 768px) {
  .product-card__main .product-item__order-submit {
    width: auto;
    min-width: 145px;
    margin-top: 0;
    height: auto;
  }
}

@media (min-width: 992px) {
  .product-card__main .product-item__order-submit {
    margin-top: 25px;
  }
}

.product-card__main .product-item__order .button--white {
  height: 46px;
  width: 47%;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .product-card__main .product-item__order .button--white {
    width: auto;
    min-width: 145px;
    margin-top: 0;
    height: auto;
  }
}

@media (min-width: 992px) {
  .product-card__main .product-item__order .button {
    height: 48px;
  }
}

@media (min-width: 768px) {
  .product-card__main .product-item__compare {
    font-size: 15px;
    border-left: none;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .product-card__main .product-item__compare {
    margin-left: 0;
  }
}

.product-card__functional {
  position: relative;
}

.product-card__functional ~ * {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
}

@media (min-width: 992px) {
  .product-card__functional ~ * {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.product-card__functional .button--presence {
  line-height: 1.3;
  width: 100%;
}

@media (min-width: 768px) {
  .product-card__functional .button--presence {
    width: auto;
    min-width: 270px;
  }
}

.product-card__warranty {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .product-card__warranty {
    left: auto;
    bottom: auto;
    right: 20px;
    top: 20px;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .product-card__warranty {
    top: 33px;
  }
}

.product-card__warranty .svg-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.product-card__article {
  font-size: 13px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .product-card__article {
    font-size: 15px;
  }
}

.product-card__article small {
  font-size: inherit;
}

.product-card__specials > .row > .col + .col {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .product-card__specials > .row > .col + .col {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .product-card__specials > .row > .col:nth-child(n+3) {
    margin-top: 20px;
  }
}

.product-card .delivery-info {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .product-card .delivery-info {
    padding-top: 25px;
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .product-card .delivery-info {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.product-card__article-compare {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .product-card__article-compare {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
  }
}

@media (min-width: 992px) {
  .product-card__article-compare {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.product-card__info {
  margin-bottom: 5px;
}

.product-card__info .tabs__bodyes-item {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 15px;
}

.product-card__info .tabs__bodyes-item .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.product-card__info .tabs__bodyes-item .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.product-card__info .tabs__bodyes-item .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 325px;
  height: 100%;
  position: relative;
  transition-property: transform;
  padding: 0 15px;
}

.product-card__info .tabs__bodyes-item .main-page__hits .product-item {
  border: 1px solid #f6f6f6;
  padding: 10px 15px 25px !important;
  margin-left: -1px;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .product-card__info {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .product-card__info {
    margin-bottom: 30px;
  }
}

.product-card__info-title {
  font-size: 15px;
  font-weight: 900;
  position: relative;
  padding: 16px;
  padding-right: 50px !important;
}

@media (min-width: 768px) {
  .product-card__info-title {
    font-size: 21px;
    padding: 23px 24px;
  }
}

@media (min-width: 992px) {
  .product-card__info-title {
    font-size: 24px;
    padding: 30px;
  }
}

.product-card__info-title.is-opened {
  color: #ed6534;
}

@media (min-width: 992px) {
  .product-card__info-title.is-opened {
    color: #000;
  }
}

.product-card__info-title.is-opened [class*="trigger"]:before {
  background: #000;
}

.product-card__info-title.is-opened [class*="trigger"]:after {
  -ms-transform: scaleY(0);
      transform: scaleY(0);
}

@media (min-width: 1200px) {
  .product-card__info-title--small {
    line-height: 2;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
  }
}

.product-card__info-trigger {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 16px;
  height: 16px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media (min-width: 768px) {
  .product-card__info-trigger {
    right: 24px;
  }
}

.product-card__info-trigger:before, .product-card__info-trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ed6534;
  margin-top: -1px;
  transition: all .3s;
}

.product-card__info-trigger:after {
  height: auto;
  width: 2px;
  margin-top: 0;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
}

.product-card__info-body {
  display: none;
  padding: 16px;
  font-size: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .product-card__info-body {
    padding: 24px;
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .product-card__info-body {
    padding: 30px;
    display: block !important;
  }
}

.product-card__info-body img {
  max-width: 100%;
}

.product-card__chars {
  font-size: 13px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .product-card__chars {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .product-card__chars {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
  }
}

.product-card__chars > * {
  border-bottom: 1px solid #e7e7e7;
}

.product-card__chars-tr {
  padding: 12px 0;
  /* @media screen and (min-width: 1200px) {
				&.no-btm-border {
					border-bottom: 1px solid transparent;
				}
			} */
  /* &:last-child {
				border-bottom: 1px solid transparent;
			} */
}

.product-card__chars-th {
  color: #848484;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .product-card__chars-th {
    margin-bottom: 0;
  }
}

.product-card__chars-th .badge {
  margin-left: 5px;
}

@media (min-width: 576px) {
  .product-card__chars-td {
    max-width: 50%;
    text-align: right;
  }
}

.product-card__extra {
  margin-top: 10px;
  padding: 24px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .product-card__extra {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .product-card__extra {
    padding: 40px 60px;
    border-radius: 10px;
    margin: 0 0 30px 0;
  }
}

.product-card__extra-pic {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .product-card__extra-pic {
    margin-bottom: 0;
    margin-right: 30px;
    width: 120px;
    height: 120px;
  }
}

.product-card__extra-pic img {
  max-width: 100%;
}

.product-card__extra-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 900;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .product-card__extra-title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .product-card__extra-title {
    font-size: 31px;
  }
}

.product-card__extra-text {
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .product-card__extra-text {
    font-size: 15px;
  }
}

.product-card__buttons {
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

@media (min-width: 768px) {
  .product-card__buttons {
    padding: 24px 30px;
  }
}

.product-card__buttons .button {
  font-weight: normal;
  font-size: 13px;
}

@media (min-width: 768px) {
  .product-card__buttons .button {
    font-size: 15px;
  }
}

.product-card__buttons .button .button-round--back {
  margin-left: 0;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .product-card__buttons .button .button-round--back {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .product-card--notavailable .product-item__price {
    padding-bottom: 0;
  }
}

.about-page {
  position: relative;
  z-index: 5;
  margin-top: -25px;
  padding: 20px 0 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about-page {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .about-page {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .about-page {
    margin-top: -40px;
  }
}

.about-page__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 970px;
  overflow: hidden;
  background-image: linear-gradient(264deg, rgba(52, 84, 237, 0.5), rgba(255, 43, 9, 0.5) 100%);
}

.about-page__bg-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -420px;
  background-position: 110% -200px;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .about-page__bg-image {
    right: 0;
  }
}

.about-page h1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 0 12px 20px #ae78a2;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .about-page h1 {
    font-size: 31px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .about-page h1 {
    margin-bottom: 60px;
    font-size: 48px;
    text-shadow: 0 16px 24px #ae78a2;
  }
}

.about-page__main {
  margin-bottom: 15px;
  text-align: center;
  box-shadow: 0 16px 24px 0 rgba(105, 60, 109, 0.3);
}

@media (min-width: 992px) {
  .about-page__main {
    margin-bottom: 30px;
  }
}

.about-page__main-text {
  font-size: 17px;
  padding: 20px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .about-page__main-text {
    font-size: 20px;
    padding: 35px;
  }
}

@media (min-width: 992px) {
  .about-page__main-text {
    font-size: 24px;
    padding: 50px 60px;
  }
}

.about-page__main-text p {
  margin: 0;
}

.about-page__main-present {
  font-size: 11px;
  line-height: 1.6;
  text-transform: uppercase;
  padding: 20px 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 900;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .about-page__main-present {
    font-size: 13px;
    line-height: 2;
    padding: 25px 120px;
    letter-spacing: 2px;
  }
}

@media (min-width: 992px) {
  .about-page__main-present {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .about-page__factories [class*="col"] + [class*="col"] .about-page__factory {
    border-left: 1px solid #e7e7e7;
  }
}

.about-page__factory {
  padding: 30px 20px;
}

@media (min-width: 768px) {
  .about-page__factory {
    padding: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .about-page__factory {
    padding: 60px;
    text-align: left;
  }
}

.about-page__factory-pic {
  font-size: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .about-page__factory-pic {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .about-page__factory-pic {
    margin: 0 20px 0 0;
  }
}

.about-page__factory-pic img {
  max-width: 55px;
}

@media (min-width: 768px) {
  .about-page__factory-pic img {
    max-width: 80px;
  }
}

@media (min-width: 1200px) {
  .about-page__factory-pic img {
    max-width: 90px;
  }
}

.about-page__factory-name {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .about-page__factory-name {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .about-page__factory-name {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.about-page__factory-link {
  font-size: 13px;
}

@media (min-width: 768px) {
  .about-page__factory-link {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .about-page__factory-link {
    font-size: 17px;
  }
}

.about-page__factory .svg-icon--link {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .about-page__factory .svg-icon--link {
    margin: 0 0 0 20px;
  }
}

.about-page__info {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .about-page__info {
    padding: 40px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .about-page__info {
    padding: 50px 60px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.about-page__info-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .about-page__info-title {
    font-size: 28px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .about-page__info-title {
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-size: 31px;
  }
}

.about-page__info-title span {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .about-page__info-title span {
    letter-spacing: 2px;
    font-size: 13px;
  }
}

.about-page__info-text {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .about-page__info-text {
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .about-page__info-text {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.about-page__info-text p {
  margin: 0;
}

.about-page__info-text ul {
  list-style-type: none;
  padding: 0;
}

.about-page__info .row {
  margin-left: -60px;
}

.about-page__info .row [class*="col"] {
  padding-left: 60px;
}

.about-page__skill-icon {
  margin-bottom: 10px;
  height: 32px;
}

@media (min-width: 768px) {
  .about-page__skill-icon {
    margin-bottom: 0;
    margin-right: 35px;
    height: 48px;
  }
}

@media (min-width: 1200px) {
  .about-page__skill-icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.about-page__skill-icon svg,
.about-page__skill-icon object {
  width: 32px;
  height: 32px;
}

@media (min-width: 768px) {
  .about-page__skill-icon svg,
  .about-page__skill-icon object {
    width: 48px;
    height: 48px;
  }
}

.about-page__skill-icon img {
  max-width: 32px;
}

@media (min-width: 768px) {
  .about-page__skill-icon img {
    max-width: 48px;
  }
}

.about-page__skill-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .about-page__skill-title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .about-page__skill-title {
    font-size: 31px;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 70%;
  }
}

.about-page__skill-text {
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .about-page__skill-text {
    font-size: 15px;
  }
}

.about-page__recomended {
  padding: 30px 20px 20px;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .about-page__recomended {
    margin: 0 0 15px 0;
    padding: 40px;
    padding-bottom: 25px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .about-page__recomended {
    padding: 50px 60px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .about-page__recomended .block-title {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .about-page__recomended .block-title {
    font-size: 31px;
    margin-bottom: 50px;
  }
}

.about-page__recomended-list {
  margin-right: -20px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

@media (min-width: 768px) {
  .about-page__recomended-list {
    margin: 0 0 0 -15px;
    overflow-x: visible;
  }
}

@media (min-width: 992px) {
  .about-page__recomended-list {
    margin-left: -30px;
  }
}

.about-page__recomended-list .card-desc {
  margin-right: 8px;
  width: 256px;
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .about-page__recomended-list .card-desc {
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
  }
}

@media (min-width: 992px) {
  .about-page__recomended-list .card-desc {
    width: calc(50% - 30px);
    margin: 0 0 30px 30px;
  }
}

.about-page__gallery {
  box-shadow: 0 3px 10px 0 #989389;
  background-color: #232323;
  margin: 0 -10px;
  color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.about-page__gallery:before, .about-page__gallery:after {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .about-page__gallery:before, .about-page__gallery:after {
    content: '';
  }
}

.about-page__gallery:before {
  background: url("/templates/project/assets/img/white-line-top.svg") 470px top no-repeat;
}

@media (min-width: 1200px) {
  .about-page__gallery:before {
    background-position: 705px top;
  }
}

.about-page__gallery:after {
  background: url("/templates/project/assets/img/white-line-bottom.svg") 0 bottom no-repeat;
}

@media (min-width: 768px) {
  .about-page__gallery {
    margin: 0 -20px;
    padding: 35px 60px;
  }
}

@media (min-width: 992px) {
  .about-page__gallery {
    margin: 0 0 30px 0;
    border-radius: 10px;
    padding: 60px;
  }
}

.about-page__gallery .block-title {
  color: #ffffff;
}

@media (min-width: 768px) {
  .about-page__gallery .block-title {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .about-page__gallery .block-title {
    font-size: 31px;
    margin-bottom: 50px;
  }
}

.about-page__gallery-pages {
  font-size: 17px;
  font-weight: 300;
  white-space: nowrap;
  width: auto;
}

@media (min-width: 768px) {
  .about-page__gallery-pages {
    font-size: 28px;
  }
}

.about-page__gallery .swiper-container {
  margin: 0 -30px;
  padding: 0 30px;
}

@media (min-width: 768px) {
  .about-page__gallery .swiper-container {
    margin: 0 -60px;
    padding: 0 130px;
  }
}

@media (min-width: 992px) {
  .about-page__gallery .swiper-container {
    padding: 0 225px;
  }
}

.about-page__gallery .swiper-container .swiper-slide {
  opacity: .2;
  margin-right: 10px;
  transition: all .3s;
}

@media (min-width: 768px) {
  .about-page__gallery .swiper-container .swiper-slide {
    margin-right: 25px;
  }
}

@media (min-width: 992px) {
  .about-page__gallery .swiper-container .swiper-slide {
    margin-right: 30px;
  }
}

.about-page__gallery .swiper-container .swiper-slide[class*="active"] {
  opacity: 1;
}

.about-page__gallery .swiper-container .swiper-slide__head {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: normal;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .about-page__gallery .swiper-container .swiper-slide__head {
    margin-top: 20px;
    font-size: 19px;
  }
}

.about-page__gallery .swiper-container .swiper-slide__description {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .about-page__gallery .swiper-container .swiper-slide__description {
    font-size: 13px;
  }
}

.about-page__gallery .swiper-container .swiper-button-prev {
  left: 40px;
}

@media (min-width: 992px) {
  .about-page__gallery .swiper-container .swiper-button-prev {
    left: 60px;
  }
}

.about-page__gallery .swiper-container .swiper-button-next {
  right: 40px;
}

@media (min-width: 992px) {
  .about-page__gallery .swiper-container .swiper-button-next {
    right: 60px;
  }
}

.contacts-page__top {
  border-radius: 10px 10px 0 0;
}

@media (min-width: 768px) {
  .contacts-page__top {
    overflow: hidden;
    border-radius: 10px;
  }
}

.contacts-page__main {
  padding: 40px 30px;
}

@media (min-width: 768px) {
  .contacts-page__main {
    text-align: left;
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .contacts-page__main {
    width: 420px;
    max-width: 420px;
    border-radius: 10px 0 0 10px;
  }
}

.contacts-page__main .phone-type-1 {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .contacts-page__main .phone-type-1 {
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .contacts-page__main .phone-type-1 {
    text-align: center;
    margin-bottom: 40px;
  }
}

.contacts-page__main .contacts-block {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .contacts-page__main .contacts-block {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .contacts-page__main .contacts-block {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .contacts-page__main .contacts-block > .svg-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .contacts-page__main .mail-block {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .contacts-page__main .mail-block {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .contacts-page__main .mail-block .svg-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.contacts-page__map #contacts-map {
  display: block;
  height: 400px;
}

@media (min-width: 1200px) {
  .contacts-page__map #contacts-map {
    height: 600px;
  }
}

.contacts-page__map a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts-page__info {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .contacts-page__info {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .contacts-page__info {
    margin-top: 30px;
  }
}

.contacts-page__info-title {
  font-size: 24px;
  font-weight: 900;
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 25px;
}

@media (min-width: 768px) {
  .contacts-page__info-title {
    font-size: 28px;
    padding: 30px 40px;
  }
}

@media (min-width: 1200px) {
  .contacts-page__info-title {
    padding: 40px 60px;
  }
}

.contacts-page__info-title .documents__item-file {
  color: #000;
  text-decoration: none;
}

.contacts-page__info-title .documents__item-file:hover {
  color: #000;
  text-decoration: none;
}

.contacts-page__info-title .documents__item-file span {
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contacts-page__info-title .documents__item-file span {
    font-size: 15px;
  }
}

.contacts-page__info-title .documents__item-file .svg-icon {
  width: 41px;
  height: 41px;
  margin-left: 10px;
}

.contacts-page__info-body > .row [class*="col"] + [class*="col"] {
  border-top: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .contacts-page__info-body > .row [class*="col"] + [class*="col"] {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .contacts-page__info-body > .row [class*="col"]:nth-child(even) {
    border-left: 1px solid #e7e7e7;
  }
}

.contacts-page__item {
  padding: 25px;
}

@media (min-width: 768px) {
  .contacts-page__item {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .contacts-page__item {
    padding: 40px 60px;
  }
}

.contacts-page__item-sub {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .contacts-page__item-sub {
    font-size: 13px;
  }
}

.contacts-page__item-title {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 20px;
  min-height: 50px;
}

@media (min-width: 768px) {
  .contacts-page__item-title {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .contacts-page__item-title {
    margin-bottom: 30px;
  }
}

.contacts-page__item-data {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .contacts-page__item-data {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .contacts-page__item-data {
    -ms-flex: none;
        flex: none;
    width: 50%;
  }
}

.contacts-page__item-data:last-child {
  margin-bottom: 0;
}

.contacts-page__item-data small {
  display: block;
  color: #848484;
  font-size: inherit;
  margin-bottom: 10px;
}

.contacts-page .personal-cards {
  margin-top: 20px;
}

@media (min-width: 30px) {
  .contacts-page .personal-cards {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .contacts-page .personal-cards {
    margin-top: 40px;
  }
}

.contacts-page .personal-cards .swiper-wrapper.static {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.contacts-page .personal-cards .swiper-wrapper.static .swiper-slide {
  width: 29%;
}

.cart-page__clear {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .cart-page__clear {
    font-size: 15px;
  }
}

.cart-page__clear:hover {
  color: #000;
  text-decoration: none;
}

.cart-page__clear .svg-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.cart-page__top {
  padding: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .cart-page__top {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .cart-page__top {
    padding: 30px;
    margin-bottom: 30px;
  }
}

.cart-page__login {
  padding: 15px;
  border-radius: 4px;
  background-image: linear-gradient(67deg, rgba(247, 223, 216, 0.8), rgba(222, 225, 242, 0.8));
  box-shadow: 0 4px 10px 0 rgba(172, 164, 153, 0.15);
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cart-page__login {
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .cart-page__login {
    padding: 25px 40px;
  }
}

.cart-page__login-icon {
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .cart-page__login-icon {
    margin-right: 50px;
  }
}

.cart-page__login-icon .svg-icon {
  width: 33px;
  height: 33px;
  fill: #de4c3f;
}

.cart-page__login-text {
  font-size: 11px;
  letter-spacing: .3px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cart-page__login-text {
    font-size: 13px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .cart-page__login-text {
    font-size: 15px;
  }
}

.cart-page__login-button {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .cart-page__login-button {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .cart-page__login-button .button {
    font-size: 15px;
  }
}

.cart-page__subtitle {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .cart-page__subtitle {
    margin-bottom: 25px;
  }
}

.cart-page__stocks {
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .cart-page__stocks {
    border-bottom: none;
    margin: 0;
    padding: 0 40px 0 0;
  }
}

@media (min-width: 1200px) {
  .cart-page__stocks {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #e7e7e7;
  }
}

@media (min-width: 1200px) {
  .cart-page__stocks .cart-page__subtitle {
    width: 100%;
  }
}

.cart-page__bottom {
  padding: 10px;
  margin-bottom: 25px;
}

.cart-page__bottom-info {
  padding: 5px;
}

@media (min-width: 768px) {
  .cart-page__bottom-info {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .cart-page__bottom-info {
    padding: 50px;
  }
}

@media (min-width: 768px) {
  .cart-page__bottom-info > .row > [class*="col"] + [class*="col"] {
    border-left: 1px solid #e7e7e7;
  }
}

@media (min-width: 1200px) {
  .cart-page__bottom-info > .row > [class*="col"] + [class*="col"] {
    border-left: none;
  }
}

.cart-page__bottom-specials {
  border-bottom: 1px solid #f4f7f9;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cart-page__bottom-specials {
    margin-bottom: 0;
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .cart-page__bottom-specials {
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f7f9;
  }
}

.cart-page__bottom-specials-title {
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 17px;
}

@media (min-width: 768px) {
  .cart-page__bottom-specials-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.cart-page__bottom-specials .stock-card {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cart-page__bottom-specials .stock-card {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .cart-page__bottom .delivery-info {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .cart-page__bottom .delivery-info {
    padding-left: 0;
  }
}

.cart-page__bottom .delivery-info small {
  font-size: 17px;
}

@media (min-width: 768px) {
  .cart-page__bottom .delivery-info small {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .cart-page__bottom .delivery-info-item {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cart-page__bottom .delivery-info-item--last {
    margin-bottom: 0 !important;
  }
}

.cart-page__bottom .product-card__stock {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
}

@media (min-width: 1200px) {
  .cart-page__bottom .product-card__stock {
    width: 50%;
    margin-bottom: 0;
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .cart-page__bottom .product-card__stock:last-child {
    margin-bottom: 0;
  }
}

.cart-page__bottom .product-card__stock-pic {
  width: 64px;
  height: 64px;
}

.cart-page__bottom .product-card__stock-text {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .cart-page__bottom .product-card__stock-text {
    font-size: 20px;
  }
}

.cart-page__bottom-back {
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}

.cart-page__bottom-back .button {
  font-size: 15px;
  font-weight: 300;
}

.cart-page__bottom-back .button .button-round {
  border: 1px solid #de4c3f;
}

.cart-page__order {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .cart-page__order {
    margin-bottom: 35px;
  }
}

.cart-page__order .button {
  width: 100%;
  font-size: 17px;
  padding: 15px 20px;
  font-weight: 900;
  border-radius: 7px;
}

@media (min-width: 768px) {
  .cart-page__order .button {
    padding: 19px 30px;
  }
}

@media (min-width: 1200px) {
  .cart-page__order .button {
    font-size: 20px;
    padding: 21px 30px;
  }
}

.cart-page__total {
  position: relative;
  background: #f9fbfd;
  padding: 20px;
}

@media (min-width: 768px) {
  .cart-page__total {
    padding: 40px;
    columns: 2;
    column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .cart-page__total {
    margin-top: 0;
    padding: 50px 123px;
    columns: unset;
  }
}

.cart-page__total-infoitem {
  font-size: 15px;
  margin-bottom: 15px;
}

.cart-page__total-infoitem > * {
  -ms-flex: none;
      flex: none;
}

.cart-page__total-infoitem small {
  width: 55%;
  font-size: inherit;
  color: #848484;
}

@media (min-width: 1200px) {
  .cart-page__total-infoitem small {
    width: 41%;
  }
}

.cart-page__total-infoitem strong {
  width: 45%;
}

@media (min-width: 1200px) {
  .cart-page__total-infoitem strong {
    width: 59%;
  }
}

.cart-page__total-sum {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 900;
}

.cart-page__total-sum > * {
  -ms-flex: none;
      flex: none;
}

.cart-page__total-sum small {
  width: 55%;
  font-size: inherit;
}

@media (min-width: 768px) {
  .cart-page__total-sum small {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .cart-page__total-sum small {
    width: 41%;
  }
}

.cart-page__total-sum span {
  width: 45%;
}

@media (min-width: 768px) {
  .cart-page__total-sum span {
    white-space: nowrap;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .cart-page__total-sum span {
    width: 59%;
  }
}

.cart-page__total-note {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .cart-page__total-note {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .cart-page__total-note {
    margin: 35px 0;
  }
}

.cart-page__total-note p {
  margin: 0;
}

.cart-page__total-status {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #848484;
  font-style: normal;
  margin-top: 5px;
  letter-spacing: 0.88px;
}

.cart-page__total-status--full {
  color: #49ca98;
}

.cart-page__total-status--partly {
  color: #ffa01f;
}

.cart-page__total-status--not {
  color: #ff1500;
}

.cart-page__agree {
  color: #848484;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cart-page__agree {
    text-align: left;
  }
}

.cart-page__notfound {
  padding: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .cart-page__notfound {
    padding: 50px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .cart-page__notfound {
    padding: 170px 210px;
  }
}

.cart-page__notfound-title {
  font-size: 24px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .cart-page__notfound-title {
    font-size: 31px;
  }
}

.cart-page__notfound-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.4px;
  color: #848484;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .cart-page__notfound-text {
    font-size: 15px;
  }
}

.cart-page__notfound-pic {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .cart-page__notfound-pic {
    margin-top: 0;
    text-align: left;
  }
}

.cart-page__notfound-pic img {
  max-width: 100%;
}

.main-page {
  margin-top: -10px;
}

@media (min-width: 1200px) {
  .main-page {
    margin-top: 0;
  }
}

.main-page__title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .main-page__title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .main-page__title {
    font-size: 31px;
    margin-bottom: 30px;
  }
}

.main-page__title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 0;
  padding-bottom: 3px;
}

.main-page__title span:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -8px;
  right: -8px;
  bottom: 0;
  height: 14px;
  background: #b5bee6;
  opacity: .3;
}

.main-page__hits {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .main-page__hits {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .main-page__hits {
    margin-bottom: 40px;
  }
}

.main-page__hits .swiper-container .swiper-slide {
  width: 235px;
  height: auto;
}

@media (min-width: 768px) {
  .main-page__hits .swiper-container .swiper-slide {
    width: 240px;
  }
}

@media (min-width: 1200px) {
  .main-page__hits .swiper-container .swiper-slide {
    width: 100%;
  }
}

.main-page__hits .product-item {
  border: 1px solid #f6f6f6;
  padding: 10px 15px 25px !important;
  margin-left: -1px;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
}

@media (min-width: 1200px) {
  .main-page__hits .product-item {
    padding: 40px;
  }
}

.main-page__hits .tabs {
  border-radius: 0;
  margin: 0 -10px;
  position: relative;
}

@media (min-width: 768px) {
  .main-page__hits .tabs {
    margin: 0 -20px;
  }
}

@media (min-width: 1200px) {
  .main-page__hits .tabs {
    border-radius: 10px;
    margin: 0;
  }
}

.main-page__hits .tabs__titles {
  overflow-x: auto;
}

@media (min-width: 768px) {
  .main-page__hits .tabs__titles {
    overflow: visible;
  }
}

.main-page__hits .tabs__titles-item {
  padding: 20px 10px;
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}

@media (min-width: 768px) {
  .main-page__hits .tabs__titles-item {
    font-size: 15px;
    padding: 25px 20px;
  }
}

@media (min-width: 768px) {
  .main-page__hits .tabs__titles-item {
    padding: 30px 30px;
  }
}

.main-page__hits .tabs__titles-item .svg-icon {
  width: 20px;
  height: 20px;
  fill: url(#cat-gr);
  margin-right: 10px;
}

.main-page__hits .tabs__titles-item:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  height: 3px;
  background: #de4c3f;
  transition: all .3s;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}

@media (min-width: 768px) {
  .main-page__hits .tabs__titles-item:before {
    left: 20px;
    right: 20px;
  }
}

.main-page__hits .tabs__titles-item.active:before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.main-page__hits .tabs__bodyes-item {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
}

.main-page__hits .tabs__bodyes-item .swiper-button-prev {
  left: -20px;
}

.main-page__hits .tabs__bodyes-item .swiper-button-next {
  right: -20px;
}

@media screen and (min-width: 1200px) {
  .main-page__hits .tabs__bodyes-item .main-page-row-thumbs {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (min-width: 768px) {
  .main-page__blocks {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .main-page__blocks {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .main-page__blocks > .row {
    margin-left: -60px;
  }
}

@media (min-width: 1200px) {
  .main-page__blocks > .row > [class*="col"] {
    padding-left: 60px;
  }
}

.main-page__stocks {
  position: relative;
  margin: 0 -10px 0;
}

.main-page__stocks a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 768px) {
  .main-page__stocks {
    margin: 0 -20px 20px;
  }
}

.main-page__stocks .stock-item {
  margin: 45px 10px 20px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .main-page__stocks .stock-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .main-page__stocks .stock-item {
    padding-bottom: 50px;
    margin: 0 60px 20px 20px;
  }
}

.main-page__stocks .stock-item__more {
  display: none;
}

.main-page__stocks .swiper-container .swiper-pagination {
  padding: 5px;
  bottom: 40px;
}

.main-page__stocks .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.main-page__stocks .swiper-button-prev {
  left: 0;
}

.main-page__stocks .swiper-button-next {
  right: 0;
}

.main-page__delivery-info {
  margin-bottom: 20px;
  padding: 25px;
}

@media (min-width: 768px) {
  .main-page__delivery-info {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .main-page__delivery-info {
    padding: 70px 60px;
  }
}

.main-page__delivery-info .delivery-info > small {
  display: none;
}

@media (min-width: 1200px) {
  .main-page__delivery-info .delivery-info > .row > [class*="col"] + [class*="col"] .delivery-info-item {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #e7e7e7;
  }
}

@media (min-width: 768px) {
  .main-page__delivery-info .delivery-info-item {
    font-size: 17px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .main-page__delivery-info .delivery-info-item .svg-icon {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 1200px) {
  .main-page__delivery-info .delivery-info-item .svg-icon {
    margin-right: 30px;
  }
}

.main-page__delivery-info .delivery-info-item--last {
  margin-bottom: 0;
}

.order-page__body {
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}

.order-page__body .row {
  margin-left: -15px;
}

@media (min-width: 1200px) {
  .order-page__body .row {
    margin-left: -30px;
  }
}

.order-page__body .row > [class*="col"] {
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .order-page__body .row > [class*="col"] {
    padding-left: 30px;
  }
}

.order-page__body [class*="col"] {
  position: static;
}

.order-page__body-in {
  position: relative;
}

.order-page__form {
  padding: 10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .order-page__form {
    padding: 25px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .order-page__form {
    padding: 30px;
    margin-bottom: 40px;
  }
}

.order-page__form .row:not(.row.no-gutters) {
  margin-left: -15px;
}

@media (min-width: 768px) {
  .order-page__form .row:not(.row.no-gutters) {
    margin-left: -20px;
  }
}

@media (min-width: 1200px) {
  .order-page__form .row:not(.row.no-gutters) {
    margin-left: -30px;
  }
}

.order-page__form .row:not(.row.no-gutters) [class*="col"] {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .order-page__form .row:not(.row.no-gutters) [class*="col"] {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .order-page__form .row:not(.row.no-gutters) [class*="col"] {
    padding-left: 30px;
  }
}

.order-page__form-address {
  background-image: linear-gradient(to right, #f9fbfd, #f2f6fc);
  padding: 15px;
  margin-bottom: 2px;
  font-size: 13px;
  display: block;
}

@media (min-width: 768px) {
  .order-page__form-address {
    padding: 20px;
    font-size: 15px;
  }
}

.order-page__form-address:last-child {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .order-page__form-address:last-child {
    margin-bottom: 30px;
  }
}

.order-page__form .form-field--agree {
  margin-top: 15px;
}

.order-page__form *[type="submit"] {
  width: 100%;
  border-radius: 7px;
}

.order-page__form-section:first-child > *:first-child {
  border-top: none;
  padding-top: 0;
}

.order-page__form-section-title {
  cursor: pointer;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
  margin-bottom: -1px;
}

@media (min-width: 768px) {
  .order-page__form-section-title {
    font-size: 20px;
    padding: 30px 0;
  }
}

.order-page__form-section-title [class*="trigger"] {
  right: 0;
}

.order-page__form-section.is-opened [class*="trigger"]:before {
  background: #000;
}

.order-page__form-section.is-opened [class*="trigger"]:after {
  -ms-transform: scaleY(0);
      transform: scaleY(0);
}

.order-page__form-section-body {
  display: none;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .order-page__form-section-body {
    padding: 0;
  }
}

.order-page__form-section-body textarea {
  height: 140px;
}

.order-page__form .tabs__titles {
  margin: 20px 0;
}

.order-page__total {
  margin-top: 25px;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(49, 76, 103, 0.09);
  background-color: #f9fbfd;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .order-page__total {
    margin-top: 0;
  }
}

.order-page__total-title {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .order-page__total-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.order-page__total-title .button {
  padding: 10px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
}

@media (min-width: 768px) {
  .order-page__total-title .button {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.order-page__total-title .button .svg-icon {
  width: 16px;
  height: 16px;
}

.order-page__total-note {
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0.4px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .order-page__total-note {
    line-height: 1.5;
  }
}

.order-page__subtitle,
.order-page .delivery-info small {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .order-page__subtitle,
  .order-page .delivery-info small {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .order-page__bottom-info {
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  .order-page__bottom-info .delivery-info {
    padding-left: 40px;
    border-left: 1px solid #e7e7e7;
  }
}

@media (min-width: 1200px) {
  .order-page__bottom-info .delivery-info {
    padding-left: 0;
    border-left: none;
  }
}

@media (min-width: 768px) {
  .order-page__bottom-info .delivery-info-item {
    margin-bottom: 35px;
  }
}

.order-page__bottom-info .delivery-info-item--last {
  margin-bottom: 0 !important;
}

.order-page__specials {
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f7f9;
}

@media (min-width: 768px) {
  .order-page__specials {
    margin-bottom: 0;
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .order-page__specials {
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f7f9;
  }
}

.order-page__specials .stock-card {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .order-page .cart-page__total-sum {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .order-page .cart-page__total-sum {
    margin-top: 20px;
  }
}

.order-variant {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(228, 75, 110, 0.5);
  background-image: linear-gradient(266deg, #ff8181, #e44b6e);
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: background .3s, padding .3s;
}

@media (min-width: 768px) {
  .order-variant {
    padding: 27px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .order-variant {
    padding: 40px;
    margin-bottom: 30px;
  }
}

.order-variant__title {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .order-variant__title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
  }
}

.order-variant__note {
  font-size: 13px;
  line-height: 1.3;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .order-variant__note {
    font-size: 15px;
  }
}

.order-variant__note a {
  color: #ffffff;
  text-decoration: underline;
}

.order-variant__note a:hover {
  color: #ffffff;
  text-decoration: none;
}

.order-variant__button {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .order-variant__button {
    margin: 0 0 0 20px;
  }
}

.order-variant__button .button {
  font-size: 13px;
}

.order-variant__button .button--white {
  color: #000;
}

.order-variant__body {
  margin-top: 20px;
  display: none;
}

.order-variant__body .form-field__forget {
  font-size: 13px;
}

@media (min-width: 768px) {
  .order-variant__body .form-field__forget {
    margin-left: 30px;
    font-size: 15px;
  }
}

.order-variant__body .form-field *[type="submit"] .svg-icon {
  width: 17px;
  height: 8px;
}

@media (min-width: 768px) {
  .order-variant__body .form-field *[type="submit"] {
    font-size: 17px;
    font-weight: 900;
    padding: 18px 30px;
    border-radius: 7px;
  }
}

.order-variant--blue {
  box-shadow: 0 2px 8px 0 rgba(106, 57, 218, 0.5);
  background-image: linear-gradient(266deg, #8d70ff, #6a39da);
}

.order-variant--violet {
  box-shadow: 0 2px 8px 0 rgba(106, 57, 218, 0.5);
  background-image: linear-gradient(264deg, #c85cdd, #784199);
}

.order-variant.transparent {
  opacity: 0;
}

.order-variant.animated {
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.order-variant.clone {
  opacity: 0;
  pointer-events: none;
}

.order-variant.active {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(49, 76, 103, 0.09);
  background: #f9fbfd;
  color: #000;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .order-variant.active {
    padding: 73px 60px;
  }
}

.order-variant.active .order-variant__button {
  display: none !important;
}

.stockitem-page {
  margin-top: 40px;
}

.stockitem-page__title {
  max-width: 60%;
}

.stockitem-page__pic {
  max-width: 40%;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .stockitem-page h1 {
    font-size: 31px;
  }
}

@media (min-width: 1200px) {
  .stockitem-page h1 {
    font-size: 48px;
  }
}

.stockitem-page__top {
  position: relative;
  padding: 22px;
  padding-top: 40px;
  border-radius: 10px 10px 0 0;
  background-image: linear-gradient(262deg, rgba(52, 84, 237, 0.15), rgba(255, 43, 9, 0.15) 100%);
}

.stockitem-page__top:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/templates/project/assets/img/line-top.svg") 200% top no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .stockitem-page__top {
    padding: 35px;
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .stockitem-page__top {
    padding: 60px;
  }
}

.stockitem-page__pic {
  overflow: hidden;
  position: absolute;
  right: 35px;
  top: 50px;
  bottom: 0;
  font-size: 0;
  max-width: 240px;
}

@media (min-width: 1200px) {
  .stockitem-page__pic {
    width: 260px;
    height: 200px;
    background: white;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 120px);
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.stockitem-page__pic img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  margin: auto;
}

.stockitem-page__body {
  box-shadow: 0 3px 10px 0 #e8e4de;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .stockitem-page__body {
    margin-bottom: 15px;
  }
}

.stockitem-page__content {
  padding: 22px;
  font-size: 13px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .stockitem-page__content {
    font-size: 15px;
    padding: 35px;
  }
}

@media (min-width: 1200px) {
  .stockitem-page__content {
    padding: 60px;
  }
}

.stockitem-page .stock-item__label {
  width: 50px;
  height: 50px;
  left: 22px;
  top: -25px;
}

@media (min-width: 768px) {
  .stockitem-page .stock-item__label {
    width: 60px;
    height: 60px;
    left: 35px;
  }
}

@media (min-width: 1200px) {
  .stockitem-page .stock-item__label {
    left: 60px;
  }
}

.stockitem-page .stock-item__label .svg-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .stockitem-page .stock-item__label .svg-icon {
    width: 25px;
    height: 25px;
  }
}

.stockitem-page .stock-item__info {
  margin-bottom: 10px;
}

.stockitem-page .stock-item__remain {
  border-left-color: rgba(0, 0, 0, 0.05);
}

.stockitem-page__back .button--submit {
  margin-top: 20px;
  font-weight: 300;
}

.stockitem-page--article {
  margin-top: 30px;
}

.stockitem-page--article .stockitem-page__top {
  padding-top: 22px;
}

@media (min-width: 768px) {
  .stockitem-page--article .stockitem-page__top {
    padding-top: 35px;
  }
}

@media (min-width: 1200px) {
  .stockitem-page--article .stockitem-page__top {
    padding-top: 60px;
  }
}

.articles-list__body {
  padding: 15px;
}

@media (min-width: 1200px) {
  .articles-list__body {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .articles-list__body {
    padding: 30px;
  }
}

.articles-list__body .pagination {
  padding: 20px 0 0 0;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
}

@media (min-width: 1200px) {
  .articles-list__body .pagination {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.article-item {
  position: relative;
  z-index: 2;
}

.article-item + .article-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}

@media (min-width: 1200px) {
  .article-item + .article-item {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.article-item a {
  color: inherit;
  text-decoration: inherit;
}

.article-item a:hover {
  color: inherit;
  text-decoration: inherit;
}

.article-item__trigger-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.article-item__pic {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .article-item__pic {
    width: 280px;
    margin: 0 25px 0 0;
  }
}

@media (min-width: 1200px) {
  .article-item__pic {
    width: 370px;
    max-height: 290px;
    margin-right: 40px;
  }
}

.article-item__pic img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.article-item__noimage {
  height: 214px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-image: linear-gradient(260deg, rgba(52, 84, 237, 0.15), rgba(255, 43, 9, 0.15) 100%);
}

@media (min-width: 768px) {
  .article-item__noimage {
    width: 280px;
    margin: 0 25px 0 0;
  }
}

@media (min-width: 1200px) {
  .article-item__noimage {
    width: 370px;
    height: 290px;
    margin-right: 40px;
  }
}

.article-item__noimage .svg-icon {
  width: 48px;
  height: 48px;
  fill: #ffffff;
}

@media (min-width: 1200px) {
  .article-item__noimage .svg-icon {
    width: 64px;
    height: 64px;
  }
}

.article-item__noimage:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 240px;
  height: 130px;
  background: url("/templates/project/assets/img/white-line-top.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

.article-item__name {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .article-item__name {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .article-item__name {
    font-size: 31px;
  }
}

.article-item__name a {
  color: #000;
  text-decoration: none;
}

.article-item__name a:hover {
  color: #000;
  text-decoration: none;
}

.article-item__text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .article-item__text {
    font-size: 17px;
  }
}

.article-item__more {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .article-item__more {
    padding: 0;
  }
}

.login-page {
  background-image: linear-gradient(to left, #aba6e2, #d492a7);
  margin-top: -25px;
  padding: 10px 0 30px;
  position: relative;
  z-index: 1;
}

.login-page:before, .login-page:after {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .login-page:before, .login-page:after {
    content: '';
  }
}

.login-page:before {
  background: url("/templates/project/assets/img/login_page_bg_top.svg") center top no-repeat;
  background-size: cover;
}

.login-page:after {
  background: url("/templates/project/assets/img/login_page_bg_bottom.svg") center bottom no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .login-page {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .login-page {
    margin-top: -40px;
    padding: 90px 0;
  }
}

.login-page__form {
  text-align: center;
  padding: 32px;
  box-shadow: 0 10px 20px 0 rgba(125, 94, 138, 0.46);
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .login-page__form {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .login-page__form {
    padding: 90px;
  }
}

@media (min-width: 768px) {
  .login-page__form .block-title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .login-page__form .block-title {
    font-size: 31px;
  }
}

.login-page__form .form-field--forget {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.3px;
}

.login-page__form .form-field--forget a {
  color: #848484;
  text-decoration: none;
}

.login-page__form .form-field--forget a:hover {
  color: #848484;
  text-decoration: underline;
}

.login-page__form .button[type="submit"] {
  width: 100%;
}

.login-page__desc {
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .login-page__desc {
    text-align: left;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .login-page__desc {
    font-size: 17px;
  }
}

.login-page__desc .block-title {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .login-page__desc .block-title {
    font-size: 31px;
  }
}

@media (min-width: 1200px) {
  .login-page__desc .block-title {
    font-size: 48px;
  }
}

.login-page__desc-note {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .login-page__desc-note {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .login-page__desc-note {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.login-page__desc ul {
  text-align: left;
}

.login-page__desc .button--white {
  color: #000;
  margin-top: 20px;
  border-color: transparent;
}

@media (min-width: 768px) {
  .login-page__desc .button--white {
    font-size: 15px;
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .login-page__desc .button--white {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .registration-page {
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
  }
}

@media (min-width: 1200px) {
  .registration-page .danger-card {
    padding: 40px;
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.registration-page .danger-card .block-title {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .registration-page .danger-card ul {
    columns: 3;
  }
}

@media (min-width: 1200px) {
  .registration-page .danger-card ul {
    columns: auto;
  }
}

.registration-page__block {
  padding: 15px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .registration-page__block {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .registration-page__block {
    padding: 60px;
    margin-bottom: 30px;
  }
}

.registration-page__block .form-required-note {
  margin-bottom: 20px;
}

.registration-page__block-title {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.registration-page .button[type="submit"] {
  width: 100%;
}

@media (min-width: 768px) {
  .registration-page .button[type="submit"] {
    width: auto;
    min-width: 300px;
  }
}

.registration-page__login {
  padding: 25px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .registration-page__login {
    text-align: left;
    padding: 40px;
    margin: 0 0 30px 0;
  }
}

.registration-page__login .block-title {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .registration-page__login .block-title {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .registration-page__login .block-title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}

.registration-page .form-field .button--next-step {
  width: 100%;
}

.registration-page .form-field--submit {
  text-align: center;
}

.notfound-page {
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 350px;
}

@media (min-width: 992px) {
  .notfound-page {
    min-height: 550px;
  }
}

@media (min-width: 1200px) {
  .notfound-page {
    min-height: 600px;
  }
}

.notfound-page-wrapper {
  margin-top: 64px;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(266deg, rgba(52, 84, 237, 0.5), rgba(255, 43, 9, 0.5) 100%);
}

@media (min-width: 768px) {
  .notfound-page-wrapper {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .notfound-page-wrapper {
    margin-top: 0;
    padding: 70px 0;
  }
}

.notfound-page-wrapper:before, .notfound-page-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.notfound-page-wrapper:before {
  z-index: -2;
  background: url("/templates/project/assets/img/login_page_bg_top.svg") center 0 no-repeat;
  background-size: cover;
}

.notfound-page-wrapper:after {
  z-index: -3;
  background: url("/templates/project/assets/img/login_page_bg_bottom.svg") center bottom no-repeat;
  background-size: cover;
}

.notfound-page__bg {
  position: absolute;
  z-index: -1;
  left: -25%;
  right: 20px;
  top: 0;
  bottom: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width: 768px) {
  .notfound-page__bg {
    left: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .notfound-page__bg {
    background-position: center 70%;
    background-size: auto;
  }
}

@media (min-width: 768px) {
  .notfound-page__desc {
    width: 50%;
  }
}

.notfound-page h1 {
  font-size: 28px;
  line-height: 1.0;
}

@media (min-width: 768px) {
  .notfound-page h1 {
    font-size: 31px;
  }
}

@media (min-width: 1200px) {
  .notfound-page h1 {
    font-size: 48px;
  }
}

.notfound-page__text {
  font-size: 13px;
  margin: 20px 0;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .notfound-page__text {
    font-size: 15px;
    margin: 35px 0;
  }
}

@media (min-width: 1200px) {
  .notfound-page__text {
    font-size: 17px;
    margin: 50px 0;
  }
}

.notfound-page__button .button {
  border-color: transparent;
  color: #000;
  font-size: 13px;
  padding: 8px 30px;
}

@media (min-width: 1200px) {
  .notfound-page__button .button {
    font-size: 15px;
  }
}

.notfound-page__products .main-page__hits {
  margin-bottom: 0;
  color: #000;
}

.notfound-page__products .main-page__hits .main-page__title {
  color: #fff;
}

.notfound-page__products .main-page__hits .tabs__bodyes-item > .swiper-container {
  border-radius: 10px;
  overflow: hidden;
}

.lk-page .tabs__titles {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 24px;
  margin-bottom: 10px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .lk-page .tabs__titles {
    margin: 0 -20px 20px;
  }
}

@media (min-width: 1200px) {
  .lk-page .tabs__titles {
    margin: 0 0 30px;
    border-radius: 10px;
    padding: 0;
  }
}

.lk-page .tabs__titles-item {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  margin-right: 20px;
  display: block;
  color: #000;
  text-decoration: none;
}

@media (min-width: 768px) {
  .lk-page .tabs__titles-item {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .lk-page .tabs__titles-item {
    font-size: 15px;
    margin-right: 0;
    padding: 25px 30px;
  }
}

.lk-page .tabs__titles-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: #de4c3f;
  transition: all .3s;
  -ms-transform: scale(0);
      transform: scale(0);
}

@media (min-width: 1200px) {
  .lk-page .tabs__titles-item:before {
    height: auto;
    right: auto;
    top: 18px;
    bottom: 18px;
    width: 3px;
  }
}

@media (min-width: 1200px) {
  .lk-page .tabs__titles-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #e7e7e7;
  }
}

.lk-page .tabs__titles-item:hover {
  color: #ed6534;
  text-decoration: none;
}

.lk-page .tabs__titles-item[class*="active"]:before, .lk-page .tabs__titles-item:hover:before {
  -ms-transform: scale(1);
      transform: scale(1);
}

@media (min-width: 1200px) {
  .lk-page .tabs__titles-item:last-child:after {
    display: none;
  }
}

.lk-page__section {
  padding: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .lk-page__section {
    padding: 25px;
  }
}

.lk-page__section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.lk-page__section-header .button-round--back {
  margin-right: 35px;
}

.lk-page__section-header .block-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .lk-page__section-header .block-title {
    font-size: 28px;
    margin-bottom: 0;
  }
}

.lk-page__section-header .block-title .badge {
  margin-left: 8px;
}

.lk-page__section-header .labels {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .lk-page__section-header .labels {
    margin: 0 0 0 20px;
  }
}

.lk-page__section-header .labels__item {
  margin-bottom: 0;
}

.lk-page__section-header .lk-page__section-subtitle {
  margin-top: 20px;
}

.lk-page__section-header .buttons {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .lk-page__section-header .buttons {
    width: auto;
  }
}

@media (min-width: 992px) {
  .lk-page__section-header .buttons {
    margin-top: 0;
  }
}

.lk-page__section-header .buttons .button {
  font-size: 13px;
}

@media (min-width: 768px) {
  .lk-page__section-header .buttons .button {
    font-size: 15px;
  }
}

.lk-page__section-header .buttons .button--white {
  color: #ed6534;
  font-weight: 500;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .lk-page__section-header .buttons .button--white {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .lk-page__section-header .buttons .button--white {
    margin-left: 0;
    margin-top: 20px;
  }
}

.lk-page__section-date {
  font-size: 13px;
}

@media (min-width: 1200px) {
  .lk-page__section-date {
    margin-top: 5px;
  }
}

.lk-page__section-title {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lk-page__section-title {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .lk-page__section-title {
    font-size: 24px;
  }
}

.lk-page__section-subtitle {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.69px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .lk-page__section-subtitle {
    font-size: 13px;
  }
}

.lk-page__section-desc {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lk-page__section-desc {
    font-size: 21px;
  }
}

.lk-page__section-button {
  margin-top: 20px;
  font-size: 13px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .lk-page__section-button {
    font-size: 15px;
  }
}

.lk-page__section-button span {
  margin-left: 15px;
}

.lk-page__section-button .button-round .svg-icon {
  width: 16px;
  height: 16px;
}

.lk-page__section-note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.33px;
}

@media (min-width: 768px) {
  .lk-page__section-note {
    font-size: 17px;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .lk-page__section-note--comment {
    min-height: 50px;
    padding-left: 100px;
    background: url("/templates/project/assets/svg/site/comment.svg") left top no-repeat;
  }
}

.lk-page__section--data .lk-page__section-title {
  margin-bottom: 10px;
}

.lk-page__section--safe .lk-page__section-title {
  margin-bottom: 10px;
}

.lk-page__section--safe .button--white {
  font-size: 17px;
}

.lk-page__section--documents .lk-page__section-subtitle {
  margin-bottom: 20px;
}

.lk-page__section--documents .row {
  margin-left: -10px;
}

@media (min-width: 768px) {
  .lk-page__section--documents .row {
    margin-left: -25px;
  }
}

.lk-page__section--documents .row [class*="col"] {
  padding: 0 0 10px 10px;
}

@media (min-width: 768px) {
  .lk-page__section--documents .row [class*="col"] {
    padding: 0 0 25px 25px;
  }
}

.lk-page__section--items {
  padding: 5px;
}

@media (min-width: 768px) {
  .lk-page__section--items {
    padding: 10px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .lk-page__section--items {
    margin-bottom: 30px;
  }
}

.lk-page__section--items .cart-page__total {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .lk-page__section--items .cart-page__total {
    columns: auto;
    padding: 40px 140px;
  }
}

@media (min-width: 1200px) {
  .lk-page__section--items .cart-page__total {
    padding-right: 330px;
  }
}

.lk-page__section--items .cart-page__total__infoitem small {
  color: #848484;
}

@media (min-width: 1200px) {
  .lk-page__section--items .cart-page__total__sum {
    margin-top: 20px;
  }
}

.lk-page__section--items .lk-page__section-header {
  padding: 10px;
}

@media (min-width: 768px) {
  .lk-page__section--items .lk-page__section-header {
    padding: 25px;
  }
}

.lk-page__section--items .cart-table {
  margin: 0;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .lk-page__section--items .cart-table {
    padding: 0 20px;
  }
}

.lk-page .registration-page__callback {
  margin-bottom: 30px;
}

.lk-page__orders {
  margin-bottom: 30px;
}

.lk-page__orders .js-paging-result {
  min-height: 150px;
}

.lk-page__orders > .row {
  margin-left: -4px;
}

@media (min-width: 768px) {
  .lk-page__orders > .row {
    margin-left: -8px;
  }
}

@media (min-width: 1200px) {
  .lk-page__orders > .row {
    margin-left: -15px;
  }
}

.lk-page__orders > .row > [class*="col"] {
  padding: 0 0 4px 0;
}

@media (min-width: 768px) {
  .lk-page__orders > .row > [class*="col"] {
    padding: 0 0 8px 8px;
  }
}

@media (min-width: 1200px) {
  .lk-page__orders > .row > [class*="col"] {
    padding: 0 0 15px 15px;
  }
}

.lk-page__sorting {
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .lk-page__sorting {
    margin-bottom: 9px;
    padding: 5px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .lk-page__sorting {
    padding: 30px;
  }
}

.lk-page__sorting-item {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .lk-page__sorting-item {
    padding: 0;
  }
}

.lk-page__sorting-item span {
  font-size: 13px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .lk-page__sorting-item span {
    font-size: 15px;
  }
}

.lk-page__sorting-item .svg-icon {
  width: 15px;
  height: 15px;
  fill: #de4c3f;
  margin-left: 10px;
}

.lk-page__sorting-item .form-select {
  width: 205px;
}

.lk-page__sorting .dropdown {
  position: relative;
}

@media (max-width: 767px) {
  .lk-page__sorting .dropdown__elem {
    width: 180px;
    position: absolute;
    left: -15px;
    top: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 #e8e4de;
    transition: all .3s;
    -ms-transform: scale(0);
        transform: scale(0);
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
  }
}

.lk-page__sorting .dropdown__elem .button-switch {
  margin-right: 0;
}

@media (max-width: 767px) {
  .lk-page__sorting .dropdown__elem .button-switch {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .lk-page__sorting .dropdown__elem .button-switch:first-child {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 767px) {
  .lk-page__sorting .dropdown__elem .button-switch:last-child {
    border-radius: 0 0 10px 10px;
  }
}

.lk-page__sorting .dropdown:hover .dropdown__elem {
  -ms-transform: scale(1);
      transform: scale(1);
}

@media (min-width: 768px) {
  .lk-page--order-item .lk-page__section:not(.lk-page__section--items) {
    padding: 40px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .lk-page--order-item .lk-page__section:not(.lk-page__section--items) {
    padding: 60px;
    margin-bottom: 30px;
  }
}

.tbl {
  font-size: 13px;
}

@media (min-width: 768px) {
  .tbl {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .tbl {
    font-size: 17px;
  }
}

.tbl__row {
  padding: 5px 0;
}

.tbl__row small {
  font-size: inherit;
  color: #848484;
  padding-right: 10px;
  width: 40%;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 768px) {
  .tbl__row small {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .tbl__row small {
    padding-right: 20px;
  }
}

.tbl__row span {
  width: 60%;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 768px) {
  .tbl__row span {
    width: auto;
  }
}

.tbl__row-note {
  color: #848484;
  font-size: 11px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .tbl__row-note {
    font-size: 13px;
  }
}

.tbl.d-md-f .tbl__row {
  padding-right: 25px;
}

@media (min-width: 768px) {
  .tbl--column.d-md-f > .tbl__row {
    width: 33.3%;
  }
  .tbl--column.d-md-f > .tbl__row:last-child {
    padding-right: 0;
  }
}

.tbl--column .tbl__row {
  padding: 10px 0;
}

.tbl--column .tbl__row small {
  display: block;
  width: auto;
  margin-bottom: 5px;
}

.tbl--column .tbl__row span {
  display: block;
  width: auto;
}

.tbl--column .tbl__row a {
  color: #000;
}

.tbl--column .tbl__row a:hover {
  color: #000;
}

.stock-info__discount {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.33;
  border-radius: 10px;
  background-image: linear-gradient(268deg, rgba(52, 84, 237, 0.15), rgba(255, 43, 9, 0.15) 100%);
  padding: 8px 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .stock-info__discount {
    font-size: 20px;
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1200px) {
  .stock-info__discount {
    font-size: 24px;
  }
}

.stock-info__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  color: #848484;
}

.select-mb {
  position: relative;
}

.select-mb select {
  border: none;
  padding-right: 20px;
  outline: none;
  background: transparent;
}

.select-mb .svg-icon {
  background: #FFFFFF;
  position: absolute;
  right: 0px;
  top: 50%;
  height: 30px;
  width: 15px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.order-success {
  position: relative;
  margin-top: -25px;
}

@media (min-width: 1200px) {
  .order-success {
    margin-top: -40px;
  }
}

.order-success__top {
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  background-image: linear-gradient(259deg, rgba(52, 84, 237, 0.5), rgba(255, 43, 9, 0.5) 100%);
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .order-success__top {
    padding: 40px 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .order-success__top {
    padding: 60px 0;
    margin-bottom: 30px;
  }
}

.order-success__header {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .order-success__header {
    font-size: 24px;
  }
}

.order-success__header + .order-success__text {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .order-success__header + .order-success__text {
    margin-bottom: 50px;
  }
}

.order-success h1,
.order-success .h1 {
  color: #ffffff;
  font-size: 56px;
  line-height: 1.0;
  font-weight: 900;
  text-shadow: 0 16px 24px #ae78a2;
}

@media (min-width: 768px) {
  .order-success h1,
  .order-success .h1 {
    font-size: 96px;
  }
}

@media (min-width: 1200px) {
  .order-success h1,
  .order-success .h1 {
    font-size: 120px;
  }
}

.order-success__blocks .row {
  margin-left: -10px;
}

@media (min-width: 768px) {
  .order-success__blocks .row {
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .order-success__blocks .row {
    margin-left: -30px;
  }
}

.order-success__blocks .row [class^="col"] {
  padding: 0 0 8px 8px;
}

@media (min-width: 768px) {
  .order-success__blocks .row [class^="col"] {
    padding: 0 0 15px 15px;
  }
}

@media (min-width: 1200px) {
  .order-success__blocks .row [class^="col"] {
    padding: 0 0 30px 30px;
  }
}

.order-success__block {
  color: #000;
  text-align: left;
  padding: 25px;
  box-shadow: 0 16px 24px 0 rgba(105, 60, 109, 0.3);
}

.order-success__block--bg1 {
  background: #fff url("/templates/project/assets/img/order-block-bg1.svg") right top no-repeat;
}

.order-success__block--bg2 {
  background: #fff url("/templates/project/assets/img/order-block-bg2.svg") right bottom no-repeat;
}

.order-success__block--bg3 {
  background: #fff url("/templates/project/assets/img/order-block-bg3.svg") right top no-repeat;
}

@media (min-width: 1200px) {
  .order-success__block {
    padding: 60px;
  }
}

.order-success__block .block-title {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.21;
  font-weight: 900;
}

@media (min-width: 1200px) {
  .order-success__block .block-title {
    font-size: 31px;
    margin-bottom: 20px;
  }
}

.order-success__block .tbl {
  font-size: 15px;
}

@media (min-width: 1200px) {
  .order-success__block .tbl {
    font-size: 17px;
  }
}

.order-success__text {
  margin: 20px 0;
  padding: 0 10px;
  font-size: 15px;
  letter-spacing: 0.35px;
}

@media (min-width: 768px) {
  .order-success__text {
    font-size: 17px;
  }
}

.order-success__thanks {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .order-success__thanks {
    font-size: 24px;
  }
}

.order-success__link {
  margin-top: 20px;
}

.order-success__link .button--white {
  color: #000;
}

@media (min-width: 768px) {
  .order-success__link .button--white {
    font-size: 15px;
  }
}

.order-success__products {
  margin-bottom: 10px;
  padding: 15px;
}

@media (min-width: 768px) {
  .order-success__products {
    margin-bottom: 15px;
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .order-success__products {
    padding: 60px;
    margin-bottom: 30px;
  }
}

.order-success__products-title {
  font-size: 11px;
  font-weight: 900;
  line-height: 2.36;
  letter-spacing: 1.69px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .order-success__products-title {
    font-size: 13px;
  }
}

.order-success__products .show-more {
  padding-bottom: 10px;
}

.order-success__contacts {
  text-align: center;
  padding: 30px 25px;
}

@media (min-width: 768px) {
  .order-success__contacts {
    text-align: left;
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .order-success__contacts {
    padding: 60px;
  }
}

.order-success__contacts-text {
  font-size: 17px;
  line-height: 1.35;
  font-weight: normal;
}

@media (min-width: 768px) {
  .order-success__contacts-text {
    line-height: 1.5;
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .order-success__contacts-text {
    margin-right: 50px;
  }
}

.order-success__contacts strong {
  display: block;
  font-size: 17px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .order-success__contacts strong {
    margin: 0 30px;
  }
}

.order-success__contacts p:first-child {
  margin-top: 0;
}

.order-success__contacts p:last-child {
  margin-bottom: 0;
}

.order-success__contacts-phone {
  font-size: 27px;
  font-weight: bold;
}

.order-success__contacts-phone small {
  font-size: 13px;
  font-weight: 300;
  display: block;
}

.order-success__contacts-phone a {
  color: #000;
  text-decoration: none;
}

.order-success__contacts-phone a:hover {
  color: #000;
  text-decoration: none;
}

.order-success__contacts .button {
  font-size: 17px;
}

.order-success__back {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .order-success__back {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .order-success__back {
    padding: 0 60px 30px;
    border-bottom: 1px solid #e7e7e7;
  }
}

.order-success__back .button {
  font-weight: 300;
}

.new-pass-page .site-content {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .new-pass-page .site-content {
    padding-bottom: 50px;
  }
}

.new-pass-page__form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .new-pass-page__form {
    padding: 50px;
    margin-bottom: 40px;
  }
}

.delivery-page {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .delivery-page {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .delivery-page {
    padding-bottom: 60px;
  }
}

.delivery-page__body {
  padding: 20px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .delivery-page__body {
    padding: 35px;
  }
}

@media (min-width: 1200px) {
  .delivery-page__body {
    padding: 60px;
  }
}

.agreement {
  padding: 30px 20px;
}

@media (min-width: 1200px) {
  .agreement {
    padding: 30px 40px;
  }
}

.compare-page {
  /* .swiper-container {

        .swiper-slide {
            
            width: 281px;
            height: auto;

            @media (min-width : $md) {
                width: 325px;
            }

            &:first-child {
                width: 316px;
            }
        }

        *[class*="swiper-button"] {
            position: static;
            transform: translate(0);
        }

        .swiper-navigation {
            padding: 20px;
        }

        .swiper-scrollbar {

            margin-left: 10px;
            margin-right: 10px;
            height: 5px;

            > * {
                background: $orange_start;
            }
        }
    } */
}

.compare-page__inner {
  padding: 10px;
}

.compare-page__inner.not-found {
  padding: 20px;
}

@media (min-width: 768px) {
  .compare-page__inner.not-found {
    padding: 30px;
  }
}

.compare-page__items {
  overflow-x: auto;
  padding-bottom: 30px;
}

.compare-page__items .emu-table {
  border-bottom: 1px solid #e7e7e7;
  display: inline-table;
}

.compare-page__items .emu-table .tr.prop-item {
  position: relative;
}

.compare-page__items .emu-table .tr.prop-item .td {
  padding: 10px;
  border-top: 1px solid #e7e7e7;
}

.compare-page__items .emu-table .tr.prop-item .td:not(.props-header) {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .compare-page__items .emu-table .tr.prop-item .td {
    padding: 15px 30px;
  }
}

.compare-page__items .emu-table .tr.prop-item .td:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background-color: #ffffff;
  opacity: 0;
}

.compare-page__items .emu-table .tr.prop-item:hover {
  box-shadow: 0 5px 24px 0 rgba(121, 120, 149, 0.13);
}

.compare-page__items .emu-table .tr.prop-item:hover .td {
  z-index: 5;
  color: #ed6534;
}

.compare-page__items .emu-table .tr.prop-item:hover .td:before {
  opacity: 1;
}

.compare-page__items .emu-table .tr.prop-item:hover .td.props-header {
  z-index: 30;
}

.compare-page__items .emu-table .tr.prop-item > * span {
  text-align: right;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .compare-page__items .emu-table .tr.prop-item > * span {
    text-align: left;
    padding-left: 0;
  }
}

.compare-page__items .emu-table .td {
  vertical-align: top;
  border-right: 1px solid #f6f6f6;
  font-size: 13px;
  width: 279px;
}

@media (min-width: 768px) {
  .compare-page__items .emu-table .td {
    font-size: 15px;
    width: 324px;
  }
}

.compare-page__items .emu-table .td:first-child {
  background: #fbf9f7;
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  width: 315px;
}

.compare-page__items .emu-table .td.props-header {
  font-size: 13px;
  line-height: 1.1;
  font-weight: bold;
}

@media (min-width: 768px) {
  .compare-page__items .emu-table .td.props-header {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .compare-page__items .emu-table .td.props-header {
    font-size: 17px;
  }
}

.compare-page .compare-card {
  width: inherit;
}

.compare-page .product-item {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  padding: 20px 10px;
  width: inherit;
}

@media (min-width: 768px) {
  .compare-page .product-item {
    padding: 30px;
  }
}

.compare-page .product-item__pics {
  padding-right: 50px;
  height: 178px;
}

.compare-page .product-item__name {
  height: 90px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .compare-page .cart-page__notfound-desc {
    width: 50%;
  }
}

/*# sourceMappingURL=style.css.map */
