:root {
  --color-primary: #000;
  --color-accent: #ff7704;
  --wrapper-width: 1280px;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/lato/Lato-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/lato/Lato-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/lato/Lato-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/lato/Lato-Black.woff2") format("woff2");
}

main {
  display: block;
}
@media (min-width: 991px) {
  .container.large-container {
    width: 80rem;
  }
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
  color: #ff7704;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden] {
  display: none;
}
h1 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
p {
  margin-top: 1em;
  margin-bottom: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  margin: auto;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  width: 1920px;
  background: #eee;
}
.wrapper {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
html {
  max-width: 100%;
  overflow-x: hidden;
}
[data-fancybox] {
  cursor: pointer;
}
.d-flex {
  display: flex;
}
.color_light {
  color: #999;
}
.color_accent {
  color: #ff7704;
}
.color_warn {
  color: #ff7704;
}
.btn {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}
.btn-text {
  color: #000;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}
.btn-text--gray {
  color: #e5e5e5;
}
.text-center {
  text-align: center;
}
.lead {
  font-weight: 400;
}
.important-text {
  background-color: #eee;
  padding: 1rem;
  font-style: italic;
  margin: 1em 0 2em;
}
.important-stroke {
  color: #ff7704;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 0;
}
.btn__arrow {
  margin-left: 12px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.btn-text--gray .btn__arrow--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='%23e5e5e5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%23e5e5e5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.btn__arrow-white {
  margin-left: 1em;
  height: 1.5em;
  width: 1.5em;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 18H28.5' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 7.5L28.5 18L18 28.5' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.btn__arrow--accent {
  margin-left: 1em;
  height: 1.125em;
  width: 1.125em;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 18H28.5' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 7.5L28.5 18L18 28.5' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.btn__arrow--right {
  margin-left: 1em;
}
.btn--flat {
  color: #ff7704;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
}
.btn-default {
  display: flex;
  align-items: center;
  background: #ff7704;
  color: #fff;
  border-radius: 1.4em;
  font-size: 1rem;
  padding: 0.6em 1.2em;
  border: 0;
}
.aside__menu {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}
.aside__menu > li {
  margin-bottom: 1em;
}
.aside__menu-link {
  font-size: 0.95em;
}
.aside__menu > li > a {
  font-weight: bold;
  color: #ff7704;
  font-size: 1.15em;
  margin-bottom: 0.5em;
  display: block;
}
.aside__menu-sub {
  padding-left: 0;
  list-style: none;
}
.aside__menu-link {
  text-decoration: none;
  color: inherit;
}
.aside__menu li.active > .aside__menu-link,
.aside__menu-link:hover {
  color: #ff7704;
}
/* AJAXFORM */
.ajax_form span.error {
  font-size: 12px;
}
.ajax-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
}
.ajax-modal.js-active {
  display: flex;
  align-items: center;
}
.ajax-modal__content {
  background: #fff;
  width: 700px;
  max-width: 96%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.feedform__info {
  text-align: center;
  font-size: 1.3rem;
}
.form-nolabel .control-label {
  display: none;
}
.ajax_form .control-group {
  margin-bottom: 1rem;
  overflow: hidden;
}
.ajax_form input,
.ajax_form textarea {
  outline: none;
  height: 46px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  font-size: inherit;
  padding: 8px 16px;
  background: transparent;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #eee;
}
.ajax-modal__content .ajax_form input,
.ajax-modal__content .ajax_form textarea {
  color: var(--color-accent);
}
.ajax_form input::placeholder,
.ajax_form textarea::placeholder {
  color: var(--color-accent);
}
.ajax_form .controls-buttons button {
  float: right;
}
.ajax_form .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5em;
  margin: 0;
}
.ajax-modal__content form {
  position: relative;
}
.ajax-modal__close {
  position: absolute;
  top: 1em;
  right: 1em;
  opacity: 0.5;
  cursor: pointer;
  width: 2em;
  height: 2em;
}
.ajax-modal__close:hover {
  opacity: 1;
}
.ajax-modal__close:before,
.ajax-modal__close:after {
  position: absolute;
  left: 1em;
  content: " ";
  height: 2em;
  width: 2px;
  background-color: #fff;
}
.ajax-modal__close:before {
  transform: rotate(45deg);
}
.ajax-modal__close:after {
  transform: rotate(-45deg);
}
.ajax_form .modal-header {
  text-align: center;
  padding: 1rem;
  background: var(--color-accent);
}
.ajax_form .message {
  text-align: center;
}
.ajax_form .fields {
  padding: 1rem 0 0 0;
}
.ajax_form .alert-error {
  color: #ff7704;
}
.ajax_form__message {
  display: none;
  text-align: center;
  padding: 0 10px;
}
.ajax_form__message ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.ajax_form__message li {
  margin-bottom: 1rem;
}
/* */
.icons8-whatsapp {
  cursor: pointer;
  margin-left: 1em;
  display: inline-block;
  width: 4em;
  height: 4em;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMTYiIGhlaWdodD0iMTYiCnZpZXdCb3g9IjAgMCA4MCA4MCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBmaWxsPSIjZjJmYWZmIiBkPSJNNy45MDQsNTguNjY1TDcuOCw1OC40ODRjLTMuMjYzLTUuNjQ5LTQuOTg2LTEyLjEwMi00Ljk4My0xOC42NiBDMi44MjYsMTkuMjQ0LDE5LjU3NywyLjUsNDAuMTU3LDIuNUM1MC4xNCwyLjUwMyw1OS41MjEsNi4zOTEsNjYuNTcsMTMuNDQ2QzczLjYxOCwyMC41LDc3LjUsMjkuODc5LDc3LjUsMzkuODU1IGMtMC4wMSwyMC41ODMtMTYuNzYsMzcuMzI4LTM3LjM0LDM3LjMyOGMtNi4yNDctMC4wMDMtMTIuNDE4LTEuNTc0LTE3Ljg2MS00LjU0M2wtMC4xNzQtMC4wOTZMMi43MTEsNzcuNjM2TDcuOTA0LDU4LjY2NXoiPjwvcGF0aD48cGF0aCBmaWxsPSIjNzg4YjljIiBkPSJNNDAuMTU3LDNMNDAuMTU3LDNjOS44NSwwLjAwMywxOS4xMDUsMy44MzgsMjYuMDU5LDEwLjc5OUM3My4xNywyMC43Niw3NywzMC4wMTMsNzcsMzkuODU1IGMtMC4wMDksMjAuMzA3LTE2LjUzNiwzNi44MjgtMzYuODU1LDM2LjgyOGMtNi4xNDktMC4wMDMtMTIuMjM3LTEuNTUzLTE3LjYwNi00LjQ4MmwtMC4zNDktMC4xOWwtMC4zODQsMC4xMDFsLTE4LjM4NCw0LjgyIGw0LjkxLTE3LjkzM2wwLjExLTAuNDAzbC0wLjIwOS0wLjM2MmMtMy4yMi01LjU3NC00LjkyLTExLjk0LTQuOTE3LTE4LjQxQzMuMzI2LDE5LjUyLDE5Ljg1MiwzLDQwLjE1NywzIE00MC4xNTcsMiBDMTkuMzAyLDIsMi4zMjYsMTguOTY5LDIuMzE3LDM5LjgyNEMyLjMxMyw0Ni40OSw0LjA1NSw1Myw3LjM2Nyw1OC43MzVMMiw3OC4zMzlsMjAuMDYtNS4yNiBjNS41MjYsMy4wMTUsMTEuNzUxLDQuNjAxLDE4LjA4NCw0LjYwNGgwLjAxNmMyMC44NTUsMCwzNy44MzEtMTYuOTY5LDM3Ljg0LTM3LjgyN2MwLTEwLjEwOC0zLjkzMy0xOS42MTMtMTEuMDc3LTI2Ljc2NCBDNTkuNzgsNS45NDIsNTAuMjgsMi4wMDMsNDAuMTU3LDJMNDAuMTU3LDJ6Ij48L3BhdGg+PHBhdGggZmlsbD0iIzc5YmE3ZSIgZD0iTTM5Ljk5LDcwYy01LjAwOS0wLjAwMy05Ljk2NS0xLjI2My0xNC4zMzItMy42NDZsLTIuODY3LTEuNTY0bC0zLjE1OSwwLjgyOGwtNi40ODIsMS42OTkJbDEuNjU5LTYuMDYxbDAuOTA3LTMuMzEybC0xLjcxOC0yLjk3NEMxMS4zOCw1MC40MzcsOS45OTcsNDUuMjU1LDEwLDM5Ljk4NkMxMC4wMDcsMjMuNDUzLDIzLjQ2NCwxMC4wMDIsMzkuOTk3LDEwCWM4LjAyMiwwLjAwMywxNS41NTgsMy4xMjYsMjEuMjIxLDguNzkzQzY2Ljg4MSwyNC40NjEsNzAsMzEuOTk4LDcwLDQwLjAxMUM2OS45OTIsNTYuNTQ3LDU2LjUzNSw3MCwzOS45OSw3MHoiPjwvcGF0aD48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTYuNTYxLDQ3LjM3NmMtMC45LTAuNDQ5LTUuMzIxLTIuNjI2LTYuMTQzLTIuOTI0Yy0wLjgyNS0wLjMwMS0xLjQyNC0wLjQ0OS0yLjAyMywwLjQ0OQljLTAuNTk5LDAuOS0yLjMyMiwyLjkyNC0yLjg0NSwzLjUyM2MtMC41MjQsMC41OTktMS4wNDgsMC42NzQtMS45NDgsMC4yMjZjLTAuOS0wLjQ0OS0zLjc5Ny0xLjQtNy4yMy00LjQ2MgljLTIuNjc0LTIuMzgyLTQuNDc4LTUuMzI3LTUuMDAxLTYuMjI3Yy0wLjUyNC0wLjktMC4wNTctMS4zODUsMC4zOTQtMS44MzRjMC40MDMtMC40MDMsMC45LTEuMDUxLDEuMzQ5LTEuNTc1CWMwLjQ0OS0wLjUyNCwwLjU5OS0wLjksMC45LTEuNWMwLjMwMS0wLjU5OSwwLjE1MS0xLjEyNi0wLjA3NS0xLjU3NWMtMC4yMjYtMC40NDktMi4wMjMtNC44NzUtMi43NzMtNi42NzMJYy0wLjcyOS0xLjc1Mi0xLjQ3Mi0xLjUxNS0yLjAyMy0xLjU0MmMtMC41MjQtMC4wMjctMS4xMjMtMC4wMy0xLjcyMi0wLjAzYy0wLjU5OSwwLTEuNTc1LDAuMjI2LTIuMzk3LDEuMTI2CWMtMC44MjIsMC45LTMuMTQ3LDMuMDc0LTMuMTQ3LDcuNDk4czMuMjIyLDguNjk5LDMuNjcxLDkuMjk4YzAuNDQ5LDAuNTk5LDYuMzM4LDkuNjc4LDE1LjM2LDEzLjU3MQljMi4xNDQsMC45MjQsMy44MjEsMS40NzgsNS4xMjUsMS44OTRjMi4xNTMsMC42ODQsNC4xMTMsMC41ODcsNS42NjQsMC4zNTVjMS43MjgtMC4yNTksNS4zMjEtMi4xNzQsNi4wNjctNC4yNzMJYzAuNzUtMi4wOTksMC43NS0zLjg5OSwwLjUyNC00LjI3M0M1OC4wNiw0OC4wNTEsNTcuNDYxLDQ3LjgyNSw1Ni41NjEsNDcuMzc2eiI+PC9wYXRoPjwvc3ZnPg==")
    50% 50% no-repeat;
  background-size: 100%;
}
.mainbg-mobile {
  background: url(/assets/images/bg-mob.JPG);
  background-position: center;
  background-size: cover;
  height: 50vh;
}
.banner__description {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 60vh;
}
.banner__title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 64em) {
  .mainbg-mobile {
    background: none;
  }
  .section-banner {
    z-index: 1;
    min-height: 1100px;
    position: relative;
  }
  .banner__description {
    margin-top: 170px;
    width: 46%;
    position: absolute;
    display: block;
    height: auto;
  }
  .banner__title {
    font-size: 36px;
    line-height: 58px;
  }
  .mainbg {
    position: absolute;
    background: url(/assets/images/main-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    top: 15px;
    left: 0;
    right: 0;
    height: 100%;
  }
  .mainbg::after {
    content: "";
    background: #ff7704;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 420px;
  }
}
body.menu-open {
  overflow-y: hidden;
  height: 100vh;
}
#btn-mobile-menu {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-left: 3px;
  position: relative;
  outline: 0;
  background: none;
  border: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#btn-mobile-menu span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #ff7704;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#btn-mobile-menu span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#btn-mobile-menu span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
#btn-mobile-menu span:nth-child(1),
#btn-mobile-menu span:nth-child(2) {
  top: 0px;
}
#btn-mobile-menu span:nth-child(3),
#btn-mobile-menu span:nth-child(4) {
  top: 14px;
}
#btn-mobile-menu span:nth-child(5),
#btn-mobile-menu span:nth-child(6) {
  top: 28px;
}
.menu-open #btn-mobile-menu span:nth-child(1),
.menu-open #btn-mobile-menu span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open #btn-mobile-menu span:nth-child(2),
.menu-open #btn-mobile-menu span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-open #btn-mobile-menu span:nth-child(1) {
  left: 2px;
  top: 10px;
}
.menu-open #btn-mobile-menu span:nth-child(2) {
  left: calc(50% - 2px);
  top: 10px;
}
.menu-open #btn-mobile-menu span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.menu-open #btn-mobile-menu span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.menu-open #btn-mobile-menu span:nth-child(5) {
  left: 2px;
  top: 22px;
}
.menu-open #btn-mobile-menu span:nth-child(6) {
  left: calc(50% - 2px);
  top: 22px;
}
@media only screen and (min-width: 1024px) {
  #btn-mobile-menu {
    display: none;
  }
}
.attention {
  color: #ff7704;
  text-decoration: underline;
  font-weight: bold;
  margin: 1rem auto;
}
.gray-attention {
  border: 1px dashed #d6d6d6;
  padding: 12px;
  border-radius: 8px;
  color: #5f5f5f;
}
/**/
.msearch2__formsearch {
  display: flex;
  margin-bottom: 2rem;
}
.msearch2__formsearch__input {
  outline: none;
  background: #fff;
  width: 100%;
  margin: 0;
  font-family: inherit;
  border: 1px solid #ccc;
  font-size: inherit;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-right: 1rem;
}
.breadcrumb__block {
  margin-bottom: 0.5em;
}
.breadcrumb__delmiter {
  margin: 0 8px;
  width: 4px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M1 1L5 5L1 9' stroke='black' stroke-opacity='0.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
}
.B_crumbBox {
  list-style: none;
  font-size: 12px;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
}
.B_lastCrumb {
  display: none;
}
.B_crumbBox li {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.03);
  padding: 2px 10px;
  margin-top: 4px;
}
li.B_currentCrumb {
  background: rgba(0, 0, 0, 0.01);
}
@media (max-width: 480px) {
  .breadcrumb__block {
    display: none;
  }
}
.B_crumbBox a {
  text-decoration: none;
  color: inherit;
}
.B_crumbBox a:hover {
  color: #ff7704;
}
main {
  flex: 1 0 auto;
  font-weight: 300;
}
/* MESELING */
.section-meseling {
  position: relative;
  background: #ff7704;
  padding: 2rem 0;
}
.meseling__info {
  display: none;
}
.meseling__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.meseling__row-mobile--reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 31em) {
  .meseling__row {
    display: flex;
    flex-direction: row;
  }
  .meseling__point,
  .meseling__col {
    width: 33.33%;
  }
  .meseling__info {
    display: block;
    width: 66.66%;
    position: relative;
    padding-top: 33%;
  }
  .meseling__info--wrapper {
    display: flex;
    z-index: 1;
    padding-top: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: -3rem;
    overflow: hidden;
  }
}
@media only screen and (min-width: 64em) {
  .meseling__row-mobile--reverse {
    flex-direction: row;
  }
  .section-meseling {
    padding: 0;
    margin-top: -200px;
  }
}
.meseling {
  border-radius: 1.4em;
  overflow: hidden;
  color: #fff;
}
.meseling__info__title {
  font-weight: bold;
  font-size: 1.9em;
  line-height: 1.4;
  width: 25%;
  margin-right: 1.9rem;
}
.meseling__info__description {
  font-size: 1.125em;
  line-height: 150%;
}
.meseling__info__description h3 {
  font-size: 1.35em;
}
.meseling__row.meseling__row--two .meseling__point {
  width: 100%;
}
.meseling__category {
  display: flex;
  width: 100%;
  padding-top: 44%;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}
.meseling__category__overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ff7704;
  opacity: 0.4;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.meseling__point:hover .meseling__category__overflow {
  opacity: 0;
}
.meseling__category__title {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.5;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  margin: 0 1.7em 1.4em;
  text-decoration: none;
  text-shadow: 1px 1px #000;
}

@media only screen and (min-width: 64em) {
  .section-meseling {
    margin-bottom: 320px;
  }
  .section-meseling:after {
    content: "";
    position: absolute;
    bottom: -320px;
    height: 1101px;
    left: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='1101' viewBox='0 0 1920 1101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-87.9809 177.719L-87.9911 177.707L-90.5685 175.045C-123.724 140.802 -167.803 120.655 -207.493 110.433C-247.904 100.025 -294.919 96.985 -339.67 107.641L-339.68 107.643C-382.177 117.767 -435.153 144.332 -458.178 201.681C-483.619 265.049 -456.543 323.543 -422.275 358.945C-422.274 358.946 -422.273 358.947 -422.273 358.947L-420.84 360.428C-361.178 422.069 -291.433 494.127 -189.869 563.898C-87.111 634.489 45.0295 700.734 230.834 757.341C605.721 871.552 853.287 840.844 1061.39 814.99C1249.77 791.59 1399.2 773.039 1654.38 850.782C1784.27 890.354 1867.9 932.593 1931 976.123C1994.87 1020.18 2041.38 1067.86 2098.55 1126.93L2098.56 1126.93C2131.71 1161.18 2175.8 1181.33 2215.49 1191.56C2255.9 1201.97 2302.92 1205.01 2347.68 1194.34L2347.68 1194.34C2390.17 1184.22 2443.15 1157.66 2466.18 1100.31C2491.62 1036.93 2464.54 978.436 2430.27 943.036L2428.81 941.536C2369.16 879.903 2299.41 807.851 2197.86 738.086C2095.09 667.493 1962.95 601.245 1777.13 544.635C1402.25 430.423 1154.68 461.132 946.58 486.985C758.198 510.386 608.771 528.937 353.586 451.193C223.711 411.626 140.087 369.39 76.9887 325.862C14.0902 282.472 -31.9747 235.563 -87.9809 177.719Z' fill='%23FF7704' stroke='%23FF7704' stroke-width='200'/%3E%3C/svg%3E");
    background-position-x: center;
  }
}
/* */
@media only screen and (min-width: 48em) {
  body {
    padding-top: 0;
  }
}

/* main-page */

.main-page {
  max-width: 1920px;
  padding-bottom: 3em;
}
.main-page-bg {
  background: #222a31;
  position: absolute;
  width: 100%;
  z-index: -1;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .main-page-bg {
    background: url(/assets/images/mainfon.jpg) left top no-repeat,
      url(/assets/images/mainfon-repeat.jpg) left top repeat;
    background-size: cover;
  }
}
.main-page_top {
  display: flex;
  margin-top: 1em;
}
.main-page_top__image-wrapper {
  display: none;
  flex-shrink: 0;
  position: relative;
}
.main-page_top__image-cursor-1 {
  position: absolute;
  height: 2px;
  background-color: var(--color-accent);
  transform: rotate(25deg);
  width: 100px;
  right: -48px;
  top: 210px;
}
.main-page_top__image-cursor-2 {
  position: absolute;
  height: 2px;
  background-color: var(--color-accent);
  width: 260px;
  right: -303px;
  top: 231px;
}
.main-page__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 94%; /* 75.2px */
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.main-page_top__supply {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin: 12px auto 0;
}
@media (min-width: 768px) {
  .main-page_top__image-wrapper {
    display: block;
    width: 300px;
  }
  .main-page_top__content {
    margin-top: -20px;
    margin-left: 60px;
  }
  .main-page__title {
    font-size: 60px;
    text-align: left;
  }
  .main-page__title::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(2px);
    width: 326px;
    height: 11px;
    top: 104px;
    z-index: -1;
  }
  .main-page_top__supply {
    font-size: 26px;
    font-weight: 800;
    color: #000;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .main-page_top__image-wrapper {
    width: 435px;
  }
  .main-page_top__image-cursor-1 {
    right: -20px;
    top: 310px;
  }
  .main-page_top__image-cursor-2 {
    width: 280px;
    right: -295px;
    top: 331px;
  }
  .main-page_top__content {
    margin-top: 60px;
    margin-left: 60px;
  }
  .main-page__title {
    font-size: 80px;
  }
  .main-page__title::before {
    width: 438px;
    height: 11px;
    top: 140px;
  }
}
.main-page__content {
  margin-top: 40px;
  display: grid;
  grid-gap: 20px;
}
.main-page__content--block.main-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  overflow: hidden;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #fff;
  background: #9fa5a8;
  color: #000;
}
.main-page__content--block.main-block:hover {
  box-shadow: 0px 3px 20px 1px rgb(255 119 4 / 25%);
}
.main-page__content-actions {
  margin-top: 20px;
}
.main-block__img {
  display: none;
  margin-top: 20px;
}
.main-block__img img {
  height: 43px;
}
@media (min-width: 768px) {
  .main-block__img {
    display: block;
  }
}
@media (min-width: 991px) {
  .main-page__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .main-page__content--block.main-block {
    padding: 30px;
  }
}
.main-block__title {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .main-block__title {
    font-size: 24px;
    max-width: 80%;
  }
}
.main-block__description {
  margin-top: 24px;
}
.btn__black-arrow {
  display: block;
  width: 2rem;
  height: 1.5rem;
  background: url(/assets/images/main-black-arrow.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 25px;
}
.main-page__about {
  color: #e5e5e5;
  min-width: 50%;
  flex: 1;
}
.main-page__about__title {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.main-page__about__content {
  margin-top: 20px;
}
.main-page__about-actions {
  margin-top: 20px;
}
.main-page__bottom {
  display: grid;
  grid-gap: 20px;
  margin-top: 60px;
}
.main-page__bottom__image {
  width: 380px;
  height: 260px;
  border-radius: 16px;
  object-fit: cover;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .main-page__about__title {
    font-size: 40px;
  }
  .main-page__bottom {
    grid-template-columns: 1fr 2fr;
  }
}

.portfolio-detail {
  position: relative;
  margin-top: 1em;
}
.portfolio-detail__top {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: calc(50% - 7em);
  font-size: 1.2rem;
  background: #fff;
  padding: 1.5em;
  overflow-y: auto;
  border-radius: 15px 15px 0;
  box-shadow: 0px 1px 15px 3px rgb(0 0 0 / 40%);
  z-index: 1;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .portfolio-detail__top {
    top: 1.5em;
    left: 1.5em;
    width: calc(100% - 3em);
  }
}
@media (max-width: 480px) {
  .portfolio-detail__top {
    top: 1em;
    left: 1em;
    width: calc(100% - 2em);
    padding: 1em;
    font-size: 1em;
  }
}
.gallery-block {
  margin-bottom: 2rem;
  display: block;
  text-decoration: none;
  border-radius: 20px 20px 0;
  overflow: hidden;
  box-shadow: 0px 3px 10px 1px rgb(0 0 0 / 35%);
}
.gallery-block__image-wrapper {
  position: relative;
  width: 100%;
  float: none;
  margin-right: 0;
  padding-top: 100%;
  overflow: hidden;
  cursor: pointer;
}
.gallery-block__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* */

.page-title {
  margin-bottom: 1rem;
}
.category-block {
  position: relative;
  margin-bottom: 2rem;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 119, 4, 0.9);
  border-radius: 20px 20px 0;
  overflow: hidden;
  box-shadow: 0px 3px 10px 1px rgb(0 0 0 / 35%);
}
.portfolio-category-block .category-block:hover {
  box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 45%);
}
/* .category-block:hover {
  box-shadow: 0px 16px 25px rgba(0, 0, 0, 0.14);
  background-color: #ffc404;
} */
.category-block__image-wrapper {
  position: relative;
  width: 100%;
  float: none;
  margin-right: 0;
  padding-top: 63%;
  overflow: hidden;
}
.category-block__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.category-block__info {
  padding: 0.5em 1em;
  max-height: 4.25em;
  overflow: hidden;
  height: 5em;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 15px;
  background: rgba(255, 119, 4, 0.8);
  border-radius: 15px 0 0 15px;
}
.category-block__info.tech-sertificat {
  position: relative;
  left: 0;
  bottom: 0;
}
.category-block__title {
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: 1px;
}
.sort-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
#mse2_sort a:not(.active),
#mse2_tpl a:not(.active) {
  color: #ff7704 !important;
}
.sort-block__text {
  color: #999;
}
#mse2_mfilter #mse2_sort a {
  cursor: pointer !important;
}
#mse2_mfilter #mse2_sort .sort::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.2s;
}
#mse2_mfilter #mse2_sort .sort[data-dir="desc"]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L12 18L17 13' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 6L12 11L17 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#mse2_mfilter #mse2_sort .sort[data-dir="asc"]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L12 18L17 13' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 6L12 11L17 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.paginatation-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.paginatation-limit {
  background: #f2f2f2;
  padding: 0.3em 1em;
  border-radius: 2px;
  margin: 1rem 1rem;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.pagination .control,
.page-item {
  padding: 0.3em 1em;
  background: #f2f2f2;
  border-radius: 2px;
}
.control__text {
  display: none;
}
@media only screen and (min-width: 31em) {
  .control__text {
    display: inline-block;
  }
  .paginatation-block {
    justify-content: space-between;
  }
}
.page-item {
  margin-left: 1em;
}
.page-item.active {
  background: var(--color-accent);
}
.pagination a {
  text-decoration: none;
  color: inherit;
}
.page-item.active a {
  color: #fff;
}
.control-prev-arrow,
.control-next-arrow {
  border: 0;
  outline: none;
  cursor: pointer;
}
.control-next-arrow {
  margin-left: 1em;
}
.control-prev-arrow::before,
.control-next-arrow::after {
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.control-prev-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L1 7L7 1' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-right: 0.5em;
}
.control-next-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L1 7L7 1' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  margin-left: 0.5em;
}
.control-prev-arrow.disabled,
.control-next-arrow.disabled {
  color: #999;
}
#mse2_limit {
  background: transparent;
  border: 0;
  font-size: inherit;
}
.grid-select {
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.grid-list {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.15738H21' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 12.1574H21' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 18.1574H21' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 6.15738H3.01' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 12.1574H3.01' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 18.1574H3.01' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.grid-list.active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.15738H21' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 12.1574H21' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 18.1574H21' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 6.15738H3.01' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 12.1574H3.01' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 18.1574H3.01' stroke='%23ff7704' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.grid-table {
  transform: scale(1.2);
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1602 3H3.16016V10H10.1602V3Z' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1602 3H14.1602V10H21.1602V3Z' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1602 14H14.1602V21H21.1602V14Z' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.1602 14H3.16016V21H10.1602V14Z' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.grid-table.active {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1602 3H3.16016V10H10.1602V3Z' stroke='%23ff7704' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1602 3H14.1602V10H21.1602V3Z' stroke='%23ff7704' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1602 14H14.1602V21H21.1602V14Z' stroke='%23ff7704' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.1602 14H3.16016V21H10.1602V14Z' stroke='%23ff7704' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ms2_product__title {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
}
.logobrand__block {
  margin-top: -1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.logobrand__image {
  float: right;
  width: 150px;
}
.ms2_product--table {
  margin-bottom: 2em;
}
.ms2_product--table .image-wrapper {
  position: relative;
  width: 100%;
  float: none;
  margin-right: 0;
  padding-top: 63%;
  overflow: hidden;
}
.ms2_product--table .image-wrapper img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ms2_product--list {
  border-bottom: 1px solid var(--color-accent);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ms2_product--list .ms2_product__image {
  width: 100%;
  height: auto;
}
.ms2_product--list__title {
  color: #0080af;
  text-decoration: none;
}
.ms2_product--list__title:hover {
  text-decoration: underline;
}
.ms2_product--list__description {
  margin-top: 10px;
}
.dopol {
  color: #000;
  display: block;
  margin-top: 5px;
}
.ms2_product--list__price--block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ms2_product--list__price {
  font-size: 1em;
  /* white-space: nowrap; */
}
.ms2_product__top-image {
  max-width: 200px;
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.products-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 30%);
  margin: 2em 0;
  box-shadow: -5px -5px 10px 0px #fff, 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.vNal,
.sakPos {
  color: #ff7704;
}
.products-table thead td {
  font-weight: 600;
  background-color: #eee;
}
.products-table td {
  border: 1px solid #c7c7c7;
  padding: 0.5rem;
  font-size: 0.9em;
}
.products-table td:first-of-type {
  padding: 10px 15px;
}
.products-table td:nth-of-type(3),
.products-table td:nth-of-type(4) {
  text-align: center;
}
.products-table .ms2_product__image {
  height: auto;
  max-width: 120px;
  min-width: 120px;
}
.products-table td.td-product-info {
  text-align: left;
}
/* DETAIL PAGE*/
.msGallery-single {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #d6d6d6;
  background: #f1f1f1;
}
.msGallery__image {
  object-fit: cover;
  width: 100%;
  height: 360px;
  border-radius: 16px;
}
.product-detail__price {
  font-size: 28px;
  font-weight: 700;
}
.product-detail__action-block {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.product-detail__characteristics-block table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 1rem;
}
.product-detail__characteristics-block table td {
  color: #555;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0;
}
iframe {
  max-height: 60vh;
}
.product-detail__characteristics-block {
  margin-top: 20px;
}
.btn-buy-social {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ececec;
  box-shadow: -5px -5px 10px 0px #fff, 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #000;
  height: 46px;
  width: 174px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.btn-buy-social--viber {
  padding-right: 40px;
  background: url(/assets/images/icons/viber.svg);
  background-position: right;
  background-size: 40px;
  background-repeat: no-repeat;
}
.btn-buy-social--whatsapp {
  padding-right: 40px;
  background: url(/assets/images/icons/whatsapp-48.png);
  background-position: right;
  background-size: 36px;
  background-repeat: no-repeat;
}
.btn-buy-social--telegram {
  padding-right: 40px;
  background: url(/assets/images/icons/telegram-48.png);
  background-position: right;
  background-size: 36px;
  background-repeat: no-repeat;
}
/* FOOTER */
footer {
  background: #222;
  color: #ffffff80;
  line-height: 1.5;
  margin: 20px auto 0;
  font-size: 12px;
  padding: 26px 0;
  width: 100%;
}
.footer__attention {
  text-align: center;
}
.footer__left {
  text-align: center;
}
.footer__logo {
  width: 64px;
  margin-bottom: 1rem;
}
.footer_whatsapp {
  display: block;
  width: 220px;
}
.copyright {
  white-space: nowrap;
}
.footer__contacts {
  flex: 1;
}
.footer__contacts-block {
  text-align: center;
}
.footer__bottom {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.footer__bottom a {
  color: #ffffff80;
  text-decoration: none;
}
footer .menu__list {
  list-style: none;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 50px;
  padding-left: 0;
}
footer .menu__link {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
}
.footer__menu .menu__link:hover,
.footer__menu .menu__item--active .menu__link {
  color: var(--color-accent);
}
@media only screen and (min-width: 768px) {
  .footer__contacts-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1 0 auto;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    gap: 10px 40px;
  }
}
.footer__contacts {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: right;
}
.footer__contacts__email {
  color: #ff7704;
}
.footer__contacts__phone,
.footer__contacts__email {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.footer__contacts__phone:hover,
.footer__contacts__email:hover {
  color: #fff;
  text-decoration: none;
}
.studio-link {
  color: #fff;
  text-decoration: none;
}
.studio-link:hover {
  text-decoration: underline;
}

/*кнопка звонка*/
.callback-float {
  position: fixed;
  right: 5%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 999;
}
.callback-bt {
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  height: 40px;
  width: 40px;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}
.callback-bt:hover {
  z-index: 1;
  background: #fff;
  color: transparent;
  transition: 0.3s;
}
.callback-bt__icon {
  width: 100%;
  height: 100%;
}
.callback-bt__icon--telegram {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBzdHlsZT0iZmlsbDojNTlBQUU3OyIgY3g9IjI1NiIgY3k9IjI1NiIgcj0iMjU2Ii8+DQo8cGF0aCBzdHlsZT0iZmlsbDojM0Q5QUUzOyIgZD0iTTI1NiwwYy0xMS4zMTcsMC0yMi40NjEsMC43NDQtMzMuMzkxLDIuMTY3QzM0OC4yMTYsMTguNTMsNDQ1LjIxNywxMjUuOTMzLDQ0NS4yMTcsMjU2DQoJcy05Ny4wMDIsMjM3LjQ3LTIyMi42MDksMjUzLjgzM0MyMzMuNTM5LDUxMS4yNTYsMjQ0LjY4Myw1MTIsMjU2LDUxMmMxNDEuMzg1LDAsMjU2LTExNC42MTYsMjU2LTI1NlMzOTcuMzg1LDAsMjU2LDB6Ii8+DQo8cGF0aCBzdHlsZT0iZmlsbDojRkNGQ0ZDOyIgZD0iTTE2NC42ODksMzExLjE0MUw4Mi4xMjcsMjY5Ljg2Yy0yLjI2My0xLjEzMi0yLjI4NS00LjM1My0wLjAzOC01LjUxNkwzOTUuNzUsMTAyLjEwNQ0KCWMyLjMwNC0xLjE5Miw0Ljk2NCwwLjgxMSw0LjQ1NiwzLjM1NWwtNTQuMDA0LDI3MC4wMTdjLTAuMzg1LDEuOTI3LTIuNDQ2LDMuMDExLTQuMjUzLDIuMjM3bC03My4zOTMtMzEuNDUzDQoJYy0wLjg3OS0wLjM3Ny0xLjg4NC0wLjMyNi0yLjcyMSwwLjEzOWwtOTQuODM5LDUyLjY4OGMtMi4wNjIsMS4xNDUtNC41OTctMC4zNDUtNC41OTctMi43MDV2LTgyLjQ3NA0KCUMxNjYuNCwzMTIuNzM2LDE2NS43MzgsMzExLjY2NSwxNjQuNjg5LDMxMS4xNDF6Ii8+DQo8cGF0aCBzdHlsZT0iZmlsbDojRDhEN0RBOyIgZD0iTTIwMC4zMSwzMzguOTY3bC0wLjUxMy04Mi40MjhjLTAuMDAzLTAuNTI4LDAuMjctMS4wMTgsMC43Mi0xLjI5M2wxMzMuODk5LTgxLjc5OA0KCWMxLjUxOC0wLjkyNywzLjEwNiwxLjA4MywxLjg1MiwyLjM0NWwtMTAxLjksMTAyLjYyNGMtMC4xMTIsMC4xMTQtMC4yMDcsMC4yNDQtMC4yNzgsMC4zODdsLTE3LjQzLDM0Ljg1OGwtMTMuNTA5LDI1Ljk4OA0KCUMyMDIuNDI2LDM0MS4wNDUsMjAwLjMyLDM0MC41MzgsMjAwLjMxLDMzOC45Njd6Ii8+DQo8L3N2Zz4=)
    50% 50% no-repeat;
  background-size: 100%;
}
.callback-bt__icon--whatsapp {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMTYiIGhlaWdodD0iMTYiCnZpZXdCb3g9IjAgMCA4MCA4MCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBmaWxsPSIjZjJmYWZmIiBkPSJNNy45MDQsNTguNjY1TDcuOCw1OC40ODRjLTMuMjYzLTUuNjQ5LTQuOTg2LTEyLjEwMi00Ljk4My0xOC42NiBDMi44MjYsMTkuMjQ0LDE5LjU3NywyLjUsNDAuMTU3LDIuNUM1MC4xNCwyLjUwMyw1OS41MjEsNi4zOTEsNjYuNTcsMTMuNDQ2QzczLjYxOCwyMC41LDc3LjUsMjkuODc5LDc3LjUsMzkuODU1IGMtMC4wMSwyMC41ODMtMTYuNzYsMzcuMzI4LTM3LjM0LDM3LjMyOGMtNi4yNDctMC4wMDMtMTIuNDE4LTEuNTc0LTE3Ljg2MS00LjU0M2wtMC4xNzQtMC4wOTZMMi43MTEsNzcuNjM2TDcuOTA0LDU4LjY2NXoiPjwvcGF0aD48cGF0aCBmaWxsPSIjNzg4YjljIiBkPSJNNDAuMTU3LDNMNDAuMTU3LDNjOS44NSwwLjAwMywxOS4xMDUsMy44MzgsMjYuMDU5LDEwLjc5OUM3My4xNywyMC43Niw3NywzMC4wMTMsNzcsMzkuODU1IGMtMC4wMDksMjAuMzA3LTE2LjUzNiwzNi44MjgtMzYuODU1LDM2LjgyOGMtNi4xNDktMC4wMDMtMTIuMjM3LTEuNTUzLTE3LjYwNi00LjQ4MmwtMC4zNDktMC4xOWwtMC4zODQsMC4xMDFsLTE4LjM4NCw0LjgyIGw0LjkxLTE3LjkzM2wwLjExLTAuNDAzbC0wLjIwOS0wLjM2MmMtMy4yMi01LjU3NC00LjkyLTExLjk0LTQuOTE3LTE4LjQxQzMuMzI2LDE5LjUyLDE5Ljg1MiwzLDQwLjE1NywzIE00MC4xNTcsMiBDMTkuMzAyLDIsMi4zMjYsMTguOTY5LDIuMzE3LDM5LjgyNEMyLjMxMyw0Ni40OSw0LjA1NSw1Myw3LjM2Nyw1OC43MzVMMiw3OC4zMzlsMjAuMDYtNS4yNiBjNS41MjYsMy4wMTUsMTEuNzUxLDQuNjAxLDE4LjA4NCw0LjYwNGgwLjAxNmMyMC44NTUsMCwzNy44MzEtMTYuOTY5LDM3Ljg0LTM3LjgyN2MwLTEwLjEwOC0zLjkzMy0xOS42MTMtMTEuMDc3LTI2Ljc2NCBDNTkuNzgsNS45NDIsNTAuMjgsMi4wMDMsNDAuMTU3LDJMNDAuMTU3LDJ6Ij48L3BhdGg+PHBhdGggZmlsbD0iIzc5YmE3ZSIgZD0iTTM5Ljk5LDcwYy01LjAwOS0wLjAwMy05Ljk2NS0xLjI2My0xNC4zMzItMy42NDZsLTIuODY3LTEuNTY0bC0zLjE1OSwwLjgyOGwtNi40ODIsMS42OTkJbDEuNjU5LTYuMDYxbDAuOTA3LTMuMzEybC0xLjcxOC0yLjk3NEMxMS4zOCw1MC40MzcsOS45OTcsNDUuMjU1LDEwLDM5Ljk4NkMxMC4wMDcsMjMuNDUzLDIzLjQ2NCwxMC4wMDIsMzkuOTk3LDEwCWM4LjAyMiwwLjAwMywxNS41NTgsMy4xMjYsMjEuMjIxLDguNzkzQzY2Ljg4MSwyNC40NjEsNzAsMzEuOTk4LDcwLDQwLjAxMUM2OS45OTIsNTYuNTQ3LDU2LjUzNSw3MCwzOS45OSw3MHoiPjwvcGF0aD48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTYuNTYxLDQ3LjM3NmMtMC45LTAuNDQ5LTUuMzIxLTIuNjI2LTYuMTQzLTIuOTI0Yy0wLjgyNS0wLjMwMS0xLjQyNC0wLjQ0OS0yLjAyMywwLjQ0OQljLTAuNTk5LDAuOS0yLjMyMiwyLjkyNC0yLjg0NSwzLjUyM2MtMC41MjQsMC41OTktMS4wNDgsMC42NzQtMS45NDgsMC4yMjZjLTAuOS0wLjQ0OS0zLjc5Ny0xLjQtNy4yMy00LjQ2MgljLTIuNjc0LTIuMzgyLTQuNDc4LTUuMzI3LTUuMDAxLTYuMjI3Yy0wLjUyNC0wLjktMC4wNTctMS4zODUsMC4zOTQtMS44MzRjMC40MDMtMC40MDMsMC45LTEuMDUxLDEuMzQ5LTEuNTc1CWMwLjQ0OS0wLjUyNCwwLjU5OS0wLjksMC45LTEuNWMwLjMwMS0wLjU5OSwwLjE1MS0xLjEyNi0wLjA3NS0xLjU3NWMtMC4yMjYtMC40NDktMi4wMjMtNC44NzUtMi43NzMtNi42NzMJYy0wLjcyOS0xLjc1Mi0xLjQ3Mi0xLjUxNS0yLjAyMy0xLjU0MmMtMC41MjQtMC4wMjctMS4xMjMtMC4wMy0xLjcyMi0wLjAzYy0wLjU5OSwwLTEuNTc1LDAuMjI2LTIuMzk3LDEuMTI2CWMtMC44MjIsMC45LTMuMTQ3LDMuMDc0LTMuMTQ3LDcuNDk4czMuMjIyLDguNjk5LDMuNjcxLDkuMjk4YzAuNDQ5LDAuNTk5LDYuMzM4LDkuNjc4LDE1LjM2LDEzLjU3MQljMi4xNDQsMC45MjQsMy44MjEsMS40NzgsNS4xMjUsMS44OTRjMi4xNTMsMC42ODQsNC4xMTMsMC41ODcsNS42NjQsMC4zNTVjMS43MjgtMC4yNTksNS4zMjEtMi4xNzQsNi4wNjctNC4yNzMJYzAuNzUtMi4wOTksMC43NS0zLjg5OSwwLjUyNC00LjI3M0M1OC4wNiw0OC4wNTEsNTcuNDYxLDQ3LjgyNSw1Ni41NjEsNDcuMzc2eiI+PC9wYXRoPjwvc3ZnPg==")
    50% 50% no-repeat;
  background-size: 100%;
}

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
      0 0 0 0 rgba(89, 170, 231, 0.2), 0 0 0 0 rgba(89, 170, 231, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
      0 0 0 15px rgba(89, 170, 231, 0.2), 0 0 0 0 rgba(89, 170, 231, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
      0 0 0 30px rgba(89, 170, 231, 0), 0 0 0 26.7px rgba(89, 170, 231, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
      0 0 0 30px rgba(89, 170, 231, 0), 0 0 0 40px rgba(89, 170, 231, 0);
  }
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
      0 0 0 0 rgba(89, 170, 231, 0.2), 0 0 0 0 rgba(89, 170, 231, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
      0 0 0 15px rgba(89, 170, 231, 0.2), 0 0 0 0 rgba(89, 170, 231, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
      0 0 0 30px rgba(89, 170, 231, 0), 0 0 0 26.7px rgba(89, 170, 231, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
      0 0 0 30px rgba(89, 170, 231, 0), 0 0 0 40px rgba(89, 170, 231, 0);
  }
}

@media screen and (min-width: 960px) {
  .ttt {
    gap: 70px;
  }
  .callback-bt {
    height: 68px;
    width: 68px;
  }

  @-webkit-keyframes hoverWave {
    0% {
      box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
        0 0 0 0 rgba(89, 170, 231, 0.2), 0 0 0 0 rgba(89, 170, 231, 0.2);
    }
    40% {
      box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
        0 0 0 15px rgba(89, 170, 231, 0.2), 0 0 0 0 rgba(89, 170, 231, 0.2);
    }
    80% {
      box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
        0 0 0 30px rgba(89, 170, 231, 0), 0 0 0 26.7px rgba(89, 170, 231, 0.067);
    }
    100% {
      box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
        0 0 0 30px rgba(89, 170, 231, 0), 0 0 0 40px rgba(89, 170, 231, 0);
    }
  }
  @keyframes hoverWave {
    0% {
      box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
        0 0 0 0 rgba(89, 170, 231, 0.2), 0 0 0 0 rgba(89, 170, 231, 0.2);
    }
    40% {
      box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
        0 0 0 15px rgba(89, 170, 231, 0.2), 0 0 0 0 rgba(89, 170, 231, 0.2);
    }
    80% {
      box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
        0 0 0 30px rgba(89, 170, 231, 0), 0 0 0 26.7px rgba(89, 170, 231, 0.067);
    }
    100% {
      box-shadow: 0 8px 10px rgba(89, 170, 231, 0.3),
        0 0 0 30px rgba(89, 170, 231, 0), 0 0 0 40px rgba(89, 170, 231, 0);
    }
  }
}
/* конец кнопки звонка */

/* Контакты */

.contacts__item a {
  text-decoration: none;
}

.contacts__item h2 {
  border-bottom: 2px solid #ff7704;
  font-size: 1.3em;
}
.contacts__container {
  margin-top: 1em;
}

/* header */
.header-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 14px;
  width: var(--wrapper-width);
  max-width: 100%;
  background: white;
}
.header-new__logo {
  display: flex;
  margin-top: 5px;
}
.header-new__logo a{
    text-decoration: none;
  }
.header-new__logo .logo__image {
  height: 46px;
}
.header-new__logo-text {
  font-size: 14px;
  width: 280px;
  line-height: 1.2;
  display: none;
  color: #000;
}
.header-new__dealer-text {
  font-weight: 800;
  margin-top: 2px;
  color: var(--color-accent);
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.header-new__top-menu .menu__list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-new__top-menu .menu__link {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.header-new__top-menu .menu__item--active.menu__link.active,
.header-new__top-menu .menu__link:hover {
  color: var(--color-accent);
}
.header-new__contacts {
  white-space: nowrap;
}
.header-new__contact {
  text-align: center;
  font-weight: bold;
  color: var(--color-accent);
}
.header-new__contact-city {
}
.header-new__logo-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header-new-mobile__contact-city {
    display: none;
}
.header-new__contact-phone {
  width: 120px;
  color: inherit;
  text-decoration: none;
}
.header-new__contact-phone:hover {
  color: var(--color-accent);
}
.catalog-button {
  border-radius: 8px;
  background-color: var(--color-accent);
  height: 46px;
  border: none;
  padding: 16px 38px;
  cursor: pointer;
}
.catalog-button--icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M8 2H20' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M8 8H20' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M8 14H20' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M2 2H3' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M2 8H3' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M2 14H3' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: 32px center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  padding-left: 62px;
}

.header-new__right {
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.header-new__right-bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.header-new__mobile-menu {
  position: fixed;
  z-index: 100;
  top: 54px;
  left: -100%;
  width: 100%;
  bottom: 0;
  background: #ff7704;
  height: 100vh;
  display: block;
  transition: 0.3s left;
}
.menu-open .header-new__mobile-menu {
  left: 0;
}
.header-new__mobile-menu .menu__list {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin: 1em 0;
  flex-direction: column;
  margin: 0;
}
body.menu-open .header-new__mobile-menu .menu__item {
  border-bottom: 1px solid #666;
  text-align: center;
}
.header-new__mobile-menu .menu__link {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1rem;
  padding: 1rem;
  display: block;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  .header-new {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-gap: 40px;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-new__logo .logo__image {
    height: 96px;
  }
  .header-new__logo-text {
    display: block;
  }
  .header-new__right {
    display: flex;
  }
  .header-new__mobile-menu {
    display: none;
  }
  .header-new__logo-text {
    display: block;
  }
}
.top__search {
  position: relative;
  flex: 1;
  height: 46px;
  display: none;
}
@media only screen and (min-width: 64em) {
  .top__search {
    display: block;
  }
}
.top__search .search__form {
  position: relative;
  width: 100%;
  right: 0;
  top: 0;
  min-width: 45px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #eee;
}
.search__input {
  outline: none;
  height: 46px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  font-size: inherit;
  padding: 0 50px 0 15px;
  background: transparent;
}
.search__icon,
.search__submit {
  z-index: 1;
  width: 46px;
  height: 46px;
  background: transparent;
  border-radius: 0 25px 25px 0;
  border: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 3.5em;
  text-align: center;
  cursor: pointer;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_810_3430)'%3E%3Cpath d='M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z' stroke='black' stroke-opacity='0.2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 18.9999L14.65 14.6499' stroke='black' stroke-opacity='0.2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.top__search.sb-search-open .search__submit {
  z-index: 11;
}
/* end header */

/* table */

.grid-table__row {
  display: grid;
  min-width: 100%;
  padding: 10px;
  gap: 20px;
  grid-template-columns: auto 1fr 140px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f1f1f1;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25), -5px -5px 10px 0px #fff;
  margin-bottom: 12px;
}
.grid-table__image {
  width: 164px;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
}
.grid-table__price {
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
}
.grid-table__title {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
.grid-table__attribute-name {
  font-size: 12px;
  font-weight: 300;
  margin-top: 12px;
}
/* end table */

.card-category {
  position: relative;
  margin-bottom: 2rem;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f1f1f1;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25), -5px -5px 10px 0px #fff;
  padding: 12px;
  text-decoration: none;
}
.card-category__image {
  object-fit: contain;
  width: 100%;
  height: 100px;
}
.card-category__title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 12px;
  justify-content: center;
  text-decoration: none;
}
.card-category__title-icon {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
@media only screen and (min-width: 1024px) {
  .card-category {
    padding: 34px;
  }
  .card-category__title {
    margin-top: 20px;
  }
  .card-category__image {
    height: 142px;
  }
}

/* megamenu */
.megamenu {
  display: none;
  position: absolute;
  top: 144px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #e2e2e2;
  height: calc(100% - 144px);
  z-index: 10;
  width: 1280px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.megamenu.active {
  display: block;
}
.megamenu__menu {
  padding: 40px 0 0 70px;
  margin: 0;
  list-style: none;
  width: 340px;
  border-right: 1px solid #cbcbcb;
}
.megamenu__menu-sub {
  display: none;
  position: absolute;
  left: 340px;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px 30px;
}
.megamenu__menu > li:hover .megamenu__menu-sub {
  display: block;
}
.megamenu__menu-sub-title {
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0;
}
.megamenu__menu-sub-ul {
  padding: 0;
  right: 0;
  list-style: none;
}
.megamenu__menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-decoration: none;
}
.megamenu__menu-sub-ul .megamenu__menu-link {
  display: block;
  color: #000;
  font-weight: 300;
  padding: 10px 0;
  text-decoration: none;
}
.megamenu__menu-link-arrow {
  width: 6px;
  height: 9px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M1 0.5L5 4.5L1 8.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

li.active > .megamenu__menu-link,
li:hover > .megamenu__menu-link {
  color: var(--color-accent);
}
li.active > a > .megamenu__menu-link-arrow,
li:hover > a > .megamenu__menu-link-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M1 0.5L5 4.5L1 8.5' stroke='%23ff7704' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* end megamenu */

.card-resume {
  border-radius: 16px;
  border: 1px solid #ff7704;
  padding: 16px 20px;
}
.card-translucent {
  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  padding: 26px 30px;
  margin: 12px 0 4px;
}
.card-translucent h3 {
  margin-top: 0;
}

.how-buy-tpo-membrana {
  margin-top: 50px;
}
.how-buy-tpo-membrana__content {
}
@media only screen and (min-width: 1280px) {
  .how-buy-tpo-membrana__content {
    padding-left: 386px;
    background-image: url(/assets/images/man-22.png);
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}
.tpo-membrana-page_adventages {
  display: grid;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.tpo-membrana-page_adventages li {
  border-radius: 40px 10px 40px 40px;
  background: #eee;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25), -3px -3px 1px 0px #fff;
  padding: 20px;
  text-align: center;
}
.tpo-membrana-page_adventages li img {
  height: 40px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .tpo-membrana-page_adventages li img {
    height: 60px;
    margin-bottom: 20px;
  }
  .tpo-membrana-page_adventages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .tpo-membrana-page_adventages {
    grid-template-columns: repeat(3, 1fr);
    background-image: url(/assets/images/union.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }

  .tpo-membrana-section {
    background-image: url(/assets/images/tpo-membrana-1.png);
    background-repeat: no-repeat;
    min-height: 430px;
    padding-left: 30%;
  }
  .tpo-membrana-about-section {
    background-image: url(/assets/images/tpo-membrana-1.png);
    background-repeat: no-repeat;
    min-height: 430px;
    padding-left: 30%;
  }
  .tpo-membrana-carlise-section {
    background-image: url(/assets/images/helmet.png);
    background-repeat: no-repeat;
    background-position: left 50px;
    min-height: 430px;
    padding-left: 30%;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .tpo-membrana-page_adventages {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
  }
  .tpo-membrana-page_adventages li:nth-child(2) {
    grid-column: span 2;
  }
}
/*  */
.about_adventages__list {
  display: grid;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.about_adventages__list li {
  border-radius: 40px 10px 40px 40px;
  background: #eee;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25), -3px -3px 1px 0px #fff;
  padding: 20px;
  text-align: center;
}
.about_adventages__list li img {
  height: 40px;
  margin-bottom: 12px;
}
.about_adventages__top-text {
  max-width: 480px;
}

@media only screen and (min-width: 768px) {
  .about_adventages__list li img {
    height: 60px;
    margin-bottom: 20px;
  }
  .about_adventages__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .about_adventages {
    background-image: url(/assets/images/union.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
  .about_adventages__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1280px) {
  .about_adventages__list {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
  }
}
/*  */

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
}
.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease,
    0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease,
    0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease,
    0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease,
    0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease,
    0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked + label {
  background-color: var(--color-accent);
  cursor: default;
}
.tab:checked + label:hover {
  background-color: var(--color-accent);
}
.tab + label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 8px 34px;
  text-align: center;
  border-radius: 16px;
  background: #e8e8e8;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 40px;
  box-sizing: border-box;
  font-weight: 400;
  margin-left: 8px;
  margin-top: 8px;
}
.tab + label:hover {
  background-color: var(--color-accent);
}
.tab__content {
  margin-top: 14px;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(245, 241, 241, 0.7);
}

.section-with-image__image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-with-image-right {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 30px;
  }
  .section-with-image__image {
    display: block;
  }
}
.list-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
}

.list-cells {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  list-style: none;
  padding: 0;
  text-align: center;
}
.list-cells li img {
  height: 43px;
  margin-bottom: 16px;
}
.list-cells li {
  padding: 12px 4px;
}
.list-cells li:nth-child(n + 3) {
  border-top: 1px solid #bbb;
}
.list-cells li:nth-child(2n) {
  border-left: 1px solid #bbb;
}
@media only screen and (min-width: 1024px) {
  .list-cells li {
    padding: 12px 50px;
  }
}
.doc-link {
  display: flex;
  align-items: center;
}
.doc-link::before {
  content: url(/assets/images/icons/doc-2.svg);
  height: 2em;
  margin-right: 1em;
  display: inline-block;
}
.category_short_text__image {
  width: 164px;
}
@media only screen and (min-width: 768px) {
  .category_short_text {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.category_adventages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin-top: 30px;
}
.category_adventage__text {
  max-width: 300px;
  padding: 12px;
  margin: auto;
}
.product-list {
  margin-top: 20px;
}
.mobile-catalog-button {
  background-color: var(--color-accent);
  padding: 6px;
  text-align: center;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .mobile-catalog-button {
    display: none;
  }
}
.alert-info {
  border-radius: 16px;
  border: 1px solid var(--color-accent);
  padding: 12px 20px;
}
.alert-info--eco {
  display: flex;
  align-items: center;
  gap: 16px;
}
.alert-info--eco::before {
  content: url(/assets/images/icons/check-doc.svg);
}

.productT {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f1f1f1;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25), -5px -5px 10px 0px #fff;
  margin-bottom: 30px;
}
.productT img {
  float: left;
  padding: 5px;
}

.lead-text1 {
  font-size: 18px;
  text-align: center;
  color: var(--color-accent);
  text-transform: uppercase;
  margin: 12px 0;
  font-weight: bold;
}
.lead-text1--link {
    display: block;
    text-decoration: underline;
    cursor: pointer;
}

.consultation-form {
  border-radius: 16px;
  border: 1px solid #fff;
  background: var(--color-accent);
  padding: 26px 30px;
  margin: 40px 0;
}
.consultation-form__title {
  margin-top: 0;
}
.consultation-form input,
.consultation-form textarea {
  background: white;
}

.consultation-form__submit {
  background: white;
  color: #000;
}

.product img {
  float: left;
  width: 100px;
  padding: 5px;
}
.product {
  border: 1px solid rgba(85, 97, 121, 0.3);
  background: #fff;
  width: 97%;
  height: auto;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}
.product td {
  border: 1px solid;
}
@media (max-width: 873px) {
  .product table {
    overflow: scroll;
    display: block;
  }
}
.contacts-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contacts-block__info {
  padding: 20px;
  width: 100%;
  transform: translateY(-3px);
  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(245, 241, 241, 0.7);
}
.contacts-block__info-title {
  font-size: 1.6rem;
}

@media (max-width: 959px) {
  .contacts-block {
    grid-template-columns: 1fr;
  }
}

.cf-modal .cf-modal-content {
  height: calc(100vh - 20px);
  overflow: hidden;
}
@media (min-width: 960px) {
    .cf-modal .cf-modal-content {
      height: calc(100vh - 60px);
    }
}
.cf-modal .cf-modal-body {
    position: relative;
    padding: 20px;
    overflow: hidden;
    height: calc(100% - 70px);
}
.cf-cities.cf-show {
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr;
    height: 100%;
    padding: 20px 0;
    overflow: auto;
}