@font-face {
  font-family: 'Sero Pro';
  src: local('Sero Pro Regular'), local('Sero-Pro-Regular'),
  url('../fonts/SeroPro/SeroPro.woff2') format('woff2'),
  url('../fonts/SeroPro/SeroPro.woff') format('woff'),
  url('../fonts/SeroPro/SeroPro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sero Pro';
  src: local('Sero Pro Medium'), local('Sero-Pro-Medium'),
  url('../fonts/SeroPro-Medium/SeroPro-Medium.woff2') format('woff2'),
  url('../fonts/SeroPro-Medium/SeroPro-Medium.woff') format('woff'),
  url('../fonts/SeroPro-Medium/SeroPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.toolbar-tray-open.toolbar-horizontal .header.fixed {
  top: 92px;
}

.page-wrapper {
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.page-wrapper.open {
  height: calc(100vh - 1px);
  overflow: hidden;
}

.header {
  background: #F2F2F2;
  border-radius: 0 0 1.25rem 1.25rem;
  filter: drop-shadow(2px .25rem .25rem rgba(0, 0, 0, 0.15));
}
.header.open {
  align-items: start;
  background: #fff;
  border-radius: 0.625rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  gap: 2rem;
  left: 0;
  overflow: hidden;
  padding: 1.875rem 1.25rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-top {
  background: #f2f2f2;
}

.header.open .header-top {
  background: none;
  order: 2;
  width: 100%;
}
.header.open .header-top .container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.block-header-top {
  width: 100%;
}
.block-header-top .block__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header.open .block-header-top .block__content {
  flex-wrap: wrap;
  justify-content: start;
  gap: 1rem 3rem;
}
.block-header-top .header-item,
.block-header-top .header-item * {
  font-family: Raleway, sans-serif;
  font-size: .625rem;
  font-weight: 400;
  line-height: 13px;
}
.block-header-top .header-phone a {
  font-family: Sero Pro, sans-serif;
}
.header.open .block-header-top .header-item,
.header.open .block-header-top .header-item * {
  font-size: .75rem;
  line-height: 1rem;
}
.block-header-top .header-adress {
  padding: 3px 1.25rem;
  text-align: center;
  width: 100%;
}
.header.open .block-header-top .header-adress {
  align-items: center;
  background: url(../images/icons/icon-adress-mobile.svg) no-repeat 0 50%;
  background-size: 23px;
  display: flex;
  flex: 0 0 calc(100% - 35px);
  min-height: 23px;
  order: 4;
  padding: 0 0 0 35px;
  text-align: left;
}
.block-header-top .header-email,
.block-header-top .header-time,
.block-header-top .header-whatsapp,
.block-header-top .header-phone,
.block-header-top .header-call {
  display: none;
}
.block-header-top .header-email span {
  display: none;
}
.header.open .block-header-top .header-email {
  display: block;
  flex: 0 0 100%;
  order: 5;
}
.header.open .block-header-top .header-email span {
  display: block;
  font-family: Sero Pro, sans-serif;
  font-size: .875rem;
  line-height: 1.125rem;
}
.header.open .block-header-top .header-email a {
  font-size: 1.125rem;
  line-height: 21px;
}
.header.open .block-header-top .header-time {
  align-items: center;
  background: url(../images/icons/icon-time-mobile.svg) no-repeat 0 50%;
  background-size: 23px;
  display: flex;
  flex: 0 0 calc(100% - 35px);
  min-height: 23px;
  order: 3;
  padding-left: 35px;
}
.header.open .block-header-top .header-whatsapp {
  display: block;
  order: 1;
}
.header.open .block-header-top .header-phone {
  display: block;
  order: 0;
}
.header.open .block-header-top .header-phone a {
  color: #000;
  font-family: Sero Pro, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
}
.header.open .block-header-top .header-call {
  display: block;
  flex: 0 0 100%;
  order: 2;
}
.header.open .block-header-top .header-call .button-white {
  border-color: #000;
  color: #000;
  line-height: 1rem;
}
.whatsapp {
  background: url(../images/icons/icon-whatsapp.svg) no-repeat 50%;
  background-size: cover;
  display: block;
  height: 1.25rem;
  padding: 0 !important;
  width: 1.25rem;
}
.header.open .whatsapp {
  height: 2rem;
  width: 2rem;
}

.header.open .header-wrapper {
  order: 0;
}

.block-brending {
  order: 1;
  padding: 7px 0 7px 1.25rem;
}
.header.open .block-brending {
  padding: 0;
}
.logo {
  max-width: 170px;
}
.site-name {
  font-family: Raleway, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
  max-width: 200px;
  text-transform: uppercase;
}
.site-slogan {
  display: none;
}
.header.open .site-slogan {
  display: block;
  max-width: 270px;
  order: 10;
}

.header.open .block-cart {
  display: none;
}
.block-cart .block__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.header.open .block-cart .block__content {
  align-items: start;
  flex-direction: column;
  gap: 5px;
}
.block-cart .header-item {
  order: 1;
}
.block-cart .header-phone {
  align-items: end;
  display: flex;
  gap: .625rem;
}
.header.open .block-cart .header-phone {
  align-items: start;
  gap: 3rem;
}
.block-cart .header-email,
.block-cart .header-call {
  display: none;
}
.header.open .block-cart .header-call {
  display: block;
}
.block-cart .header-item a {
  color: #fff;
}
.header.open .block-cart .header-item a {
  color: #000;
  font-size: 25px;
  line-height: 33px;
}
.block-cart .cart--cart-block {
  order: 3;
}
.header.open .block-cart .cart--cart-block {
  display: none;
}
.cart-block--link__expand {
  background: url(../images/icons/icon-cart.svg) no-repeat 50% 100%;
  display: block;
  height: 29px;
  position: relative;
  width: 28px;
}
.cart-block--summary__count {
  background: #0249A3;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: Sero Pro, sans-serif;
  font-size: 6.494px;
  font-weight: 700;
  height: .75rem;
  line-height: .875rem;
  position: absolute;
  right: 5px;
  text-align: center;
  white-space: nowrap;
  width: .75rem;
}
.cart-block--summary__total {
  color: #16243F;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125rem;
}
.cart-block--contents {
  background: #fff;
  border: 1px solid #1345A6;
  box-shadow: 0.75rem 0.75rem 1.75rem rgba(13, 26, 49, 0.12);
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  width: 100%;
  z-index: 999;
}
.cart-block--contents:before {
  background: #fff;
  border-right: 1px solid #1345A6;
  border-top: 1px solid #1345A6;
  content: "";
  height: .625rem;
  position: absolute;
  right: 83px;
  top: -6px;
  transform: rotate(-45deg);
  width: .625rem;
  z-index: 1009;
}

.menu-btn {
  align-items: center;
  color: #535357;
  cursor: pointer;
  display: flex;
  font-family: Raleway, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  gap: 5px;
  line-height: 1.125rem;
  order: 5;
  padding-right: .75rem;
}
.header.open .menu-btn {
  display: none;
}

.calculator {
  display: none;
}

.region-menu {
  display: none;
}
.header.open .region-menu {
  display: block;
  order: 1;
  overflow-y: auto;
}
.region-menu .container {
  align-items: center;
  flex-wrap: nowrap;
  gap: 45px;
}
.header.open .region-menu .container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.block-spbitovka-main-menu {
  position: relative;
  width: 100%;
}
.block-spbitovka-main-menu .menu--level-1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
.block-spbitovka-main-menu .menu--level-1 li {

}
.block-spbitovka-main-menu .menu--level-1 li a {
  align-items: center;
  color: #000;
  display: flex;
  gap: 26px;
  font-family: Sero Pro, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}
.block-spbitovka-main-menu .menu--level-1 li a:hover {
  color: #0249A3;
}
.block-spbitovka-main-menu .menu__item--has-children > a:after {
  background: url(../images/icons/icon-collapsed.svg) no-repeat 50%;
  content: "";
  display: block;
  height: .5rem;
  width: .875rem;
  transform: rotate(0);
  transition: transform .3s;
}
.block-spbitovka-main-menu .expanded > a:after {
  transform: rotate(180deg);
  transition: transform .3s;
}
.block-spbitovka-main-menu .menu--level-1 li ul {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin: 1.25rem 0 .25rem 1rem;
}
.block-spbitovka-main-menu .menu--level-1 li ul span {
  display: none;
}
.block-spbitovka-main-menu .menu--level-1 li.menu__item--has-children ul {
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: height 3s;
}
.block-spbitovka-main-menu .menu--level-1 li.expanded > ul {
  height: auto;
  margin: 1.25rem 0 .25rem 1rem;
}
.block-spbitovka-main-menu .menu--level-1 li ul li {

}
.block-spbitovka-main-menu .menu--level-1 li ul li a {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.block-spbitovka-main-menu .menu--level-1 li ul li a:hover {

}
.block-spbitovka-main-menu .menu--level-1 li ul li ul,
.block-spbitovka-main-menu .menu--level-1 li ul li.expanded > ul {
  margin: 1rem 0 1rem 1rem;
}
.block-spbitovka-main-menu .menu--level-1 li ul li ul li a {
  color: #535357;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.block-search {
  order: 0;
}
.header.open .block-search {
  display: none;
}
.block-search.open {
  background: #F2F2F2;
  border-radius: 50px;
  height: 100%;
  position: absolute;
  transition: width 1s;
  width: 100%;
  z-index: 99;
}
.block-search form {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.block-search .form-item-search {
  flex-grow: 1;
  position: relative;
}
.block-search .form-item-search {

}
.block-search .form-item-search label {
  background: url(../images/icons/icon-search.svg) no-repeat 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1.25rem;
  width: 1.25rem;
}
.block-search .form-item-search input {
  background: none;/* url("../images/icon-search.svg") no-repeat 22px 50%;*/
  border: none;
  box-shadow: none;
  border-radius: 50px;
  height: 100%;
  left: 0;
  position: absolute;
  padding: 0;
  top: 0;
  transition: width 1s;
  width: 0;
}
.block-search.open .form-item-search label {
  opacity: 0;
}
.block-search.open .form-item-search input {
  padding: 0 .5rem;
  width: calc(100% - 1rem);
}
.block-search .form-item-sort-bef-combine {
  display: none;
}
.block-search .form-actions {
  margin: 0 0.25rem 0 0;
}
.block-search .form-actions .button {
  background: #0249A3;
  border-radius: 50%;
  display: none;
  font-size: 0;
  height: 1.25rem;
  padding: 0;
  width: 1.25rem;
}
.block-search.open .form-actions .button {
  display: block;
}


.block-open-menu .open-menu {
  background: #1345A6 url(../images/icon-menu-collapsed-white.svg) no-repeat 86% 50%;
  padding: 0 2.5rem 0 1rem;
  justify-content: start;
  width: calc(100% - 56px);
}
.block-open-menu .open-menu.expanded {
  background: #1345A6 url(../images/icon-close.svg) no-repeat 86% 49%;
}

.close {
  display: none;
}
.header.open .close,
.sidebar.open .close {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 34px;
  z-index: 99999;
}

.sidebar.open .close {
  right: 2.5rem;
}

.content-top {
  margin-top: 5px;
}
.block-link-calc {
  background: url(../images/bg-block-calc--mobile.jpg) no-repeat 50%;
  background-size: cover;
  border-radius: 1.25rem;
  box-sizing: border-box;
  height: 480px;
  padding: 1.25rem 0;
}
.block-link-calc .container {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.block.block-link-calc .block__title {
  color: #FFF;
  font-family: Sero Pro, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 2.5rem;
  text-shadow: 0 .25rem .25rem rgba(0, 0, 0, 0.25);
}
.block-link-calc .block__content {
  text-align: center;
}

.layout-container > .block {
  padding: 1.875rem 0;
  width: 100%;
}
.block .block__title {
  font-family: Sero Pro, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  margin: 0 0 1rem;
}

.path-frontpage .block-spbitovka-content {
  padding: 1.25rem 0 0;
}
.view-front .view-content,
.view-menu-1level .view-content {
  background: #0B4B99;
  border-radius: .625rem;
  display: flex;
  flex-direction: column;
  padding: .5rem 0;
}
.view-front .views-row,
.view-menu-1level .views-row {
  align-items: center;
  border-radius: .625rem;
  box-sizing: border-box;
  color: #fff;
  display: flex !important;
  font-family: Raleway, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  gap: .5rem;
  line-height: 11px;
  padding: .5rem 1.5rem;
  position: relative;
}
.view-front .views-row:hover,
.view-menu-1level .views-row:hover {
  background: rgba(242, 242, 242, 0.40);
  color: #fff;
}
.view-front .views-row svg,
.view-menu-1level .views-row svg {
  height: 1.25rem;
  width: 1.25rem;
}
.view-front .views-row svg path,
.view-menu-1level .views-row svg path {
  fill: #fff;
}
.view-front .slick-center svg path {
  fill: #2E323D;
}
.view-front .views-row:hover svg path,
.view-menu-1level .views-row:hover svg path {
  fill: #fff;
}
.view-front a,
.view-menu-1level a {
  display: block;
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.block-webform-order-call {
}
.block-webform-order-call2 {
  background: url(../images/bg-block-order-call.jpg) no-repeat 0 100%;
  background-size: cover;
  border-radius: .625rem;
  width: 100%;
}
.block-webform-order-call .block__content,
.block-webform-order-call2 .block__content {
  background: url(../images/bg-block-order-call--mobile.jpg) no-repeat 50%;
  background-size: cover;
  border-radius: .625rem;
  display: flex;
}
.block-webform-order-call2 .webform-ajax-form-wrapper {
  width: 100%;
}
.block-webform-order-call form,
.block-webform-order-call2 form {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 432px;
  gap: .625rem;
  padding: 1.25rem;
  width: 100%;
}
.block-webform-order-call .form-item,
.block-webform-order-call2 .form-item {
  margin: 0 auto;
  max-width: 100%;
}
.block-webform-order-call2 .form-item {
  max-width: 210px;
}
.block-webform-order-call .webform-header,
.block-webform-order-call2 .webform-header {
  max-width: 100%;
  text-align: center;
}
.block-webform-order-call .form-title,
.block-webform-order-call2 .form-title {
  font-family: Sero Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 5px;
}
.block-webform-order-call2 .form-title {
  margin: 0 0 5px;
}
.block-webform-order-call .form-subtitle,
.block-webform-order-call2 .form-subtitle {
  font-size: .875rem;
  line-height: 15px;
}
.block-webform-order-call2 .form-subtitle {

}
.block-webform-order-call .form-item-name,
.block-webform-order-call2 .form-item-name {

}
.block-webform-order-call2 .form-item-name input {

}
.block-webform-order-call .form-item-phone,
.block-webform-order-call2 .form-item-phone {}

.block-webform-order-call2 input[type="text"] {
  color: #2E323D;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1;
  max-width: 100%;
  padding: 0.325rem 0;
  width: 100%;
}
.block-webform-order-call .form-actions,
.block-webform-order-call2 .form-actions {
  margin: 0 auto;
  max-width: calc(100% - 2rem);
  width: 100%;
}
.block-webform-order-call2 .form-actions {
  max-width: 166px;
}
.block-webform-order-call .button,
.block-webform-order-call2 .button {
  box-sizing: border-box;
  width: 100%;
}
.block-webform-order-call2 .button {
  font-size: .75rem;
  padding: .5rem 1.25rem .25rem 1.25rem;
}


.content-after {
  padding: 1.875rem 0;
}
.content-below {
  padding: 1.875rem 0;
}

.block-blockquote {
  flex: 0 0 100%;
  padding: 3.75rem 0;
}
.block-blockquote .block__content {
  padding: 1.5rem 1.5rem 1.5rem 2.75rem;
  position: relative;
}
.block-blockquote .block__content:before,
.block-blockquote .block__content:after {
  background: url("../images/icons/icon-blockquote.svg") no-repeat 0 50%;
  content: "";
  height: 78px;
  position: absolute;
  width: 34px;
}
.block-blockquote .block__content:before {
  transform: rotate(180deg);
  left: 0;
  top: 0;
}
.block-blockquote .block__content:after {
  bottom: 0;
  right: 0;
}
.block-blockquote .block__content * {
  font-size: .875rem;
  line-height: 1.125rem;
}


.view-header .block-search .form-item-search {
  display: none;
}
.view-header .block-search .form-actions {
  display: none;
}

.ui-widget.ui-widget-content {
  background: #fff;
  border: none;
  border-radius: 1.25rem;
  box-shadow: .75rem .75rem 1.75rem rgba(13, 26, 49, 0.12);
  max-width: calc(100% - 32px);
  padding: 0;
  /*display: block !important;*/
  z-index: 999 !important;
}
.ui-dialog .ui-dialog-titlebar {
  background: #fff;
  border: none;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 1.25rem 1.5rem;
}
.ui-dialog .ui-dialog-titlebar:before,
.ui-dialog .ui-dialog-titlebar:after {
  content: none;
}
.ui-dialog .ui-dialog-title {
  color: #000;
  float: none;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: url("../images/icons/icon-close-popup.svg") no-repeat 50%;
  background-size: cover;
  border: none;
  display: block;
  height: 21px;
  margin: 0;
  padding: 0;
  right: 1.5rem;
  top: 1.25rem;
  width: 21px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Asap', sans-serif;
}
.webform-submission-form {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1rem 1.5rem 1.25rem;
}
.ui-dialog .webform-submission-form {
  margin: 0;
}
.js-form-type-processed-text {
  margin: 0 0 .5rem;
}
.webform-submission-form .views-element-container {

}
.ui-widget.add-to-cart-popup {
  box-shadow: 0.75rem 0.75rem 1.75rem rgba(13, 26, 49, 0.12);
  left: 1rem !important;
  margin: 0;
  min-height: 1.25rem;
  padding: 1.5rem;
  right: 1rem;
  top: 1rem !important;
}
.add-to-cart-popup .ui-dialog-titlebar {
  display: none;
}
.add-to-cart-popup .ui-dialog-content {
  min-height: 1.25rem !important;
}
.ui-widget.add-to-cart-popup + .ui-widget-overlay {
  background: none;
}

.view-product-preorder--desc * {
  color: #16243F;
  font-family: 'Asap', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.view-product-preorder {}
.view-product-preorder .view-content {
  border: 1px solid rgba(19, 69, 166, 0.3);
  padding: .75rem;
}
.view-product-preorder .views-row {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  position: relative;
}
.view-product-preorder .product-row-content {

}
.view-product-preorder .product-sku {
  color: #1345A6;
  font-weight: 700;
  font-size: .75rem;
  line-height: .875rem;
  margin: 0 0 .25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.view-product-preorder .product-title {

}
.view-product-preorder .product-title a {
  color: #16243F;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125rem;
}
.webform-submission-form .form-item-quantity {
  position: relative;
}
.webform-submission-form .form-item-quantity input {
  text-align: center;
}

.webform-submission-form .form-item-quantity .number-minus,
.webform-submission-form .form-item-quantity .number-plus {
  color: #1345A6;
  cursor: pointer;
  font-size: 1.5rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - 9px);
}
.webform-submission-form .form-item-quantity .number-plus {
  left: calc(100% - 1.625rem);
}

.ui-dialog .webform-submission-form .form-actions {
  display: none;
}
.ui-dialog .ui-dialog-buttonpane {
  background: none;
  border: none;
  margin: 0;
  padding: 0 1.5rem 1.25rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane button {
  border: 1px solid #0249A3;
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  width: 320px;
}
.ui-dialog .webform-confirmation-modal--content {
  padding: 1.25rem 1.5rem;
}
.ui-dialog .webform-confirmation-modal--content * {
  color: #0249A3;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
.ui-dialog .webform-confirmation-modal--content .button {
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 auto;
  width: 120px;
  padding: .5rem 2rem;
}
.ui-dialog .webform-confirmation-modal--content .button:focus {
  background: #0249A3;
  color: #fff;
}
.ui-dialog .webform-confirmation-modal--content .button:hover {
  background: #fff;
  color: #0249A3;
}
.webform-confirmation__back {
  display: none;
}

.search-api-autocomplete-search .ui-menu-item {
  display: block;
  overflow: hidden;
  position: relative;
}
.search-api-autocomplete-search .ui-menu-item:hover {
  background: none;
}
.search-api-autocomplete-search .ui-menu-item:after {
  background: #1345A6;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.search-api-autocomplete-search .ui-menu-item:last-child:after {
  content: none;
}
.search-api-autocomplete-search .ui-menu-item a,
.search-api-autocomplete-search .ui-menu-item a.ui-menu-item-wrapper {
  background: none !important;
  color: #16243F;
  display: block;
  flex: 0 0 45px;
}
.search-api-autocomplete-search .ui-menu-item a.ui-menu-item-wrapper:hover {
  color: #16243F;
}
.product-search_result {
  align-items: center;
  display: flex;
  gap: .75rem;
  padding: .75rem;
}
.product-search_result .field--name-field-image {
  flex: 0 0 56px;
  width: 56px;
}
.product-search_result .product-row-content {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.product-search_result .product-sku {
  color: #1345A6;
  font-weight: 400;
  font-size: .75rem;
  line-height: .875rem;
}
.product-search_result .product-title {
  color: #16243F;
  font-size: 1rem;
  line-height: 1.125rem;
}
.product-search_result .product-price {
  display: flex;
  flex-direction: column-reverse;
  gap: .25rem;
  margin: 0 0 0 auto;
}
.product-search_result .field--name-price {
  color: #16243F;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.product-search_result .field--name-list-price {
  color: #EB5757;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-align: right;
  text-decoration-line: line-through;
}
.product-search_result .view-details {
  color: #1345A6 !important;
  margin: 0 0 0 auto;
  text-align: center;
}


.view-commerce-cart-block {

}
.view-commerce-cart-block .view-content {

}
.view-commerce-cart-block .views-row {
  align-items: center;
  border-bottom: 1px solid #1345A6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem;
  padding: .75rem 1rem .75rem .75rem;
}
.view-commerce-cart-block .views-row:last-child {
  border-bottom: none;
}
.view-commerce-cart-block .row-header {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
.view-commerce-cart-block .views-field-product_photo {
  width: 56px;
}
.view-commerce-cart-block .views-field-sku {
  color: #1345A6;
  font-size: .75rem;
  font-weight: 400;
  line-height: .875rem;
  margin: 0 0 .25rem;
}
.view-commerce-cart-block .row-header-right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.view-commerce-cart-block .views-field-title {
  flex: 0 0 100%;
}
.view-commerce-cart-block .views-field-title a {
  color: #16243F;
  font-size: 1rem;
  line-height: 1.125rem;
}
.view-commerce-cart-block .views-field-total-price__number {
  color: #16243F;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.views-field-edit-quantity .form-item {
  background: #F6F7FA;
  display: flex;
  gap: 6px;
  padding: .875rem;
}
.views-field-edit-quantity .number-minus,
.views-field-edit-quantity .number-plus {
  color: #1345A6;
  cursor: pointer;
  flex: 0 0 .5rem;
  height: 3px;
}
.views-field-edit-quantity input {
  align-items: center;
  background: #F6F7FA;
  border: none;
  color: #16243F;
  display: flex;
  font-weight: 500;
  font-size: 1rem;
  height: 100%;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  text-indent: 0;
  width: 2.5rem;
}
.view-commerce-cart-block .form-actions {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
.view-commerce-cart-block .form-actions .continue-shopping {
  white-space: nowrap;
}
.view-commerce-cart-block .form-actions .button {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
}


.layout-main-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}

.block-menu-wrapper {
  display: none;
}
.block-menu-wrapper.open {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.block-catalog-menu .menu {}
.block-catalog-menu .menu li {
  border-bottom: 1px solid #1345A6;
  padding: 1.5rem 0 3px;
}
.block-catalog-menu .menu li.menu__item--has-children > a:after {
  background: url("../images/icon-menu-collapsed.svg") no-repeat 50%;
  content: '';
  display: block;
  height: 1rem;
  width: 1rem;
}
.block-catalog-menu .menu li.menu__item--has-children.menu__item--active-trail > a:after,
.block-catalog-menu .menu li.menu__item--expanded {
  margin-right: 2rem;
  transform: rotate(180deg);
}
.block-catalog-menu .menu li a {
  align-items: center;
  color: #16243F;
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: .1px;
  line-height: 21px;
  margin: 0 0 1rem;
  text-decoration: none;
}
.block-catalog-menu .menu li a:hover {
}
.block-catalog-menu .menu li ul {
  display: none;
  margin: 0 0 1rem .75rem;
}
.block-catalog-menu .menu li.menu__item--active-trail > ul {
  display: inherit;
}
.block-catalog-menu .menu li ul li {
  border: none;
  padding: 0;
}
.block-catalog-menu .menu li ul li a {
  color: #1345A6;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125rem;
  margin: 0;
  padding: .5rem .75rem;
}
.block-catalog-menu .menu li ul li a.is-active {
  color: var(--Dark-Blue, #16243F);
  background: rgba(19, 69, 166, 0.30);
  padding: .5rem 1.5rem;
  transition: padding 0.3s;
}
.block-catalog-menu .menu li ul li a:hover {
  background: var(--Light-Gray-BG, #F6F7FA);
  padding: .5rem 1.5rem;
  transition: padding 0.3s;
}
.block-menu-main {
  margin: 2rem 0 0;
}
.block-menu-main .menu {}
.block-menu-main .menu li {
  margin: 0 0 .5rem;
}
.block-menu-main .menu li a {
  font-size: 1rem;
  line-height: 1.125rem;
}
.block-menu-main .menu li a:hover {
  color: #1345A6;
  opacity: .8;
}

.main-content {
  display: flex;
  flex: 0 0 100%;
  flex-direction: row-reverse;
  gap: 1.25rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.breadcrumbs {
  display: flex;
  margin: 1.25rem 0 0 0;
}
.path-frontpage .breadcrumbs {
  display: none;
}
.breadcrumb-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .5rem;
}
.breadcrumb-list li {}
.breadcrumb-list li a,
.breadcrumb-list li span {
  align-items: center;
  color: #0249A3;
  display: flex;
  font-family: Sero Pro, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  gap: .5rem;
  line-height: 1.125rem;
  text-decoration: none;
}
.breadcrumb-list li span span {
  color: #16243F;
}
.breadcrumb-list li a:after {
  content: "";
  background: url("../images/icons/icon-breadcrumb.svg") no-repeat 50%;
  display: block;
  height: .875rem;
  width: 7px;
}
.breadcrumb-list li a:hover {}

.block-spbitovka-page-title {

}

.content-wrapper > .messages-wrapper {
  margin: 0 1rem;
}
.messages-wrapper .drupal-messages {
  background: #fff;
  box-shadow: 0.75rem 0.75rem 1.75rem rgba(13, 26, 49, 0.12);
  margin: 0;
  padding: 1.5rem;
}
.messages-wrapper .drupal-messages > div:not(:last-child) {
  margin: 0 0 1rem;
}

.block-spbitovka-primary-local-tasks {
}
.block-spbitovka-primary-local-tasks .menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.block-spbitovka-primary-local-tasks .menu li {
  border-right: 1px solid rgba(19, 69, 166, 0.3);
}
.block-spbitovka-primary-local-tasks .menu li:last-child {
  border-right: none;
}
.block-spbitovka-primary-local-tasks .menu li a {
  display: block;
  padding: 5px .75rem;
}

.block-pricelist .menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.block-pricelist .menu li {

}
.block-pricelist .menu li a {
  background: rgba(247, 246, 246, 0.90);
  border-radius: 50px;
  color: #000;
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: .625rem 1rem;
}
.block-pricelist .menu li a.is-active,
.block-pricelist .menu li a:hover {
  background: rgba(2, 73, 163, 0.50);
  color: #fff;
}

.content-top .block-block-content {
  padding: 0 !important;
}

section.no-padding {
  padding: 0 !important;
}

.block-bg {
  background: rgba(22, 36, 63, 0.05);
  border-bottom: 1px solid rgba(19, 69, 166, 0.3);
  border-top: 1px solid rgba(19, 69, 166, 0.3);
}

.block-block-content {
  padding: 0 1rem 5.75rem 1rem;
}

.cart-empty-page {
  min-height: 40vw;
  padding: 5.5rem;
}

.badge__comments {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.field--name-field-portfolio-images img {
  width: auto;
}

.field--name-field-par > .field__item:not(:last-child) {
  margin: 0 0 1rem;
}

.reviews-wrapper {}
.reviews-wrapper .left {
  margin: 0 0 1.25rem;
}
.reviews-wrapper .right {
  height: 800px;
  overflow: hidden;
  position: relative;
}
.reviews-wrapper iframe {
  border: 1px solid #e6e6e6;
  border-radius: .5rem;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.commerce-add-to-cart-confirmation {
  padding: 0 1.5rem 1.25rem 1.5rem;
}
.commerce-add-to-cart-confirmation .view-content {
  display: none;
}
.commerce-add-to-cart-confirmation .button-wrapper {
  gap: 1.25rem;
  margin: 1.25rem 0 0 0;
}
.commerce-add-to-cart-confirmation .button-wrapper .button {
  color: #fff !important;
}
.commerce-add-to-cart-confirmation .button-wrapper .button:focus,
.commerce-add-to-cart-confirmation .button-wrapper .button:hover {
  background: #fff !important;
  color: #0249A3 !important;
}

@media (min-width: 330px) {
  .menu-btn {
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .header {
    background: none;
    filter: none;
  }
  .block-header-top .header-item {
    flex: 0 0 auto;
    max-width: 45%;
  }
  .block-header-top .header-item,
  .block-header-top .header-item * {
    font-size: .75rem;
    line-height: 1rem;
    padding: 7px 0 7px 1.875rem;
  }
  .block-header-top .header-adress {
    background: url("../images/icons/icon-adress-mobile.svg") no-repeat 0 50%;
    text-align: left;
  }
  .block-header-top .header-time {
    background: url("../images/icons/icon-time-mobile.svg") no-repeat 0 50%;
    display: block;
  }

  .header-wrapper {
    background: #F2F2F2;
    border-radius: 0 0 1.25rem 1.25rem;
    filter: drop-shadow(2px .25rem .25rem rgba(0, 0, 0, 0.15));
  }
  .header-wrapper .container {
    align-items: center;
  }
  .block-brending {
    align-items: center;
    display: flex;
    gap: .75rem;
    padding: 1rem 0 1rem 45px;
  }
  .logo {
    max-width: 192px;
  }
  .site-name {
    font-size: .625rem;
    line-height: 13px;
    margin: .125rem 0 0;
  }
  header .block-brending .site-slogan {
    display: block;
    font-size: .75rem;
    max-width: 260px;
  }

  .block-cart .header-email,
  .block-cart .header-call {
    display: block;
  }
  .block-cart .header-email a {
    font-family: Raleway, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 31px;
  }
  .block-cart .header-phone {
    align-items: center;
    flex-direction: row-reverse;
    gap: 1.25rem;
  }
  .block-cart .header-phone a {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
  }
  .block-cart .header-phone .whatsapp {
    height: 1.5rem;
    width: 1.5rem;
  }
  .block-cart .header-call a {
    color: #000;
    font-family: Raleway, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    padding: .25rem 1.25rem;
  }
  .block-cart .header-call a:hover {
    background: rgba(2, 73, 163, .5);
    color: #fff;
  }

  .menu-btn {
    display: none;
  }

  .calculator {
    display: block;
    order: 2;
  }
  .calculator a {
    align-items: center;
    display: flex;
    color: #0249A3;
    gap: 15px;
    line-height: 1.25rem;
  }
  .calculator a:hover svg path {
    fill-opacity: 1;
  }

  .header-wrapper .block-search {
    order: 5;
    padding-right: 45px;
  }
  .header-wrapper .block-search.open {
    background: #fff;
    bottom: 1.5rem;
    height: 2rem;
    left: 45px;
    padding: 0;
    width: calc(100% - 90px);
  }
  .block-search form {
  }
  .block-search .form-item-search label {
    background: url(../images/icons/icon-search--black.svg) no-repeat 50%;
  }
  .block-search .form-item-search input {
    background: #fff;
    box-shadow: none;
    padding: 0;
  }

  .region-menu {
    display: block;
    padding: 2rem 0;
    width: 100%;
  }
  .region-menu .container {
    align-items: center;
    flex-wrap: nowrap;
    gap: 45px;
  }
  .block-spbitovka-main-menu .menu--level-1 {
    flex-direction: row;
  }
  .block-spbitovka-main-menu .menu--level-1 li a {
    font-size: .875rem;
    line-height: 1;
  }
  .block-spbitovka-main-menu .menu__item--has-children > a:after {
    content: none;
  }
  .block-spbitovka-main-menu .menu--level-1 li.menu__item--has-children ul {
    display: none;
  }
  .block-spbitovka-main-menu a.menu__link--level-2 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
  }
  .block-spbitovka-main-menu .menu--level-1 li.expanded > ul {
    background: #F7F6F6;
    border-radius: .625rem;
    box-shadow: .125rem .25rem .25rem 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem;
    left: 0;
    margin: 0;
    padding: 2.5rem;
    position: absolute;
    top: 1.25rem;
    width: calc(100% - 5rem);
    z-index: 999;
  }
  .block-spbitovka-main-menu .menu--level-1 li.expanded > ul ul {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: .75rem;
    padding-top: 1rem;
  }
  .block-spbitovka-main-menu .menu--level-1 li ul li.hide {
    display: none;
  }
  .block-spbitovka-main-menu .menu--level-1 li ul.expanded li.hide {
    display: inherit;
  }
  .block-spbitovka-main-menu .menu--level-1 li ul span {
    align-items: center;
    color: #0249A3;
    cursor: pointer;
    display: flex;
    font-family: Sero Pro, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    gap: .5rem;
    line-height: 1.5rem;
  }
  .block-spbitovka-main-menu .menu--level-1 li ul span:after {
    background: url(../images/icons/icon-collapsed-blue.svg) no-repeat 50%;
    content: "";
    display: block;
    height: .5rem;
    width: .875rem;
    transform: rotate(0);
    transition: transform .3s;
  }
  .block-spbitovka-main-menu .menu--level-1 li ul.expanded span:after {
    transform: rotate(180deg);
  }
  .block-spbitovka-main-menu a.menu__link--level-3 {
    color: #535357;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .breadcrumbs {
    margin: 0;
  }

  .content-top {
    margin-top: 0;
  }
  .block-link-calc {
    background: url(../images/bg-block-calc.jpg) no-repeat 0;
    background-size: cover;
    height: 350px;
  }
  .block.block-link-calc .block__title {
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 2rem;
    max-width: 460px;
    text-shadow: 0 2.192px 2.192px rgba(0, 0, 0, 0.25);
  }
  .block-link-calc .block__content {
    text-align: left;
  }

  .block .block__title {
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 1.875rem;
  }

  .path-frontpage .block-spbitovka-content {
    padding: 2rem 0;
  }
  .view-front,
  .view-menu-1level {
    margin: 0;
    width: 100%;
  }
  .view-front .view-content,
  .view-menu-1level .view-content {
    background: none;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    gap: 1.25rem;
  }
  .view-front .views-row {
    background: rgba(247, 246, 246, 0.90);
    border-radius: 50px;
    color: #000;
    flex: 0 0 calc(50% - .625rem);
    font-weight: 600;
    gap: 1rem;
    line-height: 1.125rem;
    max-width: calc(50% - .625rem);
    min-height: 50px;
    padding: .5rem 1rem .5rem 2.25rem;
  }
  .view-front .views-row:hover {
    background: #000;
    color: #f2f2f2;
  }
  .view-front .views-row svg path {
    fill: #6B6A6F;
  }
  .view-front .views-row:hover svg path {
    fill: #F2F2F2;
  }

  .block-webform-order-call .block__content,
  .block-webform-order-call2 .block__content {
    border-radius: 1.25rem;
    background: linear-gradient(144deg, rgba(255, 255, 255, 0.80) 35.38%,
    rgba(255, 255, 255, 0.42) 40.17%,
    rgba(255, 255, 255, 0.00) 43.19%),
    url(../images/bg-block-order-call.jpg),
    lightgray -0.136px -96.717px / 100.04% 130.268% no-repeat;
    background-size: cover;
    padding: calc(4rem - 1.875rem) 4rem;
  }
  .block-webform-order-call form,
  .block-webform-order-call2 form {
    height: auto;
    gap: 1rem;
    margin-left: auto;
    max-width: 300px;
    padding: 0;
  }
  .block-webform-order-call .form-item,
  .block-webform-order-call2 .form-item {
    max-width: 100%;
  }
  .block-webform-order-call .webform-header,
  .block-webform-order-call2 .webform-header {
    margin: 0 0 1.25rem;
  }
  .block-webform-order-call .form-title,
  .block-webform-order-call2 .form-title {
    font-size: 25px;
    line-height: 33px;
  }
  .block-webform-order-call .form-subtitle,
  .block-webform-order-call2 .form-subtitle {
    font-size: 1rem;
    line-height: 21px;
  }
  .block-webform-order-call .form-actions,
  .block-webform-order-call2 .form-actions {
    margin-top: 1.25rem;
    max-width: 100%;
  }
  .block-webform-order-call .button,
  .block-webform-order-call2 .button {
    font-size: .875rem;
    line-height: 1.125rem;
    padding: .625rem;
  }

  .block-blockquote .block__content {
    padding: 1.5rem 5rem 1.5rem 5rem;
    position: relative;
  }

  .block-webform-order-call3 {
    display: none;
  }

  .view-commerce-cart-block .form-actions {
    flex-direction: row-reverse;
  }
  .ui-widget.add-to-cart-popup {
    left: inherit !important;
  }
}
@media (min-width: 800px) {
  .reviews-wrapper {
    display: flex;
    gap: 1.25rem;
  }
  .reviews-wrapper .left {
    width: 200px;
  }
  .reviews-wrapper .right {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .reviews-wrapper .left {
    width: 40%;
  }
}
@media (min-width: 1240px) {
  .reviews-wrapper .left {
    width: calc(100% - 780px);
  }
}
@media (min-width: 1440px) {
  .header-top {
    background: #2E323D;
  }
  .block-header-top .header-item {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    width: auto;
  }
  .block-header-top .header-call {
    display: none;
  }
  .block-header-top .header-item,
  .block-header-top .header-item * {
    color: #fff;
    font-size: .75rem;
    padding: .125rem 0 .125rem 1.875rem;
  }
  .block-header-top .header-adress {
    background: url("../images/icons/icon-adress.svg") no-repeat 0 50%;
  }
  .block-header-top .header-time {
    background: url("../images/icons/icon-time.svg") no-repeat 0 50%;
  }
  .block-header-top .header-email {
    padding: 0;
  }
  .block-header-top .header-email a {
    font-size: 1.125rem;
    line-height: 31px;
  }
  .block-header-top .header-phone {
    padding: 0;
  }
  .block-header-top .header-phone a {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  .whatsapp {
    height: 1.75rem;
    width: 1.75rem;
  }

  .block-brending {
    justify-content: space-between;
    order: 0;
    padding: 0.75rem 0 0.5rem 0;
    width: 576px;
  }
  header .block-brending .site-slogan {
    font-size: 1rem;
  }

  .block-cart {
    order: 5;
  }
  .block-cart .block__content {
    gap: 4rem;
  }
  .block-cart .header-email,
  .block-cart .header-phone {
    display: none;
  }
  .block-cart .header-call a {
    background: none;
    padding: .625rem 2.5rem;
  }
  .cart-block--link__expand {
    background: url(../images/icons/icon-cart--black.svg) no-repeat 50% 100%;
  }

  .region-menu {
    padding: 1.5rem 0;
  }
  .block-spbitovka-main-menu {
    width: calc(100% - 345px);
  }
  .block-spbitovka-main-menu .menu--level-1 li a {
    font-size: 1rem;
  }

  .block-search {
    width: 300px;
  }
  .block-search .form-item-search label {
    display: none;
  }
  .block-search .form-item-search input {
    background: #F2F2F2;
    font-size: .75rem;
    height: 2.125rem;
    position: relative;
    width: 100%;
  }

  .breadcrumbs {
    margin: 1.25rem 0 0 0;
  }
  .breadcrumb-list li a,
  .breadcrumb-list li span {
    font-size: 1.125rem;
  }

  .block-link-calc {
    background-size: cover;
    height: 640px;
  }
  .block-link-calc .container {
    justify-content: start;
  }
  .block.block-link-calc .block__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
    margin: 94px 0 38px;
    max-width: 800px;
    text-shadow: 0 .25rem .25rem rgba(0, 0, 0, 0.25);
  }
  .block-link-calc .button {
    min-width: 384px;
    padding: 0.875rem;
  }

  .main-content {
    gap: 1.5rem;
  }

  .layout-container > .block {
    padding: 50px 0;
  }
  .layout-container > .block-spbitovka-content {
    padding: 2.25rem 0 2.5rem;
  }
  .layout-container > .block-spbitovka-content {

  }
  .block .block__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 52px;
  }

  .path-frontpage .block-spbitovka-content {
    padding: 0;
  }
  .view-front {
    margin-top: -183px;
  }
  .view-front .view-content {
    background: none;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    gap: .625rem 15px;
    padding: 0;
  }
  .view-front .views-row {
    flex: 0 0 calc(33.33% - .625rem);
    font-weight: 500;
    font-size: 1.125rem;
    gap: 1rem;
    line-height: 23px;
    max-width: calc(33.33% - .625rem);
    min-height: 64px;
    padding: 1.25rem 27px;
  }


  .block-webform-order-call2 {
    background: url(../images/bg-block-order-call--desktop.jpg) no-repeat 0 -14px;
    min-height: 432px;
  }
  .block-webform-order-call .block__content {
    padding: 2.5rem 5rem;
  }
  .block-webform-order-call2 .block__content {
    background: transparent;
    padding: 1.25rem 2rem;
  }
  .block-webform-order-call form,
  .block-webform-order-call2 form {
    height: auto;
    gap: 1rem;
    margin-left: auto;
    max-width: 455px;
    padding: 0;
  }
  .block-webform-order-call2 form {
    gap: .625rem;
  }
  .block-webform-order-call .webform-header {
    margin: 0 0 1.875rem;
  }
  .block-webform-order-call2 .webform-header {
    margin: 0;
  }
  .block-webform-order-call .form-title {
    font-size: 28px;
    line-height: 2.25rem;
  }
  .block-webform-order-call2 .form-title {
    font-size: 1.25rem;
    line-height: 23px;
  }
  .block-webform-order-call .form-subtitle {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .block-webform-order-call2 .form-subtitle {
    font-size: .875rem;
    font-weight: 400;
    line-height: 15px;
  }
  .block-webform-order-call2 .form-item {

  }
  .block-webform-order-call2 input[type="text"] {
    font-size: .75rem;
    line-height: 11px;
    max-width: 210px;
  }
  .block-webform-order-call .form-actions {
    max-width: 360px;
  }
  .block-webform-order-call2 .form-actions {
    margin: 0.25rem 0 0;
    max-width: 164px;
  }
  .block-webform-order-call .button,
  .block-webform-order-call2 .button {
    font-size: .875rem;
    line-height: 1.125rem;
    padding: .625rem;
  }
  .block-webform-order-call2 .button {
    font-size: .75rem;
    line-height: 1.5rem;
    padding: 0.5rem 0 0.25rem;
  }


  .content-after {
    background: #2E323D;
    color: #fff;
    padding: 50px 0 75px;
  }
  .content-below {
    padding: 50px 0 65px;
  }
  .block-blockquote {
    padding: 3.75rem 0 0;
  }


  .ui-dialog .webform-confirmation-modal--content * {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 1600px) {

  .custom-logo-footer .field__item {
    justify-content: start;
  }
  .custom-logo-footer .field__item p {
    margin: 0 0 0 auto;
    text-align: left;
    width: calc(100% - 350px);
  }
  .block-footer-contacts {
    max-width: 350px;
  }
  .footer-menu {
    width: calc((100% - 350px) / 2);
  }

}
@media (min-width: 1680px) {
  .block-header-top .block__content {
    padding: .675rem 0;
  }
  .block-header-top .header-item,
  .block-header-top .header-item * {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .block-header-top .header-adress {
    background-size: 1.5rem;
  }
  .block-header-top .header-time {
    background-size: 1.5rem;
  }

  .block-brending {
    width: 755px;
  }
  header .block-brending .site-slogan {
    letter-spacing: .25px;
    max-width: 100%;
  }

  .block-cart .header-call a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: .375rem 3rem;
  }
  .cart-block--link__expand {
    background-size: 1.5rem;
    height: 38px;
  }
  .cart-block--summary__count {
    height: .875rem;
    right: 4px;
    top: 5px;
    width: .875rem;
  }

  .calculator a {
    font-size: 1.125rem;
    gap: 1.125rem;
    line-height: 1.375rem;
  }
  .calculator a svg {
    width: 24px;
    height: 32px;
  }

  .region-menu {
    padding: 1.875rem 0 1.25rem 0;
  }
  .block-spbitovka-main-menu .menu--level-1 li a {
    font-size: 1.125rem;
  }
  .block-search .form-item-search input {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0 0 0 .5rem;
  }

  .block.block-link-calc .block__title {
    font-size: 50px;
    line-height: 54px;
    margin: 82px 0 34px;
    max-width: 840px;
  }
  .block-link-calc .button {
    border-radius: 50px;
    letter-spacing: 1.2px;
    min-width: 405px;
    padding: 1.125rem;
  }

  .block-link-calc {
    height: 646px;
  }

  .view-front {
    margin-top: -188px;
  }
  .view-front .view-content {
    gap: .625rem 2.625rem;
  }
  .view-front .views-row {
    flex: 0 0 calc(33.33% - 2.25rem);
    font-size: 1.25rem;
    gap: 1rem;
    line-height: 26px;
    max-width: calc(33.33% - 2.25rem);
    padding: .25rem 2.75rem;
  }
  .view-front .views-row svg,
  .view-menu-1level .views-row svg {

  }

  .block .block__title {
    letter-spacing: 1.5px;
    margin: 0 0 2rem;
  }

  .block-webform-order-call .form-title {
    font-size: 1.875rem;
    letter-spacing: .6px;
    line-height: 2.375rem;
    margin: 0 0 1px;
  }
  .block-webform-order-call .form-subtitle {
    font-size: 1.25rem;
    letter-spacing: 1.2px;
    line-height: 1.625rem;
  }
  .block-webform-order-call .block__content {
    padding: 6.75rem 6rem 6.25rem 6rem;
  }
  .block-webform-order-call form,
  .block-webform-order-call2 form {
    gap: 1.125rem;
    max-width: 524px;
  }
  .block-webform-order-call .webform-header {
    margin: 0 0 1.375rem;
  }
  .block-webform-order-call .form-actions,
  .block-webform-order-call2 .form-actions {
    margin-top: .5rem;
  }
  .block-webform-order-call .button {
    font-size: 1.25rem;
    letter-spacing: 1.2px;
    line-height: 1.625rem;
    padding: 1rem .625rem;
  }

  .content-after {
    padding: 55px 0 50px;
  }

  .content-below {
    padding: 50px 0 45px;
  }
  .block-blockquote {
    padding: 5rem 0 0;
  }
  .block-blockquote .block__content {
    padding: 1.5rem 8.5rem;
  }
  .block-blockquote .block__content:before {
    top: 18px;
  }
  .block-blockquote .block__content:after {
    bottom: 30px;
  }
  .block-blockquote .block__content * {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 1900px) {
  .header-wrapper,
  .layout-main-wrapper {
    margin: 0 auto;
    max-width: 1900px;
  }
}


@media (max-width: 1440px) {
  .header-wrapper .container {
    max-width: 100%;
    padding: 0;
  }
  .block-cart {
    background: #2E323D;
    order: 0;
    padding: .375rem 45px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .block-cart {
    padding: .25rem 1.25rem;
  }
}