@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?1cpmi5");
  src: url("/fonts/icomoon.eot?1cpmi5#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?1cpmi5") format("truetype"), url("/fonts/icomoon.woff?1cpmi5") format("woff"), url("/fonts/icomoon.svg?1cpmi5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert-triangle:before {
  content: "\e900";
}

.icon-box:before {
  content: "\e901";
}

.icon-cart:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-chevron-down:before {
  content: "\e904";
}

.icon-chevron-left:before {
  content: "\e905";
}

.icon-chevron-right:before {
  content: "\e906";
}

.icon-chevron-up:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-credit-card:before {
  content: "\e909";
}

.icon-delivery:before {
  content: "\e90a";
}

.icon-dkt:before {
  content: "\e90b";
}

.icon-equal:before {
  content: "\e90c";
}

.icon-facebook:before {
  content: "\e90d";
}

.icon-filter:before {
  content: "\e90e";
}

.icon-help:before {
  content: "\e90f";
}

.icon-instagram:before {
  content: "\e910";
}

.icon-like:before {
  content: "\e911";
}

.icon-like-saved:before {
  content: "\e912";
}

.icon-login:before {
  content: "\e913";
}

.icon-menu:before {
  content: "\e914";
}

.icon-message-smile-circle:before {
  content: "\e915";
}

.icon-minus:before {
  content: "\e916";
}

.icon-minus-circle:before {
  content: "\e917";
}

.icon-percent:before {
  content: "\e918";
}

.icon-phone:before {
  content: "\e919";
}

.icon-plus:before {
  content: "\e91a";
}

.icon-plus-circle:before {
  content: "\e91b";
}

.icon-present:before {
  content: "\e91c";
}

.icon-search:before {
  content: "\e91d";
}

.icon-star:before {
  content: "\e91e";
}

.icon-trash:before {
  content: "\e91f";
}

.icon-up-down:before {
  content: "\e920";
}

.icon-user:before {
  content: "\e921";
}

.icon-user-edit:before {
  content: "\e922";
}

.icon-water:before {
  content: "\e923";
}

/* ----- vars ----- */
.icon {
  font-size: 24px;
  color: #000;
}
.icon.icon-help {
  font-size: 20px;
  color: #5C5E70;
  cursor: pointer;
}

.js-scroll-to-anchor {
  cursor: pointer;
}

.homepage-slider {
  background-color: #D1EBEB;
}
.homepage-slider__item {
  display: none;
}
.homepage-slider__item:first-of-type {
  display: block;
}
@media (min-width: 744px) {
  .homepage-slider__item:first-of-type {
    display: flex;
  }
}
.homepage-slider.slick-slider .homepage-slider__item {
  display: block !important;
}
@media (min-width: 744px) {
  .homepage-slider.slick-slider .homepage-slider__item {
    display: flex !important;
  }
}
.homepage-slider__code {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 24px 16px;
}
@media (min-width: 744px) {
  .homepage-slider__code {
    padding: 50px 24px;
    min-height: 232px;
    width: 50%;
    min-width: 50%;
  }
}
@media (min-width: 960px) {
  .homepage-slider__code {
    padding: 50px 48px;
  }
}
@media (min-width: 1200px) {
  .homepage-slider__code {
    padding: 64px 40px 64px 80px;
    min-height: 450px;
  }
}
.homepage-slider__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 744px) {
  .homepage-slider__title {
    font-size: 24px;
    line-height: 28px;
    min-height: 56px;
    max-height: 56px;
  }
}
@media (min-width: 1200px) {
  .homepage-slider__title {
    font-size: 44px;
    line-height: 52px;
    min-height: 104px;
    max-height: 104px;
  }
}
.homepage-slider__btn.brand-btn {
  margin-top: 16px;
  white-space: nowrap;
  display: inline-flex;
}
@media (min-width: 744px) {
  .homepage-slider__btn.brand-btn {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .homepage-slider__btn.brand-btn {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .homepage-slider__image {
    min-height: 450px;
    max-height: 593px;
  }
}
.homepage-slider__image picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.homepage-slider__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 744px) {
  .homepage-slider__image {
    width: 50%;
    min-width: 50%;
  }
}
.homepage-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: calc(100% - 32px);
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 744px) {
  .homepage-slider .slick-dots {
    width: calc(100% - 48px);
  }
}
@media (min-width: 1200px) {
  .homepage-slider .slick-dots {
    width: calc(100% - 160px);
    bottom: 14px;
  }
}
.homepage-slider .slick-dots li {
  margin: 0 4px;
  background: #DDE0EA;
  height: 2px;
  flex-grow: 1;
  overflow: hidden;
  border: none;
  border-radius: 4px;
}
.homepage-slider .slick-dots li.slick-active {
  background: #277B7B;
  color: #FFF;
}
.homepage-slider .slick-dots li div {
  display: none;
}

.select-wrapper .selectize-input .item {
  white-space: nowrap;
  max-width: 98%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-wrapper .wishlist-choose .selectize-input.has-items.focus input {
  width: 0px !important;
  color: transparent !important;
}

.help-box {
  position: relative;
}
.help-box .icon-help:hover ~ .help-container {
  z-index: 5;
  opacity: 1;
}
.help-box .help-container {
  opacity: 0;
  z-index: -2;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
  background: #fcfcfc;
  border-radius: 8px;
  text-align: center;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #1A141F !important;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 150px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.counter-holder {
  display: flex;
  padding: 5px 7px;
  border: 1px solid #dde0ea;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.counter-holder.readonly {
  border-color: transparent;
  justify-content: center;
}
.counter-holder.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.counter-holder .icon {
  font-size: 24px;
  color: #277B7B;
}
.counter-holder .icon:not(.disabled) {
  cursor: pointer;
}
.counter-holder .icon:not(.disabled):hover {
  color: #F76919;
}
.counter-holder .icon.disabled {
  color: #5C5E70;
}
.counter-holder input {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100%;
}
.counter-holder .counter-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 8px;
  display: flex;
  align-items: center;
}
.counter-holder .counter-text span ~ label {
  margin-left: 4px;
  white-space: nowrap;
}

.d-flex {
  display: flex;
}

.uppercase {
  text-transform: uppercase;
}

.clipped {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clipped.wmax100 {
  max-width: 100px;
}

.block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.block-title.in-column {
  flex-direction: column;
  align-items: flex-start;
}
.block-title h2,
.block-title .h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 743.98px) {
  .block-title h2,
  .block-title .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.block-title__holder {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.block-title__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #277B7B;
  white-space: nowrap;
}
.block-title__button:hover {
  color: #F76919;
}
@media (max-width: 359.98px) {
  .block-title__button {
    font-size: 14px;
    text-transform: inherit;
  }
}
.block-title__subtitle {
  font-size: 24px;
  line-height: 30px;
  color: #5C5E70;
}
@media (max-width: 743.98px) {
  .block-title__subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}

.catalog-title {
  padding: 0 80px;
  margin: 0 0 24px;
}
@media (max-width: 1200px) {
  .catalog-title {
    padding: 0 24px;
    margin: 0 0 16px;
  }
}
@media (max-width: 743.98px) {
  .catalog-title {
    padding: 0 16px;
  }
}
.catalog-title h1,
.catalog-title .h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  display: inline;
}
.catalog-title__amount {
  display: inline;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #5C5E70;
}

.sort_panel {
  position: relative;
}
.sort_panel .sorting {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sort_panel .sort-regular {
  display: flex;
  align-items: center;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .sort_panel .sort-regular {
    display: none;
  }
}
.sort_panel .sort-mobile {
  display: none;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .sort_panel .sort-mobile {
    display: flex;
  }
}
.sort_panel .sort-mobile .sort-dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  background-color: #fff;
  border-radius: 8px;
  visibility: hidden;
  z-index: -1;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.sort_panel .sort-mobile .sort-dropdown.shown {
  visibility: visible;
  z-index: 3;
}
.sort_panel .sort-mobile .sort-dropdown .sort-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.sort_panel .sort-mobile .sort-dropdown .sort-item:not(:last-child) {
  border-bottom: 1px solid #dde0ea;
}
.sort_panel .sort-mobile .sort-dropdown .sort-item.active .sort-box {
  background-color: #277B7B;
}
.sort_panel .sort-mobile .sort-dropdown .sort-item.active .round {
  background-color: #fff;
}
.sort_panel .sort-mobile .sort-dropdown .sort-item .sort-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border-radius: 10px;
  width: 19px;
  height: 19px;
  border: 1px solid #d0d5dd;
}
.sort_panel .sort-mobile .sort-dropdown .sort-item .sort-box:hover {
  box-shadow: 0 0 0 4px rgba(9, 8, 70, 0.1);
}
.sort_panel .sort-mobile .sort-dropdown .sort-item .round {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 8px;
  background-color: transparent;
}
.sort_panel .sort-mobile .sort-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 50%;
  text-transform: none;
}
.sort_panel .sort-mobile .sort-btn .icon {
  font-size: 20px;
  margin-right: 8px;
  color: #fff;
}
.sort_panel .sort-mobile .sort-btn.js-toggle-filters {
  margin-right: 8px;
}
.sort_panel .sort-mobile .sort-btn.js-toggle-sort {
  background-color: #fff;
  border-color: #fff;
  color: #1A141F;
}
.sort_panel .sort-mobile .sort-btn.js-toggle-sort .icon {
  color: #1A141F;
}
.sort_panel .sort-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #5C5E70;
  margin-right: 16px;
  display: block;
}
@media (max-width: 1200px) {
  .sort_panel .sort-text {
    font-size: 14px;
  }
}
.sort_panel .sort {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1A141F;
  cursor: pointer;
  margin-right: 16px;
  padding: 16px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .sort_panel .sort {
    font-size: 14px;
  }
}
.sort_panel .sort:hover, .sort_panel .sort.active {
  color: #277B7B;
}
.sort_panel .sort:hover::after, .sort_panel .sort.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #277B7B;
}
.sort_panel .sort:last-child {
  margin-right: 0;
}

.catalog-with-filters {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0 80px;
  margin: 24px 0 80px;
}
@media (max-width: 1200px) {
  .catalog-with-filters {
    padding: 0 24px;
    margin: 24px 0;
  }
}
@media (max-width: 960px) {
  .catalog-with-filters {
    flex-direction: column;
  }
}
@media (max-width: 743.98px) {
  .catalog-with-filters {
    padding: 0 16px;
    margin: 16px 0;
  }
}
.catalog-with-filters .catalog-loading {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(248, 248, 248, 0.3);
  padding: 120px 0;
  visibility: hidden;
}
.catalog-with-filters .catalog-loading.shown {
  visibility: visible;
  z-index: 10;
}
.catalog-with-filters .catalog-loading.shown .spinner {
  display: block;
}
.catalog-with-filters .catalog-loading .spinner {
  display: none;
  width: 48px;
  height: 48px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
.catalog-with-filters .catalog-loading .spinner .path {
  stroke: #277B7B;
  stroke-width: 4;
}
.catalog-with-filters .catalog-filters {
  width: 300px;
  max-width: 300px;
}
@media (max-width: 960px) {
  .catalog-with-filters .catalog-filters {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10;
    width: 320px;
    height: 100%;
    background-color: #f8f8f8;
    padding: 64px 0 76px;
    transform: translateX(-200%);
    transition: transform 0.3s ease, visibility 0.1s ease 0.3s;
    visibility: hidden;
  }
  .catalog-with-filters .catalog-filters.shown {
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .catalog-with-filters .catalog-filters > .theiaStickySidebar {
    position: static !important;
    transform: translateY(0) !important;
    height: 100%;
  }
  .catalog-with-filters .catalog-filters > .theiaStickySidebar .filters-header {
    top: -64px;
  }
  .catalog-with-filters .catalog-filters > .theiaStickySidebar .filters-footer {
    bottom: -76px;
  }
}
.catalog-with-filters .catalog-products {
  flex-grow: 1;
  width: calc(100% - 300px - 16px);
  margin-left: 16px;
}
@media (max-width: 960px) {
  .catalog-with-filters .catalog-products {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .catalog-with-filters .catalog-products .product-item {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
.catalog-with-filters .catalog-products .list_seo {
  padding: 0;
  margin: 24px 0;
}
.catalog-with-filters .filters-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 16px;
  border-bottom: 1px solid #dde0ea;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 960px) {
  .catalog-with-filters .filters-header {
    display: flex;
  }
}
.catalog-with-filters .filters-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(39, 123, 123, 0.1);
  border-radius: 32px;
  cursor: pointer;
}
.catalog-with-filters .filters-close .icon {
  font-size: 20px;
}
@media (max-width: 960px) {
  .catalog-with-filters .filters-panel {
    height: 100%;
    overflow-y: scroll;
  }
}
.catalog-with-filters .filters-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 16px;
  background-color: #fff;
  border-top: 1px solid #dde0ea;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 960px) {
  .catalog-with-filters .filters-footer {
    display: flex;
  }
}
.catalog-with-filters .filters-footer .filter-btn {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  width: 50%;
}
.catalog-with-filters .filters-footer .filter-btn:not(:last-child) {
  margin-right: 10px;
}
.catalog-with-filters .filters-footer .filter-btn.full {
  width: 100%;
}

.filter-block {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 16px;
}
.filter-block.closed .filter-caption .icon {
  transform: rotate(180deg);
}
@media (max-width: 960px) {
  .filter-block {
    border-radius: 0;
  }
}
.filter-block .filter-caption {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-block .filter-caption.js-toggle-filter-slide {
  cursor: pointer;
}
.filter-block .filter-caption.js-toggle-filter-slide:hover {
  color: #277B7B;
}
.filter-block .filter-caption.js-toggle-filter-slide:hover .icon {
  color: #277B7B;
}
.filter-block .filter-caption .counters {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #5C5E70;
}
.filter-block .filter-caption .icon {
  transition: transform 0.3s ease;
  color: #5C5E70;
}
.filter-block .filter-checked {
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.filter-block .clear-filters {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 11px;
  border: 1px solid #dde0ea;
  border-radius: 8px;
  margin-top: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.filter-block .clear-filters::first-letter {
  text-transform: uppercase;
}
.filter-block .clear-filters:hover {
  background-color: rgba(232, 22, 2, 0.1) !important;
}
.filter-block .clear-filters:hover .icon {
  color: #E81602;
}
.filter-block .clear-filters .icon {
  font-size: 16px;
  margin-left: 4px;
}
.filter-block .clear-filters.clear-all {
  background-color: #dde0ea;
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.filter-block .filter-slide {
  padding-top: 16px;
}
.filter-block .filter-slide.filter-hidden {
  padding-top: 0;
}
.filter-block .filter-slide.closed {
  display: none;
}
.filter-block .filter-slide label {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.filter-block .filter-slide label:last-child {
  margin-bottom: 0;
}
.filter-block .filter-slide label.disabled {
  opacity: 0.5;
}
.filter-block .filter-slide label.disabled input {
  cursor: not-allowed;
}
.filter-block .filter-slide label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: all;
}
.filter-block .filter-slide label input:checked ~ .filter-holder .filter-box {
  border-color: #277B7B;
  background-color: #277B7B;
}
.filter-block .filter-slide label input:checked ~ .filter-holder .filter-box .icon {
  display: block;
}
.filter-block .filter-slide label input:not(:disabled):hover ~ .filter-holder .filter-box {
  box-shadow: 0 0 0 4px rgba(9, 8, 70, 0.1);
}
.filter-block .filter-slide .filter-box {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
}
.filter-block .filter-slide .filter-box .icon {
  display: none;
  color: #fff;
  font-size: 14px;
}
.filter-block .filter-slide .filter-box .icon.icon-check {
  margin-top: 1px;
}
.filter-block .filter-slide .option-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.filter-block .filter-slide .option-title::first-letter {
  text-transform: uppercase;
}
.filter-block .filter-slide .option-count {
  color: #5C5E70;
}
.filter-block .filter-search {
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  width: 268px;
  max-width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dde0ea;
  border-radius: 16px;
  color: #1A141F;
  margin-bottom: 16px;
}
.filter-block .filter-search::-moz-placeholder {
  color: #5C5E70;
}
.filter-block .filter-search::placeholder {
  color: #5C5E70;
}
.filter-block .filter-search__empty {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.filter-block .filter-more {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #F76919;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.filter-block .filter-more.closed .no {
  display: none;
}
.filter-block .filter-more:not(.closed) .yes {
  display: none;
}
.filter-block .filter-more:not(.closed) .option-count {
  display: none;
}
.filter-block .filter-more .option-count {
  font-weight: 400;
  color: #6e7587;
  margin-left: 4px;
}
.filter-block .filter-price {
  display: flex;
  align-items: center;
}
.filter-block .filter-price .icon {
  font-size: 14px;
  margin: 0 4px;
}
.filter-block .filter-price .input-price {
  width: calc(50% - 11px);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #6E7587;
  background-color: #f2f6fb;
  padding: 12px;
  border-radius: 40px;
  text-align: center;
}
.filter-block .submit-price {
  margin-top: 8px;
  padding: 8px;
  font-size: 14px;
  line-height: 22px;
}
.filter-block .filter-holder {
  display: flex;
  align-items: center;
}

.block-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}

.brand-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 11px 27px;
  background-color: #277B7B;
  border-radius: 100px;
  border: 1px solid #277B7B;
  text-align: center;
  cursor: pointer;
  margin: 0;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 743.98px) {
  .brand-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 15px;
  }
}
.brand-btn:hover {
  color: #fff;
  background-color: #1A141F;
  border-color: #1A141F;
}
.brand-btn.bordered {
  color: #277B7B;
  background-color: transparent;
  border-color: #277B7B;
}
.brand-btn.bordered:hover {
  color: #F76919;
  background-color: transparent;
  border-color: #F76919;
}
.brand-btn.black-btn {
  color: #fff;
  background-color: #1A141F;
  border-color: #1A141F;
}
.brand-btn.black-btn:hover {
  color: #1A141F;
  background-color: transparent;
  border-color: #1A141F;
}
.brand-btn:disabled, .brand-btn.disabled {
  pointer-events: none;
  background-color: #bec0c6;
  border-color: #bec0c6;
  color: #fff;
}
.brand-btn:disabled.bordered, .brand-btn.disabled.bordered {
  border-color: #bec0c6;
  color: #bec0c6;
  background-color: transparent;
}

.text-btn {
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #1A141F;
}

.block-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-top: -8px;
}
.block-tabs .tab {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 11px;
  border: 1px solid #dde0ea;
  border-radius: 36px;
  cursor: pointer;
  background-color: #ffffff;
  margin-bottom: 8px;
}
.block-tabs .tab.active, .block-tabs .tab:hover {
  color: #277B7B;
  background-color: rgba(39, 123, 123, 0.1);
}
.block-tabs .tab:not(:last-child) {
  margin-right: 8px;
}

.pagination {
  margin: 24px 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 743.98px) {
  .pagination {
    margin: 16px 0;
    padding: 0 16px;
  }
}
.pagination .page-number {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(39, 123, 123, 0.1);
  margin: 0 2px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 124%;
  cursor: pointer;
  transition: all 0.3s;
}
.pagination .page-number:hover {
  background-color: rgba(39, 123, 123, 0.3);
}
.pagination .page-number.active {
  background-color: #277B7B;
  color: #fff;
}

.arrow-left-pagination {
  margin-right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(39, 123, 123, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}
.arrow-left-pagination .icon {
  font-size: 18px;
  color: #277B7B;
}
.arrow-left-pagination:hover {
  background-color: rgba(39, 123, 123, 0.3);
  border: 1px solid rgba(39, 123, 123, 0.3);
}

.arrow-right-pagination {
  margin-left: 14px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(39, 123, 123, 0.1);
  transition: all 0.3s;
  cursor: pointer;
}
.arrow-right-pagination .icon {
  font-size: 18px;
  color: #277B7B;
}
.arrow-right-pagination:hover {
  background-color: rgba(39, 123, 123, 0.3);
  border: 1px solid rgba(39, 123, 123, 0.3);
}

.main-banner {
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}
@media (max-width: 1200px) {
  .main-banner {
    margin: 60px 0;
  }
}
@media (max-width: 743.98px) {
  .main-banner {
    margin: 40px 0;
  }
}
.main-banner__holder {
  display: flex;
  height: 200px;
}
@media (max-width: 1200px) {
  .main-banner__holder {
    height: 240px;
  }
}
@media (max-width: 960px) {
  .main-banner__holder {
    height: 144px;
  }
}
.main-banner__block {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 0 0 33.3333333333%;
}
.main-banner__block:hover .round {
  opacity: 0;
}
.main-banner__block:hover .spin {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(240deg);
}
@media (min-width: 961px) {
  .main-banner__block:hover .main-banner__images {
    transform: scale(1.15);
  }
  .main-banner__block:hover .main-banner__btn {
    color: #FFF;
    background-color: #1A141F;
  }
}
.main-banner__block.blue {
  background-color: rgba(65, 194, 194, 0.5);
}
.main-banner__block.orange {
  background-color: #ffc000;
}
.main-banner__block.grape {
  background-color: rgba(247, 105, 25, 0.2);
}
.main-banner__link {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding: 30px 50px 30px 24px;
  width: 100%;
  align-items: center;
}
@media (max-width: 1280px) {
  .main-banner__link {
    padding: 30px 24px 30px 24px;
  }
}
@media (max-width: 1200px) {
  .main-banner__link {
    flex-direction: column;
    padding: 24px;
  }
}
@media (max-width: 960px) {
  .main-banner__link {
    padding: 12px 8px;
  }
}
.main-banner__images {
  flex-grow: 1;
  position: relative;
  width: 140px;
  height: 140px;
  max-width: 140px;
  transition: transform 0.3s ease;
}
@media (max-width: 960px) {
  .main-banner__images {
    width: 80px;
    height: 80px;
  }
}
.main-banner__images img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-banner__images .img {
  max-width: 82%;
}
.main-banner__images .round {
  opacity: 1;
  max-width: calc(84% - 6px);
  transition: opacity 0.3s ease;
}
@media (max-width: 960px) {
  .main-banner__images .round {
    max-width: 100%;
  }
}
.main-banner__images .spin {
  opacity: 0;
  max-width: 84%;
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transform-origin: 50% 50%;
}
@media (max-width: 960px) {
  .main-banner__images .spin {
    max-width: 100%;
  }
}
.main-banner__info {
  flex-grow: 1;
}
.main-banner__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media (max-width: 1200px) {
  .main-banner__title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 4px;
  }
}
@media (max-width: 960px) {
  .main-banner__title {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 8px;
  }
}
.main-banner__counter {
  display: flex;
}
@media (max-width: 1200px) {
  .main-banner__counter {
    display: none;
  }
}
.main-banner__btn {
  border: 1px solid #1A141F;
  color: #1A141F;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 17px;
  border-radius: 100px;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.main-banner__btn:hover {
  color: #FFF;
  background-color: #1A141F;
}

.main-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0 0 10px;
  background-color: #fff;
  z-index: 4;
  overflow: auto;
  min-width: 320px;
}
.main-menu .menu-section:not(:last-child) {
  border-bottom: 1px solid #dde0ea;
}
.main-menu .menu-section.p16 {
  padding: 16px;
}
.main-menu .menu-section.shown .menu-sub {
  display: block;
}
.main-menu .menu-section.shown .menu-btn .icon-right {
  transform: rotate(180deg);
}
.main-menu .menu-lang {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  color: #1A141F;
}
.main-menu .menu-lang:hover, .main-menu .menu-lang.active {
  color: #277B7B;
}
.main-menu .menu-btn {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.main-menu .menu-btn:hover {
  color: #277B7B;
}
.main-menu .menu-btn:hover .icon {
  color: #277B7B;
}
.main-menu .menu-btn .icon-left {
  margin-right: 8px;
}
.main-menu .menu-btn .icon-right {
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease;
}
.main-menu .menu-btn--count {
  position: absolute;
  top: -4px;
  left: 10px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  background-color: #F76919;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 40px;
  line-height: 16px;
}
.main-menu .menu-caption {
  color: #5C5E70;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
}
.main-menu .menu-caption ~ .menu-caption {
  margin-top: 24px;
}
.main-menu .menu-contact {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1A141F;
}
.main-menu .menu-socials {
  display: flex;
  align-items: center;
}
.main-menu .menu-socials .menu-social:not(:last-child) {
  margin-right: 24px;
}
.main-menu .menu-socials .menu-social:hover .icon {
  color: #277B7B;
}
.main-menu .menu-socials .menu-social .icon {
  font-size: 32px;
}
.main-menu .menu-sub {
  display: none;
}
.main-menu .menu-sub ul {
  padding: 16px 0 0;
}
.main-menu ul {
  display: block;
  padding: 16px;
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li:not(:last-child) {
  margin-bottom: 16px;
}
.main-menu ul li a {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  color: #1A141F;
}
.main-menu ul li a:hover {
  color: #277B7B;
}
.main-menu .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.main-menu .controls .menu-logo {
  max-width: 110px;
  width: 100%;
  margin-right: 10px;
}
.main-menu .controls .lang-panel {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 0;
}
.main-menu .controls .lang-panel .sub {
  left: 50%;
  transform: translateX(-50%);
  top: 150%;
  width: auto;
  z-index: 33;
  padding: 0;
  opacity: 1;
  visibility: visible;
  display: none;
}
.main-menu .controls .lang-panel .sub li {
  margin: 0;
}
.main-menu .controls .lang-panel .sub li a {
  display: block;
  padding: 15px;
  width: 100%;
}
.main-menu .controls .active .sub {
  display: block;
}
.main-menu .controls a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #1A141F;
}

.products-section:not(.clear) {
  padding: 0 80px;
  margin: 80px 0;
}
@media (max-width: 1200px) {
  .products-section:not(.clear) {
    padding: 0 24px;
    margin: 60px 0;
  }
}
@media (max-width: 743.98px) {
  .products-section:not(.clear) {
    padding: 0 16px;
    margin: 40px 0;
  }
}
.products-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  padding: 0 24px;
}
@media (max-width: 743.98px) {
  .products-more {
    margin: 16px 0;
    padding: 0 16px;
  }
}

.slick-track {
  display: flex;
}

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

.products-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 8px);
}
.products-wrapper.products-slider {
  flex-wrap: nowrap;
  width: 100%;
}
.products-wrapper.products-slider .slick-list {
  overflow: visible;
}
.products-wrapper.products-slider .slick-slide {
  width: auto;
}
.products-wrapper.products-slider .product-item {
  width: 314px !important;
  max-width: 314px;
  box-sizing: border-box;
}

.products-banner {
  min-height: 140px;
  background-color: #bababa;
  margin-bottom: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.products-banner picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.products-banner img {
  max-width: 100%;
}

.sale-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #E81602;
  padding: 4px 8px;
  border-radius: 22px;
}

.new-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #00a046;
  padding: 4px 8px;
  border-radius: 22px;
}

.product-item {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 16px;
  flex: 0 0 calc(33.3333333333% - 8px);
  max-width: calc(33.3333333333% - 8px);
  transition: box-shadow 0.3s ease;
}
@media (max-width: 960px) {
  .product-item {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 560px) {
  .product-item {
    flex: 0 0 calc(100% - 8px);
    max-width: calc(100% - 8px);
  }
}
.product-item:hover {
  box-shadow: 0px 6px 8px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.product-item .prod-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-item .prod-head .labels {
  display: flex;
}
.product-item .prod-image {
  width: 100%;
  height: 200px;
  margin: 8px 0;
}
.product-item .prod-image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease;
}
.product-item .prod-image .img:hover {
  opacity: 0.7;
}
.product-item .prod-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item .prod-content .bottom {
  margin-bottom: 10px;
}
.product-item .prod-link {
  display: flex;
  flex-direction: column;
}
.product-item .prod-link .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item .prod-link .product-type {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 16px;
  max-height: 16px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #5C5E70;
  margin-top: 4px;
}
.product-item .prod-reviews {
  margin: 12px 0;
  min-height: 20px;
  display: flex;
  align-items: center;
}
.product-item .prod-reviews .comments {
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #5C5E70;
  display: flex;
  align-items: center;
}
.product-item .prod-reviews .comments .icon {
  color: #5C5E70;
  font-size: 16px;
  margin-right: 4px;
}
.product-item .prod-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 12px 0;
  min-height: 30px;
}
.product-item .prod-options .option {
  padding: 4px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid #dde0ea;
}
.product-item .prod-options .option:not(:last-child) {
  margin-right: 4px;
}
.product-item .prod-options .option:nth-child(1) {
  border-color: #277B7B;
}
.product-item .prod-auth {
  display: flex;
  align-items: center;
  margin: 12px 0;
  min-height: 36px;
  max-height: 36px;
  overflow: hidden;
}
.product-item .prod-auth img {
  width: 48px;
  height: 24px;
  margin-right: 8px;
}
.product-item .prod-auth__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #277B7B;
  text-align: left;
}
@media (min-width: 561px) and (max-width: 599.98px) {
  .product-item .prod-auth__text {
    font-size: 13px;
  }
}
@media (min-width: 1201px) and (max-width: 1299.98px) {
  .product-item .prod-auth__text {
    font-size: 12px;
    letter-spacing: -0.34px;
  }
}
.product-item .prod-banks {
  display: flex;
  align-items: center;
  min-height: 30px;
  margin: 12px 0;
}
.product-item .prod-banks .bank-ico {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  border-radius: 4px;
}
.product-item .prod-banks .bank-ico:not(:last-child) {
  margin-right: 8px;
}
.product-item .prod-banks .bank-ico.centered .month {
  color: #ffffff;
  right: 52%;
  bottom: 32%;
  transform: translate(50%, 50%);
}
.product-item .prod-banks .month {
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
}
.product-item .prod-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-item .prod-price .info {
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product-item .prod-price .info.have-discount .price_actual {
  color: #E81602;
}
.product-item .prod-price .price_actual {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 4px;
}
.product-item .prod-price .price_additional {
  display: flex;
  align-items: center;
}
.product-item .prod-price .price_old {
  color: #5C5E70;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
}
.product-item .prod-price .price_discount {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  background-color: #F76919;
  padding: 4px;
  border-radius: 16px;
  margin-left: 4px;
  text-decoration: none;
}
.product-item .prod-price .buy-button {
  width: 52px;
  height: 52px;
  background-color: #277B7B;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.product-item .prod-price .buy-button:hover {
  background-color: #F76919;
}
.product-item .prod-price .buy-button .icon {
  color: #fff;
}

.star-rating {
  width: 90px;
  position: relative;
  display: flex;
  height: 16px;
}
.star-rating .icon {
  font-size: 16px;
  margin-right: 2px;
  color: #dde0ea;
}
.star-rating__output {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
}
.star-rating__output .icon {
  color: #ffcb05;
}

.star-rating__action {
  text-align: center;
  margin: 0 auto 27px;
}
.star-rating__action .star-rating__wrap {
  display: inline-block;
  font-size: 3.5rem;
}
.star-rating__action .star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}
.star-rating__action .star-rating__ico {
  float: right;
  padding-left: 16px;
  cursor: pointer;
  color: rgba(196, 196, 196, 0.3);
  transition: all 0.3s;
  font-size: 44px;
  line-height: 100%;
}
@media (max-width: 960px) {
  .star-rating__action .star-rating__ico {
    font-size: 32px;
  }
}
.star-rating__action .star-rating__ico:last-child {
  padding-left: 0;
}
.star-rating__action .star-rating__input {
  display: none;
}
.star-rating__action .star-rating__ico:hover:before,
.star-rating__action .star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__action .star-rating__input:checked ~ .star-rating__ico:before {
  content: "\f005";
  color: #ffc000;
}

.add-to-favorites,
.prod-delete {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(39, 123, 123, 0.1);
}
.add-to-favorites:hover .icon,
.prod-delete:hover .icon {
  color: #E81602;
}
.add-to-favorites .icon,
.prod-delete .icon {
  font-size: 20px;
}
.add-to-favorites .icon.empty,
.prod-delete .icon.empty {
  display: block;
}
.add-to-favorites .icon.saved,
.prod-delete .icon.saved {
  display: none;
  color: #E81602;
}
.add-to-favorites.active .icon.empty,
.prod-delete.active .icon.empty {
  display: none;
}
.add-to-favorites.active .icon.saved,
.prod-delete.active .icon.saved {
  display: block;
}

.card-section {
  padding: 0 80px;
  margin: 0 0 80px;
}
@media (max-width: 1200px) {
  .card-section {
    padding: 0;
    margin: 0 0 60px;
  }
}
@media (max-width: 743.98px) {
  .card-section {
    margin: 0 0 40px;
  }
}
@media (min-width: 961px) {
  .card-section .two-in-one {
    display: flex;
  }
  .card-section .two-in-one .card-block {
    width: calc(50% - 8px);
  }
  .card-section .two-in-one .card-block:first-child {
    margin-right: 16px;
  }
}
.card-section .card-block {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .card-section .card-block {
    border-radius: 0;
  }
}
@media (max-width: 743.98px) {
  .card-section .card-block {
    border-radius: 0;
    padding: 16px;
    margin-bottom: 8px;
  }
}
@media (min-width: 961px) {
  .card-section .card-block__main {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 961px) {
  .card-section .card-block__left {
    width: calc(30% + 32px);
    margin-right: 32px;
  }
}
@media (min-width: 1201px) {
  .card-section .card-block__left {
    width: calc(40% + 32px);
    margin-right: 32px;
  }
}
.card-section .card-block__right {
  margin-top: 24px;
}
@media (min-width: 961px) {
  .card-section .card-block__right {
    margin-top: 0;
    width: calc(70% - 32px);
  }
}
@media (min-width: 1201px) {
  .card-section .card-block__right {
    width: calc(60% - 32px);
  }
}
.card-section .card-block__kits {
  padding: 0;
}
.card-section .card-block__kits .kit-caption {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 24px;
}
@media (max-width: 743.98px) {
  .card-section .card-block__kits .kit-caption {
    font-size: 20px;
    line-height: 26px;
    padding: 16px;
  }
}
.card-section h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 743.98px) {
  .card-section h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.card-section .card-brand {
  display: flex;
  margin-top: 8px;
}
.card-section .card-brand img {
  max-width: 150px;
}
.card-section .card-brand a {
  display: flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #5C5E70;
}
.card-section .card-brand a:hover {
  color: #277B7B;
}
.card-section .card-head {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .card-section .card-head {
    margin-top: 8px;
  }
}
.card-section .card-head .availability {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #277B7B;
  padding: 8px 10px;
  background: #f1f5f5;
  border-radius: 4px;
  margin-right: 16px;
  margin-top: 8px;
}
.card-section .card-head .availability.no {
  color: #5C5E70;
  background: #f8f8f8;
}
.card-section .card-head .vendor-code {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  margin-right: 16px;
  margin-top: 8px;
}
@media (max-width: 960px) {
  .card-section .card-head .vendor-code {
    order: 2;
  }
}
.card-section .card-head .star-rating {
  margin-right: 16px;
  margin-top: 8px;
}
.card-section .card-head .comments {
  display: flex;
  align-items: center;
  color: #277B7B;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-right: 16px;
  margin-top: 8px;
}
.card-section .card-head .comments .icon {
  color: #277B7B;
  margin-right: 4px;
}
.card-section .card-photo {
  position: relative;
  margin-top: 24px;
}
@media (max-width: 960px) {
  .card-section .card-photo {
    margin-bottom: 24px;
  }
}
.card-section .card-photo .info-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.card-section .card-photo .big-slider {
  min-height: 256px;
}
@media (max-width: 743.98px) {
  .card-section .card-photo .big-slider {
    min-height: 160px;
  }
}
.card-section .card-photo .big-slider img {
  max-height: 256px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.card-section .card-photo .small-slider-wrapper {
  position: relative;
}
.card-section .card-photo .small-slider-wrapper .prev,
.card-section .card-photo .small-slider-wrapper .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #277B7B;
  padding: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.card-section .card-photo .small-slider-wrapper .prev .icon,
.card-section .card-photo .small-slider-wrapper .next .icon {
  color: #fff;
  font-size: 20px;
}
.card-section .card-photo .small-slider-wrapper .prev:hover,
.card-section .card-photo .small-slider-wrapper .next:hover {
  background-color: #1A141F;
}
.card-section .card-photo .small-slider-wrapper .prev.slick-disabled,
.card-section .card-photo .small-slider-wrapper .next.slick-disabled {
  background-color: #dde0ea;
  pointer-events: none;
}
.card-section .card-photo .small-slider-wrapper .prev {
  left: 0;
}
.card-section .card-photo .small-slider-wrapper .next {
  right: 0;
}
.card-section .card-photo .small-slider-wrapper .slick-slide {
  cursor: pointer;
  transition: opacity ease 0.25s;
}
.card-section .card-photo .small-slider-wrapper .slick-slide:hover {
  opacity: 0.7;
}
.card-section .card-photo .small-slider-wrapper .slick-slide.slick-current {
  pointer-events: none;
  opacity: 0.7;
}
.card-section .card-photo .small-slider {
  margin-top: 16px;
  height: 82px;
}
.card-section .card-photo .small-slider img {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}
.card-section .card-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 8px;
}
.card-section .card-labels .prod-label {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background-color: #f1f5f5;
  color: #277B7B;
  border-radius: 8px;
  margin-top: 8px;
  margin-right: 8px;
}
.card-section .card-labels .prod-label:last-child {
  margin-right: 0;
}
.card-section .card-labels .prod-label .label-text {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.card-section .card-labels .prod-label .label-text .icon {
  font-size: 24px;
  color: #277B7B;
  margin-right: 8px;
}
.card-section .card-labels .prod-label .help-box {
  margin-left: 8px;
}
.card-section .card-main .types-panel {
  margin-bottom: 24px;
}
.card-section .card-main .types-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.card-section .card-main .card-types {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-section .card-main .card-type {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 16px;
  border: 1px solid #dde0ea;
  margin: 4px 4px 0 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 960px) {
  .card-section .card-main .card-type {
    padding: 8px;
  }
}
.card-section .card-main .card-type.selected, .card-section .card-main .card-type:hover {
  border-color: #277B7B;
}
.card-section .card-main .card-type .inPackage .plusPackage {
  color: #F76919;
}
.card-section .card-main .card-type .priceForOne {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #5C5E70;
  margin-top: 8px;
}
.card-section .card-main .card-type .priceForOne.plus {
  line-height: 14px;
  background-color: #F76919;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
}
.card-section .card-main .prices-panel {
  margin-bottom: 16px;
  position: relative;
  min-height: 32px;
}
.card-section .card-main .prices-panel.have-discount .price {
  color: #E81602;
}
.card-section .card-main .prices-panel .add-to-favorites {
  display: none;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 2;
  height: 52px;
  width: 52px;
}
@media (max-width: 960px) {
  .card-section .card-main .prices-panel .add-to-favorites {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.card-section .card-main .prices-panel .discount {
  display: flex;
  align-items: center;
}
.card-section .card-main .prices-panel .old-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5C5E70;
  text-decoration: line-through;
}
.card-section .card-main .prices-panel .disc-value {
  background-color: #F76919;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-left: 8px;
  padding: 2px 4px;
  border-radius: 8px;
}
.card-section .card-main .prices-panel .price {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}
.card-section .card-main .auth-panel {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.card-section .card-main .auth-panel img {
  width: 48px;
  height: 24px;
  margin-right: 8px;
}
.card-section .card-main .auth-panel__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #277B7B;
}
.card-section .card-main .lenses-panel {
  background-color: #f6f8ff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 32px;
}
@media (max-width: 743.98px) {
  .card-section .card-main .lenses-panel {
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 0;
  }
}
.card-section .card-main .lenses-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-section .card-main .lenses-caption {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.card-section .card-main .lenses-table {
  padding-top: 16px;
  border-top: 1px solid #dde0ea;
  margin-top: 16px;
}
.card-section .card-main .lenses-table.lenses-table-quantity {
  padding-top: 0;
}
.card-section .card-main .lenses-table.lenses-table-quantity .lenses-row-label {
  height: 36px;
}
@media (max-width: 743.98px) {
  .card-section .card-main .lenses-table.lenses-table-quantity {
    display: flex;
    flex-direction: column-reverse;
  }
  .card-section .card-main .lenses-table.lenses-table-quantity .lenses-row {
    flex-wrap: wrap;
  }
  .card-section .card-main .lenses-table.lenses-table-quantity .lenses-row-label {
    height: 20px;
  }
  .card-section .card-main .lenses-table.lenses-table-quantity .lenses-column {
    width: 50%;
    padding-left: 0;
  }
  .card-section .card-main .lenses-table.lenses-table-quantity .lenses-column:first-child {
    min-width: 100%;
    max-width: 100%;
  }
  .card-section .card-main .lenses-table.lenses-table-quantity .lenses-column:nth-child(2) {
    padding-right: 10px;
  }
  .card-section .card-main .lenses-table.lenses-table-quantity .radios-holder {
    padding-top: 0;
  }
}
.card-section .card-main .lenses-table.lenses-table-quantity .quan-wrapper-cell {
  margin-top: 16px;
}
.card-section .card-main .lenses-table.lenses-table-quantity .radios-holder {
  padding-top: 8px;
}
.card-section .card-main .lenses-table.lenses-table-quantity .radios-holder:not(:last-child) {
  margin-bottom: 16px;
}
.card-section .card-main .lenses-table.lenses-table-quantity .quantity-label .goods-round {
  margin-bottom: 16px;
}
.card-section .card-main .lenses-table.lenses-table-quantity .quantity-label .goods-round:last-child {
  margin-bottom: 0;
}
.card-section .card-main .lenses-table .lenses-row {
  display: flex;
}
.card-section .card-main .lenses-table .lenses-row-label {
  display: flex;
  height: 44px;
  align-items: center;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  word-break: break-all;
  margin-top: 16px;
}
.card-section .card-main .lenses-table .lenses-column {
  width: 100%;
  padding-left: 24px;
}
@media (max-width: 743.98px) {
  .card-section .card-main .lenses-table .lenses-column {
    padding-left: 10px;
  }
}
.card-section .card-main .lenses-table .lenses-column:first-child {
  min-width: 170px;
  max-width: 170px;
  padding-left: 0;
}
@media (max-width: 743.98px) {
  .card-section .card-main .lenses-table .lenses-column:first-child {
    min-width: 90px;
    max-width: 90px;
  }
}
.card-section .card-main .lenses-table .lenses-column-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
}
.card-section .card-main .lenses-table .lenses-selects-form {
  width: 100%;
}
.card-section .card-main .lenses-table .select-cell {
  margin-top: 16px;
}
.card-section .card-main .pack-panel {
  margin: 32px 0;
}
@media (max-width: 743.98px) {
  .card-section .card-main .pack-panel {
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 0;
  }
}
.card-section .card-main .btns-panel {
  margin: 32px 0;
}
.card-section .card-main .btns-panel .list {
  display: flex;
  align-items: center;
}
@media (max-width: 743.98px) {
  .card-section .card-main .btns-panel .list {
    flex-direction: column;
  }
}
.card-section .card-main .btns-panel .list > * {
  margin-right: 16px;
}
@media (max-width: 960px) {
  .card-section .card-main .btns-panel .list > * {
    margin-right: 0;
    width: 50%;
  }
  .card-section .card-main .btns-panel .list > *.brand-btn.bordered {
    margin-left: 16px;
  }
}
@media (max-width: 743.98px) {
  .card-section .card-main .btns-panel .list > * {
    width: 100%;
  }
  .card-section .card-main .btns-panel .list > *.brand-btn.bordered {
    margin-left: 0;
    margin-top: 16px;
  }
}
.card-section .card-main .btns-panel .add-to-favorites {
  width: 52px;
  height: 52px;
}
.card-section .card-main .btns-panel .add-to-favorites .icon {
  font-size: 32px;
}
@media (max-width: 960px) {
  .card-section .card-main .btns-panel .add-to-favorites {
    display: none;
  }
}
.card-section .card-main .lenses-modifications .titles-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-section .card-main .lenses-modifications .char-caption {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.card-section .card-main .lenses-modifications .lenses-type-tab-links {
  display: flex;
  align-items: center;
}
@media (max-width: 743.98px) {
  .card-section .card-main .lenses-modifications .lenses-type-tab-links {
    flex-direction: column;
    align-items: flex-end;
  }
}
.card-section .card-main .lenses-modifications .lenses-type-tab-links .text-btn.active, .card-section .card-main .lenses-modifications .lenses-type-tab-links .text-btn:hover {
  color: #277B7B;
}
.card-section .card-main .lenses-modifications .lenses-type-tab-links .text-btn:not(:last-child) {
  margin-right: 8px;
}
.card-section .card-main .lenses-modifications .lenses-params {
  display: flex;
  width: 100%;
  padding-top: 16px;
}
.card-section .card-main .lenses-modifications .lenses-params .params {
  width: calc(34% - 16px);
  margin-right: 16px;
}
.card-section .card-main .lenses-modifications .lenses-params .params .label {
  height: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.card-section .card-main .lenses-modifications .lenses-params .params .label:last-of-type {
  margin-bottom: 0;
}
.card-section .card-main .lenses-modifications .lenses-params .params-block {
  width: calc(22% - 16px);
  flex-shrink: 0;
  margin-left: 16px;
}
.card-section .card-main .lenses-modifications .lenses-params .params-block .select-cell {
  margin-bottom: 15px;
}
.card-section .card-main .lenses-modifications .lenses-params .params-block .select-cell:last-of-type {
  margin-bottom: 0;
}
.card-section .card-main .present-panel {
  display: flex;
  margin-top: 32px;
}
.card-section .card-main .present-panel .present-icon {
  margin-right: 12px;
}
.card-section .card-main .present-panel .present-icon .icon {
  color: #F76919;
  font-size: 32px;
}
.card-section .card-main .present-panel .present-caption {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #F76919;
  text-transform: uppercase;
}
.card-section .card-main .present-panel .present-text {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.card-section .card-main .present-panel .present-text a {
  color: #277B7B;
}
.card-section .card-main .present-panel .present-info {
  display: flex;
  align-items: center;
}
@media (max-width: 743.98px) {
  .card-section .card-main .present-panel .present-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-section .card-main .present-panel .present-image {
  margin-left: 8px;
  min-width: 74px;
  max-width: 74px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 743.98px) {
  .card-section .card-main .present-panel .present-image {
    margin-left: 0;
    margin-top: 6px;
    height: 74px;
  }
}
.card-section .card-main .present-panel .present-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.card-section .card-main .present-panel .present-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.card-section .card-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-section .card-price .info {
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-section .card-price .info.have-discount .price_actual {
  color: #E81602;
}
.card-section .card-price .price_actual {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 4px;
}
.card-section .card-price .price_additional {
  display: flex;
  align-items: center;
}
.card-section .card-price .price_old {
  color: #5C5E70;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
}
.card-section .card-price .price_discount {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  background-color: #F76919;
  padding: 4px;
  border-radius: 16px;
  margin-left: 4px;
  text-decoration: none;
}
.card-section .card-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 8px;
}
@media (min-width: 744px) {
  .card-section .card-benefits {
    margin-top: 16px;
  }
}
.card-section .card-benefits .ben {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 744px) {
  .card-section .card-benefits .ben {
    width: 50%;
  }
  .card-section .card-benefits .ben:nth-child(2n) {
    padding-left: 12px;
  }
  .card-section .card-benefits .ben:nth-child(2n-1) {
    padding-right: 12px;
  }
}
.card-section .card-benefits .ben.cent {
  margin-top: 8px;
  align-items: center;
}
.card-section .card-benefits .ben .icon {
  margin-right: 12px;
  color: #277B7B;
}
.card-section .card-benefits .ben span {
  font-size: 16px;
  line-height: 22px;
  width: calc(100% - 36px);
}
.card-section .card-benefits .ben img {
  margin-top: 8px;
  margin-right: 16px;
  width: auto;
}
.card-section .card-kit {
  display: flex;
  border-top: 1px solid #dde0ea;
}
@media (max-width: 743.98px) {
  .card-section .card-kit {
    flex-direction: column;
  }
}
.card-section .card-kit .kit-box {
  width: 33.3333333333%;
  padding: 16px 24px;
  position: relative;
}
@media (max-width: 743.98px) {
  .card-section .card-kit .kit-box {
    padding: 16px;
    width: 100%;
  }
}
.card-section .card-kit .kit-image {
  display: flex;
  align-items: center;
  height: 220px;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .card-section .card-kit .kit-image {
    height: 100px;
  }
}
@media (max-width: 743.98px) {
  .card-section .card-kit .kit-image {
    float: left;
    width: 70px;
    height: 120px;
    margin-bottom: 0;
    margin-right: 16px;
    align-items: flex-start;
  }
}
.card-section .card-kit .kit-image img {
  margin: 0 auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.card-section .card-kit .kit-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 44px;
  max-height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-section .card-kit .kit-info {
  margin-top: 16px;
  padding-bottom: 16px;
}
.card-section .card-kit .kit-info__old-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  letter-spacing: 0.004em;
  text-decoration: line-through;
  margin-bottom: 2px;
  color: #5C5E70;
}
.card-section .card-kit .kit-info__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.card-section .card-kit .kit-pagination {
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}
@media (max-width: 743.98px) {
  .card-section .card-kit .kit-pagination {
    justify-content: flex-start;
    padding-left: 86px;
  }
}
.card-section .card-kit .kit-pagination .bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 8px;
  background-color: #1A141F;
}
.card-section .card-kit .kit-pagination .bullet:last-child {
  margin-right: 0;
}
.card-section .card-kit .kit-pagination .bullet.active {
  background-color: #277B7B;
}
.card-section .card-kit .kit-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #277B7B;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.card-section .card-kit .kit-arrow:hover {
  background-color: #1A141F;
}
.card-section .card-kit .kit-arrow.kit-prev {
  left: -24px;
}
@media (max-width: 960px) {
  .card-section .card-kit .kit-arrow.kit-prev {
    left: -16px;
  }
}
@media (max-width: 743.98px) {
  .card-section .card-kit .kit-arrow.kit-prev {
    left: inherit;
    right: 64px;
  }
}
.card-section .card-kit .kit-arrow.kit-next {
  right: -24px;
}
@media (max-width: 960px) {
  .card-section .card-kit .kit-arrow.kit-next {
    right: -16px;
  }
}
@media (max-width: 743.98px) {
  .card-section .card-kit .kit-arrow.kit-next {
    right: 16px;
  }
}
.card-section .card-kit .kit-arrow.disabled {
  background-color: #5C5E70;
  cursor: default;
}
.card-section .card-kit .kit-arrow .icon {
  color: #fff;
  font-size: 26px;
}
@media (max-width: 960px) {
  .card-section .card-kit .kit-arrow .icon {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .card-section .card-kit .kit-arrow {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 743.98px) {
  .card-section .card-kit .kit-arrow {
    top: inherit;
    bottom: 16px;
  }
}
.card-section .card-kit .kit-main,
.card-section .card-kit .kit-secondary {
  border-right: 1px solid #dde0ea;
}
@media (max-width: 743.98px) {
  .card-section .card-kit .kit-main,
  .card-section .card-kit .kit-secondary {
    border-right: none;
    border-bottom: 1px solid #dde0ea;
  }
}
.card-section .card-kit .kit-main .image,
.card-section .card-kit .kit-secondary .image {
  max-width: 100%;
}
.card-section .card-kit .kit-secondary .kit-info__price {
  color: #E81602;
}
.card-section .card-kit .kit-price .kit-inner {
  margin: 0 auto;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 743.98px) {
  .card-section .card-kit .kit-price .kit-inner {
    width: 100%;
  }
}
.card-section .card-kit .kit-price__total {
  margin-bottom: 24px;
}
.card-section .card-kit .kit-price__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .card-section .card-kit .kit-price__title {
    white-space: normal;
  }
}
.card-section .card-kit .kit-price__old-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5C5E70;
  text-decoration: line-through;
}
.card-section .card-kit .kit-price__info {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.card-section .card-kit .kit-price__discount {
  margin-left: 8px;
  background-color: #F76919;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 3px;
  border-radius: 8px;
}
.card-section .card-kit .kit-price__summ {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #E81602;
}
.card-section .card-kit .kit-price__btn button {
  width: 100%;
  padding: 10px;
}
.card-section .card-block-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 24px;
}
.card-section .card-block-name span {
  font-weight: 400;
  color: #5C5E70;
}
.card-section .card-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.card-section .card-description *:not(.card-block-name, .card-block-name *) {
  all: revert;
}
.card-section .card-description > *:last-child {
  margin-bottom: 0;
}
.card-section .card-description p {
  margin-bottom: 1em;
}
.card-section .card-description ul,
.card-section .card-description ol {
  margin-bottom: 1em;
  margin-left: 1em;
  list-style-type: inherit;
}
.card-section .card-description iframe {
  max-width: 100%;
}
.card-section .card-characteristics .card-table .row {
  display: flex;
  align-items: flex-start;
  padding: 0 8px;
}
.card-section .card-characteristics .card-table .row:nth-child(2n-1) {
  background-color: #f1f4ff;
  border-radius: 8px;
}
.card-section .card-characteristics .card-table .label {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 4px;
  width: 40%;
  word-break: break-word;
}
.card-section .card-characteristics .card-table .char {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 4px;
  width: 60%;
}
.card-section .card-reviews .reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 743.98px) {
  .card-section .card-reviews .reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-section .card-reviews .reviews-head .brand-btn {
    width: 100%;
  }
}
.card-section .card-reviews .reviews-list {
  padding-top: 16px;
}
.card-section .card-reviews .reviews-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 743.98px) {
  .card-section .card-reviews .reviews-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
.card-section .card-reviews .reviews-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-section .card-reviews .review-item {
  padding: 16px 0 0;
  border-top: 1px solid #dde0ea;
}
.card-section .card-reviews .review-item:not(:last-child) {
  padding-bottom: 16px;
}
.card-section .card-reviews .review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.card-section .card-reviews .review-text {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 16px;
}
.card-section .card-reviews .review-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
.card-section .card-reviews .review-date {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #5C5E70;
}
.card-section .card-questions .questions-caption {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 16px;
}
@media (max-width: 743.98px) {
  .card-section .card-questions .questions-caption {
    font-size: 20px;
    line-height: 26px;
  }
}
.card-section .card-questions .question-item:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dde0ea;
}
.card-section .card-questions .question-item.shown .plus {
  display: none;
}
.card-section .card-questions .question-item.shown .minus {
  display: block;
}
.card-section .card-questions .question-item.shown .question-toggler {
  color: #277B7B;
}
.card-section .card-questions .question-item.shown .question-toggler .icon {
  color: #277B7B;
}
.card-section .card-questions .question-toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px 0;
}
.card-section .card-questions .question-toggler:hover {
  color: #277B7B;
}
.card-section .card-questions .question-toggler:hover .icon {
  color: #277B7B;
}
.card-section .card-questions .question-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
@media (max-width: 743.98px) {
  .card-section .card-questions .question-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: inherit;
  }
}
.card-section .card-questions .question-indicator {
  margin-left: 24px;
}
.card-section .card-questions .icon {
  font-size: 32px;
}
.card-section .card-questions .minus {
  display: none;
}
.card-section .card-questions .question-answer {
  transition: height 0.5s ease;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 743.98px) {
  .card-section .card-questions .question-answer {
    font-size: 16px;
    line-height: 24px;
  }
}
.card-section .card-questions .question-answer .question-wrap {
  margin-top: -6px;
  padding: 10px 0 16px;
}

.window-inside {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 600px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
}
.window-inside.w496 {
  width: 496px;
}
.window-inside.w720 {
  width: 720px;
}
.window-inside.w760 {
  width: 760px;
}
.window-inside.w892 {
  width: 892px;
}
.window-inside.w960 {
  width: 960px;
}
.window-inside .window-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
@media (max-width: 743.98px) {
  .window-inside .window-head {
    padding: 16px;
  }
}
.window-inside .window-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}
.window-inside .window-subname {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
  color: #5C5E70;
}
.window-inside .w-close {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 32px;
  background-color: rgba(39, 123, 123, 0.1);
  border: 1px solid #dde0ea;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.window-inside .w-close:hover {
  background-color: transparent;
}
.window-inside .w-close:hover .icon {
  color: #E81602;
}
.window-inside .w-close .icon {
  font-size: 20px;
}
.window-inside .window-error {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #E81602;
  padding: 0 24px 16px;
}
@media (max-width: 743.98px) {
  .window-inside .window-error {
    padding: 0 16px 16px;
  }
}
.window-inside .window-body {
  border-top: 1px solid #dde0ea;
  padding: 0 24px;
}
@media (max-width: 743.98px) {
  .window-inside .window-body {
    padding: 0 16px;
  }
}
.window-inside .window-body.p0 {
  padding: 0;
}
.window-inside .window-foot {
  padding: 16px 24px;
  border-top: 1px solid #dde0ea;
}
@media (max-width: 743.98px) {
  .window-inside .window-foot {
    padding: 16px;
  }
}
.window-inside .window-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.window-inside .window-total .total-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 743.98px) {
  .window-inside .window-total .total-text {
    font-size: 16px;
    line-height: 32px;
  }
}
.window-inside .window-total .total-summ {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (max-width: 743.98px) {
  .window-inside .window-total .total-summ {
    font-size: 24px;
    line-height: 32px;
  }
}
.window-inside .window-added-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 743.98px) {
  .window-inside .window-added-buttons {
    flex-direction: column-reverse;
  }
}
.window-inside .window-added-buttons .inner-buttons {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 960px) {
  .window-inside .window-added-buttons .inner-buttons {
    flex-direction: column-reverse;
  }
}
@media (max-width: 743.98px) {
  .window-inside .window-added-buttons .inner-buttons {
    align-items: center;
  }
}
.window-inside .window-added-buttons .inner-buttons .brand-btn:not(:last-of-type) {
  margin-right: 16px;
}
@media (max-width: 960px) {
  .window-inside .window-added-buttons .inner-buttons .brand-btn:not(:last-of-type) {
    margin-right: 0;
    margin-top: 16px;
  }
}
.window-inside .window-added-buttons .back-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 2px 0;
  margin: 0;
  border: 0;
  color: #5C5E70;
}
@media (max-width: 743.98px) {
  .window-inside .window-added-buttons .back-btn {
    padding: 0;
    margin-top: 16px;
  }
}
.window-inside .window-added-buttons .back-btn:hover {
  color: #F76919;
}
.window-inside .window-added-buttons .back-btn:hover .icon {
  color: #F76919;
}
.window-inside .window-added-buttons .back-btn .icon {
  margin-right: 12px;
  color: #5C5E70;
}
.window-inside .bank-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
}
.window-inside .bank-item:not(:last-child) {
  border-bottom: 1px solid #dde0ea;
}
.window-inside .bank-item .bank-image {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background-color: #f1f5f5;
  border-radius: 8px;
  margin-right: 16px;
  display: flex;
}
@media (max-width: 743.98px) {
  .window-inside .bank-item .bank-image {
    margin-right: 8px;
  }
}
.window-inside .bank-item .bank-image img {
  max-width: 30px;
  margin: auto;
}
.window-inside .bank-item .bank-info {
  flex-grow: 1;
}
.window-inside .bank-item .bank-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 743.98px) {
  .window-inside .bank-item .bank-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.window-inside .bank-item .bank-from,
.window-inside .bank-item .bank-available-month {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5C5E70;
}
@media (max-width: 743.98px) {
  .window-inside .bank-item .bank-from,
  .window-inside .bank-item .bank-available-month {
    font-size: 12px;
  }
}
.window-inside .bank-item .bank-conditions {
  display: flex;
  align-items: flex-start;
  padding-left: 16px;
}
@media (max-width: 960px) {
  .window-inside .bank-item .bank-conditions {
    flex-direction: column-reverse;
  }
}
@media (max-width: 743.98px) {
  .window-inside .bank-item .bank-conditions {
    padding-left: 8px;
  }
}
.window-inside .bank-item .bank-payments {
  padding-left: 16px;
  min-width: 210px;
  max-width: 210px;
}
@media (max-width: 960px) {
  .window-inside .bank-item .bank-payments {
    padding-bottom: 16px;
    padding-left: 0;
  }
}
@media (max-width: 743.98px) {
  .window-inside .bank-item .bank-payments {
    min-width: 140px;
    max-width: 140px;
  }
}
.window-inside .bank-item .bank-pay {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 743.98px) {
  .window-inside .bank-item .bank-pay {
    font-size: 16px;
    line-height: 24px;
  }
}
.window-inside .bank-item .bank-pay .pay-month {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 743.98px) {
  .window-inside .bank-item .bank-pay .pay-month {
    font-size: 12px;
  }
}
.window-inside .bank-item .bank-percent {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5C5E70;
  margin-top: 4px;
}
.window-inside .bank-item .bank-month {
  min-width: 140px;
  max-width: 140px;
}
.window-inside .bank-item .select-cell .selectric-items {
  height: 176px;
}
.window-inside .bank-item .bank-btn {
  min-width: 130px;
  max-width: 130px;
  padding-left: 16px;
}
@media (max-width: 743.98px) {
  .window-inside .bank-item .bank-btn {
    padding-left: 8px;
    min-width: 110px;
    max-width: 110px;
  }
}
.window-inside .bank-item .bank-btn button {
  width: 100%;
  padding: 9px;
  font-size: 16px;
}
.window-inside .added-item {
  position: relative;
  display: flex;
  padding: 16px 24px;
}
@media (max-width: 960px) {
  .window-inside .added-item {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.window-inside .added-item-present {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.window-inside .added-item-present .icon {
  font-size: 32px;
  color: #F76919;
}
.window-inside .added-item .added-image {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  margin-right: 16px;
}
@media (max-width: 960px) {
  .window-inside .added-item .added-image {
    margin-right: 8px;
  }
  .window-inside .added-item .added-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
}
.window-inside .added-item .added-image-link {
  transition: opacity 0.25s ease;
}
.window-inside .added-item .added-image-link:hover {
  opacity: 0.7;
}
.window-inside .added-item .added-info {
  flex-grow: 1;
}
@media (max-width: 960px) {
  .window-inside .added-item .added-info {
    width: calc(100% - 88px);
    padding-right: 30px;
  }
}
.window-inside .added-item .added-title-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.window-inside .added-item .added-brand {
  margin-top: 8px;
}
.window-inside .added-item .added-brand-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.window-inside .added-item .added-mod {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
  color: #5C5E70;
}
.window-inside .added-item .added-mod-change {
  display: inline-flex;
  color: #277B7B;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 8px;
  cursor: pointer;
}
.window-inside .added-item .added-mod-change:hover {
  color: #F76919;
}
.window-inside .added-item .added-state {
  min-width: 420px;
  max-width: 420px;
  display: flex;
  align-items: center;
  margin-left: 16px;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .window-inside .added-item .added-state {
    display: block;
    min-width: 100%;
    max-width: 100%;
    padding-left: 88px;
    margin-left: 0;
    margin-top: 16px;
  }
}
.window-inside .added-item .added-state.have-discount .price-actual {
  color: #E81602;
}
.window-inside .added-item .counter-holder {
  min-width: 128px;
  max-width: 128px;
  margin: 0 12px;
}
@media (max-width: 960px) {
  .window-inside .added-item .counter-holder {
    margin: 0;
  }
}
.window-inside .added-item .added-price {
  display: flex;
  flex-direction: column;
  min-width: 80px;
  max-width: 80px;
  align-items: flex-start;
  margin-right: 16px;
}
@media (max-width: 960px) {
  .window-inside .added-item .added-price {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.window-inside .added-item .price-old {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #5C5E70;
}
.window-inside .added-item .price-actual {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 2px;
  white-space: nowrap;
}
.window-inside .added-item .added-price-counted {
  min-width: 100px;
  max-width: 100px;
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .window-inside .added-item .added-price-counted {
    min-width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}
.window-inside .added-item .added-remover {
  margin-left: 16px;
}
@media (max-width: 960px) {
  .window-inside .added-item .added-remover {
    order: -1;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    min-width: 24px;
    max-width: 24px;
  }
}
.window-inside .added-item .added-remover .icon-trash {
  color: #5C5E70;
  cursor: pointer;
}
.window-inside .added-item .added-remover .icon-trash:hover {
  color: #E81602;
}
.window-inside .added-rec {
  padding: 16px 24px;
  border-top: 1px solid #dde0ea;
}
@media (max-width: 743.98px) {
  .window-inside .added-rec {
    padding: 16px;
  }
}
.window-inside .rec-text {
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #277B7B;
}
.window-inside .rec-item {
  display: flex;
}
@media (max-width: 743.98px) {
  .window-inside .rec-item {
    flex-wrap: wrap;
  }
}
.window-inside .rec-item .rec-image {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  margin-right: 16px;
}
@media (max-width: 743.98px) {
  .window-inside .rec-item .rec-image {
    margin-right: 8px;
  }
}
.window-inside .rec-item .rec-info {
  flex-grow: 1;
}
@media (max-width: 743.98px) {
  .window-inside .rec-item .rec-info {
    width: calc(100% - 88px);
  }
}
.window-inside .rec-item .rec-title-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.window-inside .rec-item .rec-brand {
  margin-top: 8px;
}
.window-inside .rec-item .rec-brand-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.window-inside .rec-item .rec-mod {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
  color: #5C5E70;
}
.window-inside .rec-item .rec-actions {
  min-width: 400px;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 16px;
}
@media (max-width: 960px) {
  .window-inside .rec-item .rec-actions {
    min-width: 280px;
    max-width: 280px;
  }
}
@media (max-width: 743.98px) {
  .window-inside .rec-item .rec-actions {
    min-width: 100%;
    max-width: 100%;
    align-items: flex-end;
    margin-left: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
}
.window-inside .rec-item .rec-item-price {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
  margin-right: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 960px) {
  .window-inside .rec-item .rec-item-price {
    min-width: 90px;
    max-width: 90px;
    font-size: 16px;
  }
}
@media (max-width: 743.98px) {
  .window-inside .rec-item .rec-item-price {
    text-align: right;
    margin-right: 0;
  }
}
.window-inside .lenses-params {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 743.98px) {
  .window-inside .lenses-params {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.window-inside .lenses-params .pack-panel {
  margin: 24px 0 0;
}
@media (max-width: 743.98px) {
  .window-inside .lenses-params .pack-panel {
    border-radius: 0;
  }
}
.window-inside .param-table {
  padding: 0 16px 16px;
  background-color: #f6f8ff;
  border-radius: 8px 8px 0 0;
}
.window-inside .param-table.param-table-quantity {
  border-radius: 0;
  border-top: 1px solid #dde0ea;
  border-radius: 0 0 8px 8px;
}
.window-inside .param-table.param-table-quantity .param-row-label {
  height: 36px;
}
@media (max-width: 743.98px) {
  .window-inside .param-table.param-table-quantity {
    display: flex;
    flex-direction: column-reverse;
  }
  .window-inside .param-table.param-table-quantity .param-row {
    flex-wrap: wrap;
  }
  .window-inside .param-table.param-table-quantity .param-row-label {
    height: 20px;
  }
  .window-inside .param-table.param-table-quantity .param-column {
    width: 50%;
    padding-left: 0;
  }
  .window-inside .param-table.param-table-quantity .param-column:first-child {
    min-width: 100%;
    max-width: 100%;
  }
  .window-inside .param-table.param-table-quantity .param-column:nth-child(2) {
    padding-right: 10px;
  }
  .window-inside .param-table.param-table-quantity .radios-holder {
    padding-top: 0;
  }
}
.window-inside .param-table.param-table-quantity .quan-wrapper-cell {
  margin-top: 16px;
}
.window-inside .param-table.param-table-quantity .radios-holder {
  padding-top: 8px;
}
.window-inside .param-table.param-table-quantity .radios-holder:not(:last-child) {
  margin-bottom: 16px;
}
.window-inside .param-table.param-table-quantity .quantity-label .goods-round {
  margin-bottom: 16px;
}
.window-inside .param-table.param-table-quantity .quantity-label .goods-round:last-child {
  margin-bottom: 0;
}
.window-inside .param-table .param-row {
  display: flex;
}
.window-inside .param-table .param-row-label {
  display: flex;
  height: 44px;
  align-items: center;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  word-break: break-all;
  margin-top: 16px;
}
.window-inside .param-table .param-column {
  width: 100%;
  padding-left: 24px;
}
@media (max-width: 743.98px) {
  .window-inside .param-table .param-column {
    padding-left: 10px;
  }
}
.window-inside .param-table .param-column:first-child {
  min-width: 170px;
  max-width: 170px;
  padding-left: 0;
}
@media (max-width: 743.98px) {
  .window-inside .param-table .param-column:first-child {
    min-width: 90px;
    max-width: 90px;
  }
}
.window-inside .param-table .param-column-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
}
.window-inside .param-table .param-selects-form {
  width: 100%;
}
.window-inside .param-table .select-cell {
  margin-top: 16px;
}
.window-inside .params-change-btn {
  text-align: center;
  margin-top: 24px;
}
.window-inside .params-change-btn .brand-btn {
  width: 228px;
  max-width: 100%;
}

.checkbox-wrapper label {
  position: relative;
  display: block;
}
.checkbox-wrapper label.disabled {
  opacity: 0.5;
}
.checkbox-wrapper label.disabled input {
  cursor: not-allowed;
}
.checkbox-wrapper label .checkbox-holder {
  display: flex;
  align-items: center;
}
.checkbox-wrapper label .checkbox {
  width: 19px;
  height: 19px;
  min-width: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
}
.checkbox-wrapper label .checkbox .icon {
  display: none;
  color: #fff;
  font-size: 14px;
}
.checkbox-wrapper label .checkbox .icon.icon-check {
  margin-top: 1px;
}
.checkbox-wrapper label .checkbox-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.checkbox-wrapper label .checkbox-title::first-letter {
  text-transform: uppercase;
}
.checkbox-wrapper label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: all;
}
.checkbox-wrapper label input:checked ~ .checkbox-holder .checkbox {
  border-color: #277B7B;
  background-color: #277B7B;
}
.checkbox-wrapper label input:checked ~ .checkbox-holder .checkbox .icon {
  display: block;
}
.checkbox-wrapper label input:not(:disabled):hover ~ .checkbox-holder .checkbox {
  box-shadow: 0 0 0 4px rgba(9, 8, 70, 0.1);
}

/*OLD one*/
.pack-panel {
  background-color: rgba(39, 123, 123, 0.08);
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
}
.pack-panel > .icon {
  font-size: 32px;
  color: #277B7B;
  margin-right: 12px;
}
.pack-panel .pack-panel-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #277B7B;
  text-transform: uppercase;
}
.pack-panel .pack-panel-variants li {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
  padding-left: 16px;
  position: relative;
}
.pack-panel .pack-panel-variants li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
  background-color: #277B7B;
  line-height: 20px;
}
.pack-panel .pack-panel-variants li span {
  color: #E81602;
  font-weight: bold;
}

/*new pack*/
@media (min-width: 744px) {
  .pack-discount {
    display: flex;
    flex-wrap: wrap;
  }
}
.pack-discount__block {
  border: 1px solid #DDE0EA;
  border-radius: 8px;
  padding: 16px;
}
@media (min-width: 744px) {
  .pack-discount__block {
    width: calc(50% - 8px);
  }
}
.pack-discount__block:not(:last-of-type) {
  margin-bottom: 8px;
}
@media (min-width: 744px) {
  .pack-discount__block:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.pack-discount__count {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media (min-width: 360px) {
  .pack-discount__count {
    font-size: 18px;
  }
}
@media (min-width: 961px) and (max-width: 1399.98px) {
  .pack-discount__count {
    font-size: 16px;
  }
}
.pack-discount__count .count-percent {
  font-weight: 500;
  color: #277B7B;
  margin-left: 8px;
}
.pack-discount__prices {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.pack-discount__prices .pack-price-new {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #E81602;
}
@media (min-width: 360px) {
  .pack-discount__prices .pack-price-new {
    font-size: 20px;
  }
}
@media (min-width: 961px) and (max-width: 1399.98px) {
  .pack-discount__prices .pack-price-new {
    font-size: 18px;
  }
}
.pack-discount__prices .pack-price-old {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.004em;
  color: #5C5E70;
  margin-left: 12px;
  text-decoration: line-through;
}
@media (min-width: 360px) {
  .pack-discount__prices .pack-price-old {
    font-size: 14px;
  }
}
@media (min-width: 961px) and (max-width: 1399.98px) {
  .pack-discount__prices .pack-price-old {
    font-size: 12px;
  }
}
.pack-discount__prices .pack-price-profit {
  font-family: Roboto Flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #FFF;
  background-color: #F76919;
  padding: 4px 8px;
  border-radius: 16px;
  margin-left: 7px;
}
@media (min-width: 360px) {
  .pack-discount__prices .pack-price-profit {
    font-size: 14px;
  }
}
@media (min-width: 961px) and (max-width: 1399.98px) {
  .pack-discount__prices .pack-price-profit {
    font-size: 12px;
  }
}

.spinner {
  display: block;
  width: 16px;
  height: 16px;
  animation: rotate 2s linear infinite;
}
.spinner .path {
  stroke: #5C5E70;
  stroke-width: 2;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/fontawesome-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  max-width: 1920px;
  margin: 0 auto;
}

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

input {
  border: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type=text],
button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  appearance: none;
  margin: 0;
}

select {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

button {
  outline: none;
  border: 0;
  cursor: pointer;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

body {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  min-width: 320px;
  background-color: #f8f8f8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  cursor: pointer;
  display: none;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 6px;
  /* there must be 'right' or 'left' for ps__rail-y */
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: #fff;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #ff5000;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 3px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.main {
  overflow: hidden;
  min-height: 50vh;
}

@font-face {
  font-family: FontAwesome;
  src: url(/fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

:root .fa-rotate-90 {
  filter: none;
}
:root .fa-rotate-180 {
  filter: none;
}
:root .fa-rotate-270 {
  filter: none;
}
:root .fa-flip-horizontal {
  filter: none;
}
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: inherit;
}

.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before {
  content: "\f00d";
}

.fa-close:before {
  content: "\f00d";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before {
  content: "\f013";
}

.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before {
  content: "\f01e";
}

.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before {
  content: "\f03b";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before {
  content: "\f03e";
}

.fa-image:before {
  content: "\f03e";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before {
  content: "\f044";
}

.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before {
  content: "\f064";
}

.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before {
  content: "\f071";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before {
  content: "\f085";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before {
  content: "\f09e";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before {
  content: "\f0c0";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before {
  content: "\f0c1";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before {
  content: "\f0c9";
}

.fa-reorder:before {
  content: "\f0c9";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before {
  content: "\f0e2";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before {
  content: "\f0e3";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before {
  content: "\f0e4";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before {
  content: "\f0e7";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before {
  content: "\f10b";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before {
  content: "\f112";
}

.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before {
  content: "\f123";
}

.fa-star-half-full:before {
  content: "\f123";
}

.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before {
  content: "\f152";
}

.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before {
  content: "\f153";
}

.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before {
  content: "\f155";
}

.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before {
  content: "\f156";
}

.fa-inr:before {
  content: "\f156";
}

.fa-cny:before {
  content: "\f157";
}

.fa-rmb:before {
  content: "\f157";
}

.fa-yen:before {
  content: "\f157";
}

.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before {
  content: "\f158";
}

.fa-rouble:before {
  content: "\f158";
}

.fa-rub:before {
  content: "\f158";
}

.fa-won:before {
  content: "\f159";
}

.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before {
  content: "\f15a";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before {
  content: "\f191";
}

.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before {
  content: "\f195";
}

.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before {
  content: "\f19c";
}

.fa-bank:before {
  content: "\f19c";
}

.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before {
  content: "\f19d";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before {
  content: "\f1b9";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before {
  content: "\f1ba";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before {
  content: "\f1cd";
}

.fa-life-buoy:before {
  content: "\f1cd";
}

.fa-life-saver:before {
  content: "\f1cd";
}

.fa-support:before {
  content: "\f1cd";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before {
  content: "\f1d0";
}

.fa-resistance:before {
  content: "\f1d0";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before {
  content: "\f1d1";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa-yc-square:before {
  content: "\f1d4";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before {
  content: "\f1d7";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before {
  content: "\f1d9";
}

.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before {
  content: "\f20b";
}

.fa-sheqel:before {
  content: "\f20b";
}

.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before {
  content: "\f224";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before {
  content: "\f236";
}

.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before {
  content: "\f23b";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before {
  content: "\f240";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before {
  content: "\f241";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before {
  content: "\f242";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before {
  content: "\f243";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before {
  content: "\f244";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before {
  content: "\f251";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before {
  content: "\f252";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before {
  content: "\f253";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before {
  content: "\f255";
}

.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before {
  content: "\f2a4";
}

.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before {
  content: "\f2a7";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before {
  content: "\f2b4";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

header {
  position: relative;
  display: flex;
  padding: 0 0 0 24px;
  z-index: 3;
  background-color: #fff;
  height: 80px;
  border-bottom: 1px solid #dde0ea;
}
header .head-logo {
  min-width: 193px;
  max-width: 193px;
  width: 100%;
  margin-right: 17px;
}
header .head-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 60px;
}
@media (min-width: 1201px) {
  header .head-box {
    min-width: 80px;
  }
}
header .head-box:not(:last-child) {
  border-right: 1px solid #dde0ea;
}
header .head-box.grow {
  flex-grow: 1;
  border-right: none;
}
header .head-box.first {
  min-width: 200px;
}
header .head-box.last {
  padding: 8px;
}
header .head-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
header .head-btn:hover {
  color: #277B7B;
}
header .head-btn:hover .icon {
  color: #277B7B;
}
@media (min-width: 1201px) {
  header .head-btn .icon-bigger {
    font-size: 32px;
  }
  header .head-btn.enter {
    padding: 8px 24px;
  }
}
header .head-btn .icon-user {
  margin-right: 8px;
}
header .head-btn .total-count {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 20px;
  min-width: 20px;
  padding: 0 3px;
  background-color: #F76919;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-radius: 40px;
  line-height: 20px;
}
@media (max-width: 1200px) {
  header .head-btn .total-count {
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }
}
header .holder-phone {
  display: flex;
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 1201px) {
  header .holder-phone {
    padding: 0 24px;
  }
}
header .holder-phone .icon {
  margin-right: 8px;
}
header .holder-phone .actions {
  display: flex;
  flex-direction: column;
}
header .holder-phone .callphone {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
header .holder-phone .callphone:hover {
  color: #277B7B;
}
header .holder-phone .callback {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #277B7B;
  text-decoration: underline;
  white-space: nowrap;
}
header .holder-phone .callback:hover {
  text-decoration: none;
}
header .holder-search {
  flex-grow: 1;
  padding: 0 12px;
}
@media (min-width: 1201px) {
  header .holder-search {
    padding: 0 24px;
  }
}
header .holder-search .input-wrapper {
  height: 44px;
  margin-bottom: 0;
  border-radius: 0;
}
header .holder-search .input-wrapper input {
  height: 100%;
  background: #f8f9fc;
  border: 1px solid #dde0ea;
  border-radius: 8px;
  padding: 12px 12px 12px 42px;
  color: #5C5E70;
}
header .holder-search .input-wrapper input::-moz-placeholder {
  color: #5C5E70;
}
header .holder-search .input-wrapper input::placeholder {
  color: #5C5E70;
}
header .holder-search .icon-search {
  position: absolute;
  top: 50%;
  left: 16px;
  font-size: 18px;
  color: #5C5E70;
  transform: translateY(-50%);
}
header .holder-search .icon-close {
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 18px;
  color: #5C5E70;
  transform: translateY(-50%);
  cursor: pointer;
}
header .holder-search .icon-close.visible {
  visibility: visible;
}
header .holder-lang {
  position: relative;
  z-index: 3;
  height: 100%;
}
header .holder-lang:hover .lang-sub {
  visibility: visible;
}
header .holder-lang:hover .icon {
  transform: rotate(180deg);
}
header .holder-lang .lang-current {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 12px;
  cursor: pointer;
}
header .holder-lang .lang-sub {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #dde0ea;
}
header .holder-lang .lang-sub a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #1A141F;
}
header .holder-lang .lang-sub a:hover {
  color: #277B7B;
}
header .holder-lang .icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
@media (min-width: 1201px) {
  header .holder-lang .icon {
    font-size: 32px;
  }
}

.simple_header .header-menu,
.simple_header .footer-subscribe,
.simple_header .breadcrumbs {
  display: none;
}
.simple_header header {
  justify-content: space-between;
}
.simple_header header .head-box:not(:last-child) {
  border: none;
}
.simple_header header .head-box:not(.simple) {
  display: none;
}
.simple_header header .head-box.simple.max {
  flex-grow: 1;
  justify-content: flex-start;
}
.simple_header header .head-box .holder-phone .icon {
  display: none;
}
.simple_header .mobile-header .header-box {
  flex-grow: inherit;
}
.simple_header .mobile-header .header-box:not(:last-child) {
  border: none;
}
.simple_header .mobile-header .header-box:not(.simple) {
  display: none;
}
.simple_header .mobile-header .header-box.only_simple {
  order: 6;
  display: block;
}
.simple_header .mobile-header .header-box .mobile-logo {
  padding: 0;
}

.header-menu {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background-color: #fff;
  border-bottom: 1px solid #dde0ea;
}
.header-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu li {
  display: flex;
  align-items: center;
  position: relative;
}
.header-menu li::marker {
  content: "";
}
.header-menu li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
.header-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 24px;
  background-color: #dde0ea;
}
.header-menu a {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.header-menu a:hover {
  color: #277B7B;
}
@media (min-width: 961px) {
  .header-menu {
    display: flex;
  }
}
@media (min-width: 1201px) {
  .header-menu li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
  .header-menu a {
    font-size: 16px;
  }
}

.mobile-close-menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: rgba(39, 123, 123, 0.1);
  border: 1px solid #dde0ea;
}
.mobile-close-menu:hover {
  background-color: transparent;
}
.mobile-close-menu:hover .icon {
  color: #E81602;
}
.mobile-close-menu .icon {
  font-size: 20px;
}

.mobile-header {
  display: none;
  justify-content: space-between;
  padding: 0 24px;
  height: 60px;
  border-bottom: 1px solid #dde0ea;
  background-color: #fff;
}
@media (max-width: 743.98px) {
  .mobile-header {
    padding: 0 16px;
  }
}
.mobile-header .header-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 100%;
}
.mobile-header .header-box:not(:last-child) {
  border-right: 1px solid #dde0ea;
}
@media (max-width: 743.98px) {
  .mobile-header .header-box.tablet {
    display: none;
  }
  .mobile-header .header-box.box-menu {
    order: 1;
  }
  .mobile-header .header-box.box-search {
    order: 2;
  }
  .mobile-header .header-box.box-logo {
    order: 3;
  }
  .mobile-header .header-box.box-like {
    order: 4;
  }
  .mobile-header .header-box.box-cart {
    order: 5;
  }
}
.mobile-header .header-box.only_simple {
  display: none;
}
.mobile-header .holder-phone {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: right;
}
.mobile-header .holder-phone .actions {
  display: flex;
  flex-direction: column;
}
.mobile-header .holder-phone .callphone {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.mobile-header .holder-phone .callphone:hover {
  color: #277B7B;
}
.mobile-header .holder-phone .callback {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #277B7B;
  text-decoration: underline;
  white-space: nowrap;
}
.mobile-header .holder-phone .callback:hover {
  text-decoration: none;
}
.mobile-header .mobile-logo {
  padding: 0 10px;
  min-width: 40px;
}
.mobile-header .box-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
.mobile-header .box-btn:hover {
  color: #277B7B;
}
.mobile-header .box-btn:hover .icon {
  color: #277B7B;
}
.mobile-header .box-btn .icon-user {
  margin-right: 8px;
}
.mobile-header .box-btn .total-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  padding: 0 3px;
  height: 16px;
  background-color: #F76919;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  border-radius: 40px;
  line-height: 16px;
}
.mobile-header .search-panel-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
}
.mobile-header .search-panel-mobile.active {
  visibility: visible !important;
  opacity: 1;
  transform: translateX(0);
}
.mobile-header .search-panel-mobile form {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  height: 60px;
}
.mobile-header .search-panel-mobile form input {
  display: block;
  flex: auto;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  height: 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #5C5E70;
}
.mobile-header .search-panel-mobile form input::-moz-placeholder {
  color: #5C5E70;
}
.mobile-header .search-panel-mobile form input::placeholder {
  color: #5C5E70;
}
.mobile-header .search-panel-mobile form .search-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-left: 10px;
  cursor: pointer;
  pointer-events: all;
  background-color: rgba(39, 123, 123, 0.1);
}
.mobile-header .search-panel-mobile form .search-btn:hover {
  background-color: rgba(39, 123, 123, 0.2);
}
.mobile-header .search-panel-mobile form .search-btn .icon {
  font-size: 20px;
}

@media (max-width: 960px) {
  header {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
}
.no_footer footer {
  display: none;
}

.footer-seotext {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.footer-seotext .inner-box {
  padding-top: 6px;
  height: 200px;
  overflow: hidden;
}
.footer-seotext.active .inner-box {
  height: auto;
}
.footer-seotext.active .gradient {
  display: none;
}
.footer-seotext.active .more {
  display: none;
}
.footer-seotext .gradient {
  display: flex;
  align-items: flex-end;
  font-style: normal;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 100%);
  z-index: 1;
}
.footer-seotext .more {
  position: relative;
  cursor: pointer;
  color: #F76919;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  background: none;
  text-transform: uppercase;
  z-index: 2;
}
.footer-seotext .more:hover {
  text-decoration: underline;
}
@media (min-width: 744px) {
  .footer-seotext .more {
    font-size: 18px;
    line-height: 28px;
  }
}

.footer-seotext {
  font-size: 18px;
  line-height: 24px;
  max-width: 100%;
  padding: 0 80px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .footer-seotext {
    margin-bottom: 60px;
  }
}
@media (max-width: 743.98px) {
  .footer-seotext {
    margin-bottom: 40px;
  }
}
.footer-seotext p {
  margin: 27px 0;
}
.footer-seotext strong {
  font-weight: 700;
}
.footer-seotext h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  text-transform: uppercase;
}
.footer-seotext h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.footer-seotext h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.footer-seotext ul {
  margin: 26px 0;
  list-style-type: none;
  max-width: 595px;
}
.footer-seotext ul li {
  line-height: 200%;
}
.footer-seotext ul li:before {
  content: "—";
  position: relative;
  margin-right: 7px;
}
.footer-seotext ol {
  margin: 27px 0;
  list-style-type: none;
  max-width: 595px;
}
.footer-seotext ol li {
  line-height: 200%;
  counter-increment: my-counter;
}
.footer-seotext ol li:before {
  content: counter(my-counter) ".";
  position: relative;
  margin-right: 5px;
}
.footer-seotext a {
  color: #f98e53;
  transition: all 0.3s;
}
.footer-seotext a:hover {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .footer-seotext {
    padding: 0 24px;
    font-size: 16px;
  }
}
@media (max-width: 743.98px) {
  .footer-seotext {
    max-width: 100%;
    padding: 0 16px;
    font-size: 14px;
  }
  .footer-seotext p {
    margin: 24px 0;
  }
  .footer-seotext h1 {
    font-size: 22px;
    line-height: 22px;
  }
  .footer-seotext h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .footer-seotext h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .footer-seotext ul {
    margin: 24px 0;
    max-width: 100%;
  }
  .footer-seotext ul li {
    line-height: 200%;
  }
  .footer-seotext ul li:before {
    margin-right: 8px;
  }
  .footer-seotext ol {
    margin: 24px 0;
    max-width: 100%;
  }
  .footer-seotext ol li {
    line-height: 200%;
  }
  .footer-seotext ol li:before {
    margin-right: 8px;
  }
}

.footer-subscribe {
  max-width: 100%;
  padding: 0 80px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .footer-subscribe {
    padding: 24px;
    margin-bottom: 60px;
  }
}
@media (max-width: 743.98px) {
  .footer-subscribe {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
}
.footer-subscribe .subscribe-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  padding: 44px 32px;
}
@media (max-width: 743.98px) {
  .footer-subscribe .subscribe-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 60px 16px;
  }
}
.footer-subscribe .subscribe-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 32px;
}
@media (max-width: 960px) {
  .footer-subscribe .subscribe-form {
    margin-right: 0;
  }
}
@media (max-width: 743.98px) {
  .footer-subscribe .subscribe-form {
    width: 100%;
    margin-top: 44px;
  }
}
.footer-subscribe .subscribe-form .brand-btn {
  margin-top: 32px;
  display: inline-block;
}
@media (max-width: 743.98px) {
  .footer-subscribe .subscribe-form .brand-btn {
    width: 100%;
  }
}
.footer-subscribe .subscribe-form input {
  width: 410px;
  max-width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 0;
  border-bottom: 2px solid #1A141F;
}
@media (max-width: 960px) {
  .footer-subscribe .subscribe-form input {
    width: 324px;
  }
}
@media (max-width: 743.98px) {
  .footer-subscribe .subscribe-form input {
    width: 100%;
  }
}
.footer-subscribe .subscribe-benefit {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .footer-subscribe .subscribe-benefit {
    font-size: 24px;
  }
}
.footer-subscribe .subscribe-brand {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
}
@media (max-width: 960px) {
  .footer-subscribe .subscribe-brand {
    font-size: 48px;
  }
}

.glowed-benefits {
  padding: 24px 80px;
  background-color: #277B7B;
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .glowed-benefits {
    padding: 24px;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 743.98px) {
  .glowed-benefits {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
}
.glowed-benefits .item {
  flex: 0 0 calc(25% - 18px);
  display: flex;
  align-items: center;
}
.glowed-benefits .item:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 1200px) {
  .glowed-benefits .item {
    flex: auto;
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 743.98px) {
  .glowed-benefits .item {
    width: 100%;
    margin-right: 0;
  }
}
.glowed-benefits .item img {
  max-width: 60px;
  max-height: 50px;
  margin-right: 16px;
}
.glowed-benefits .item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.footer-main {
  background-color: #fff;
  padding: 60px 80px 40px;
}
@media (max-width: 1200px) {
  .footer-main {
    padding: 60px 24px 40px;
  }
}
@media (max-width: 743.98px) {
  .footer-main {
    padding: 32px 16px;
  }
}
.footer-main .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .footer-main .top {
    flex-wrap: wrap;
  }
}
.footer-main .top .foot-box {
  flex: 0 0 calc(25% - 30px);
}
.footer-main .top .foot-box:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 960px) {
  .footer-main .top .foot-box.big {
    flex: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 743.98px) {
  .footer-main .top .foot-box.big {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
}
@media (max-width: 960px) {
  .footer-main .top .foot-box.small {
    flex: auto;
    width: calc(33.333% - 16px);
    margin-right: 16px;
  }
}
@media (max-width: 743.98px) {
  .footer-main .top .foot-box.small {
    width: 100%;
    padding: 16px 0;
    margin-right: 0;
    border-top: 1px solid #dde0ea;
  }
}
.footer-main .top .foot-caption {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #277B7B;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-main .top .foot-caption .icon {
  font-size: 20px;
  color: #277B7B;
  display: none;
  transition: transform 0.3s ease;
}
.footer-main .top .foot-caption.shown .icon {
  transform: rotate(180deg);
}
@media (max-width: 743.98px) {
  .footer-main .top .foot-caption {
    cursor: pointer;
    margin-bottom: 0;
  }
  .footer-main .top .foot-caption .icon {
    display: block;
  }
}
@media (max-width: 743.98px) {
  .footer-main .top .foot-slide {
    display: none;
    padding-top: 16px;
  }
}
@media (min-width: 744px) {
  .footer-main .top .foot-slide {
    display: block !important;
  }
}
.footer-main .top .foot-logo {
  display: block;
  margin-bottom: 16px;
}
.footer-main .top .foot-logo img {
  max-width: 193px;
}
.footer-main .top .logo-side {
  margin-top: 16px;
}
@media (max-width: 960px) {
  .footer-main .top .logo-side {
    margin-top: 0;
    margin-left: 16px;
  }
}
@media (max-width: 743.98px) {
  .footer-main .top .logo-side {
    margin-top: 16px;
    margin-left: 0;
  }
}
.footer-main .top .foot-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5C5E70;
  margin-bottom: 16px;
  max-width: 320px;
}
.footer-main .top .foot-socials {
  display: flex;
}
.footer-main .top .foot-socials a:hover .icon {
  color: #277B7B;
}
.footer-main .top .foot-socials a:not(:last-child) {
  margin-right: 24px;
}
.footer-main .top .footer-menu li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-main .top .footer-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A141F;
}
.footer-main .top .footer-menu a:hover {
  color: #277B7B;
}
.footer-main .top .foot-contact {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.footer-main .top .foot-contact:hover {
  color: #277B7B;
}
.footer-main .top .foot-shedule {
  margin-top: 24px;
  color: #277B7B;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.footer-main .top .foot-shedule__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.footer-main .bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin-top: 24px;
  gap: 24px;
}
@media (min-width: 744px) {
  .footer-main .bottom {
    flex-direction: row;
    align-items: center;
  }
}
.footer-main .bottom .f-logo-sense {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  color: #1A141F;
}
.footer-main .bottom .f-logo-sense img {
  margin-right: 12px;
  width: 42px;
  height: auto;
}
.footer-main .bottom .f-logo-sense .in_one_line {
  white-space: nowrap;
}
.footer-main .bottom .cr {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 744px) and (max-width: 960px) {
  .footer-main .bottom .cr {
    max-width: 150px;
  }
}
.footer-main .bottom .pay {
  display: flex;
  align-items: center;
  order: 1;
}
@media (min-width: 744px) {
  .footer-main .bottom .pay {
    order: 0;
  }
}
.footer-main .bottom .pay img {
  display: block;
}
.footer-main .bottom .pay img:not(:last-child) {
  margin-right: 16px;
}
@media (min-width: 744px) {
  .footer-main .bottom .pay img:not(:last-child) {
    margin-right: 32px;
  }
}

.footer-main .bottom .logo-inweb {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  line-height: 16px;
  color: black;
  white-space: nowrap;
  text-wrap: nowrap;
}
@media all and (max-width: 743px) {
  .footer-main .bottom .logo-inweb {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.footer-main .bottom .logo-inweb img {
  height: 22px;
  width: unset;
  aspect-ratio: auto 2358/551;
}
@media all and (max-width: 743px) {
  .footer-main .bottom .logo-inweb img {
    margin-right: 12px;
  }
}

.anim-logo {
  animation: logo-animation 8s infinite both;
}

@keyframes logo-animation {
  0% {
    fill: #ffc000;
  }
  25% {
    fill: #41c2c2;
  }
  50% {
    fill: #f76919;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric .icon-toggler {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-size: 20px;
  color: #5C5E70;
  transition: transform 0.3s ease;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric .icon-toggler {
  transform: translateY(-50%) rotate(180deg);
}
.selectric-open .selectric-items {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.selectric-disabled-js {
  pointer-events: none;
}

.char-select {
  position: static;
  border: 1px solid #DDD;
  width: 100%;
  height: 46px;
  background-color: #ffffff;
  opacity: 1;
  z-index: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 100px;
  padding-left: 13px;
  font-size: 16px;
  line-height: 38px;
  color: #444;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  opacity: 0;
  z-index: -1;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: visible;
  top: 0;
  left: 0;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
  clip: inherit !important;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(-10px);
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #aaa #fff;
}
.selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.selectric-items .selectric-scroll::-webkit-scrollbar-track {
  width: 10px;
  height: 10px;
  background-color: #FFF;
}
.selectric-items .selectric-scroll::-webkit-scrollbar-corner {
  width: 10px;
  height: 10px;
  background-color: #FFF;
}
.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  border-radius: 0px;
  background-color: #cccccc;
}
.selectric-items .selectric-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #a3a3a3;
}
.selectric-items .selectric-scroll::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control {
  position: relative;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-dropdown {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-control.single .selectize-input.input-active {
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #dde0ea;
  background-color: #f2f6fb;
  padding: 8px;
  border-radius: 100px;
  box-shadow: none;
  height: 52px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.disabled {
  cursor: default !important;
}
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-disabled] {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input {
  cursor: pointer;
}
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active {
  cursor: text;
}
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  font-family: "icomoon";
  content: "\e904";
  color: #5C5E70;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  font-size: 20px;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}

/*For IE8 or lower*/
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection, .xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 265px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
  display: none !important;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 25px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 25px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #41C2C2;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 37px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #41C2C2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #41C2C2;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #41C2C2;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}

.favourite-brands2 .container {
  display: block;
  align-items: center;
  text-align: center;
  padding: 28px 72px;
}
@media (max-width: 960px) {
  .favourite-brands2 .container {
    padding: 28px 15px;
  }
}
.favourite-brands2 .container .brands {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.favourite-brands2 .container .brands-sunglasses, .favourite-brands2 .container .brands-lenses {
  width: 500px;
  flex: 0 0 500px;
  padding: 0px 20px;
}
@media (max-width: 1161px) {
  .favourite-brands2 .container .brands-sunglasses, .favourite-brands2 .container .brands-lenses {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 960px) {
  .favourite-brands2 .container .brands-sunglasses, .favourite-brands2 .container .brands-lenses {
    width: 100%;
    flex: 0 0 100%;
  }
}
.favourite-brands2 .container .brands-sunglasses .brand-title, .favourite-brands2 .container .brands-lenses .brand-title {
  display: inline-block;
  padding: 0px 67px;
  height: 68px;
  font-weight: 600;
  font-size: 14px;
  line-height: 90px;
  background-position: center 13px;
  background-repeat: no-repeat;
  background-size: 42px;
  border-radius: 34px;
  box-sizing: border-box;
  box-sizing: border-box;
}
.favourite-brands2 .container .brands-sunglasses .brands-list, .favourite-brands2 .container .brands-lenses .brands-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.favourite-brands2 .container .brands-sunglasses .brands-list a, .favourite-brands2 .container .brands-lenses .brands-list a {
  margin: 0px 0px 20px;
  display: block;
  width: 33%;
  flex: 0 0 33%;
  height: 100px;
  position: relative;
  border-radius: 50px;
  background-color: rgb(255, 255, 255);
  transition: all 0.2s;
}
@media (max-width: 1161px) {
  .favourite-brands2 .container .brands-sunglasses .brands-list a, .favourite-brands2 .container .brands-lenses .brands-list a {
    width: 40%;
    flex: 0 0 40%;
  }
}
.favourite-brands2 .container .brands-sunglasses .brands-list a:hover, .favourite-brands2 .container .brands-lenses .brands-list a:hover {
  background-color: rgba(65, 194, 194, 0.1);
}
.favourite-brands2 .container .brands-sunglasses .brands-list a .img, .favourite-brands2 .container .brands-lenses .brands-list a .img {
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0.6;
}
.favourite-brands2 .container .brands-sunglasses .brand-title {
  background-image: url(/img/user/sunglasses.svg);
  color: #ffc000;
  border: 1px solid rgba(255, 192, 0, 0.5);
}
.favourite-brands2 .container .brands-lenses {
  border-right: 1px solid #aaa;
}
@media (max-width: 960px) {
  .favourite-brands2 .container .brands-lenses {
    border: 0px;
  }
}
.favourite-brands2 .container .brands-lenses .brand-title {
  background-image: url(/img/user/lenses.svg);
  color: #41c2c2;
  border: 1px solid rgba(65, 194, 194, 0.5);
}
.favourite-brands2 .container .lenses-info {
  padding: 20px 0px 0px;
  text-align: left;
}
.favourite-brands2 .container .lenses-info p {
  margin: 26px 0px;
  font-size: 1.5rem;
  line-height: 144.74%;
  font-weight: 400;
}
.favourite-brands2 .container .lenses-cats {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.favourite-brands2 .container .lenses-cats a {
  display: flex;
  width: 22%;
  flex: 0 0 22%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50%;
  margin-bottom: 20px;
  min-height: 200px;
  font-size: 1.2rem;
  line-height: 120%;
  font-weight: 400;
}
.favourite-brands2 .container .lenses-cats a:hover {
  box-shadow: 0px 0px 5px 0px rgb(249, 142, 83);
  text-decoration: none;
}
@media (max-width: 960px) {
  .favourite-brands2 .container .lenses-cats a {
    width: 49%;
    flex: 0 0 49%;
  }
}

.favourite-brands-info {
  background: #f4b083;
}
.favourite-brands-info .info {
  width: 1000px;
  margin: 0px auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.favourite-brands-info .info .img {
  width: 20%;
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.favourite-brands-info .info .img img {
  display: block;
  max-width: 100%;
}
.favourite-brands-info .info .text {
  width: 76%;
  flex: 0 0 76%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}
@media (max-width: 1000px) {
  .favourite-brands-info .info {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .favourite-brands-info .info .img {
    width: 100%;
    flex: 0 0 100%;
  }
  .favourite-brands-info .info .img img {
    max-width: 40%;
  }
  .favourite-brands-info .info .text {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 15px;
    font-size: 4.2758208vw;
    line-height: 130%;
  }
}

.brand-info-top {
  display: flex;
  justify-content: center;
  max-width: 1070px;
  align-items: center;
  margin: 0px auto 30px;
}
.brand-info-top .brand-logo {
  border-right: 2px solid #41c2c2;
  padding-right: 20px;
  margin-right: 20px;
}
.brand-info-top .brand-description {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 120%;
  color: #000;
  text-align: left;
}
@media (max-width: 960px) {
  .brand-info-top {
    display: block;
  }
  .brand-info-top .brand-logo,
  .brand-info-top .brand-description {
    width: 100%;
    margin-bottom: 20px;
    border: 0px;
  }
}

.brands-items-wrapper {
  padding: 0px;
  margin: 0px auto 50px;
}
.brands-items-wrapper h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 127.4%;
}
.brands-items-wrapper .brands-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1070px;
  margin: 30px auto 0px;
}
.brands-items-wrapper .brands-filters a {
  display: block;
  margin: 0px 15px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 120%;
  color: #000;
}
.brands-items-wrapper .brands-filters a:hover, .brands-items-wrapper .brands-filters a.active {
  text-decoration: underline;
  color: #f98e53;
}
@media (max-width: 960px) {
  .brands-items-wrapper .brands-filters {
    flex-wrap: wrap;
  }
  .brands-items-wrapper .brands-filters a {
    margin: 0px 0px 15px;
    display: block;
    width: 50%;
    flex: 0 0 50%;
  }
}

.brands-seo-texts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1070px;
  margin: 0px auto;
}
.brands-seo-texts div {
  width: 50%;
  flex: 0 0 50%;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 120%;
  color: #666;
  padding: 20px;
  text-align: left;
}
.brands-seo-texts div.left {
  border-right: 1px solid #41c2c2;
}
.brands-seo-texts div.right {
  border-left: 1px solid #41c2c2;
}
@media (max-width: 960px) {
  .brands-seo-texts {
    display: block;
  }
  .brands-seo-texts div {
    width: 100%;
    border: 0px !important;
  }
}

.brand_description {
  padding: 20px;
  text-align: left;
  width: 100%;
  max-width: 960px;
}
.brand_description p {
  margin: 26px 0px;
  font-size: 1.5rem;
  line-height: 144.74%;
  font-weight: 400;
}

.news-block {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .news-block {
    padding: 0 24px;
  }
}
@media (max-width: 743.98px) {
  .news-block {
    padding: 0 16px;
  }
}
.news-block .news-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 16px);
}
@media (max-width: 743.98px) {
  .news-block .news-wrapper {
    width: 100%;
  }
}
.news-block .blog-item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 16px);
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.news-block .blog-item .img img {
  transition: opacity 0.25s ease;
}
.news-block .blog-item:hover .title {
  color: #277B7B;
}
.news-block .blog-item:hover .img img {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .news-block .blog-item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 743.98px) {
  .news-block .blog-item {
    width: 100%;
    margin-right: 0;
  }
}
.news-block .blog-item .img {
  position: relative;
  padding-top: 270px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 1440px) {
  .news-block .blog-item .img {
    padding-top: 210px;
  }
}
@media (max-width: 1200px) {
  .news-block .blog-item .img {
    padding-top: 196px;
  }
}
@media (max-width: 960px) {
  .news-block .blog-item .img {
    padding-top: 226px;
  }
}
@media (max-width: 743.98px) {
  .news-block .blog-item .img {
    padding-top: 190px;
  }
}
.news-block .blog-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-block .blog-item .info {
  background-color: #fff;
  padding: 12px;
  width: 100%;
  max-width: 100%;
}
.news-block .blog-item .tags {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-block .blog-item .tags .hashtag {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 24px;
  max-height: 24px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  background-color: #277B7B;
  padding: 0 8px 6px;
  border-radius: 24px;
  margin-right: 4px;
}
@media (max-width: 743.98px) {
  .news-block .blog-item .tags .hashtag {
    font-size: 10px;
  }
}
.news-block .blog-item .tags .date {
  color: #6E7587;
  font-size: 12px;
  line-height: 22px;
}
.news-block .blog-item .titles {
  margin-top: 16px;
}
.news-block .blog-item .titles .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 44px;
  max-height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-block .blog-item .titles .short-descr {
  color: #5C5E70;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 36px;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.news-tags {
  margin: 0px auto 24px;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .news-tags {
    padding: 0 24px;
  }
}
@media (max-width: 960px) {
  .news-tags {
    background: #f6fcfc;
    padding: 16px;
  }
}
.news-tags-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px auto 8px;
}
.news-tags-wrapper a {
  display: block;
  border: 1px solid rgba(65, 194, 194, 0.5);
  border-radius: 10px;
  padding: 10px 13px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #000;
  transition: all 0.5s;
}
.news-tags-wrapper a:hover, .news-tags-wrapper a.active {
  background: rgb(65, 194, 194);
  color: #fff;
}
.news-tags span {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.news-tags span i {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #48bcbc;
  box-sizing: border-box;
  border: 1px solid #d3f0f0;
  margin-left: 16px;
  width: 41px;
  height: 41px;
  border-radius: 22px;
}
.news-tags span i img {
  display: block;
  width: 23px;
  transition: all 0.2s;
}
@media (max-width: 960px) {
  .news-tags span {
    display: flex;
  }
}
@media (max-width: 960px) {
  .news-tags.closed .news-tags-wrapper {
    display: none;
  }
  .news-tags.closed span i img {
    transform: rotate(180deg);
  }
}

.article-content .share-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-content .share-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #000;
  cursor: pointer;
}
.article-content .share-links a img {
  display: block;
  width: 55px;
  margin-right: 13px;
}
.article-content .share-links a:hover {
  text-decoration: underline;
}

.cabinet-saved ul {
  display: block;
}
.cabinet-saved ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
.cabinet-saved ul li a {
  text-decoration: none;
  color: #000;
}
.cabinet-saved ul li a:hover {
  text-decoration: underline;
}
.cabinet-saved ul li a.js-delete-from-saved {
  color: #a00;
  font-size: 20px;
  font-width: 700;
  margin-right: 10px;
}

.blog-section.faq .container {
  max-width: 1070px;
  margin: 0px auto;
}
.blog-section.faq .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-section.faq .container .flex .col {
  width: 500px;
  flex: 0 0 500px;
}
.blog-section.faq .container .flex .col.faq .question_block h4 {
  font-size: 16px;
  line-height: 66px;
  box-sizing: border-box;
  color: #000;
  font-weight: 400;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  position: relative;
  padding-right: 80px;
}
.blog-section.faq .container .flex .col.faq .question_block h4 i {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 42px;
  width: 20px;
  height: 20px;
}
.blog-section.faq .container .flex .col.faq .question_block h4:hover {
  background: rgba(249, 142, 83, 0.1);
}
.blog-section.faq .container .flex .col.faq .question_block h4:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 100%;
  width: 1000px;
  background: rgba(249, 142, 83, 0.1);
}
.blog-section.faq .container .flex .col.faq .question_block h4:hover i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background: #f98e53;
}
.blog-section.faq .container .flex .col.faq .question_block h4:hover i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  height: 2px;
  width: 100%;
  background: #f98e53;
}
.blog-section.faq .container .flex .col.faq .question_block .questions {
  display: none;
  padding: 20px 0px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1070px;
}
@media (max-width: 1070px) {
  .blog-section.faq .container .flex .col.faq .question_block .questions {
    width: 100vw;
  }
}
.blog-section.faq .container .flex .col.faq .question_block .questions .question {
  width: 50%;
  flex: 0 0 50%;
  padding: 15px;
}
.blog-section.faq .container .flex .col.faq .question_block .questions .question p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 12px;
}
.blog-section.faq .container .flex .col.faq .question_block .questions .question p strong {
  font-weight: 600;
}
.blog-section.faq .container .flex .col.faq .question_block .questions .question ul,
.blog-section.faq .container .flex .col.faq .question_block .questions .question ol {
  padding: 0px 0px 15px;
}
.blog-section.faq .container .flex .col.faq .question_block .questions .question ul li,
.blog-section.faq .container .flex .col.faq .question_block .questions .question ol li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 12px;
}
.blog-section.faq .container .flex .col.faq .question_block .questions .question ul li strong,
.blog-section.faq .container .flex .col.faq .question_block .questions .question ol li strong {
  font-weight: 600;
}
.blog-section.faq .container .flex .col.faq .question_block.active .questions {
  display: flex;
}
.blog-section.faq .container .flex .col.faq .question_block.active h4 {
  color: #fff;
  font-weight: 600;
  background: #f98e53;
  box-sizing: border-box;
}
.blog-section.faq .container .flex .col.faq .question_block.active h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 100%;
  width: 1000px;
  background: #f98e53;
}
.blog-section.faq .container .flex .col.faq .question_block.active h4 i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  height: 2px;
  width: 100%;
  background: #fff;
}
.blog-section.faq .container .flex .col.links a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-repeat: no-repeat;
  transition: all 0.2s;
  color: #000;
}
.blog-section.faq .container .flex .col.links a:hover {
  font-weight: 700;
}
.blog-section.faq .container .flex .col.links a.faq0 {
  background-image: url("/img/user/faq/0.svg");
  background-position: 1px center;
  background-size: 38px;
}
.blog-section.faq .container .flex .col.links a.faq1 {
  background-image: url("/img/user/faq/1.svg");
  background-position: 0px center;
  background-size: 40px;
}
.blog-section.faq .container .flex .col.links a.faq2 {
  background-image: url("/img/user/faq/2.svg");
  background-position: 5px center;
  background-size: 31px;
}
.blog-section.faq .container .flex .col.links a.faq3 {
  background-image: url("/img/user/faq/3.svg");
  background-position: 6px center;
  background-size: 29px;
}
.blog-section.faq .container .flex .col.links a.faq4 {
  background-image: url("/img/user/faq/4.svg");
  background-position: 9px center;
  background-size: 23px;
}
.blog-section.faq .container .flex .col.links a.faq5 {
  background-image: url("/img/user/faq/5.svg");
  background-position: 7px;
  background-size: 27px;
}
.blog-section.faq .container .flex .col.links a.faq6 {
  background-image: url("/img/user/faq/6.svg");
  background-position: 9px;
  background-size: 22px;
}
.blog-section.faq .container .flex .col.links a.faq7 {
  background-image: url("/img/user/faq/7.svg");
  background-position: 6px;
  background-size: 29px;
}
.blog-section.faq .container .flex .col.links a.faq8 {
  background-image: url("/img/user/faq/8.svg");
  background-position: 7px;
  background-size: 26px;
}
.blog-section.faq .container .flex .col.links a.faq9 {
  background-image: url("/img/user/faq/9.svg");
  background-position: 11px;
  background-size: 18px;
}
.blog-section.faq .container .flex .col.links a.faq10 {
  background-image: url("/img/user/faq/10.svg");
  background-position: 9px;
  background-size: 22px;
}
.blog-section.faq .container .flex .col.links a.faq11 {
  background-image: url("/img/user/faq/11.svg");
  background-position: 8px;
  background-size: 24px;
}
.blog-section.faq .container .flex .col.links a span {
  display: block;
  font-size: 18px;
  line-height: 66px;
  width: 436px;
  flex: 0 0 436px;
  border-bottom: 1px solid #f98e53;
  box-sizing: border-box;
}

.hotline.blog-section.faq {
  background: #ffc000;
  padding: 33px;
  margin-top: 90px;
}
.hotline.blog-section.faq .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotline.blog-section.faq .container .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hotline.blog-section.faq .container .text img {
  display: block;
  width: 56px;
  margin-right: 19px;
}
.hotline.blog-section.faq .container .text p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 115%;
}
.hotline.blog-section.faq .container .dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotline.blog-section.faq .container .dots i {
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 15px;
  margin: 0px 16px;
}
.hotline.blog-section.faq .container .tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hotline.blog-section.faq .container .tel .img {
  width: 56px;
  margin-right: 11px;
}
.hotline.blog-section.faq .container .tel .img img {
  display: block;
  width: 100%;
}
.hotline.blog-section.faq .container .tel .call span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}
.hotline.blog-section.faq .container .tel .call a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 960px) {
  .blog-section.faq .container .flex .col {
    width: 48%;
    flex: 0 0 48%;
  }
  .blog-section.faq .container .flex .col.faq .question_block h4 {
    font-size: 12px;
    line-height: 120%;
    padding: 0px 44px 0px 15px;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .blog-section.faq .container .flex .col.faq .question_block h4 i {
    top: calc(50% - 10px);
    right: 16px;
  }
  .blog-section.faq .container .flex .col.faq .question_block h4 i:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background: #f98e53;
  }
  .blog-section.faq .container .flex .col.faq .question_block h4 i:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: calc(50% - 1px);
    height: 2px;
    width: 100%;
    background: #f98e53;
  }
  .blog-section.faq .container .flex .col.faq .question_block .questions {
    width: calc(100vw - 30px) !important;
    margin: 0px auto;
  }
  .blog-section.faq .container .flex .col.faq .question_block .questions .question {
    width: 100%;
    padding: 15px;
  }
  .blog-section.faq .container .flex .col.faq .question_block.active .questions {
    display: block;
  }
  .blog-section.faq .container .flex .col.links a span {
    font-size: 12px;
    line-height: 120%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    width: calc(100% - 48px);
    flex: 0 0 calc(100% - 48px);
    border-bottom: 0px;
  }
  .hotline.blog-section.faq {
    margin-top: 72px;
  }
  .hotline.blog-section.faq .container {
    display: block;
  }
  .hotline.blog-section.faq .container .text {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .hotline.blog-section.faq .container .text img {
    display: none;
  }
  .hotline.blog-section.faq .container .dots {
    margin-bottom: 26px;
  }
  .hotline.blog-section.faq .container .tel {
    display: flex;
    justify-content: center;
  }
}
.blog-section.certificates .container {
  margin: 0px auto;
  max-width: calc(100% - 270px);
  text-align: center;
}
.blog-section.certificates .container h2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}
.blog-section.certificates .container .items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 50px 0px 80px;
  position: relative;
}
.blog-section.certificates .container .items .slides-nav {
  position: absolute;
  top: calc(50% - 28px);
  transition: all 0.2s;
  width: 55px;
  height: 55px;
  border-radius: 28px;
  background-color: #48bcbc;
  box-sizing: border-box;
  border: 1px solid #d3f0f0;
  background-image: url(/img/user/blog-arr.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center center;
  cursor: pointer;
}
.blog-section.certificates .container .items .slides-nav.left {
  left: -105px;
  transform: rotate(-90deg);
}
.blog-section.certificates .container .items .slides-nav.right {
  right: -105px;
  transform: rotate(90deg);
}
.blog-section.certificates .container .items .slide {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.blog-section.certificates .container .items .slide.active {
  display: flex;
}
.blog-section.certificates .container .items .slide .item {
  width: 19%;
  flex: 0 0 19%;
  margin-bottom: 40px;
}
.blog-section.certificates .container .items .slide .item .img {
  margin-bottom: 14px;
}
.blog-section.certificates .container .items .slide .item .img img {
  display: block;
  width: 100%;
}
.blog-section.certificates .container .items .slide .item p {
  font-family: 600;
  font-size: 15px;
  line-height: normal;
  text-align: left;
}

@media (max-width: 960px) {
  .blog-section.certificates .container {
    max-width: 100%;
    padding: 0px 15px;
  }
  .blog-section.certificates .container h2 {
    font-size: 12px;
  }
  .blog-section.certificates .container .items {
    margin: 40px 0px 50px;
    overflow-x: auto;
  }
  .blog-section.certificates .container .items .slides-nav {
    display: none;
  }
  .blog-section.certificates .container .items .slide {
    width: auto;
    flex: auto;
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .blog-section.certificates .container .items .slide .item {
    width: 150px;
    flex: 0 0 150px;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .blog-section.certificates .container .items .slide .item .img {
    margin-bottom: 10px;
  }
  .blog-section.certificates .container .items .slide .item p {
    font-size: 12px;
  }
}
.subscribe {
  background-image: url(/img/user/sub_bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 62px 0px 38px;
}
.subscribe .container {
  max-width: 807px;
  margin: 0px auto;
  text-align: center;
}
.subscribe h3 {
  font-family: 700;
  font-size: 35px;
  line-height: 127.4%;
  margin: 0px 0px 18px;
  padding: 0px;
}
.subscribe h4 {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 144.7%;
  max-width: 550px;
  margin: 0px auto 65px;
  padding: 0px;
}
.subscribe form {
  margin-bottom: 56px;
}
.subscribe form label {
  font-family: 700;
  font-size: 15px;
  line-height: 1;
  display: block;
  margin: 0px auto 17px;
}
.subscribe form .form-group {
  position: relative;
}
.subscribe form .form-group:before {
  content: "";
  display: block;
  position: absolute;
  width: 602px;
  height: 5px;
  background: #ffd966;
  top: -5px;
  left: calc(50% - 301px);
}
.subscribe form .form-group:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  box-sizing: border-box;
  border: 5px solid #ffd966;
  left: calc(50% - 7px);
  bottom: -32px;
}
.subscribe form .form-group input {
  display: block;
  width: 100%;
  height: 85px;
  border-radius: 900px;
  background: rgba(255, 255, 255, 0.3);
  border: 0px;
  outline: none;
  padding: 0px 47px;
  font-size: 13px;
  font-family: 600;
}
.subscribe form .form-group button {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 47px;
  background: none;
  border: 0px;
}
.subscribe form .form-group button img {
  display: block;
  width: 100%;
  height: 100%;
}
.subscribe p {
  font-family: 700;
  font-size: 14px;
  line-height: 1;
  margin: 0px 0px 4px;
  color: #000;
}
.subscribe span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 144.7%;
  margin: 0px auto;
  max-width: 530px;
  color: #000;
  opacity: 0.5;
}

@media (max-width: 960px) {
  .subscribe {
    background-image: url(/img/user/sub_bg_mob.jpg);
    padding: 50px 0px 40px;
  }
  .subscribe .container {
    max-width: 100%;
    padding: 0px 15px;
  }
  .subscribe h3 {
    font-size: 16px;
    line-height: 127.4%;
    margin: 0px 0px 23px;
  }
  .subscribe h3 br {
    display: none;
  }
  .subscribe h4 {
    display: none;
  }
  .subscribe form {
    margin-bottom: 41px;
  }
  .subscribe form label {
    font-family: 700;
    font-size: 14px;
    line-height: 120%;
    margin: 0px auto 21px;
    max-width: 260px;
  }
  .subscribe form .form-group:before {
    width: 80%;
    left: 10%;
  }
  .subscribe form .form-group:after {
    content: "";
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    box-sizing: border-box;
    border: 5px solid #ffd966;
    left: calc(50% - 7px);
    bottom: -32px;
  }
  .subscribe form .form-group input {
    height: 53px;
    padding: 0px 22px;
  }
  .subscribe form .form-group button {
    right: 24px;
  }
  .subscribe p {
    font-size: 12px;
    line-height: 130%;
    margin: 0px 0px 9px;
    text-align: left;
    padding: 0px 0px 0px 35px;
    position: relative;
  }
  .subscribe p:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #ffd966;
    top: 5px;
    left: 4px;
  }
  .subscribe p:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #000;
    box-sizing: border-box;
    top: 1px;
    left: 0px;
  }
  .subscribe span {
    font-size: 12px;
    line-height: 144.7%;
    text-align: left;
    padding: 0px 0px 0px 35px;
    max-width: 100%;
  }
}
.cart-section {
  padding: 0 80px;
  margin: 24px 0 80px;
}
@media (max-width: 1200px) {
  .cart-section {
    padding: 0 24px;
    margin: 24px 0 60px;
  }
}
@media (max-width: 743.98px) {
  .cart-section {
    padding: 0 16px;
    margin: 16px 0 40px;
  }
}
.cart-section .cart-return {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cart-section .cart-return {
    margin-bottom: 24px;
  }
}
@media (max-width: 743.98px) {
  .cart-section .cart-return {
    margin-bottom: 16px;
  }
}
.cart-section .cart-return .cart-return-link {
  display: flex;
  align-items: center;
  color: #277B7B;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 8px 0;
}
.cart-section .cart-return .cart-return-link .icon {
  font-size: 20px;
  color: #277B7B;
  margin-right: 8px;
}
.cart-section .cart-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .cart-section .cart-wrapper {
    flex-direction: column;
  }
}
.cart-section .cart-block {
  width: calc(100% - 326px);
  padding-right: 16px;
}
@media (max-width: 960px) {
  .cart-section .cart-block {
    width: 100%;
    padding-right: 0;
  }
}
.cart-section .cart-item {
  position: relative;
  display: flex;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.cart-section .cart-item:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 744px) and (max-width: 1439.98px) {
  .cart-section .cart-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 743.98px) {
  .cart-section .cart-item {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.cart-section .cart-item img {
  max-width: 80px;
}
.cart-section .cart-item-present {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.cart-section .cart-item-present .icon {
  font-size: 32px;
  color: #F76919;
}
.cart-section .cart-item .cart-image {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  margin-right: 16px;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .cart-section .cart-item .cart-image {
    margin-right: 8px;
  }
  .cart-section .cart-item .cart-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
}
.cart-section .cart-item .cart-image-link {
  transition: opacity 0.25s ease;
}
.cart-section .cart-item .cart-image-link:hover {
  opacity: 0.7;
}
.cart-section .cart-item .cart-info {
  min-width: 268px;
  max-width: 268px;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .cart-section .cart-item .cart-info {
    min-width: inherit;
    max-width: inherit;
    width: calc(100% - 88px);
    padding-right: 30px;
  }
}
.cart-section .cart-item .cart-title-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-section .cart-item .cart-title-link:hover {
  color: #277B7B;
}
.cart-section .cart-item .cart-brand {
  margin-top: 8px;
}
.cart-section .cart-item .cart-brand-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.cart-section .cart-item .cart-brand-link:hover {
  color: #277B7B;
}
.cart-section .cart-item .cart-mod {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
  color: #5C5E70;
}
.cart-section .cart-item .cart-mod-change {
  display: inline-flex;
  color: #277B7B;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 8px;
  cursor: pointer;
}
.cart-section .cart-item .cart-mod-change:hover {
  color: #F76919;
}
.cart-section .cart-item .cart-state {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-left: 16px;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .cart-section .cart-item .cart-state {
    justify-content: flex-end;
    flex-wrap: wrap;
    min-width: 206px;
    max-width: 206px;
  }
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .cart-section .cart-item .cart-state {
    display: block;
    min-width: 100%;
    max-width: 100%;
    padding-left: 88px;
    margin-left: 0;
    margin-top: 16px;
  }
}
.cart-section .cart-item .cart-state.have-discount .price-actual {
  color: #E81602;
}
.cart-section .cart-item .counter-holder {
  min-width: 180px;
  max-width: 180px;
  margin: 0 16px;
}
.cart-section .cart-item .counter-holder.short {
  min-width: 120px;
  max-width: 120px;
  margin: 0 46px;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 960px) {
  .cart-section .cart-item .counter-holder {
    margin: 0;
  }
  .cart-section .cart-item .counter-holder.short {
    margin: 0;
  }
  .cart-section .cart-item .counter-holder.short.readonly {
    justify-content: flex-start;
    padding-left: 0;
  }
  .cart-section .cart-item .counter-holder.short.readonly .counter-text {
    margin: 0;
  }
}
.cart-section .cart-item .cart-price {
  display: flex;
  flex-direction: column;
  min-width: 90px;
  max-width: 90px;
  align-items: flex-start;
  margin-right: 16px;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .cart-section .cart-item .cart-price {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cart-section .cart-item .price-old {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #5C5E70;
}
.cart-section .cart-item .price-actual {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 2px;
}
.cart-section .cart-item .cart-price-counted {
  min-width: 120px;
  max-width: 120px;
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 961px) and (max-width: 1440px), (max-width: 960px) {
  .cart-section .cart-item .cart-price-counted {
    min-width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}
.cart-section .cart-item .cart-price-counted.present {
  color: #F76919;
}
.cart-section .cart-item .cart-remover {
  margin-left: 16px;
}
@media (max-width: 960px) {
  .cart-section .cart-item .cart-remover {
    order: -1;
    min-width: 100%;
    max-width: 100%;
    text-align: right;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 743.98px) {
  .cart-section .cart-item .cart-remover {
    margin-bottom: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    min-width: 24px;
    max-width: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1439.98px) {
  .cart-section .cart-item .cart-remover {
    margin-bottom: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    min-width: 24px;
    max-width: 24px;
  }
}
.cart-section .cart-item .cart-remover .icon-trash {
  color: #5C5E70;
  cursor: pointer;
}
.cart-section .cart-item .cart-remover .icon-trash:hover {
  color: #E81602;
}

.cart-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 743.98px) {
  .cart-section-title {
    margin-bottom: 16px;
  }
}
.cart-section-title h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
}
@media (max-width: 743.98px) {
  .cart-section-title h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.cart-section-title .brand-btn {
  padding: 0;
  border: none;
  color: #5C5E70;
}
.cart-section-title .brand-btn:hover {
  color: #F76919;
}

.cart-section-info {
  width: 326px;
}
@media (max-width: 960px) {
  .cart-section-info {
    width: 100%;
    margin-top: 16px;
  }
}
.cart-section-info .cart-bill {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.cart-section-info .cart-bill__caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.cart-section-info .cart-bill .to-checkout {
  margin-top: 24px;
}
.cart-section-info .cart-bill .brand-btn {
  padding: 11px;
  width: 100%;
  display: block;
}
.cart-section-info .cart-bill .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cart-section-info .cart-bill .summary__border {
  height: 1px;
  background-color: #dde0ea;
  margin: 24px 0;
}
.cart-section-info .cart-bill .summary.total {
  margin-bottom: 0;
}
.cart-section-info .cart-bill .summary.total .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #1A141F;
}
.cart-section-info .cart-bill .summary.total .amount {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.cart-section-info .cart-bill .summary .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #5c5e70;
}
.cart-section-info .cart-bill .summary .amount {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.cart-section-info .cart-bill .summary .amount.green {
  color: #00ac45;
}
.cart-section-info .cart-bill .summary .amount.red {
  color: #E81602;
  width: 100%;
  text-align: center;
}
.cart-section-info .cart-installments {
  background-color: #fffcf5;
  padding: 16px 24px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 8px;
}
.cart-section-info .cart-installments::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fca004;
}
.cart-section-info .cart-installments__text {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.15px;
}
.cart-section-info .cart-installments .brand-btn {
  width: 100%;
}
.cart-section-info .cart-promocode {
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  margin-top: 8px;
}
.cart-section-info .cart-promocode.closed .cart-promocode__toggler {
  color: #277B7B;
}
.cart-section-info .cart-promocode.closed .cart-promocode__toggler .icon {
  color: #277B7B;
}
.cart-section-info .cart-promocode.closed .close,
.cart-section-info .cart-promocode.closed .delete,
.cart-section-info .cart-promocode.closed .cart-promocode__holder,
.cart-section-info .cart-promocode.closed .brand-btn {
  display: none;
}
.cart-section-info .cart-promocode.opened .cart-promocode__toggler {
  color: #E81602;
}
.cart-section-info .cart-promocode.opened .cart-promocode__toggler .icon {
  color: #E81602;
}
.cart-section-info .cart-promocode.opened .add,
.cart-section-info .cart-promocode.opened .delete {
  display: none;
}
.cart-section-info .cart-promocode.delete .cart-promocode__toggler {
  color: #E81602;
}
.cart-section-info .cart-promocode.delete .cart-promocode__toggler .icon {
  color: #E81602;
}
.cart-section-info .cart-promocode.delete .add,
.cart-section-info .cart-promocode.delete .close {
  display: none;
}
.cart-section-info .cart-promocode__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-section-info .cart-promocode__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
}
.cart-section-info .cart-promocode__toggler {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.cart-section-info .cart-promocode__toggler .add,
.cart-section-info .cart-promocode__toggler .delete,
.cart-section-info .cart-promocode__toggler .close {
  display: flex;
  align-items: center;
}
.cart-section-info .cart-promocode__toggler .icon {
  font-size: 16px;
  margin-left: 4px;
}
.cart-section-info .cart-promocode__holder {
  margin-top: 16px;
}
.cart-section-info .cart-promocode__holder input {
  width: 100%;
  height: 52px;
  padding: 16px 14px;
  background: #f2f6fb;
  border: 1px solid #dde0ea;
  border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5c5e70;
}
.cart-section-info .cart-promocode__holder input.error {
  border-color: #E81602;
}
.cart-section-info .cart-promocode__holder input.error ~ .promocode-response.error {
  display: block;
  color: #E81602;
}
.cart-section-info .cart-promocode__holder input.true ~ .promocode-response.true {
  display: block;
  color: #277B7B;
}
.cart-section-info .cart-promocode__holder .promocode-response {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 0 14px;
  margin-top: 5px;
}
.cart-section-info .cart-promocode .brand-btn {
  width: 100%;
  margin-top: 16px;
}

.checkout-section {
  padding: 24px 80px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .checkout-section {
    padding: 24px;
  }
}
@media (max-width: 743.98px) {
  .checkout-section {
    padding: 16px;
  }
}
@media (max-width: 743.98px) {
  .checkout-section .checkout-head {
    display: flex;
    flex-direction: column-reverse;
  }
}
.checkout-section .checkout-title h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
}
@media (max-width: 743.98px) {
  .checkout-section .checkout-title h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

.steps-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  width: calc(100% + 8px);
}
@media (max-width: 743.98px) {
  .steps-holder {
    margin: 0 0 24px;
  }
}
.steps-holder .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaecf0;
  background-color: #eaecf0;
  border-radius: 8px;
  flex: auto;
  margin-right: 8px;
  padding: 8px 16px 8px 8px;
  text-align: center;
}
.steps-holder .item.active {
  background-color: #fff;
  border-color: #277B7B;
}
.steps-holder .item.active .digit {
  background-color: #277B7B;
}
.steps-holder .item.active .title {
  color: #1A141F;
}
@media (max-width: 743.98px) {
  .steps-holder .item.active .title {
    display: block;
  }
  .steps-holder .item.active .icon {
    display: none;
  }
}
.steps-holder .item .digit {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #d0d5dd;
  border-radius: 24px;
  margin-right: 8px;
}
.steps-holder .item .title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #d0d5dd;
}
@media (max-width: 743.98px) {
  .steps-holder .item .title {
    display: none;
  }
}
.steps-holder .item .icon {
  display: none;
  flex-grow: 1;
  font-size: 24px;
  color: #d0d5dd;
}
@media (max-width: 743.98px) {
  .steps-holder .item .icon {
    display: block;
  }
}

.double-checkout-block {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .double-checkout-block {
    display: block;
  }
}
.double-checkout-block .left-side {
  background-color: #fff;
  width: 100%;
  margin-right: 16px;
  padding: 24px;
  border-radius: 8px;
}
.double-checkout-block .right-side {
  min-width: 414px;
  max-width: 414px;
  flex-shrink: 0;
}
.double-checkout-block .right-side > *:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .double-checkout-block .right-side {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin-top: 16px;
  }
}

.step__caption {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
}
.step__caption .city {
  font-size: 14px;
}
.step__next-btn {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
.step__next-btn .brand-btn {
  width: 328px;
  max-width: 100%;
}
@media (max-width: 743.98px) {
  .step__next-btn .brand-btn {
    width: 100%;
  }
}
.step.step_1 .checkout-input-wrapper {
  width: 328px;
  max-width: 100%;
}
@media (max-width: 743.98px) {
  .step.step_1 .checkout-input-wrapper {
    width: 100%;
  }
}
.step.step_2 {
  width: 328px;
  max-width: 100%;
}
@media (max-width: 743.98px) {
  .step.step_2 {
    width: 100%;
  }
}

.disable_promo_btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  min-width: 60px;
  min-height: 60px;
  /* background: red; */
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.22s;
  cursor: pointer;
  margin: 0 auto;
}
.disable_promo_btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.disable_promo_btn span:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.disable_promo_btn span:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 50%;
  background-color: #fff;
}

.checkout-input {
  position: relative;
}
.checkout-input:not(:last-child) {
  margin-bottom: 16px;
}
.checkout-input .checkout-input-wrapper {
  position: relative;
}
.checkout-input .checkout-input-wrapper.error .checkout-input__field {
  border-color: #E81602;
}
.checkout-input__field {
  background-color: #f2f6fb;
  border: 1px solid #dde0ea;
  color: #5C5E70;
  height: 52px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 14px;
  border-radius: 100px;
  margin: 0;
  width: 100%;
}
.checkout-input .field-delivery-note {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #5C5E70;
  margin-bottom: 16px;
}
.checkout-input .field-note {
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  align-items: center;
  height: 52px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5C5E70;
  width: 100%;
  padding-left: 16px;
}
@media (max-width: 743.98px), (min-width: 961px) and (max-width: 1440px) {
  .checkout-input .field-note {
    position: relative;
    left: inherit;
    top: inherit;
    margin-bottom: 8px;
    height: auto;
    padding-left: 0;
  }
}
.checkout-input .field-error {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #E81602;
}

.select-wrapper {
  margin-bottom: 5px;
}
.select-wrapper.cities-select .selectize-control.single .selectize-input {
  border: 1px solid #c8c8c8;
}
.select-wrapper.cities-select .selectize-control.single .selectize-input:after {
  display: block !important;
  content: "";
  right: 20px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #5C5E70 transparent transparent transparent;
}
.select-wrapper.cities-select .selectize-control.single .selectize-input .item {
  color: #000;
}
.select-wrapper.cities-select .selectize-control.single .selectize-input input {
  color: #000;
}
.select-wrapper.cities-select .selectize-control.single .selectize-input input::-moz-placeholder {
  color: #000;
}
.select-wrapper.cities-select .selectize-control.single .selectize-input input::placeholder {
  color: #000;
}
.select-wrapper.cities-select .selectize-control.single .selectize-input:after {
  display: block !important;
  content: "";
  right: 20px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #c4c4c4 transparent transparent transparent;
}
.select-wrapper.cities-select.error .selectize-control.single .selectize-input {
  border: 1px solid #ff4040;
}
.select-wrapper .selectize-input {
  display: flex;
  align-items: center;
  border-radius: 100px;
  width: 100%;
  padding: 0 38px 0 21px;
  font-size: 1.6rem;
  line-height: 2rem;
}
.select-wrapper .selectize-input input {
  font-size: 16px;
  line-height: 16px;
}
.select-wrapper .selectize-input input::-moz-placeholder {
  color: #5C5E70;
  opacity: 1;
}
.select-wrapper .selectize-input input::placeholder {
  color: #5C5E70;
  opacity: 1;
}
.select-wrapper .selectize-input .item {
  font-size: 16px;
  line-height: 16px;
}
.select-wrapper .selectize-input > input {
  box-shadow: none;
  height: 100%;
  width: 100%;
}
.select-wrapper .selectize-input.error {
  border: 1px solid #ff4040;
}
.select-wrapper .selectize-control.single .selectize-input.input-active {
  display: flex;
}
.select-wrapper .selectize-dropdown {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5px;
}
.select-wrapper .selectize-dropdown .option,
.select-wrapper .selectize-dropdown .optgroup-header {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 20px 20px;
}
.select-wrapper label {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.select-wrapper.error label {
  color: #ff4040;
}
.select-wrapper.error .selectize-input {
  border: 1px solid #ff4040;
}

.radio-wrapper {
  display: flex;
}

.radio-button {
  position: relative;
  overflow: hidden;
  margin-right: 17px;
}
.radio-button:last-of-type {
  margin-right: 0;
}
.radio-button input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio-button input:checked ~ span {
  border-color: #277B7B;
}
.radio-button span {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #dde0ea;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.checkout-radio-select {
  width: 100%;
}
.checkout-radio-select .select-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-radio-select .select-item:not(:last-child) {
  margin-bottom: 24px;
}
.checkout-radio-select label {
  margin-bottom: 0;
}
.checkout-radio-select .title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 127.4%;
}
.checkout-radio-select .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.checkout-radio-select .price.green {
  color: #00ac45;
}

.delivery-methods {
  margin-top: 32px;
}

.delivery-radio-wrapper {
  margin-top: 32px;
}

.radio-column-button {
  position: relative;
  display: flex;
  cursor: pointer;
}
.radio-column-button input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.radio-column-button input:checked ~ .round {
  border-color: #5C5E70;
}
.radio-column-button input:checked ~ .round:after {
  opacity: 1;
}
.radio-column-button .round {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #d0d5dd;
  margin-right: 8px;
  cursor: pointer;
}
.radio-column-button .round:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #277B7B;
  opacity: 0;
}
.radio-column-button span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.radio-column-button.act .round:after {
  opacity: 1;
}

.checkout-checkbox-select .checkbox-note {
  margin-top: 7px;
  padding-left: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5C5E70;
}

.checkbox-column-button {
  position: relative;
  display: flex;
  cursor: pointer;
}
.checkbox-column-button input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.checkbox-column-button input:checked ~ .round {
  border-color: #5C5E70;
}
.checkbox-column-button input:checked ~ .round:after {
  opacity: 1;
}
.checkbox-column-button .round {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #d0d5dd;
  margin-right: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.checkbox-column-button .round:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #277B7B;
  opacity: 0;
}
.checkbox-column-button span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.address-input-wrapper {
  display: flex;
}

.checkout-comment {
  resize: none;
  height: 180px;
  width: 100%;
  outline: none;
  padding: 10px 14px;
  overflow: hidden;
  transition: height 0.3s ease;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  margin: 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A141F;
  font-family: "Roboto Flex";
}
.checkout-comment::-moz-placeholder {
  color: #5C5E70;
}
.checkout-comment::placeholder {
  color: #5C5E70;
}

.mobile-info {
  display: none;
}

.final-checkout-step {
  text-align: center;
  padding: 50px 0 104px;
}

.star-glowed {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 27px;
}

.tracking-number {
  font-weight: 600;
  font-size: 2rem;
  line-height: 127.4%;
  margin-bottom: 28px;
}

.final-note {
  font-size: 1.5rem;
  line-height: 1.8rem;
  max-width: 600px;
  margin: 0 auto 61px;
}

.final-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.final-links a {
  min-width: 275px;
  font-weight: 600;
  color: #41c2c2;
  text-transform: none;
}
.final-links a:first-of-type {
  margin-right: 38px;
}

.checkout_note {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.checkout_note .icon {
  font-size: 20px;
  line-height: 18px;
  color: #277B7B;
  margin-right: 8px;
}
.checkout_note span,
.checkout_note a {
  font-size: 16px;
  line-height: 18px;
}
.checkout_note a {
  color: #277B7B;
}
.checkout_note a:hover {
  color: #F76919;
}

@media only screen and (max-width: 1100px) {
  .address-input-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1200px) {
  .address-input-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 960px) {
  .final-checkout-step {
    padding: 0 16px 81px;
  }
  .star-glowed {
    width: 50px;
    height: 50px;
    margin-bottom: 29px;
  }
  .thanks-title {
    font-size: 25px;
    line-height: 115%;
    margin-bottom: 8px;
  }
  .tracking-number {
    font-size: 18px;
    line-height: 127.4%;
    margin-bottom: 29px;
  }
  .final-note {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 50px;
  }
  .final-links {
    flex-direction: column-reverse;
  }
  .final-links a:first-of-type {
    margin-right: 0;
  }
  .final-links a:last-of-type {
    margin-bottom: 21px;
  }
}
.checkout-items {
  background-color: #fff;
  border-radius: 8px;
}
.checkout-items__head {
  padding: 16px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.checkout-items__head:hover .head-title,
.checkout-items__head:hover .icon {
  color: #277B7B;
}
.checkout-items__head.shown .icon {
  transform: rotate(180deg);
}
.checkout-items__head .head-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
}
.checkout-items__head .head-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #5C5E70;
  margin-top: 8px;
}
.checkout-items__body {
  padding: 0 24px;
}
.checkout-items .checkout-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
  background-color: #fff;
  border-top: 1px solid #dde0ea;
}
.checkout-items .checkout-item:first-child {
  border-top: none;
  padding-top: 0;
}
.checkout-items .checkout-item-present {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 2;
}
.checkout-items .checkout-item-present .icon {
  color: #F76919;
}
.checkout-items .checkout-item img {
  max-width: 80px;
}
.checkout-items .checkout-item .checkout-image {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  margin-right: 8px;
}
.checkout-items .checkout-item .checkout-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.checkout-items .checkout-item .checkout-info {
  min-width: inherit;
  max-width: inherit;
  width: calc(100% - 88px);
}
.checkout-items .checkout-item .checkout-title-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.checkout-items .checkout-item .checkout-brand {
  margin-top: 8px;
}
.checkout-items .checkout-item .checkout-brand-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.checkout-items .checkout-item .checkout-mod {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-top: 8px;
  color: #5C5E70;
}
.checkout-items .checkout-item .checkout-mod-change {
  display: inline-flex;
  color: #277B7B;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 8px;
  cursor: pointer;
}
.checkout-items .checkout-item .checkout-mod-change:hover {
  color: #F76919;
}
.checkout-items .checkout-item .checkout-state {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 88px;
  margin-top: 16px;
}
.checkout-items .checkout-item .checkout-state.have-discount .price-actual {
  color: #E81602;
}
.checkout-items .checkout-item .counter-holder {
  min-width: 50px;
  max-width: 50px;
  padding: 0;
  justify-content: flex-start;
  padding-left: 0;
}
.checkout-items .checkout-item .counter-holder .counter-text {
  margin: 0;
}
.checkout-items .checkout-item .checkout-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.checkout-items .checkout-item .price-old {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #5C5E70;
}
.checkout-items .checkout-item .price-actual {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 2px;
}
.checkout-items .checkout-item .checkout-price-counted {
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  width: calc(100% - 50px);
}
.checkout-items .checkout-item .checkout-price-counted.present {
  color: #F76919;
}

.checkout-bill {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.checkout-bill .to-checkout {
  margin-top: 24px;
}
.checkout-bill .brand-btn {
  padding: 11px;
  width: 100%;
  display: block;
  margin-top: 24px;
}
.checkout-bill .condition {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.checkout-bill .condition a {
  color: #277B7B;
}
.checkout-bill .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.checkout-bill .summary.total {
  margin-bottom: 0;
}
.checkout-bill .summary.total .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #1A141F;
}
.checkout-bill .summary.total .amount {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.checkout-bill .summary__border {
  height: 1px;
  background-color: #dde0ea;
  margin: 16px 0;
}
.checkout-bill .summary .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #5c5e70;
}
.checkout-bill .summary .amount {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.checkout-bill .summary .amount.green {
  color: #00ac45;
}
.checkout-bill .summary .amount.red {
  color: #E81602;
  width: 100%;
  text-align: center;
}

.checkout-promocode {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.checkout-promocode.closed .checkout-promocode__toggler {
  color: #277B7B;
}
.checkout-promocode.closed .checkout-promocode__toggler .icon {
  color: #277B7B;
}
.checkout-promocode.closed .close,
.checkout-promocode.closed .delete,
.checkout-promocode.closed .checkout-promocode__holder,
.checkout-promocode.closed .brand-btn {
  display: none;
}
.checkout-promocode.opened .checkout-promocode__toggler {
  color: #E81602;
}
.checkout-promocode.opened .checkout-promocode__toggler .icon {
  color: #E81602;
}
.checkout-promocode.opened .add,
.checkout-promocode.opened .delete {
  display: none;
}
.checkout-promocode.delete .checkout-promocode__toggler {
  color: #E81602;
}
.checkout-promocode.delete .checkout-promocode__toggler .icon {
  color: #E81602;
}
.checkout-promocode.delete .add,
.checkout-promocode.delete .close {
  display: none;
}
.checkout-promocode__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-promocode__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
}
.checkout-promocode__toggler {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.checkout-promocode__toggler .add,
.checkout-promocode__toggler .delete,
.checkout-promocode__toggler .close {
  display: flex;
  align-items: center;
}
.checkout-promocode__toggler .icon {
  font-size: 16px;
  margin-left: 4px;
}
.checkout-promocode__holder {
  margin-top: 16px;
}
.checkout-promocode__holder .checkout-input {
  margin-bottom: 0;
}
.checkout-promocode__holder input {
  width: 100%;
  height: 52px;
  padding: 16px 14px;
  background: #f2f6fb;
  border: 1px solid #dde0ea;
  border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5c5e70;
}
.checkout-promocode__holder input.error {
  border-color: #E81602;
}
.checkout-promocode__holder .promocode-response {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 0 14px;
  margin-top: 5px;
}
.checkout-promocode__holder .promocode-response.error {
  color: #E81602;
}
.checkout-promocode__holder .promocode-response.true {
  color: #277B7B;
}
.checkout-promocode .brand-btn {
  width: 100%;
  margin-top: 16px;
}

.current-payments {
  margin-top: 16px;
  display: flex;
  padding-left: 28px;
}
.current-payments .payments-image {
  background-color: #f1f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.current-payments .payments-image img {
  max-width: 30px;
}
.current-payments .payments-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.current-payments .payments-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
  color: #5C5E70;
}
.current-payments .payments-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
}
.current-payments .brand-btn {
  margin-top: 16px;
  width: auto;
}

.checkout-empty {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  padding: 24px;
  text-align: center;
}

.select-wrapper .selectize-input.has-items.focus .item {
  width: auto;
}
.select-wrapper .selectize-input:not(.has-items) input {
  flex-grow: 1;
}

.thanks-section {
  padding: 0 80px;
  margin: 24px 0 80px;
}
@media (max-width: 1200px) {
  .thanks-section {
    padding: 0 24px;
    margin: 24px 0 60px;
  }
}
@media (max-width: 743.98px) {
  .thanks-section {
    padding: 0 16px;
    margin: 16px 0 40px;
  }
}
.thanks-section .thanks-return {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .thanks-section .thanks-return {
    margin-bottom: 24px;
  }
}
@media (max-width: 743.98px) {
  .thanks-section .thanks-return {
    margin-bottom: 16px;
  }
}
.thanks-section .thanks-return .thanks-return-link {
  display: flex;
  align-items: center;
  color: #277B7B;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 8px 0;
}
.thanks-section .thanks-return .thanks-return-link .icon {
  font-size: 20px;
  color: #277B7B;
  margin-right: 8px;
}
.thanks-section .thanks-head {
  display: flex;
  min-height: 300px;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 743.98px) {
  .thanks-section .thanks-head {
    display: block;
  }
}
.thanks-section .thanks-head .thanks-text {
  flex-grow: 1;
  padding: 70px 40px;
}
@media (max-width: 960px) {
  .thanks-section .thanks-head .thanks-text {
    padding: 32px;
  }
}
@media (max-width: 743.98px) {
  .thanks-section .thanks-head .thanks-text {
    padding: 16px;
  }
}
.thanks-section .thanks-head .thanks-text .h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .thanks-section .thanks-head .thanks-text .h2 {
    font-size: 32px;
    letter-spacing: normal;
  }
}
@media (max-width: 743.98px) {
  .thanks-section .thanks-head .thanks-text .h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.thanks-section .thanks-head .thanks-text .h3 {
  margin-top: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 743.98px) {
  .thanks-section .thanks-head .thanks-text .h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.thanks-section .thanks-head .thanks-text .h3 span {
  color: #277B7B;
}
.thanks-section .thanks-head .thanks-text .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5C5E70;
  margin-top: 4px;
}
.thanks-section .thanks-head .thanks-text .text:first-of-type {
  margin-top: 16px;
}
.thanks-section .thanks-head .thanks-text .text a {
  color: #277B7B;
}
.thanks-section .thanks-head .thanks-text .text a:hover {
  color: #F76919;
}
.thanks-section .thanks-head .thanks-image {
  min-width: 47%;
  max-width: 47%;
  position: relative;
  background-image: url("/img/user/checkout-thanks.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 743.98px) {
  .thanks-section .thanks-head .thanks-image {
    min-width: 100%;
    max-width: 100%;
    height: 160px;
  }
}
.thanks-section .thanks-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
@media (max-width: 960px) {
  .thanks-section .thanks-wrapper {
    flex-direction: column;
  }
}
.thanks-section .thanks-block {
  width: calc(100% - 326px);
  padding-right: 16px;
}
@media (max-width: 960px) {
  .thanks-section .thanks-block {
    width: 100%;
    padding-right: 0;
  }
}
.thanks-section .thanks-section-info {
  width: 326px;
}
@media (max-width: 960px) {
  .thanks-section .thanks-section-info {
    width: 100%;
    margin-top: 16px;
  }
}
.thanks-section .thanks-bill {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.thanks-section .thanks-bill__caption {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.thanks-section .thanks-bill__subcaption {
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
  color: #6e7587;
}
.thanks-section .thanks-bill .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.thanks-section .thanks-bill .summary__border {
  height: 1px;
  background-color: #dde0ea;
  margin: 24px 0;
}
.thanks-section .thanks-bill .summary.total {
  margin-bottom: 0;
}
.thanks-section .thanks-bill .summary.total .label {
  font-weight: 600;
  color: #1A141F;
}
.thanks-section .thanks-bill .summary.total .amount {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.thanks-section .thanks-bill .summary .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #5c5e70;
}
.thanks-section .thanks-bill .summary .amount {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.thanks-section .thanks-bill .summary .amount.green {
  color: #00ac45;
}
.thanks-section .thanks-bill .summary .amount.red {
  color: #E81602;
  width: 100%;
  text-align: center;
}
.thanks-section .thanks-items-caption {
  padding: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}
.thanks-section .thanks-items-head {
  padding: 16px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #5C5E70;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .thanks-section .thanks-items-head {
    display: none;
  }
}
.thanks-section .thanks-items-head .first {
  min-width: 364px;
  max-width: 364px;
}
.thanks-section .thanks-items-head .second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  margin-left: 16px;
}
.thanks-section .thanks-items-head .price {
  min-width: 90px;
  max-width: 90px;
  margin-right: 16px;
}
.thanks-section .thanks-items-head .count {
  min-width: 100px;
  max-width: 100px;
  margin: 0 16px;
  text-align: center;
}
.thanks-section .thanks-items-head .summ {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.thanks-section .thanks-item {
  position: relative;
  display: flex;
  padding: 16px;
  background-color: #fff;
  border-top: 1px solid #dde0ea;
}
.thanks-section .thanks-item:last-of-type {
  border-radius: 0 0 8px 8px;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .thanks-section .thanks-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 743.98px) {
  .thanks-section .thanks-item:not(:first-of-type) {
    border-top: none;
  }
}
.thanks-section .thanks-item-present {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.thanks-section .thanks-item-present .icon {
  font-size: 32px;
  color: #F76919;
}
.thanks-section .thanks-item img {
  max-width: 80px;
}
.thanks-section .thanks-item .thanks-image {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  margin-right: 16px;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .thanks-section .thanks-item .thanks-image {
    margin-right: 8px;
  }
  .thanks-section .thanks-item .thanks-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
}
.thanks-section .thanks-item .thanks-info {
  min-width: 268px;
  max-width: 268px;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .thanks-section .thanks-item .thanks-info {
    min-width: inherit;
    max-width: inherit;
    width: calc(100% - 88px);
  }
}
.thanks-section .thanks-item .thanks-title-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thanks-section .thanks-item .thanks-title-link:hover {
  color: #277B7B;
}
.thanks-section .thanks-item .thanks-brand {
  margin-top: 8px;
}
.thanks-section .thanks-item .thanks-brand-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.thanks-section .thanks-item .thanks-brand-link:hover {
  color: #277B7B;
}
.thanks-section .thanks-item .thanks-mod {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
  color: #5C5E70;
}
.thanks-section .thanks-item .thanks-mod-change {
  display: inline-flex;
  color: #277B7B;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 8px;
  cursor: pointer;
}
.thanks-section .thanks-item .thanks-mod-change:hover {
  color: #F76919;
}
.thanks-section .thanks-item .thanks-state {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-left: 16px;
  justify-content: space-between;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .thanks-section .thanks-item .thanks-state {
    justify-content: flex-end;
    flex-wrap: wrap;
    min-width: 100%;
    max-width: 100%;
    padding-left: 88px;
    margin-left: 0;
    margin-top: 16px;
  }
}
.thanks-section .thanks-item .thanks-state.have-discount .price-actual {
  color: #E81602;
}
.thanks-section .thanks-item .counter-holder {
  min-width: 100px;
  max-width: 100px;
  margin: 0 16px;
  border-color: transparent;
  padding: 0;
}
.thanks-section .thanks-item .counter-holder .counter-text {
  margin: 0;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 960px) {
  .thanks-section .thanks-item .counter-holder {
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    min-width: 50%;
    max-width: 50%;
    height: 34px;
  }
}
.thanks-section .thanks-item .thanks-price {
  display: flex;
  flex-direction: column;
  min-width: 90px;
  max-width: 90px;
  align-items: flex-start;
  margin-right: 16px;
}
@media (min-width: 744px) and (max-width: 1439.98px), (max-width: 743.98px) {
  .thanks-section .thanks-item .thanks-price {
    min-width: 50%;
    max-width: 50%;
    margin-right: 0;
  }
}
.thanks-section .thanks-item .price-old {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #5C5E70;
}
.thanks-section .thanks-item .price-actual {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 2px;
}
.thanks-section .thanks-item .thanks-price-counted {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 961px) and (max-width: 1440px), (max-width: 960px) {
  .thanks-section .thanks-item .thanks-price-counted {
    min-width: 100%;
    max-width: 100%;
    margin-top: 16px;
    text-align: right;
  }
}
.thanks-section .thanks-item .thanks-price-counted.present {
  color: #F76919;
}
.thanks-section .thanks-details {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 16px;
}
.thanks-section .thanks-details__caption {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.thanks-section .thanks-details__table-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
}
.thanks-section .thanks-details__table {
  margin-top: 16px;
}
.thanks-section .thanks-details__table .row {
  display: flex;
  align-items: flex-start;
  padding: 8px 16px;
}
.thanks-section .thanks-details__table .row:nth-child(2n-1) {
  background-color: #f1f4ff;
  border-radius: 4px;
}
.thanks-section .thanks-details__table .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5C5E70;
  padding: 8px 20px 8px 8px;
  width: 40%;
  word-break: break-word;
}
@media (max-width: 960px) {
  .thanks-section .thanks-details__table .label {
    width: 50%;
  }
}
.thanks-section .thanks-details__table .char {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 8px 8px 20px;
  width: 60%;
}
@media (max-width: 960px) {
  .thanks-section .thanks-details__table .char {
    width: 50%;
  }
}

.gender-block .char-row {
  justify-content: space-between;
}
.gender-block label.char-label.gender {
  margin: 0px;
  width: 22%;
  flex: 0 0 22%;
}
.gender-block label.char-label.gender .icon-title-holder.gender {
  padding: 10px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gender-block label.char-label.gender .icon {
  display: block;
  width: 70px;
  height: 70px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.gender-block label.char-label.gender input[type=radio]:checked ~ .icon-title-holder.gender .icon.cholovichi {
  background-image: url(/img/user/gender2/icon_man_active.svg);
}
.gender-block label.char-label.gender input[type=radio]:checked ~ .icon-title-holder.gender .icon.zhinochi {
  background-image: url(/img/user/gender2/icon_woman_active.svg);
}
.gender-block label.char-label.gender input[type=radio]:checked ~ .icon-title-holder.gender .icon.dityachi {
  background-image: url(/img/user/gender2/icon_child_active.svg);
}
.gender-block label.char-label.gender input[type=radio]:checked ~ .icon-title-holder.gender .icon.uniseks {
  background-image: url(/img/user/gender2/icon_unisex_active.svg);
}

.gender-block label.char-label.gender .icon.cholovichi {
  background-image: url(/img/user/gender2/icon_man_passive.svg);
}

.gender-block label.char-label.gender .icon.zhinochi {
  background-image: url(/img/user/gender2/icon_woman_passive.svg);
}

.gender-block label.char-label.gender .icon.dityachi {
  background-image: url(/img/user/gender2/icon_child_passive.svg);
}

.gender-block label.char-label.gender .icon.uniseks {
  background-image: url(/img/user/gender2/icon_unisex_passive.svg);
}

.brands-s-block .label .logo-holder {
  background: none !important;
  box-sizing: border-box;
  border: 2px solid rgba(65, 194, 194, 0.5);
}

.brands-s-block .label:hover .logo-holder {
  background: rgb(141, 218, 218) !important;
}

.brands-s-block .label input[type=checkbox]:checked ~ .logo-holder {
  background: #ffd966 !important;
}

.char-row.sub-char-shape {
  width: 100% !important;
  justify-content: space-around !important;
}
.char-row.sub-char-shape .icon {
  margin-bottom: 3px !important;
}
.char-row.sub-char-shape .char-label.shape {
  width: 30% !important;
  flex: 0 0 30% !important;
}
.char-row.sub-char-shape .char-label.shape .icon-title-holder.shape {
  background: none !important;
  box-sizing: border-box !important;
  border: 2px solid rgba(65, 194, 194, 0.5) !important;
  border-radius: 900px !important;
  padding: 10px 5px !important;
}
.char-row.sub-char-shape .char-label.shape:hover .icon-title-holder.shape {
  background: rgb(141, 218, 218) !important;
}
.char-row.sub-char-shape .char-label.shape input[type=checkbox]:checked ~ .icon-title-holder.shape {
  background: #ffd966 !important;
}
.char-row.sub-char-shape .char-label.shape:hover .icon-title-holder.shape .icon img,
.char-row.sub-char-shape .char-label.shape input[type=checkbox]:checked ~ .icon-title-holder.shape .icon img {
  filter: none !important;
}

.submit-f-holder .s-clear {
  font-size: 1.5rem !important;
  -webkit-text-decoration: underlineimportant;
          text-decoration: underlineimportant;
}

.submit-f-holder_sep {
  width: 2px !important;
  background: #000 !important;
  /*height: 50px!important;*/
}

.sales-banner {
  margin-bottom: 30px !important;
}

.sales-banner .top .img-banner-mob {
  display: none;
}

@media (max-width: 960px) {
  .h-holder .amount {
    right: auto !important;
    left: calc(90% - 6vw) !important;
    transform: translate(0%, -100%) !important;
  }
  .sales-banner .top .img-banner {
    display: none !important;
  }
  .sales-banner .top {
    margin-bottom: 20px;
  }
  .sales-banner .top .img-banner-mob {
    display: block;
    width: 100%;
  }
  .sales-banner .top .img-banner-mob img {
    display: block;
    width: 100%;
    margin: 0px auto;
  }
  .sales-banner .top .img-banner-mob .sales-banner-title-block {
    background: none !important;
    position: relative !important;
  }
  .sales-banner .top .img-banner-mob .sales-banner-title-block * {
    color: #000 !important;
  }
}
/* 404 */
.page-not-found .h-holder h1 {
  font-size: 2.8rem;
  margin: 0px;
  padding: 30px 0px 0px;
}
.page-not-found .h-holder h1 a {
  display: inline;
  margin: 0px;
  padding: 0px;
  background: none;
  color: #41c2c2;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  border-radius: 0px;
  text-transform: none;
  border: 0px;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .page-not-found .h-holder h1 {
    font-size: 2.5rem;
    text-align: left;
  }
}
@media (max-width: 960px) {
  .page-not-found .h-holder {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 960px) {
  .page-not-found {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* END 404 */
.submenu-char .char .title {
  margin-bottom: 10px !important;
}

.lenses .row.quantity-row {
  margin-top: 0 !important;
  align-items: flex-start !important;
  display: flex;
}
.lenses .quantity-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.lenses .goods-round.hidden {
  display: none !important;
}
.lenses .goods-round#pack_ref {
  display: none !important;
}

.lang-panel .sub li {
  background: #229d88;
}

.cart-item .quantity-block {
  width: 19rem;
}

@media (min-width: 960px) {
  .cabinet-table tr td.date {
    width: 22% !important;
  }
  /*
  	.sales-banner {
  		display: flex!important;
  		justify-content: space-between!important;
  		align-items: flex-start!important;
  		.top {
  			width: 60%!important;
  			flex: 0 0 60%!important;
  		}
  		.bottom {
  			width: 38%!important;
  			flex: 0 0 38%!important;
  		}
  	}
  */
}
.list_seo {
  padding: 50px 38px 0px;
  max-width: 1170px;
  width: 100%;
  margin: 0px auto;
}
.list_seo .description {
  margin: 0px auto;
  font-size: 1.4rem;
  line-height: 120%;
  color: #000;
  padding: 0px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.list_seo .description.hd {
  opacity: 0;
  height: 0px;
  visibility: hidden;
}
.list_seo .description a {
  color: #f98e53;
  text-decoration: underline;
}
.list_seo .description a.list_seo_more {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-style: normal;
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: #f98e53;
  text-align: center;
  position: absolute;
  text-decoration: underline;
  top: 0px;
  left: 0px;
  box-shadow: 0px -100px 26px -50px rgb(248, 248, 248) inset;
}
.list_seo .description p {
  font-size: 1.5rem;
  line-height: 155%;
}
.list_seo .description h1 {
  font-size: 2em;
  font-weight: bold;
}

.sales-banner-descr-block .descr {
  word-break: break-word;
}

.cabinet-recipes {
  width: 100%;
  max-width: 1070px;
}
.cabinet-recipes h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.cabinet-recipes h1 span {
  display: block;
}
.cabinet-recipes h1 a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cabinet-recipes h1 a i {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: rgba(65, 194, 194, 0.2);
  position: relative;
  margin-right: 16px;
}
.cabinet-recipes h1 a i:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 1px;
  background: #43c2c2;
  top: 50%;
  left: calc(50% - 14px);
}
.cabinet-recipes h1 a i:after {
  content: "";
  display: block;
  position: absolute;
  height: 28px;
  width: 1px;
  background: #43c2c2;
  left: 50%;
  top: calc(50% - 14px);
}
.cabinet-recipes h1 a s {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #41c2c2;
  text-decoration: none;
}
.cabinet-recipes #add_recipe {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 20px 28px 25px;
}
.cabinet-recipes #add_recipe select {
  display: block;
  width: 100%;
  height: 44px;
  background: none;
  box-sizing: border-box;
  border: 1px solid #d3f0f0;
  border-radius: 10px;
  padding: 0px 24px;
  outline: none;
  cursor: pointer;
  /*background: url(/img/user/Polygon.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center calc(100% - 37px);*/
}
.cabinet-recipes #add_recipe .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.cabinet-recipes #add_recipe .row .col {
  width: 150px;
  flex: 0 0 150px;
  margin-right: 30px;
}
.cabinet-recipes #add_recipe .row .col:nth-child(1) {
  width: 184px;
  flex: 0 0 184px;
  margin-right: 0px;
}
.cabinet-recipes #add_recipe .row .col:nth-child(1) span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  opacity: 0.3;
}
.cabinet-recipes #add_recipe .row.heading {
  margin-bottom: 30px;
  margin-top: 30px;
}
.cabinet-recipes #add_recipe .row.heading .col p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #000000;
}
.cabinet-recipes #add_recipe .row.heading .col:nth-child(1) {
  width: 184px;
  flex: 0 0 184px;
  margin-right: 0px;
}
.cabinet-recipes #add_recipe .top label {
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
}
.cabinet-recipes #add_recipe .top .row {
  align-items: center;
  margin-bottom: 49px;
}
.cabinet-recipes #add_recipe .top .row .col {
  width: 233px;
  flex: 0 0 233px;
  margin-right: 79px;
}
.cabinet-recipes #add_recipe .top .row .col:nth-child(1) {
  width: 184px;
  flex: 0 0 184px;
  margin-right: 0px;
}
.cabinet-recipes #add_recipe .top .row .col input {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  font-weight: 400;
  line-height: 1;
  padding: 0px 10px;
  color: #000;
  background: none;
  box-sizing: border-box;
  border: 1px solid #d3f0f0;
  outline: none;
}
.cabinet-recipes #add_recipe .caption {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  opacity: 0.5;
  margin: 20px 0px 54px 184px;
  padding: 0px;
  max-width: 545px;
}
.cabinet-recipes #add_recipe .bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
.cabinet-recipes #add_recipe .bottom .year_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 49px;
}
.cabinet-recipes #add_recipe .bottom .year_wrap label {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: block;
  margin-right: 86px;
}
.cabinet-recipes #add_recipe .bottom .year_wrap select {
  width: 110px;
}
.cabinet-recipes #add_recipe .bottom .year_wrap input {
  width: 200px;
  height: 44px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 0px 10px;
  color: #000;
  background: none;
  box-sizing: border-box;
  border: 1px solid #d3f0f0;
  outline: none;
}
.cabinet-recipes #add_recipe .bottom button {
  width: 220px;
  height: 52px;
  background: rgba(247, 105, 25, 0.1);
  border-radius: 900px;
  display: block;
  border: none;
  outline: none;
  text-align: center;
  line-height: 52px;
  box-sizing: border-box;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f76919;
  cursor: pointer;
}
.cabinet-recipes .recipes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cabinet-recipes .recipes .recipe {
  background: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  display: block;
  width: 48%;
  flex: 0 0 48%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 0px 36px;
  margin-bottom: 15px;
}
.cabinet-recipes .recipes .recipe .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 31px 50px 16px;
}
.cabinet-recipes .recipes .recipe .top h3 {
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  display: block;
  padding-right: 15px;
}
.cabinet-recipes .recipes .recipe .top .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cabinet-recipes .recipes .recipe .top .actions a img,
.cabinet-recipes .recipes .recipe .top .actions a svg {
  display: block;
  width: 17px;
  margin-left: 15px;
}
.cabinet-recipes .recipes .recipe .params {
  padding: 0px 16px 35px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 29px;
  display: flex;
  justify-contents: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.cabinet-recipes .recipes .recipe .params .param {
  width: 48%;
  flex: 0 0 48%;
  margin-bottom: 15px;
}
.cabinet-recipes .recipes .recipe .params .param p {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}
.cabinet-recipes .recipes .recipe .params .param span {
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  color: #41c2c2;
}
.cabinet-recipes .recipes .recipe .options {
  padding: 0px 30px 0px 24px;
}
.cabinet-recipes .recipes .recipe .options .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.cabinet-recipes .recipes .recipe .options .row .col {
  width: 100px;
  flex: 0 0 100px;
  margin-left: 15px;
}
.cabinet-recipes .recipes .recipe .options .row .col p.input {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 5px 0px 17px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid #d3f0f0;
  box-sizing: border-box;
  border-radius: 10px;
}
.cabinet-recipes .recipes .recipe .options .row .col:nth-child(1) {
  width: 210px;
  flex: 0 0 210px;
}
.cabinet-recipes .recipes .recipe .options .row .col:nth-child(1) label {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
}
.cabinet-recipes .recipes .recipe .options .row.heading .col p {
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
}
.cabinet-recipes .lenses-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cabinet-recipes .lenses-type a {
  display: block;
  text-align: center;
}
.cabinet-recipes .lenses-type a:nth-child(1) {
  margin-right: 20px;
}
.cabinet-recipes .lenses-type a svg {
  margin: 0px auto 10px;
  display: block;
}
.cabinet-recipes .lenses-type a svg path {
  fill: rgba(0, 0, 0, 0.2);
}
.cabinet-recipes .lenses-type a span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}
.cabinet-recipes .lenses-type a.active svg path {
  fill: #41c2c2;
}
.cabinet-recipes .lenses-type a.active span {
  color: #41c2c2 !important;
}

@media (max-width: 960px) {
  .cabinet-recipes {
    max-width: 100%;
  }
  .cabinet-recipes h1 {
    font-size: 24px;
    display: block;
    text-align: center;
    margin-bottom: 37px;
  }
  .cabinet-recipes h1 span {
    margin-bottom: 40px;
  }
  .cabinet-recipes h1 a {
    justify-content: center;
  }
  .cabinet-recipes #add_recipe {
    border-radius: 0px;
  }
  .cabinet-recipes #add_recipe select {
    padding: 0px;
  }
  .cabinet-recipes #add_recipe .row .col {
    width: 61px;
    flex: 0 0 61px;
    margin-right: 4px;
  }
  .cabinet-recipes #add_recipe .row .col:nth-child(1) {
    width: calc(100% - 264px);
    flex: 0 0 calc(100% - 264px);
  }
  .cabinet-recipes #add_recipe .row.heading {
    flex-wrap: wrap;
  }
  .cabinet-recipes #add_recipe .row.heading .col p {
    font-size: 10px;
    line-height: 1.1;
  }
  .cabinet-recipes #add_recipe .row.heading .col:nth-child(1) {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .cabinet-recipes #add_recipe .row.heading .col:nth-child(2) {
    margin-left: calc(100% - 264px);
  }
  .cabinet-recipes #add_recipe .top label {
    font-size: 14px;
  }
  .cabinet-recipes #add_recipe .top .row {
    display: block;
    margin-bottom: 23px;
  }
  .cabinet-recipes #add_recipe .top .row .col {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0px;
  }
  .cabinet-recipes #add_recipe .top .row .col:nth-child(1) {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
  .cabinet-recipes #add_recipe .top .row .col input {
    width: 100%;
    height: 44px;
  }
  .cabinet-recipes #add_recipe .bottom {
    display: block;
    margin-top: 30px;
  }
  .cabinet-recipes #add_recipe .bottom .year_wrap {
    display: block;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .cabinet-recipes #add_recipe .bottom .year_wrap label {
    font-size: 12px;
    color: #b0aca9;
    margin-right: 0px;
    margin-bottom: 18px;
  }
  .cabinet-recipes #add_recipe .bottom .year_wrap select {
    width: 100%;
  }
  .cabinet-recipes #add_recipe .bottom .year_wrap input {
    width: 100%;
  }
  .cabinet-recipes #add_recipe .bottom button {
    width: 100%;
    height: 50px;
  }
  .cabinet-recipes .recipes {
    display: block;
  }
  .cabinet-recipes .recipes .recipe {
    display: block;
    width: calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
    padding: 14px 11px 30px;
    margin: 0px auto 11px;
  }
  .cabinet-recipes .recipes .recipe .top {
    padding: 0px;
    margin-bottom: 40px;
  }
  .cabinet-recipes .recipes .recipe .top h3 {
    font-size: 14px;
    padding-right: 10px;
  }
  .cabinet-recipes .recipes .recipe .params {
    padding: 0px;
    margin-bottom: 25px;
  }
  .cabinet-recipes .recipes .recipe .params .param p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .cabinet-recipes .recipes .recipe .params .param span {
    font-size: 12px;
  }
  .cabinet-recipes .recipes .recipe .options {
    padding: 0px 0px 0px 0px;
  }
  .cabinet-recipes .recipes .recipe .options .row .col {
    margin-left: 8px;
  }
  .cabinet-recipes .recipes .recipe .options .row .col:nth-child(1) {
    width: calc(100% - 216px);
    flex: 0 0 calc(100% - 216px);
  }
  .cabinet-recipes .recipes .recipe .options .row .col:nth-child(1) label {
    font-size: 12px;
  }
  .cabinet-recipes .lenses-type {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cabinet-recipes .lenses-type a {
    display: block;
    text-align: center;
  }
  .cabinet-recipes .lenses-type a:nth-child(1) {
    margin-right: 20px;
  }
  .cabinet-recipes .lenses-type a svg {
    margin: 0px auto 10px;
    display: block;
  }
  .cabinet-recipes .lenses-type a svg path {
    fill: rgba(0, 0, 0, 0.2);
  }
  .cabinet-recipes .lenses-type a span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.2) !important;
    opacity: 1 !important;
  }
  .cabinet-recipes .lenses-type a.active svg path {
    fill: #41c2c2;
  }
  .cabinet-recipes .lenses-type a.active span {
    color: #41c2c2 !important;
  }
}
section.cabinet-section form.information-form .input-block input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

section.cabinet-section form.information-form .input-block label.infolab {
  width: 100%;
  cursor: pointer;
}

.submenu .brands {
  position: relative;
  left: -1px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.submenu .brands-s-wrapper {
  min-height: 240px;
  /*height: 100%;*/
}
.submenu .brands-s-wrapper .brands-s-block {
  margin-bottom: 0px;
}
.submenu.submenu-common .brands-s-wrapper {
  min-height: 400px;
}

.submenu .submit-f-holder button {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sales-banner-title-block {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  justify-content: center;
  text-align: center;
  color: #000 !important;
  background: none !important;
}
.sales-banner-title-block .title {
  color: #000 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem !important;
  line-height: 127.4%;
}
@media (max-width: 960px) {
  .sales-banner-title-block .title {
    font-size: 5.2vw !important;
  }
}
.sales-banner-title-block .sub-info {
  color: #000 !important;
}

.param-items {
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px;
}
@media (max-width: 960px) {
  .param-items {
    padding: 0px 0px 0px 74px;
  }
}
.param-items .param-item {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #000;
  padding: 0px 0px 5px;
  margin: 0px;
}
.param-items .param-item:last-child {
  margin: 0px;
}

.checkout-table .top {
  justify-content: flex-end;
}

.blog-section h3 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 115%;
  margin-bottom: 58px;
}

.blog-section .sub-title,
.blog-section h3 {
  text-align: center;
  text-transform: uppercase;
}

.blog-section h3 {
  margin-bottom: 29px !important;
}

.faq_search {
  width: 464px;
  display: block;
  margin: 0px auto 67px;
  box-sizing: border-box;
  position: relative;
  height: 59px;
  z-index: 2;
}
.faq_search input {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid #d3f0f0;
  box-sizing: border-box;
  border-radius: 10px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 0px 150px 0px 27px;
}
.faq_search button {
  display: block;
  width: 149px;
  height: 100%;
  line-height: 100%;
  background: #41c2c2;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.faq_search ul.options {
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  right: 0px;
}
.faq_search ul.options li {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: Arial;
  line-height: normal;
  background: #fff;
  border-bottom: 1px solid #f98e53;
  box-sizing: border-box;
  color: #000;
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.faq_search ul.options li:hover {
  color: #fff;
  background: #f98e53;
}
.faq_search ul.options li:nth-last-child {
  border: 0px;
}

@media (min-width: 960px) {
  .sales-banner.show .bottom {
    flex-direction: row-reverse;
  }
  .sales-banner.show .bottom .right {
    padding-left: 0px;
  }
}
.filters-inside-popup {
  max-width: 950px;
}

.submit-f-holder {
  display: flex;
  align-items: center;
  padding-left: 220px;
  margin: 27px auto 0;
}
.submit-f-holder .s-clear {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #41c2c2;
  opacity: 0.7;
  margin-right: 15px;
  cursor: pointer;
}
.submit-f-holder .s-clear:hover {
  color: #f76919;
}
.submit-f-holder button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 67px;
  border-radius: 900px;
  border: 1px solid rgba(65, 194, 194, 0.5);
  box-shadow: 0 0 3px 0 rgba(65, 194, 194, 0.5);
  transition: all 0.3s;
  background-color: rgb(65, 194, 194);
}
.submit-f-holder button svg {
  display: block;
  width: 25px;
  height: 19px;
}
.submit-f-holder button svg rect {
  fill: #fff;
}
.submit-f-holder button:active {
  background: none;
}
.submit-f-holder button:active svg rect {
  fill: rgb(65, 194, 194);
}

.submit-f-holder_sep {
  width: 1px;
  height: 30px;
  background-color: #41c2c2;
  opacity: 0.5;
  margin-right: 15px;
}

.char-block {
  margin-bottom: 12px;
}
.char-block .title-char {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 148.5%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.67);
  padding-left: 10px;
  margin-bottom: 12px;
}
.char-block .title-char.white {
  color: #fff;
  padding-left: 0;
  margin-bottom: 5px;
}
.char-block.lens {
  margin-bottom: 26px;
}

.char-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.char-row.triple {
  max-width: 660px;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
.char-row.triple .triple-holder {
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.char-row.sub-char-shape {
  width: 80%;
}
.char-row.sub-char-shape .char-label {
  width: 25%;
  margin-right: 0;
}
.char-row.sub-char-shape .char-label .icon-title-holder {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.char-row.sub-char-shape .char-label .icon-title-holder:before {
  display: none;
}
.char-row.sub-char-shape .char-label.shape {
  border: 0;
  box-shadow: none;
}
.char-row.sub-char-shape .char-label.shape input:checked ~ .icon-title-holder {
  border: 0;
  box-shadow: none;
}
.char-row.sub-char-shape .char-label.shape input:checked ~ .icon-title-holder .icon img {
  filter: contrast(0) sepia(75%) hue-rotate(0deg) brightness(1.4) saturate(11.28);
}
.char-row.sub-char-shape .char-label.shape input:checked ~ .icon-title-holder .title-i {
  color: #000;
}

.gender-block .char-row {
  align-items: flex-start;
}
.gender-block .icon-title-holder.gender {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  box-shadow: none;
  font-size: 1.1rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.63);
  transition: all 0.2s;
}
.gender-block .icon-title-holder.gender:hover {
  border: 0;
  box-shadow: none;
  color: #000000;
}
.gender-block .icon-title-holder.gender:before {
  display: none;
}
.gender-block .icon-title-holder.gender .icon {
  max-width: 100%;
  margin-right: 0;
}
.gender-block .icon-title-holder.gender .icon img {
  width: 40px;
  height: auto;
}
.gender-block .icon-title-holder.gender .icon.cholovichi img {
  width: 36px;
}
.gender-block .icon-title-holder.gender .icon.zhinochi img {
  width: 49px;
}
.gender-block .icon-title-holder.gender .icon.dityachi img {
  width: 40px;
}
.gender-block .char-label.gender input:checked ~ .icon-title-holder {
  border: 0;
  box-shadow: none;
  color: #000000;
}
.gender-block .char-label.gender input:checked ~ .icon-title-holder .icon img {
  filter: contrast(0) sepia(75%) hue-rotate(0deg) brightness(1.4) saturate(11.28);
}
.gender-block .char-label.gender input:checked ~ .icon-title-holder svg path {
  fill: #ffc000;
}

.char-label {
  display: block;
  position: relative;
  margin-right: 7px;
  cursor: pointer;
  margin-bottom: 12px;
}
.char-label:last-of-type {
  margin-right: 0;
}
.char-label input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: all;
}
.char-label.lens:hover .icon {
  box-shadow: inset 0 0 6px 0 rgb(255, 255, 255);
}
.char-label.lens input:checked ~ .icon-title-holder {
  background: rgba(255, 255, 255, 0.24);
}
.char-label.lens input:checked ~ .icon-title-holder .icon {
  box-shadow: inset 0 0 6px 0 rgb(255, 255, 255);
}
.char-label.gender input:checked ~ .icon-title-holder, .char-label.shape input:checked ~ .icon-title-holder {
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.7);
}
.char-label.gender input:checked ~ .icon-title-holder:before, .char-label.shape input:checked ~ .icon-title-holder:before {
  opacity: 1;
}

.icon-title-holder {
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
  border-radius: 900px;
  transition: all 0.3s;
}
.icon-title-holder .icon {
  margin-right: 5px;
  transition: all 0.3s;
}
.icon-title-holder.lens .icon {
  width: 37px;
  height: 37px;
  border-radius: 100%;
}
.icon-title-holder.lens .icon svg {
  width: 37px;
  height: 37px;
}
.icon-title-holder.gender {
  position: relative;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0);
  min-height: 69px;
}
.icon-title-holder.gender:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.7);
  border-radius: 900px;
  opacity: 0;
}
.icon-title-holder.gender .icon {
  max-width: 33px;
  width: 100%;
  margin-right: 15px;
  height: auto;
}
.icon-title-holder.gender .icon img {
  width: 100%;
}
.icon-title-holder.gender .title-i {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, 0.63);
}
.icon-title-holder.gender:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.7);
}
.icon-title-holder.gender:hover:before {
  opacity: 1;
}
.icon-title-holder.shape {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0);
  padding: 12px 12px 8px;
}
.icon-title-holder.shape:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.7);
  border-radius: 900px;
  opacity: 0;
}
.icon-title-holder.shape .icon {
  position: relative;
  margin: 0 auto 9px;
}
.icon-title-holder.shape .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.icon-title-holder.shape .icon.round {
  width: 61px;
  height: 29px;
}
.icon-title-holder.shape .icon.panto {
  width: 61px;
  height: 23px;
}
.icon-title-holder.shape .icon.oval {
  width: 64px;
  height: 19px;
}
.icon-title-holder.shape .icon.butterfly {
  width: 59px;
  height: 20px;
}
.icon-title-holder.shape .icon.aviator {
  width: 64px;
  height: 23px;
}
.icon-title-holder.shape .icon.square {
  width: 64px;
  height: 18px;
}
.icon-title-holder.shape .title-i {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.63);
  text-align: center;
}
.icon-title-holder.shape:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.7);
}
.icon-title-holder.shape:hover:before {
  opacity: 1;
}
.icon-title-holder .title-i {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 100%;
  color: #ffffff;
}

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

.glow-button {
  display: inline-block;
  padding: 25px 40px;
  box-sizing: border-box;
  border-radius: 900px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  transition: all 0.3s;
}
.glow-button.white {
  border: 1px solid #ffffff;
  color: #fff;
  box-shadow: 0 0 5px 0 rgb(255, 255, 255);
}
.glow-button.white:hover {
  background-color: #fff;
  color: #000;
}
.glow-button.blue {
  border: 1px solid rgba(65, 194, 194, 0.5);
  border-radius: 900px;
  color: #000;
}
.glow-button.blue:hover {
  background-color: rgb(65, 194, 194);
  color: #fff;
}
.glow-button.carrot {
  border: 1px solid #ffffff;
  color: #f76919;
}
.glow-button.carrot:hover {
  background-color: #fff;
}

.services {
  background-image: url(/img/user/serv-slider-bg.png), linear-gradient(to right, #b2bcc2, #b2bcc2);
  background-size: 100%;
  background-position: center;
  padding-top: 74px;
}
.services h2 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 127.4%;
  color: #fff;
  text-align: center;
  max-width: 50%;
  margin: 0 auto 57px;
}
.services h2 img {
  display: inline-block;
  max-width: 139px;
  margin-left: 10px;
}

.services-slider-wrapper {
  padding-bottom: 78px;
}

.services-slider .slick-slide {
  width: 334px;
  margin-right: 31px;
  outline: none;
  height: auto;
  float: none;
}
.services-slider .slick-slide > div {
  height: 100%;
  display: flex;
}
.services-slider .slick-list {
  padding-left: 38px;
}
.services-slider .slick-track {
  padding: 17px 0;
  display: flex;
}

.services-slide {
  position: relative;
  display: flex !important;
  min-height: 333px;
  width: 334px;
  border-radius: 20px;
  padding-top: 178px;
}
.services-slide:hover .hover-info, .services-slide.active .hover-info {
  visibility: visible;
  opacity: 1;
}

.slide-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 21px 35px 21px 29px;
  width: 100%;
}
.slide-info .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 138.5%;
  text-transform: uppercase;
}
.slide-info .additional-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 44px;
}
.slide-info .additional-info .item {
  margin-right: 39px;
}
.slide-info .additional-info .item:last-of-type {
  margin-right: 0;
}
.slide-info .additional-info .item.blue {
  color: #41c2c2;
}
.slide-info .additional-info .item.orange {
  color: #f76919;
}
.slide-info .additional-info .item span {
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 122.24%;
  vertical-align: middle;
  padding-top: 2px;
}
.slide-info .additional-info .item img {
  display: inline-block;
  margin-right: 6px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.slide-info .additional-info .phrase {
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 138.5%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.slide-info .additional-info .phrase.orange {
  color: #ffc000;
}
.slide-info .additional-info .phrase.blue {
  color: #41c2c2;
}
.slide-info .additional-info i {
  display: inline-block;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 5px;
}
.slide-info .additional-info.text {
  display: block;
  margin-top: 28px;
  padding-bottom: 12px;
}

.hover-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f76919;
  border-radius: 20px;
  height: 109%;
  width: 113%;
  z-index: 2;
  overflow: hidden;
  padding: 52px 44px 46px 44px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.hover-info .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 138.5%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.hover-info .buttons-holder > div {
  margin-bottom: 20px;
}
.hover-info .buttons-holder > div:last-of-type {
  margin-bottom: 0;
}

.small-glow-button {
  display: inline-block;
  padding: 10px 22px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  border-radius: 900px;
  transition: all 0.3s;
}
.small-glow-button.white {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 0 white;
  color: #ffffff;
}
.small-glow-button.white:hover {
  background-color: #fff;
  color: #f76919;
}

.bestsellers {
  padding-top: 66px;
}
.bestsellers h2 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 127.4%;
  text-align: center;
  color: #000;
  margin-bottom: 41px;
}

.slider-toggle-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
}
.slider-toggle-buttons .toggle-button {
  margin-right: 30px;
}
.slider-toggle-buttons .toggle-button:last-of-type {
  margin-right: 0;
}

.toggle-button {
  display: inline-block;
  padding: 13px 64px 16px;
  border-radius: 900px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s;
}
.toggle-button svg {
  display: block;
  width: 42px;
  height: 18px;
  margin: 0 auto 4px;
}
.toggle-button svg circle,
.toggle-button svg line {
  transition: all 0.3s;
}
.toggle-button.blue {
  border: 1px solid rgba(65, 194, 194, 0.5);
  color: #41c2c2;
  box-shadow: 0 0 3px 0 rgba(65, 194, 194, 0.5);
}
.toggle-button.blue:hover, .toggle-button.blue.active {
  color: #fff;
  background-color: rgb(65, 194, 194);
}
.toggle-button.blue:hover svg circle, .toggle-button.blue.active svg circle {
  stroke: #fff;
}
.toggle-button.yellow {
  border: 1px solid rgba(255, 192, 0, 0.5);
  color: #ffc000;
  box-shadow: 0 0 3px 0 rgba(255, 192, 0, 0.5);
}
.toggle-button.yellow:hover, .toggle-button.yellow.active {
  color: #fff;
  background-color: rgb(255, 192, 0);
}
.toggle-button.yellow:hover svg circle,
.toggle-button.yellow:hover svg line, .toggle-button.yellow.active svg circle,
.toggle-button.yellow.active svg line {
  stroke: #fff;
}
.toggle-button.orange {
  border: 1px solid rgba(247, 105, 25, 0.5);
  color: #f76919;
  box-shadow: 0 0 3px 0 rgba(247, 105, 25, 0.5);
}
.toggle-button.orange:hover, .toggle-button.orange.active {
  color: #fff;
  background-color: rgb(247, 105, 25);
}
.toggle-button.orange:hover svg circle,
.toggle-button.orange:hover svg line, .toggle-button.orange.active svg circle,
.toggle-button.orange.active svg line {
  stroke: #fff;
}

.categories-slider-wrapper {
  padding-bottom: 106px;
}

.categories-slider .slick-slide {
  width: 360px;
  margin-right: 18px;
  height: auto;
  float: none;
}
.categories-slider .slick-slide > div {
  height: 100%;
  display: flex;
}
.categories-slider .slide {
  position: relative;
  display: flex !important;
  flex-direction: column;
  padding: 76px 40px 37px;
  border-radius: 22px;
  min-height: 450px;
  transition: all 0.3s;
}
.categories-slider .slide.orange {
  border: 1px solid rgba(247, 105, 25, 0.2);
}
.categories-slider .slide.orange:hover {
  border: 1px solid rgb(247, 105, 25);
}
.categories-slider .slide.blue {
  border: 1px solid rgba(65, 194, 194, 0.2);
}
.categories-slider .slide.blue:hover {
  border: 1px solid rgb(65, 194, 194);
}
.categories-slider .slide .labels {
  position: absolute;
  top: 0;
  right: 0;
  padding: 27px 29px;
}
.categories-slider .slide .labels .new {
  display: inline-block;
  padding: 9px 18px;
  background-color: rgba(247, 105, 25, 0.1);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  color: #f76919;
  border-radius: 22px;
}
.categories-slider .slide .labels .last {
  display: inline-block;
  padding: 9px 18px;
  background-color: #dbf4f4;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  color: #41c2c2;
  border-radius: 22px;
}
.categories-slider .slide .img {
  position: relative;
  padding-top: 66.2%;
  margin-bottom: 56px;
}
.categories-slider .slide .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.categories-slider .slide .title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 148.5%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  flex: auto;
}
.categories-slider .slide .price {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  color: #41c2c2;
}
.categories-slider .slide .price > div {
  position: relative;
  display: inline-block;
}
.categories-slider .slide .price .old:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 100%;
  height: 1px;
  background-color: #41c2c2;
}
.categories-slider .slide .price .new {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #ff1616;
  margin-left: 18px;
}
.categories-slider .slick-list {
  padding-left: 18px;
}
.categories-slider .slick-track {
  display: flex;
}

.typical-button {
  display: inline-block;
  padding: 20px 22px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 124%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 900px;
  overflow: hidden;
  transition: all 0.3s;
  min-width: 192px;
  cursor: pointer;
}
.typical-button.green {
  background-color: rgba(65, 194, 194, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.typical-button.green:hover, .typical-button.green.active {
  background-color: rgb(65, 194, 194);
  color: #fff;
}
.typical-button.juicy-green {
  background-color: rgb(65, 194, 194);
  color: #fff;
}
.typical-button.juicy-green:hover, .typical-button.juicy-green.active {
  background-color: #000;
  color: #fff;
}
.typical-button.orange {
  background-color: #f76919;
  color: #fff;
}
.typical-button.orange:hover, .typical-button.orange.active {
  background-color: #000;
}
.typical-button.white {
  background-color: #fff;
  color: #f98e53;
}
.typical-button.white:hover, .typical-button.white.active {
  background-color: #000;
  color: #fff;
}

.favourite-brands {
  margin: 80px 0;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .favourite-brands {
    margin: 60px 0;
    padding: 0 24px;
  }
}
@media (max-width: 743.98px) {
  .favourite-brands {
    margin: 40px 0;
    padding: 0 16px;
  }
}
.favourite-brands .top {
  display: flex;
  align-items: center;
}
.favourite-brands .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.favourite-brands .bottom a {
  display: none;
  --paddVar: calc(100vw - 210px);
  max-width: calc(var(--paddVar) / 8);
  min-width: 150px;
  padding: 0 16px;
  height: 60px;
}
@media (max-width: 960px) {
  .favourite-brands .bottom a {
    max-width: 150px;
  }
}
.favourite-brands .bottom a img {
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.favourite-brands .js-slider-brands_wr {
  position: relative;
  padding: 0 48px;
}
@media (max-width: 960px) {
  .favourite-brands .js-slider-brands_wr {
    padding: 0 32px;
  }
}
.favourite-brands .js-slider-brands_wr .slick-track {
  display: flex;
  align-items: center;
}

.brands-buttons-holder .typical-button {
  margin-right: 25px;
}
.brands-buttons-holder .typical-button:last-of-type {
  margin-right: 0;
}

.cabinet-benefits {
  display: flex;
}
@media (max-width: 960px) {
  .cabinet-benefits {
    display: block;
  }
}
.cabinet-benefits__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #1A141F;
  padding: 32px;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}
@media (max-width: 960px) {
  .cabinet-benefits__title {
    position: relative;
    padding: 0 32px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 32px;
  }
}
.cabinet-benefits__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 960px) {
  .cabinet-benefits__btn {
    position: relative;
    padding-bottom: 0;
  }
}
.cabinet-benefits__btn .brand-btn {
  display: inline-block;
  min-width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  padding: 12px 28px;
}
.cabinet-benefits .left,
.cabinet-benefits .right {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.cabinet-benefits .left {
  background-color: #41c2c2;
  min-height: 443px;
}
@media (max-width: 960px) {
  .cabinet-benefits .left {
    width: 100%;
    height: auto;
    padding: 40px 0;
    min-height: inherit;
  }
}
@media (max-width: 743.98px) {
  .cabinet-benefits .left {
    padding: 32px 0;
  }
}
.cabinet-benefits .left .pattern {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.cabinet-benefits .left .cabinet-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80%;
  max-width: 308px;
}
@media (max-width: 960px) {
  .cabinet-benefits .left .cabinet-card {
    position: relative;
    transform: none;
    width: 90%;
    max-width: 252px;
    margin: 0 auto;
    left: auto;
    top: auto;
  }
}
.cabinet-benefits .right {
  position: relative;
  background-color: #fff;
  padding: 32px;
}
@media (max-width: 960px) {
  .cabinet-benefits .right {
    width: 100%;
    padding: 24px 16px;
    text-align: center;
  }
}
.cabinet-benefits .right h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 960px) {
  .cabinet-benefits .right h2 {
    text-align: left;
  }
}

.benefits-holder {
  display: flex;
  flex-wrap: wrap;
}
.benefits-holder .item {
  width: 50%;
  flex-shrink: 0;
  margin-top: 24px;
  text-align: left;
}
@media (max-width: 743.98px) {
  .benefits-holder .item {
    width: 100%;
  }
}
.benefits-holder .item p:nth-child(1) {
  float: left;
}
.benefits-holder .item p:nth-child(1) img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.benefits-holder .item p:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #1A141F;
  padding-left: 0;
  padding-right: 8%;
  padding-left: 42px;
}
.benefits-holder .item p:nth-child(3) {
  font-size: 16px;
  line-height: 24px;
  color: #1A141F;
  margin-top: 8px;
  padding-right: 8%;
  padding-left: 42px;
}

.fat-button {
  display: inline-block;
  padding: 35px;
  border-radius: 900px;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 124%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.3s;
  min-width: 246px;
}
.fat-button:disabled {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed;
}
.fat-button.black {
  background-color: #000;
  color: #fff;
  min-width: 279px;
}
.fat-button.black:hover {
  background-color: #f76919;
  color: #fff;
}
.fat-button.white {
  min-width: 279px;
  background-color: #fff;
  color: #f98e53;
}
.fat-button.white:hover {
  background-color: #f76919;
  color: #fff;
}
.fat-button.blue {
  border: 1px solid rgba(65, 194, 194, 0.5);
  box-shadow: 0 0 3px 0 rgba(65, 194, 194, 0.5);
}
.fat-button.blue:hover {
  background-color: rgb(65, 194, 194);
  color: #fff;
}
.fat-button.orange {
  background-color: #f76919;
  color: #fff;
  min-width: 279px;
}
.fat-button.orange:hover {
  background-color: #000;
}
.fat-button.green {
  background-color: #41c2c2;
  color: #fff;
}
.fat-button.green:hover {
  background-color: #f76919;
}
.fat-button.min_220 {
  padding: 27px;
  min-width: 220px;
}
.fat-button.min_245 {
  padding: 27px;
  min-width: 245px;
}

.main-blog {
  margin: 80px 0;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .main-blog {
    margin: 60px 0;
    padding: 0 24px;
  }
}
@media (max-width: 743.98px) {
  .main-blog {
    margin: 40px 0;
    padding: 0 16px;
  }
}
.main-blog .blogs-items-holder {
  display: flex;
  width: calc(100% + 16px);
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .main-blog .blogs-items-holder {
    margin-bottom: 60px;
  }
}
@media (max-width: 743.98px) {
  .main-blog .blogs-items-holder {
    margin-bottom: 24px;
  }
}
.main-blog .blog-item {
  display: flex;
  flex-direction: column;
  width: 420px !important;
  min-width: 420px !important;
  margin-right: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.main-blog .blog-item .img img {
  transition: opacity 0.25s ease;
}
.main-blog .blog-item:hover .title {
  color: #277B7B;
}
.main-blog .blog-item:hover .img img {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .main-blog .blog-item {
    width: 340px !important;
    min-width: 340px !important;
  }
}
@media (max-width: 743.98px) {
  .main-blog .blog-item {
    width: 220px !important;
    min-width: 220px !important;
    margin-right: 12px;
  }
}
.main-blog .blog-item .img {
  position: relative;
  padding-top: 280px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 1200px) {
  .main-blog .blog-item .img {
    padding-top: 226px;
  }
}
@media (max-width: 743.98px) {
  .main-blog .blog-item .img {
    padding-top: 148px;
  }
}
.main-blog .blog-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-blog .blog-item .info {
  background-color: #fff;
  padding: 12px;
  width: 100%;
  max-width: 100%;
}
.main-blog .blog-item .tags {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-blog .blog-item .tags .hashtag {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 24px;
  max-height: 24px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  background-color: #277B7B;
  padding: 0 8px 6px;
  border-radius: 24px;
  margin-right: 4px;
}
@media (max-width: 743.98px) {
  .main-blog .blog-item .tags .hashtag {
    font-size: 10px;
  }
}
.main-blog .blog-item .tags .date {
  color: #6E7587;
  font-size: 12px;
  line-height: 22px;
}
.main-blog .blog-item .titles {
  margin-top: 16px;
}
.main-blog .blog-item .titles .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 44px;
  max-height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-blog .blog-item .titles .short-descr {
  color: #5C5E70;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 36px;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.about-us-main {
  display: flex;
}
.about-us-main .left,
.about-us-main .right {
  width: 50%;
  flex-shrink: 0;
}
.about-us-main .left {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f8ede6;
  overflow: hidden;
  padding: 4.12% 4.91% 2.62% 4.12%;
  min-height: 626px;
}
.about-us-main .left .top {
  position: relative;
  margin-bottom: 67px;
  z-index: 1;
  flex: auto;
}
.about-us-main .left .figure {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 104%;
}
.about-us-main .left h2 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 127.4%;
  margin-bottom: 50px;
}
.about-us-main .left h2 span {
  color: #f76919;
}
.about-us-main .left .descr {
  font-size: 1.4rem;
  line-height: 127.4%;
  padding-right: 90px;
}
.about-us-main .left .logo-holder {
  display: inline-block;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 11px;
}
.about-us-main .left .logo-holder img {
  width: 139px;
  height: 30px;
}
.about-us-main .left .details {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.about-us-main .left .details img {
  width: 77px;
  height: 77px;
  margin-right: 22px;
}
.about-us-main .left .details a {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 124%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.3s;
}
.about-us-main .left .details a:hover {
  color: #f76919;
}
.about-us-main .right {
  background-color: #f98e53;
  padding: 3.49% 2.06% 2.3% 2.62%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-us-main .right .top {
  flex: auto;
}
.about-us-main .right .month {
  font-size: 1.5rem;
  line-height: 122.24%;
  color: #ffffff;
  margin-bottom: 4px;
}
.about-us-main .right .title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 127.4%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 51px;
}
.about-us-main .right .digits {
  display: flex;
  margin-bottom: 63px;
}
.about-us-main .right .left-digits {
  display: flex;
  flex-wrap: wrap;
  padding: 49px 5.37% 0 8.6%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 22px;
  margin-right: 16px;
  flex: auto;
}
.about-us-main .right .left-digits .item {
  width: 50%;
  flex-shrink: 0;
  margin-bottom: 46px;
}
.about-us-main .right .left-digits .item:nth-of-type(odd) {
  padding-right: 20px;
}
.about-us-main .right .left-digits .item .digit {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 127.4%;
  color: #ffffff;
  margin-bottom: 4px;
}
.about-us-main .right .left-digits .item .descr {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 144.74%;
  color: #000000;
}
.about-us-main .right-digits {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 89px;
  padding: 49px 13px;
  width: 178px;
  flex-shrink: 0;
}
.about-us-main .right-digits img {
  width: 56px;
  height: 56px;
  margin: 0 auto 25px;
}
.about-us-main .right-digits .descr {
  position: relative;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 124%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 16px 0 19px;
}
.about-us-main .right-digits .descr:before, .about-us-main .right-digits .descr:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.about-us-main .right-digits .descr:before {
  top: 0;
}
.about-us-main .right-digits .descr:after {
  bottom: 0;
}

.subscribe-section {
  background: url(../img/subscribe-background.png), #b2bcc2;
  background-size: cover;
  padding: 62px 62px 38px;
}
.subscribe-section .inner-box {
  max-width: 807px;
  width: 100%;
  margin: 0 auto;
}
.subscribe-section h2 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 127.4%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 18px;
  padding: 0 4%;
}
.subscribe-section .descr {
  font-size: 1.5rem;
  line-height: 144.74%;
  text-align: center;
  color: #000000;
  padding: 0 15%;
  margin-bottom: 65px;
}

.subscribe-holder .top {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 144.74%;
  color: #fff;
  text-align: center;
  padding-bottom: 17px;
}
.subscribe-holder .top:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 74.74%;
  height: 5px;
  background-color: #ffd966;
}

.subscribe-input-holder {
  padding: 0 76px 0 47px;
  position: relative;
  border-radius: 900px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  margin-bottom: 32px;
}
.subscribe-input-holder form {
  width: 100%;
}
.subscribe-input-holder input {
  height: 85px;
  width: 100%;
  background: none;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}
.subscribe-input-holder input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.subscribe-input-holder input::placeholder {
  opacity: 1;
  color: #000;
}
.subscribe-input-holder button {
  position: absolute;
  right: 47px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: none;
  transition: transform 0.3s;
}
.subscribe-input-holder button svg {
  width: 20px;
  height: 20px;
}
.subscribe-input-holder button:hover {
  transform: translateY(-50%) scale(1.3);
}

.checkbox-area {
  text-align: center;
  padding: 0 5%;
}
.checkbox-area .subnote {
  font-size: 1.4rem;
  line-height: 144.74%;
  text-align: center;
  color: #000000;
  opacity: 0.5;
}

.checkbox-label {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 4px;
}
.checkbox-label:hover .note {
  color: #fff;
}
.checkbox-label .yellow-round {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin-bottom: 10px;
}
.checkbox-label .note {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 144.74%;
  text-align: center;
  color: #000000;
  transition: all 0.3s;
}
.checkbox-label input {
  opacity: 0;
}
.checkbox-label input:checked ~ .yellow-round {
  background-color: #ffd966;
}

.brands-slider-wrapper {
  position: relative;
  max-width: 630px;
  width: 100%;
  transition: all 0.3s;
}
.brands-slider-wrapper .left-cntrl,
.brands-slider-wrapper .right-cntrl {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}
.brands-slider-wrapper .left-cntrl:hover,
.brands-slider-wrapper .right-cntrl:hover {
  opacity: 1;
}
.brands-slider-wrapper .left-cntrl:after,
.brands-slider-wrapper .right-cntrl:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brands-slider-wrapper .left-cntrl {
  position: absolute;
  border: 5px solid transparent;
  border-right: 7px solid rgb(255, 255, 255);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.brands-slider-wrapper .left-cntrl.black {
  border-right: 7px solid rgb(0, 0, 0);
}
.brands-slider-wrapper .right-cntrl {
  position: absolute;
  border: 5px solid transparent;
  border-left: 7px solid rgb(255, 255, 255);
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.brands-slider-wrapper .right-cntrl.black {
  border-left: 7px solid rgb(0, 0, 0);
}

.brands-slide {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.brands-slide label {
  display: block;
  position: relative;
  max-width: 120px;
  width: 100%;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 7px;
}
.brands-slide label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: all;
}
.brands-slide label input:checked ~ .logo-holder {
  font-weight: bold;
}
.brands-slide label input:checked ~ .logo-holder:before {
  opacity: 1;
}

.submit-filters {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 37px;
  top: 98px;
  width: 96px;
  height: 300px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.5);
  border-radius: 900px;
  transition: all 0.3s;
  cursor: pointer;
  pointer-events: all;
}
.submit-filters:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 90px;
  box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.5);
}
.submit-filters img {
  width: 29px;
  height: 23px;
  transform-origin: center;
  transition: all 0.3s;
}
.submit-filters:hover {
  background: rgba(255, 255, 255, 0.1);
}

.bottom-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0 20px 20px;
  white-space: nowrap;
}
.bottom-panel .item {
  display: inline-flex;
  align-items: center;
  padding-right: 16px;
  vertical-align: middle;
}
.bottom-panel .item .img {
  flex-shrink: 0;
  margin-right: 12px;
}
.bottom-panel .item img {
  width: 26px;
}
.bottom-panel .item .ttl a {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 124%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  opacity: 0.7;
  transition: all 0.3s;
}
.bottom-panel .item .ttl a:hover {
  opacity: 1;
  color: #fff;
}
.bottom-panel.lens {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), rgba(65, 194, 194, 0.82);
}
.bottom-panel.googles {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), rgba(254, 212, 84, 0.5);
}
.bottom-panel.sunglasses {
  background: linear-gradient(90deg, rgba(237, 133, 75, 0.265) 0%, rgba(237, 133, 75, 0) 44.3%), linear-gradient(0deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)), rgba(237, 133, 75, 0.58);
}

.scroll-wrapper {
  position: relative;
  height: 100%;
  padding-right: 135px;
}
.scroll-wrapper .ps__rail-y {
  left: auto !important;
  right: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 3px;
  transform: scale(0.7);
}
.scroll-wrapper .ps__thumb-y {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
}

.breadcrumbs {
  padding: 16px 80px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .breadcrumbs {
    padding: 16px 24px 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 743.98px) {
  .breadcrumbs {
    padding: 16px 16px 0;
  }
}
.breadcrumbs .icon {
  font-size: 18px;
  margin: 0 8px;
}
.breadcrumbs span,
.breadcrumbs a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  transition: color 0.3s ease;
}
@media (max-width: 743.98px) {
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 12px;
    line-height: 16px;
  }
}
.breadcrumbs a {
  color: #277B7B;
}
.breadcrumbs a:hover {
  color: #F76919;
}
@media (max-width: 743.98px) {
  .breadcrumbs span {
    display: none !important;
  }
  .breadcrumbs .icon:not(:last-of-type) {
    display: none !important;
  }
  .breadcrumbs .icon:last-of-type {
    order: -1;
    transform: rotate(180deg);
    margin-left: 0;
  }
  .breadcrumbs a:not(:last-of-type) {
    display: none !important;
  }
}

.no_breadcrumbs .breadcrumbs {
  display: none;
}

.arrow-breadcrumbs {
  display: inline-block;
  border: 5px solid transparent;
  border-left: 7px solid #41c2c2;
  margin: 0 10px 0 16px;
}

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

.h-holder {
  display: inline-block;
  position: relative;
  text-align: center;
}
.h-holder h1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 115%;
}
.h-holder .amount {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #41c2c2;
  left: 100%;
  top: 0;
  transform: translate(10%, -65%);
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #fff;
}

.product-filters + .sorting-section {
  position: relative;
  margin-top: 54px;
}
.product-filters + .sorting-section:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  width: 85%;
}

.product-filters-titles {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.product-filters-titles .item {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #333333;
  cursor: pointer;
  margin-right: 53px;
}
.product-filters-titles .item span {
  display: inline-block;
  margin-right: 8px;
}
.product-filters-titles .item .arr-up-down {
  position: relative;
  width: 14px;
  height: 14px;
}
.product-filters-titles .item .arr-up-down i {
  position: absolute;
  display: block;
  width: 5px;
  height: 1px;
  background-color: #000;
}
.product-filters-titles .item .arr-up-down i:first-of-type {
  left: 50%;
  top: 50%;
  transform: translate(-84%, -50%) rotate(45deg);
}
.product-filters-titles .item .arr-up-down i:last-of-type {
  left: 50%;
  top: 50%;
  transform: translate(-33%, -50%) rotate(-45deg);
}
.product-filters-titles .item.active span {
  font-weight: 700;
  color: #41c2c2;
}

.filter-field {
  background-color: #cff0f0;
  border-radius: 20px;
}

.left-filter-cntrl,
.right-filter-cntrl {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #277B7B;
}
@media (min-width: 961px) {
  .left-filter-cntrl:hover .icon-chevron-right,
  .right-filter-cntrl:hover .icon-chevron-right {
    margin-left: 6px;
  }
  .left-filter-cntrl:hover .icon-chevron-left,
  .right-filter-cntrl:hover .icon-chevron-left {
    margin-right: 6px;
  }
}
.left-filter-cntrl .icon,
.right-filter-cntrl .icon {
  font-size: 28px;
  color: #fff;
  transition: margin 0.3s ease;
}
@media (max-width: 960px) {
  .left-filter-cntrl,
  .right-filter-cntrl {
    width: 32px;
    height: 32px;
  }
  .left-filter-cntrl .icon,
  .right-filter-cntrl .icon {
    font-size: 18px;
  }
}

.left-filter-cntrl {
  transform: translateY(-50%);
  left: 0;
}

.right-filter-cntrl {
  transform: translateY(-50%);
  right: 0;
}

.products-sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 46px;
  max-width: 57.47%;
  width: 100%;
  margin: 0 auto;
}
.products-sorting label {
  font-size: 1.6rem;
  line-height: 154.9%;
  cursor: pointer;
}
.products-sorting label input {
  width: 0;
  height: 0;
  opacity: 0;
}
.products-sorting label input:checked ~ div {
  font-weight: 700;
  color: #f98e53;
}

.banner_title {
  padding: 0 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000000;
}

.md-title-goods {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 65px;
}
.md-title-goods span {
  display: block;
  color: #b7b7b7;
  font-size: 35px;
  line-height: 123%;
}
.md-title-goods p {
  font-weight: 700;
  color: #000;
  font-size: 35px;
  font-weight: 300;
  line-height: 123%;
}

.no_price_item {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.promo-section {
  background-color: rgba(249, 142, 83, 0.1);
  position: relative;
  padding-top: 19.58%;
}

.benefits-block {
  padding: 42px 22px 74px;
}
.benefits-block .title {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 127.4%;
}
.benefits-block.not-user {
  padding: 42px 22px 92px;
}

.benefits-row {
  position: relative;
  display: flex;
  background-color: #f98e53;
  padding: 58px 29px;
  border-radius: 10px;
}
.benefits-row .fat-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.benefits-row .item {
  width: 25%;
  flex-shrink: 0;
  padding-right: 30px;
}
.benefits-row .item .icon {
  margin-bottom: 12px;
}
.benefits-row .item .icon img {
  width: 24px;
  height: 24px;
}
.benefits-row .item .b-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 148.5%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 9px;
}
.benefits-row .item .content {
  font-size: 12px;
  line-height: 127.4%;
  color: rgba(255, 255, 255, 0.6);
}
.benefits-row .item .percent-holder_wr {
  display: flex;
  justify-content: space-between;
}
.benefits-row .item .percent-holder {
  font-size: 12px;
  line-height: 127.4%;
  color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 7px;
  width: -moz-min-content;
  width: min-content;
}
.benefits-row .item .percent-holder_divider {
  width: 2px;
  min-width: 2px;
  height: auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}
.benefits-row .item .percent-holder .no_wrap {
  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
}
.benefits-row .item .percent-holder .content {
  width: 100%;
}
.benefits-row .item .percent-holder span {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 7px;
}
.benefits-row .item .percent-holder span:last-of-type {
  margin-right: 0;
}
.benefits-row .item .percent-holder span i {
  position: relative;
  font-style: normal;
  z-index: 1;
}
.benefits-row .item .percent-holder span.active {
  padding: 6px;
}
.benefits-row .item .percent-holder span.active:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 100%;
  width: 31px;
  min-width: 37px;
  height: 37px;
}
.benefits-row .item .from-first {
  font-weight: 700;
  font-size: 1rem;
  line-height: 110%;
  color: #ffffff;
  opacity: 0.6;
}

.more-pages-first,
.more-pages-second {
  display: block;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  cursor: pointer;
}
.more-pages-first:hover,
.more-pages-second:hover {
  color: #000;
}

.recommendation-section {
  padding: 53px 38px;
  background-color: #fbf6f2;
}
.recommendation-section .section-title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 47px;
}

.mobile-filters-button-holder {
  display: none;
}

.select-cell .selectric {
  position: relative;
  border-radius: 100px;
  background: #fff;
}
.select-cell .selectric .label {
  display: flex;
  align-items: center;
  margin: 0 27px 0 13px;
  height: 44px;
  font-size: 16px;
}
.select-cell .selectric-above .selectric-items {
  top: auto;
  bottom: calc(100% + 8px);
}
.select-cell .selectric-items {
  border: 0;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  top: calc(100% + 8px);
  outline: none;
}
.select-cell .selectric-items li {
  padding: 10px 14px;
  font-size: 18px;
  line-height: 24px;
}
.select-cell .selectric-items li.highlighted, .select-cell .selectric-items li:hover {
  background: rgba(39, 123, 123, 0.1);
  color: #277B7B;
}
.select-cell.char-cell {
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding-left: 17px;
}

@media (max-width: 743.98px) {
  .selectric-two-columns-output .selectric-items li.empty {
    display: none;
  }
  .selectric-two-columns-output select option.empty {
    display: none;
  }
}
@media (min-width: 744px) {
  .selectric-two-columns-output .selectric-items li {
    width: 50%;
    display: inline-block;
    float: left;
  }
  .selectric-two-columns-output .selectric-items li.full-width {
    width: 100%;
  }
}

.question-tip {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
}
.question-tip svg {
  width: 26px;
  height: 26px;
}

.universal-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.universal-popup.opened {
  display: block;
}
.universal-popup-overlay {
  z-index: 9;
}
.universal-popup#error-notification-popup {
  z-index: 1000000;
}

.leng-mess {
  font-size: 25px;
  font-weight: 700;
}

#lang-popup a:last-child {
  margin-left: 15px;
}

@media only screen and (max-width: 960px) {
  .leng-mess {
    font-size: 18px;
  }
  #lang-popup a {
    width: 100%;
    margin: 0;
  }
  #lang-popup a:last-child {
    margin: 15px 0 0 0;
    margin-left: 0;
  }
}
.pop-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.universal-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 24px;
}

.popup-window {
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 550px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 49px 52px;
}
.popup-window .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.popup-window.address-window {
  max-width: 640px;
  padding: 30px 30px 36px;
  overflow: visible;
}

.swal2-popup.swal-linza {
  max-width: 550px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 49px 52px;
}
.swal2-popup.swal-linza .swal2-icon {
  display: none !important;
}
.swal2-popup.swal-linza .swal2-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: left;
  color: #000;
}
.swal2-popup.swal-linza .swal2-styled.swal2-confirm {
  position: relative;
  width: 100%;
  height: 64px;
  background: #f98e53 !important;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #fff;
  transition: all 0.3s;
  border: 1px solid transparent !important;
}
.swal2-popup.swal-linza .swal2-styled.swal2-confirm:hover {
  background: #fed454 !important;
  color: #fff;
}
.swal2-popup.swal-linza .swal2-styled.swal2-cancel {
  position: relative;
  width: 100%;
  height: 64px;
  background: #fff !important;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #000;
  transition: all 0.3s;
  border: 1px solid #c8c8c8 !important;
}
.swal2-popup.swal-linza .swal2-styled.swal2-cancel:hover {
  background: #fed454 !important;
  color: #fff;
  border: 1px solid transparent !important;
}
.swal2-popup.swal-linza .swal2-styled {
  margin: 10px 0;
}
.swal2-popup.swal-linza .swal2-styled:focus {
  outline: none;
  box-shadow: none;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background-color: rgba(208, 208, 208, 0.8) !important;
}

.address-popup-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
}

.popup-logo {
  max-width: 156px;
  width: 100%;
  margin-right: 15px;
}

.close-popup {
  width: 50px;
  height: 50px;
  cursor: pointer;
  pointer-events: all;
}
.close-popup svg {
  width: 50px;
  height: 50px;
}
.close-popup svg rect {
  transition: all 0.3s;
}
.close-popup svg path {
  transition: all 0.3s;
}
.close-popup:hover svg rect {
  opacity: 1;
}
.close-popup:hover svg path {
  fill: #fff;
}

.forgot-holder {
  text-align: right;
  padding: 20px 0;
}

.forgot-pwd {
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 153%;
  color: #41c2c2;
  transition: color 0.3s;
}
.forgot-pwd:hover {
  color: #f98e53;
}

.links-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.links-panel span {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 98.2%;
}
.links-panel a {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #41c2c2;
  transition: all 0.3s;
}
.links-panel a:hover {
  color: #000;
}

.socials-enter {
  text-align: center;
  margin-bottom: 32px;
}
.socials-enter .facebook {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(65, 194, 194, 0.05);
  border: 1px solid #41c2c2;
  border-radius: 100px;
  padding: 3px 3px 3px 18px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 153%;
  color: #41c2c2;
  transition: all 0.3s;
}
.socials-enter .facebook svg {
  margin-left: 16px;
  width: 32px;
  height: 32px;
}
.socials-enter .facebook svg path {
  fill: #41c2c2;
}
.socials-enter .facebook:hover {
  background: rgba(65, 194, 194, 0.1);
}

.or-block {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
.or-block:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  opacity: 0.2;
  background-color: #41c2c2;
}
.or-block .round {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 43px;
  height: 43px;
  background: rgb(197, 241, 241);
  border: 1px solid rgba(65, 194, 194, 0.2);
  border-radius: 900px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #41c2c2;
  padding: 12px 0;
  z-index: 1;
}

.input-wrapper {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid #ffffff;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 5px;
}
.input-wrapper.textarea {
  border-radius: 20px;
}
.input-wrapper input {
  display: block;
  background: none;
  border: 0;
  height: 59px;
  width: 100%;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #ffffff;
}
.input-wrapper input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.input-wrapper input::placeholder {
  color: #fff;
  opacity: 1;
}
.input-wrapper input.pass {
  padding-right: 59px;
}
.input-wrapper textarea {
  border: 0;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #000;
  height: 220px;
  outline: none;
  resize: none;
  background: none;
  width: 100%;
}
.input-wrapper textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.input-wrapper textarea::placeholder {
  color: #000;
  opacity: 1;
}
.input-wrapper.green {
  border: 1px solid #d3f0f0;
  background: rgba(255, 255, 255, 0.07);
}
.input-wrapper.green input {
  color: #000;
}
.input-wrapper.green input::-moz-placeholder {
  color: #000;
}
.input-wrapper.green input::placeholder {
  color: #000;
}
.input-wrapper.error {
  border: 1px solid #ff4040;
}
.input-wrapper.password {
  border-radius: 10px;
}
.input-wrapper.gray {
  border: 1px solid #c8c8c8;
}
.input-wrapper.gray input {
  color: #000;
}
.input-wrapper.gray input::-moz-placeholder {
  color: #000;
}
.input-wrapper.gray input::placeholder {
  color: #000;
}
.input-wrapper.error {
  border: 1px solid #ff4040;
}
.input-wrapper.error input {
  color: #ff4040;
}
.input-wrapper.error input::-moz-placeholder {
  color: #ff4040;
}
.input-wrapper.error input::placeholder {
  color: #ff4040;
}

.input-block {
  margin-bottom: 20px;
}
.input-block .error-block {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #ff4040;
  padding-top: 7px;
}
.input-block .note {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
}
.input-block .note.auth {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 6px;
}
.input-block.row-input-block {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
  padding-right: 72px;
}
.input-block.row-input-block label {
  color: #000;
  width: 25%;
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding-right: 43px;
}
.input-block.row-input-block .flex-auto {
  flex: auto;
}

.pass-eye {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.pass-eye svg {
  width: 28px;
  height: 28px;
}

.submit-popup,
.popup-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  background: #f98e53;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #fff;
  transition: all 0.3s;
}
.submit-popup input,
.popup-link input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.submit-popup:hover,
.popup-link:hover {
  background: #fed454;
  color: #fff;
}
.submit-popup.mid-transparent,
.popup-link.mid-transparent {
  border: 1px solid #f98e53;
  color: #f98e53;
  background-color: rgba(249, 142, 83, 0.05);
}
.submit-popup.mid-transparent:hover,
.popup-link.mid-transparent:hover {
  background-color: #f98e53;
  color: #fff;
}

button.submit-popup {
  display: block;
}

.checkbox-block {
  margin-bottom: 20px;
}

.check-label {
  position: relative;
  display: flex;
  align-items: center;
}
.check-label input {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.check-label input:checked ~ .round {
  background-color: #41c2c2;
}
.check-label .round {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #41c2c2;
  border-radius: 100%;
  margin-right: 10px;
}
.check-label .text {
  font-size: 1.5rem;
  line-height: 153%;
}

.popup-title {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.3rem;
  margin-bottom: 23px;
}
.popup-title .review-first-title {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
}
.popup-title .review-name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 47px;
}

.popup-info {
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 80px;
}
.popup-info span {
  font-weight: 700;
  display: inline-block;
  padding: 10px 7px;
  background-color: #f76919;
  color: #fff;
  border-radius: 5px;
}
.popup-info a {
  color: #41c2c2;
}
.popup-info strong {
  font-weight: 700;
}
.popup-info i {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  color: #41c2c2;
}
.popup-info i:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 1px;
  margin: 0 12px;
  background-color: #41c2c2;
  vertical-align: middle;
}
.popup-info.small-margin {
  margin-bottom: 29px;
}

.help-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 32px;
  margin-bottom: 32px;
}
.help-panel:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 112px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.help-panel a {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 153%;
  color: #000000;
  opacity: 0.6;
  transition: all 0.3s;
}
.help-panel a:hover {
  opacity: 1;
}

.l-holder {
  padding: 16px 0 10px;
  display: flex;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}
.l-holder a {
  margin-right: 40px;
}

.form-comment {
  resize: none;
  height: 160px;
  width: 100%;
  outline: none;
  padding: 21px;
  overflow: hidden;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid #d3f0f0;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
}

.text-section {
  padding: 0 16px 118px;
  font-size: 1.5rem;
  line-height: 144.74%;
}
.text-section .wrapper {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
.text-section p {
  margin: 26px 0;
}
.text-section a {
  color: #41c2c2;
  text-decoration: underline;
  transition: all 0.3s;
}
.text-section a:hover {
  opacity: 0.7;
}
.text-section strong {
  font-weight: 600;
}
.text-section ul {
  margin: 26px 0;
  max-width: 595px;
  list-style-type: none;
}
.text-section ul li {
  line-height: 200%;
}
.text-section ul li:before {
  content: "—";
  position: relative;
  left: -5px;
}
.text-section ol {
  margin: 26px 0;
  max-width: 595px;
  list-style-type: none;
}
.text-section ol li {
  line-height: 200%;
  counter-increment: my-counter;
}
.text-section ol li:before {
  content: counter(my-counter) ".";
  position: relative;
  left: -5px;
}

.bottom-page-links .holder {
  display: flex;
  flex-wrap: wrap;
}
.bottom-page-links .holder .item {
  width: 50%;
  flex-shrink: 0;
  padding: 45px;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 144.74%;
  text-transform: uppercase;
  transition: all 0.3s;
}
.bottom-page-links .holder .item:nth-of-type(odd) {
  background-color: #f98e53;
}
.bottom-page-links .holder .item:nth-of-type(odd):hover {
  background-color: rgba(249, 142, 83, 0.7);
}
.bottom-page-links .holder .item:nth-of-type(even) {
  background-color: #ffc000;
}
.bottom-page-links .holder .item:nth-of-type(even):hover {
  background-color: rgba(255, 192, 0, 0.56);
}

.not-found {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 122.24%;
  padding-bottom: 60px;
}

.blog-section {
  overflow: hidden;
}
.blog-section .sub-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.news-banner {
  margin: 20px 0 50px;
}

.inner-article {
  padding: 70px 0 111px;
}

.article-top {
  max-width: 47.15%;
  width: 100%;
  margin: 0 auto;
}

.article-date {
  font-weight: 500;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5rem;
  color: #f98e53;
  margin-bottom: 14px;
}

.article-h1 {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}

.article-params {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}

.article-author {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.article-author .icon {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.article-author .icon svg {
  width: 24px;
  height: 24px;
}

.article-banner-img {
  position: relative;
  margin-bottom: 85px;
  overflow: hidden;
  border-radius: 10px;
}

.article-banner-glass {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  filter: blur(50px);
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@supports not (filter: blur(50px)) {
  .article-banner-glass {
    display: none;
  }
}
.article-img {
  position: relative;
  max-width: 47.15%;
  width: 100%;
  margin: 0 auto;
  padding-top: 41%;
  overflow: hidden;
}
.article-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.inner-article .article-banner-img .article-img {
  padding-top: 32%;
}

.article-content {
  max-width: 47.15%;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 155%;
}
.article-content img {
  max-width: 100%;
  margin: 0 auto;
}
.article-content p {
  margin: 27px 0;
}
.article-content strong {
  font-weight: 700;
}
.article-content h2 {
  font-size: 2.1rem;
}
.article-content h3 {
  font-size: 1.8rem;
}
.article-content ul {
  margin: 26px 0;
  list-style-type: none;
}
.article-content ul li {
  line-height: 200%;
}
.article-content ul li p {
  display: inline;
}
.article-content ul li:before {
  content: "—";
  position: relative;
  margin-right: 7px;
}
.article-content ol {
  margin: 27px 0;
  list-style-type: none;
  max-width: 595px;
}
.article-content ol li {
  line-height: 200%;
  counter-increment: my-counter;
}
.article-content ol li:before {
  content: counter(my-counter) ".";
  position: relative;
  margin-right: 5px;
}
.article-content a {
  color: #41c2c2;
  text-decoration: underline;
  transition: all 0.3s;
}
.article-content a:hover {
  opacity: 0.7;
}
.article-content .article-share-fb {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #000;
}
.article-content .article-share-fb .icon-fb-share {
  width: 55px;
  height: 55px;
  margin-right: 13px;
}
.article-content .article-share-fb .icon-fb-share svg {
  width: 55px;
  height: 55px;
}
.article-content .article-share-fb .icon-fb-share svg path {
  fill: #3ab7b7;
}

.article-share {
  padding: 30px 0 0;
}

.news-title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 115%;
  text-align: center;
  margin-bottom: 46px;
}

.article-button-holder {
  padding: 20px 0 50px;
}

.desktop-hidden {
  display: none;
}

.side-popup-menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  width: 328px;
  max-width: 100%;
  z-index: 99999;
  visibility: hidden;
  overflow: auto;
  padding: 66px 24px 24px;
  transform: translateX(100%);
  transition: all 0.3s;
}
.side-popup-menu.active {
  visibility: visible !important;
  transform: translateX(0);
}

.wrapper-ul {
  color: #1A141F;
  list-style-type: none;
}
.wrapper-ul li {
  margin-bottom: 16px;
}
.wrapper-ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1A141F;
  transition: color 0.3s;
}
.wrapper-ul li a.uppercase {
  font-size: 14px;
  text-transform: uppercase;
}
.wrapper-ul li a:hover {
  color: #277B7B;
}

.side-close-menu {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: rgba(39, 123, 123, 0.1);
  border: 1px solid #dde0ea;
}
.side-close-menu:hover {
  background-color: transparent;
}
.side-close-menu:hover .icon {
  color: #E81602;
}
.side-close-menu .icon {
  font-size: 20px;
}

.side-popup-socials {
  display: flex;
}
.side-popup-socials .social {
  display: block;
  margin-right: 24px;
}
.side-popup-socials .social:hover .icon {
  color: #277B7B;
}
.side-popup-socials .social .icon {
  font-size: 32px;
}

.goods-round {
  display: flex;
  position: relative;
}
.goods-round .goods-desc {
  display: flex;
  flex-direction: column;
}
.goods-round input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.goods-round input:checked ~ .round {
  background-color: #277B7B;
  border-color: #277B7B;
}
.goods-round input:checked ~ .round:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ffffff;
}
.goods-round input:checked ~ .round ~ span {
  color: rgb(0, 0, 0);
}
.goods-round input:disabled {
  pointer-events: none;
}
.goods-round input:disabled ~ .round:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.goods-round input:disabled ~ .round ~ span {
  color: rgba(0, 0, 0, 0.2);
}
.goods-round .round {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 8px;
}
.goods-round .text {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.goods-round .text .accent {
  color: #F76919;
}
.goods-round .text.text-pack {
  font-size: 13px;
  margin-top: 2px;
  color: #5C5E70;
  font-weight: 400;
}
@media (max-width: 743.98px) {
  .goods-round .text.text-pack {
    margin-left: -28px;
  }
}
.goods-round .text.js-gift-info {
  font-size: 13px;
  margin-top: 2px;
  color: #5C5E70;
  font-weight: 400;
}
@media (max-width: 743.98px) {
  .goods-round .text.js-gift-info {
    margin-left: -28px;
  }
}
.goods-round .text.text-label {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 20px;
  line-height: 16px;
  padding: 4px 8px;
  color: #ffffff;
  background-color: #F76919;
}
@media (max-width: 743.98px) {
  .goods-round .text.text-label {
    margin-left: -28px;
  }
}

.hidden-radio-label {
  display: none;
}

.quan-wrapper-cell {
  position: relative;
  display: inline-block;
  width: 100%;
}

.in-package {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 10px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.in-package_bonus {
  display: block;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.goods-page-benefits {
  background: url(/img/user/serv-slider-bg.png), linear-gradient(to right, #b2bcc2, #b2bcc2);
  padding: 50px 31px;
}

.goods-page-benefits-block {
  display: flex;
  justify-content: center;
  margin-left: -3px;
  margin-right: -3px;
}
.goods-page-benefits-block .item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 6px);
  margin-left: 3px;
  margin-right: 3px;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 20px 22px 13px;
  min-height: 195px;
}
.goods-page-benefits-block .item .topper {
  flex: auto;
}
.goods-page-benefits-block .item .top-block {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.goods-page-benefits-block .item .top-block span {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
}
.goods-page-benefits-block .item .top-block img {
  width: auto;
  margin-right: 15px;
}
.goods-page-benefits-block .item .descr-block {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, 0.5);
}
.goods-page-benefits-block .item .descr-block strong {
  color: #000;
}
.goods-page-benefits-block .item .descr-block p {
  margin-bottom: 16px;
}
.goods-page-benefits-block .item .descr-block p:last-of-type {
  margin-bottom: 0;
}
.goods-page-benefits-block .item .percents-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 27px;
}
.goods-page-benefits-block .item .percents-wrapper .percent-i {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #fff;
  margin-right: 15px;
  margin-bottom: 10px;
}
.goods-page-benefits-block .item .percents-wrapper .percent-i:last-of-type {
  margin-right: 20px;
}
.goods-page-benefits-block .item .percents-wrapper .percent-i span {
  position: relative;
  z-index: 1;
}
.goods-page-benefits-block .item .percents-wrapper .percent-i.active {
  color: #f76919;
  padding: 10px;
}
.goods-page-benefits-block .item .percents-wrapper .percent-i.active:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 10px;
}
.goods-page-benefits-block .item .to-cab-link {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.goods-page-benefits-block .item .to-cab-link:hover svg circle {
  fill-opacity: 1;
}
.goods-page-benefits-block .item .to-cab-link:hover svg path {
  fill: #f76919;
}
.goods-page-benefits-block .item .to-cab-link svg {
  width: 48px;
  height: 48px;
}
.goods-page-benefits-block .item .to-cab-link svg circle,
.goods-page-benefits-block .item .to-cab-link svg path {
  transition: all 0.3s;
}
.goods-page-benefits-block .item.orange {
  background-color: #f76919;
  color: #fff;
}
.goods-page-benefits-block .item.orange .descr-block {
  color: #fff;
}
.goods-page-benefits-block .item.orange .descr-block a {
  color: #fff;
  transition: opacity 0.3s;
}
.goods-page-benefits-block .item.orange .descr-block a:hover {
  opacity: 0.7;
}

.note-span.invisible {
  display: none;
}

.error-inside-note {
  display: none;
  color: #ff4040;
}
.error-inside-note.visible {
  display: inline;
}

.page-not-found {
  padding: 90px 40px;
  text-align: center;
}
.page-not-found .h-holder {
  display: block;
  margin-bottom: 37px;
}
.page-not-found p {
  font-size: 2em;
  margin-bottom: 0.7em;
}
.page-not-found a {
  display: inline-block;
  padding: 25px 50px;
  background: #000;
  border-radius: 900px;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
  transition: all 0.3s;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
}
.page-not-found a:hover {
  background-color: #f76919;
}

.not-found-img {
  margin-bottom: 10px;
}
.not-found-img svg {
  display: inline-block;
  width: 392px;
  height: 142px;
}

.universal-toggle-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 30px 52px;
}
.universal-toggle-buttons .toggle-button {
  margin-right: 30px;
}
.universal-toggle-buttons .toggle-button:last-of-type {
  margin-right: 0;
}

.sales-banner {
  padding: 30px 30px 0;
  margin-bottom: 150px;
}
.sales-banner a.top {
  transition: opacity ease 0.25s;
}
.sales-banner a.top:hover {
  opacity: 0.7;
}
.sales-banner .top {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.sales-banner .top .img-banner {
  display: block;
}
.sales-banner .top .left {
  position: relative;
  height: 337px;
  flex: auto;
}
.sales-banner .top .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  background-color: #41c2c2;
  flex-shrink: 0;
}
.sales-banner .top .right span {
  display: block;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #ffffff;
  text-transform: uppercase;
}
.sales-banner .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 57px;
  padding-right: 4.16%;
}
.sales-banner .bottom .left {
  flex-shrink: 0;
  width: 272px;
}
.sales-banner .bottom .left .title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 15px;
}
.sales-banner .bottom .right {
  display: flex;
  align-items: flex-start;
  padding-left: 11.73%;
  flex: auto;
}
.sales-banner .bottom .typical-button {
  margin-left: auto;
}

.sales-banner-descr-block {
  padding-right: 15.3%;
}
.sales-banner-descr-block .title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 17px;
}
.sales-banner-descr-block .descr {
  font-size: 1.5rem;
  line-height: 144.74%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.sales-banner-descr-block .descr.from-ckeditor * {
  all: revert-layer;
}
.sales-banner-descr-block .article-share-fb {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  font-size: 1.2rem;
  line-height: 144.74%;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: all 0.3s;
}
.sales-banner-descr-block .article-share-fb .icon-fb-share {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.sales-banner-descr-block .article-share-fb .icon-fb-share svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sales-banner-descr-block .article-share-fb .icon-fb-share svg path {
  transition: all 0.3s;
}
.sales-banner-descr-block .article-share-fb:hover {
  color: rgb(0, 0, 0);
}
.sales-banner-descr-block .article-share-fb:hover .icon-fb-share svg path {
  fill: #f76919;
}

.sales-banner-title-block {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  min-height: 44%;
  padding: 21px 26px;
}
.sales-banner-title-block .title {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 115%;
  color: #fff;
  margin-bottom: 5px;
}
.sales-banner-title-block .sub-info {
  font-size: 1.2rem;
  line-height: 144.74%;
  color: #fff;
}
.sales-banner-title-block .sub-info span {
  font-weight: 600;
  font-size: 3rem;
  line-height: 115%;
}

.clock {
  display: flex;
}
.clock .time-round {
  width: 56px;
  margin-right: 16px;
  background: rgba(249, 142, 83, 0.06);
  border-radius: 10px;
  flex-shrink: 0;
}
.clock .time-round div {
  text-align: center;
  padding: 10px 6px 8px;
  width: 100%;
}
.clock .time-round div span {
  display: block;
}
.clock .time-round div span:first-of-type {
  font-weight: 700;
  font-size: 1rem;
  line-height: 144.74%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
.clock .time-round div span:last-of-type {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #f98e53;
}
.clock .time-round div:last-of-type {
  margin-right: 0;
}

.in-package_bonus {
  display: block;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.no_price {
  font-weight: 600;
  color: #000000;
  font-size: 1.8rem;
  line-height: 120%;
}

@media only screen and (min-width: 1600px) and (max-width: 2500px) {
  html {
    font-size: 70.5%;
  }
  .services-slider .slick-slide {
    width: 475px;
    margin-right: 50px;
  }
  .services-slide {
    min-height: 395px;
    padding-top: 230px;
  }
  .brands-slider-wrapper {
    max-width: 890px;
  }
  .bottom-panel {
    padding: 20px 40px;
  }
  .bottom-panel .item {
    padding-right: 45px;
  }
  .filter-slide label {
    margin-bottom: 40px;
  }
  .popup-window {
    max-width: 660px;
  }
  .news-banner {
    margin: 25px 0 75px;
  }
  .goods-page-benefits-block {
    margin-left: -15px;
    margin-right: -15px;
  }
  .goods-page-benefits-block .item {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .clock .time-round {
    width: 77px;
  }
  .clock .time-round div span:first-of-type {
    font-size: 1.2rem;
  }
  .clock .time-round div span:last-of-type {
    font-size: 2.2rem;
  }
  .sales-banner .bottom .left {
    width: 357px;
  }
  .sales-banner .bottom .right {
    padding-left: 6.73%;
  }
  .sales-banner-descr-block {
    padding-right: 10.3%;
  }
}
.not-in-stock .no_price {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.not-in-stock .no_price_btn {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 743.98px) {
  .not-in-stock .no_price_btn {
    font-size: 12px;
  }
}
.not-in-stock .no_price_btn svg {
  height: auto;
  max-width: 20px;
  margin-right: 8px;
}
.not-in-stock .no_price_btn svg path {
  fill: #fff;
}

@media only screen and (max-width: 1200px) {
  .filter-slider-wrapper {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 55.5%;
  }
  .brands-slider-wrapper .left-cntrl {
    transform: translate(0, -50%);
  }
  .brands-slider-wrapper .right-cntrl {
    transform: translate(0, -50%);
  }
  .filters-inside-popup {
    overflow: hidden;
  }
  .sales-banner .bottom .right {
    padding-left: 5.73%;
  }
  .sales-banner-descr-block {
    padding-right: 7.3%;
  }
}
.in-package_bonus {
  display: block;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}

@media only screen and (max-width: 960px) {
  .in-package_bonus {
    font-size: 14px;
  }
  .call_us_btn {
    margin-top: 20px;
    display: none;
  }
  .repeat_order_link {
    position: static;
    transform: none;
    max-width: 80px;
    margin: 40px auto -40px;
    text-align: center;
  }
  .repeat_order_link_wr.desctop_only {
    display: none;
  }
  .repeat_order_link_wr.mobile_only {
    display: flex;
  }
  .repeat_order_link .reapeat_svg_wr {
    margin: 0 auto;
  }
  .repeat_order_link svg {
    width: 30px;
    height: 30px;
    margin: 0 auto 7px;
  }
  .repeat_order_link_text {
    font-size: 12px;
    line-height: 15px;
  }
  .universal-popup {
    height: calc(100% + 1px);
  }
  .glass-block {
    display: none;
  }
  .scroll-wrapper {
    padding: 39px 16px 0;
    overflow: hidden;
  }
  .char-block .title-char {
    font-size: 14px;
    line-height: 148.5%;
    margin-bottom: 14px;
    padding-left: 0;
  }
  .char-block.lens {
    margin-bottom: 9px;
  }
  .char-block.lens .char-label {
    width: 50%;
    flex-shrink: 0;
    margin: 0 0 24px;
  }
  .char-block.lens .char-label:nth-of-type(2n) {
    padding-left: 30px;
  }
  .char-block.lens .icon {
    width: 27px;
    height: 27px;
    margin-right: 10px;
  }
  .char-block.lens .icon svg {
    width: 27px;
    height: 27px;
  }
  .icon-title-holder {
    padding-right: 10px;
  }
  .icon-title-holder .title-i {
    font-size: 14px;
    line-height: 100%;
  }
  .icon-title-holder.gender {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 101px;
    padding: 7px 14px 14px;
    border-radius: 10px;
  }
  .icon-title-holder.gender:before {
    border-radius: 10px;
  }
  .icon-title-holder.gender .icon {
    position: relative;
    width: 33px;
    max-width: 33px;
    margin: 0 auto 3px;
    padding-top: 80%;
    font-size: 12px;
    line-height: 15px;
  }
  .icon-title-holder.gender .icon img,
  .icon-title-holder.gender .icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .icon-title-holder.gender .title-i {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
  .icon-title-holder.gender:hover {
    border: 1px solid transparent;
    box-shadow: none;
  }
  .icon-title-holder.gender:hover:before {
    opacity: 0;
  }
  .icon-title-holder.shape {
    padding: 12px 12px 8px;
  }
  .icon-title-holder.shape .icon.round {
    width: 61px;
    height: 23px;
  }
  .icon-title-holder.shape .icon.panto {
    width: 61px;
    height: 23px;
  }
  .icon-title-holder.shape .icon.oval {
    width: 64px;
    height: 19px;
  }
  .icon-title-holder.shape .icon.butterfly {
    width: 59px;
    height: 20px;
  }
  .icon-title-holder.shape .icon.aviator {
    width: 64px;
    height: 23px;
  }
  .icon-title-holder.shape .icon.square {
    width: 64px;
    height: 18px;
  }
  .icon-title-holder.shape:hover {
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  .icon-title-holder.shape:hover:before {
    opacity: 0;
  }
  .gender-block .icon-title-holder.gender .icon {
    margin-right: auto;
  }
  .gender-block .icon-title-holder.gender .icon.woman {
    padding-top: 80%;
  }
  .gender-block .icon-title-holder.gender .icon.woman svg {
    width: 38px;
    height: 57px;
  }
  .gender-block .icon-title-holder.gender .icon.man svg {
    width: 33px;
    height: 51px;
  }
  .gender-block .icon-title-holder.gender .icon.kid svg {
    width: 42px;
    height: 41px;
  }
  .submit-filters img {
    width: 29px;
    height: 23px;
  }
  .char-row.triple {
    max-width: 100%;
  }
  .char-row.triple .triple-holder {
    width: 50%;
    margin: 0 0 24px;
  }
  .char-row.triple .triple-holder .char-label {
    width: 100%;
    margin-bottom: 0;
  }
  .char-row.triple .triple-holder:nth-of-type(2n) {
    padding-left: 30px;
  }
  .char-row.gender-mobile, .char-row.shape-mobile {
    margin-left: -8px;
    margin-right: -8px;
  }
  .char-row.sub-char-shape .char-label.shape {
    margin-left: 0;
  }
  .char-label.gender {
    width: calc(33.33% - 16px);
    margin: 0 8px 30px;
  }
  .char-label.shape {
    width: calc(33.33% - 16px);
    margin: 0 8px 30px;
  }
  .char-label.shape .title-i {
    font-size: 12px;
    line-height: 15px;
  }
  .char-label.shape .icon {
    margin: 0 auto 9px;
  }
  .brands-slider-wrapper {
    overflow: hidden;
    max-width: 100%;
  }
  .brands-slider-wrapper .left-cntrl,
  .brands-slider-wrapper .right-cntrl {
    opacity: 1;
  }
  .brands-slider-wrapper .left-cntrl {
    border: 5px solid transparent;
    border-right: 7px solid white;
  }
  .brands-slider-wrapper .right-cntrl {
    border: 5px solid transparent;
    border-left: 7px solid white;
  }
  .brands-slide label {
    max-width: 33.33%;
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .brands-slide label:nth-of-type(2n + 2) {
    max-width: 33.33%;
    width: 33.33%;
  }
  .brands-slide label .logo-holder {
    padding-top: 60px;
  }
  .brands-slide label:hover .logo-holder {
    border: 1px solid transparent;
    box-shadow: none;
  }
  .brands-slide label:hover .logo-holder:before {
    opacity: 0;
  }
  .submit-filters {
    position: relative;
    width: 90%;
    right: auto;
    top: auto;
    height: 70px;
    margin: 0 auto 50px;
  }
  .bottom-panel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 16px 0;
  }
  .bottom-panel .item {
    font-weight: 600;
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 44px;
    font-size: 13px;
    line-height: 124%;
  }
  .bottom-panel .item img {
    width: 26px;
  }
  .bottom-panel .item .ttl a {
    font-size: 13px;
    line-height: 124%;
  }
  .bottom-panel .item:nth-of-type(2n) {
    padding-left: 20px;
  }
  .glow-button {
    font-size: 14px;
    line-height: 17px;
    padding: 19px 28px;
  }
  .services {
    padding-top: 50px;
  }
  .services h2 {
    font-size: 25px;
    line-height: 130%;
    max-width: 95%;
    margin: 0 auto 50px;
  }
  .services h2 img {
    max-width: none;
    width: 105px;
    height: 23px;
    margin-left: 3px;
  }
  .services-slider .slick-slide {
    width: 252px;
    margin-right: 20px;
  }
  .services-slider .slick-list {
    padding-left: 16px;
  }
  .services-slide {
    padding-top: 130px;
    min-height: 1px;
  }
  .services-slide.active .hover-info {
    visibility: visible;
    opacity: 1;
  }
  .slide-info {
    padding: 16px 12px 21px;
    border-radius: 20px;
  }
  .slide-info .title {
    font-size: 16px;
    line-height: 138.5%;
    letter-spacing: 0.04em;
  }
  .slide-info .additional-info {
    margin-top: 34px;
  }
  .slide-info .additional-info .item img {
    width: 17px;
    height: 17px;
    margin-right: 7px;
  }
  .slide-info .additional-info .item span {
    font-size: 14px;
    line-height: 122.24%;
  }
  .slide-info .additional-info i {
    font-size: 10px;
    padding: 0 5px;
  }
  .slide-info .additional-info .phrase {
    font-size: 12px;
  }
  .hover-info {
    width: 100%;
    height: 100%;
    padding: 22px;
    border-radius: 10px;
  }
  .hover-info .title {
    font-size: 14px;
  }
  .hover-info .buttons-holder > div {
    margin-bottom: 12px;
  }
  .small-glow-button {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 25px;
  }
  .bestsellers {
    padding: 50px 0 0;
  }
  .toggle-button.blue {
    background-color: rgba(160, 225, 225, 0.12);
    border: 0;
    box-shadow: none;
  }
  .toggle-button.yellow {
    background: rgba(255, 192, 0, 0.12);
    border: 0;
    box-shadow: none;
  }
  .toggle-button.orange {
    background: rgba(247, 105, 25, 0.18);
    border: 0;
    box-shadow: none;
  }
  .slider-toggle-buttons .toggle-button,
  .universal-toggle-buttons .toggle-button {
    position: relative;
    width: 99px;
    margin-right: 23px;
    padding: 16px 0 13px;
  }
  .slider-toggle-buttons .toggle-button > div,
  .universal-toggle-buttons .toggle-button > div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  .categories-slider-wrapper {
    padding-bottom: 50px;
  }
  .categories-slider .slick-list {
    padding-left: 17px;
  }
  .categories-slider .slick-slide {
    width: 252px;
    margin-right: 21px;
  }
  .categories-slider .slide {
    border-radius: 22px;
    min-height: 1px;
    padding: 69px 16px 19px;
  }
  .categories-slider .slide .labels {
    padding: 15px 19px;
  }
  .categories-slider .slide .labels .last,
  .categories-slider .slide .labels .new {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 17px;
  }
  .categories-slider .slide .title {
    font-size: 14px;
    line-height: 148.5%;
    margin-bottom: 27px;
  }
  .categories-slider .slide .price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 24px;
  }
  .categories-slider .slide .price .old {
    margin-right: 5px;
  }
  .categories-slider .slide .price .new {
    font-size: 20px;
    line-height: 24px;
    margin-left: 5px;
  }
  .fat-button {
    padding: 34px 54px;
    font-size: 14px;
    line-height: 124%;
    min-width: 1px;
  }
  .fat-button.mobile-orange {
    padding: 34px 54px;
    background-color: #f76919;
    color: #fff;
    min-width: 279px;
    border: 0;
  }
  .about-us-main {
    display: block;
  }
  .about-us-main .left,
  .about-us-main .right {
    width: 100%;
  }
  .about-us-main .left {
    display: block;
    padding: 30px 16px 32px;
    min-height: 1px;
  }
  .about-us-main .left .figure {
    width: 111%;
  }
  .about-us-main .left .logo-holder {
    padding-bottom: 13px;
    margin-bottom: 23px;
  }
  .about-us-main .left .logo-holder img {
    width: 115px;
    height: 25px;
  }
  .about-us-main .left h2 {
    font-size: 25px;
    line-height: 127.4%;
  }
  .about-us-main .left .descr {
    display: none;
  }
  .about-us-main .left .top {
    margin-bottom: 60px;
  }
  .about-us-main .left .details a {
    font-size: 14px;
    line-height: 124%;
  }
  .about-us-main .left .details img {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .about-us-main .right {
    display: block;
    padding: 50px 16px;
    text-align: center;
  }
  .about-us-main .right .top {
    text-align: center;
  }
  .about-us-main .right .month {
    font-size: 14px;
    line-height: 122.24%;
    margin-bottom: 10px;
  }
  .about-us-main .right .title {
    font-size: 25px;
    line-height: 127.4%;
    margin-bottom: 50px;
  }
  .about-us-main .right .digits {
    flex-direction: column-reverse;
  }
  .about-us-main .right .left-digits,
  .about-us-main .right .right-digits {
    width: 100%;
  }
  .about-us-main .right .left-digits {
    border-radius: 22px;
    padding: 48px 29px 3px 33px;
  }
  .about-us-main .right .left-digits .item {
    text-align: left;
    margin-bottom: 46px;
  }
  .about-us-main .right .left-digits .item .digit {
    font-size: 35px;
    line-height: 127.4%;
    margin-bottom: 4px;
  }
  .about-us-main .right .left-digits .item .descr {
    font-size: 14px;
    line-height: 144.74%;
  }
  .about-us-main .right-digits {
    display: flex;
    align-items: center;
    padding: 23px 28px 23px 41px;
    margin-bottom: 30px;
  }
  .about-us-main .right-digits img {
    width: 56px;
    height: 56px;
    margin: 0 33px 0 0;
  }
  .about-us-main .right-digits .descr {
    font-size: 12px;
    line-height: 124%;
    padding: 0 0 0 31px;
    text-align: left;
  }
  .about-us-main .right-digits .descr:after {
    display: none;
  }
  .about-us-main .right-digits .descr:before {
    left: 0;
    top: 0;
    transform: none;
    width: 1px;
    height: 100%;
  }
  .subscribe-section {
    padding: 50px 16px 40px;
    background: url(../img/mobile-bg-gl.jpg), #b2bcc2;
    background-size: cover;
  }
  .subscribe-section h2 {
    font-size: 16px;
    line-height: 127.4%;
    margin-bottom: 23px;
  }
  .subscribe-section .descr {
    display: none;
  }
  .subscribe-holder .top {
    font-size: 14px;
    line-height: 120%;
    padding: 0 46px 21px;
  }
  .subscribe-input-holder {
    padding: 0 40px 0 23px;
    margin-bottom: 41px;
  }
  .subscribe-input-holder input {
    height: 53px;
    font-size: 14px;
    line-height: 124%;
  }
  .subscribe-input-holder button {
    right: 23px;
  }
  .checkbox-area {
    text-align: left;
    padding: 0;
  }
  .checkbox-area .subnote {
    text-align: left;
    padding-left: 36px;
    font-size: 12px;
    line-height: 144.74%;
    color: #000000;
    opacity: 0.3;
  }
  .checkbox-label {
    display: flex;
    margin-bottom: 9px;
  }
  .checkbox-label .yellow-round {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .checkbox-label .note {
    text-align: left;
    padding-left: 11px;
    font-size: 12px;
    line-height: 130%;
  }
  .mobile-filters-button-holder {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .mobile-filters-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 900px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 124%;
    background-color: #41c2c2;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  .h-holder {
    padding: 0 16px;
  }
  .h-holder h1 {
    font-size: 25px;
    line-height: 115%;
  }
  .h-holder .amount {
    left: auto;
    right: 0;
    width: 46px;
    height: 46px;
    transform: translate(50%, -92%);
    font-size: 14px;
    line-height: 17px;
  }
  .arrow-breadcrumbs {
    margin: 0 10px 0 16px;
  }
  .product-filters-titles {
    display: none;
    padding: 16px;
    flex-wrap: wrap;
  }
  .product-filters-titles .item {
    margin-bottom: 20px;
    justify-content: center;
    padding: 0 10px;
    margin-right: 0;
  }
  .product-filters-titles .item span {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
  .product-filters-titles .item .arr-up-down {
    width: 14px;
    height: 14px;
  }
  .product-filters-titles .item .arr-up-down i {
    width: 5px;
    height: 1px;
  }
  .product-filters-titles.active {
    display: flex;
  }
  .promo-section {
    padding-top: 59.58%;
  }
  .products-sorting {
    max-width: 100%;
    padding: 23px 16px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .products-sorting label {
    display: flex;
    justify-content: center;
    margin-left: 25px;
    margin-bottom: 14px;
  }
  .products-sorting label:first-of-type {
    margin-left: 0;
  }
  .no_price_item {
    font-weight: 600;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
  }
  .benefits-block {
    padding: 60px 0 24px;
  }
  .benefits-block .title {
    font-size: 20px;
    line-height: 127.4%;
    margin-bottom: 36px;
  }
  .benefits-block.not-user {
    padding: 60px 0 84px;
  }
  .benefits-row {
    display: block;
    padding: 47px 47px 100px;
  }
  .benefits-row .item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 56px;
    padding-right: 0;
  }
  .benefits-row .item:last-of-type {
    margin-bottom: 0;
  }
  .benefits-row .item .icon {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .benefits-row .item .icon img {
    width: 38px;
    height: 38px;
  }
  .benefits-row .item .b-title {
    font-size: 14px;
    line-height: 148.5%;
    margin-bottom: 8px;
  }
  .benefits-row .item .content {
    font-size: 14px;
    line-height: 127.4%;
  }
  .benefits-row .item .percent-holder_wr {
    flex-wrap: wrap;
  }
  .benefits-row .item .percent-holder {
    font-size: 14px;
    line-height: 127.4%;
  }
  .benefits-row .item .percent-holder .no_wrap {
    margin-top: 8px;
  }
  .benefits-row .item .percent-holder_divider {
    display: none;
  }
  .benefits-row .item .percent-holder span {
    margin-right: 7px;
  }
  .benefits-row .item .percent-holder span.active {
    padding: 8px 11px;
  }
  .benefits-row .item .percent-holder span.active:after {
    width: 37px;
    height: 37px;
  }
  .benefits-row .item .from-first {
    font-size: 10px;
    opacity: 1;
  }
  .benefits-row .item .from-first br {
    display: none;
  }
  .recommendation-section {
    padding: 47px 16px;
  }
  .recommendation-section .button-holder {
    margin-top: 43px;
  }
  .cart-block .button-holder {
    margin-bottom: 30px;
  }
  .desktop-hidden {
    display: block;
  }
  .question-tip {
    margin-left: 15px;
  }
  .question-tip svg {
    width: 26px;
    height: 26px;
  }
  .card-menu #description:target ~ div:nth-of-type(4) {
    display: flex;
  }
  .universal-wrapper {
    padding: 24px 16px;
  }
  .popup-window {
    max-width: 100%;
    padding: 24px 24px 38px;
  }
  .popup-window .top {
    margin-bottom: 32px;
  }
  .popup-window.address-window {
    padding: 26px 26px 32px;
  }
  .popup-window.question .input-block {
    margin-bottom: 20px;
  }
  .popup-window.question .top {
    margin-bottom: 0;
  }
  .popup-window.question .top .close-popup {
    margin-left: auto;
    width: 35px;
    height: 35px;
  }
  .popup-window.question .top .close-popup svg {
    width: 35px;
    height: 35px;
  }
  .popup-window.question .links-panel {
    justify-content: center;
    margin-bottom: 28px;
  }
  .popup-window.question .links-panel span {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .form-comment {
    height: 239px;
    padding: 18px;
    border: 1px solid #d3f0f0;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }
  .form-comment::-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  .form-comment::placeholder {
    opacity: 1;
    color: #000;
  }
  .popup-logo {
    width: 156px;
    max-width: 100%;
  }
  .close-popup {
    width: 50px;
    height: 50px;
  }
  .close-popup svg {
    width: 50px;
    height: 50px;
  }
  .links-panel {
    margin-bottom: 13px;
  }
  .links-panel span {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .links-panel a {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .socials-enter {
    margin-bottom: 26px;
  }
  .socials-enter .facebook {
    display: flex;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 4px 4px 18px;
  }
  .socials-enter .facebook svg {
    width: 32px;
    height: 32px;
    margin-left: 16px;
  }
  .or-block {
    margin-bottom: 26px;
  }
  .or-block .round {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto;
  }
  .input-wrapper {
    margin-bottom: 5px;
  }
  .input-wrapper.textarea {
    border-radius: 15px;
    margin-bottom: 29px;
  }
  .input-wrapper input {
    height: 59px;
    font-size: 16px;
    padding: 0 20px;
  }
  .input-wrapper input.pass {
    padding-right: 49px;
  }
  .input-wrapper textarea {
    padding: 15px 24px;
    font-size: 14px;
    line-height: 17px;
    height: 200px;
  }
  .input-block .error-block {
    font-size: 10px;
    line-height: 12px;
    padding-top: 9px;
  }
  .input-block.row-input-block {
    display: block;
    padding-right: 0;
    margin-bottom: 26px;
  }
  .input-block.row-input-block label {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 13px;
  }
  .pass-eye {
    width: 28px;
    height: 28px;
    right: 17px;
  }
  .pass-eye svg {
    width: 28px;
    height: 28px;
  }
  .submit-popup,
  .popup-link {
    height: 64px;
    font-size: 15px;
    line-height: 18px;
  }
  .submit-popup.fat,
  .popup-link.fat {
    height: 85px;
    font-size: 13px;
    line-height: 124%;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .auth-inputs .input-block {
    margin-bottom: 15px;
  }
  .auth-inputs .input-block.error {
    margin-bottom: 10px;
  }
  .check-label .round {
    width: 17px;
    height: 17px;
    margin-right: 10px;
  }
  .check-label .text {
    font-size: 12px;
    line-height: 153%;
  }
  .popup-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 21px;
  }
  .popup-title .review-first-title {
    font-size: 24px;
    line-height: 98.2%;
  }
  .popup-title .review-name {
    font-size: 24px;
    line-height: 98.2%;
    margin-bottom: 46px;
  }
  .popup-info {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 71px;
  }
  .popup-info span {
    padding: 10px 7px;
    border-radius: 5px;
  }
  .popup-info.small-margin {
    margin-bottom: 18px;
  }
  .popup-info i:before {
    display: none;
  }
  .help-panel {
    display: block;
    padding-top: 14px;
    padding-bottom: 20px;
    margin-bottom: 23px;
  }
  .help-panel a {
    font-size: 12px;
    line-height: 153%;
    display: block;
    text-align: center;
    margin-bottom: 11px;
  }
  .help-panel a:last-of-type {
    margin-bottom: 0;
  }
  .l-holder {
    padding: 0 0 10px;
  }
  .l-holder a {
    margin-right: 17px;
  }
  .address-popup-title {
    font-size: 24px;
    line-height: 98.2%;
    padding-right: 21px;
  }
  .text-section {
    padding: 0 16px 55px;
    font-size: 14px;
    line-height: 150%;
  }
  .text-section p {
    margin: 22px 0;
  }
  .bottom-page-links .holder {
    display: block;
  }
  .bottom-page-links .holder .item {
    display: block;
    width: 100%;
    padding: 44px 21px;
    font-weight: 700;
    font-size: 14px;
    line-height: 144.74%;
  }
  .not-found {
    font-size: 18px;
    padding-bottom: 60px;
  }
  .blog-section .sub-title {
    font-size: 16px;
  }
  .news-banner {
    margin: 45px 0;
  }
  .inner-article {
    padding: 48px 0 56px;
  }
  .article-top {
    max-width: 100%;
    padding: 0 16px;
  }
  .article-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 14px;
  }
  .article-h1 {
    font-size: 25px;
    line-height: 115%;
    margin-bottom: 22px;
  }
  .article-params {
    margin-bottom: 32px;
  }
  .article-author {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }
  .article-author .icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
  }
  .article-author .icon svg {
    width: 24px;
    height: 24px;
  }
  .article-banner-img {
    margin-bottom: 40px;
    border-radius: 0;
  }
  .article-banner-glass {
    display: none;
  }
  .article-img {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-top: 100%;
  }
  .article-content {
    padding: 0 16px;
    max-width: 100%;
    font-size: 14px;
  }
  .article-content p {
    margin: 27px 0;
  }
  .article-content h2 {
    font-size: 20px;
  }
  .article-content h3 {
    font-size: 17px;
  }
  .article-content ul {
    margin: 27px 0;
    max-width: 100%;
  }
  .article-content ul li {
    line-height: 200%;
  }
  .article-content ul li:before {
    margin-right: 7px;
  }
  .article-content ol {
    margin: 27px 0;
    max-width: 100%;
  }
  .article-content ol li {
    line-height: 200%;
  }
  .article-content ol li:before {
    margin-right: 5px;
  }
  .article-content .article-share-fb {
    font-size: 14px;
    line-height: 17px;
    color: #000;
  }
  .article-content .article-share-fb .icon-fb-share {
    width: 37px;
    height: 37px;
    margin-right: 11px;
  }
  .article-content .article-share-fb .icon-fb-share svg {
    width: 37px;
    height: 37px;
  }
  .article-share {
    padding: 35px 0 0;
  }
  .news-title {
    font-size: 25px;
    line-height: 115%;
    margin-bottom: 30px;
  }
  .article-button-holder {
    padding: 20px 0 40px;
  }
  .mobile-langs {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
  }
  .mobile-langs .sub {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: flex;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    list-style-type: none;
    background-color: #41c2c2;
  }
  .mobile-langs .sub li {
    display: flex;
    width: 100%;
  }
  .mobile-langs .sub li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
  }
  .mobile-langs .sub.active {
    visibility: visible;
    opacity: 1;
  }
  .swal2-popup.swal-linza {
    max-width: 100%;
    border-radius: 15px;
    padding: 26px 26px 32px;
  }
  .swal2-popup.swal-linza .swal2-title {
    font-size: 24px;
    line-height: 98.2%;
  }
  .swal2-popup.swal-linza .swal2-styled.swal2-confirm {
    height: 64px;
    font-size: 15px;
    line-height: 18px;
  }
  .swal2-popup.swal-linza .swal2-styled.swal2-cancel {
    height: 64px;
    font-size: 15px;
    line-height: 18px;
  }
  .swal2-popup.swal-linza .swal2-styled {
    margin: 10px 0;
  }
  .mobile-b-label {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #f76919;
    background-color: rgba(247, 105, 25, 0.1);
    border-radius: 22px;
    padding: 15px 20px;
    text-align: center;
  }
  .hidden-radio-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: left;
    width: 29%;
  }
  .in-package {
    font-size: 14px;
  }
  .in-package_bonus {
    font-size: 14px;
  }
  .goods-page-benefits {
    background: url(/img/user/mobile-bg-lines.png), linear-gradient(to right, #b2bcc2, #b2bcc2);
    padding: 24px 10px;
  }
  .goods-page-benefits-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .goods-page-benefits-block .item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    min-height: 150px;
    margin-bottom: 10px;
    padding: 17px 25px 17px 12px;
  }
  .goods-page-benefits-block .item .top-block {
    margin-bottom: 12px;
  }
  .goods-page-benefits-block .item .top-block span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
  .goods-page-benefits-block .item .top-block img {
    width: 10%;
    margin-right: 4%;
  }
  .goods-page-benefits-block .item .descr-block {
    font-size: 14px;
    line-height: 17px;
    padding-left: 14%;
  }
  .goods-page-benefits-block .item .descr-block p {
    margin-bottom: 16px;
  }
  .goods-page-benefits-block .item .percents-wrapper {
    margin-bottom: 27px;
    padding-left: 14%;
    padding-right: 10px;
  }
  .goods-page-benefits-block .item .percents-wrapper .percent-i {
    font-size: 16px;
    line-height: 20px;
    margin-right: 13px;
    margin-bottom: 10px;
  }
  .goods-page-benefits-block .item .percents-wrapper .percent-i:last-of-type {
    margin-right: 20px;
  }
  .goods-page-benefits-block .item .percents-wrapper .percent-i.active {
    padding: 10px;
  }
  .goods-page-benefits-block .item .percents-wrapper .percent-i.active:after {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .goods-page-benefits-block .item .to-cab-link {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .goods-page-benefits-block .item .to-cab-link svg {
    width: 40px;
    height: 40px;
  }
  .goods-page-benefits-block .item.orange .descr-block a {
    font-size: 12px;
    line-height: 15px;
  }
  .page-not-found {
    padding: 90px 40px;
  }
  .page-not-found .h-holder {
    margin-bottom: 36px;
  }
  .page-not-found a {
    display: inline-block;
    padding: 35px 37px;
    font-size: 13px;
    line-height: 124%;
    color: #fff;
  }
  .not-found-img {
    margin-bottom: 20px;
  }
  .not-found-img svg {
    width: 195px;
    height: 70px;
  }
  .typical-button {
    padding: 19px 40px;
    font-size: 13px;
    line-height: 124%;
  }
  .universal-toggle-buttons {
    padding: 35px 16px 55px;
  }
  .banner_title {
    padding: 0 16px;
  }
  .sales-banner {
    padding: 20px 16px 0;
    margin-bottom: 40px;
  }
  .sales-banner .top {
    border-radius: 10px;
  }
  .sales-banner .top .img-banner {
    display: block;
  }
  .sales-banner .top .left {
    height: 606px;
  }
  .sales-banner .top .right {
    width: 100%;
    padding: 18px;
  }
  .sales-banner .top .right span {
    font-size: 28px;
    line-height: 34px;
  }
  .sales-banner .bottom {
    display: block;
    padding-top: 46px;
    padding-right: 0;
  }
  .sales-banner .bottom .left {
    width: 100%;
    margin-bottom: 41px;
  }
  .sales-banner .bottom .left .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .sales-banner .bottom .right {
    display: block;
    text-align: center;
    padding: 0;
  }
  .sales-banner-title-block {
    padding: 15px 20px;
  }
  .sales-banner-title-block .title {
    font-size: 30px;
    line-height: 115%;
  }
  .sales-banner-title-block .sub-info {
    font-size: 12px;
    line-height: 144.74%;
  }
  .sales-banner-title-block .sub-info span {
    display: block;
    font-size: 30px;
    line-height: 115%;
  }
  .sales-banner-descr-block {
    padding-right: 0;
    margin-bottom: 41px;
    text-align: left;
  }
  .sales-banner-descr-block .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 17px;
  }
  .sales-banner-descr-block .descr {
    font-size: 15px;
    line-height: 144.74%;
  }
  .sales-banner-descr-block .article-share-fb {
    width: 50%;
    margin-right: 0;
    padding-right: 10px;
    margin-top: 15px;
    font-size: 12px;
  }
  .sales-banner-descr-block .article-share-fb .icon-fb-share {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 8px;
  }
  .clock {
    justify-content: center;
  }
  .clock .time-round {
    width: 70px;
    margin-right: 20px;
    border-radius: 10px;
  }
  .clock .time-round div {
    text-align: center;
    padding: 9px 7px 13px;
  }
  .clock .time-round div span:first-of-type {
    font-size: 10px;
    line-height: 144.74%;
    margin-bottom: 10px;
  }
  .clock .time-round div span:last-of-type {
    font-size: 24px;
    line-height: 29px;
  }
  .clock .time-round:last-of-type {
    margin-right: 0;
  }
}
.brand-logo {
  text-align: center;
}
.brand-logo img {
  width: auto;
  max-width: 300px;
  display: inline-block;
}

.lenses-modifications .modification-type-item,
.types-panel .modification-type-item {
  display: none;
}
.lenses-modifications .modification-type-item.active,
.types-panel .modification-type-item.active {
  display: block;
}

.sitemap-html .sitemap-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.sitemap-html .sitemap-link .bullet {
  display: block;
  width: 10px;
  height: 10px;
  background: #41c2c2;
  border-radius: 8px;
  margin-right: 5px;
}
.sitemap-html .sitemap-link a {
  font-size: 1.5rem;
  line-height: 144.74%;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  margin-left: 7px;
}
.sitemap-html .sitemap-link a.sitemap-title {
  font-family: 600;
}
.sitemap-html .sitemap-link a:hover {
  text-decoration: underline;
}

.load-more-btn {
  --arrow-size: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.load-more-btn > .arrow {
  width: var(--arrow-size);
  height: var(--arrow-size);
}
.load-more-btn > .arrow > svg {
  margin-top: 1px;
}
.load-more-btn.is-loading > .arrow {
  animation-name: rotate_arrow;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes rotate_arrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* ----- vars ----- */
.cabinet-section {
  display: flex;
  background: rgba(229, 229, 229, 0.1);
}

.cabinet-aside {
  width: 16.43%;
  flex-shrink: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 31px 0;
}

.cabinet-aside ul {
  padding: 31px 0 71px;
}

.cabinet-aside ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 26px;
}

.cabinet-aside ul li a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.cabinet-aside ul li:last-of-type {
  margin-bottom: 0;
}

.cabinet-aside ul li:hover a {
  color: #41c2c2;
}

.cabinet-aside ul li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #41c2c2;
}

.cabinet-aside ul li.active a {
  font-weight: 700;
  color: #41c2c2;
}

.cab-exit-holder {
  margin-bottom: 71px;
  padding-left: 28px;
}

.cabinet-exit {
  display: inline-block;
  padding: 18px 38px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 124%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #41c2c2;
  background: rgba(65, 194, 194, 0.1);
  border-radius: 900px;
  transition: all 0.3s;
}

.cabinet-exit:hover {
  color: #fff;
  background: rgb(65, 194, 194);
}

.cabinet-info-block {
  width: 83.57%;
  padding: 66px 2.38% 92px;
}

.edit-top-panel {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.edit-top-panel .title {
  width: 50%;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  padding-right: 30px;
}

.edit-top-panel .ctrl-panel {
  display: flex;
  flex-shrink: 0;
  padding-left: 24px;
}

.edit-top-panel .ctrl-panel a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 124%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(65, 194, 194, 0.5);
  margin-left: 62px;
  white-space: nowrap;
  transition: all 0.3s;
  padding-top: 10px;
  padding-bottom: 33px;
}

.edit-top-panel .ctrl-panel a svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

.edit-top-panel .ctrl-panel a svg path {
  transition: all 0.3s;
}

.edit-top-panel .ctrl-panel a:first-of-type {
  margin-left: 0;
}

.edit-top-panel .ctrl-panel a:hover {
  color: rgb(65, 194, 194);
}

.edit-top-panel .ctrl-panel a:hover svg path {
  opacity: 1;
}

.edit-top-panel .ctrl-panel a.active {
  color: #f76919;
}

.edit-top-panel .ctrl-panel a.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 2px;
  background-color: #f76919;
}

.edit-top-panel .ctrl-panel a.active svg path {
  fill: #f76919;
  opacity: 1;
}

.information-form {
  display: flex;
  padding-top: 62px;
}

.information-form .left-column,
.information-form .right-column {
  width: 50%;
}

.information-form .left-column {
  margin-right: 15px;
}

.information-form .right-column {
  margin-left: 15px;
}

.cabinet-control-buttons {
  display: flex;
  align-items: center;
  margin-top: 132px;
}

.cabinet-control-buttons.password {
  margin-top: 126px;
}

.save-cabinet-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #41c2c2;
  border-radius: 900px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 124%;
  width: 215px;
  color: #fff;
  margin-right: 17px;
  transition: all 0.3s;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
}

.save-cabinet-button:hover {
  background-color: #f76919;
}

.cabinet-decline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #fff;
  border-radius: 900px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 124%;
  width: 215px;
  color: #000;
  margin-right: 17px;
  border: 1px solid #41c2c2;
  text-transform: uppercase;
  transition: all 0.3s;
}

.cabinet-decline:hover {
  background-color: #41c2c2;
  color: #fff;
}

.orders-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 57px;
}

.cab-head-table {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.cab-head-table tr td {
  padding: 0 18px 13px;
}

.show-more_under {
  display: flex;
  justify-content: center;
}

.show-more_under.active {
  display: none;
}

.show-more_under_link {
  display: block;
  cursor: pointer;
  margin-left: 6px;
  width: 36px;
  height: 36px;
}

.show-more_under_link svg {
  width: 100%;
  height: 100%;
}

.show-more_under_link svg path,
.show-more_under_link svg circle {
  transition: all 0.25s;
}

.show-more_under_link:hover svg path {
  fill: #ffffff;
}

.show-more_under_link:hover svg circle {
  fill: #41c2c2;
}

.cabinet-table {
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.cabinet-table tr td {
  vertical-align: middle;
}

.cabinet-table tr td.number {
  padding: 15px 0 13px 18px;
  width: 115px;
}

.cabinet-table tr td.date {
  padding: 15px 0 13px 13px;
  width: 17%;
}

.cabinet-table tr td.order_list {
  padding: 15px 0 13px 20px;
  vertical-align: middle;
  width: 11%;
}

.cabinet-table tr td.status {
  text-align: center;
  padding: 15px 0 13px 13px;
  vertical-align: middle;
  width: 17%;
}

.cabinet-table tr td.amount {
  padding: 15px 0 13px 13px;
  vertical-align: middle;
  width: 15%;
}

.cabinet-table tr td.bonuses {
  padding: 15px 0 13px 13px;
  vertical-align: middle;
}

.cabinet-table tr td.show-more {
  padding: 30px 39px 25px 13px;
  vertical-align: middle;
  white-space: nowrap;
  width: 17%;
  text-align: right;
}

.cabinet-table tr td.show-more .button-more-cell {
  margin-bottom: 15px;
}

.cabinet-table.cab-head-table {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.cabinet-table.cab-head-table tr td {
  padding-top: 0;
}

.cabinet-table.details-item-table:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 36px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}

.cabinet-table.total-item-table {
  margin-top: 45px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.cabinet-table.total-item-table tr td.show-more {
  width: 0px;
  display: none;
}

.cabinet-table.total-item-table tr td.total {
  text-align: right;
  padding-right: 47px;
}

.cabinet-table.total-item-table tr.total-tr .amount {
  padding-bottom: 0;
}

.cabinet-table.total-item-table tr.total-tr .total {
  padding-top: 40px;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  padding-bottom: 0;
}

.finish-total {
  display: inline-block;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: -3px;
}

.finish-total:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #f76919;
  border-radius: 5px;
}

.img-holder-cell {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 11px;
}

.img-holder-cell img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  max-height: 95%;
  width: auto;
  height: auto;
}

.img-holder-cell .cart-item-present {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}

.img-holder-cell .cart-item-present .icon {
  color: #F76919;
}

a.img-holder-cell {
  transition: opacity 0.25s ease;
}

a.img-holder-cell:hover {
  opacity: 0.7;
}

.cabinet-order-item {
  border-radius: 10px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  background-color: #fff;
}

.number-block {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #f76919;
}

.date-cell {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.order_list-cell {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.status-cell {
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  padding: 6px 12px;
}

.status-cell.green {
  color: #41c2c2;
  background-color: rgba(65, 194, 194, 0.1);
}

.amount-cell {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.more-cell {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 124%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f76919;
  cursor: pointer;
}

.more-cell span:nth-of-type(2) {
  display: none;
}

.more-cell.active ~ .arr-d-cell {
  transform: scale(1, -1);
}

.more-cell.active span:nth-of-type(1) {
  display: none;
}

.more-cell.active span:nth-of-type(2) {
  display: inline;
}

.status-cell {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 124%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f76919;
  cursor: default;
}

.status-cell span:nth-of-type(2) {
  display: none;
}

.status-cell.active ~ .arr-d-cell {
  transform: scale(1, -1);
}

.status-cell.active span:nth-of-type(1) {
  display: none;
}

.status-cell.active span:nth-of-type(2) {
  display: inline;
}

.status-cell {
  text-transform: none;
  color: #41c2c2;
  font-size: 12px;
  line-height: 154.9%;
}

.button-more-cell {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}

.arr-d-cell {
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 6px;
}

.arr-d-cell svg {
  display: block;
  width: 8px;
  height: 6px;
}

.details-cab-item-block {
  padding-top: 31px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.details-cab-item-block .repeat-btn {
  text-align: right;
  padding: 15px 40px;
}

.details-cab-title {
  padding-left: 18px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}

.product-title-cell {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.amount-cell-inside {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.mobile-item-info {
  display: none;
}

.wishlist-top-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.wishlist-top-panel .title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 25px;
}

.wishlist-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.wishlist-info .quantity {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 11px;
}

.wishlist-info .price {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.delete-all-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #f76919;
  cursor: pointer;
}

.delete-all-wishlist .icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.delete-all-wishlist .icon svg {
  width: 22px;
  height: 22px;
}

.products-control-panel {
  max-width: 50%;
}

.products-control-panel .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.products-control-panel .info .item {
  font-size: 1.4rem;
  line-height: 154.9%;
  color: #41c2c2;
  margin-right: 22px;
}

.products-control-panel .info .item:last-of-type {
  margin-right: 0;
}

.products-control-panel .info .item.active {
  color: #f76919;
}

.products-information {
  max-width: 50%;
  text-align: right;
}

.wishlist-products-section {
  padding-right: 103px;
}

.cabinet-delivery-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 104px;
  margin-bottom: 97px;
}

.cabinet-delivery-top .title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
}

.add-address {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 154.9%;
  color: #41c2c2;
  text-transform: uppercase;
  cursor: pointer;
}

.add-address svg {
  width: 46px;
  height: 46px;
  margin-right: 21px;
}

.add-address svg rect {
  transition: all 0.3s;
}

.add-address:hover svg rect:nth-of-type(1) {
  opacity: 1;
}

.add-address:hover svg rect:nth-of-type(2), .add-address:hover svg rect:nth-of-type(3) {
  fill: #fff;
}

.addresses-section {
  padding-right: 104px;
}

.addresses-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.addresses-wrapper .address-round {
  display: flex;
  align-items: center;
}

.addresses-wrapper .address-round .round {
  margin-right: 10px;
}

.addr-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 10px;
  padding: 23px 15px 12px 9px;
}

.addr-item .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}

.addr-item .top .title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  padding-right: 15px;
}

.addr-item .top .controls {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.addr-item .top .controls .edit {
  margin-right: 10px;
  cursor: pointer;
}

.addr-item .top .controls .edit svg {
  width: 20px;
  height: 20px;
}

.addr-item .top .controls .edit svg path,
.addr-item .top .controls .edit svg g {
  fill: #d6d6d6;
  opacity: 1;
}

.addr-item .top .controls .edit:hover svg path,
.addr-item .top .controls .edit:hover svg g {
  fill: #000;
}

.addr-item .top .controls .delete {
  cursor: pointer;
}

.addr-item .top .controls .delete svg {
  width: 24px;
  height: 24px;
}

.addr-item .top .controls .delete svg path,
.addr-item .top .controls .delete svg g {
  fill: #d6d6d6;
  opacity: 1;
}

.addr-item .top .controls .delete:hover svg path,
.addr-item .top .controls .delete:hover svg g {
  fill: #000;
}

.addr-item .address-details {
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: 45px;
}

.addr-item .address-details div {
  margin-bottom: 15px;
}

.addr-item .address-details div:last-of-type {
  margin-bottom: 0;
}

.address-round {
  display: inline-block;
  position: relative;
}

.address-round input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.address-round input:checked ~ .round:after {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 17px;
  background-color: #41c2c2;
}

.address-round input:checked ~ .round ~ span {
  font-weight: 700;
}

.address-round .round {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 29px;
  height: 29px;
  border-radius: 29px;
  border: 1px solid #41c2c2;
}

.address-round span {
  font-size: 1.4rem;
  line-height: 154.9%;
  color: #41c2c2;
}

.double-inputs-cities {
  display: flex;
  align-items: flex-end;
  margin-bottom: 23px;
}

.double-inputs-cities .input-block {
  flex-shrink: 0;
  width: 50%;
}

.double-inputs-cities .input-block:first-of-type {
  padding-right: 10px;
}

.double-inputs-cities .input-block:last-of-type {
  padding-left: 10px;
  margin-bottom: 20px;
}

.double-inputs-cities:last-of-type {
  margin-bottom: 41px;
}

.double-inputs-cities .select-wrapper {
  margin-bottom: 0;
}

.double-inputs-cities .city-lbl span {
  height: 52px;
}

.labels-wrapper {
  display: flex;
  align-items: center;
}

.city-lbl {
  position: relative;
  margin-right: 7px;
  flex: auto;
  margin-bottom: 0 !important;
}

.city-lbl input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.city-lbl input:checked ~ span {
  background: rgb(65, 194, 194);
  color: #fff;
}

.city-lbl span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #41c2c2;
  height: 59px;
  background: rgba(65, 194, 194, 0.1);
  border-radius: 100px;
}

.city-lbl:last-of-type {
  margin-right: 0;
}

.double-inputs-address {
  display: flex;
  margin-bottom: 20px;
  padding-left: 10px;
  width: 50%;
}

.double-inputs-address .input-wrapper {
  width: 45%;
  flex: auto;
  flex-shrink: 0;
  margin-bottom: 0;
}

.double-inputs-address .input-wrapper input {
  height: 52px;
}

.double-inputs-address .input-wrapper:first-of-type {
  margin-right: 10px;
}

.double-inputs-address .input-wrapper:last-of-type {
  margin-left: 10px;
}

.double-no-goods {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.double-no-goods .left,
.double-no-goods .right {
  width: 50%;
  flex-shrink: 0;
}

.double-no-goods .left {
  background: url(/img/user/trans-rings.png), #f98e53;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 133px 34px 75px;
}

.double-no-goods .left span {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 150%;
  color: #fff;
  margin-bottom: 27px;
}

.double-no-goods .left p {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 150%;
  color: #fff;
  margin-bottom: 73px;
}

.double-no-goods .right {
  background: url(/img/user/empty-wishlist.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1100px) {
  .wishlist-products-section {
    padding-right: 0;
  }
  .addresses-section,
  .cabinet-delivery-top {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 2500px) {
  .wishlist-products-section {
    padding-right: 220px;
  }
  .addresses-section,
  .cabinet-delivery-top {
    padding-right: 164px;
  }
}
@media only screen and (max-width: 960px) {
  .show-more_under {
    margin-left: auto;
  }
  .show-more_under_link {
    margin-left: 10px;
    width: 26px;
    height: 26px;
  }
  .input-block .error-block {
    font-size: 10px;
    line-height: 12px;
    padding-top: 9px;
  }
  .input-block.row-input-block {
    display: block;
    padding-right: 0;
    margin-bottom: 26px;
  }
  .input-block.row-input-block label {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 13px;
  }
  .cabinet-section {
    display: block;
  }
  .cabinet-aside {
    width: 100%;
    border: 0;
    padding: 21px 0 0;
  }
  .cabinet-aside ul {
    padding: 21px 0 0;
    white-space: nowrap;
    overflow: scroll;
  }
  .cabinet-aside ul li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    white-space: normal;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 0;
  }
  .cabinet-aside ul li:first-of-type {
    margin-left: 5px;
  }
  .cabinet-aside ul li.active {
    background-color: rgba(65, 194, 194, 0.1);
    border: 1px solid rgba(65, 194, 194, 0.1);
  }
  .cabinet-aside ul li.active:before {
    display: none;
  }
  .cabinet-aside ul li a {
    display: block;
    padding: 10px 24px;
    font-size: 12px;
    line-height: 15px;
  }
  .cab-exit-holder {
    display: none;
  }
  .cabinet-info-block {
    width: 100%;
    padding: 25px 0 30px;
  }
  .cabinet-info-block .products-wrapper {
    padding: 0 16px;
  }
  .edit-top-panel {
    display: block;
  }
  .edit-top-panel .title {
    width: 100%;
    text-align: center;
    padding: 0 16px;
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 27px;
  }
  .edit-top-panel .ctrl-panel {
    padding: 0;
    flex-direction: row-reverse;
  }
  .edit-top-panel .ctrl-panel a {
    display: block;
    width: 50%;
    flex-shrink: 0;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    white-space: normal;
    margin: 0;
    padding: 0 26px 24px;
  }
  .edit-top-panel .ctrl-panel a svg {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto 7px;
  }
  .edit-top-panel .ctrl-panel a.active:after {
    width: 100%;
  }
  .information-form {
    display: block;
    padding: 51px 16px 0;
  }
  .information-form .left-column,
  .information-form .right-column {
    padding: 0;
    width: 100%;
  }
  .information-form .right-column {
    margin-left: 0;
  }
  .cabinet-control-buttons {
    padding: 0 16px 28px;
    display: block;
    margin-top: 46px;
  }
  .cabinet-control-buttons.password {
    margin-top: 56px;
  }
  .save-cabinet-button {
    width: 100%;
    height: 50px;
    font-size: 13px;
    line-height: 124%;
    margin: 0 0 13px;
  }
  .cabinet-decline {
    width: 100%;
    height: 50px;
    font-size: 13px;
    line-height: 124%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.5);
    border: 0;
  }
  .cabinet-decline:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.5);
  }
  .orders-title {
    text-align: center;
    padding: 0 16px;
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 22px;
  }
  .cabinet-orders-wrapper {
    padding: 0 0 0 16px;
  }
  .cabinet-table.cab-head-table {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 46px;
  }
  .cabinet-table.cab-head-table tr td {
    width: 25%;
    padding: 0 12px;
  }
  .cabinet-table.cab-head-table tr td.number {
    width: 25%;
    padding: 0 10px;
  }
  .cabinet-table.cab-head-table tr td.amount {
    display: none;
  }
  .cabinet-table.cab-head-table tr td.date {
    width: 25%;
    padding: 0 10px;
    text-align: center;
  }
  .cabinet-table.cab-head-table tr td.bonuses {
    display: none;
  }
  .cabinet-table.cab-head-table tr td.show-more {
    display: none;
  }
  .cabinet-table.cab-head-table tr td.order_list {
    width: 25%;
    padding: 0 10px;
  }
  .cabinet-table.cab-head-table tr td.status {
    display: none;
    width: 25%;
    padding: 0 16px 0 0;
    text-align: center;
  }
  .cabinet-table tr td {
    width: 25%;
    padding: 33px 10px;
  }
  .cabinet-table tr td.number {
    width: 25%;
    padding: 33px 10px;
  }
  .cabinet-table tr td.amount {
    display: none;
    font-size: 12px;
    line-height: 15px;
  }
  .cabinet-table tr td.date {
    width: 25%;
    padding: 33px 10px;
  }
  .cabinet-table tr td.bonuses {
    display: none;
  }
  .cabinet-table tr td.show-more {
    display: none;
  }
  .cabinet-table tr td.order_list {
    width: 25%;
    padding: 33px 10px;
  }
  .cabinet-table tr td.status {
    display: none;
    width: 25%;
    padding: 0 16px 0 0;
    text-align: right;
  }
  .cabinet-table.details-item-table .img-holder-cell {
    display: inline-block;
    margin-bottom: 0;
    width: 63px;
    height: 63px;
  }
  .cabinet-table.details-item-table tr td {
    padding: 19px 12px;
    vertical-align: middle;
  }
  .cabinet-table.details-item-table tr td.status {
    display: none;
  }
  .cabinet-table.details-item-table tr td.date {
    width: auto;
  }
  .cabinet-table.details-item-table tr td.order_list {
    text-align: right;
  }
  .cabinet-table.details-item-table:after {
    width: 100%;
  }
  .cabinet-table.details-item-table:last-of-type:after {
    display: none;
  }
  .cabinet-table.total-item-table {
    margin-top: 37px;
  }
  .cabinet-table.total-item-table tr.total-tr .total {
    padding-top: 45px;
  }
  .cabinet-table.total-item-table tr td.number, .cabinet-table.total-item-table tr td.date, .cabinet-table.total-item-table tr td.order_list, .cabinet-table.total-item-table tr td.status {
    display: none;
  }
  .cabinet-table.total-item-table tr td.amount {
    display: table-cell;
    width: 50%;
    padding: 12px;
  }
  .cabinet-table.total-item-table tr td.total {
    width: 50%;
    padding: 12px;
    font-size: 12px;
    line-height: 15px;
  }
  .img-holder-cell {
    display: none;
  }
  .date-cell,
  .number-block,
  .order_list-cell {
    font-size: 12px;
    line-height: 15px;
  }
  .status-cell {
    border-radius: 22px;
    padding: 5px 11px;
    font-size: 12px;
    line-height: 125%;
    word-break: break-all;
  }
  .cabinet-order-item {
    margin-bottom: 10px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile-item-info {
    display: flex;
    padding: 20px 12px;
    border-top: 1px solid #e6e6e6;
  }
  .mobile-item-info .left {
    display: flex;
    align-items: center;
  }
  .more-cell {
    text-transform: none;
    color: #41c2c2;
    font-size: 12px;
    line-height: 154.9%;
  }
  .arr-d-cell {
    width: 8px;
    height: 6px;
  }
  .arr-d-cell svg {
    width: 8px;
    height: 6px;
  }
  .arr-d-cell svg path {
    fill: #41c2c2;
  }
  .details-cab-item-block {
    padding-top: 21px;
  }
  .details-cab-title {
    font-size: 14px;
    line-height: 17px;
    padding-left: 12px;
    margin-bottom: 0;
  }
  .product-title-cell {
    font-size: 12px;
    line-height: 15px;
  }
  .finish-total {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 12px;
  }
  .wishlist-top-panel {
    display: block;
    padding: 0 16px;
  }
  .wishlist-top-panel .title {
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 32px;
  }
  .products-control-panel {
    max-width: 100%;
    text-align: center;
    padding: 0 0 19px;
    border-bottom: 1px solid #e6e6e6;
  }
  .products-control-panel .info {
    justify-content: center;
  }
  .products-control-panel .info .item {
    font-size: 12px;
    line-height: 154.9%;
    margin-right: 33px;
    margin-bottom: 8px;
  }
  .products-information {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .wishlist-info {
    display: block;
    margin-bottom: 0;
  }
  .wishlist-info .quantity {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
  }
  .wishlist-info .price {
    font-size: 14px;
    line-height: 17px;
  }
  .delete-all-wishlist {
    font-size: 12px;
    line-height: 15px;
    width: 107px;
  }
  .delete-all-wishlist .icon {
    width: 22px;
    height: 22px;
  }
  .delete-all-wishlist .icon svg {
    width: 22px;
    height: 22px;
  }
  .cabinet-delivery-top {
    display: block;
    text-align: center;
    padding: 0 16px;
    margin-bottom: 43px;
  }
  .cabinet-delivery-top .title {
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 38px;
  }
  .add-address {
    display: inline-flex;
    font-size: 12px;
    line-height: 120%;
  }
  .add-address svg {
    width: 46px;
    height: 46px;
    margin-right: 16px;
  }
  .addresses-section {
    padding: 0 16px 33px;
  }
  .addresses-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .addr-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 23px 19px 18px 16px;
    border-radius: 10px;
    align-items: flex-start;
  }
  .addr-item .top .title {
    font-size: 20px;
    line-height: 24px;
    padding-right: 15px;
  }
  .addr-item .top .controls .edit {
    margin-right: 10px;
  }
  .addr-item .top .controls .edit svg {
    width: 20px;
    height: 20px;
  }
  .addr-item .top .controls .delete svg {
    width: 24px;
    height: 24px;
  }
  .addr-item .address-details {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 55px;
  }
  .addr-item .address-details div {
    margin-bottom: 15px;
  }
  .address-round {
    display: flex;
    align-items: center;
  }
  .address-round .round {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    margin-right: 14px;
  }
  .address-round input:checked ~ .round:after {
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 100%;
  }
  .address-round span {
    font-size: 14px;
    line-height: 154.9%;
  }
  .address-popup-title {
    font-size: 24px;
    line-height: 98.2%;
    padding-right: 21px;
  }
  .double-inputs-cities {
    display: block;
    margin-bottom: 0;
  }
  .double-inputs-cities:first-of-type {
    margin-bottom: 48px;
  }
  .double-inputs-cities .input-block {
    width: 100%;
  }
  .double-inputs-cities .input-block:first-of-type {
    padding-right: 0;
  }
  .double-inputs-cities .input-block:last-of-type {
    padding-left: 0;
  }
  .double-inputs-cities:last-of-type {
    margin-bottom: 54px;
  }
  .double-inputs-cities .input-wrapper {
    border: 1px solid #d3f0f0;
  }
  .double-inputs-cities .input-wrapper.error {
    border: 1px solid #ff4040;
  }
  .city-lbl {
    margin-right: 7px;
  }
  .city-lbl span {
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px;
    height: 55px;
  }
  .double-inputs-address {
    width: 100%;
    padding-left: 0;
  }
  .double-inputs-address .input-wrapper:first-of-type {
    margin-right: 10px;
  }
  .double-inputs-address .input-wrapper:last-of-type {
    margin-left: 10px;
  }
  .double-no-goods {
    display: block;
    border-radius: 0;
    padding: 0 16px;
  }
  .double-no-goods .left,
  .double-no-goods .right {
    width: 100%;
  }
  .double-no-goods .left {
    padding: 30px 16px 40px;
    border-radius: 10px;
    overflow: hidden;
  }
  .double-no-goods .left span {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 25px;
  }
  .double-no-goods .left p {
    font-size: 25px;
    line-height: 150%;
    margin-bottom: 75px;
  }
  .double-no-goods .right {
    display: none;
  }
}
.about-us-first {
  display: flex;
  padding: 0 25px;
  margin-bottom: 10px;
}

.about-us-first .left,
.about-us-first .right {
  width: 50%;
  flex-shrink: 0;
}

.about-us-first .left {
  background: #cff0f0;
  border-radius: 10px;
  padding: 33px;
}

.about-us-first .left p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 24px;
}

.about-us-first .left p:last-of-type {
  margin-bottom: 0;
}

.about-us-first .right {
  padding: 54px 4.2%;
}

.about-us-first .right .row {
  display: flex;
  align-items: center;
  margin-bottom: 49px;
}

.about-us-first .right .row:last-of-type {
  margin-bottom: 0;
}

.about-us-first .right .row img {
  width: 50px;
  height: 50px;
  margin-right: 47px;
}

.about-us-first .right .row span {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 127.4%;
  text-transform: uppercase;
}

.inside-article-logo {
  display: inline-block;
  max-width: 61px;
  width: 100%;
  margin-right: 16px;
}

.about-us-first_title {
  margin-bottom: 27px;
}

.about-us-first_title span {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.about-us-second {
  display: flex;
  padding: 0 25px;
  margin-bottom: 85px;
}

.about-us-second .left,
.about-us-second .right {
  width: 50%;
  flex-shrink: 0;
}

.about-us-second .right {
  background-color: rgba(249, 142, 83, 0.15);
  border-radius: 10px;
  padding: 44px 4.2%;
}

.about-us-second .right p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 24px;
}

.about-us-second .right p:last-of-type {
  margin-bottom: 0;
}

.about-us-second .right p strong {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.about-us-second .left {
  padding: 44px 33px;
}

.about-us-second .left p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 24px;
}

.about-us-second .left p:last-of-type {
  margin-bottom: 0;
}

.about-us-second .left p strong {
  font-weight: 700;
}

.about-us-second .left .about-img-holder {
  margin: 69px 0;
}

.about-us-second .left .about-img-holder img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-us-second_title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 127.4%;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.prepend-section {
  padding: 0 25px;
  text-align: center;
}

.prepend-section span {
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 127.4%;
  margin-bottom: 48px;
}

.prepend-section p {
  display: inline-block;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding: 0 3.8rem 12px;
  border-bottom: 5px solid #ffd966;
}

.stages-list {
  background-color: #f98e53;
  padding: 68px 25px 96px;
  text-align: center;
}

.stages-list .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  margin-left: -21px;
  margin-right: -21px;
  overflow: hidden;
}

.stages-list .items-wrapper .item {
  width: calc(50% - 42px);
  margin-left: 21px;
  margin-right: 21px;
  margin-bottom: 23px;
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 35px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 140%;
  min-height: 214px;
}

.stages-list .items-wrapper .item:last-of-type {
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid #ffffff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  color: #fff;
}

.stages-list .items-wrapper .item:last-of-type p {
  margin-bottom: 26px;
}

.stages-list .items-wrapper .item:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.stages-list .items {
  display: inline-block;
}

.stages-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 127.4%;
  color: #fff;
  text-align: center;
  max-width: 692px;
  width: 100%;
  margin: 0 auto 40px;
  text-transform: uppercase;
}

.standard-h1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 115%;
  text-align: center;
  margin: 0 auto 52px;
  max-width: 960px;
}

.support-items {
  padding: 30px 0 93px;
}

.support-items_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 25px;
}

.support-item {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 15px;
  background: #fff;
  padding: 43px 45px;
}

.support-item:nth-of-type(1) {
  border: 1px solid #ffc000;
  box-shadow: 0 0 25px rgba(255, 192, 0, 0.2);
}

.support-item:nth-of-type(2) {
  border: 1px solid #41c2c2;
  box-shadow: 0 0 25px rgba(65, 194, 194, 0.2);
}

.support-item:nth-of-type(3) {
  border: 1px solid rgba(247, 105, 25, 0.5);
  box-shadow: 0 0 25px rgba(247, 105, 25, 0.2);
}

.support-item .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 127.4%;
  margin-bottom: 20px;
}

.support-item .title i {
  position: relative;
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
}

.support-item .title i:after {
  content: "";
  display: inline-block;
  margin-left: 24px;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  margin-bottom: 3px;
}

.support-item .phone {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 16px;
}

.support-item .phone:last-of-type {
  margin-bottom: 0;
}

.r-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 25px;
  transition: all 0.3s;
}

.r-icon:last-of-type {
  margin-right: 0;
}

.r-icon:hover {
  opacity: 0.7;
}

.double-support-block {
  display: flex;
}

.double-support-block .left-support,
.double-support-block .right-support {
  width: 50%;
  flex-shrink: 0;
}

.left-support {
  position: relative;
  background-color: #f8ede6;
  padding: 42px 53px;
  overflow: hidden;
  background-image: url("/img/user/figure.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.left-support .figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 118%;
}

.left-support .ttl {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 127.4%;
  margin-bottom: 103px;
  z-index: 1;
}

.right-support {
  background-color: #25afaf;
  padding: 39px 53px;
}

.right-support .formOne:not(.activeForm) iframe:first-of-type {
  display: none;
}

.right-support .formOne.activeForm iframe:last-of-type {
  display: none;
}

.right-support .ttl {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 26px;
}

.right-support_choose {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  max-width: 464px;
  color: #ffffff;
}

.right-support_choose .radio-column-button span {
  font-size: 1.2rem;
}

.right-support_choose .radio-column-button:first-of-type {
  margin-right: 30px;
}

.right-support .js-feedback-tab {
  display: none;
}

.right-support .js-feedback-tab.activeForm {
  display: block;
}

.right-support .active {
  display: block;
}

.double-inputs-wrapper {
  display: flex;
}

.double-inputs-wrapper .input-block {
  flex-shrink: 0;
  max-width: 47%;
}

.double-inputs-wrapper .input-block:first-of-type {
  margin-right: 14px;
}

.double-inputs-wrapper .input-block:last-of-type {
  margin-left: 14px;
}

.double-clocks-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  z-index: 1;
}

.double-clocks-wrapper .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 169px;
  height: 160px;
  margin-right: 44px;
  font-size: 1.4rem;
  line-height: 124%;
  text-align: center;
  letter-spacing: 0.04em;
}

.double-clocks-wrapper .item:last-of-type {
  margin-right: 0;
}

.double-clocks-wrapper .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.double-clocks-wrapper .item span {
  display: block;
  margin: 13px 0;
}

.double-clocks-wrapper .item p {
  font-weight: 600;
}

.support-form {
  max-width: 464px;
  width: 100%;
  margin: 0 auto;
}

.form-submit {
  display: block;
  width: 100%;
  height: 73px;
  background-color: #fff;
  border-radius: 900px;
  color: #3ab7b7;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 124%;
  text-transform: uppercase;
  transition: all 0.3s;
}

.form-submit:hover {
  background-color: rgb(247, 105, 25);
  color: #fff;
}

.textarea-input-block.error .form-comment {
  border: 1px solid #ec4005;
}

.support-mobile-items {
  display: none;
}

.help-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 32px;
  margin-bottom: 32px;
}

.help-panel:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 112px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.help-panel a {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 153%;
  color: #000000;
  opacity: 0.6;
  transition: all 0.3s;
}

.help-panel a:hover {
  opacity: 1;
}

.l-holder {
  padding: 16px 0 10px;
  display: flex;
  width: 100%;
}

.l-holder a {
  margin-right: 40px;
}

.universal-nav {
  padding: 0 16px 58px;
}

.inner-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 863px;
  width: 100%;
  margin: 0 auto;
}

.inner-links a {
  display: block;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
  border: 1px solid rgba(65, 194, 194, 0.5);
  border-radius: 10px;
  margin-left: 20px;
  margin-bottom: 12px;
  transition: all 0.3s;
}

.inner-links a:hover {
  background-color: #41c2c2;
  color: #fff;
}

.inner-links a:first-of-type {
  margin-left: 0;
}

.inner-links a.active {
  font-weight: 700;
  background-color: #41c2c2;
  color: #fff;
  box-shadow: 0 0 10px rgba(65, 194, 194, 0.4);
}

.delivery-partners {
  background: url(/img/user/serv-slider-bg.png), #b2bcc2;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 49px 16px 74px;
}

.delivery-partners .title {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 127.4%;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}

.delivery-partners .subtitle {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 144.74%;
  max-width: 739px;
  margin: 0 auto 61px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.delivery-partners .img-pre-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 115%;
  max-width: 739px;
  margin: 0 auto 21px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.double-partners {
  max-width: 595px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.double-partners .partner-img {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 50%;
  flex-shrink: 0;
  padding-top: 26%;
}

.double-partners .partner-img:nth-of-type(1) {
  margin-right: 15px;
}

.double-partners .partner-img:nth-of-type(2) {
  margin-left: 15px;
}

.double-partners .partner-img img {
  position: absolute;
  max-width: 85%;
  max-height: 85%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.delivery-method .title {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 115%;
  text-align: center;
  max-width: 1011px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 16px 68px;
}

.delivery-blocks {
  display: flex;
}

.delivery-blocks .left,
.delivery-blocks .right {
  width: 50%;
  flex-shrink: 0;
}

.delivery-blocks .left .wrap,
.delivery-blocks .right .wrap {
  padding: 12px 12px 16px;
  border: 1px solid #fff;
  border-radius: 15px;
}

.delivery-blocks .left .item,
.delivery-blocks .right .item {
  position: relative;
  background-color: #fff;
  padding: 34px 38px 15px 31px;
  border-radius: 15px;
  margin-bottom: 47px;
  min-height: 206px;
}

.delivery-blocks .left .item:last-of-type,
.delivery-blocks .right .item:last-of-type {
  margin-bottom: 0;
}

.delivery-blocks .left .item .i-title,
.delivery-blocks .right .item .i-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 135%;
  margin-bottom: 13px;
}

.delivery-blocks .left .item strong,
.delivery-blocks .right .item strong {
  display: block;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 115%;
  color: #f98e53;
  margin-bottom: 15px;
}

.delivery-blocks .left .item p,
.delivery-blocks .right .item p {
  font-size: 1.6rem;
  line-height: 115%;
  margin-bottom: 15px;
}

.delivery-blocks .left .item p em,
.delivery-blocks .right .item p em {
  font-style: normal;
  font-weight: 700;
  color: #f98e53;
}

.delivery-blocks .left {
  padding: 31px 14px 43px 37px;
  background-color: rgba(65, 194, 194, 0.2);
}

.delivery-blocks .right {
  padding: 31px 37px 43px 14px;
  background-color: rgba(255, 192, 0, 0.2);
}

.question-tooltip-block {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 13px;
  bottom: 17px;
  cursor: pointer;
  pointer-events: all;
}

.question-tooltip-block:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.tooltip-content {
  position: absolute;
  right: 0;
  bottom: calc(100% + 15px);
  background: #ffffff;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 28px;
  font-size: 1.4rem;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.7);
  width: 407px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.delivery-benefits-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 75px 16px 86px;
}

.delivery-benefits-wrapper .item {
  width: 33.33%;
  padding: 0 59px;
  text-align: center;
  font-size: 2rem;
  line-height: 144.74%;
}

.delivery-benefits-wrapper .item .icon {
  max-width: 157px;
  width: 100%;
  margin: 0 auto 18px;
}

.order-transfer .section-title {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 115%;
  text-align: center;
  margin-bottom: 54px;
}

.order-transfer-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.order-transfer-wrapper .item {
  width: 50%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  counter-increment: my-counter;
  padding: 60px 65px 60px 69px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #ffffff;
}

.order-transfer-wrapper .item::before {
  content: counter(my-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background-color: #fff;
  border-radius: 66px;
  margin-right: 34px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 124%;
  text-align: center;
  letter-spacing: 0.04em;
}

.order-transfer-wrapper .item:nth-child(even) {
  background-color: #41c2c2;
}

.order-transfer-wrapper .item:nth-child(even):before {
  color: #41c2c2;
}

.order-transfer-wrapper .item:nth-child(4n+3) {
  background-color: #f76919;
}

.order-transfer-wrapper .item:nth-child(4n+3):before {
  color: #f76919;
}

.order-transfer-wrapper .item:nth-child(3n+2) {
  background-color: #41c2c2;
}

.order-transfer-wrapper .item:nth-child(3n+2):before {
  color: #41c2c2;
}

.order-transfer-wrapper .item:nth-child(3n+1) {
  background-color: #ffc000;
}

.order-transfer-wrapper .item:nth-child(3n+1):before {
  color: #ffc000;
}

.announce-with-button {
  text-align: center;
  padding: 84px 16px;
}

.announce-with-button .section-title {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 115%;
  margin-bottom: 35px;
}

.announce-with-button .descr {
  font-size: 1.5rem;
  line-height: 144.74%;
  max-width: 660px;
  width: 100%;
  margin: 0 auto 47px;
}

.mobile-show-nav {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .double-inputs-wrapper {
    display: block;
  }
  .double-inputs-wrapper .input-block {
    max-width: 100%;
    width: 100%;
  }
  .double-inputs-wrapper .input-block:first-of-type {
    margin-right: 0;
  }
  .double-inputs-wrapper .input-block:last-of-type {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 2500px) {
  .right-support_choose {
    max-width: 564px;
  }
  .about-us-first,
  .about-us-second,
  .prepend-section,
  .stages-list {
    padding-left: 3%;
    padding-right: 3%;
  }
  .support-form {
    max-width: 564px;
  }
  .delivery-blocks .left .item,
  .delivery-blocks .right .item {
    min-height: 220px;
  }
  .order-transfer-wrapper .item {
    padding: 80px 65px 80px 69px;
  }
}
.mobiles_popups {
  display: none;
}

@media only screen and (max-width: 960px) {
  .standard-h1 {
    margin-bottom: 48px;
    font-size: 23px;
    line-height: 115%;
    text-transform: uppercase;
    padding: 0 16px;
  }
  .about-us-first {
    display: block;
    padding: 0 16px;
    margin-bottom: 0;
  }
  .about-us-first .left,
  .about-us-first .right {
    width: 100%;
  }
  .about-us-first .left {
    padding: 29px 24px 53px;
  }
  .about-us-first .left p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .about-us-first .right {
    padding: 52px 0 68px;
  }
  .about-us-first .right .row {
    margin-bottom: 45px;
  }
  .about-us-first .right .row img {
    width: 50px;
    height: 50px;
    margin-right: 34px;
  }
  .about-us-first .right .row span {
    font-size: 14px;
    line-height: 127.4%;
  }
  .about-us-first_title {
    margin-bottom: 16px;
  }
  .about-us-first_title span {
    font-size: 15px;
    line-height: 18px;
  }
  .inside-article-logo {
    max-width: 61px;
    margin-right: 16px;
  }
  .about-us-second {
    flex-direction: column-reverse;
    padding: 0 16px;
    margin-bottom: 75px;
  }
  .about-us-second .left,
  .about-us-second .right {
    width: 100%;
  }
  .about-us-second .left {
    padding: 51px 0 0;
  }
  .about-us-second .left p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .about-us-second .left .about-img-holder {
    margin: 65px 0 0;
  }
  .about-us-second .right {
    padding: 37px 24px;
  }
  .about-us-second .right p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .about-us-second_title {
    font-size: 14px;
    line-height: 127.4%;
    margin-bottom: 16px;
  }
  .prepend-section {
    padding: 0 16px;
  }
  .prepend-section span {
    font-size: 20px;
    line-height: 127.4%;
    margin-bottom: 30px;
  }
  .prepend-section p {
    width: 293px;
    font-size: 12px;
    line-height: 15px;
    padding: 0 10px 11px;
  }
  .stages-list {
    padding: 40px 16px 31px;
  }
  .stages-list .items-wrapper {
    display: block;
    margin: 0 auto;
  }
  .stages-list .items-wrapper .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 39px 16px;
    width: 100%;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 140%;
    min-height: 214px;
  }
  .stages-list .items-wrapper .item:last-of-type {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
  }
  .stages-list .items-wrapper .item:last-of-type p {
    margin-bottom: 23px;
  }
  .stages-title {
    font-size: 20px;
    line-height: 127.4%;
    margin-bottom: 51px;
  }
  .input-block {
    margin-bottom: 30px;
  }
  .input-block label {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .input-block .note {
    font-size: 10px;
    line-height: 12px;
  }
  .input-wrapper {
    margin-bottom: 5px;
  }
  .input-wrapper input {
    height: 59px;
    font-size: 16px;
    padding: 0 20px;
  }
  .support-items {
    padding: 0;
  }
  .support-items_wrapper {
    display: none;
  }
  .quest_title {
    padding: 33px 26px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .double-support-block {
    display: block;
  }
  .double-support-block .left-support,
  .double-support-block .right-support {
    width: 100%;
  }
  .double-support-block .right-support {
    display: none;
  }
  .double-support-block .right-support .ttl {
    font-size: 16px;
    line-height: 20px;
  }
  .double-support-block .right-support_choose {
    display: flex;
    flex-flow: column;
    margin: 0;
  }
  .double-support-block .right-support_choose .radio-column-button {
    width: 100%;
    display: flex;
    margin: 0;
    margin-bottom: 3vw;
    align-items: center;
  }
  .double-support-block .right-support_choose .radio-column-button .round {
    margin: 0;
    width: 20px;
    height: 20px;
    border-color: #41c2c2;
    margin-right: 2vw;
  }
  .double-support-block .right-support_choose .radio-column-button .round:after {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #41c2c2;
    transform: translate(-50%, -50%);
  }
  .double-support-block .right-support_choose .radio-column-button span {
    font-size: 10px;
    line-height: 1.2;
    width: -moz-max-content;
    width: max-content;
    color: #000000;
  }
  .left-support {
    padding: 0 16px 32px;
    background: none;
  }
  .left-support .figure {
    display: none;
  }
  .left-support .ttl {
    font-size: 18px;
    line-height: 127.4%;
    margin-bottom: 20px;
  }
  .support-mobile-items {
    display: block;
    overflow: hidden;
    padding: 0 16px 32px;
  }
  .mobiles_popups {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    padding: 120px 16px;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: none;
  }
  .mobiles_popups .mobiles_popups_inner {
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    position: relative;
  }
  .mobiles_popups .online_supp_popup {
    display: none;
  }
  .mobiles_popups .online_supp_popup .upper_title {
    padding: 33px 26px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .mobiles_popups .online_supp_popup .upper .online_chat {
    min-height: 80vw;
  }
  .mobiles_popups .online_supp_popup .socials_down {
    background: #fff8f4;
    padding: 30px 78px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    border-radius: 0 0 15px 15px;
  }
  .mobiles_popups .online_supp_popup .socials_down a {
    margin: 0 15px;
  }
  .mobiles_popups .online_supp_popup .socials_down a img {
    width: 30px;
    height: 30px;
  }
  .mobiles_popups .leave_quest_popup {
    display: none;
    padding: 0 0 55px 0;
  }
  .mobiles_popups .leave_quest_popup .right-support {
    background: transparent;
    padding: 0;
  }
  .mobiles_popups .close_mobiles_popups {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(65, 194, 194, 0.2);
    cursor: pointer;
  }
  .mobiles_popups .close_mobiles_popups img {
    margin: 50% auto;
    transform: translateY(-50%);
  }
  .support-mobile-items-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .support-mobile-items-wrapper .item {
    width: 161px;
    height: 161px;
    padding: 25px 17px;
    border-radius: 15px;
    text-align: center;
  }
  .support-mobile-items-wrapper .item.tel-item {
    border: 1px solid #41c2c2;
    box-shadow: 0 0 15px rgba(65, 194, 194, 0.2);
    padding-left: 13px;
  }
  .support-mobile-items-wrapper .item.tel-item_second .right-support_choose {
    color: #41c2c2;
  }
  .support-mobile-items-wrapper .item.tel-item_second .right-support_choose .radio-column-button {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 1vw;
  }
  .support-mobile-items-wrapper .item.tel-item_second .right-support_choose .radio-column-button span:nth-of-type(2) {
    margin: 0 auto;
  }
  .support-mobile-items-wrapper .item.tel-item_second .right-support_choose .round {
    margin-right: 0;
    border-color: #41c2c2;
    width: 25px;
    height: 25px;
    min-width: 25px;
    display: table;
  }
  .support-mobile-items-wrapper .item.tel-item_second .right-support_choose .round:after {
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    position: absolute;
    background: #41c2c2;
    transform: translate(-50%, -50%);
    content: "";
    border-radius: 50%;
  }
  .support-mobile-items-wrapper .item.mail-item {
    border: 1px solid #ffc000;
    box-shadow: 0 0 15px rgba(255, 192, 0, 0.2);
  }
  .support-mobile-items-wrapper .item.tel-item .callback {
    font-size: 12px;
    line-height: 15px;
    color: #41c2c2;
    opacity: 0.7;
  }
  .support-mobile-items-wrapper .item.mail-item img {
    width: 56px;
    height: 56px;
  }
  .support-mobile-items-wrapper .item.socials-item {
    width: 100%;
    height: 80px;
    border: 1px solid rgba(247, 105, 25, 0.5);
    box-shadow: 0 0 15px rgba(247, 105, 25, 0.2);
    display: flex;
    align-items: center;
  }
  .support-mobile-items-wrapper .item.socials-item:nth-of-type(3) {
    margin-top: 6vw;
  }
  .support-mobile-items-wrapper .item.socials-item span {
    margin-right: 58px;
  }
  .support-mobile-items-wrapper .item.socials-item .icons-holder {
    display: flex;
    align-items: center;
  }
  .support-mobile-items-wrapper .item.socials-item .icons-holder img {
    width: 28px;
    height: 28px;
  }
  .support-mobile-items-wrapper .item.socials-item .icons-holder .r-icon {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .support-mobile-items-wrapper .item.socials-item .icons-holder .r-icon:last-of-type {
    margin-right: 0;
  }
  .support-mobile-items-wrapper .item img {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
  }
  .support-mobile-items-wrapper .item span {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
  }
  .support-mobile-items-wrapper .item a {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .support-mobile-items-wrapper .item a:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .double-clocks-wrapper {
    margin-bottom: 0;
  }
  .double-clocks-wrapper .item {
    width: 169px;
    height: 160px;
    margin-right: 21px;
    flex-shrink: 0;
  }
  .double-clocks-wrapper .item p {
    font-size: 14px;
    line-height: 124%;
  }
  .double-clocks-wrapper .item span {
    font-size: 14px;
    line-height: 124%;
  }
  .mobile-show-nav {
    display: inline-flex;
    align-items: center;
  }
  .mobile-show-nav .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-right: 16px;
  }
  .mobile-show-nav.active .arr-in-round {
    transform: none;
  }
  .universal-nav {
    padding: 0 16px 17px;
    text-align: center;
  }
  .inner-links {
    display: none;
  }
  .inner-links a {
    padding: 10px 18px;
    font-size: 12px;
    line-height: 15px;
    margin-left: 11px;
    margin-bottom: 12px;
  }
  .inner-links.active {
    display: flex;
  }
  .arr-in-round {
    width: 41px;
    height: 41px;
    transform: scale(1, -1);
  }
  .delivery-partners {
    padding: 32px 16px 43px;
  }
  .delivery-partners .title {
    font-size: 25px;
    line-height: 127.4%;
    margin-bottom: 19px;
  }
  .delivery-partners .subtitle {
    font-size: 14px;
    line-height: 144.74%;
    max-width: 100%;
    margin-bottom: 37px;
  }
  .delivery-partners .img-pre-title {
    font-size: 16px;
    line-height: 115%;
    margin: 0 0 45px;
  }
  .double-partners .partner-img {
    flex-shrink: 1;
    padding-top: 35%;
  }
  .double-partners .partner-img:nth-of-type(1) {
    margin-right: 10px;
  }
  .double-partners .partner-img:nth-of-type(2) {
    margin-left: 10px;
  }
  .delivery-method .title {
    padding: 46px 16px;
    font-size: 25px;
    line-height: 115%;
  }
  .delivery-partners {
    background-position: center;
  }
  .delivery-blocks {
    display: block;
  }
  .delivery-blocks .left,
  .delivery-blocks .right {
    width: 100%;
    padding: 36px 7px;
  }
  .delivery-blocks .left .wrap,
  .delivery-blocks .right .wrap {
    padding: 11px 9px;
  }
  .delivery-blocks .left .item,
  .delivery-blocks .right .item {
    padding: 25px 22px 30px;
    min-height: 206px;
  }
  .delivery-blocks .left .item .i-title,
  .delivery-blocks .right .item .i-title {
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 17px;
  }
  .delivery-blocks .left .item strong,
  .delivery-blocks .right .item strong {
    font-size: 25px;
    line-height: 115%;
    margin-bottom: 17px;
  }
  .delivery-blocks .left .item p,
  .delivery-blocks .right .item p {
    font-size: 14px;
    line-height: 115%;
    margin-bottom: 18px;
  }
  .question-tooltip-block {
    display: none;
  }
  .delivery-benefits {
    overflow: hidden;
  }
  .delivery-benefits-wrapper {
    padding: 58px 16px 94px;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .delivery-benefits-wrapper .item {
    width: calc(50% - 20px);
    padding: 0;
    font-size: 14px;
    line-height: 144.74%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
  }
  .delivery-benefits-wrapper .item .icon {
    width: 91px;
    height: 91px;
    margin-bottom: 26px;
    max-width: 100%;
  }
  .delivery-benefits-wrapper .item:last-of-type {
    margin-bottom: 0;
  }
  .order-transfer .section-title {
    padding: 0 16px;
    font-size: 25px;
    line-height: 115%;
    margin-bottom: 43px;
  }
  .order-transfer-wrapper {
    display: block;
  }
  .order-transfer-wrapper .item {
    width: 100%;
    padding: 37px 16px;
    font-size: 14px;
    line-height: 130%;
    min-height: 224px;
  }
  .order-transfer-wrapper .item:before {
    width: 66px;
    height: 66px;
    margin-right: 26px;
    font-size: 32px;
    line-height: 124%;
  }
  .announce-with-button {
    padding: 51px 16px;
  }
  .announce-with-button .section-title {
    font-size: 25px;
    line-height: 115%;
    margin-bottom: 20px;
  }
  .announce-with-button .descr {
    font-size: 14px;
    line-height: 144.74%;
    margin-bottom: 37px;
  }
}
div.generated-article-content {
  padding: 20px;
  margin-bottom: 40px;
  background-color: rgba(249, 142, 83, 0.062745098);
}

div.generated-article-content > ol {
  max-width: unset;
  margin-bottom: 0px;
}

.bonuses-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 52px;
}

.bonuses-title span {
  color: #f76919;
}

.bonuses-title p {
  flex: auto;
  padding-right: 20px;
}

.bonuses-title img {
  flex-shrink: 0;
  width: 23%;
  height: auto;
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.cab-card {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 17px 17px 13px;
  overflow: hidden;
  background-color: #fff;
}

.cab-card .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
}

.cab-card .top .title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
}

.linza-label {
  display: inline-block;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  color: #f76919;
  background-color: rgba(247, 105, 25, 0.1);
  border-radius: 22px;
  padding: 8px 19px;
}

.card-name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  max-width: 65%;
  margin-bottom: 89px;
}

.info-holder {
  display: flex;
  flex-wrap: wrap;
}

.info-holder .item {
  width: 50%;
  flex-shrink: 0;
  margin-bottom: 43px;
  overflow: hidden;
}

.info-holder .item.w100 {
  width: 100%;
}

.info-holder .item .label {
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: 8px;
}

.info-holder .item .value {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #41c2c2;
}

.info-holder .item .percent {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 5px;
}

.info-holder .item .percent span {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.card-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.item-link-card {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #41c2c2;
  margin-right: 41px;
  padding-bottom: 10px;
  transition: all 0.3s;
}

.item-link-card:last-of-type {
  margin-right: 0;
}

.item-link-card .edit-icon {
  margin-right: 10px;
}

.item-link-card .edit-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.item-link-card .edit-icon svg path {
  transition: all 0.3s;
}

.item-link-card:hover {
  color: #f76919;
}

.item-link-card:hover .edit-icon svg path {
  fill: #f76919;
}

.way-bonuses-block {
  margin-bottom: 29px;
}

.way-bonuses-block .title {
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: 23px;
}

.bonus-number {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #41c2c2;
}

.percents-row {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.percents-row:before {
  content: "";
  position: absolute;
  left: 0;
  top: 43%;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}

.percents-row:after {
  content: "";
  position: absolute;
  left: 0;
  top: 43%;
  height: 3px;
  background-color: #41c2c2;
  transform: translateY(-50%);
}

.percents-row .item {
  width: 20%;
  flex-shrink: 0;
}

.percents-row .item:last-of-type {
  width: 10%;
}

.percents-row .item:last-of-type .descr-b {
  padding-right: 0;
}

.percents-row.percent_3:after {
  content: "";
  width: 30%;
}

.percents-row.percent_5:after {
  content: "";
  width: 52%;
}

.percents-row.percent_7:after {
  content: "";
  width: 76%;
}

.percents-row.percent_10:after {
  content: "";
  width: 100%;
}

.percent-b {
  font-size: 2rem;
  line-height: 2.4rem;
  padding-bottom: 12px;
}

.descr-b {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-right: 20%;
  padding-top: 12px;
  min-height: 45px;
}

.percent-alert {
  display: flex;
  align-items: center;
  background: #f76919;
  border-radius: 5px;
  padding: 14px 26px;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.disc-icon {
  margin-right: 18px;
}

.disc-icon svg {
  display: block;
  width: 35px;
  height: 24px;
}

.bonuses-title-main {
  display: none;
}

@media only screen and (max-width: 960px) {
  .bonuses-title {
    flex-direction: column-reverse;
    padding: 0 16px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 129.9%;
    margin-bottom: 27px;
  }
  .bonuses-title img {
    width: 158px;
    margin-bottom: 19px;
  }
  .cards-wrapper {
    display: block;
    padding: 0 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .cab-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    padding: 15px 10px 24px;
    border-radius: 10px;
  }
  .cab-card .top {
    margin-bottom: 13px;
  }
  .cab-card .top .title {
    font-size: 14px;
    line-height: 17px;
  }
  .linza-label {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 17px;
    border-radius: 22px;
  }
  .card-name {
    font-size: 24px;
    line-height: 115%;
    max-width: 100%;
    margin-bottom: 57px;
  }
  .info-holder {
    margin-bottom: 60px;
  }
  .info-holder .item {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .info-holder .item .label {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .info-holder .item .value {
    font-size: 12px;
    line-height: 15px;
  }
  .info-holder .item .percent {
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 8px;
  }
  .info-holder .item .percent span {
    font-size: 12px;
    line-height: 115%;
  }
  .info-holder.bonuses-holder {
    margin-top: 55px;
    margin-bottom: 10px;
  }
  .info-holder.bonuses-holder .item {
    text-align: center;
  }
  .info-holder.bonuses-holder .item:first-of-type {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .info-holder.bonuses-holder .item .label {
    margin-bottom: 0;
  }
  .card-controls {
    display: block;
  }
  .item-link-card {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 18px;
    margin-right: 0;
  }
  .item-link-card:last-of-type {
    padding-bottom: 0;
  }
  .item-link-card .edit-icon {
    margin-right: 10px;
  }
  .item-link-card .edit-icon svg {
    width: 18px;
    height: 18px;
  }
  .way-bonuses-block .title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .percent-b {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
  }
  .descr-b {
    font-size: 10px;
    line-height: 15px;
    padding-top: 10px;
    min-height: 40px;
  }
  .percent-alert {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 5px;
  }
  .percent-alert .disc-icon {
    display: none;
  }
  .way-bonuses-block {
    margin-bottom: 50px;
  }
  .percents-row .item:last-of-type {
    width: 14%;
  }
  .bonuses-title-main {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 115%;
    text-align: center;
    padding: 0 16px;
    margin-bottom: 35px;
  }
  .bonus-number {
    font-size: 14px;
    line-height: 17px;
  }
  .percents-row .item:first-of-type {
    width: 17%;
  }
}
.cross-link {
  text-decoration: underline;
  color: #277B7B;
}

section.module-brands-slider {
  background: linear-gradient(0deg, rgba(34, 157, 136, 0.1965161064) 0%, rgba(255, 255, 255, 0.4962359944) 1%, rgba(255, 255, 255, 0.4990371148) 65%, rgba(34, 157, 136, 0.1993172269) 100%);
}
section.module-brands-slider .brands-slider-holder {
  display: flex;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 120px;
  height: 6.25vw;
}
@media all and (max-width: 673px) {
  section.module-brands-slider .brands-slider-holder {
    height: 12.5vw;
  }
}
@media all and (max-width: 500px) {
  section.module-brands-slider .brands-slider-holder {
    height: 16.6666666667vw;
  }
}
@media all and (max-width: 320px) {
  section.module-brands-slider .brands-slider-holder {
    height: 54px;
  }
}
section.module-brands-slider .brands-slider-holder .slick-list {
  min-width: 100% !important;
}
section.module-brands-slider .brands-slider-holder .slick-list .slick-track {
  height: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
}
section.module-brands-slider .brands-slider-holder .slick-list .slick-track .slick-slide {
  height: 100% !important;
  width: auto !important;
}
section.module-brands-slider .brands-slider-holder .slick-list .slick-track .slick-slide > div {
  height: 100% !important;
  width: auto !important;
}
section.module-brands-slider .brands-slider-holder .slick-list .slick-track .slick-slide > div a {
  height: 100% !important;
  width: auto !important;
}
section.module-brands-slider .brands-slider-holder .slick-list .slick-track .slick-slide > div a img {
  height: 100% !important;
  width: auto !important;
}

#kwizbot_widget.widget-hide {
  display: none !important;
}
#kwizbot_widget .block-chats {
  padding: 6px !important;
  border-radius: 100px !important;
  background: #277B7B !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2) !important;
  padding: 0 !important;
  flex-direction: column-reverse !important;
}
#kwizbot_widget .block-chats > i {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5MyAwLjI5Mjg5M0MwLjY4MzQxNyAtMC4wOTc2MzExIDEuMzE2NTggLTAuMDk3NjMxMSAxLjcwNzExIDAuMjkyODkzTDcgNS41ODU3OUwxMi4yOTI5IDAuMjkyODkzQzEyLjY4MzQgLTAuMDk3NjMxMSAxMy4zMTY2IC0wLjA5NzYzMTEgMTMuNzA3MSAwLjI5Mjg5M0MxNC4wOTc2IDAuNjgzNDE3IDE0LjA5NzYgMS4zMTY1OCAxMy43MDcxIDEuNzA3MTFMOC40MTQyMSA3TDEzLjcwNzEgMTIuMjkyOUMxNC4wOTc2IDEyLjY4MzQgMTQuMDk3NiAxMy4zMTY2IDEzLjcwNzEgMTMuNzA3MUMxMy4zMTY2IDE0LjA5NzYgMTIuNjgzNCAxNC4wOTc2IDEyLjI5MjkgMTMuNzA3MUw3IDguNDE0MjFMMS43MDcxMSAxMy43MDcxQzEuMzE2NTggMTQuMDk3NiAwLjY4MzQxNyAxNC4wOTc2IDAuMjkyODkzIDEzLjcwNzFDLTAuMDk3NjMxMSAxMy4zMTY2IC0wLjA5NzYzMTEgMTIuNjgzNCAwLjI5Mjg5MyAxMi4yOTI5TDUuNTg1NzkgN0wwLjI5Mjg5MyAxLjcwNzExQy0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDAuNjgzNDE3IDAuMjkyODkzIDAuMjkyODkzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  font-size: 0;
  margin-bottom: 6px;
}
#kwizbot_widget .block-chats > i:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#kwizbot_widget .block-chats > .list {
  padding: 6px !important;
}
#kwizbot_widget .block-chats > .list .messengers__logo {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  margin-bottom: 12px !important;
  transition: overflow ease 0.25s;
}
#kwizbot_widget .block-chats > .list .messengers__logo:hover {
  overflow: visible;
}
#kwizbot_widget .block-chats > .list .messengers__logo > i.messengers__icon {
  font-size: 0 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIyNiIgd2lkdGg9IjI2IiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBpZD0ic3ZnXzEiIGQ9Im02LjYyLDEwLjc5YzEuNDQsMi44MyAzLjc2LDUuMTUgNi41OSw2LjU5bDIuMiwtMi4yYzAuMjgsLTAuMjggMC42NywtMC4zNiAxLjAyLC0wLjI1YzEuMTIsMC4zNyAyLjMyLDAuNTcgMy41NywwLjU3YTEsMSAwIDAgMSAxLDFsMCwzLjVhMSwxIDAgMCAxIC0xLDFhMTcsMTcgMCAwIDEgLTE3LC0xN2ExLDEgMCAwIDEgMSwtMWwzLjUsMGExLDEgMCAwIDEgMSwxYzAsMS4yNSAwLjIsMi40NSAwLjU3LDMuNTdjMC4xMSwwLjM1IDAuMDMsMC43NCAtMC4yNSwxLjAybC0yLjIsMi4yeiIvPgogPC9nPgo8L3N2Zz4=") !important;
  background-position: center !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
}
#kwizbot_widget .block-chats > .list .messengers__logo > i.messengers__icon::before {
  content: "Зворотній дзвінок";
}
#kwizbot_widget .block-chats > .list .messengers__logo:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#kwizbot_widget .block-chats > .list > div:last-of-type {
  margin-bottom: 0 !important;
}
#kwizbot_widget .block-chats > .list .messengers__svg,
#kwizbot_widget .block-chats > .list .messengers__icon {
  position: relative;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#kwizbot_widget .block-chats > .list .messengers__svg::before,
#kwizbot_widget .block-chats > .list .messengers__icon::before {
  content: "";
  position: absolute;
  width: auto;
  padding: 8px 12px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: "Roboto Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  top: 50%;
  right: calc(100% + 22px);
  transform: translateY(-50%);
  display: none;
  opacity: 0;
  transition: opacity ease 0.25s;
}
#kwizbot_widget .block-chats > .list .messengers__svg::after,
#kwizbot_widget .block-chats > .list .messengers__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04IDZMLTMuOTg4MDdlLTA5IDExLjVMNC43NjgzN2UtMDcgMC41TDggNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-size: cover;
  display: none;
  opacity: 0;
  transition: opacity ease 0.25s;
}
#kwizbot_widget .block-chats > .list .messengers__svg:hover::after, #kwizbot_widget .block-chats > .list .messengers__svg:hover::before,
#kwizbot_widget .block-chats > .list .messengers__icon:hover::after,
#kwizbot_widget .block-chats > .list .messengers__icon:hover::before {
  display: block;
  opacity: 1;
}
#kwizbot_widget .block-chats > .list .messengers__svg svg,
#kwizbot_widget .block-chats > .list .messengers__icon svg {
  width: 24px !important;
  height: 24px !important;
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="//m.me/"],
#kwizbot_widget .block-chats > .list .messengers__icon[href*="//m.me/"] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMxNDVfNDczMykiPgo8cGF0aCBkPSJNMC4wMDA5OTA2NjIgMTEuNjM5QzAuMDAwOTkwNjYyIDQuOTQ5IDUuMjQwOTkgMCAxMi4wMDEgMEMxOC43NjEgMCAyNCA0Ljk1IDI0IDExLjYzOUMyNCAxOC4zMjggMTguNzYgMjMuMjc3IDEyIDIzLjI3N0MxMC43OSAyMy4yNzcgOS42MTk5OSAyMy4xMTcgOC41Mjk5OSAyMi44MTdDOC4zMTcyNCAyMi43NTk3IDguMDkxMjcgMjIuNzc3NCA3Ljg4OTk5IDIyLjg2N0w1LjQ5OTk5IDIzLjkxN0M1LjM1NTkyIDIzLjk4MTEgNS4xOTgyNiAyNC4wMDg4IDUuMDQwOTYgMjMuOTk3NUM0Ljg4MzY2IDIzLjk4NjIgNC43MzE1NiAyMy45MzY0IDQuNTk4MTEgMjMuODUyM0M0LjQ2NDY2IDIzLjc2ODMgNC4zNTM5NiAyMy42NTI3IDQuMjc1OCAyMy41MTU3QzQuMTk3NjQgMjMuMzc4OCA0LjE1NDQzIDIzLjIyNDYgNC4xNDk5OSAyMy4wNjdMNC4wNzk5OSAyMC45MjdDNC4wNzQ1NyAyMC43OTgxIDQuMDQzNDcgMjAuNjcxNSAzLjk4ODUyIDIwLjU1NDhDMy45MzM1NyAyMC40MzggMy44NTU4OCAyMC4zMzM0IDMuNzU5OTkgMjAuMjQ3QzIuNTU3NjEgMTkuMTYyIDEuNjAwNDcgMTcuODMzMSAwLjk1MjQzMyAxNi4zNDg5QzAuMzA0NCAxNC44NjQ3IC0wLjAxOTYyMDMgMTMuMjU5MyAwLjAwMTk5MDY2IDExLjY0TDAuMDAwOTkwNjYyIDExLjYzOVpNOC4zMjA5OSA5LjQ0OUw0LjgwMDk5IDE1LjA0OUM0LjQ1MDk5IDE1LjU3OSA1LjEyMDk5IDE2LjE4OCA1LjYyMDk5IDE1Ljc5OUw5LjQxMDk5IDEyLjkyOUM5LjY3MDk5IDEyLjcyOSAxMC4wMTEgMTIuNzI5IDEwLjI4MSAxMi45MjlMMTMuMDgxIDE1LjAyOUMxMy45MjEgMTUuNjU5IDE1LjEyMSAxNS40MjkgMTUuNjgxIDE0LjU0OUwxOS4yMDEgOC45NDlDMTkuNTUxIDguNDE5IDE4Ljg4MSA3LjgxOSAxOC4zODEgOC4xOTlMMTQuNTkxIDExLjA2OUMxNC4zNDEgMTEuMjY5IDEzLjk5MSAxMS4yNjkgMTMuNzMxIDExLjA2OUwxMC45MzEgOC45NjlDMTAuNzMxOSA4LjgxODU4IDEwLjUwMzcgOC43MTEyIDEwLjI2MDggOC42NTM2OUMxMC4wMTggOC41OTYxOCA5Ljc2NTg1IDguNTg5NzkgOS41MjA0MSA4LjYzNDkyQzkuMjc0OTggOC42ODAwNiA5LjA0MTYxIDguNzc1NzQgOC44MzUxMyA4LjkxNTg4QzguNjI4NjUgOS4wNTYwMyA4LjQ1MzU2IDkuMjM3NTggOC4zMjA5OSA5LjQ0OVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzE0NV80NzMzIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="//m.me/"] svg,
#kwizbot_widget .block-chats > .list .messengers__icon[href*="//m.me/"] svg {
  display: none;
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="//m.me/"]::before,
#kwizbot_widget .block-chats > .list .messengers__icon[href*="//m.me/"]::before {
  content: "Messenger";
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="//t.me/"],
#kwizbot_widget .block-chats > .list .messengers__icon[href*="//t.me/"] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS41MTQgMi4xMzY4M0MyMS44MDkxIDIuMDE1NjcgMjIuMTMyMSAxLjk3Mzg5IDIyLjQ0OTMgMi4wMTU4MkMyMi43NjY2IDIuMDU3NzUgMjMuMDY2NSAyLjE4MTg3IDIzLjMxNzkgMi4zNzUyNUMyMy41NjkzIDIuNTY4NjMgMjMuNzYzIDIuODI0MiAyMy44Nzg4IDMuMTE1MzdDMjMuOTk0NiAzLjQwNjU0IDI0LjAyODIgMy43MjI2NiAyMy45NzYyIDQuMDMwODNMMjEuMjY4IDIwLjA1NTNDMjEuMDA1MyAyMS42MDEgMTkuMjY2NyAyMi40ODc1IDE3LjgxMzUgMjEuNzE3NUMxNi41OTc5IDIxLjA3MzQgMTQuNzkyNCAyMC4wODA5IDEzLjE2ODQgMTkuMDQ1NEMxMi4zNTY0IDE4LjUyNzEgOS44NjkxMiAxNi44NjcyIDEwLjE3NDggMTUuNjg2MUMxMC40Mzc1IDE0LjY3NjIgMTQuNjE2OSAxMC44ODEyIDE3LjAwNTEgOC42MjQ5QzE3Ljk0MjQgNy43Mzg0NyAxNy41MTUgNy4yMjcxMSAxNi40MDggOC4wNDI0OEMxMy42NTggMTAuMDY2OSA5LjI0NTggMTMuMTQ1NiA3Ljc4NjYxIDE0LjAxMjJDNi40OTkzNyAxNC43NzYzIDUuODI4MjggMTQuOTA2OCA1LjAyNTg0IDE0Ljc3NjNDMy41NjE4NyAxNC41Mzg3IDIuMjA0MTggMTQuMTcwNiAxLjA5NjA1IDEzLjcyMjJDLTAuNDAxMzUyIDEzLjExNjUgLTAuMzI4NTEyIDExLjEwODMgMS4wOTQ4NiAxMC41MjM2TDIxLjUxNCAyLjEzNjgzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="//t.me/"] svg,
#kwizbot_widget .block-chats > .list .messengers__icon[href*="//t.me/"] svg {
  display: none;
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="//t.me/"]::before,
#kwizbot_widget .block-chats > .list .messengers__icon[href*="//t.me/"]::before {
  content: "Telegram";
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="viber:"],
#kwizbot_widget .block-chats > .list .messengers__icon[href*="viber:"] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMxNDVfNDczNSkiPgo8cGF0aCBkPSJNMjEuMDY3OSAyLjMzNjkxQzIwLjQ0NyAxLjc5MTkxIDE3LjkzMjIgMC4wMzk5MDU2IDEyLjMzMTkgMC4wMTY5MDU2QzEyLjMzMTkgMC4wMTY5MDU2IDUuNzIzNTMgLTAuMzYyMDk0IDIuNTA0NCAyLjQ2ODkxQzAuNzEzNzkzIDQuMTg0OTEgMC4wODY2NjI2IDYuNjk3OTEgMC4wMTQ2NjI2IDkuODE0OTFDLTAuMDU3MzM3NCAxMi45MzE5IC0wLjEzNzY4NSAxOC43NzM5IDUuNzM4MTQgMjAuMzYxOUg1Ljc0MzM2TDUuNzM4MTQgMjIuNzgwOUM1LjczODE0IDIyLjc4MDkgNS42OTk1MyAyMy43NjA5IDYuMzcxNTMgMjMuOTU3OUM3LjE4MzM2IDI0LjIwMTkgNy42NjMzNiAyMy40NTU5IDguNDQwNzUgMjIuNjUzOUM4Ljg2NjQ5IDIyLjIxMjkgOS40NTI5MiAyMS41NjY5IDkuODk4NDkgMjEuMDczOUMxMi40NTE5IDIxLjMwMDYgMTUuMDI2OSAyMS4xMTIyIDE3LjUxNDggMjAuNTE2OUwxNy4zNTgzIDIwLjU0ODlDMTguMTcwMSAyMC4yOTU5IDIyLjc2MzUgMTkuNzMyOSAyMy41MDY1IDEzLjg5MTlDMjQuMjgyOCA3Ljg2MTkxIDIzLjEzNzEgNC4wNTc5MSAyMS4wNjc5IDIuMzM2OTFaTTIxLjc0ODIgMTMuNDUxOUMyMS4xMTQ4IDE4LjMyNjkgMTcuMzkzOCAxOC42MzY5IDE2LjcwOTMgMTguODQ2OUMxNS4yMTUgMTkuMjEwOSAxMy40OTk1IDE5LjQxODkgMTEuNzMyOSAxOS40MTg5QzExLjIyNTggMTkuNDE4OSAxMC43MjI4IDE5LjQwMTkgMTAuMjI1MSAxOS4zNjc5TDEwLjI5MTkgMTkuMzcxOUMxMC4yOTE5IDE5LjM3MTkgNy43NDc4OCAyMi4zMTA5IDYuOTU1ODggMjMuMDc0OUM2LjY5NzEgMjMuMzIyOSA2LjQxMjIzIDIzLjMwMjkgNi40MTc0NSAyMi44MDc5QzYuNDE3NDUgMjIuNDg0OSA2LjQzNzI3IDE4Ljc4OTkgNi40MzcyNyAxOC43ODk5QzEuNDYzMDEgMTcuNDY3OSAxLjc1MTAxIDEyLjQ5MTkgMS44MDk0NSA5Ljg5MjkxQzEuODY3ODggNy4yOTM5MSAyLjM3NzEgNS4xNTc5MSAzLjg5MzI3IDMuNzIzOTFDNi42MTg4NCAxLjM1NjkxIDEyLjIyOTYgMS43MDc5MSAxMi4yMjk2IDEuNzA3OTFDMTYuOTcwMSAxLjcyNjkxIDE5LjIzOTcgMy4wOTU5MSAxOS43Njc3IDMuNTU0OTFDMjEuNTE0NSA0Ljk4OTkxIDIyLjQwNDYgOC40MjI5IDIxLjc0ODIgMTMuNDUxOVpNMTQuOTU0MSA5LjY2MzkxVjkuNjc3OTFDMTQuOTUxOSA5Ljc1NTc4IDE0LjkxODYgOS44Mjk4NyAxNC44NjExIDkuODg0ODlDMTQuODAzNSA5LjkzOTkxIDE0LjcyNjEgOS45NzE2NiAxNC42NDQ5IDkuOTczNTlDMTQuNTYzNiA5Ljk3NTUxIDE0LjQ4NDcgOS45NDc0NiAxNC40MjQ0IDkuODk1MjRDMTQuMzY0IDkuODQzMDEgMTQuMzI3IDkuNzcwNTggMTQuMzIwNyA5LjY5MjkxQzE0LjM0MiA5LjQ4NDEyIDE0LjMxNTcgOS4yNzI0IDE0LjI0MzcgOS4wNzQzQzE0LjE3MTcgOC44NzYxOSAxNC4wNTU3IDguNjk1NDEgMTMuOTAzOCA4LjU0NDQ0QzEzLjc1MTggOC4zOTM0NyAxMy41Njc0IDguMjc1OSAxMy4zNjM0IDguMTk5ODRDMTMuMTU5NCA4LjEyMzc4IDEyLjk0MDYgOC4wOTEwNSAxMi43MjIxIDguMTAzOTFIMTIuNzI2M0MxMi42NDUyIDguMDk3ODkgMTIuNTY5NiA4LjA2MjI1IDEyLjUxNTIgOC4wMDQzNUMxMi40NjA3IDcuOTQ2NDUgMTIuNDMxNiA3Ljg3MDcyIDEyLjQzMzcgNy43OTI4QzEyLjQzNTggNy43MTQ4OSAxMi40NjkxIDcuNjQwNzMgMTIuNTI2NyA3LjU4NTY3QzEyLjU4NDMgNy41MzA2IDEyLjY2MTcgNy40OTg4MiAxMi43NDMgNy40OTY5MUgxMi43NjA3SDEyLjc1OTdMMTIuODMxNyA3LjQ5NTkxQzEzLjEyMyA3LjQ5NTgxIDEzLjQxMTMgNy41NTMxMSAxMy42Nzg1IDcuNjY0MjRDMTMuOTQ1OCA3Ljc3NTM3IDE0LjE4NjMgNy45Mzc5NyAxNC4zODUzIDguMTQxOTNDMTQuNTg0MiA4LjM0NTg5IDE0LjczNzIgOC41ODY4NiAxNC44MzQ5IDguODQ5ODhDMTQuOTMyNiA5LjExMjkgMTQuOTcyOCA5LjM5MjM2IDE0Ljk1MzEgOS42NzA5MVY5LjY2NDkxTDE0Ljk1NDEgOS42NjM5MVpNMTUuOTQ2NSAxMC4xOTQ5QzE1Ljk5NTUgOC4yMDY5MSAxNC42OTk1IDYuNjUwOTEgMTIuMjM5IDYuNDc2OTFDMTIuMTk2MyA2LjQ3NTYzIDEyLjE1NDMgNi40NjYxIDEyLjExNTYgNi40NDg4OUMxMi4wNzY4IDYuNDMxNjggMTIuMDQyMSA2LjQwNzE1IDEyLjAxMzUgNi4zNzY3N0MxMS45ODQ4IDYuMzQ2MzggMTEuOTYyOSA2LjMxMDc3IDExLjk0OSA2LjI3MjA3QzExLjkzNTEgNi4yMzMzNyAxMS45Mjk1IDYuMTkyMzcgMTEuOTMyNSA2LjE1MTU0QzExLjkzNTUgNi4xMTA3IDExLjk0NzEgNi4wNzA4OCAxMS45NjY2IDYuMDM0NDVDMTEuOTg2MSA1Ljk5ODAxIDEyLjAxMyA1Ljk2NTczIDEyLjA0NTggNS45Mzk1MkMxMi4wNzg3IDUuOTEzMzEgMTIuMTE2NiA1Ljg5MzczIDEyLjE1NzYgNS44ODE5NEMxMi4xOTg1IDUuODcwMTUgMTIuMjQxNCA1Ljg2NjM5IDEyLjI4MzkgNS44NzA5MUgxMi4yODI4SDEyLjMwMDZDMTIuODg0NSA1Ljg3MDg5IDEzLjQ2MjMgNS45ODUyNiAxMy45OTg0IDYuMjA2OTlDMTQuNTM0NSA2LjQyODczIDE1LjAxNzcgNi43NTMxNSAxNS40MTgzIDcuMTYwMzNDMTUuODE4OCA3LjU2NzUyIDE2LjEyODMgOC4wNDg4NyAxNi4zMjc3IDguNTc0ODRDMTYuNTI3MSA5LjEwMDggMTYuNjEyMiA5LjY2MDI4IDE2LjU3NzggMTAuMjE4OUwxNi41Nzg4IDEwLjIwNzlDMTYuNTczMiAxMC4yODU0IDE2LjUzNjkgMTAuMzU3OSAxNi40NzczIDEwLjQxMDZDMTYuNDE3NiAxMC40NjMyIDE2LjMzOTMgMTAuNDkxOSAxNi4yNTgyIDEwLjQ5MDlDMTYuMTc3MSAxMC40ODk5IDE2LjA5OTYgMTAuNDU5MiAxNi4wNDE0IDEwLjQwNUMxNS45ODMyIDEwLjM1MDkgMTUuOTQ4OSAxMC4yNzc1IDE1Ljk0NTQgMTAuMTk5OVYxMC4xOTE5TDE1Ljk0NjUgMTAuMTk0OVpNMTguMjQyMSAxMC44MjM5VjEwLjgyNTlDMTguMjM3OSAxMC45MDM0IDE4LjIwMjkgMTAuOTc2NCAxOC4xNDQzIDExLjAzQzE4LjA4NTcgMTEuMDgzNiAxOC4wMDc5IDExLjExMzcgMTcuOTI2OSAxMS4xMTRDMTcuODQ1OSAxMS4xMTQ0IDE3Ljc2NzggMTEuMDg1MSAxNy43MDg3IDExLjAzMjFDMTcuNjQ5NSAxMC45NzkxIDE3LjYxMzggMTAuOTA2NCAxNy42MDg3IDEwLjgyODlDMTcuNTgzNyA3LjAwNjkxIDE0LjkyMzkgNC45MjU5MSAxMS43MDA2IDQuOTAzOTFDMTEuNjU5MSA0LjkwMzkxIDExLjYxNzkgNC44OTYwNyAxMS41Nzk2IDQuODgwODRDMTEuNTQxMiA0Ljg2NTYxIDExLjUwNjQgNC44NDMzIDExLjQ3NyA0LjgxNTE2QzExLjQ0NzYgNC43ODcwMiAxMS40MjQ0IDQuNzUzNjIgMTEuNDA4NSA0LjcxNjg2QzExLjM5MjYgNC42ODAxIDExLjM4NDQgNC42NDA3IDExLjM4NDQgNC42MDA5MUMxMS4zODQ0IDQuNTYxMTEgMTEuMzkyNiA0LjUyMTcxIDExLjQwODUgNC40ODQ5NUMxMS40MjQ0IDQuNDQ4MTkgMTEuNDQ3NiA0LjQxNDc5IDExLjQ3NyA0LjM4NjY1QzExLjUwNjQgNC4zNTg1MiAxMS41NDEyIDQuMzM2MiAxMS41Nzk2IDQuMzIwOTdDMTEuNjE3OSA0LjMwNTc0IDExLjY1OTEgNC4yOTc5MSAxMS43MDA2IDQuMjk3OTFDMTUuMzEgNC4zMjE5MSAxOC4yMTA4IDYuNzA4OTEgMTguMjQwMSAxMC44MjI5TDE4LjI0MjEgMTAuODIzOVpNMTcuNjk0MyAxNS40MjE5VjE1LjQzMDlDMTcuMTY2MyAxNi4zMjE5IDE2LjE3ODEgMTcuMzA1OSAxNS4xNjA3IDE2Ljk5MTlMMTUuMTUxNCAxNi45Nzc5QzEzLjMzNzUgMTYuMzM4MiAxMS42MzcyIDE1LjQzNDYgMTAuMTEwMyAxNC4yOTg5TDEwLjE1MzEgMTQuMzI4OUM5LjM5MzMyIDEzLjc1MDggOC43MDQwOSAxMy4wOTIzIDguMDk4NDkgMTIuMzY1OUw4LjA3ODY2IDEyLjM0MDlDNy41MzAzMiAxMS42Nzk0IDcuMDQwOTUgMTAuOTc0OSA2LjYxNTcxIDEwLjIzNDlMNi41NzM5NyAxMC4xNTU5QzYuMDcwODUgOS4zNjEwMiA1LjY1MzczIDguNTE4OTkgNS4zMjkxIDcuNjQyOTFMNS4yOTc3OSA3LjU0NDkxQzQuOTcwMTQgNi41Njk5MSA1Ljk5MTcxIDUuNjIyOTEgNi45MjY2NiA1LjExNjkxSDYuOTM2MDVDNy4xMTk5OSA1LjAwNDA3IDcuMzQwODcgNC45NjAxNSA3LjU1NjQ3IDQuOTkzNTRDNy43NzIwNiA1LjAyNjkzIDcuOTY3MjYgNS4xMzUyOSA4LjEwNDc1IDUuMjk3OTFMOC4xMDU3OSA1LjI5OTkxQzguMTA1NzkgNS4yOTk5MSA4LjcxMjA1IDUuOTkyOTEgOC45NzE4OCA2LjMzNTkxQzkuMjE2MDUgNi42NTQ5MSA5LjU0NDc1IDcuMTY1OTEgOS43MTQ4NCA3LjQ1MDkxQzkuODQyOSA3LjY0NTY1IDkuODk1MDIgNy44Nzc1IDkuODYxOTggOC4xMDU1QzkuODI4OTUgOC4zMzM0OSA5LjcxMjg5IDguNTQyOTcgOS41MzQzMSA4LjY5NjkxTDkuNTMzMjcgOC42OTc5MUw4Ljk0Njg0IDkuMTQ3OTFDOC44NTU0IDkuMjMyNDggOC43ODQ3NCA5LjMzNTQ5IDguNzM5OTggOS40NDk0N0M4LjY5NTIzIDkuNTYzNDUgOC42Nzc0OSA5LjY4NTU0IDguNjg4MDUgOS44MDY5MVY5LjgwMzkxQzguOTc4NDMgMTAuNzMxMiA5LjUwMjUxIDExLjU3NTggMTAuMjE0MSAxMi4yNjMxQzEwLjkyNTYgMTIuOTUwNCAxMS44MDI3IDEzLjQ1OTMgMTIuNzY4MSAxMy43NDQ5TDEyLjgxMTkgMTMuNzU1OUMxMi45Mzc5IDEzLjc2NTQgMTMuMDY0NiAxMy43NDgyIDEzLjE4MjkgMTMuNzA1NUMxMy4zMDEyIDEzLjY2MjkgMTMuNDA4MiAxMy41OTU3IDEzLjQ5NjQgMTMuNTA4OUwxMy45NjYgMTIuOTQ2OUMxNC4xMjczIDEyLjc3NSAxNC4zNDcgMTIuNjYzNSAxNC41ODYgMTIuNjMyMkMxNC44MjUgMTIuNjAwOSAxNS4wNjc4IDEyLjY1MTggMTUuMjcxNCAxMi43NzU5TDE1LjI2NzIgMTIuNzczOUMxNi4xMTU1IDEzLjIzNjkgMTYuODQ5MSAxMy43NDU5IDE3LjUxOCAxNC4zMjI5TDE3LjUwNjUgMTQuMzEyOUMxNy42NzYyIDE0LjQ0MjYgMTcuNzg5MSAxNC42Mjg0IDE3LjgyMzEgMTQuODMzOEMxNy44NTcxIDE1LjAzOTIgMTcuODA5NiAxNS4yNDkzIDE3LjY5MDEgMTUuNDIyOUwxNy42OTIyIDE1LjQxOTlMMTcuNjk0MyAxNS40MjE5WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMTQ1XzQ3MzUiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="viber:"] svg,
#kwizbot_widget .block-chats > .list .messengers__icon[href*="viber:"] svg {
  display: none;
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="viber:"]::before,
#kwizbot_widget .block-chats > .list .messengers__icon[href*="viber:"]::before {
  content: "Viber";
}
#kwizbot_widget .block-chats > .list .messengers__svg[href*="//wa.me/"]::before,
#kwizbot_widget .block-chats > .list .messengers__icon[href*="//wa.me/"]::before {
  content: "Whatsapp";
}
#kwizbot_widget .toggle-button {
  width: 56px !important;
  height: 56px !important;
  border-radius: 100px !important;
  background: #277B7B !important;
  padding: 6px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  font-size: 0;
}
#kwizbot_widget .toggle-button .toggle-button__title span:first-child {
  display: none !important;
}
#kwizbot_widget .toggle-button .toggle-button__logo {
  width: 44px !important;
  height: 44px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDJIMjBDMjEuMTAzIDIgMjIgMi44OTcgMjIgNFYxMkMyMiAxMy4xMDMgMjEuMTAzIDE0IDIwIDE0VjZDMjAgNC44OTcgMTkuMTAzIDQgMTggNEg2QzYgMi44OTcgNi44OTcgMiA4IDJaTTYgMThINEMyLjg5NyAxOCAyIDE3LjEwMyAyIDE2VjhDMiA2Ljg5NyAyLjg5NyA2IDQgNkgxNkMxNy4xMDMgNiAxOCA2Ljg5NyAxOCA4VjE2QzE4IDE3LjEwMyAxNy4xMDMgMTggMTYgMThIMTEuMTAxTDYgMjIuMDgxVjE4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") !important;
  background-position: center !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  transition: background-color ease 0.25s;
}
#kwizbot_widget .toggle-button .toggle-button__logo:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.card-gift-title {
  font-style: italic;
}
.card-gift-title::before {
  content: "+";
}
.card-gift-title::after {
  content: "*";
  color: tomato;
}

.gift-comment-block .gift-comment-text {
  font-size: 1.5em;
  font-style: italic;
}
.gift-comment-block .gift-comment-text i:first-of-type::before {
  content: "*";
  color: tomato;
  margin-right: 10px;
  font-size: 2em;
  position: absolute;
  font-weight: bold;
}
.gift-comment-block .gift-comment-text span:first-of-type {
  margin-left: 22px;
}

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