@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 */
.thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
.thank__title {
    margin: 0 0 0.5em; }
.anchor-offset {
  padding-top: 30px;
  margin-top: -30px;
  scroll-margin-top: 53px; }
.anchor-offset--50 {
    margin-top: 0;
    margin-bottom: 20px; }
.b-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.b-con__label {
    margin: 0 10px 0 0;
    font-size: 12px; }
.b-consult {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 15px;
  background: #e1e1e1;
  -webkit-box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
          box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
  border-radius: 20px; }
.b-consult > :last-child {
    margin-bottom: 0; }
.b-consult__title {
    margin: 0 0 0.5em; }
.b-consult__title br {
      display: none; }
.b-consult__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.b-consult__grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.b-consult__left-1, .b-consult__left-2, .b-consult__right-1, .b-consult__right-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.b-consult--consult, .b-consult--measurer {
    background: linear-gradient(91.11deg, rgb(109 109 109 / 20%) 0%, rgba(206, 229, 255, 0.15) 29.17%, rgb(98 115 136 / 20%) 61.46%, rgb(119 122 125 / 25%) 100%); }
.b-consult--consult {
    padding-bottom: 30px;
    font-size: 20px; }
.b-consult--m-0 {
    margin: 0; }
.b-consult--mb-0 {
    margin-bottom: 0; }
.b-consult--mb-50 {
    margin-bottom: 50px; }
.b-partner {
  width: 230px;
  padding: 5px 17px;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #222; }
.benefit-card {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 10px 18px 60px;
  background: #e1e1e1;
  border-radius: 15px;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s; }
.benefit-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 5px 10px 10px rgba(0, 87, 188, 0.1);
            box-shadow: 5px 10px 10px rgba(0, 87, 188, 0.1); }
.benefit-card__img {
    position: absolute;
    left: 10px;
    top: 54%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.benefit-card__img--ml-15 {
      margin-left: 15px; }
.benefit-card__text {
    font-size: 16px;
    line-height: 1.22; }
.benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.benefits-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.benefits-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1em; }
.benefits-list__item .benefit-card {
      height: 100%; }
.bg-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 228, 241, 0)), color-stop(53.12%, rgba(188, 228, 241, 0.35)), to(rgba(188, 228, 241, 0)));
  background: linear-gradient(180deg, rgba(188, 228, 241, 0) 0%, rgba(188, 228, 241, 0.35) 53.12%, rgba(188, 228, 241, 0) 100%); }
.btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  border-radius: 10px;
  border: 0;
  padding: 14.5px 20px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  background: #3d0d80;
  background-image: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d0d80), to(#00A3FF));
    background: linear-gradient(180deg, #3d0d80 0%, #00A3FF 100%); }
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff; }
.btn:hover {
    opacity: 0.3; }
.btn:active {
    top: 1px; }
.btn:active, .btn:focus {
    opacity: 1;
    background: none;
    z-index: 10; }
.btn:active:before, .btn:focus:before {
      opacity: 1; }
.btn--disabled, .btn:disabled {
    cursor: not-allowed;
    color: #fff;
    opacity: 0.3; }
a.btn--disabled {
      pointer-events: none; }
.btn .loader:before {
    width: 0.7em;
    height: 0.7em;
    border-width: 1px; }
.btn--w-100per {
    width: 100%; }
.btn--w-250 {
    width: 250px; }
.btn--s-m {
    padding: 9.5px 20px; }
.btn-wrap {
  margin-bottom: 1em; }
.btn-wrap--mt-3em {
    margin-top: 3em; }
.btn-wrap--hidden-sm {
    display: none; }
.burger {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 32px;
  border: none;
  padding: 0;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
.burger > span {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    font-size: 0;
    color: transparent;
    background: #666666;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
.burger > span:before, .burger > span:after {
      content: '';
      position: absolute;
      right: 0;
      width: 115%;
      height: 2px;
      background: #666666;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: top 0.3s, -webkit-transform 0.3s;
      transition: top 0.3s, -webkit-transform 0.3s;
      transition: top 0.3s, transform 0.3s;
      transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s; }
.burger > span:before {
      top: -9px; }
.burger > span:after {
      top: 9px; }
.burger--close > span {
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
    background: transparent; }
.burger--close > span:before, .burger--close > span:after {
      top: 0;
      -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
      transition: top 0.3s, -webkit-transform 0.3s 0.3s;
      transition: top 0.3s, transform 0.3s 0.3s;
      transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
.burger--close > span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
.burger--close > span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
.calc {
  border-radius: 20px;
  border: 2px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#3d0d80), to(#00A3FF));
  background-image: linear-gradient(white, white), linear-gradient(180deg, #3d0d80 0%, #00A3FF 100%);
  background-origin: border-box;
  background-clip: content-box, border-box; }
.calc__grid-wrap {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border-radius: 20px; }
.calc__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.calc__grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.calc__parameters, .calc__preview, .calc__result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px; }
.calc__parameters {
    padding-bottom: 0; }
.calc__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #e1e1e1;
    text-align: center; }
.calc__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
    padding-bottom: 20px; }
.calc__result .btn {
      margin-top: auto;
      width: 100%; }
.calc__result-wrap {
    display: none; }
.calc__result-title {
    margin: 0 0 1em; }
.calc__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1em; }
.calc__info > :last-child {
    margin-bottom: 0; }
.calc__info-head {
    margin: 0 0 0.5em; }
.calc__info-body {
    font-size: 12px; }
.calc__type {
    margin-bottom: 1em; }
.calc__price-wrap {
    margin-bottom: 2em; }
.cert-slider .swiper-container {
  padding-top: 2em; }
.cert-slider__item {
  display: inline-block;
  max-width: 100%; }
.cert-slider__item > :last-child {
    margin-bottom: 0; }
.cert-slider__item:focus-visible {
    outline: 0; }
.cert-slider__img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s; }
.cert-slider__item:hover .cert-slider__img-wrap {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 5px 10px 10px rgba(0, 87, 188, 0.1);
            box-shadow: 5px 10px 10px rgba(0, 87, 188, 0.1); }
.cert-slider__img {
  display: block; }
.cert-slider__btn-prev, .cert-slider__btn-next {
  top: 37%; }
.color-blue {
  color: #3d0d80; }
.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
.contact-list__item {
    margin: 0 5px 0; }
.contact-list__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    text-decoration: none;
    font-size: 20px; }
.contact-list__link:hover, .contact-list__link:focus {
      color: currentColor; }
.contact-list__ico {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px; }
.container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
.copy {
  margin: 0;
  font-size: 14px; }
.embed-responsive {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
    content: '';
    display: block;
    padding-top: 56.25%; }
.embed-responsive iframe,
  .embed-responsive video,
  .embed-responsive ymaps {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive--4-3::before {
    padding-top: 75%; }
.embed-responsive--map {
    margin-top: 0;
    margin-bottom: 0; }
.fact-card {
  position: relative;
  top: 0;
  padding: 95px 20px 20px;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s; }
.fact-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 40px #E3EDF9;
            box-shadow: 0px 20px 40px #E3EDF9; }
.fact-card__img {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.fact-card__text {
    display: block;
    font-size: 17px;
    font-weight: bold; }
.facts-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.facts-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.facts-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }
.facts-round {
  margin-left: -5px;
  margin-right: -5px; }
.facts-round__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    margin: 0 5px 15px;
    padding: 2px 20px 2px 2px;
    background: #fff;
    border: 2px solid #3d0d80;
    border-radius: 15px;
    font-size: 12px;
    line-height: 1.3; }
.facts-round__item--val-right {
      padding: 2px 0px 2px 20px; }
.facts-round__item--val-right .facts-round__val {
        left: auto;
        right: -8px; }
.facts-round__item-v2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    margin: 0 5px 15px;
    padding: 2px 20px 2px 2px;
    border: 2px solid #3d0d80;
    border-radius: 15px;
    font-size: 12px;
    line-height: 1.3; }
.facts-round__item-v2--val-right {
      padding: 2px 0px 2px 20px; }
.facts-round__item-v2--val-right .facts-round__val {
        left: auto;
        right: -8px; }
.facts-round__val {
    display: inline-block;
    height: 50px;
    position: relative;
    left: -8px;
    padding: 16px 10px;
    background: #e1e1e1;
    -webkit-box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 15px;
    font-size: 14px;
    color: #3d0d80; }
.facts-round__val-v2 {
    display: inline-block;
    height: 50px;
    position: relative;
    left: -3px;
    padding: 16px 10px;
    -webkit-box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    font-size: 14px;
    color: #3d0d80; }
.facts-round__desc {
    display: inline-block; }
.facts-round--mt-2em {
    margin-top: 2em; }
.facts-round--mt-3em {
    margin-top: 2em; }
.facts-round--mtb-3em {
    margin-top: 2em;
    margin-bottom: 2em; }
.field-file {
  display: block;
  margin-bottom: 1em;
  color: #3d0d80; }
.field-file__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375;
    font-weight: 700; }
.field-file__input-wrap {
    display: block;
    position: relative; }
.field-file__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
.field-file__input:active ~ .field-file__icon {
      margin-top: 1px; }
.field-file__name-text {
    display: block;
    position: relative;
    width: 100%;
    padding: 13px 20px 13px 28px;
    border: 1px solid transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden; }
input:disabled ~ .field-file__name-text {
      cursor: not-allowed; }
.field-file__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-file__help-text:empty {
      display: none; }
.field-file__icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.field-file--error {
    color: #E91547; }
.field-file--error .field-file__name,
    .field-file--error .field-file__name-text,
    .field-file--error .field-file__input,
    .field-file--error .field-file__help-text {
      color: #E91547; }
.field-file--error > .field-error {
      display: block;
      font-size: 12px;
      color: #E91547; }
.field-radio {
  display: block;
  margin-bottom: 1em; }
.field-radio__title {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375;
    font-weight: 700; }
.field-radio__input-wrap + .field-radio__input-wrap {
    margin-top: 1em; }
.field-radio__input-wrap--error .field-radio__name-text,
  .field-radio__input-wrap--error .field-radio__help-text {
    color: #E91547; }
.field-radio__name {
    display: block;
    position: relative;
    margin-right: 0.6em;
    padding-left: 1.5em;
    font-weight: 400;
    line-height: 1.375; }
.field-radio__name--btn {
      margin-right: 0;
      padding-left: 0;
      font-weight: 600;
      font-size: 12px; }
.field-radio__name-text {
    display: inline-block; }
input:disabled ~ .field-radio__name-text {
      cursor: not-allowed; }
.field-radio__name-text:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      width: 14px;
      height: 14px;
      border: 2px solid currentColor;
      border-radius: 50%; }
input:focus ~ .field-radio__name-text:before {
      outline: 0;
      -webkit-box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7);
              box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7); }
input:disabled ~ .field-radio__name-text:before {
      border-color: #999999;
      background: #cccccc; }
.field-radio__name-text:after {
      content: '';
      position: absolute;
      top: 9px;
      left: 4px;
      width: 6px;
      height: 6px;
      opacity: 0;
      border-radius: 50%;
      background-color: currentColor;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
input:checked ~ .field-radio__name-text:after {
        opacity: 1; }
input:checked:disabled ~ .field-radio__name-text:after {
        background-color: #999999; }
.field-radio__name-btn-w-70, .field-radio__name-btn-w-150 {
    display: block;
    padding: 12px 5px;
    background: linear-gradient(91.11deg, #c9c9c9 0%, rgba(241, 252, 255, 0.5) 29.17%, rgba(223, 247, 255, 0) 61.46%, #c9c9c9 100%);
    -webkit-box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
    border: 2px solid transparent;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
input:disabled ~ .field-radio__name-btn-w-70, input:disabled ~ .field-radio__name-btn-w-150 {
      cursor: not-allowed; }
input:checked ~ .field-radio__name-btn-w-70, input:checked ~ .field-radio__name-btn-w-150 {
      border-color: #3d0d80; }
input:checked:disabled ~ .field-radio__name-btn-w-70, input:checked:disabled ~ .field-radio__name-btn-w-150 {
      border-color: #999999; }
.field-radio__name-btn-w-70 img, .field-radio__name-btn-w-150 img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
.field-radio__name-btn-w-70 {
    width: 70px;
    color: #3d0d80; }
.field-radio__name-btn-w-150 {
    width: 150px; }
.field-radio__input {
    position: absolute;
    top: 0.8em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-radio__input:focus, .field-radio__input:active {
      outline: 0;
      -webkit-box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7);
              box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7); }
.field-radio__help-text-wrap {
    padding-left: 1.5em; }
.field-radio__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-radio__help-text:empty {
      display: none; }
.field-radio__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; }
.field-radio__grid .field-radio__input-wrap {
      margin: 0 5px 10px; }
.field-radio--calc .field-radio__title {
    margin: 0 0 1em;
    font-weight: normal; }
.field-select {
  display: block;
  margin-bottom: 1em; }
.field-select__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375;
    font-weight: 700; }
.field-select__select {
    vertical-align: middle;
    width: 100%;
    line-height: 1.375;
    padding: 13px 20px;
    padding-right: 35px;
    font-size: inherit;
    font-family: inherit;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff; }
.field-select__select[multiple] {
      background-image: none;
      min-height: 6.8em; }
.field-select__select::-ms-expand {
      display: none; }
.field-select__select:active, .field-select__select:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7);
              box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7); }
.field-select__select[disabled], .field-select__select[readonly] {
      cursor: default;
      background-color: #e6e6e6; }
.field-select__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-select__help-text:empty {
      display: none; }
.field-select--error {
    color: #E91547; }
.field-select--error .field-select__name,
    .field-select--error .field-select__select,
    .field-select--error .field-select__help-text {
      color: #E91547; }
.field-select--error .field-select__select,
    .field-select--error .choices__inner,
    .field-select--error .choices:after {
      border-color: #E91547;
      background-color: #f9b8c7; }
.field-select--sort {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 40px #E3EDF9;
            box-shadow: 0px 20px 40px #E3EDF9; }
/** @define choices */
.choices {
  position: relative; }
.choices:focus {
    outline: 0; }
.choices:after {
    content: '↓';
    position: absolute;
    top: 15px;
    right: 16px;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 101; }
.choices.is-open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
.choices .is-hidden {
    display: none; }
.choices__inner {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 13px 30px 13px 20px;
    background: #fff;
    font-size: 1em;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    z-index: 101; }
.choices__inner .choices__item--selectable {
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.choices__list--dropdown {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    width: 100%;
    margin-top: -1px;
    border: 1px solid transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    word-break: break-all;
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 40px #E3EDF9;
            box-shadow: 0px 20px 40px #E3EDF9; }
.choices__list--dropdown .choices__item {
      padding: 10px 20px;
      cursor: pointer; }
.choices__list--dropdown .choices__item.is-highlighted {
        color: #3d0d80; }
.choices__heading {
    padding: 13px 20px;
    font-size: 0.75em;
    font-weight: 700;
    opacity: 0.5;
    cursor: default; }
.choices.is-open .choices__inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.choices.is-open .choices__list--dropdown {
    display: block; }
.choices.is-disabled .choices__inner {
    background-color: #cccccc;
    cursor: default; }
.field-text {
  display: block;
  margin-bottom: 1em; }
.field-text__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375;
    font-weight: 700; }
.field-text__input-wrap {
    display: block; }
.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: calc(1.375em + 13px + 13px + 2px);
    margin: 0;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0, 87, 188, 0.05);
            box-shadow: inset 4px 4px 10px rgba(0, 87, 188, 0.05);
    padding: 13px 20px;
    line-height: 1.375;
    font-size: 1em;
    font-family: inherit;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield; }
.field-text__input:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7);
              box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7); }
.field-text__input:focus-visible {
      outline: 0;
      -webkit-box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7);
              box-shadow: 0 0 0 1px rgba(2, 117, 217, 0.7); }
.field-text__input[disabled], .field-text__input[readonly] {
      cursor: not-allowed;
      background: #e1e1e1; }
.field-text__input::-webkit-search-cancel-button, .field-text__input::-webkit-search-decoration, .field-text__input::-webkit-inner-spin-button, .field-text__input::-webkit-outer-spin-button {
      -webkit-appearance: none; }
.field-text__input[type='color'] {
      padding: 0; }
.field-text__input::-webkit-input-placeholder {
      color: #222;
      opacity: 1; }
.field-text__input::-moz-placeholder {
      color: #222;
      opacity: 1; }
.field-text__input:-ms-input-placeholder {
      color: #222;
      opacity: 1; }
.field-text__input::-ms-input-placeholder {
      color: #222;
      opacity: 1; }
.field-text__input::placeholder {
      color: #222;
      opacity: 1; }
textarea.field-text__input {
      height: auto;
      min-height: calc(28.75px + 2px);
      resize: vertical; }
.field-text__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-text__help-text:empty {
      display: none; }
.field-text--error .field-text__name,
  .field-text--error .field-text__input,
  .field-text--error .field-text__help-text {
    color: #E91547; }
.field-text--error .field-text__input {
    color: #E91547; }
.field-text--error .field-text__input::-webkit-input-placeholder {
      color: #E91547; }
.field-text--error .field-text__input::-moz-placeholder {
      color: #E91547; }
.field-text--error .field-text__input:-ms-input-placeholder {
      color: #E91547; }
.field-text--error .field-text__input::-ms-input-placeholder {
      color: #E91547; }
.field-text--error .field-text__input::placeholder {
      color: #E91547; }
.footer {
  padding: 40px 0;
  background: #fff;
  color: #000; }
.footer__row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.footer__row--first {
    margin-bottom: 1em; }
.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 30px; }
.footer__logo {
    margin: 0 20px 1em 0; }
.footer__partner {
    margin-bottom: 1em; }
.footer__contacts {
    width: 100%;
    margin-top: 1em; }
.footer__phone {
    font-weight: bold;
    font-size: 24px; }
.footer__phone a {
      color: currentColor; }
.form__fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0; }
.form__fieldset:not(:last-child) {
    margin-bottom: 1em; }
.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 30px;
  font-family: "ProximaNova", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 1.375;
  white-space: normal;
  color: currentColor; }
.form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.form__grid > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.form__grid .btn {
    width: 100%; }
.form__col-md-4, .form__col-md-6, .form__col-lg-6, .form__col-lg-12, .form__col-xl-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.form-policy {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #849095; }
.form-policy a {
    color: currentColor;
    text-decoration: underline; }
.form-policy a:hover {
      color: inherit;
      text-decoration: none; }
.furnitura-card {
  position: relative;
  padding: 20px 15px;
  background: linear-gradient(91.11deg, #c9c9c9 0%, rgba(241, 252, 255, 0.5) 29.17%, rgba(223, 247, 255, 0) 61.46%, #c9c9c9 100%);
  /* Тень */
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.furnitura-card__name {
    margin: 0 0 0.5em; }
.furnitura-card__logo-wrap {
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 15px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.furnitura-card__img-wrap {
    margin: 0 0 1em 0; }
.furnitura-card__item {
    margin-bottom: 1.25em; }
.furnitura-card__item:last-child {
      margin-bottom: 0; }
.furnitura-item__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.furnitura-item__grid > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.furnitura-item__img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.furnitura-item__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.furnitura-item__desc > :last-child {
    margin-bottom: 0; }
.furnitura-item__img {
  border-radius: 20px; }
.furnitura-item__name {
  margin: 0.5em 0; }
.glasse-panel {
  min-height: 320px;
  overflow: hidden; }
.glasse-panel__img-wrap {
    display: none; }
.glasse-panel__img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.glasse-panel__text {
    max-width: 760px; }
.glasse-panel__title {
    margin-top: 0; }
.glasspack-panel {
  min-height: 320px;
  overflow: hidden; }
.header {
  padding: 85px 0 15px; }
.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.header__left--sticky {
    -webkit-box-shadow: 4px 4px 10px rgba(0, 87, 188, 0.05);
            box-shadow: 4px 4px 10px rgba(0, 87, 188, 0.05); }
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.header__shedule {
    display: none; }
.header__phone {
    margin-left: auto; }
.header__btn {
    width: 100%;
    margin: 15px 0 0 0; }
.header__btn .btn {
      width: 100%; }
.header__burger {
    margin-left: auto; }
.lamination-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.lamination-gallery > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.lamination-gallery__img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
.lamination-gallery__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.lamination-gallery__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1em -5px; }
.lamination-gallery__item {
    display: inline-block;
    position: relative;
    width: calc(33% - 10px);
    margin: 0 5px 10px;
    padding: 10px 10px;
    background: linear-gradient(91.11deg, #c9c9c9 0%, rgba(241, 252, 255, 0.5) 29.17%, rgba(223, 247, 255, 0) 61.46%, #c9c9c9 100%);
    -webkit-box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    font-size: 12px;
    text-align: center; }
.lamination-gallery__item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px solid #3d0d80;
      border-radius: 20px;
      opacity: 0; }
.lamination-gallery__item--active:before {
      opacity: 1; }
.lamination-gallery__item-img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 1em; }
.lamination-gallery__item-name {
    display: block; }
.lamination-gallery__item-code {
    display: block;
    font-size: 10px;
    color: #8B8B8B; }
.lamination-gallery__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.lamination-gallery__links a {
      margin-bottom: 1em; }
.lamination-gallery__links .btn {
      width: 100%; }
.lamination-gallery__link-download {
    display: inline-block; }
.lazy {
  opacity: 0; }
.lazy:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
.lazy.initial, .lazy.loaded, .lazy.error {
    opacity: 1; }
.list-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.list-icons > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.list-icons__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.list-icons__icon {
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
        filter: invert(10%) sepia(80%) saturate(2372%) hue-rotate(254deg) brightness(118%) contrast(117%);
      }
.list-icons__icon--offset {
      margin-left: 5px;
      margin-right: 15px; }
.list-icons--mt-2em {
    margin-top: 2em; }
.logo {
  display: inline-block;
  white-space: nowrap; }
.logo img {
    display: block;
    width: 215px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
.m-contacts__inner {
  padding-bottom: 40px; }
.m-contacts__tab {
  position: relative;
  z-index: 1; }
.m-glasspack__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.m-glasspack__grid > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.m-glasspack__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.m-glasspack__tabs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.m-lamination__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.m-lamination__grid > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.m-lamination__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.m-lamination__examples {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.main-nav {
  z-index: 999;
  padding: 10px 0;
  background: #f2f2f2; }
.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.main-nav__item {
    position: relative;
  }
.main-nav__item--active > .main-nav__link {
      color: #000;
      text-decoration: underline; }
.main-nav__link {
    position: relative;
    display: block;
    padding: 0.5em 15px;
    text-decoration: none;
    color: #3d0d80;
    font-size: 18px; }
.main-nav__link:hover {
      z-index: 1;
      text-decoration: underline; }
.main-nav__toggler {
    display: inline-block;
    border: none;
    padding: 0;
    background: none; }
.no-js .main-nav__toggler {
      display: none; }
.model-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 300px;
  padding: 150px 15px 25px 15px;
  background: #FFFFFF;
  color: inherit;
  border-radius: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  overflow: hidden; }
.model-card:hover {
    color: inherit;
    -webkit-box-shadow: 0px 20px 40px #E3EDF9;
            box-shadow: 0px 20px 40px #E3EDF9; }
.model-card__label {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: 13px 15px;
    background: #e1e1e1;
    -webkit-box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 10px 0px 0px 10px;
    font-size: 12px;
    line-height: 1; }
.model-card__label-icon {
    margin-right: 10px; }
.model-card__img-wrap {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 160px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.model-card__img-wrap:before {
      position: absolute;
      top: 0;
      left: -5px;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: '';
      background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fff), color-stop(50%, rgba(255, 255, 255, 0)));
      background: linear-gradient(0deg, #fff 1%, rgba(255, 255, 255, 0) 50%);
      -webkit-transition: right 0.3s;
      transition: right 0.3s; }
.model-card__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.model-card__desc {
    position: relative;
    z-index: 2; }
.model-card__name {
    margin: 0 0 0.7em; }
.model-card__list {
    padding: 0;
    list-style: none; }
.model-card__list li {
      margin-bottom: 10px; }
.model-card__list-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px; }
.model-card__price-wrap {
    position: relative;
    z-index: 2;
    margin-top: auto; }
.model-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.model-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.model-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    width: 100%; }
.model-list__item .model-card {
      height: 100%; }
.p-glasspack__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.p-glasspack__grid > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.p-glasspack__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.p-glasspack__img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.p-profile-card {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 20px; }
.p-profile-card__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.p-profile-card__grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.p-profile-card__col-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0.5em; }
.p-profile-card__col-rating {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.p-profile-card__desc-head {
    position: relative;
    z-index: 1;
    margin-bottom: 2em; }
.p-profile-card__desc-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.p-profile-card__title {
    margin: 0 0 0.5em; }
.p-profile-card__feature {
    margin: 0;
    color: #3d0d80;
    font-size: 24px; }
.p-profile-card__list {
    overflow: hidden; }
.p-profile-card__list dt {
      float: left;
      margin: 0 5px 0 0;
      padding: 10px 0 0; }
.p-profile-card__list dd {
      display: block;
      padding: 10px 0 0;
      margin: 0; }
.p-profile-card__img {
    margin-top: -1em; }
.p-profile-card__logo {
    display: block;
    margin-bottom: 2em; }
@-ms-viewport {
  width: device-width; }
/* stylelint-disable */
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("ttf"), url("../fonts/ProximaNova/ProximaNova-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("ttf"), url("../fonts/ProximaNova/ProximaNova-Bold.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PTSans';
  src: url("../fonts/PTSans/PTSansRegular.eot");
  src: url("../fonts/PTSans/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans/PTSansRegular.woff") format("woff"), url("../fonts/PTSans/PTSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
/* stylelint-enable */
.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%;
  scroll-behavior: smooth; }
.page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14); }
.page__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.page__footer-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.page--show-nav {
    overflow: hidden; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
* {
  -webkit-tap-highlight-color: transparent; }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  margin: 0;
  font-family: "ProximaNova", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  text-align: left;
  color: #222;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
[tabindex='-1']:focus {
  outline: none !important; }
[role='button'] {
  cursor: pointer; }
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }
a,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0; }
button,
input {
  overflow: visible;
  text-transform: none; }
button,
html [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 {
  padding: 0;
  border-style: none; }
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }
textarea {
  overflow: auto;
  resize: vertical; }
svg {
  fill: currentColor; }
a svg,
  button svg {
    pointer-events: none; }
svg:not(:root) {
    overflow: hidden; }
img {
  max-width: 100%;
  height: auto; }
a {
  color: #3d0d80;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none; }
a:hover, a:focus {
    color: #003470; }
a:focus-visible {
    outline: 1px solid #3d0d80; }
a[href^='tel:'] {
    white-space: nowrap; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 1px solid #b3b3b3;
  overflow: visible; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "ProximaNova", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: currentColor; }
h1 {
  font-size: 30px; }
h2 {
  font-size: 30px; }
h3 {
  font-size: 24px; }
h4 {
  font-size: 24px; }
h5 {
  font-size: 20px; }
h6 {
  font-size: 16px; }
p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 1em; }
address {
  font-style: normal; }
ul,
ol {
  margin-bottom: 1em;
  padding-left: 1.5em; }
ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }
li {
  line-height: inherit; }
small {
  font-size: 0.75em; }
sub,
sup {
  font-size: 0.75em; }
b,
strong {
  font-weight: bolder; }
blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
.popup {
  display: none;
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none; }
.popup__inner {
    padding: 40px 15px 30px;
    background: #ddf1f8;
    -webkit-box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px); }
.popup__inner > :last-child {
      margin-bottom: 0; }
.price {
  font-weight: 700;
  font-size: 1.875rem; }
.price--big {
    font-size: 2.5rem; }
.price-old {
  font-weight: 700;
  font-size: 1.25rem;
  color: #e91547; }
.price-old--big {
    font-size: 1.875rem; }
.profile-card {
  position: relative;
  padding: 20px 15px;
  /* background: linear-gradient(91.11deg, #c9c9c9 0%, rgba(241, 252, 255, 0.5) 29.17%, rgba(223, 247, 255, 0) 61.46%, #c9c9c9 100%); */
  background: #fff;
  box-shadow: 13px 14px 8px 4px rgb(138 138 138 / 40%);
  border-radius: 20px; }
.profile-card__desc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    min-height: 380px;
    height: 100%; }
.profile-card__feature {
    margin: 0;
    color: #3d0d80;
    font-weight: bold;
    font-size: 14px; }
.profile-card__name {
    position: relative;
    z-index: 1;
    margin: 0.4em 0; }
.profile-card__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1em; }
.profile-card__img-wrap {
    width: 52.5%; }
.profile-card__img {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: -3em; }
.profile-card__list {
    width: 47.5%;
    font-size: 12px;
    overflow: hidden; }
.profile-card__list dt {
      float: left;
      margin: 0 5px 0 0;
      padding: 8px 0 0;
      color: #8B8B8B; }
.profile-card__list dd {
      display: block;
      padding: 8px 0 0;
      margin: 0; }
.profile-card__btn {
    display: block;
    margin-top: auto; }
.profile-slider__slide {
  height: auto; }
.profile-slider .profile-card {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.promo .btn {
  width: 100%;
  margin: 5px;
  color: #fff;
}
.promo__inner {
  position: relative; }
.promo__img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c9c9c9;
  background-size: cover; }
.promo__img-wrapper--bg-glass {
    background-color: #f2f2f2; }
.promo__img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.promo__text {
  position: relative;
  z-index: 1;
  padding: 50px 0 60px;
  font-size: 20px; }
.promo__title {
  margin: 0 0 .75em; }
.promo__price-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 1em; }
.promo-slider .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.logo-slider .swiper-wrapper{
align-items: center;
}
.swiper-wrapper {
  margin: 20px 0 25px 0;
}
.header__btn-2 {
    max-height: 70px;
}
.header__btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 190px;
    border: none;
    max-height: 70px;
    background-color: #F3F3F3;
    font-weight: 300;
    color: #005CAC;
}
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.rating__item {
    position: relative;
    width: 10px;
    height: 20px;
    margin: 0 3px;
    background: #e1e1e1;
    border-radius: 3px; }
.rating__item--active.animate {
      background: #00A3FF;
      -webkit-box-shadow: inset 0 5px 5px #3d0d80;
              box-shadow: inset 0 5px 5px #3d0d80; }
.rating__item--active:nth-child(1) {
      -webkit-transition: background 0s ease 0.3s, -webkit-box-shadow 0s ease 0.3s;
      transition: background 0s ease 0.3s, -webkit-box-shadow 0s ease 0.3s;
      transition: background 0s ease 0.3s, box-shadow 0s ease 0.3s;
      transition: background 0s ease 0.3s, box-shadow 0s ease 0.3s, -webkit-box-shadow 0s ease 0.3s; }
.rating__item--active:nth-child(1).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.3s;
                animation: stretch-bounce .3s ease-in-out 0.3s; }
.rating__item--active:nth-child(2) {
      -webkit-transition: background 0s ease 0.35s, -webkit-box-shadow 0s ease 0.35s;
      transition: background 0s ease 0.35s, -webkit-box-shadow 0s ease 0.35s;
      transition: background 0s ease 0.35s, box-shadow 0s ease 0.35s;
      transition: background 0s ease 0.35s, box-shadow 0s ease 0.35s, -webkit-box-shadow 0s ease 0.35s; }
.rating__item--active:nth-child(2).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.35s;
                animation: stretch-bounce .3s ease-in-out 0.35s; }
.rating__item--active:nth-child(3) {
      -webkit-transition: background 0s ease 0.4s, -webkit-box-shadow 0s ease 0.4s;
      transition: background 0s ease 0.4s, -webkit-box-shadow 0s ease 0.4s;
      transition: background 0s ease 0.4s, box-shadow 0s ease 0.4s;
      transition: background 0s ease 0.4s, box-shadow 0s ease 0.4s, -webkit-box-shadow 0s ease 0.4s; }
.rating__item--active:nth-child(3).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.4s;
                animation: stretch-bounce .3s ease-in-out 0.4s; }
.rating__item--active:nth-child(4) {
      -webkit-transition: background 0s ease 0.45s, -webkit-box-shadow 0s ease 0.45s;
      transition: background 0s ease 0.45s, -webkit-box-shadow 0s ease 0.45s;
      transition: background 0s ease 0.45s, box-shadow 0s ease 0.45s;
      transition: background 0s ease 0.45s, box-shadow 0s ease 0.45s, -webkit-box-shadow 0s ease 0.45s; }
.rating__item--active:nth-child(4).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.45s;
                animation: stretch-bounce .3s ease-in-out 0.45s; }
.rating__item--active:nth-child(5) {
      -webkit-transition: background 0s ease 0.5s, -webkit-box-shadow 0s ease 0.5s;
      transition: background 0s ease 0.5s, -webkit-box-shadow 0s ease 0.5s;
      transition: background 0s ease 0.5s, box-shadow 0s ease 0.5s;
      transition: background 0s ease 0.5s, box-shadow 0s ease 0.5s, -webkit-box-shadow 0s ease 0.5s; }
.rating__item--active:nth-child(5).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.5s;
                animation: stretch-bounce .3s ease-in-out 0.5s; }
.rating__item--active:nth-child(6) {
      -webkit-transition: background 0s ease 0.55s, -webkit-box-shadow 0s ease 0.55s;
      transition: background 0s ease 0.55s, -webkit-box-shadow 0s ease 0.55s;
      transition: background 0s ease 0.55s, box-shadow 0s ease 0.55s;
      transition: background 0s ease 0.55s, box-shadow 0s ease 0.55s, -webkit-box-shadow 0s ease 0.55s; }
.rating__item--active:nth-child(6).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.55s;
                animation: stretch-bounce .3s ease-in-out 0.55s; }
.rating__item--active:nth-child(7) {
      -webkit-transition: background 0s ease 0.6s, -webkit-box-shadow 0s ease 0.6s;
      transition: background 0s ease 0.6s, -webkit-box-shadow 0s ease 0.6s;
      transition: background 0s ease 0.6s, box-shadow 0s ease 0.6s;
      transition: background 0s ease 0.6s, box-shadow 0s ease 0.6s, -webkit-box-shadow 0s ease 0.6s; }
.rating__item--active:nth-child(7).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.6s;
                animation: stretch-bounce .3s ease-in-out 0.6s; }
.rating__item--active:nth-child(8) {
      -webkit-transition: background 0s ease 0.65s, -webkit-box-shadow 0s ease 0.65s;
      transition: background 0s ease 0.65s, -webkit-box-shadow 0s ease 0.65s;
      transition: background 0s ease 0.65s, box-shadow 0s ease 0.65s;
      transition: background 0s ease 0.65s, box-shadow 0s ease 0.65s, -webkit-box-shadow 0s ease 0.65s; }
.rating__item--active:nth-child(8).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.65s;
                animation: stretch-bounce .3s ease-in-out 0.65s; }
.rating__item--active:nth-child(9) {
      -webkit-transition: background 0s ease 0.7s, -webkit-box-shadow 0s ease 0.7s;
      transition: background 0s ease 0.7s, -webkit-box-shadow 0s ease 0.7s;
      transition: background 0s ease 0.7s, box-shadow 0s ease 0.7s;
      transition: background 0s ease 0.7s, box-shadow 0s ease 0.7s, -webkit-box-shadow 0s ease 0.7s; }
.rating__item--active:nth-child(9).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.7s;
                animation: stretch-bounce .3s ease-in-out 0.7s; }
.rating__item--active:nth-child(10) {
      -webkit-transition: background 0s ease 0.75s, -webkit-box-shadow 0s ease 0.75s;
      transition: background 0s ease 0.75s, -webkit-box-shadow 0s ease 0.75s;
      transition: background 0s ease 0.75s, box-shadow 0s ease 0.75s;
      transition: background 0s ease 0.75s, box-shadow 0s ease 0.75s, -webkit-box-shadow 0s ease 0.75s; }
.rating__item--active:nth-child(10).animate {
        -webkit-animation: stretch-bounce .3s ease-in-out 0.75s;
                animation: stretch-bounce .3s ease-in-out 0.75s; }
.rating--green .rating__item--active.animate {
    background: #2BD071;
    -webkit-box-shadow: none;
            box-shadow: none; }
.rating--xs {
    margin: 0 -2px 1em; }
.rating--xs .rating__item {
      width: 8px;
      height: 18px;
      margin: 0 2px; }
.rating--sm {
    margin: 0 -2px 1em; }
.rating--sm .rating__item {
      width: 10px;
      height: 18px;
      margin: 0 2px; }
@-webkit-keyframes stretch-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes stretch-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.rating-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8em; }
.rating-group__rating {
  margin: 0 10px 0 0; }
.rating-group--gorizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.rating-group--gorizontal .rating-group__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
    width: 130px; }
.rating-group--gorizontal .rating-group__rating {
    margin: 0 0 10px 0; }
.rating-group--gorizontal .rating-group__label {
    max-width: 130px;
    text-align: center; }
.rating-group--mt-2em {
  margin-top: 2em; }
.review-slider {
  display: block; }
.review-slider .swiper-pagination {
    position: static;
    margin-top: 10px; }
.review-slider .swiper-slide {
    border-radius: 20px;
    overflow: hidden; }
.review-slider .embed-responsive:before {
    padding-top: 57.6%; }
.review-slider__embed {
    margin: 0; }
.review-slider__gallery-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden; }
.review-slider__gallery-item--play .review-slider__gallery-img {
      display: none; }
.review-slider__gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 36px;
    margin: -18px 0 0 -25px;
    z-index: 3; }
.review-slider__gallery-item--play .review-slider__gallery-icon {
      display: none; }
.review-slider__thumbs-holder {
    display: none; }
.review-slider__thumbs {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px 0 20px; }
.review-slider__thumbs .swiper-scrollbar {
      right: 0; }
.review-slider__thumbs-item {
    position: relative; }
.review-slider__thumbs-img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px; }
.review-slider button.ytp-large-play-button {
    display: none !important; }
.sec {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  scroll-margin-top: 53px; }
.sec__header .sec__h2 {
    margin-right: 25px; }
.sec__h2 {
    margin: 0 0 1em; }
.sec__h2.anchor-offset {
      padding-top: 25px;
      margin-top: -25px; }
.sec__h3 {
    margin: 0 0 1em; }
.sec__subtitle {
    font-size: 1.25em; }
.sec__bg-wrap {
    position: absolute;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 35%; }
.sec__bg-wrap img {
      width: 100%; }
.sec--bg-left .sec__bg-wrap {
    left: 0; }
.sec--mb-40 {
    margin-bottom: 40px; }
.sec--pb-0 {
    padding-bottom: 0; }
.sec--ptb-0 {
    padding-top: 0;
    padding-bottom: 0; }
.sec--bg-white {
    background-color: #fff; }
.sec-bg {
  position: relative; }
.sec-bg__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.sec-bg__grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.sec-bg__img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.sec-bg__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1; }
.sec-bg__img {
    display: none; }
.skltbs {
  /*! Skeletabs v2.1.3-alpha.0: bundled themes and effects | MIT License */ }
.skltbs .skltbs-tab-group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.skltbs .skltbs-tab {
    display: block;
    padding: 0.65em 0.95em;
    color: inherit;
    border: 0;
    font-family: inherit;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 10px 10px 0px 0px; }
.skltbs .skltbs-tab:disabled {
      background: transparent;
      cursor: not-allowed;
      -ms-touch-action: none;
      touch-action: none; }
.skltbs .skltbs-panel {
    padding: 20px 15px;
    border: 2px solid #c9c9c9;
    border-radius: 0 0 20px 20px; }
.skltbs .skltbs-panel-heading {
    margin-top: 3px; }
.skltbs .skltbs-panel-heading:first-child {
      margin-top: 0; }
.skltbs .skltbs-panel-heading .skltbs-tab {
      width: 100%; }
.skltbs .skltbs-panel-heading .skltbs-tab:not(.skltbs-active) {
        border-radius: 10px; }
.skltbs {
  color: inherit; }
.skltbs .skltbs-tab-group--double .skltbs-tab-item {
    width: 50%; }
.skltbs .skltbs-tab-group--double .skltbs-tab {
    width: 100%; }
.skltbs .skltbs-tab-group--triple .skltbs-tab-item {
    width: 33.33%; }
.skltbs .skltbs-tab-group--triple .skltbs-tab {
    width: 100%; }
.skltbs .skltbs-tab {
    background: #e1e1e1;
    -webkit-box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0.2px 0.1px 1px rgba(255, 255, 255, 0.6); }
.skltbs .skltbs-tab:focus {
      outline: 0;
      -webkit-box-shadow: inset 0 0 0 2px #3d0d80;
      box-shadow: inset 0 0 0 2px #3d0d80; }
.skltbs .skltbs-tab:disabled {
      color: #ccc;
      background: transparent; }
.skltbs .skltbs-tab.skltbs-active {
      color: #fff;
      background: #3d0d80; }
.skltbs .skltbs-tab.skltbs-active:focus, .skltbs .skltbs-tab.skltbs-active:hover {
        border-color: #3d0d80; }
.skltbs .skltbs-panel:focus {
    outline: 0;
    border-color: #74b6f8; }
.skltbs--glasspack .skltbs-tab-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.skltbs--glasspack .skltbs-tab-item {
    width: 100%; }
.skltbs--glasspack .skltbs-tab {
    width: 100%; }
.skltbs--contacts .skltbs-tab {
    padding: .45em;
    font-weight: bold;
    font-size: 1.875rem;
    border-radius: 20px 20px 0 0; }
.skltbs--contacts .skltbs-panel {
    /* background: linear-gradient(91.11deg, rgb(109 109 109 / 20%) 0%, rgba(206, 229, 255, 0.15) 29.17%, rgb(98 115 136 / 20%) 61.46%, rgb(119 122 125 / 25%) 100%); */
    box-shadow: 10px 10px 14px 2px rgb(0 0 0 / 30%);
    -webkit-backdrop-filter: blur(100px);
            backdrop-filter: blur(100px);
    border-radius: 0 0 20px 20px; }
.skltbs-mode-tabs .skltbs-panel-group {
  position: relative; }
.skltbs-mode-tabs.use-fade .skltbs-panel {
  position: relative;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }
.skltbs-mode-tabs.use-fade .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1; }
.skltbs-mode-tabs.use-fade .skltbs-leave-active, .skltbs-mode-tabs.use-fade .skltbs-enter {
  opacity: 0; }
.skltbs-mode-tabs.use-fade .skltbs-enter-active {
  opacity: 1; }
.skltbs-mode-tabs.use-fade-scale .skltbs-panel {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }
.skltbs-mode-tabs.use-fade-scale .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }
.skltbs-mode-tabs.use-fade-scale .skltbs-leave-active, .skltbs-mode-tabs.use-fade-scale .skltbs-enter {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95); }
.skltbs-mode-tabs.use-fade-scale .skltbs-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }
.skltbs-mode-tabs.use-drop .skltbs-panel {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }
.skltbs-mode-tabs.use-drop .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.skltbs-mode-tabs.use-drop .skltbs-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0); }
.skltbs-mode-tabs.use-drop .skltbs-enter {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }
.skltbs-mode-tabs.use-drop .skltbs-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }
.skltbs-mode-tabs.use-rotate .skltbs-panel-group {
  overflow: hidden; }
.skltbs-mode-tabs.use-rotate .skltbs-panel {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }
.skltbs-mode-tabs.use-rotate .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.skltbs-mode-tabs.use-rotate .skltbs-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
.skltbs-mode-tabs.use-rotate .skltbs-enter {
  opacity: 0;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }
.skltbs-mode-tabs.use-rotate .skltbs-enter-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  list-style: none; }
.social__link-wrap {
    margin-right: 10px; }
.social__link {
    display: block;
    padding: 10px;
    background-color: #3d0d80;
    border-radius: 7px;
    color: #fff !important;
    box-shadow: 10px 10px 5px rgb(0 0 0 / 30%)
}
.social__link svg {
      display: block;
      width: 33px;
      height: 33px; }
.specs-card {
  padding: 20px 5px;
  background: linear-gradient(91.11deg, #c9c9c9 0%, rgba(241, 252, 255, 0.5) 29.17%, rgba(223, 247, 255, 0) 61.46%, #c9c9c9 100%);
  border-radius: 15px;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s; }
.specs-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0px 20px 40px #E3EDF9;
            box-shadow: 0px 20px 40px #E3EDF9; }
.specs-card__list {
    margin: 0;
    text-align: center; }
.specs-card__list dt {
      font-size: 22px;
      line-height: 1.2;
      margin-bottom: 0.25em; }
.specs-card__list dd {
      margin: 0;
      font-size: 14px; }
.specs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.specs-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.specs-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px; }
.specs-list__item .specs-card {
      height: 100%; }
.stock-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 15px 25px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  background: #3d0d80;
  overflow: hidden; }
a.stock-card:hover, a.stock-card:focus {
    color: #fff;
    text-decoration: none; }
.stock-card__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 130px;
    width: 100%;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.stock-card__img-wrap:before {
      position: absolute;
      top: 0;
      left: -5px;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: '';
      background: -webkit-gradient(linear, left bottom, left top, from(#3d0d80), color-stop(50%, rgba(0, 87, 188, 0)));
      background: linear-gradient(0deg, #3d0d80 0%, rgba(0, 87, 188, 0) 50%);
      -webkit-transition: right 0.3s;
      transition: right 0.3s; }
.stock-card__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.stock-card__text {
    position: relative;
    z-index: 2; }
.stock-card__text p {
      margin-bottom: 0; }
.stock-card__title {
    margin: 0 0 20px; }
.strikethrough {
  position: relative; }
.strikethrough:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
.swiper-box {
  position: relative; }
.swiper-box .swiper-button-prev,
  .swiper-box .swiper-button-next {
    display: none; }
.swiper-box .swiper-container-initialized + .swiper-button-prev.swiper-button-lock,
  .swiper-box .swiper-container-initialized + .swiper-button-prev + .swiper-button-next.swiper-button-lock {
    display: none; }
.swiper-box .swiper-button-prev {
    left: 0; }
.swiper-box .swiper-button-next {
    right: 0; }
.swiper-box .swiper-scrollbar {
    display: block; }
.swiper-box .swiper-pagination {
    position: static;
    margin-top: 10px; }
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 */
@media (min-width: 380px) {
      .header__phone {
        font-size: 1.25em; }
        .lamination-gallery__links .btn {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
      .lamination-gallery__link-download {
        max-width: 125px;
        margin: 0 15px 0 0; } }
@media (min-width: 480px) {
      .benefit-card__text {
        max-width: 200px; }
    .benefits-list {
      margin-left: -10px;
      margin-right: -10px; }
      .benefits-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .benefits-list__item {
        margin-bottom: 20px; }
    .container {
      width: 100%; }
    .facts-list {
      margin-left: -10px;
      margin-right: -10px; }
      .lamination-gallery__item {
        width: 110px; }
    .list-icons {
      margin-left: -10px;
      margin-right: -10px; }
    h1 {
      font-size: 40px; }
      .popup__inner {
        padding: 40px 20px 30px; }
      .sec-bg__grid {
        margin-left: -10px;
        margin-right: -10px; }
      .skltbs--glasspack .skltbs-tab-group {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .specs-list {
      margin-left: -8px;
      margin-right: -8px; }
      .specs-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px; } }
@media (min-width: 768px) {
    .b-consult {
      padding: 30px; }
    .b-consult__left-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .b-consult__right-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .b-consult__left-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
    .b-consult__right-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
        .calc__result .btn {
          width: 250px; }
      .contact-list__link {
        font-size: 24px; }
      .contact-list__ico {
        width: 46px;
        height: 46px;
        margin-right: 15px; }
    .container {
      width: 100%; }
      .facts-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 20%;
        padding-left: 10px;
        padding-right: 10px; }
      .field-select--sort {
        width: 215px; }
    .footer__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .footer__contacts {
        width: auto;
        margin-top: 0; }
    .form__grid {
      margin-left: -10px;
      margin-right: -10px; }
  .form__col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .form__col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
    .furnitura-card {
      padding: 30px; }
      .furnitura-card__logo-wrap {
        right: 30px; }
      .furnitura-card__img-wrap {
        float: right;
        margin: 0 0 0 1em; }
    .furnitura-item__img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 15px;
      padding-right: 15px; }
    .furnitura-item__desc {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
      padding-left: 15px;
      padding-right: 15px; }
    .glasse-panel {
      padding-top: 40px;
      padding-bottom: 20px; }
      .glasse-panel__img-wrap {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block; }
    .glasspack-panel {
      padding-top: 40px;
      padding-bottom: 20px; }
      .header__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .header__right {
        margin-left: auto; }
    .header__contacts {
      margin: 0 25px; }
      .header__phone {
        margin: 0;
        font-size: 1em; }
      .header__btn {
        width: auto;
        margin: 0 0 0 30px; }
        .header__btn .btn {
          width: 210px; }
      .lamination-gallery__img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .lamination-gallery__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .lamination-gallery__right {
        padding-left: 0; }
      .lamination-gallery__item-img {
        width: 50px;
        height: 50px; }
      .list-icons__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
    .model-card {
      padding: 20px 33% 20px 20px; }
      .model-card__img-wrap {
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        height: 100%; }
      .model-card__img-wrap {
        width: 67%; }
        .model-card__img-wrap:before {
          background: -webkit-gradient(linear, left top, right top, color-stop(1%, #fff), color-stop(50%, rgba(255, 255, 255, 0)));
          background: linear-gradient(90deg, #fff 1%, rgba(255, 255, 255, 0) 50%); }
      .model-card__img-wrap--fw {
        width: 71%; }
    .model-list {
      margin-left: -10px;
      margin-right: -10px; }
      .model-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .model-list__item--full-width {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
      .p-profile-card__col-desc {
        margin-bottom: 0; }
      .p-profile-card__desc-body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
    .p-profile-card__img-wrap {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 55%; }
      .p-profile-card__img {
        margin-top: -4em; }
    .p-profile-card__desc {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 45%; }
      .popup__inner {
        padding: 60px 40px 50px; }
    .profile-card {
      padding: 30px; }
    .promo .btn {
      width: 250px; }
    .rating-group--gorizontal {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .rating-group--gorizontal .rating-group__item {
        width: auto; }
    .review-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .review-slider .swiper-pagination {
        display: none; }
    .review-slider__gallery {
      width: 66%; }
      .review-slider__gallery-icon {
        width: 80px;
        height: 55px;
        margin: -27.5px 0 0 -40px; }
      .review-slider__thumbs-holder {
        display: block;
        position: relative;
        width: 34%; }
    .sec {
      padding-top: 60px; }
    .sec__header--with-filter {
      position: relative;
      padding-right: 250px; }
    .sec__header-filter {
      position: absolute;
      top: 10px;
      right: 0; }
      .sec-bg__img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .sec-bg__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .sec-bg__img {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1;
        width: 53%; }
      .skltbs .skltbs-panel {
        border: none;
        padding: 20px 25px; }
      .skltbs--glasspack .skltbs-tab-item {
        width: auto; }
      .skltbs--glasspack .skltbs-tab {
        width: auto; }
    .skltbs--glasspack .skltbs-panel {
      padding: 0; }
    .skltbs--glassed .skltbs-panel {
      padding: 0; }
    .social--footer {
      margin: 0 0 0 30px; }
        .specs-card__list dt {
          margin-bottom: 0.5em; }
        .specs-card__list dd {
          font-size: 12px; }
      .specs-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px; }
    .stock-card {
      min-height: 160px;
      padding: 20px 45% 20px 25px; }
      .stock-card__img-wrap {
        top: 0;
        left: auto;
        right: 0;
        bottom: 0; }
      .stock-card__img-wrap {
        width: 50%; }
        .stock-card__img-wrap:before {
          background: -webkit-gradient(linear, left top, right top, from(#3d0d80), color-stop(50%, rgba(0, 87, 188, 0)));
          background: linear-gradient(90deg, #3d0d80 0%, rgba(0, 87, 188, 0) 50%); } }
@media (min-width: 992px) {
    .anchor-offset {
      scroll-margin-top: 64px; }
        .b-consult__title br {
          display: block; }
    .b-consult__tel[href^='tel:'] {
      color: #3d0d80;
      pointer-events: initial; }
    .b-consult__left-1, .b-consult__left-2 {
      padding-top: 1em; }
    .b-consult__left-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .b-consult__right-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .b-consult--measurer {
      padding: 30px; }
      .benefits-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px; }
      .calc__grid-wrap {
        padding-left: 20px;
        padding-right: 20px; }
      .calc__grid {
        margin-left: -20px;
        margin-right: -20px; }
      .calc__parameters, .calc__preview, .calc__result {
        padding-top: 30px;
        padding-bottom: 30px; }
      .calc__parameters {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 20px;
        padding-right: 20px; }
      .calc__parameters {
        padding-right: 15px;
        padding-bottom: 10px; }
      .calc__preview {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 20px;
        padding-right: 20px; }
      .calc__result {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 20px;
        padding-right: 20px; }
      .calc__result {
        padding-top: 40px;
        padding-bottom: 40px; }
      .calc__img-wrap {
        height: 335px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .contact-list__link {
        font-size: 30px; }
      .contact-list__ico {
        width: 62px;
        height: 62px; }
    .container {
      width: 962px; }
    .container_2 {
      width: 962px; }
      .fact-card__text {
        font-size: 20px; }
  .form__col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .form__col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    .furnitura-card {
      padding: 30px 40px; }
      .furnitura-card__logo-wrap {
        right: 40px; }
    .glasspack-panel__img--left {
      float: left; }
    .glasspack-panel__img--right {
      float: right; }
    .header {
      padding: 20px 0; }
      .header__burger {
        display: none; }
      .lamination-gallery__item {
        width: 100px; }
      .lamination-gallery__links {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .m-contacts__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 40px; }
    .m-contacts__tab {
      max-width: 370px; }
  .m-contacts__map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0; }
    .main-nav {
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      margin: 0 0 10px;
      padding: 20px 0; }
      .main-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
              align-items:center; }
      .main-nav__link {
        padding: 0;
        font-size: 16px; }
      .main-nav__toggler {
        display: none; }
    .main-nav--sticky {
      -webkit-box-shadow: 2px 2px 10px rgba(0,0,0, 20%);
              box-shadow: 2px 2px 10px rgba(0,0,0, 20%); }
    .model-card {
      padding: 30px 33% 40px 30px; }
      .model-card__label {
        top: 25px;
        height: 50px;
        padding: 13px 15px; }
      .model-card:hover .model-card__img-wrap {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
    .p-glasspack__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .p-glasspack__img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .p-glasspack__img-wrap {
      text-align: right; }
    .p-profile-card {
      padding: 40px 40px 30px; }
      .p-profile-card__col-desc {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 67.91667%;
                flex: 0 0 67.91667%;
        max-width: 67.91667%;
        padding-left: 15px;
        padding-right: 15px; }
      .p-profile-card__col-rating {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32.08333%;
                flex: 0 0 32.08333%;
        max-width: 32.08333%;
        padding-left: 15px;
        padding-right: 15px; }
      a[href^='tel:'] {
        text-decoration: inherit;
        color: inherit; }
    h1 {
      font-size: 50px; }
    h2 {
      font-size: 40px; }
    h3 {
      font-size: 30px; }
    .profile-card {
      padding: 30px 20px; }
      .profile-card__img {
        margin-top: 0em; }
  .promo {
    margin-bottom: 20px; }
    .promo__inner {
      min-height: 450px; }
    .promo__img-wrapper {
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: right -200px center; }
      .promo__img-wrapper--bg-glass {
        background-color: #c9c9c9; }
    .promo__img {
      max-width: 50%; }
    .promo__text {
      max-width: 650px;
      width: 100%;
      padding: 70px 0 40px;
      font-size: 24px; }
    .sec {
      scroll-margin-top: 64px; }
    .sec__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .sec__subtitle {
        font-size: 1.5em; }
    .sec--bg-left .container {
      padding-left: 21%; }
      .sec-bg__img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .sec-bg__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .sec-bg__img {
        width: 38%; }
      .skltbs--contacts .skltbs-tab {
        background: linear-gradient(91.11deg, rgb(109 109 109 / 20%) 0%, rgba(206, 229, 255, 0.15) 29.17%, rgb(98 115 136 / 20%) 61.46%, rgb(119 122 125 / 25%) 100%);
        -webkit-backdrop-filter: blur(30px);
                backdrop-filter: blur(30px); }
        .specs-card__list dt {
          font-size: 18px; }
      .specs-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%;
        padding-left: 8px;
        padding-right: 8px; }
      .stock-card:hover .stock-card__img-wrap {
        -webkit-transform: scale(1.07);
                transform: scale(1.07); }
        .stock-card:hover .stock-card__img-wrap:before {
          right: 50%; }
    .swiper-box {
      padding-left: 40px;
      padding-right: 40px;
      margin-left: -40px;
      margin-right: -40px; }
    .swiper-box .swiper-container-initialized + .swiper-button-prev,
    .swiper-box .swiper-container-initialized + .swiper-button-prev + .swiper-button-next {
      display: block; }
      .swiper-box .swiper-scrollbar {
        display: none; }
      .swiper-box .swiper-pagination {
        display: none; } }
@media (min-width: 1260px) {
    .b-consult {
      padding: 40px 60px 30px; }
    .b-consult__left-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .b-consult__right-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .b-consult__left-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .b-consult__right-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 15px;
      padding-right: 15px; }
      .b-consult--consult {
        padding-bottom: 40px;
        font-size: 24px; }
    .b-consult--measurer {
      padding: 40px 40px 30px; }
    .benefit-card {
      padding: 18px 10px 18px 75px; }
      .benefit-card__img {
        left: 20px; }
      .benefit-card__text {
        font-size: 18px; }
    .btn {
      font-size: 18px; }
      .btn-wrap--hidden-sm {
        display: block; }
      .calc__grid-wrap {
        padding-left: 40px;
        padding-right: 40px; }
      .calc__grid {
        margin-left: -40px;
        margin-right: -40px; }
      .calc__parameters, .calc__preview, .calc__result {
        padding-top: 40px;
        padding-bottom: 40px; }
      .calc__parameters {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 40px;
        padding-right: 40px; }
      .calc__parameters {
        padding-right: 30px;
        padding-bottom: 30px; }
      .calc__preview {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 40px;
        padding-right: 40px; }
      .calc__result {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 40px;
        padding-right: 40px; }
      .calc__result {
        padding-top: 50px;
        padding-bottom: 50px; }
      .calc__img-wrap {
        height: 255px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .container {
      width: 1190px; }
    .container_2 {
      width: 1190px; }
      .facts-round--mt-3em {
        margin-top: 3em; }
      .facts-round--mtb-3em {
        margin-top: 3em;
        margin-bottom: 3em; }
  .form__col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px; }
      .header__shedule {
        display: inline-block; }
      .lamination-gallery__items {
        margin: 0 -10px 10px; }
      .lamination-gallery__item {
        width: 110px;
        padding: 20px 10px;
        margin: 0 10px 20px; }
      .lamination-gallery__item-img {
        width: 70px;
        height: 70px; }
      .lamination-gallery__links {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
  .m-contacts {
    min-height: 640px; }
    .m-glasspack__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .m-glasspack__text {
      padding-top: 5px; }
    .m-glasspack__tabs {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .m-lamination__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .m-lamination__examples {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-left: 15px;
      padding-right: 15px; }
      .main-nav__link {
        font-size: 18px; }
    .model-card {
      padding: 30px 33% 50px 40px; }
      .model-card__label {
        top: 25px;
        height: 50px;
        padding: 13px 30px; }
    .p-profile-card {
      padding: 40px 60px 30px; }
      .p-profile-card__desc-head {
        margin-bottom: 2.5em;
        padding-right: 30%; }
      .p-profile-card__img {
        margin-top: -8em; }
    .profile-card {
      padding: 40px 30px; }
      .profile-card__name {
        margin: 0.8em 0 0.4em; }
      .profile-card__img {
        margin-top: -0.5em; }
    .promo__inner {
      min-height: 500px; }
    .promo__img-wrapper {
      background-position: right center; }
    .promo__img {
      max-width: 100%; }
    .skltbs--glasspack {
      margin-top: -2.8em; }
      .skltbs--glasspack .skltbs-tab-group {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .skltbs--glassed {
      margin-top: -3em; }
    .skltbs--glassed .skltbs-tab-group {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 50%; }
        .specs-card__list dt {
          font-size: 24px; }
    .stock-card {
      padding: 40px 45% 40px 50px; } }
@media (min-width: 1800px) {
    .container{
      width: 1190px; }
    .container_2 {
      width: 1300px; } }
@media (max-width: 991px) {
    .header__left {
      position: fixed;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      background: #fff;
      z-index: 1000;
      padding: 15px 15px 10px;
      -webkit-transition: padding 0.3s;
      transition: padding 0.3s; }
      .header__left--sticky {
        padding: 10px 15px 10px; }
    .logo--transform img {
      width: 100px; }
    .m-contacts__tab .skltbs-panel {
      background: #fff; }
    .main-nav {
      position: fixed;
      top: 0px;
      bottom: 0;
      right: 0;
      width: 320px;
      padding: 0;
      -webkit-transform: translateX(105%);
              transform: translateX(105%);
      overflow-y: auto;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .main-nav .container {
        padding: 87px 0 15px; }
    .main-nav--open {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-box-shadow: 0px 20px 40px #e3edf9;
              box-shadow: 0px 20px 40px #e3edf9; } }
@media (max-width: 479px) {
      .page.page--show-nav .header__left--sticky {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .main-nav--open {
      width: 100%; } }
@media screen and (prefers-reduced-motion: reduce) {
    .page {
      scroll-behavior: auto; } }
@media (max-width: 992px) {
    .promo__img-wrapper {
      background-image: none !important; } }



/*custom change*/
.swiper-button-prev.profile-slider__btn-prev,
.swiper-button-next.profile-slider__btn-next,
.swiper-button-prev.profile-slider-1__btn-prev,
.swiper-button-next.profile-slider-1__btn-next {
  color:#000;
}
.creat {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .skltbs--contacts .skltbs-panel {
    backdrop-filter: none;
  }
}


/* linear-gradient(91.11deg, rgb(109 109 109 / 20%) 0%, rgba(206, 229, 255, 0.15) 29.17%, rgb(98 115 136 / 20%) 61.46%, rgb(119 122 125 / 25%) 100%); */



/* --------------- Custom ------------------------ */

.features .content {
  width: 100%;
  display: flex;

}

.header {
  padding: 10px;
}

.main-nav {
  background: #fff;
  padding: 10px 0;
  margin: 0;
}

.promo {
  margin-bottom: 0;
}

.swiper-wrapper {
  padding: 0;
  margin: 0;
}

.--font-white {
  color: #fff;
}

.logos {
  background: #fff;
  padding: 20px 0;
}

.skltbs-tab {
  cursor: pointer;
}

#contacts .skltbs-panel p {
  margin-bottom: 0.2em;
}

.profile-card {
  margin: 20px;
  height: 85%;
}

/* #products .swiper-slide {
  padding: 0px;
} */


.profile-slider__slide {
  margin-bottom: 60px;
}

.facts-round {
  display: flex;
}

.facts-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.skltbs--glasspack .skltbs-tab {
  height: 65px;
}

@media( max-width: 960px) {
  .skltbs--glasspack .skltbs-tab-item {
    width: 33%;
  }
  .skltbs--glasspack .skltbs-tab {
    height: 75px;
    width: 100%;
  }
  .skltbs--glasspack .skltbs-tab-group {
    flex-wrap: wrap;
  }
}

/* ======================================== Page For Partners ===================================== */
.production-row {
  display: flex;
  justify-content: space-between;
}

.production-box {
  width: 30%;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.production-box:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.production-box img {
  width: 100%;
}


.production-box h4 {
  position: absolute;
  top: 50%;
  color: #fff;
}

#features .facts-list__item {
  max-width: 25%;
  height: 100%;
  padding: 10px;
}

#features .fact-card {
  padding: 20px 0;
}

#features .fact-card__text {
  font-size: 20px;

}

.box-number {
  font-size: 70px;
  font-weight: bold;
  margin: 0;
}

#work-partners {
  padding-top: 0;
}

#work-partners .skltbs--glasspack,
.product-features .skltbs--glasspack {
  margin-top: 1rem;
}

#work-partners .glasspack-panel p,
.product-features .glasspack-panel li {
  font-size: 20px;
}

#work-partners .glasspack-panel,
.product-features .glasspack-panel {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}
.icon {
  width: 50px;
  height: 50px;
}
.contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.contact__button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.contact__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* height: 0;
  overflow: hidden; */
  position: absolute;
  bottom: 100%;
  right: 5px;
  padding: 5px 0;
}
.contact__link svg {
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.contact__link:hover svg {
  box-shadow: 0px -1px 16px 4px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px -1px 16px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 16px 4px rgba(0,0,0,0.75);
}
