.form-control {
  letter-spacing: 2px;
}

.subnav .cat-icon {
  position: absolute;
  left: calc(.75*var(--padding));
  top: calc(50% - .625*var(--padding));
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: calc(1.25*var(--padding));
  height: calc(1.25*var(--padding));
}

.empty-popup {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.empty-popup p {
  margin-bottom: 1rem;
}

.form-input:after {
  background-repeat: no-repeat;
}

.main-links .menu-icon {
  width: calc(1.5*var(--width-unit));
  height: calc(1.5*var(--width-unit));
  display: inline-block;
  vertical-align: middle;
  margin: -3px 6px 0 0;
}

.block-text .text .list-check {
  list-style: none;
  margin: 0;
}


.product__label--gray {
  background-color: #9a9a9a;
}

.product__label--green {
  background-color: var(--confirmation-700);
}

.product__label--purple {
  background-color: var(--primary-500);
}

.product__label--red {
  color: #fff;
  background-color: var(--error-500);
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
}

.product__label svg {
  fill: none;
  margin-right: 2px;
}

.btn-cart-default {
  position: relative;
  z-index: 1;
}

.btn-cart-default .product__label {
  position: absolute;
  z-index: 2;
  right: -10px;
  top: -19px;
  margin: 0;
}

.btn-cart__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.with-special .price-old {
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
}

.calculator-cols__row .price-new span {
  font-size: 16px;
}

.calculator-cols .slider-wrapper {

  margin-bottom: 0px;
}

.calculator-cols__row .with-special .price-old {

  font-size: 14px;
}

.showhidecomplect.btn.actived {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
}

.showhidecomplect.btn {
  width: calc(100% + (4*var(--padding)));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-left: calc(-2*var(--padding)) !important;
  margin-right: calc(-2*var(--padding)) !important;
  margin-bottom: calc(-2.4*var(--padding)) !important;

  background-color: #98A2B3;
  border-color: #98A2B3;

}

.showhidecomplect .chide {
  /* display: none;  */
}

.showhidecomplect .cshow {
  display: none;
}

.showhidecomplect:hover {}

.showhidecomplect svg {}

.calculator-colcompl {
  border-bottom: 0;
  /* display: none;*/
  padding-top: calc(2*var(--padding));

  border-top: 1px solid var(--greys-200);
}

.calculator-colbtns {
  border-bottom: 0;
  margin-bottom: 0;
}

.advantages-item__title.item-hover,
.installation-item-value {
  transition: all .2s ease-in-out;
}

.advantages-item__title.item-hover:hover,
.advantages-item.active .advantages-item__title,
.installation-item-value:hover,
.installation-item-value.active {
  cursor: pointer;
  color: var(--primary-500);
}

.items-like li>img {
  width: calc(1.25*var(--width-unit));
  height: calc(1.25*var(--width-unit));
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: calc(.5*var(--padding));
}

.slider-installation-adv-nav,
.slider-calculator-adv-nav {
  margin-bottom: calc(2*var(--padding));
}

.slider-installation-adv-nav-few .slider-main-product-nav__slide,
.slider-calculator-adv-nav-few .slider-main-product-nav__slide,
.slider-complect-adv-nav-few .slider-main-product-nav__slide {
  max-height: 64px;
}

.installation-slider .slider-photos__slide,
.calculator-slider .slider-photos__slide,
.complect-slider .slider-photos__slide {
  display: block;
  height: auto;
}

.block-margin-1 {
  margin-bottom: calc(1*var(--padding))
}

.block-margin-1:last-child {
  margin-bottom: 0
}

.block-margin-2 {
  margin-bottom: calc(2*var(--padding))
}

.block-margin-2:last-child {
  margin-bottom: 0
}

.blockquote-block-vertical>.row {
  align-items: center;
  margin: 0 calc(-3*var(--padding));
}

.blockquote-block-vertical>.row>div[class*="col"] {
  padding-left: calc(3*var(--padding));
  padding-right: calc(3*var(--padding));
}

.blockquote-block-vertical .border-block {
  text-align: center;
  border-right: 2px solid #EAECF0;
}

.blockquote-block-vertical .blockquote__author b {
  font-weight: 600;
  color: var(--greys-800);
}

.popup-review {
  padding: calc(3*var(--padding));
  max-width: calc(38*var(--width-unit));
}

.form-review {
  text-align: left;
}

.fancybox-slide--html .popup-review .fancybox-close-small {
  top: 15px;
  right: 15px;
}

#rate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#rate>input~label svg path {
  fill: var(--greys-200);
  color: var(--greys-200);
}

#rate>input:checked~label svg path {
  fill: var(--warning-500);
  color: var(--warning-500);
}

#rate>input:hover~label svg path {
  fill: var(--warning-500);
  color: var(--warning-500);
}

#rate>input:hover {
  cursor: pointer;
}

.swal2-container {
  z-index: 9999999 !important;
}

/* products */
.product__title {
  margin: 0;
  height: auto;
}

.templatedvfg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/*
.catalog .product__title {
    height: calc(2.4 * var(--font-size-xl));
  margin: 0;
}
*/

.product__subtitle {
  color: var(--greys-500);
  font-size: 1rem;
}

.product__tag {
  margin-top: 1rem;
  color: var(--primary-500);
}

.sticker-bottom {
  position: absolute;
  z-index: 2;
  bottom: calc(2.25*var(--padding));
  left: calc(2*var(--padding));
  border-radius: 50px;
  display: flex;
  padding: 3px 8px;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--greys-800);
  background: var(--white);
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
}

.sticker-bottom.product__category_label {
  left: calc(1.25*var(--padding));
  bottom: calc(1.25*var(--padding));
}

.main-product__title.title__new {
  flex-direction: column;
  align-items: flex-start;
}

.main-product__title .title span {
  color: var(--greys-500);
  font-weight: normal;
}

.product__main-tag {
  color: var(--primary-500);
  font-size: 20px;
}

.main-product__block {
  margin-bottom: calc(2*var(--padding));
}

.main-product-text ul {
  list-style: disc;
  padding: 10px 0 10px 40px;
}

.buttonslink1234 {
  margin: -8px
}

.buttonslink1234 .aslink1234 {
  width: 50%;
  padding: 8px;
}

.buttonslink1234 .aslink1234 a.btn {
  width: 100%;
}

.main-product-text .buttons {
  /*  margin-top: calc(2*var(--padding));*/
  display: flex;
  flex-wrap: wrap;

}

.main-product-text .buttons .btn {
  font-size: var(--font-size-sm);
}

.main-product-text .buttons .btn svg {
  fill: none;
}

.complect-item__value {
  text-align: right;
}

.complect-item:before {
  z-index: 1;
}

/* product help block */
.main-product__help {
  background: var(--greys-100);
  padding: var(--padding);
  border-radius: 8px;
}

.main-product__help .title {
  color: var(--greys-800);
  font-weight: 500;
  margin: 0;
}

.main-product__help .title a {
  color: var(--primary-500);
  margin-left: 5px;
}

.main-product__help .description {
  font-size: 16px;
  line-height: 1.4;
}

.main-product__help .description a {
  color: var(--primary-500);
}

.main-product__help .title+.description,
.main-product__help .description+.title {
  margin-top: var(--padding);
}

.main-product__help ul {
  list-style: disc;
  padding: 10px 0 10px 40px;
}

/* simplecheckout */
.summary-info__item span:last-child {
  text-align: right;
}

.selico-33 {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(/image/bgflag.png);
  background-size: cover;
  align-items: center;
  vertical-align: sub;
  margin-right: 6px;
}

.form-check.same-addresscol {
  margin-top: 25px;
  padding-bottom: 10px;
}

.row-shipping_address_address_1+.row-shipping_address_address_2 {
  margin-top: -20px;
}

#agreement_checkboxes+#agreement_warning {
  margin-top: -20px;
  margin-bottom: 20px;
}

.category__text {
  min-height: 101px;
  display: flex;
  align-items: flex-end;
  min-height: 101px;
}

.features-item__icon>img {
  max-width: 30px;
}

.active>.subnav-link {
  color: var(--primary-700);
  background-color: var(--greys-100);
}

.active.subnav-item--full>.subnav-link {
  color: var(--greys-800);
  background-color: var(--confirmation-600);
}

.nav>.nav-item.active>.nav-link {
  color: var(--greys-800);
}

.block-blockquote .text {
  color: var(--greys-800);
}

.block-links {
  border-radius: 8px;
  border: 1px solid var(--primary-500);
  padding: calc(2*var(--padding));
}

.block-links .links-row {
  display: flex;
  flex-wrap: wrap;
}

.block-links .links-row .link-col {
  flex: 1 1 calc(50% - 4*var(--padding));
}

.block-links .links-row .link-col:first-child {
  padding-right: calc(4*var(--padding));
}

.block-links .links-row .link-col:last-child {
  padding-left: calc(4*var(--padding));
  border-left: 1px solid var(--primary-500);
}

.block-links .links-row .link-col .text {
  max-width: 460px;
}


.bbm.blockquote-block-vertical .bb-text {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.main-product-sizes {
  gap: calc(0.5*var(--padding));
}

.main-product-sizes .main-product-sizes__item {
  margin: 0;
  flex-basis: calc(25% - calc(0.5*var(--padding)));
}

.subnav .subnav {
  bottom: calc(3*var(--padding));
}

.calculator-buttons .btn-cart-default:not(.active) .btn {
  background-color: var(--confirmation-600);
  border-color: var(--confirmation-600);
  color: var(--greys-800);
}

.calculator-buttons .btn-cart-default:not(.active) .btn-cart__text {
  border-color: var(--confirmation-600);
}

.calculator-buttons .btn-cart-default:not(.active) .btn:hover {
  background-color: var(--confirmation-700);
}

.features--vertical {
  padding-bottom: calc(2*var(--padding));
}

.features--vertical.align-left .features-item {
  text-align: left;
}

.features--vertical.align-left .features-item__icon {
  margin: 0 0 5px 0;
}

.features--vertical.features .col-12 {
  padding-bottom: calc(1*var(--padding));
}

.features--vertical.features .col-12:last-child {
  padding-bottom: 0;
}

.slider-photos-wrapper .figcaption {
  position: absolute;
  bottom: calc(2*var(--padding));
  left: calc(2*var(--padding));
}

.js-category-images .slider-photos__slide {
  height: unset;
  max-height: 1100px;
}

.section-checkout-sample {
  max-width: 900px;
  margin: 0 auto;
}

.btn-fly {
  position: fixed;
  z-index: 5;
  bottom: calc(3*var(--padding));
  left: calc(3*var(--padding));
  opacity: 0;
}

.btn-fly.active {
  opacity: 1;
}

.samples-item__caption {
  border-top: 1px solid var(--greys-300);
  padding: calc(var(--padding) - 1px) calc(var(--padding) - 1px) calc(var(--padding) - 1px) calc(var(--padding) - 1px);
}

.samples-item.active .samples-item__caption {
  background: var(--primary-50);
}

.samples-item__title {
  position: unset;
  padding: 0;
  border-top: none;
  color: var(--primary-800);
  font-size: 12px;
}

.samples-item.active .samples-item__title {
  background: transparent;
}

.samples-item__title:before,
.samples-item__title:after {
  left: var(--padding);
  top: var(--padding);
  bottom: unset;
}

.samples-item__caption .product__tag {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.samples-item.hover-image:hover .samples-item__image img:not(.hover-thumb) {
  opacity: 0;
  transform: none;
  transition: all 0.35s ease;
}

.samples-item__image img.hover-thumb {
  position: absolute;
  right: -35%;
  bottom: -35%;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  scale: 0.7;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.35s ease;
}

.samples-item.hover-image:hover .samples-item__image img.hover-thumb {
  right: 0;
  bottom: 0;
  scale: 0.9;
}


@media screen and (min-width: 992px) {
  .ba-l img {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }

  .ba-r img {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }

  .trq {
    text-align: left;
    padding-left: 30px;
  }

  .hidden-last .row div[class*="col"]:nth-child(5),
  .hidden-last .row div[class*="col"]:nth-child(6) {
    display: none;
  }

  .bb-image .block-blockquote__author {
    display: none;
  }

  .bbm {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {

  .buttonslink1234 .aslink1234 {
    width: 100%;
  }

  .blockquote-block-vertical>.row>div[class*="col"] {
    padding-left: calc(2*var(--padding));
    padding-right: calc(2*var(--padding));
  }

  .block-text .col-image {
    margin-bottom: calc(3*var(--padding));
    padding-bottom: calc(.5*var(--padding))
  }

  .bbm.block-blockquote {
    padding: calc(2*var(--padding));
  }

  .block-blockquote .bb-image {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .block-blockquote .bb-text .block-blockquote__author {
    display: none;
  }

  .block-blockquote .bb-image .blockquote__author {
    border-radius: 10px;
    overflow: hidden;
  }

  .block-blockquote .bb-image .blockquote__author>img {
    max-width: 150px;
    max-height: 150px;

  }

  .bbm.blockquote-block-vertical>.row {
    margin-bottom: 0;
    flex-direction: column-reverse;
    margin: 0 calc(-1*var(--padding))
  }
}

.isosncat .materials-item__info {
  background: none;
  color: var(--greys-200);
  box-shadow: none;
  font-weight: 400;
  padding: 0;
}

.isosncat .materials-item__info img {
  display: none;
}

.isosncat .materials-item {
  height: auto;
  min-height: 400px;
}

.citylinks {}

.citylinks a {
  color: var(--Primary-500, #7A9BFF);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-right: 10px;
}

.citylinks a.active {
  font-weight: 900;
  text-decoration: underline;
}

.sectioncity .title {
  /* font-size: 20px;*/
  font-weight: 500;
  line-height: 28px;
}

.textcity {
  margin-top: 50px;
  color: var(--Greys-500, #667085);
  font-family: CoFo Sans VF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

}

.textcity p {
  margin-bottom: 1px;

}

.textcity h1,
h2 {
  /*font-size: 20px !important;*/
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 28px;
}

.textcity ul {
  list-style: disc;
  padding: 10px 0 10px 40px;
}

.product__content .product__prices {
  position: absolute;
  left: calc(1.25*var(--padding));
  bottom: calc(1.25*var(--padding));

}

.sample_body {
  display: flex;
}

.popup-sample {
  display: none;
  padding: 0;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  border-radius: var(--border-radius);

}

.popup-sample .fancybox-close-small {
  display: none;
}

.prodsamplecard {
  max-width: 200px;
  margin: 40px auto;
}

.sampleleft {
  background: #ebecf1;
  width: 35%;
}

.samplebtns {
  display: flex;
  flex-direction: column;
}

.sampleright {
  width: 65%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.sample_body .description {
  font-size: 14px;
  margin-bottom: 20px;

}

.guide-product__title2 {
  color: #7A9BFF;

}

.captioncolors.custom-caption {}

.captioncolors.custom-caption img {
  margin-right: 10px;

}

.popup-cart__help {}

.popup-cart__helpwrap {
  background: #F2F4F7;
  border-radius: 8px;
  padding: 24px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-cart__helptext {
  color: #222A34;
  font-size: 12px;
}

.popup-cart__helpwrap a {
  flex-shrink: 0;

}

.simpleradio {}

.simpleradio label img {
  margin-right: 12px;
  width: 42px;
  flex-shrink: 0;
}

.simpleradio label {
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  background: #FFF;
  width: 100%;
  padding: 18px 16px;
  display: flex;
  margin-bottom: 15px;
  position: relative;

  align-items: center;
}

.simpleradio input {
  display: none;
}

.simpleradio label .descrip {}

.simpleradio label .descrip p {
  color: #384150;
  line-height: 18px;

  font-size: 18px;
  font-weight: 500;
}

.simpleradio label .descrip span {
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.simpleradio label .labelpoint {
  position: absolute;
  border: 1px solid #cdcdce;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.simpleradio input:checked+label {
  border: 1px solid #A6BCFF;
  background: #F2F5FF;
}

.simpleradio input:checked+label .labelpoint {
  background: #7A9BFF;
  border: 1px solid #7A9BFF;
}

.simpleradio input:checked+label .labelpoint:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M8.33464 2.5L3.7513 7.08333L1.66797 5' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.custom-caption.samplecustom-caption {
  display: inline-flex;
  align-items: center;

}

.custom-caption.samplecustom-caption img {
  margin-right: 10px;
  border-radius: 0;

}



@media screen and (max-width: 767px) {
  .showhidecomplect.btn {
    width: calc(100% + (2*var(--padding)));
    margin-left: calc(-1*var(--padding)) !important;
    margin-right: calc(-1*var(--padding)) !important;
    margin-bottom: calc(-1*var(--padding)) !important;
    border-radius: 4px;
  }

  .main-product-text ul {
    padding: 10px 0 10px 15px
  }

  .popup-cart__helpwrap {

    flex-direction: column;
    align-items: flex-start;

  }

  .popup-cart__helpwrap a {
    margin-top: 15px;
  }

  .popup-sample .fancybox-close-small {
    display: block;
    top: 13px;
    right: 13px;
  }

  .sample_body {
    flex-direction: column;

  }

  .sampleright,
  .sampleleft {
    width: 100%;
  }

  .product__content .product__prices {

    left: calc(0.5*var(--padding));

  }


  .attribute-section .info-block {
    padding: calc(2*var(--padding));
  }

  .complect-item__value {
    text-align: left;
  }

  .block-blockquote {
    padding: calc(3*var(--padding));
  }

  .blockquote-block-vertical>.row {
    flex-direction: column-reverse;
  }

  .blockquote-block-vertical>.row>div[class*="col"] {
    padding-left: calc(1*var(--padding));
    padding-right: calc(1*var(--padding));
  }

  .bbm.blockquote-block-vertical>.row>div[class*="col"] {
    padding-left: 0;
    padding-right: 0;
  }

  .blockquote__author {
    display: flex;
    gap: 30px;
    text-align: left;
  }

  .blockquote-block-vertical .border-block {
    border-right: none;
    border-top: 2px solid #EAECF0;
    padding-top: calc(3*var(--padding));
  }

  .category__text {}

  .blockquote-text {
    padding-bottom: calc(3*var(--padding));
  }

  .block-links .links-row .link-col {
    flex: 1 1 100%;
  }

  .block-links .links-row .link-col:first-child {
    padding-right: 0;
    padding-bottom: calc(2*var(--padding));
  }

  .block-links .links-row .link-col:last-child {
    padding-left: 0;
    border-left: none;
    padding-top: calc(2*var(--padding));
    border-top: 1px solid var(--primary-500);
  }

  .block-links .text {
    margin-bottom: var(--padding);
  }

  .btn-fly {
    bottom: var(--padding);
    left: var(--padding);
  }


  .isosncat .materials-item {
    height: auto;
    min-height: 280px;
  }

}

/* price calculator template */
.pc_template .product__prices {
  position: unset;
  border-top: 1px solid var(--greys-300);
  padding-right: 0;
  padding-top: 10px;
  margin-top: 10px;
}

.pc_template .products-item__price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.pc_template .product__tag {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 12px;
  font-weight: 500;
}

.pc_template .product__title {
  font-size: 20px;
}

.product__price-notice {
  font-size: 10px;
  font-weight: 400;
  color: var(--greys-500);
}

.pc_template .product__prices--old {
  position: unset;
}

.section-advantages__left .text {
  margin-bottom: 10px;
}

.cart-item__text__screw {
  display: grid;
  grid-template-columns: 2fr auto 2fr auto;
  align-items: baseline;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  max-width: 350px;
  margin-bottom: calc(.5* var(--padding));
}

.cart-item__text__screw span:first-child {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  width: fit-content;
  color: var(--greys-500);
  background-color: #fff;
  padding-right: 5px;
  z-index: 1;
}

.cart-item__text__screw span:last-child {
  display: flex;
  grid-column: 3 / 5;
  grid-row: 1;
  color: var(--greys-500);
  font-weight: 500;
  padding-left: 5px;
}

.cart-item__text__screw .linear {
  grid-column: 1 / 3;
  grid-row: 1;
  white-space: nowrap;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted var(--greys-400);
}

.main-product__form .flex-option {
  display: flex;
  justify-content: space-between;
  gap: var(--padding) calc(2* var(--padding));
}

.main-product__form .flex-option .flex-col-option:first-child {
  flex: 1 1 100%;
}

.main-product__form .flex-option .flex-col-option:last-child {
  /*flex: 1 1 200px;*/
}

.main-product__form .flex-option .text-opt-price {
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 2;
}

.opt-square b {
  color: var(--greys-700);
}

.text-opt-volume .old-price {
  display: block;
  line-height: 1;
  margin-top: -11px;
  text-decoration: line-through;
  font-size: 12px;
}