

/* Start:/local/templates/templ_shop202409/assets/styles/components/modal.css?17346884471963*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 200ms ease;
  z-index: 100;
}
.modal__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 150ms linear;
}
.modal-content {
  width: 400px;
  position: absolute;
  padding: 50px;
  top: 50%;
  right: 50%;
  translate: 50% -50%;
  background-color: var(--color-header-background);
  max-width: 100%;
}
.modal-content__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.modal-content__body {
  margin-top: 20px;
}
.modal-content__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--color-text-primary);
  opacity: 0.25;
  transition: opacity 200ms ease-in-out;
}
.modal-content__close-button svg {
  width: 25px;
  height: 25px;
}
.modal-content__close-button:hover, .modal-content__close-button:focus-visible {
  opacity: 0.4;
}
.modal_shown {
  visibility: visible;
}
.modal_shown .modal__backdrop {
  opacity: 1;
}

.call-modal {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
body .call-modal__input {
  padding: 10px 15px;
  width: 100%;
  color: var(--color-text-secondary);
  border: 1px solid var(--color-border-primary);
  transition: border-color 200ms ease-in-out;
}
body .call-modal__input:focus {
  border-color: var(--color-accent);
}
body .call-modal__button {
  padding-block: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  color: var(--color-header-background);
  background-color: var(--color-accent);
  transition: background-color 200ms ease-in-out;
}
body .call-modal__button:hover, 
body .call-modal__button:focus-visible {
  background-color: color-mix(in srgb, var(--color-accent) 95%, black);
}
body .call-modal__button:active {
  background-color: color-mix(in srgb, var(--color-accent) 90%, black);
}
/* End */


/* Start:/local/templates/templ_shop202409/jscss/discountLand.css?177132383939582*/
html {
  min-height: 100%;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

body {
  margin: 0;
}

footer,
header {
  display: block;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
}

button {
  text-transform: none;
}

canvas {
  display: inline-block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  position: relative;
}

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  overflow-x: hidden;
}

p {
  color: #1b2125;
}

a {
  color: #1b2125;
}

::selection {
  background: var(--nPrimaryColor);
  color: #fff;
}

::-moz-selection {
  background: var(--nPrimaryColor);
  color: #fff;
}

.hidden {
  display: none !important;
}

.g-center {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.container {
  width: 100%;
  display: inline-block;
}

.container {
  padding-top: 90px;
}

.cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 14;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}

@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    background: 0 0;
  }
  ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
  ::-webkit-scrollbar-thumb {
    background: 0 0;
    border: solid 3px #a13645;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #a13645;
  }
  ::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-corner {
    background: 0 0;
  }
}
.g-checkbox {
  display: inline-block;
  position: relative;
}

.g-checkbox-icon {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  -webkit-transition: background ease-out 0.3s;
  -moz-transition: background ease-out 0.3s;
  transition: background ease-out 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-checkbox-text {
  padding: 0 0 0 35px;
  text-align: left;
  font-size: 16px;
  color: #32414a;
  vertical-align: top;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-radiobox-text {
  padding: 0 0 0 34px;
  text-align: left;
  font-weight: 300;
  font-size: 21px;
  color: #32414a;
  display: block;
}

.g-checkbox {
  position: relative;
  z-index: 1;
  margin: auto;
}

.g-checkbox-icon {
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  position: absolute;
  border: 1px solid #fff;
  z-index: -1;
}

.g-checkbox-icon::after {
  content: "";
  top: 4px;
  left: 3px;
  width: 10px;
  height: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  opacity: 0;
}

.g-checkbox input:checked + .g-checkbox-icon::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

.g-checkbox_light .g-checkbox-icon::after {
  border-color: #fff;
}

.g-checkbox input {
  display: none;
}

.g-radiobox-icon {
  width: 18px;
  height: 18px;
  border: solid 2px var(--nPrimaryColor);
  margin: 2px 0 0 0;
  border-radius: 10px;
  position: relative;
  display: block;
  float: left;
}

.g-radiobox-icon::before {
  content: "";
  display: block;
  visibility: hidden;
  width: 8px;
  height: 8px;
  margin: 3px;
  background: #32414a;
  border-radius: 10px;
}

.g-radiobox-input:checked + .g-radiobox-box .g-radiobox-icon::before {
  visibility: visible;
}

.g-radiobox-input {
  display: none;
}

.g-bigbutton {
  padding: 12px 40px 12px 40px;
  border: solid 2px #32414a;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #32414a;
  color: #fff;
  cursor: pointer;
  outline: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  transition: all 0.3s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-bigbutton::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  -webkit-transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  display: block;
  position: absolute;
}

.g-bigbutton:active::after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}

button {
  position: relative;
  overflow: hidden;
}

button::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: radial-gradient(circle, #fff 10%, transparent 10.01%) no-repeat 50%;
  transform: scale(10, 10);
  opacity: 0;
  -webkit-transition: transform 0.5s ease-in-out, opacity 1.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, opacity 1.5s ease-in-out;
}

button:active::after {
  transform: scale(0, 0);
  opacity: 0.15;
  transition: 0s;
}

.header {
  width: 100%;
  padding: 24px 0 10px 0;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  position: fixed;
  transition: background ease-out 0.5s, padding-top ease-out 0.3s;
  z-index: 10;
}

.header_fixed {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header_fixed .header__phone {
  top: 5px;
}

.header__logo-wrapper {
  margin: -3px 0 0 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.header__logo-wrapper::before {
  position: absolute;
  background-color: #fff;
  content: "";
  top: -22px;
  left: -2px;
  width: 88px;
  height: 80px;
  z-index: -1;
}

.header__logo {
  width: 84px;
  height: 30px;
}

.header__logo-company-name {
  top: 32px;
  left: 6px;
  font: 400 19px Georgia, "Times New Roman", Times, serif;
  line-height: 18px;
  color: #32414a;
  vertical-align: top;
  position: absolute;
  display: inline-block;
}

.header__logo-company-desc {
  width: 100%;
  max-width: 156px;
  padding: 6px 0 0 6px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

.header__menu {
  padding: 0 0 0 30px;
  list-style: none;
  left: 0;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

.header__menu-item {
  margin: 2px;
  display: inline-block;
}

.header__menu-item-link {
  padding: 3px 6px 4px 6px;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  text-decoration: none;
  background: 0 0;
  display: inline-block;
  transition: all 0.2s ease-out;
}

.header__menu-item-link:hover,
.header_fixed .header__phone {
  background: #a13645;
  color: #fff;
}

.header__menu-item-link:focus,
.header__menu-item-link:hover {
  outline: 0;
}

.header__phone {
  top: 4px;
  right: 12px;
  padding: 6px 9px 6px 39px;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  display: inline-block;
  transition: all 0.2s ease-out;
}

.header__phone::before {
  content: "";
  top: 6px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzguMSA1NzguMSI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU3Ny44IDQ1NmMxLjMgOS41LTEuNiAxNy43LTguNSAyNC42TDQ4OCA1NjEuNGMtMy44IDQtOC42IDcuNS0xNC41IDEwLjQtNiAzLTExLjcgNC43LTE3LjUgNS41LS40IDAtMS42IDAtMy42LjMtMiAuMi00LjcuMy04IC4zLTcuNyAwLTIwLjMtMS40LTM3LjYtNHMtMzguNi05LjItNjMuNy0xOS42Yy0yNS0xMC40LTUzLjQtMjYtODUuMi00Ny0zMi0yMC43LTY1LjctNDkuMi0xMDEuNi04NS41LTI4LjYtMjguMy01Mi4zLTU1LjItNzEtODEtMTguOC0yNS42LTM0LTQ5LjQtNDUuMy03MS4yLTExLjUtMjItMjAtNDEuNi0yNS44LTU5LjRzLTkuNi0zMy0xMS42LTQ2LTMtMjIuOC0yLjUtMzAuMkwuOCAxMjJjLjgtNS43IDIuNy0xMS42IDUuNS0xNy41czYuMy0xMC43IDEwLjQtMTQuM0w5OCA4LjhDMTAzLjcgMyAxMTAuMy4yIDExNy42LjJjNS4zIDAgMTAgMS41IDE0IDQuNnM3LjYgNi44IDEwLjUgMTEuM2w2NS42IDEyNC4zYzMuNiA2LjYgNC43IDEzLjcgMyAyMS41LTEuNiA3LjctNSAxNC4yLTEwLjQgMTkuNWwtMzAgMzBjLS44LjgtMS41IDIuMi0yIDRzLTEgMy40LTEgNC42YzEuNiA4LjUgNS4zIDE4LjMgMTEgMjkuMyA1IDkuOCAxMi40IDIxLjcgMjIuNiAzNS44czI0LjcgMzAuNCA0My41IDQ4LjdjMTguMyAxOC44IDM0LjcgMzMuNCA0OSA0My44IDE0LjIgMTAuNCAyNi4yIDE4IDM1LjggMjMgOS42IDQuOCAxNyA3LjggMjIgOC44bDcuNyAxLjVjLjggMCAyLjItLjMgNC0xIDEuOC0uNSAzLjItMS4yIDQtMmwzNS0zNS41YzcuMi02LjUgMTUuOC05LjggMjUuNi05LjggNyAwIDEyLjQgMS4yIDE2LjUgMy43aC42bDExOCA2OS43YzguNyA1LjIgMTMuOCAxMiAxNS40IDIweiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: inline-block;
}

.header__menu-button {
  top: 0;
  left: 5px;
  width: 50px;
  height: 40px;
  border: 0;
  outline: 0;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 1;
}

.header__menu-button-container {
  width: 19px;
  height: 16px;
  margin: 0 14px;
  position: relative;
  display: block;
}

.header__menu-button-line {
  left: 0;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  background: #565656;
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.2s ease-out;
  position: absolute;
  display: block;
}

.header__menu-button-line:nth-child(1) {
  top: 0;
}

.header__menu-button-line:nth-child(2) {
  top: 7px;
  width: 70%;
}

.header__menu-button-line:nth-child(3) {
  top: 14px;
}

.header__menu-button.open .header__menu-button-line {
  background: #a13645;
}

.header__menu-button.open .header__menu-button-line:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header__menu-button.open .header__menu-button-line:nth-child(2) {
  left: 50%;
  width: 0;
  border-radius: 50%;
  opacity: 0;
}

.header__menu-button.open .header__menu-button-line:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header__menu.show {
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-name: slideUpMini;
  display: inline-block;
}

@media screen and (max-width: 1310px) {
  .header__logo-wrapper {
    left: 12px;
  }
  .header__phone {
    font-size: 16px;
  }
}
@media screen and (max-width: 1180px) {
  .header__phone {
    background-color: var(--nPrimaryColor);
  }
  .header {
    height: 52px;
    padding: 6px 0;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.36);
    z-index: 888;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    animation-duration: 1s;
  }
  .header__logo-wrapper {
    left: 50%;
    margin: -2px 0 0 0;
    transform: translateX(-50%);
    position: absolute;
  }
  .header__logo-wrapper::before {
    display: none;
  }
  .header__logo {
    width: 50px;
  }
  .header__logo-company-name {
    top: 25px;
    left: -2px;
    font-size: 14px;
  }
  .header_fixed .header__phone {
    top: 0;
  }
  .header__phone {
    top: 0;
    right: 5px;
    width: 50px;
    height: 40px;
    padding: 0;
    border-radius: 3px;
  }
  .header__phone-text {
    display: none;
  }
  .header__phone::before {
    top: 9px;
    left: 15px;
  }
  .header__logo-company-desc {
    display: none;
  }
  .header__menu-button {
    display: block;
  }
  .header__menu {
    top: 50px;
    width: 100%;
    padding: 20px 0 20px 0;
    background: #fff;
    border-bottom: solid 3px #a13645;
    position: fixed;
    box-shadow: inset 0 4px 9px -6px #3d3d3d;
    display: none;
  }
  .header__menu-item {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .header__menu-item-link {
    padding: 5px 18px 6px;
    border-radius: 3px;
  }
  .container {
    padding-top: 52px;
  }
}
.footer {
  width: 100%;
  text-align: center;
  padding: 18px 0 18px 0;
  float: left;
  background-color: var(--nPrimaryColor);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer__copyright {
  max-width: 400px;
  padding: 4px 0 0 0;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  float: left;
}

.footer__policy {
  padding: 0 2px;
  display: inline-block;
  float: right;
  transition: all 0.2s ease-out;
}

.footer__policy a {
  border-bottom: solid 1px transparent;
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-decoration: none;
  display: inline-block;
}

.footer__policy a:hover {
  border-color: #a13645;
}

.footer__social {
  width: 380px;
  margin: 2px auto 0 auto;
}

.footer__social-wrapper {
  width: 100%;
  height: 0;
  position: absolute;
}

.footer__social-icon {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  display: block;
  transition: all 0.3s ease-out;
  float: right;
}

.footer__social-icon:hover {
  opacity: 1;
  transform: scale(1.2);
}

.footer__social-icon:active {
  opacity: 0.3;
}

@media screen and (max-width: 1264px) {
  .footer {
    padding: 18px 20px 18px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    width: 100%;
  }
  .footer__policy {
    width: 100%;
    float: left;
  }
  .footer__social {
    margin: 20px 10px 0 auto;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    height: auto;
    padding-bottom: 30px;
  }
  .footer .g-center {
    padding: 0;
  }
  .footer__social-wrapper {
    height: 60px;
    text-align: center;
    position: relative;
    float: left;
  }
  .footer__policy {
    width: 100%;
    float: left;
    text-align: center;
  }
  .footer__social {
    width: auto;
    margin: 0;
    display: inline-block;
    float: none;
  }
  .footer__copyright {
    max-width: 100%;
    text-align: center;
  }
}
html {
  position: relative;
}

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  overflow-x: hidden;
  background-color: var(--nPrimaryColor);
  background-size: cover;
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

input {
  outline: 0;
}

.g-center {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.g-bigbutton_transparent {
  background: 0 0;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
}

.g-input-effect_wrapper {
  position: relative;
}

.g-input-effect {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  color: #fff;
  border: none;
  min-width: 220px;
  width: 100%;
  background-color: transparent;
  border-bottom: 3px solid #d09ba2;
}

.g-input-effect:focus {
  outline: 0;
}

.g-input-effect__label {
  color: #d09ba2;
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: all 0.2s ease-out;
}

.g-input-effect:focus ~ .g-input-effect__label,
.g-input-effect:valid ~ .g-input-effect__label {
  top: -20px;
  font-size: 14px;
  color: #d09ba2;
}

.g-input-effect__bar {
  position: relative;
  display: block;
  width: 100%;
}

.g-input-effect__bar::after,
.g-input-effect__bar::before {
  content: "";
  height: 3px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease-out;
}

.g-input-effect__bar::before {
  left: 50%;
}

.g-input-effect__bar::after {
  right: 50%;
}

.g-input-effect:focus ~ .g-input-effect__bar::after,
.g-input-effect:focus ~ .g-input-effect__bar::before {
  width: 50%;
}

.g-checkbox_light .g-checkbox-text,
.g-radiobox-driveway .g-radiobox-text {
  color: #fff;
}

.g-radiobox-driveway .g-radiobox-text {
  font-size: 20px;
}

.g-radiobox-driveway .g-radiobox-icon::before {
  background-color: #fff;
}

.section {
  position: relative;
  overflow: hidden;
}

.section__home {
  background: url(/ui/v2/i/discount/discount.png);
  background-repeat: no-repeat;
  background-color: var(--nPrimaryColor);
  background-position: bottom center;
  background-size: cover;
  min-height: 100vh;
  margin: 0 auto;
  height: 960px;
}

.section__leftbox {
  position: relative;
  display: inline-block;
  max-width: 320px;
}

.section__rightbox {
  position: relative;
  display: inline-block;
  max-width: 990px;
  float: right;
  width: 100%;
  margin-right: -318px;
}

.section__home-main-title {
  font-size: 50px;
  padding-top: 25px;
  font-weight: 300;
  text-align: center;
}

.section__home-second-title {
  font-size: 52px;
  font-weight: 500;
  text-align: center;
}

.section__main-title-position {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  margin: 60px 0;
  z-index: 2;
  border-right: 1px solid #000;
  top: 0;
}

.section__main-title-position::after {
  position: absolute;
  content: "";
  top: 0;
  right: -21px;
  height: 100%;
  width: 20px;
  z-index: 1;
}

.title__green-bg {
  background-color: var(--nPrimaryColor);
}

.title__white-bg {
  background-color: #fff;
}

.title__green-bg.section__main-title-position::after {
  background-color: var(--nPrimaryColor);
}

.section__main-title {
  color: #000;
  font-size: 16px;
  position: absolute;
  text-align: center;
  width: 314%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 3;
  height: 24px;
  margin: 0 auto;
  top: 50%;
  left: -12px;
  white-space: nowrap;
}

.section__main-title-item {
  position: relative;
  padding: 10px 20px;
  z-index: 2;
  top: -10px;
}

.section__slider {
  background-color: var(--nPrimaryColor);
}

.slick-slider {
  padding: 100px 0 80px 0;
}

.slider__content,
.slider__image {
  opacity: 0;
}

.slick-active .slider__content {
  opacity: 1;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-animation-name: sliderShow;
  animation-name: sliderShow;
}

.slider__container-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.slick-active .slider__image {
  opacity: 1;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInRightMini;
}

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

.section__second-title {
  font-size: 44px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}

.section__second-small-title {
  font-size: 34px;
}

.section__content-text {
  color: var(--nPrimaryColor-900);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}

.section__tiles-filter {
  color: #000;
  background-color: #fff;
  padding: 100px 0 30px 0;
}

.section__tiles {
  text-align: center;
  display: block;
  position: relative;
  vertical-align: top;
}

.section__map-driveway {
  margin-top: 100px;
}

.section__wrap-map {
  width: 100%;
}

.section__map {
  min-height: 708px;
}

.section__driveway {
  list-style: none;
}

.section__driveway-item {
  margin-bottom: 20px;
}

.section__driveway-list {
  font-size: 14px;
  color: var(--nPrimaryColor-900);
  margin: 20px 0 0 50px;
  display: none;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.section__driveway-step {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  counter-increment: my-awesome-counter;
}

.section__driveway-step::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: -14px;
}

.g-radiobox-input:checked ~ .section__driveway-list {
  display: block;
}

.section__wrap-form {
  background-color: #a13645;
}

.section__form {
  text-align: center;
  padding: 74px 0 0 0;
  min-height: 500px;
}

.section__wrap-form .g-bigbutton {
  padding: 12px 28px 12px 28px;
  float: none;
}

.section__form-box {
  max-width: 286px;
  width: 100%;
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: bottom;
}

.section__form-box .g-checkbox {
  margin-left: 40px;
}

.section__form-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: left;
}

.index__tiles-container {
  width: 101%;
  margin-left: -0.5%;
  min-height: 304px;
  display: inline-block;
}

.index__tiles-container-wrapper {
  width: 100%;
  display: inline-block;
}

.section__home-main-title {
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-animation-name: zoomInMini;
  animation-name: zoomInMini;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.section__home-second-title {
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-animation-name: zoomInMini;
  animation-name: zoomInMini;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 1544px) {
  .g-center {
    width: 100%;
    padding: 0 20px;
  }
  .section__home {
    height: 760px;
  }
  .section__home-titles {
    width: 90%;
    margin: 30px auto 20px auto;
    text-align: center;
    padding: 12px 0 20px 0;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
  }
  .section__home-titles::before {
    width: 100%;
    height: 0.125rem;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
  }
  .section__home-titles::after {
    width: 100%;
    height: 0.125rem;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
  }
  .section__home-main-title,
.section__home-second-title {
    text-align: center;
    text-shadow: -1px 0 1px #333, 0 2px 1px #333, 0 -1px 1px #333;
  }
  .section__home-main-title {
    font-size: 52px;
    padding-top: 0;
  }
  .section__home-second-title {
    font-size: 42px;
  }
  .section__main-title {
    left: -22px;
    border-bottom: 1px solid #000;
    margin: 0 30px 0 24px;
    height: 0;
    width: 100%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .section__main-title-position {
    width: 90%;
    margin: 40px auto 80px auto;
    position: relative;
  }
  .slick-slider {
    padding: 20px 0 40px 0;
  }
  .section__tiles-filter {
    padding: 10px 0;
  }
  .slick-dots {
    text-align: center;
  }
  .section__leftbox {
    max-width: 40%;
    padding-right: 20px;
  }
  .section__rightbox {
    margin-right: 0;
    max-width: 60%;
  }
  .section__map-driveway {
    margin-top: 0;
  }
  .section__map {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 998px) {
  .section__home {
    background-size: 100%;
    min-height: initial;
    height: 540px;
  }
  .section__main-title-position {
    margin-bottom: 70px;
  }
  .section__home-main-title {
    font-size: 42px;
  }
  .section__home-second-title {
    font-size: 35px;
  }
  .section__map {
    min-height: initial;
    height: 500px;
  }
  .section__form-title br {
    display: none;
  }
  .section__form-box {
    max-width: 100%;
    margin: 16px auto 20px auto;
  }
  .section__form {
    text-align: center;
    padding: 30px 0;
    max-width: 490px;
    margin: 0 auto;
  }
  .footer {
    position: relative;
  }
}
@media screen and (max-width: 920px) {
  .section__tiles {
    width: 100%;
  }
  .section__tiles-container {
    margin-left: -10px;
  }
  .index__tiles-container {
    text-align: center;
  }
}
@media screen and (max-width: 728px) {
  .section__map {
    min-height: inherit;
    height: 300px;
  }
  .section__home {
    height: 520px;
  }
  .section__leftbox,
.section__rightbox {
    max-width: 100%;
  }
  .section__form-box {
    width: 100%;
  }
  .section__second-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .section__second-small-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 580px) {
  .section__home {
    height: 462px;
  }
  .section__tiles {
    width: auto;
    float: none;
    margin: 30px 0;
    overflow: hidden;
  }
  .section__tiles {
    text-align: center;
  }
  .section__tiles .tile {
    max-width: 300px;
    margin: 0 0.5% 4% 0.5%;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 460px) {
  .section__home {
    height: 350px;
  }
  .section__second-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section__second-small-title {
    font-size: 20px;
  }
  .section__home-main-title {
    font-size: 34px;
  }
  .section__home-second-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 360px) {
  .section__home-main-title {
    font-size: 29px;
  }
  .section__home-second-title {
    font-size: 26px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track::after,
.slick-track::before {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-dots {
  list-style: none;
  margin: 0 auto 20px auto;
  top: 30px;
  width: 100%;
  max-width: 1264px;
  text-align: left;
  position: relative;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus::before,
.slick-dots li button:hover::before {
  opacity: 1;
}

.slick-dots li button::before {
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  opacity: 0.75;
}

.slick-arrow {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -100px;
  border: 0;
  outline: 0;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  z-index: 4;
  color: transparent;
  background-color: #8e2132;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-next {
  margin-top: 60px;
}

.slick-next:active,
.slick-next:hover,
.slick-prev:active,
.slick-prev:hover {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  color: transparent;
}

.slick-arrow::before {
  content: " ";
  top: 50%;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.2s ease-out;
  position: absolute;
}

.slick-arrow::before:hover {
  background-color: #000;
}

.slick-arrow::before:active {
  background-color: #333;
}

.slick-prev::before {
  left: 24px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slick-next::before {
  right: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  list-style: none;
  margin: 0 auto 20px auto;
  top: 30px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  outline: 0;
  height: 16px;
  width: 16px;
  margin: 0 10px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #fff;
  border: 1px solid #fff;
}

.tile {
  max-width: 24%;
  width: 306px;
  height: 350px;
  margin: 0.5%;
  background: #fff;
  border: solid 1px #e5e5e5;
  border-bottom: solid 2px #e4e4e4;
  border-radius: 4px;
  transition: box-shadow 0.15s linear;
  transform: translate3d(0, 0, 0);
  position: relative;
  float: left;
}

.tile__image-link {
  width: 100%;
  height: 206px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: block;
  transition: opacity 0.3s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tile__image-link:hover {
  opacity: 0.8;
}

.tile__image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  display: inline-block;
  pointer-events: none;
  position: absolute;
  margin: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tile__title-wrap {
  width: 100%;
  height: 40px;
  position: relative;
}

.tile__title-slider {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  transition: height 0.2s ease-out;
  z-index: 2;
}

.tile__title {
  width: 100%;
  height: inherit;
  padding: 17px 20px 0 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #32414a;
  text-align: left;
  text-decoration: none;
  display: block;
}

.tile__about {
  width: 100%;
  padding: 0 0 18px 0;
}

.tile__desc-wrap {
  width: 100%;
  height: 16px;
  margin: 4px 0 0 0;
  padding: 0 20px;
  display: block;
  position: relative;
}

.tile__brand,
.tile__country {
  font-size: 16px;
  color: #777;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  float: left;
}

.tile__brand {
  width: 70%;
  text-align: left;
}

.tile__brand:hover {
  color: #81bec4;
  text-decoration: underline;
}

.tile__country {
  width: 30%;
  text-align: right;
}

.tile__price {
  width: 100%;
  height: 60px;
  padding: 12px 9px 0 9px;
  text-align: center;
  position: relative;
}

.tile__price::before {
  content: "";
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e6eb;
  position: relative;
  display: block;
}

.tile__price-currency,
.tile__price-quantity,
.tile__price-value {
  padding: 5px 0 0 0;
  font-weight: 400;
  color: var(--nPrimaryColor);
  display: inline-block;
}

.tile__price-quantity {
  font-size: 20px;
}

.tile__price-value {
  padding: 5px 5px 0 5px;
  font-size: 28px;
}

.tile__price-currency {
  padding: 5px 4px 0 0;
  font-size: 26px;
}

.tile__badge {
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.tile__badge_stock {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSLQodC70L7QuV8xIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDEiIHZpZXdCb3g9IjAgMCA3MCA3MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTI3IDM0YTYuNSA2LjUgMCAxIDEgNi41LTYuNUE2LjUgNi41IDAgMCAxIDI3IDM0em0wLTkuMWEyLjYgMi42IDAgMSAwIDIuNiAyLjZBMi42IDIuNiAwIDAgMCAyNyAyNXptMTUuNiAyNC44YTYuNSA2LjUgMCAxIDEgNi42LTYuNSA2LjUgNi41IDAgMCAxLTYuNiA2LjV6bTAtOS4xYTIuNiAyLjYgMCAxIDAgMi43IDIuNiAyLjYgMi42IDAgMCAwLTIuNy0yLjZ6IiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIzNS4xIiBjeT0iMzUuMSIgcj0iMzQuOCIgZmlsbD0icmVkIi8+PHBhdGggZD0iTTExLjMgNDAuNkg2LjRMNS43IDQySDIuNnYtLjRsNS42LTEyLjJoMS40bDUuNiAxMi4ydi40SDEyem0tMi41LTZsLTEuNCAzLjJoMi45em04LjEgNy41VjI5LjZIMjB2NC44aC4yYzMuMiAwIDMtMi40IDMtNC44aDMuM2MwIDIuNiAwIDUtMi40IDYuNWwzLjQgNS41di41SDI0bC0yLjgtNC44YTYuNSA2LjUgMCAwIDEtMS4yIDB2NC44em0xMi42LTEyLjVoMy4ydjkuNmgzLjZ2LTkuNmgzLjN2OS44SDQxdjQuMWgtMi42di0xLjRoLTguOHpNNDQgNDIuMWgtMS4yVjI5LjZoMy4zdjYuMmw2LjMtNi4yaDEuMlY0MmgtMy4zdi02em0xNC00LjRjLTMuMS0yLjEtMi4zLTggMi42LThoNS41VjQyaC0zLjJ2LTMuNmgtMS42TDU5IDQyaC0zLjZ2LS40em01LTIuMXYtMy4xaC0yLjRjLTEuOCAwLTEuNyAzIDAgM3oiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==);
}

.errortext {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  color: #a83314;
  border: solid 3px #e8bdbd;
  background: #ffece7;
  display: inline-block;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

@media screen and (min-width: 1024px) {
  .tile {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomOutIn;
    animation-name: zoomOutIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
  }
  .tile__badge {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .tile:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 920px) {
  .tile {
    max-width: 300px;
    margin: 0 0.5% 4% 0.5%;
    display: inline-block;
    float: none;
  }
}
@keyframes sliderShow {
  from {
    opacity: 0;
    transform: scale(0.95) translate3d(0, 0, -20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightMini {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomInMini {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOutIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 20px) scale(1.1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@font-face {
  font-family: Roboto;
  src: url(/ui/v2/f/Roboto-Thin.woff2) format("woff2"), url(/ui/v2/f/Roboto-Thin.woff) format("woff"), url(/ui/v2/f/Roboto-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(/ui/v2/f/Roboto-Light.woff2) format("woff2"), url(/ui/v2/f/Roboto-Light.woff) format("woff"), url(/ui/v2/f/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(/ui/v2/f/Roboto-Regular.woff2) format("woff2"), url(/ui/v2/f/Roboto-Regular.woff) format("woff"), url(/ui/v2/f/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(/ui/v2/f/Roboto-Medium.woff2) format("woff2"), url(/ui/v2/f/Roboto-Medium.woff) format("woff"), url(/ui/v2/f/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(/ui/v2/f/Roboto-Bold.woff2) format("woff2"), url(/ui/v2/f/Roboto-Bold.woff) format("woff"), url(/ui/v2/f/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(/ui/v2/f/Roboto-Black.woff2) format("woff2"), url(/ui/v2/f/Roboto-Black.woff) format("woff"), url(/ui/v2/f/Roboto-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

/*# sourceMappingURL=discountLand.css.map */

/* End */


/* Start:/local/templates/templ_shop202409/jscss/notify.css?17428176712065*/
.notify {
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.3s ease;
  will-change: transform, contents;
  transform: translate3d(0, 100%, 0);
  z-index: 90000;
  position: fixed;
}
.notify {
  background-color: rgba(16, 95, 183, 0.95);
  color: #fff;
}

.notify__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 50px 14px 15px;
  position: relative;
}
.notify__title {
  margin: 0 0 10px 0;
  font-size: 22px;
}
.notify__text {
  width: 100%;
  line-height: 1.4;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  vertical-align: top;
  display: inline-block;
}
.notify__closeBtn {
  top: 12px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
}
.notify__closeBtn::after, .notify__closeBtn::before {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primaryColor);
  position: absolute;
}
.notify__closeBtn::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.notify__closeBtn::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notify__closeBtn:active {
  transform: translateY(2px);
}
.notify--active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.notify--success {
  background-color: var(--successColor);
  color: var(--primaryColor);
}
.notify--info {
  background-color: var(--infoColor);
  color: var(--primaryColor);
}
.notify--error {
  background-color: rgba(191, 15, 66, 0.95); /*var(--errorColor);*/
  /*color: var(--primaryColor);*/
  color: #fff;
}

@media (min-width: 1024px) {
  .notify {
    right: 15px;
    max-width: 400px;
    border-radius: 5px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .notify--active {
    bottom: 15px;
  }
}

/*# sourceMappingURL=notify.css.map */

.notify--success {
  /*background-color: rgba(64, 126, 142, 0.95);*/
  background-color: rgba(240, 136, 0, 0.95);
  color: #fff;
}


/* End */


/* Start:/local/templates/templ_shop202409/styles.css?17508622171696*/
/*typography.css*/
h1.txt-style,
.txt-style h1 {
  font-size: 30px;
  font-weight: 700;
}

.txt-style h2 {
  font-size: 26px;
  font-weight: 700;
}

.txt-style h3 {
  font-size: 24px;
  font-weight: 500;
}

.txt-style h4 {
  font-size: 21px;
  font-weight: 500;
}

.txt-style h5 {
  font-size: 17px;
  font-weight: 500;
}

/*text-block.css*/
.text-block {
  --accent: var(--color-accent);
  padding: 20px;
  border-left: 5px solid var(--accent);
  background-color: color-mix(in srgb, var(--color-border-secondary) 25%, var(--color-header-background));
}
.text-block_gray {
  --accent: #cacaca;
}

/*colors.css*/
:root {
  --color-accent: #003399;
  --color-text-primary: #212529;
  --color-text-secondary: #5f5f5f;
  --color-background: #fcfcfc;
  --color-border-primary: #e5e5e5;
  --color-border-secondary: #dbdbdb;
  --color-header-background: #fff;
  --color-link: #105fb7;
  --color-label: #c33c18;
  --color-hit: #f08800;
  --color-gift: #f42c2c;
  --color-light-text: #8d8d8d;
  --color-sale-text: #71ba24;
}

/*globals2v.css*/
.txt-style * {
  -webkit-tap-highlight-color: color-mix(in srgb, var(--color-accent) 10%, transparent);
}
.txt-style *::selection {
  background-color: color-mix(in srgb, var(--color-accent) 10%, transparent);
}


.txt-style{
  font-family: "Gotham Pro", sans-serif;
  line-height: 1.5;
  color: var(--color-text-primary);
}

/*.main,*/ .txt-style {
  font-size: 14px;
}
.txt-style,
.txt-style * {
  box-sizing: border-box;
}

@media (max-width: 992px) { 
h1.txt-style,
.txt-style h1 {
  font-size: 23px;
}

.txt-style h2 {
  font-size: 21px;
}

.txt-style h3 {
  font-size: 20px;
}

.txt-style h4 {
  font-size: 18px;
}

.txt-style h5 {
  font-size: 14px;
}
}
/* End */


/* Start:/local/templates/templ_shop202409/template_styles.css?17326180091565*/
﻿/*product-card.css*/
.item-catalog a {
  /* color: inherit; */
  /* border: none; */
    /* border-top-color: currentcolor; */
    /* border-right-color: currentcolor; */
    /* border-bottom-color: currentcolor; */
    /* border-left-color: currentcolor; */
}

/*card.css*/
.card-tabs button,.card-tabs a {
  /* padding: 28px 0 24px; */
  /* color: #000; */
  /* display: block; */
  /* width: initial; */
  /* position: relative; */
  /* text-transform: uppercase; */
}
.card-tabs .active button,.card-tabs .active a {
  /* font-weight: 600; */
}

/*old globals.scss*/
:root {
--nPrimaryColor-900: #0135a2;
  --nPrimaryColor-800: #0f3fb1;
  --nPrimaryColor-700: #0074ff;
  --nPrimaryColor-600: #5F83D1;
  --nPrimaryColor: #ffffff;
}

.g-link,   .txt-style .g-link{
  font-weight: 400;
  color: var(--nPrimaryColor-900);
  display: inline-block;
  text-decoration: none;
  /*border-bottom: solid 1px #6a7073;*/
	border-bottom: solid 0px #355fb5;
    border-bottom-color: rgb(106, 112, 115);
  cursor: pointer;
}
.g-link {
  font-weight: 400;
  color: var(--nPrimaryColor-900);
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 1px #355fb5;
  cursor: pointer;
}

.g-link.g-color--green {
  border-bottom-color: #72a5ad;
}

.g-link:hover {
  color: var(--nPrimaryColor-700);
  border-bottom-color: var(--nPrimaryColor-700);
}
.g-link:hover {
  color: var(--nPrimaryColor-700);
	border-bottom: solid 1px var(--nPrimaryColor-700);
  /* border-bottom-color: var(--nPrimaryColor-700);*/
}
.hidden,
.ultra-hidden {
  display: none !important;
}

/* End */


/* Start:/local/templates/templ_shop202409/components/custom/collection3v.section/template_cllc_sect3v/style.css?17389392613808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */
/* /local/templates/templ_shop202409/assets/styles/components/modal.css?17346884471963 */
/* /local/templates/templ_shop202409/jscss/discountLand.css?177132383939582 */
/* /local/templates/templ_shop202409/jscss/notify.css?17428176712065 */
/* /local/templates/templ_shop202409/styles.css?17508622171696 */
/* /local/templates/templ_shop202409/template_styles.css?17326180091565 */
/* /local/templates/templ_shop202409/components/custom/collection3v.section/template_cllc_sect3v/style.css?17389392613808 */
