@font-face {
  font-family: Gilroy;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(/assets/template-new/fonts/Gilroy-Medium.woff) format("woff");
}

@font-face {
  font-family: Gilroy;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url(/assets/template-new/fonts/Gilroy-MediumItalic.woff) format("woff");
}

@font-face {
  font-family: Gilroy;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/assets/template-new/fonts/Gilroy-SemiBold.woff) format("woff");
}

@font-face {
  font-family: Gilroy;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/assets/template-new/fonts/Gilroy-Bold.woff) format("woff");
}

* {
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
}

img {
  border-style: none;
}

textarea {
  overflow: auto;
}

button,
input,
input:active,
textarea,
textarea:active {
  margin: 0;
  border-radius: 0;
  outline: none transparent !important;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-outline: none !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type="number"]:focus {
  outline: 0;
}

input[type="number"]:active,
input[type="number"]:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

input[type="number"]::-ms-clear {
  display: none;
}

::selection {
  color: #fff;
  background: #ffb900;
}

::-moz-selection {
  color: #fff;
  background: #ffb900;
}

.check-form {
  display: none !important;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

html {
  height: 100%;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: stretch;
}

html.custom_scroll ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ccc;
}

html.custom_scroll ::-webkit-scrollbar-thumb {
  background-color: #0059b1;
}

html.custom_scroll {
  scrollbar-color: #0059b1 #ccc;
  scrollbar-width: thin;
}

body {
  color: #333;
  font: 16px Gilroy, Arial, sans-serif;
  height: 100dvh;
}

button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border: none;
  background: none;
}

.wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 360px;
  min-height: 100%;
  background: #fff;
}

.main {
  flex: 1 0 auto;
}

.cont {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.textaccent {
  font-weight: 700;
}

.lozad {
  transition: opacity 0.5s linear;
  opacity: 0;
}

.lozad.loaded {
  opacity: 1;
}

.row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.block {
  margin-bottom: 64px;
}

.block.bg {
  padding: 64px 0;
  background: #f4f4f6;
}

.block.no_margin {
  margin-bottom: 0 !important;
}

.overlay {
  z-index: 100;
  opacity: 0.65;
  background: #000;
}

.overlay,
.supports_error {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.supports_error {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  z-index: 1000;
  padding: 20px;
  text-align: center;
  background: #fff;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.supports_error.show {
  display: flex;
}

.text_block {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text_block > * {
  margin-bottom: 20px;
}

.text_block > :last-child {
  margin-bottom: 0 !important;
}

.text_block > :first-child {
  margin-top: 0 !important;
}

.text_block h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}

.text_block h2 + * {
  margin-top: 0 !important;
}

.text_block * + h2 {
  margin-top: 24px;
}

.text_block img {
  display: block;
  max-width: 100%;
}

.text_block img .loaded {
  height: auto !important;
}

.text_block ul {
  padding-left: 20px;
}

.text_block ul li {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  list-style-type: none;
}

.text_block ul li + li {
  margin-top: 4px;
}

.text_block ul li:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: currentColor;
}

.text_block ol {
  padding-left: 20px;
  counter-reset: li;
}

.text_block ol > li {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  list-style-type: none;
}

.text_block ol > li + li {
  margin-top: 4px;
}

.text_block ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) ".";
  counter-increment: li;
}

.price_list table td a,
.text_block a {
  color: #000;
}

@supports not (--css: variables) {
  .supports_error {
    display: flex !important;
  }
}

:root {
  --bg: #fff;
  --scroll_width: 17px;
  --text_color: #333;
  --font_size: 16px;
  --font_size_title: 32px;
  --font_size_title_mini: 24px;
  --font_family: "Gilroy", "Arial", sans-serif;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.fancybox__slide {
  padding: 40px;
}

.modal.fancybox__content > .carousel__button.is-close {
  color: #e0e3ee;
  top: 16px;
  right: 16px;
  display: flex;
  width: 16px;
  height: 16px;
  transition: 0.2s linear !important;
  opacity: 1 !important;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.modal.fancybox__content > .carousel__button.is-close svg {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-filter: none;
  filter: none;
  stroke: none;
  stroke-width: 0;
}

.modal.fancybox__content > .carousel__button.is-close:hover {
  color: #333;
}

.pagination {
  display: flex;
  margin-top: 16px;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.pagination.center {
  justify-content: center;
}


.pagination a,
.pagination span {
  color: var(--text_color);
  line-height: 38px;
  display: inline-block;
  width: 40px;
  height: 40px;
  transition: 0.2s linear;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
}

.pagination .sep {
  color: var(--text_color);
  line-height: 40px;
}

.pagination .current,
.pagination a:hover {
  color: #fff;
  border-color: #ffb900;
  background: #ffb900;
}

.pagination .next,
.pagination .prev {
  display: none;
}

.accordion .accordion_item + .accordion_item {
  margin-top: 16px;
}

.accordion .accordion_item .head {
  position: relative;
  padding: 24px 52px 24px 24px;
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(90deg, #0059b1, #0a71d9);
}

.accordion .accordion_item .head .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.accordion .accordion_item .head .icon {
  color: #fff;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  transition: transform 0.2s linear;
}

.accordion .accordion_item .data {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: none;
  padding: 8px 24px 16px;
}

.accordion .accordion_item.active .head .icon {
  transform: rotate(180deg);
}

.tabs {
  margin-bottom: 24px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}

.tabs button {
  color: #1c2321;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding: 15px;
  transition: background 0.2s linear;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
}

.tabs button.active,
.tabs button:hover {
  background: #f4f4f6;
}

.tab_content {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
}

.tab_content.active {
  visibility: visible;
  overflow: visible;
  width: 100%;
  height: auto;
  transition: opacity 0.5s linear;
  pointer-events: auto;
  opacity: 1;
}

.load_more {
  margin-top: 32px;
  text-align: center;
}

.load_more .btn {
  color: #ffb900;
  font-weight: 700;
  line-height: 100%;
  padding: 16px 32px;
  border-radius: 4px;
}

.load_more .btn.active span,
.load_more .btn span + span {
  display: none;
}

.load_more .btn.active span + span {
  display: inline;
}

header {
  position: relative;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}

header > .close {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  background: none;
}

header > .close:after,
header > .close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 2px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  background: #fff;
}

header > .close:after {
  transform: rotate(-45deg);
}

header.show > .close {
  display: block;
}

header .top {
  padding: 6px 0;
  background: #f4f4f6;
}

header .top .cont {
  position: relative;
}

header .info {
  padding: 12px 0 11px;
  border-bottom: 1px solid #f4f4f6;
}

header .info .cont {
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

header .bottom {
  padding: 11px 0;
  background: #404040;
}

header .bottom .menu > .item > a {
  color: #fff;
}

header .slogan {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}

header .socials {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  justify-content: flex-start;
}

header .socials,
header .socials a {
  display: flex;
  height: 24px;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

header .socials a {
  color: #ffb900;
  border: 1px solid #ffb900;
  width: 24px;
  transition: background 0.2s linear;
  text-decoration: none;
  border-radius: 2px;
  justify-content: center;
}

header .socials a + a {
  margin-left: 8px;
}

header .socials .icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

header .socials .twitter_link .icon {
  width: 20px;
  height: 16px;
}

header .socials .facebook_link .icon {
  width: 8px;
  height: 16px;
}

header .socials .youtube_link .icon {
  width: 18px;
  height: 14px;
}

header .socials .odnokl_link .icon {
  width: 11px;
  height: 18px;
}

header .socials a:hover {
  background: #ffb900;
  color: #fff;
}

header .logo {
  color: currentColor;
  margin-right: 15px;
  display: flex;
  width: 136px;
  max-width: 100%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

header .logo img {
  display: block;
  max-width: 120px;
}
header .search {max-width:37%}
header .calc_link {
  color: #ffb900;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  padding: 12px 23px;
  transition: 0.2s linear;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffb900;
  border-radius: 4px;
}

header .calc_link:hover {
  color: #fff;
  border-color: #ffb900;
  background: #ffb900;
}

header .messengers {
  margin-right: auto;
  margin-left: 15px;
  justify-content: flex-start;
}

header .messengers,
header .messengers a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

header .messengers a {
  color: #ffb900;
  width: 40px;
  height: 40px;
  transition: 0.2s linear;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
  justify-content: center;
}

header .messengers a + a {
  margin-left: 8px;
}

header .messengers .icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

header .messengers .telegram_link .icon {
  width: 26px;
  height: 21px;
}

header .messengers .vkontakte_link .icon {
  width: 30px;
  height: 18px;
}

header .messengers .whatsapp_link .icon {
  width: 28px;
  height: 28px;
}

header .messengers a:hover {
  color: #fff;
  border-color: #ffb900;
  background: #ffb900;
}

header .contacts {
  margin-left: auto;
}

header .contacts + .contacts {
  margin-left: 32px;
}

header .contacts .email {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

header .contacts .email .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

header .contacts .email a {
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
}

header .contacts .location {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  margin-top: 8px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

header .contacts .location .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

header .contacts .phone {
  font-weight: 700;
  line-height: 100%;
  text-align: right;
  letter-spacing: 0.04em;
}

header .contacts .phone a {
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
}

header .contacts .time {
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 4px;
  text-align: right;
}

header .contacts .callback_btn {
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 11px 23px;
  transition: 0.2s linear;
  border-radius: 4px;
  background: #0059b1;
}

header .contacts .callback_btn:hover {
  background: #1879db;
}

header .menu .item {
  position: relative;
}

header .menu .item + .item {
  margin-left: 10px;
}

header .menu .item > a {
  color: var(--text_color);
  font-weight: 600;
  line-height: 100%;
  display: flex;
  padding: 8px;
  transition: color 0.2s linear;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

header .menu .item > a .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

header .menu .item > a span {
  position: relative;
}

header .menu .item > a span:after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  content: "";
  transition: width 0.3s linear;
  background: #ffb900;
}

header .menu .item:hover > a,
header .menu .item > a.active {
  color: #ffb900;
}

header .menu .item:hover > a span:after,
header .menu .item > a.active span:after {
  width: 100%;
}

header .menu .sub_menu-parent {
  position: relative;
}

header .menu .sub_menu {
  right: -100%;
  top: 0;
  position: absolute;
  z-index: 9;
  width: 250px;
  min-width: 100%;
  padding: 8px 0;
  transition: 0.2s linear;
  border: 1px solid #f4f4f6;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(51, 51, 51, 0.08);
  list-style: none;
}

header .menu .item:hover > a.touch_link + .sub_menu,
header .menu .sub_menu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

header .menu .item:hover > .sub_menu,
header .menu .item > a.touch_link + .sub_menu.show,
header .menu .sub_menu > :hover > .sub_menu {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

header .menu .item:hover > a.touch_link + .sub_menu.level2,
header .menu .sub_menu.level2 {
  top: calc(100% + 28px);
  left: 0;
}

header .menu .item:hover > .sub_menu.level2,
header .menu .item > a.touch_link + .sub_menu.level2.show {
  top: calc(100% + 4px);
}

header .menu .sub_menu.level2:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  content: "";
}

header .menu .sub_menu.level2 > div {
  position: relative;
}

header .menu .sub_menu.level3 {
  top: 0;
  left: calc(100% + 32px);
  width: 224px;
}

header .menu .sub_menu > * > a.touch_link + .sub_menu.level3.show,
header .menu .sub_menu > :hover > .sub_menu.level3 {
  left: calc(100% + 16px);
}

header .menu .sub_menu.level3:before {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 17px;
  height: 100%;
  content: "";
}

header .menu .sub_menu .cols {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

header .menu .sub_menu .cols > * + * {
  margin-top: 0;
}

header .menu .sub_menu a {
  color: currentColor;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  padding: 8px 16px;
  transition: color 0.2s linear;
  text-decoration: none;
}

header .menu .sub_menu a.active,
header .menu .sub_menu a:hover {
  color: #ffb900;
}

header .menu .sub_menu a.sub_link {
  position: relative;
  padding-right: 30px;
}

header .menu .sub_menu a.sub_link .icon {
  color: #ffb900;
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
  width: 10px;
  height: 10px;
}

.header_wrap,
.mob_header {
  display: none;
}

.mob_header {
  position: relative;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0 8px 32px rgba(51, 51, 51, 0.08);
}

.mob_header .cont {
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.mob_header .back_btn {
  color: #ffb900;
  display: none;
  width: 28px;
  height: 32px;
  margin-left: -8px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.mob_header .back_btn .icon {
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.sub_menu_open .mob_header .back_btn {
  display: flex;
}

.mob_header .logo {
  color: currentColor;
  display: block;
  text-decoration: none;
}

.mob_header .logo img {
  display: block;
  height: 28px;
}

.mob_header .slogan {
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  margin-right: auto;
  margin-left: 20px;
}

.mob_header .phone {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  display: none;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.mob_header .phone a {
  color: currentColor;
  text-decoration: none;
}

.mob_header .mob_menu_btn {
  color: #ffb900;
  display: flex;
  width: 48px;
  height: 38px;
  margin-right: -10px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.mob_header .mob_menu_btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  transition: background 0.2s linear;
  background: currentColor;
}

.mob_header .mob_menu_btn span:after,
.mob_header .mob_menu_btn span:before {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.2s linear;
  background: currentColor;
}

.mob_header .mob_menu_btn span:after {
  top: 8px;
}

.mob_header .mob_menu_btn.active span {
  background: transparent;
}

.mob_header .mob_menu_btn.active span:before {
  top: 0;
  transform: rotate(45deg);
}

.mob_header .mob_menu_btn.active span:after {
  top: 0;
  transform: rotate(-45deg);
}

.mob_header.fixed {
  position: fixed;
}

.mob_header.fixed .slogan {
  display: none;
}

.mob_header.fixed .phone {
  display: block;
}

.mob_menu {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 360px;
  height: 100dvh;
  margin: 0;
  transition: transform 0.3s linear;
  transform: translateX(-100%);
  background: #fff;
}

.mob_menu.show {
  transform: translateX(0);
}

.mob_menu .scroll {
  position: relative;
  overflow: auto;
  height: calc(100% - 62px);
  margin-top: 62px;
}

.mob_menu .contacts {
  padding: 20px;
}

.mob_menu .contacts > * + * {
  margin-top: 4px;
}

.mob_menu .contacts > * {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.mob_menu .contacts > * .icon {
  color: #ffb900;
  display: block;
  width: 24px;
  height: 24px;
}

.mob_menu .contacts > * .icon + * {
  width: calc(100% - 32px);
  margin-left: auto;
}

.mob_menu .contacts > * a {
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
}

.mob_menu .menu {
  padding: 20px;
  background: #ffb900;
}

.mob_menu .menu .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}

.mob_menu .menu .links .item {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.mob_menu .menu .links .item + .item {
  margin-top: 4px;
}

.mob_menu .menu .links .item a {
  color: currentColor;
  display: flex;
  margin: 0 -8px;
  padding: 8px;
  text-decoration: none;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.mob_menu .menu .links .item a .icon {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
}

.mob_menu .menu .sub_menu {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #ffb900;
}

.mob_menu .menu .sub_menu.level3 {
  z-index: 9;
}

.mob_menu .menu .sub_menu .cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.mob_menu .menu .sub_menu .cols > * {
  width: calc(50% - 12px);
}

.mob_menu .bottom {
  padding: 32px 20px;
}

.mob_menu .socials {
  justify-content: flex-start;
}

.mob_menu .socials,
.mob_menu .socials a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.mob_menu .socials a {
  color: #fff;
  width: 24px;
  height: 24px;
  transition: background 0.2s linear;
  text-decoration: none;
  border-radius: 2px;
  background: #ffb900;
  justify-content: center;
}

.mob_menu .socials a + a {
  margin-left: 8px;
}

.mob_menu .socials .icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.mob_menu .socials .twitter_link .icon {
  width: 20px;
  height: 16px;
}

.mob_menu .socials .facebook_link .icon {
  width: 8px;
  height: 16px;
}

.mob_menu .socials .youtube_link .icon {
  width: 18px;
  height: 14px;
}

.mob_menu .socials .odnokl_link .icon {
  width: 11px;
  height: 18px;
}

.mob_menu .socials a:hover {
  background: #ffb900;
}

.mob_menu .messengers {
  justify-content: flex-start;
}

.mob_menu .messengers,
.mob_menu .messengers a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.mob_menu .messengers a {
  color: #ffb900;
  width: 40px;
  height: 40px;
  transition: 0.2s linear;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
  justify-content: center;
}

.mob_menu .messengers a + a {
  margin-left: 8px;
}

.mob_menu .messengers .icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.mob_menu .messengers .telegram_link .icon {
  width: 26px;
  height: 21px;
}

.mob_menu .messengers .vkontakte_link .icon {
  width: 30px;
  height: 18px;
}

.mob_menu .messengers .whatsapp_link .icon {
  width: 28px;
  height: 28px;
}

.mob_menu .messengers a:hover {
  color: #fff;
  border-color: #ffb900;
  background: #ffb900;
}

.page_head {
  margin-bottom: 24px;
  padding-top: 24px;
}

.page_head.big_margin {
  margin-bottom: 40px;
}

.page_head.block {
  margin-bottom: 64px;
}

.breadcrumbs {
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: currentColor;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #000;
}

.breadcrumbs .sep {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.page_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  margin-top: 16px;
}

.page_title span {
  color: #ffb900;
}

.page_title.center {
  text-align: center;
}

.page_desc {
  margin-top: 16px;
}

.block_head {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.block_head .title,
.content .text_block h2 {
  font-size: var(--font_size_title);
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.block_head .title.mini {
  font-size: var(--font_size_title_mini);
}

.block_head .desc {
  color: #0059b1;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
}

.block_head .desc.alignleft {
  color: var(--text_color);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  text-align: left;
}

.block_head.center {
  text-align: center;
  justify-content: center;
}

.block_head.center .title {
  width: 100%;
}

.block_head.center .desc {
  margin-right: auto;
  margin-left: auto;
}

.form {
  --form_border_color: #f4f4f6;
  --form_focus_color: rgba(146, 143, 143, 0.5803921568627451);
  --form_error_color: #ff5151;
  --form_border_radius: 8px;
  --form_bg_color: #f4f4f6;
  --form_placeholder_color: #000;
}

.form ::-webkit-input-placeholder {
  color: var(--form_placeholder_color);
}

.form :-moz-placeholder {
  color: var(--form_placeholder_color);
}

.form :-ms-input-placeholder {
  color: var(--form_placeholder_color);
}

.form .columns {
  margin-left: calc(var(--form_columns_offset) * -1);
  --form_columns_offset: 16px;
}

.form .columns > * {
  width: calc(50% - var(--form_columns_offset));
  margin-left: var(--form_columns_offset);
}

.form .label,
.form .line {
  margin-bottom: 16px;
}

.form .label {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.form .field {
  position: relative;
}

.form .field + .field {
  margin-top: 16px;
}

.form .input {
  color: #000;
  font-family: var(--font_family);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: block;
  width: 100%;
  height: 64px;
  padding: 0 15px;
  transition: border-color 0.2s linear;
  border: 1px solid var(--form_border_color);
  border-radius: var(--form_border_radius);
  background: var(--form_bg_color);
}

.form .input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px var(--form_bg_color) !important;
}

.form .input:focus,
.form .input:hover,
.form .nice-select .current:hover,
.form .nice-select.open .current,
.form textarea:focus,
.form textarea:hover {
  border-color: var(--form_focus_color);
}

.form .error,
.form .error + .nice-select .current {
  border-color: var(--form_error_color);
}

.error + span:after {
  background: #ff5151;
  content: "Введите телефон полностью";
  color: #fff;
  padding: 7px 10px;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -10px;
  right: 5px;
}

.form .error_text {
  color: var(--form_error_color);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 8px;
  display: none;
}

.form .error + .error_text {
  display: block;
}

.form input[type="radio"] {
  display: none;
}

.form input[type="radio"] + label {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  display: table-cell;
  height: 20px;
  padding-left: 28px;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
}

.form input[type="radio"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid #ffb900;
  border-radius: 50%;
  background: #fff;
}

.form input[type="radio"] + label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  transition: opacity 0.2s linear;
  opacity: 0;
  border-radius: 50%;
  background: #ffb900;
}

.form input[type="radio"]:checked + label:after {
  opacity: 1;
}

.form input[type="checkbox"] {
  display: none;
}

.form input[type="checkbox"] + label {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  display: table-cell;
  height: 20px;
  padding-left: 28px;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
}

.form input[type="checkbox"] + label a {
  color: currentColor;
  text-decoration: none;
}

.form input[type="checkbox"] + label a:hover {
  text-decoration: underline;
}

.form input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  transition: 0.2s linear;
  border: 1px solid #ffb900;
  border-radius: 4px;
  background: #f4f4f6;
}

.form input[type="checkbox"] + label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 10px;
  height: 6px;
  content: "";
  transition: opacity 0.2s linear;
  transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 2px solid #ffb900;
  border-left: 2px solid #ffb900;
}

.form input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.form input[type="checkbox"].error + label:before {
  border-color: red;
}

.form select {
  display: none;
}

.form .nice-select,
.form .nice-select .current {
  position: relative;
  display: block;
}

.form .nice-select .current {
  color: var(--form_placeholder_color);
  font-size: 14px;
  line-height: 62px;
  overflow: hidden;
  height: 64px;
  padding: 0 41px 0 15px;
  cursor: pointer;
  transition: 0.2s linear;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid var(--form_border_color);
  border-radius: var(--form_border_radius);
  background: var(--form_bg_color);
}

.form .nice-select .current.selected {
  color: var(--text_color);
}

.form .nice-select .list {
  position: absolute;
  z-index: 9;
  top: calc(100% + 30px);
  left: 0;
  visibility: hidden;
  overflow: hidden;
  min-width: 100%;
  padding: 8px 0;
  transition: 0.2s linear;
  opacity: 0;
  border: 1px solid var(--form_border_color);
  border-radius: var(--form_border_radius);
  background: var(--form_bg_color);
}

.form .nice-select.open .list {
  top: calc(100% + 4px);
  visibility: visible;
  opacity: 1;
}

.form .nice-select .list .list_item {
  font-size: 14px;
  padding: 8px 15px;
  cursor: pointer;
  transition: 0.2s linear;
}

.form .nice-select .list .list_item:empty {
  display: none;
}

.form .nice-select .list .list_item.selected,
.form .nice-select .list .list_item:hover {
  color: #ffb900;
}

.form .nice-select ~ .icon {
  color: #ffb900;
  position: absolute;
  z-index: 8;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  pointer-events: none;
}

.form .submit_btn {
  font-weight: 600;
  line-height: 100%;
  display: block;
  width: 100%;
  padding: 16px;
  transition: background 0.2s linear;
  border-radius: 8px;
  background: #ffb900;
}

.form .submit_btn:hover {
  background: #ffcf51;
}

.first_section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: linear-gradient(
    266.84deg,
    #f4f4f6 43.32%,
    hsla(0, 0%, 100%, 0) 75.26%
  );
}

.first_section .info {
  position: relative;
  z-index: 3;
  width: 532px;
  max-width: 100%;
  min-height: 350px;
  padding-top: 75px;
  padding-bottom: 82px;
}

.first_section .info:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -140px;
  display: block;
  width: 1062px;
  height: 100%;
  content: "";
  background: url(/assets/template-new/images/bg_first_section.png) 100% 50% /
    cover no-repeat;
}

.first_section .info .title {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
  text-shadow: 2px 4px 0 rgba(51, 51, 51, 0.04);
}

.first_section .info .btn {
  font-weight: 600;
  line-height: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  border-radius: 8px;
  background: #ffb900;
  box-shadow: 0 2px 0 #ffb900;
  transition: 0.3s;
}

.first_section .info .btn:hover {
  background: #ffcf51;
}

.first_section .img {
  position: absolute;
  z-index: 5;
  bottom: -25px;
  left: 56%;
}

.price_list .data {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}

.price_list .tabs {
  width: 100%;
  max-width: 100%;
}

.price_list .tabs button {
  color: #0059b1;
  height: 60px;
  box-sizing: border-box;
  display: block;
  text-align: left;
}

.price_list .table_wrap {
  overflow: auto;
  border-top-left-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(51, 51, 51, 0.08);
}

.pip {
  width: 100%;
  display: flex;
  justify-content: end;
}
.pip__callback-btn,
.pip__block {
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  box-shadow: inset 0 -13px 15px -10px #5b5b5b6b;
}
.pip__block {
  border-right: none;
}
.pip__block span {
  color: #ffb900;
  font-weight: 600;
}
.pip__callback-btn {
  background: #0059b1;
  font-weight: bold;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.pip__callback-btn:hover {
  background: #1879db;
}

.modal .price_list .table_wrap {
  display: none;
}

.price_list .data > .table_wrap {
  width: calc(100% - 332px);
}

.price_list .data > .table_wrap.big_w {
  width: calc(100% - 204px);
}

.price_list .data > .table_wrap table td:last-child {
  width: 224px;
  table-layout: fixed;
}

.price_list table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.price_list table th {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  height: 64px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: linear-gradient(180deg, #0059b1, #4286ed);
}

.modal_data .price_list table th {
  background: #ffb900;
  color: #fff;
}

.price_list table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  padding: 8px 16px;
  white-space: nowrap;
  transition: background 0.2s linear;
  text-align: center;
  vertical-align: middle;
}

.price_list table tbody tr:hover td {
  background: #f4f4f6;
}

.price_list table .amount {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.price_list table .amount button {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  width: 32px;
  height: 32px;
  transition: background 0.2s linear;
  border-radius: 4px;
  background: #ffb900;
}

.price_list table .amount button:hover {
  background: #ffcf51;
}

.price_list table .amount .input {
  color: var(--text_color);
  font-family: var(--font_family);
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  width: 64px;
  height: 32px;
  padding: 0 12px;
  text-align: center;
  border: none;
  background: none;
}

.price_list .totals {
  display: flex;
  margin-top: 24px;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.price_list .totals .price .name {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.price_list .totals .price .val {
  color: #ffb900;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 4px;
}

.price_list .totals .buy_btn {
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  display: block;
  width: 148px;
  margin-left: 16px;
  padding: 8px 16px;
  transition: background 0.2s linear;
  border-radius: 4px;
  background: #ffb900;
}

.price_list .totals .buy_btn:hover {
  background: #ffb900;
}

.price_list .col_right {
  width: 180px;
  max-width: 100%;
}

.price_list .data > .col_right {
  margin-right: auto;
  margin-left: 24px;
}

.schema .row {
  margin-bottom: -20px;
  margin-left: -80px;
  align-items: stretch;
  align-content: stretch;
}

.schema .row > * {
  width: calc(33.333% - 80px);
  margin-bottom: 20px;
  margin-left: 80px;
}

.schema .types {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.schema .types .btn {
  color: #0059b1;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding: 15px;
  transition: background 0.2s linear;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
}

.schema .types .btn + .btn {
  margin-left: 16px;
}

.schema .types .btn.active,
.schema .types .btn:hover {
  background: #f4f4f6;
}

.schema .sep {
  color: #b1d8ff;
  display: block;
  width: 20px;
  height: 24px;
  margin: 0 -50px 20px 30px;
  align-self: center;
}

.schema .step:nth-child(5n) + .sep {
  display: none;
}

.schema .step {
  position: relative;
  padding: 23px;
  text-align: center;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
}

.schema .step .icon {
  color: #fff;
  display: flex;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  padding: 16px;
  transition: 0.2s linear;
  border-radius: 24px;
  background: #0059b1;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.schema .step .icon > * {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.schema .step .name {
  font-weight: 700;
  line-height: 100%;
  transition: color 0.2s linear;
}

.schema .step .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  width: 224px;
  max-width: 100%;
  margin: 8px auto 0;
  transition: color 0.2s linear;
}

.schema .step.disabled .icon {
  color: #b0b0b0;
  background: #f4f4f6;
}

.schema .step.disabled .desc,
.schema .step.disabled .name {
  color: #b0b0b0;
}

.stocks .list > * + * {
  margin-top: 16px;
}

.stocks .item {
  display: flex;
  padding: 23px;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.stocks .item .thumb {
  overflow: hidden;
  width: 128px;
  height: 64px;
  border-radius: 4px;
  background: #ddd;
}

.stocks .item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.stocks .item .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  width: calc(100% - 160px);
  align-self: center;
}

.materials .row {
  margin-bottom: -24px;
  margin-left: -32px;
  justify-content: center;
}

.materials .row > * {
  width: calc(33.333% - 32px);
  margin-bottom: 24px;
  margin-left: 32px;
}

.materials .item {
  color: currentColor;
  display: block;
  cursor: zoom-in;
  text-decoration: none;
}

.materials .item .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 71.91%;
  border-radius: 8px;
  background: #ddd;
}

.materials .item .thumb img:not(.icon) {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.materials .item .thumb:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.materials .item .icon {
  position: absolute;
  z-index: 3;
  width: 164px;
  height: 116px;
  margin: auto;
  inset: 0;
}

.materials .item.video_link {
  width: calc(50% - 32px);
}

.materials .item.video_link .thumb {
  padding-bottom: 56.36%;
}

.search_head {
  margin-bottom: 24px;
}

.search_result .result {
  counter-reset: item;
}

.search_result .result > * + * {
  margin-top: 8px;
}

.search_result .result .item {
  position: relative;
  display: inline-block;
  padding: 7px 15px 7px 39px;
  transition: 0.2s linear;
  vertical-align: top;
  border: 1px solid transparent;
}

.search_result .result .item-count {
  color: var(--text_color);
  font-weight: 700;
  position: absolute;
  top: 5px;
  left: 15px;
  content: counter(item) ".";
  counter-increment: item;
}

.search_result .result .item .name {
  color: #ffb900;
  font-weight: 700;
  line-height: 100%;
}

.search_result .result .item .name a {
  color: currentColor;
  text-decoration: none;
}

.search_result .result .item:hover {
  border-color: #f4f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.categories .block_title {
  color: #b0b0b0;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}

.categories .tabs {
  display: flex;
  margin-bottom: 0;
  margin-left: -32px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.categories .tabs > * {
  width: calc(25% - 32px);
  margin-bottom: 24px;
  margin-left: 32px;
}

.categories .row {
  margin-bottom: -32px;
  margin-left: -32px;
  align-items: stretch;
  align-content: stretch;
}

.categories .row.center {
  justify-content: center;
}

.categories .row > * {
  width: calc(20% - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
}

.categories .item {
  color: currentColor;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  overflow: hidden;
  transition: 0.2s linear;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #fff;
}

.categories .item .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.categories .item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.categories .item .name {
  padding: 16px 15px 15px;
}

.categories .item:hover {
  color: #ffb900;
  box-shadow: 0 8px 32px rgba(51, 51, 51, 0.4);
}

.contacts_info .row {
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
}

.contacts_info .data {
  max-width: 100%;
}

.contacts_info .item + .item {
  margin-top: 16px;
}

.contacts_info .item {
  padding: 15px 31px;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(51, 51, 51, 0.08);
}

.contacts_info .item .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.contacts_info .item .val {
  color: #ffb900;
  font-weight: 700;
  line-height: 100%;
  margin-top: 8px;
}

.contacts_info .item .val a {
  color: currentColor;
  text-decoration: none;
}

.contacts_info .map_wrap {
  position: relative;
  overflow: hidden;
  width: calc(100% - 415px);
  border-radius: 8px;
  background: #ddd;
}

.contacts_info .map_wrap .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.calc {
  padding-bottom: 31px;
}

.calc .form {
  border: 1px solid #f4f4f6;
  border-radius: 8px;
}

.calc .form .col_left {
  padding: 31px;
  margin: auto;
}

.calc .form .col_left > :last-child {
  margin-bottom: 0;
}

.calc .form .col_right {
  width: calc(50% + 7px);
  margin: -1px -1px -32px 0;
}

.calc .form .call {
  padding: 31px;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.calc .form .call .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}

.calc .form .call .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 8px;
}

.calc .form .call .phone {
  color: #ffb900;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.calc .form .call .phone a {
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
}

.calc .form .total {
  display: flex;
  margin-top: 16px;
  padding: 31px;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.calc .form .total .item {
  margin-bottom: 24px;
}

.calc .form .total .item + .item {
  margin-left: 64px;
}

.calc .form .total .item .name {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.calc .form .total .item .val {
  font-weight: 700;
  line-height: 100%;
  margin-top: 8px;
}

.calc .form .total .item .val.blue {
  color: #ffb900;
}

.calc .form .total .line,
.calc .form .total .submit {
  width: 100%;
}

.advantages .row {
  margin-bottom: -32px;
  margin-left: -32px;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
}

.advantages .row > * {
  width: calc(25% - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
}

.advantages .item {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  padding: 23px;
  text-align: center;
  border: 1px solid #f4f4f6;
  border-radius: 4px;
  background: #fff;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.advantages .item .icon {
  display: flex;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: #0059b1;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.advantages .item .icon img {
  display: block;
}

.autopark .row {
  margin-bottom: -48px;
  margin-left: -32px;
  justify-content: center;
}

.autopark .row > * {
  width: calc(33.333% - 32px);
  margin-bottom: 48px;
  margin-left: 32px;
}

.autopark .item {
  text-align: center;
}

.autopark .item .thumb {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #0059b1;
}

.autopark .item .thumb div {
  position: absolute;
  left: -55px;
  display: flex;
  width: calc(100% + 110px);
  height: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.autopark .item .thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.autopark .item .count {
  color: #b0b0b0;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  height: 24px;
  padding-bottom: 7px;
}

.autopark .item .count:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  margin: auto;
  content: "";
  background: #b0b0b0;
}

.autopark .item .name {
  font-weight: 700;
  line-height: 100%;
  margin-top: 8px;
}

.stats .row {
  margin-bottom: -72px;
  margin-left: -32px;
  padding-top: 24px;
  padding-bottom: 24px;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
}

.stats .row > * {
  width: calc(33.333% - 32px);
  margin-bottom: 72px;
  margin-left: 32px;
}

.stats .item {
  position: relative;
  padding: 2px;
  text-align: center;
  background: #0059b1;
}

.stats .item > div {
  display: flex;
  height: 124px;
  background: var(--bg);
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.stats .item .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  top: -17px;
  padding: 0 8px;
  background: var(--bg);
}

.stats .item .name ~ .name {
  top: auto;
  bottom: -8px;
}

.stats .item .val {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}

.video_reviews .row {
  margin-bottom: -32px;
  margin-left: -32px;
  justify-content: center;
}

.video_reviews .row > * {
  width: calc(33.333% - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
}

.video_reviews .item {
  color: currentColor;
  display: block;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.1);
  text-decoration: none;
}

.video_reviews .item .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.18%;
  border-radius: 8px;
  background: #ddd;
}

.video_reviews .item .thumb img:not(.icon) {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.video_reviews .item .icon {
  position: absolute;
  z-index: 3;
  width: 96px;
  height: 68px;
  margin: auto;
  inset: 0;
}

.delivery .map_wrap {
  position: relative;
  overflow: hidden;
  height: 456px;
  transform: translateZ(0);
  border-radius: 8px;
  background: #ddd;
}

.delivery .map_wrap .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.delivery .regions_link {
  margin-top: 32px;
  text-align: center;
}

.regions_row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0;
}

.delivery .regions_link a {
  color: #1c2321;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
  padding: 16px 32px;
  transition: background 0.2s linear;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px;
  background: #ffb900;
  box-shadow: 0 8px 32px rgba(51, 51, 51, 0.4);
}

.delivery .regions_link a:hover {
  background: #ffb900;
}

.order_methods .row {
  margin-bottom: -32px;
  margin-left: -32px;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
}

.order_methods .row > * {
  width: calc(27% - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
}

.order_methods .item {
  padding: 15px 31px;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.order_methods .item .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.order_methods .item .val {
  color: #0059b1;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 8px;
}

.order_methods .item .val a {
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
}

.order_methods .order_btn {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  padding: 15px 31px;
  transition: background 0.2s linear;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #ffb900;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.order_methods .order_btn:hover {
  background: #ffcf51;
}

.akcii .row {
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
}

.akcii .item {
  padding: 15px 31px;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.akcii .item .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.akcii .item .val {
  color: #ffb900;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 8px;
}

.akcii .item .val a {
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
}

.akcii .order_btn {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  padding: 15px 31px;
  transition: background 0.2s linear;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #ffb900;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.akcii .order_btn:hover {
  background: #ffcf51;
}

.articles .row {
  margin-bottom: -32px;
  margin-left: -32px;
  align-items: stretch;
  align-content: stretch;
}

.articles .row > * {
  width: calc(33.333% - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
}

.articles .article {
  overflow: hidden;
  border-radius: 8px;
  background: #f4f4f6;
}

.articles .article .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
  border-radius: 0 0 4px 4px;
  background: #ddd;
}

.articles .article .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles .article .info {
  padding: 24px;
}

.articles .article .name {
  font-weight: 700;
  line-height: 100%;
}

.articles .article .name a {
  color: currentColor;
  transition: color 0.2s linear;
  text-decoration: none;
}

.articles .article .name a:hover,
.articles .article .thumb:hover ~ .info .name {
  color: #ffb900;
}

.articles .article .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 8px;
}

.articles .article .details_link {
  color: #ffb900;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  margin-top: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.articles .article .details_link a {
  color: currentColor;
  display: flex;
  text-decoration: none;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.articles .article .details_link a .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.articles .all_link {
  margin-top: 24px;
  text-align: center;
}

.articles .all_link a {
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
  padding: 16px 32px;
  transition: background 0.2s linear;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px;
  background: #ffb900;
  box-shadow: 0 8px 32px rgba(51, 51, 51, 0.4);
}

.articles .all_link a:hover {
  background: #ffb900;
}

.our_achievements .row {
  justify-content: space-between;
}

.our_achievements .video_link {
  color: currentColor;
  display: block;
  width: calc(50% - 16px);
  text-decoration: none;
}

.our_achievements .video_link .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.18%;
  border-radius: 8px;
  background: #ddd;
}

.our_achievements .video_link .thumb img:not(.icon) {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.our_achievements .video_link .icon {
  position: absolute;
  z-index: 3;
  width: 164px;
  height: 116px;
  margin: auto;
  inset: 0;
}

.our_achievements .info {
  width: calc(50% - 16px);
  padding-top: 36px;
}

.our_achievements .info .title {
  font-weight: 700;
  line-height: 100%;
}

.our_achievements .info .desc {
  font-weight: 500;
  font-style: italic;
  line-height: 150%;
  margin-top: 8px;
}

.products .row {
  margin-bottom: -32px;
  margin-left: -32px;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
}

.products .row > * {
  width: calc(33.333% - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
}

.products .product {
  color: currentColor;
  display: block;
  padding: 23px;
  transition: 0.2s linear;
  text-align: center;
  text-decoration: none;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(51, 51, 51, 0.08);
}

.products .product .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.products .product .price {
  color: #b0b0b0;
  font-weight: 700;
  line-height: 100%;
  margin-top: 16px;
}

.products .product:hover {
  border-color: #ffb900;
  background: #ffb900;
}

.products .product:hover .name,
.products .product:hover .price {
  color: #fff;
}

.product-controls {
  width: 100%;
  display: flex;
  justify-content: center;
}

.product_tabs .tabs {
  margin-bottom: 48px;
  margin-left: -32px;
  justify-content: flex-start;
}

.product_tabs .tabs button {
  color: #b0b0b0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-left: 32px;
  padding: 0 0 6px;
  transition: color 0.2s linear;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: none;
}

.product_tabs .tabs button:hover {
  color: #ffb900;
}

.product_tabs .tabs button.active {
  color: #ffb900;
  border-color: #ffb900;
}

.product_tabs .action_form {
  margin-top: 64px;
}

.payment_methods .row {
  margin-bottom: -32px;
  margin-left: -32px;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
}

.payment_methods .row > * {
  width: calc(33.333% - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
}

.payment_methods .item {
  color: currentColor;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
}

.payment_methods .item .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
  background: #ddd;
}

.payment_methods .item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.payment_methods .item .name {
  padding: 16px 15px 15px;
}

footer {
  padding: 64px 0;
  background: #f4f4f6;
}

footer .cont {
  justify-content: space-between;
}

footer .logo img {
  display: block;
  max-width: 120px;
}

footer .location {
  margin-top: 16px;
}

footer .location,
footer .requisites {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

footer .requisites {
  margin-top: 8px;
}

footer .time {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 24px;
}
footer .search {
  margin-top: 24px;
}
footer .title {
  color: #b0b0b0;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}

footer .links .items {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  list-style: none;
}

footer .links .items.columns {
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

footer .links .items.columns > * {
  transform: translateZ(0);
  --webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

footer .links .items:not(.footer-menu-items) > * + * {
  margin-top: 16px;
}
.footer-menu-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
}

footer .links .items a {
  color: currentColor;
  transition: color 0.2s linear;
  text-decoration: none;
}

footer .links .items a.active,
footer .links .items a:hover {
  color: #ffb900;
}

footer .col_right {
  width: 347px;
  max-width: 100%;
}

.search {
  width: 100%;
}

.search form {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.search form ::-webkit-input-placeholder {
  color: #b0b0b0;
}

.search form :-moz-placeholder {
  color: #b0b0b0;
}

.search form :-ms-input-placeholder {
  color: #b0b0b0;
}

.search form .input {
  color: var(--text_color);
  font-family: var(--font_family);
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  width: 100%;
  height: 64px;
  padding: 0 19px 0 51px;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
}

.search form .submit_btn {
  color: #b0b0b0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  display: flex;
  width: 24px;
  height: 24px;
  margin: auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.search form .submit_btn .icon {
  display: block;
}

footer .socials {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}

footer .socials .items {
  margin-top: 8px;
  justify-content: flex-start;
}

footer .socials .items,
footer .socials a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

footer .socials a {
  color: #ffb900;
  border: 1px solid #ffb900;
  width: 32px;
  height: 32px;
  transition: background 0.2s linear;
  text-decoration: none;
  border-radius: 2px;
  justify-content: center;
}

footer .socials a + a {
  margin-left: 8px;
}

footer .socials .icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

footer .socials .twitter_link .icon {
  width: 24px;
  height: 19px;
}

footer .socials .vkontakte_link .icon {
  width: 24px;
  height: 14px;
}

footer .socials .instagram_link .icon {
  width: 24px;
  height: 24px;
}

footer .socials .facebook_link .icon {
  width: 11px;
  height: 22px;
}

footer .socials .youtube_link .icon {
  width: 24px;
  height: 19px;
}

footer .socials .odnokl_link .icon {
  width: 14px;
  height: 22px;
}

footer .socials a:hover {
  background: #ffb900;
  color: #fff;
}

.modal {
  display: none;
  visibility: visible !important;
  width: 776px;
  max-width: 100%;
  padding: 48px 56px 32px;
  border: 1px solid #f4f4f6;
  border-radius: 16px;
  background: #fff;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.modal_title {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
  text-align: center;
}

.modal_title span {
  color: #ffb900;
}

#order_modal .form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

#order_modal .form .line {
  width: calc(50% - 136px);
  margin: 0;
}

#order_modal .form .submit {
  width: 232px;
  max-width: 100%;
  margin-left: 8px;
}

#order_modal .form .submit_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  min-height: 64px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 8px 32px #ffdb7c;
}

#order_modal .form .submit_btn small {
  font-size: 12px;
  line-height: 100%;
  display: block;
  width: 100%;
  margin-top: 4px;
}

#order_modal .cart {
  margin-top: 32px;
}

#order_modal .cart .title {
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}

#order_modal .cart .table_wrap ~ .table_wrap {
  margin-top: 32px;
}

#order_modal .cart .total_price {
  font-weight: 700;
  line-height: 100%;
  display: flex;
  margin-top: 32px;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

#order_modal .cart .total_price .val {
  color: #ffb900;
  margin-left: 8px;
  white-space: nowrap;
}

#callback_modal {
  width: 596px;
}

#callback_modal .form .submit {
  padding-top: 8px;
}

#callback_modal .form .agree {
  margin-top: 16px;
}

.products .product.hide {
  display: none;
}

.map-scroll-cover {
  display: none;
  position: absolute;
  background-color: rgba(0, 89, 177, 0.4);
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
  cursor: pointer;
  will-change: opacity;
}

.map-scroll-cover--visible {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn;
  animation-duration: 0.3s;
}

.accordion .accordion_item .head,
.certs .item,
.our_achievements .video_link .thumb,
.video_reviews .item .thumb {
  transition: 0.2s;
}

.accordion .accordion_item .head:hover,
.certs .item:hover,
.our_achievements .video_link .thumb:hover,
.video_reviews .item .thumb:hover {
  transform: scale(1.03);
}

.popular-products {
  margin-bottom: 60px;
  width: 100%;
}

.popular-products .item {
  width: 265px;
  padding: 16px;
  display: grid;
  border: 2px solid #f4f4f6;
  border-radius: 16px;
  transition: 0.3s;
}

.popular-products .image {
  border-radius: 4px;
  width: 100%;
  height: 165px;
  background: #d4d4d4;
  background-size: cover;
}

.popular-products .data ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.popular-products .data ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  overflow: hidden;
}

.popular-products .data ul li:after {
  content: ".............................................................";
  position: absolute;
  width: 100%;
  top: -3px;
  color: #000;
}

.popular-products .data .key {
  color: #a0a0a0;
  z-index: 1;
  padding-right: 10px;
  background: #fff;
}

.popular-products .data .value {
  background: #fff;
  z-index: 1;
  padding-left: 10px;
  white-space: nowrap;
}

.popular-products .title {
  font-size: 16px;
}

.popular-products .price {
  font-weight: 700;
  font-size: 20px;
}

.popular-products .btns,
.popular-products .data,
.popular-products .price,
.popular-products .title {
  margin-top: 12px;
}

.popular-products .popular-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  width: 100%;
  grid-gap: 12px;
}

.popular-products .popular-products {
  margin-bottom: 60px;
}

.popular-products .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.popular-products .btns button {
  width: 100%;
  height: 48px;
}

.popular-products .btns .popular-button {
  border: 1px solid #f2994a;
  border-radius: 64px;
  font-weight: 700;
  transition: 0.2s;
  font-size: 14px;
}

.popular-products .btns .popular-button:hover {
  background: #ffcf51;
  border-color: #ffcf51;
  color: #f4f4f6;
}

.popular-products .item:hover,
.popular-products .item:hover span {
  background: #f4f4f6;
}

.popular-products .item span {
  transition: 0.3s;
}

.popular-products .title a {
  font-weight: 600;
}

.popular-products .title a[href] {
  color: #ffb900;
  text-decoration: none;
}

.popular-products .buy-1-click-btn {
  background: #ffb900;
  color: #eee;
  border-radius: 64px;
  transition: 0.2s;
  font-weight: 700;
  font-size: 14px;
}

.popular-products .buy-1-click-btn:hover {
  background: #ffcf51;
}

#product_sale {
  overflow: hidden;
}

.product-sale {
  width: 100%;
  margin-bottom: 60px;
}

.product-sale .slick-slide {
  margin: 0 12px;
}

.product-sale .product-sale-item {
  border: 2px solid #f4f4f6;
  border-radius: 16px;
}

.product-sale .product-sale-item:hover {
  background: #f4f4f6;
}

.product-sale .product-sale-item .image {
  width: 100%;
  height: 165px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 8px;
}

.product-sale .product-sale-item .bottom {
  padding: 16px;
}

.product-sale .product-sale-item .pagetitle {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.product-sale .product-sale-item .price {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.product-sale .product-sale-item .label {
  display: flex;
  background: #282a2e;
  align-items: center;
  justify-content: space-between;
  width: 173px;
  height: 32px;
  padding: 9px 16px;
  border-radius: 32px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.product-sale .product-sale-item .label span {
  background-image: url(/assets/template/images/Fire.svg);
  width: 24px;
  height: 24px;
  display: block;
}

.product-sale .product-sale-item .calculator__bottom-button {
  margin-top: 0 !important;
}

.product-sale .product-sale__buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
}

.product-sale .product-sale__buttons .product-sale__buttons-prev:before,
.product-sale .product-sale__buttons .product-sale__buttons-next:before,
.more-products__controls-prev:before,
.more-products__controls-next:before {
  position: relative;
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 10px;
  height: 10px;
  margin: auto;
}
.product-sale .product-sale__buttons .product-sale__buttons-prev:before,
.more-products__controls-prev:before {
  right: -2px;
  transform: rotate(225deg);
}

.product-sale .product-sale__buttons .product-sale__buttons-next:before,
.more-products__controls-next:before {
  right: 2px;
  transform: rotate(45deg);
}

.product-sale .product-sale__buttons-next,
.product-sale .product-sale__buttons-prev,
.more-products__controls-prev,
.more-products__controls-next {
  margin: 0 12px;
  width: 40px;
  height: 40px;
  border: 1px solid #f2994a;
  border-radius: 50%;
  transition: 0.2s;
}
.product-sale .product-sale__buttons-next:hover,
.product-sale .product-sale__buttons-prev:hover,
.more-products__controls-prev:hover,
.more-products__controls-next:hover {
  border-color: #ffcf51;
}

.product-sale .product-sale-button-buy {
  background: #ffb900;
  border-radius: 64px;
  transition: 0.2s;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  max-width: 234px;
  height: 48px;
  text-transform: uppercase;
}

.product-sale .product-sale-button-buy:hover {
  background: #ffcf51;
}

footer .rating-badge {
  margin-top: 32px;
}

.form ::-webkit-input-placeholder {
  color: #000 !important;
}

.form :-moz-placeholder,
.form ::-moz-placeholder,
.form ::-webkit-input-placeholder,
.form ::placeholder {
  color: #000 !important;
}

.price_list .links {
  display: flex;
  margin-top: 40px;
  margin-bottom: -24px;
  margin-left: -24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.price_list .links > * {
  margin-bottom: 24px;
  margin-left: 24px;
}

.price_list .links a {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  padding: 16px 32px;
  transition: 0.2s linear;
  text-decoration: none;
  border-radius: 8px;
  background: #ffb900;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.price_list .links a .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.price_list .links a:hover {
  background: #ffcf51;
}

.calculator {
  margin: 48px 0;
}

.calculator .form__input input,
.calculator__select .form__error span {
  font-size: 0.875rem;
}

.calculator .form__input input::-webkit-input-placeholder {
  font-size: 0.875rem !important;
}

.calculator .form__input input::-moz-placeholder {
  font-size: 0.875rem !important;
}

.calculator .form__input input:-ms-input-placeholder {
  font-size: 0.875rem !important;
}

.calculator .form__input input::placeholder {
  font-size: 0.875rem !important;
}

.calculator__block {
  background: #fff;
  box-shadow: 0 4px 40px rgba(25, 41, 63, 0.08);
  border-radius: 2px;
  padding: 16px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.calculator__body {
  border: 1px solid #eaebed;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 16px 14px;
  height: 100%;
  width: 100%;
}

.calculator__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.calculator__title:before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 22h4c5 0 7-2 7-7V9c0-5-2-7-7-7h-4C5 2 3 4 3 9v6c0 5 2 7 7 7z' stroke='%230059b1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 7.58v1c0 .82-.67 1.5-1.5 1.5H9c-.82 0-1.5-.67-1.5-1.5v-1c0-.82.67-1.5 1.5-1.5h6c.83 0 1.5.67 1.5 1.5z' stroke='%230059b1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.136 14h.012M11.995 14h.012M15.854 14h.011' stroke='%230059b1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.136 17.5h.012M11.995 17.5h.012M15.854 17.5h.011' stroke='%23425062' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat 50%/100%;
}

.calculator__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  padding: 0.5rem;
}

.calculator__form .hidden {
  pointer-events: none;
  opacity: 0.5;
}

.calculator__form-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}

.calculator__form-adds .calculator__tumbler {
  flex-direction: row-reverse;
}

.calculator__form-adds .calculator__tumbler span {
  margin-left: 0;
  max-width: 200px;
  font-size: 0.875rem;
}

.calculator__form-adds .calculator__tumbler label {
  margin-left: auto;
}

.calculator__form-adds .calculator__tumbler + .calculator__select {
  max-width: 156px;
}

.calculator__form-bottom {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}

.calculator__count {
  background: linear-gradient(180deg, #ffb900, #ffcf51);
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  padding: 8px;
  display: flex;
  align-items: center;
}

.calculator__count span {
  margin-left: auto;
}

.calculator__input:not(.calculator__input:last-child) {
  margin-bottom: 16px;
}

.calculator__input input[type="email"],
.calculator__input input[type="tel"],
.calculator__input input[type="text"] {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-size: 0.75rem;
  background: #f7f8f9;
  border: 1px solid #eaebed;
  box-sizing: border-box;
  border-radius: 2px;
  color: #425062;
  transition: all 0.3s ease 0s;
}

.calculator__input input[type="email"]:focus,
.calculator__input input[type="tel"]:focus,
.calculator__input input[type="text"]:focus {
  background: #fff;
  border: 1px solid #ffb900;
}

.calculator__input input[type="email"]:hover,
.calculator__input input[type="tel"]:hover,
.calculator__input input[type="text"]:hover {
  border: 1px solid #ffb900;
}

.calculator__input input[type="email"]::-webkit-input-placeholder,
.calculator__input input[type="tel"]::-webkit-input-placeholder,
.calculator__input input[type="text"]::-webkit-input-placeholder {
  color: #425062;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 1;
}

.calculator__input input[type="email"]::-moz-placeholder,
.calculator__input input[type="tel"]::-moz-placeholder,
.calculator__input input[type="text"]::-moz-placeholder {
  color: #425062;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 1;
}

.calculator__input input[type="email"]:-ms-input-placeholder,
.calculator__input input[type="tel"]:-ms-input-placeholder,
.calculator__input input[type="text"]:-ms-input-placeholder {
  color: #425062;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 1;
}

.calculator__input input[type="email"]::placeholder,
.calculator__input input[type="tel"]::placeholder,
.calculator__input input[type="text"]::placeholder {
  color: #425062;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 1;
}

.calculator__input input[type="email"][data-type="size"],
.calculator__input input[type="tel"][data-type="size"],
.calculator__input input[type="text"][data-type="size"] {
  text-align: right;
}

.calculator__input
  input[type="email"][data-type="size"]::-webkit-input-placeholder,
.calculator__input
  input[type="tel"][data-type="size"]::-webkit-input-placeholder,
.calculator__input
  input[type="text"][data-type="size"]::-webkit-input-placeholder {
  text-align: right;
}

.calculator__input input[type="email"][data-type="size"]::-moz-placeholder,
.calculator__input input[type="tel"][data-type="size"]::-moz-placeholder,
.calculator__input input[type="text"][data-type="size"]::-moz-placeholder {
  text-align: right;
}

.calculator__input input[type="email"][data-type="size"]:-ms-input-placeholder,
.calculator__input input[type="tel"][data-type="size"]:-ms-input-placeholder,
.calculator__input input[type="text"][data-type="size"]:-ms-input-placeholder {
  text-align: right;
}

.calculator__input input[type="email"][data-type="size"]::placeholder,
.calculator__input input[type="tel"][data-type="size"]::placeholder,
.calculator__input input[type="text"][data-type="size"]::placeholder {
  text-align: right;
}

.calculator__input label {
  display: block;
  margin-bottom: 8px;
  color: #969696;
}

.calculator__error,
.calculator__input label {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
}

.calculator__error {
  margin-top: 8px;
  color: #ffb900;
}

.calculator__textarea:not(.calculator__textarea:last-child) {
  margin-bottom: 16px;
}

.calculator__textarea textarea {
  display: block;
  width: 100%;
  min-height: 128px;
  padding: 16px 24px;
  font-size: 0.75rem;
  background: #f7f8f9;
  border: 1px solid #eaebed;
  box-sizing: border-box;
  border-radius: 2px;
  color: #425062;
  transition: all 0.3s ease 0s;
  resize: none;
  scrollbar-color: #ffb900 #ffcf51;
  scrollbar-width: thin;
}

.calculator__textarea textarea::-webkit-scrollbar {
  width: 6px;
  appearance: none;
  -webkit-appearance: none;
}

.calculator__textarea textarea::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #ffcf51;
}

.calculator__textarea textarea::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ffb900;
  border: 2px solid #ffb900;
}

.calculator__textarea textarea:focus {
  background: #fff;
  border: 1px solid #ffb900;
}

.calculator__textarea textarea:hover {
  border: 1px solid #ffb900;
}

.calculator__textarea textarea::-webkit-input-placeholder {
  color: #425062;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 1;
}

.calculator__textarea textarea::-moz-placeholder {
  color: #425062;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 1;
}

.calculator__textarea textarea:-ms-input-placeholder {
  color: #425062;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 1;
}

.calculator__textarea textarea::placeholder {
  color: #425062;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 1;
}

.calculator__textarea label {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 8px;
  color: #969696;
}

.calculator__tumbler {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.calculator__tumbler:not(.calculator__tumbler:last-child) {
  margin-bottom: 16px;
}

.calculator__tumbler input[type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.calculator__tumbler input[type="checkbox"] + label {
  display: block;
  padding: 1px;
  position: relative;
  width: 36px;
  height: 20px;
  background: #f7f8f9;
  border: 1px solid #eaebed;
  box-sizing: border-box;
  border-radius: 20px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.calculator__tumbler input[type="checkbox"] + label:hover {
  background: #ffcf51;
  border-color: #ffcf51;
}

.calculator__tumbler input[type="checkbox"] + label:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffb900;
  transition: all 0.3s ease;
}

.calculator__tumbler input[type="checkbox"] + label:after {
  content: none;
  display: none;
}

.calculator__tumbler input[type="checkbox"]:checked + label {
  background: #ffb900;
  border-color: #ffb900;
}

.calculator__tumbler input[type="checkbox"]:checked + label:hover {
  background: linear-gradient(180deg, #ffb900, #ffcf51);
  border-color: #ffb900;
}

.calculator__tumbler input[type="checkbox"]:checked + label:before {
  background: #fff;
  transform: translateX(15px);
}

.calculator__tumbler span {
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  margin-left: 8px;
}

.calculator__tumbler span a {
  color: #ffb900;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.calculator__counter {
  display: grid;
  grid-template-columns: 24px minmax(48px, auto) 24px;
  padding: 3px;
  border: 1px solid #eaebed;
  border-radius: 2px;
  background: transparent;
}

.calculator__counter input[type="text"] {
  padding: 0 16px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  background: transparent;
  text-align: center;
}

.calculator__counter-button {
  background: #ffb900;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculator__counter-button:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  -webkit-filter: brightness(15);
  filter: brightness(15);
}

.calculator__counter-button--minus:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230059b1' d='M2 5h8v2H2z'/%3E%3C/svg%3E")
    no-repeat 50%/100%;
}

.calculator__counter-button--plus:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 7v3h2V7h3V5H7V2H5v3H2v2h3z' fill='%230059b1'/%3E%3C/svg%3E")
    no-repeat 50%/100%;
}

.calculator__counter-button:disabled {
  background: #ffcf51;
}

.calculator__counter-button:disabled:before {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.calculator__radios {
  display: flex;
}

.calculator__radio {
  position: relative;
}

.calculator__radio:not(:last-child) {
  margin-right: 32px;
}

.calculator__radio input[type="radio"] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.calculator__radio input[type="radio"] + label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.calculator__radio input[type="radio"] + label:hover:before {
  background-color: #ffcf51;
}

.calculator__radio input[type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ffb900;
  border-radius: 50%;
  margin-right: 8px;
  transition: background-color 0.3s ease 0s;
}

.calculator__radio input[type="radio"]:checked + label:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%230059b1'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-position: 3px 3px;
}

.calculator__checkbox {
  position: relative;
}

.calculator__checkbox:not(:last-child) {
  margin-bottom: 16px;
}

.calculator__checkbox input[type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.calculator__checkbox input[type="checkbox"] + label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.calculator__checkbox input[type="checkbox"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ffb900;
  border-radius: 4px;
  margin-right: 8px;
  background: #fff;
  transition: background-color 0.3s ease 0s;
}

.calculator__checkbox input[type="checkbox"] + label:hover:before {
  background-color: #ffcf51;
}

.calculator__checkbox input[type="checkbox"]:checked + label:before {
  background-color: #ffb900;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.586 1L4.621 9 1 5.364' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.calculator__select {
  position: relative;
}

.calculator__select label {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 8px;
  color: #969696;
}

.calculator__select .select {
  width: 100%;
  position: relative;
}

.calculator__select .select.opened .select__input:before {
  transform: rotate(180deg);
}

.calculator__select .select.opened .select__list {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}

.calculator__select .select__input {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-size: 0.875rem;
  background: #f7f8f9;
  border: 1px solid #eaebed;
  box-sizing: border-box;
  border-radius: 2px;
  color: #425062;
  transition: all 0.3s ease 0s;
  position: relative;
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.calculator__select .select__input:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease 0s;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.279 5.967l-4.347 4.346a1.324 1.324 0 01-1.867 0L2.72 5.967' stroke='%230059b1' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat 50%/100%;
}

.calculator__select .select__input:hover {
  border: 1px solid #ffb900;
}

.calculator__select .select__list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  background: #fff;
  box-shadow: 0 4px 40px rgba(25, 41, 63, 0.08);
  border-radius: 2px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}

.calculator__select .select__list-item {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 48px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calculator__select .select__list-item:hover {
  background: #ffcf51;
}

.calculator__select .select__list-item span {
  pointer-events: none;
}

.calculator__button {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  padding: 15px 31px;
  transition: background 0.2s linear;
  border: 1px solid #ffb900;
  border-radius: 8px;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
  font-size: 1.1rem;
}

.calculator__button_regular {
  color: #000;
}

.calculator__button_regular:hover {
  background: #ffcf51;
  color: #fff;
}

.calculator__button_action {
  font-size: 1.2rem;
  background: #ffb900;
  color: #fff;
}

.calculator__button_action:hover {
  background: #ffcf51;
}

.calculator .nice-select {
  display: none;
}

.akcii__row {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.akcii__img {
  display: block;
  width: 128px;
  height: 64px;
  border-radius: 4px;
  overflow: hidden;
}

.akcii__img img {
  width: 100%;
}

.akcii__text {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
}

.action_form {
  position: relative;
}

.action_form .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.action_form .form {
  position: relative;
  width: 547px;
  max-width: 100%;
  padding: 31px;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.action_form .form .submit {
  padding-top: 8px;
}

.action_form .form .agree {
  margin-top: 16px;
}

.action_form .contacts {
  align-self: flex-start;
  padding: 31px;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 8px 32px rgba(51, 51, 51, 0.08);
}

.action_form .item {
  text-align: center;
}

.action_form .item + .item {
  margin-top: 1.5rem;
}

.action_form .item .name {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.action_form .item .val {
  color: #0059b1;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 8px;
}

.action_form .item .val a {
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
}

.action_form .item .val a[href*="tel"] {
  font-size: 110%;
}

.product_info {
  margin-bottom: 32px;
}

.product_info .cont {
  justify-content: space-between;
}

.product_info .slider {
  width: calc(50% - 16px);
  margin: 0;
}

.product_info .slider,
.product_info .slider .slide,
.product_info .slider .thumb {
  overflow: hidden;
  border-radius: 4px;
}

.product_info .slider .thumb {
  position: relative;
  display: block;
  padding-bottom: 53.82%;
  background: #ddd;
}

.product_info .slider .thumb img {
  position: absolute;
  cursor: zoom-in;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product_info .data {
  position: relative;
  display: flex;
  width: calc(50% - 16px);
  min-height: 296px;
  margin-left: auto;
  padding-bottom: 64px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.product_info .data .product_name {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}

.product_info .data .price {
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  margin-top: 16px;
  padding: 8px 16px;
  white-space: nowrap;
  border-radius: 4px;
  background: #ffb900;
}

.product_info .data .status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  margin-top: 16px;
  margin-left: auto;
  padding: 4px 8px;
}

.product_info .data .status .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.product_info .data .status.green {
  color: #18b787;
}

.product_info .data .desc {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.product_info .data .buy_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  padding: 7px 23px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  transition: background 0.2s linear;
  border: 1px solid #ffb900;
  border-radius: 4px;
  background: #ffb900;
  box-shadow: 0 8px 32px rgba(51, 51, 51, 0.08);
}

.product_info .data .buy_btn:hover {
  background: #ffcf51;
}

.certs .row {
  margin-bottom: -32px;
  margin-left: -32px;
  justify-content: center;
}

.certs .row > * {
  width: calc(33.333% - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
}

.certs .item {
  display: block;
  color: currentColor;
  text-decoration: none;
  cursor: zoom-in;
}

.certs .item img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pricelist-wrap {
  width: 100%;
}

@media (max-width: 740px) {
  .popular-products .popular-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .calculator__block {
    box-shadow: none;
  }

  .calculator__body {
    padding: 0;
    border: none;
    box-shadow: none;
  }

  .calculator__title {
    justify-content: center;
  }

  .calculator__title:before {
    display: none;
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .supports_error {
    display: flex !important;
  }
}
