/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
*   Basic styles for blocks intended for use in every project
*/
main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  position: relative;
  min-height: 80vh;
}
a {
  color: inherit;
  text-decoration: none;
  display: block;
}
a:hover {
  transform: scale(1.025);
  transition: all 0.1s ease-in-out;
}
/* ограничивающий контейнер для всей страницы 
    нужен для организации вертикальных отношений между основными блоками
*/
.rmbt-page-wrap {
  max-width: 1970px;
  min-height: 100vh;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  background-color: #fff;
}
/*центрующий контейнер контентной ширины*/
.rmbt-container {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 920px) {
  .rmbt-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*центрующий контейнер фоновой ширины*/
.rmbt-full-width {
  position: relative;
}
.wrap-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wrap-img img,
.wrap-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s;
}
.wrap-img:hover img {
  transform: scale(1.075);
  transition: transform 0.6s;
}
.wrap-img-a {
  position: relative;
  overflow: hidden;
}
.wrap-img-a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.rmbt-close-window {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}
.rmbt-close-window:after,
.rmbt-close-window:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0px;
  top: 50%;
}
.rmbt-close-window:after {
  transform: rotate(45deg);
}
.rmbt-close-window:before {
  transform: rotate(-45deg);
}
.rmbt-close-window:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.5s ease-out;
}
body.rmbt-lock {
  overflow: hidden;
}
.svg-footer-icons {
  box-sizing: border-box;
  color: #000;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: 2px solid #fff;
  outline-offset: -2px;
  width: calc(42px + 20 * ((100vw - 320px)/1650));
  height: calc(42px + 20 * ((100vw - 320px)/1650));
  flex-shrink: 0;
}
@media (min-width: 1970px) {
  .svg-footer-icons {
    width: 62px;
  }
}
@media (min-width: 1970px) {
  .svg-footer-icons {
    height: 62px;
  }
}
.svg-header-icons {
  box-sizing: border-box;
  color: #a41c35;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a41c35;
  outline: 2px solid #a41c35;
  outline-offset: -2px;
  width: calc(42px + 20 * ((100vw - 320px)/1650));
  height: calc(42px + 20 * ((100vw - 320px)/1650));
  flex-shrink: 0;
}
@media (min-width: 1970px) {
  .svg-header-icons {
    width: 62px;
  }
}
@media (min-width: 1970px) {
  .svg-header-icons {
    height: 62px;
  }
}
.title-block,
.title-section {
  position: relative;
  font-family: Podkova;
  font-size: calc(20px + 15 * ((100vw - 320px)/1650));
  line-height: 60%;
  font-weight: 800;
  letter-spacing: 0.027em;
  text-align: center;
  color: #042b1f;
  text-shadow: 1px 1px 2px #d5d5d5;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1970px) {
  .title-block,
  .title-section {
    font-size: 35px;
  }
}
.title-block:after,
.title-section:after {
  content: '';
  position: absolute;
  left: -6px;
  right: -6px;
  height: 3px;
  box-shadow: 1px 1px 2px #d5d5d5;
  background-color: #f35200;
  bottom: -7px;
}
.title-section {
  max-width: 80%;
  line-height: 100%;
  margin-top: 0px;
}
.title-block {
  font-size: calc(16px + 4 * ((100vw - 320px)/1650));
  margin-left: 0;
  margin-bottom: 20px;
  font-style: italic;
}
@media (min-width: 1970px) {
  .title-block {
    font-size: 20px;
  }
}
.title-block:after {
  left: 0px;
  width: 80px;
  height: 2px;
  bottom: -7px;
}
.text-block,
.subtitle-block,
.subtitle-section {
  font-family: Ubuntu;
  font-size: 18px;
  font-size: calc(14px + 4 * ((100vw - 320px)/1650));
  line-height: 130%;
  letter-spacing: 0, 5em;
  color: #06392a;
  letter-spacing: 0em;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1970px) {
  .text-block,
  .subtitle-block,
  .subtitle-section {
    font-size: 18px;
  }
}
.text-block,
.subtitle-block {
  text-align: left;
  margin-left: 20px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  font-size: calc(12px + 4 * ((100vw - 320px)/1650));
  line-height: 125%;
  overflow: hidden;
  font-style: italic;
}
@media (min-width: 1970px) {
  .text-block,
  .subtitle-block {
    font-size: 16px;
  }
}
.form-field-group label,
.form-field-group input {
  display: block;
}
.shadow-box {
  background-color: rgba(213, 213, 213, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.pagination {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.pagination .page-numbers {
  text-transform: capitalize;
  text-align: center;
  font-family: Podkova;
  font-weight: 500;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.747);
  color: #042b1f;
  outline: 1px solid #042b1f;
  background-color: rgba(230, 230, 230, 0.25);
  backdrop-filter: blur(4px);
  display: block;
  font-size: calc(13px + 3 * ((100vw - 320px)/1650));
  border-radius: calc(8px + 6 * ((100vw - 320px)/1650));
  outline-offset: calc(-3px + -3 * ((100vw - 320px)/1650));
  right: calc(20px + 10 * ((100vw - 320px)/1650));
  bottom: calc(10px + 10 * ((100vw - 320px)/1650));
  height: calc(30px + 10 * ((100vw - 320px)/1650));
  line-height: calc(30px + 10 * ((100vw - 320px)/1650));
  padding-left: calc(10px + 10 * ((100vw - 320px)/1650));
  padding-right: calc(10px + 10 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .pagination .page-numbers {
    font-size: 16px;
  }
}
@media (min-width: 1970px) {
  .pagination .page-numbers {
    border-radius: 14px;
  }
}
@media (min-width: 1970px) {
  .pagination .page-numbers {
    outline-offset: -6px;
  }
}
@media (min-width: 1970px) {
  .pagination .page-numbers {
    right: 30px;
  }
}
@media (min-width: 1970px) {
  .pagination .page-numbers {
    bottom: 20px;
  }
}
@media (min-width: 1970px) {
  .pagination .page-numbers {
    height: 40px;
  }
}
@media (min-width: 1970px) {
  .pagination .page-numbers {
    line-height: 40px;
  }
}
@media (min-width: 1970px) {
  .pagination .page-numbers {
    padding-left: 20px;
  }
}
@media (min-width: 1970px) {
  .pagination .page-numbers {
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pagination .page-numbers {
    display: none;
  }
}
.pagination .next,
.pagination .prev {
  display: block;
}
.pagination .current {
  outline: 1px solid #f35200b5;
  color: #f35200;
  font-weight: 800;
  display: block;
}
.test-block {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 9999;
  min-width: 300px;
  width: max-content;
  max-width: 90vw;
  background-color: #ffffff;
  border: 5px double #0515fd;
  padding: 25px 20px 25px 20px;
  font-size: 18px;
  height: 90vh;
  overflow: auto;
}
.block-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 200;
  font-style: italic;
  color: #b9b9b9;
}
.block-details:hover p.description {
  display: block;
}
.block-details p.description {
  position: absolute;
  right: -10px;
  bottom: 80%;
  transform: translate(0%, 0%);
  width: max-content;
  max-width: 80%;
  height: auto;
  background-color: #fff7e0;
  border: 1px solid #b9b9b9;
  padding: 15px;
  font-size: 12px;
  text-align: center;
  font-style: italic;
  color: #858585;
  display: none;
}
.hover-img img {
  transition: transform 0.6s;
}
.hover-img:hover img {
  transform: scale(1.075);
  transition: transform 0.6s;
}
/* ==== WordPress Standard Classes ==== */
/* Подписи к изображениям */
.wp-caption {
  margin: 1em 0;
  padding: 0.5em;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.wp-caption img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.wp-caption-text,
.gallery-caption {
  font-size: 0.9em;
  color: #555;
  line-height: 1.4;
  margin-top: 0.5em;
}
/* Выравнивание блоков */
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin: 0 auto 1em auto;
}
/* Минимальные стили для галерей */
.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery-item {
  display: inline-block;
  margin: 0 1% 1% 0;
  vertical-align: top;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.debug-grid {
  z-index: 100;
  pointer-events: none;
  height: 100vh;
  position: fixed;
  width: 100%;
}
.debug-grid > div {
  height: inherit;
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 920px) {
  .debug-grid > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.debug-grid > div > div {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.debug-grid > div > div > div {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 1 - 30px);
  height: inherit;
  outline: 1px rgba(6, 235, 197, 0.4) dashed;
  background: #d0d6f81a;
}
.rmbt-templates-page {
  /*---- tabs ----*/
}
.rmbt-templates-page .templates-page-section-title {
  width: 100%;
}
.rmbt-templates-page .templates-page-section-title h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.rmbt-templates-page .templates-page-section p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.rmbt-templates-page .templates-page-components {
  width: 100%;
}
.rmbt-templates-page .templates-page-components p {
  margin-bottom: 30px;
}
.rmbt-templates-page .templates-page-components__body {
  display: flex;
  row-gap: 15px;
  padding: 20px 0px 20px 0px;
  height: 300px;
  position: relative;
}
.rmbt-templates-page .get-template-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.rmbt-templates-page .text-to-copy {
  font-family: Raleway;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
.rmbt-templates-page .copy-button {
  width: 80px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6c6c6c;
  background-color: #e7e6e6;
  transition: all 0.75s;
  letter-spacing: 1px;
}
.rmbt-templates-page .success-to-copy {
  background-color: #61c11c;
  border: 2px solid #59a820;
  color: #e3fde0;
  transition: all 0.75s;
}
.rmbt-templates-page .error-to-copy {
  background-color: #f67777;
  border: 2px solid #d26e6e;
  color: #f6dcdc;
}
.rmbt-templates-page .rmbt-templates-page-tabs {
  position: relative;
}
.rmbt-templates-page .rmbt-templates-page-tabs__nav {
  position: fixed;
  left: 0px;
  top: 50%;
  transform: rotate(-90deg) translate(-50%, 0%);
  transform-origin: left top;
  width: 100vh;
  height: 65px;
  border-bottom: 2px solid #a1a1a1;
  background-color: #eceaea;
  display: flex;
  justify-content: center;
  column-gap: 5px;
  padding-top: 20px;
}
.rmbt-templates-page .rmbt-templates-page-tabs__nav .tabs__title {
  position: relative;
  background-color: #fff;
  top: 2px;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  font-size: 22px;
  border-radius: 10px 10px 0px 0px;
  font-weight: 600;
  border: 1px solid #b9b9b9;
  border-bottom: 2px solid #a1a1a1;
  color: #bec9cf;
}
.rmbt-templates-page .rmbt-templates-page-tabs__nav .tabs__title-active {
  color: #5f5f5f;
  background-color: #fff;
  border: 2px solid #a1a1a1;
  border-bottom: none;
  z-index: 1;
}
.rmbt-templates-page .rmbt-templates-page-tabs__content {
  font-family: RobotoFlex;
  position: relative;
  border-top: none;
  top: 0px;
}
@media screen and (max-width: 1330px) {
  .rmbt-templates-page .rmbt-templates-page-tabs__content {
    padding-left: 75px;
    padding-right: 30px;
  }
}
.rmbt-templates-page .rmbt-templates-page-tabs__content .tabs__body-active {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  row-gap: 60px;
  padding-bottom: 160px;
}
@font-face {
  font-family: "1";
  font-display: swap;
  src: url("../fonts/1.woff2") format("woff2"), url("../fonts/1.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Annie_Use_Your_Telescope,Kalam,Lemonada,Libre_Franklin,Overlock,etc";
  font-display: swap;
  src: url("../fonts/Annie_Use_Your_Telescope,Kalam,Lemonada,Libre_Franklin,Overlock,etc.woff2") format("woff2"), url("../fonts/Annie_Use_Your_Telescope,Kalam,Lemonada,Libre_Franklin,Overlock,etc.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Biryani,Podkova,Titillium_Web";
  font-display: swap;
  src: url("../fonts/Biryani,Podkova,Titillium_Web.woff2") format("woff2"), url("../fonts/Biryani,Podkova,Titillium_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Biryani";
  font-display: swap;
  src: url("../fonts/Biryani-ExtraBold.woff2") format("woff2"), url("../fonts/Biryani-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Biryani";
  font-display: swap;
  src: url("../fonts/Biryani-Bold.woff2") format("woff2"), url("../fonts/Biryani-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Biryani";
  font-display: swap;
  src: url("../fonts/Biryani-Black.woff2") format("woff2"), url("../fonts/Biryani-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Biryani";
  font-display: swap;
  src: url("../fonts/Biryani-Regular.woff2") format("woff2"), url("../fonts/Biryani-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Biryani";
  font-display: swap;
  src: url("../fonts/Biryani-Light.woff2") format("woff2"), url("../fonts/Biryani-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Biryani";
  font-display: swap;
  src: url("../fonts/Biryani-ExtraLight.woff2") format("woff2"), url("../fonts/Biryani-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Lemonada";
  font-display: swap;
  src: url("../fonts/Lemonada-Bold.woff2") format("woff2"), url("../fonts/Lemonada-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Biryani";
  font-display: swap;
  src: url("../fonts/Biryani-SemiBold.woff2") format("woff2"), url("../fonts/Biryani-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lemonada";
  font-display: swap;
  src: url("../fonts/Lemonada-Regular.woff2") format("woff2"), url("../fonts/Lemonada-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lemonada";
  font-display: swap;
  src: url("../fonts/Lemonada-Medium.woff2") format("woff2"), url("../fonts/Lemonada-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lemonada";
  font-display: swap;
  src: url("../fonts/Lemonada-SemiBold.woff2") format("woff2"), url("../fonts/Lemonada-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Overlock";
  font-display: swap;
  src: url("../fonts/Overlock-Black.woff2") format("woff2"), url("../fonts/Overlock-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lemonada";
  font-display: swap;
  src: url("../fonts/Lemonada-Light.woff2") format("woff2"), url("../fonts/Lemonada-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lemonada";
  font-display: swap;
  src: url("../fonts/Lemonada-VariableFont_wght.woff2") format("woff2"), url("../fonts/Lemonada-VariableFont_wght.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Overlock";
  font-display: swap;
  src: url("../fonts/Overlock-BlackItalic.woff2") format("woff2"), url("../fonts/Overlock-BlackItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Overlock";
  font-display: swap;
  src: url("../fonts/Overlock-Italic.woff2") format("woff2"), url("../fonts/Overlock-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Overlock";
  font-display: swap;
  src: url("../fonts/Overlock-BoldItalic.woff2") format("woff2"), url("../fonts/Overlock-BoldItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Overlock";
  font-display: swap;
  src: url("../fonts/Overlock-Regular.woff2") format("woff2"), url("../fonts/Overlock-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Podkova";
  font-display: swap;
  src: url("../fonts/Podkova-Bold.woff2") format("woff2"), url("../fonts/Podkova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Podkova";
  font-display: swap;
  src: url("../fonts/Podkova-ExtraBold.woff2") format("woff2"), url("../fonts/Podkova-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Overlock";
  font-display: swap;
  src: url("../fonts/Overlock-Bold.woff2") format("woff2"), url("../fonts/Overlock-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Podkova";
  font-display: swap;
  src: url("../fonts/Podkova-Medium.woff2") format("woff2"), url("../fonts/Podkova-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Podkova";
  font-display: swap;
  src: url("../fonts/Podkova-Regular.woff2") format("woff2"), url("../fonts/Podkova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Podkova";
  font-display: swap;
  src: url("../fonts/Podkova-VariableFont_wght.woff2") format("woff2"), url("../fonts/Podkova-VariableFont_wght.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Podkova";
  font-display: swap;
  src: url("../fonts/Podkova-SemiBold.woff2") format("woff2"), url("../fonts/Podkova-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  font-display: swap;
  src: url("../fonts/Quicksand-Medium.woff2") format("woff2"), url("../fonts/Quicksand-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  font-display: swap;
  src: url("../fonts/Quicksand-Light.woff2") format("woff2"), url("../fonts/Quicksand-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  font-display: swap;
  src: url("../fonts/Quicksand-Regular.woff2") format("woff2"), url("../fonts/Quicksand-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  font-display: swap;
  src: url("../fonts/Quicksand-SemiBold.woff2") format("woff2"), url("../fonts/Quicksand-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  font-display: swap;
  src: url("../fonts/Quicksand-VariableFont_wght.woff2") format("woff2"), url("../fonts/Quicksand-VariableFont_wght.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-Bold.woff2") format("woff2"), url("../fonts/TitilliumWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-Black.woff2") format("woff2"), url("../fonts/TitilliumWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  font-display: swap;
  src: url("../fonts/Quicksand-Bold.woff2") format("woff2"), url("../fonts/Quicksand-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-BoldItalic.woff2") format("woff2"), url("../fonts/TitilliumWeb-BoldItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-ExtraLight.woff2") format("woff2"), url("../fonts/TitilliumWeb-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-ExtraLightItalic.woff2") format("woff2"), url("../fonts/TitilliumWeb-ExtraLightItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-Italic.woff2") format("woff2"), url("../fonts/TitilliumWeb-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-LightItalic.woff2") format("woff2"), url("../fonts/TitilliumWeb-LightItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-SemiBold.woff2") format("woff2"), url("../fonts/TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-Light.woff2") format("woff2"), url("../fonts/TitilliumWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-Regular.woff2") format("woff2"), url("../fonts/TitilliumWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  font-display: swap;
  src: url("../fonts/TitilliumWeb-SemiBoldItalic.woff2") format("woff2"), url("../fonts/TitilliumWeb-SemiBoldItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-BoldItalic.woff2") format("woff2"), url("../fonts/Ubuntu-BoldItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-Italic.woff2") format("woff2"), url("../fonts/Ubuntu-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-LightItalic.woff2") format("woff2"), url("../fonts/Ubuntu-LightItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-MediumItalic.woff2") format("woff2"), url("../fonts/Ubuntu-MediumItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.rmbt-typewriter {
  animation: typing 25s steps(28) infinite;
  overflow: hidden;
  white-space: nowrap;
}
@keyframes typing {
  0% {
    width: 0%;
  }
  10% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.rmbt-sway {
  animation: sway 12s infinite;
}
@keyframes sway {
  5% {
    transform: scale(1);
  }
  7% {
    transform: scale(0.95);
  }
  9% {
    transform: scale(1.03);
  }
  11% {
    transform: scale(1.03) rotate(-5deg);
  }
  12% {
    transform: scale(1.03) rotate(5deg);
  }
  13% {
    transform: scale(1.03) rotate(-3deg);
  }
  15% {
    transform: scale(1.03) rotate(2deg);
  }
  18% {
    transform: scale(1.03) rotate(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.rmbt-surround {
  width: 99%;
  height: 99%;
  border-radius: 50px;
  z-index: 1;
  position: relative;
}
.rmbt-surround:before {
  content: '';
  width: 100%;
  height: 100%;
  border: inherit;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
  backdrop-filter: blur(4px);
  background-color: rgba(213, 213, 213, 0.55);
  animation: pulsing 6s linear infinite;
}
@keyframes pulsing {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  3.5% {
    opacity: 0.5;
  }
  9.75% {
    opacity: 0.2;
    transform: scaleY(1.6) scaleX(1.2);
  }
  11% {
    opacity: 0;
    transform: scaleY(1.6) scaleX(1.2);
  }
  12.75% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}
.quantity {
  margin: auto;
  font-size: 20px;
}
.quantity .quantity-arrow-minus,
.quantity .quantity-arrow-plus {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 12px;
  width: 40px;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
}
.quantity .quantity-num {
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  outline: none;
}
.rmbt-menu-horizontal {
  padding: 10px 10px 10px 10px;
  display: flex;
  position: relative;
  visibility: hidden;
}
.rmbt-menu-horizontal nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  padding: 0px 30px 0px 0px;
}
.rmbt-menu-horizontal nav ul,
.rmbt-menu-horizontal nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rmbt-menu-horizontal nav ul {
  box-sizing: border-box;
  padding-right: 10px;
}
.rmbt-menu-horizontal nav li {
  height: 30px;
  line-height: 30px;
  min-width: max-content;
  padding: 0px 10px 0px 10px;
  padding-right: 17px;
}
.rmbt-menu-horizontal nav > ul {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-grow: 1;
}
.rmbt-menu-horizontal nav > ul li {
  position: relative;
  width: max-content;
}
.rmbt-menu-horizontal nav > ul li ul {
  position: absolute;
  left: 20px;
  top: 100%;
  padding: 10px 10px 10px 10px;
  z-index: 2;
  width: max-content !important;
  border: 1px solid #363e3d;
  border-radius: 16px;
  background-color: rgba(213, 213, 213, 0.2);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
}
.rmbt-menu-horizontal .overflow-cont {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: max-content;
  width: max-content;
  padding: 20px 10px 20px 10px;
  z-index: 5;
  top: 0px;
  right: 0px;
  transform: translate(50%, 0);
  border: 1px solid #363e3d;
  border-radius: 16px;
  background-color: rgba(213, 213, 213, 0.2);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
}
.rmbt-menu-horizontal .overflow-cont ul {
  top: 50%;
}
.rmbt-menu-horizontal .icon-overflow {
  display: block;
  position: absolute;
  right: 5px;
  height: 80%;
  width: 20px;
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
}
.rmbt-menu-horizontal .icon-overflow span,
.rmbt-menu-horizontal .icon-overflow:after,
.rmbt-menu-horizontal .icon-overflow:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d5d5d5;
  background-color: #fff;
}
.rmbt-menu-horizontal .icon-overflow span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.rmbt-menu-horizontal .icon-overflow:after {
  top: 0px;
}
.rmbt-menu-horizontal .icon-overflow:before {
  bottom: 0px;
}
.rmbt-menu-horizontal .icon-drop {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #d5d5d5;
  cursor: pointer;
  transition: all 0.5s;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 768px) {
  .rmbt-menu-horizontal .icon-drop {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #d5d5d5;
  }
}
.rmbt-menu-horizontal .icon-drop_open {
  transform: rotate(180deg);
  transition: all 0.5s;
  transform-origin: 4px 2px;
}
@media screen and (max-width: 769px) {
  .rmbt-menu-horizontal .overflow-cont,
  .rmbt-menu-horizontal .icon-overflow {
    display: none;
  }
  .rmbt-menu-horizontal .icon-burger {
    width: calc(30px + 30 * ((100vw - 320px)/1650));
    height: calc(20px + 30 * ((100vw - 320px)/1650));
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
  }
  .rmbt-menu-horizontal .icon-burger span,
  .rmbt-menu-horizontal .icon-burger:after,
  .rmbt-menu-horizontal .icon-burger:before {
    content: "";
    position: absolute;
    right: 0;
    height: 10%;
    width: 100%;
    background-color: #fff;
    border-radius: 45%;
    border-radius: 80%;
    transition: all ease 0.5s;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
  }
  .rmbt-menu-horizontal .icon-burger span {
    top: 50%;
    transform: translate(0, -50%) scale(1);
    pointer-events: none;
  }
  .rmbt-menu-horizontal .icon-burger:after {
    top: 0;
  }
  .rmbt-menu-horizontal .icon-burger:before {
    bottom: 0;
  }
  .rmbt-menu-horizontal .icon-burger_open {
    position: absolute;
    top: 15px;
    right: 15px;
    top: calc(10px + 5 * ((100vw - 320px)/1650));
    right: calc(10px + 5 * ((100vw - 320px)/1650));
    transform: translate(0, 0);
  }
  .rmbt-menu-horizontal .icon-burger_open span,
  .rmbt-menu-horizontal .icon-burger_open:after,
  .rmbt-menu-horizontal .icon-burger_open:before {
    background-color: #d5d5d5;
    background-color: #fff;
    top: 50%;
    transform: translate(0, -50%);
    transition: all ease 0.5s;
  }
  .rmbt-menu-horizontal .icon-burger_open span {
    transform: scale(0);
  }
  .rmbt-menu-horizontal .icon-burger_open:after {
    transform: rotate(45deg);
  }
  .rmbt-menu-horizontal .icon-burger_open:before {
    transform: rotate(-45deg);
  }
  .rmbt-menu-horizontal a {
    font-size: 24px;
  }
  .rmbt-menu-horizontal nav {
    position: fixed;
    top: 0;
    padding: 120px 20px 50px 20px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    align-items: flex-start;
    width: min-content;
    min-width: 50vw;
    height: 100vh !important;
    left: -200%;
    transition: left 1s ease;
    flex-direction: column;
    justify-content: start;
  }
  .rmbt-menu-horizontal nav > ul {
    display: block;
    flex-direction: column;
    justify-content: start;
    top: 0px;
    flex-grow: 0;
  }
  .rmbt-menu-horizontal nav > ul li {
    margin: 0px 10px 20px 0px;
    display: block;
    padding-right: 55px;
  }
  .rmbt-menu-horizontal nav > ul li:last-child {
    margin-bottom: 0px;
  }
  .rmbt-menu-horizontal nav > ul li ul {
    top: 0;
  }
  .rmbt-menu-horizontal nav .icon-dropdown {
    height: 30px;
    width: 30px;
    display: block;
    border: 1px solid blue;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    transition: all ease 0.5s;
  }
  .rmbt-menu-horizontal nav .icon-dropdown:after,
  .rmbt-menu-horizontal nav .icon-dropdown:before {
    content: "";
    position: absolute;
    right: 10%;
    top: 50%;
    height: 1px;
    width: 50%;
    background-color: blue;
  }
  .rmbt-menu-horizontal nav .icon-dropdown:after {
    transform: translate(-62%, 0) rotate(45deg);
  }
  .rmbt-menu-horizontal nav .icon-dropdown:before {
    transform: translate(0, 0) rotate(-45deg);
  }
  .rmbt-menu-horizontal nav .icon-dropdown_open {
    transform: rotate(180deg);
    transition: all ease 0.5s;
  }
  .rmbt-menu-horizontal nav .icon-dropdown_open {
    transform: rotate(180deg);
    background-color: #FD0404;
  }
  .rmbt-menu-horizontal .rmbt-visible_burger {
    left: 0;
    transition: left 0.5s ease;
    z-index: 5;
  }
}
@media screen and (max-width: 769px) and (min-width: 1970px) {
  .rmbt-menu-horizontal .icon-burger {
    width: 60px;
  }
}
@media screen and (max-width: 769px) and (min-width: 1970px) {
  .rmbt-menu-horizontal .icon-burger {
    height: 50px;
  }
}
@media screen and (max-width: 769px) and (min-width: 1970px) {
  .rmbt-menu-horizontal .icon-burger_open {
    top: 15px;
  }
}
@media screen and (max-width: 769px) and (min-width: 1970px) {
  .rmbt-menu-horizontal .icon-burger_open {
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-menu-horizontal nav {
    min-width: 100vw;
  }
}
.rmbt-menu-horizontal .rmbt-hidden {
  height: 0px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  width: 0px;
  z-index: 0;
}
.rmbt-lock {
  overflow: hidden;
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(0, -100%);
  transition: all 0.8s ease-out;
  padding: 30px 10px;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 0.8s ease-out;
}
.popup__close-window {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup__close-window:after,
.popup__close-window:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0px;
  top: 50%;
}
.popup__close-window:after {
  transform: rotate(45deg);
}
.popup__close-window:before {
  transform: rotate(-45deg);
}
.popup__body {
  position: relative;
  background-color: #fff;
  color: #000;
  max-width: 800px;
  min-height: 100px;
  padding: 30px;
  box-sizing: border-box;
  margin: 0px auto 0px auto;
}
.popup__title {
  font-size: 40px;
  margin: 0px 0px 1em 0px;
}
.lock {
  overflow: hidden;
}
.spoiler__title {
  position: relative;
  cursor: pointer;
}
.spoiler__body {
  overflow: hidden;
  height: 0px;
  opacity: 0;
  pointer-events: none;
  transition: height 0.5s ease, opacity 1.5s ease;
}
.spoiler ._open-body {
  /*height setting in spoiler.js*/
  opacity: 1;
  pointer-events: auto;
  transition: height 0.5s ease;
}
.spoiler__title {
  position: relative;
  cursor: pointer;
}
.spoiler__body {
  overflow: hidden;
  height: 0px;
  opacity: 0;
  pointer-events: none;
  transition: height 0.5s ease, opacity 1.5s ease;
}
.spoiler ._open-body {
  /*height setting in spoiler.js*/
  opacity: 1;
  pointer-events: auto;
  transition: height 0.5s ease;
}
.tabs * {
  box-sizing: border-box;
}
.tabs .tabs-nav {
  position: relative;
  z-index: 2;
}
.tabs__content {
  position: relative;
  top: -2px;
}
.tabs__body {
  padding: 20px 10px 20px 10px;
}
.tabs__arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 60px;
  height: 0px;
}
.tabs__arrow svg {
  width: 100%;
  height: 100%;
}
.tabs__title-active .tabs__arrow {
  height: 60px;
}
.rmbt-404-page-wrap {
  row-gap: 0px;
}
.rmbt-404-page-wrap .rmbt-404-wrapper-section {
  height: 80vh;
}
.rmbt-404-page-wrap .rmbt-404-full-width {
  height: 100%;
}
.rmbt-404-page-wrap .rmbt-404-full-width::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  bottom: -160px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(250, 250, 250, 0.83) 25%, rgba(250, 250, 250, 0.83) 75%, #ffffff 100%);
}
.rmbt-404-page-wrap .rmbt-404-full-width__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
}
.rmbt-404-page-wrap .rmbt-404 {
  height: 100%;
  position: relative;
  z-index: 2;
}
.rmbt-404-page-wrap .rmbt-404__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
}
.rmbt-404-page-wrap .rmbt-404__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 10 - 30px);
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.rmbt-404-page-wrap .rmbt-404__col .title-section {
  font-size: calc(78px + 42 * ((100vw - 320px)/1650));
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 00px;
  text-shadow: 1px 1px 2px #d5d5d5;
  width: 60%;
}
@media (min-width: 1970px) {
  .rmbt-404-page-wrap .rmbt-404__col .title-section {
    font-size: 120px;
  }
}
.rmbt-404-page-wrap .rmbt-404__col .title-section span {
  font-weight: 200;
}
.rmbt-404-page-wrap .rmbt-404__col .title-section:after {
  bottom: -20px;
  border-radius: 300%;
  height: 4px;
}
.rmbt-404-page-wrap .rmbt-404__col .subtitle-section {
  font-size: calc(28px + 7 * ((100vw - 320px)/1650));
  font-weight: 300;
  text-shadow: 1px 1px 2px #d5d5d5;
}
@media (min-width: 1970px) {
  .rmbt-404-page-wrap .rmbt-404__col .subtitle-section {
    font-size: 35px;
  }
}
.rmbt-404-page-wrap .rmbt-404__col .rmbt-button-cta {
  color: #fff;
  padding: 0px 20px 0px 20px;
}
.rmbt-404-page-wrap .rmbt-hero-block-1-top-row-full-width {
  background: linear-gradient(0deg, rgba(250, 250, 250, 0.83) 0%, #222322 100%);
}
.comments-area {
  margin-top: 40px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comments-area .comments-title {
  font-size: 22px;
  font-weight: bold;
  color: #06392a;
  margin-bottom: 15px;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list .comment {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.comments-area .comment-list .comment.bypostauthor {
  background: #ffffff;
  border-left: 4px solid #06392a;
}
.comments-area .comment-list .comment .comment-author {
  font-weight: bold;
  color: #010b08;
}
.comments-area .comment-list .comment .comment-meta {
  font-size: 12px;
  color: #808080;
}
.comments-area .comment-list .comment .comment-content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.comments-area .comment-list .comment .reply {
  margin-top: 10px;
}
.comments-area .comment-list .comment .reply a {
  color: #06392a;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #06392a;
  padding: 5px 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.comments-area .comment-list .comment .reply a:hover {
  background: #06392a;
  color: #fff;
}
.comments-area .comment-list .children {
  margin-left: 30px;
  border-left: 2px solid #ddd;
  padding-left: 15px;
}
.comments-area .comment-form {
  margin-top: 20px;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 10px;
}
.comments-area .comment-form textarea {
  min-height: 100px;
  resize: vertical;
}
.comments-area .comment-form .submit {
  background: #06392a;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  transition: background 0.3s ease-in-out;
}
.comments-area .comment-form .submit:hover {
  background: #010b08;
}
.sidebar {
  font-family: Ubuntu;
  font-size: 18px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1650));
  line-height: 150%;
  letter-spacing: 0, 5em;
  color: #06392a;
  letter-spacing: 0em;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  background: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  min-width: min-content;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    transition: transform 0.3s ease;
    z-index: 10;
    padding: 60px 40px 15px 40px;
    backdrop-filter: blur(4px);
    background-color: rgba(213, 213, 213, 0.15);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  .sidebar.open {
    transform: translateX(0);
    overflow-y: auto;
  }
}
@media screen and (max-width: 480px) {
  .sidebar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sidebar .rmbt-no-widget {
  text-align: center;
}
.sidebar caption,
.sidebar .wp-block-heading,
.sidebar .widget-title {
  padding: 10px 0;
  position: relative;
  font-family: Podkova;
  line-height: 60%;
  font-weight: 800;
  letter-spacing: 0.027em;
  text-align: center;
  color: #042b1f;
  text-shadow: 1px 1px 2px #d5d5d5;
  width: max-content;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 15px !important;
  margin-top: 0px;
}
.sidebar .wp-block-heading:after,
.sidebar .widget-title:after {
  content: '';
  position: absolute;
  left: -6px;
  width: 60%;
  border-radius: 0 300% 300% 0;
  height: 3px;
  box-shadow: 1px 1px 2px #d5d5d5;
  background-color: #f35200;
  bottom: -3px;
}
.sidebar .widget-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar .widget-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.sidebar .widget-item .text {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .sidebar-left {
    left: 0;
    margin-left: 0px;
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-right {
    right: 0;
    margin-right: 0px;
    transform: translateX(100%);
  }
}
.sidebar-toggle {
  display: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sidebar-toggle {
    display: block;
    position: fixed;
    top: 220px;
    transform: translate(0, -50%);
    cursor: pointer;
    width: 30px;
    min-height: 120px;
    padding: 20px 2px 20px 2px;
    display: flex;
    justify-content: center;
    outline: 1px solid rgba(4, 43, 31, 0.5);
    outline-offset: -3px;
    backdrop-filter: blur(4px);
    background-color: rgba(213, 213, 213, 0.15);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    z-index: 11;
  }
  .sidebar-toggle__title {
    text-transform: capitalize;
    text-align: center;
    font-family: Podkova;
    font-weight: 500;
    color: #042b1f;
    letter-spacing: 0.02em;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
  }
  .sidebar-toggle span {
    display: none;
  }
  .sidebar-toggle.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    top: calc(10px + 5 * ((100vw - 320px)/1650));
    right: calc(10px + 5 * ((100vw - 320px)/1650));
    transform: translate(0, 0);
    clip-path: none;
    min-height: auto;
    padding: 0px;
    backdrop-filter: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
  }
  .sidebar-toggle.close span,
  .sidebar-toggle.close:after,
  .sidebar-toggle.close:before {
    content: '';
    position: absolute;
    right: 0;
    height: 10%;
    width: 100%;
    background-color: #fff;
    border-radius: 80%;
    transition: all ease 0.5s;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
  }
  .sidebar-toggle.close span {
    top: 50%;
    transform: translate(0, -50%) scale(1);
    pointer-events: none;
  }
  .sidebar-toggle.close:after {
    top: 0;
  }
  .sidebar-toggle.close:before {
    bottom: 0;
  }
  .sidebar-toggle.close span,
  .sidebar-toggle.close:after,
  .sidebar-toggle.close:before {
    top: 50%;
    transform: translate(0, -50%);
    transition: all ease 0.5s;
  }
  .sidebar-toggle.close span {
    transform: scale(0);
  }
  .sidebar-toggle.close:after {
    transform: rotate(45deg);
  }
  .sidebar-toggle.close:before {
    transform: rotate(-45deg);
  }
  .sidebar-toggle.close .sidebar-toggle__title {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1970px) {
  .sidebar-toggle.close {
    top: 15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1970px) {
  .sidebar-toggle.close {
    right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-toggle-left {
    left: 0px;
    border-radius: 0px 16px 16px 0px;
  }
}
.sidebar-toggle-left.close {
  right: 15px;
  left: auto;
}
@media screen and (max-width: 1024px) {
  .sidebar-toggle-right {
    right: 0px;
    border-radius: 16px 0px 0px 16px;
  }
}
.widget {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  background-color: rgba(213, 213, 213, 0.15);
  padding: 15px 20px 20px 20px;
  border-radius: 16px;
  min-width: 280px;
  outline: 1px solid #042b1f;
  outline-offset: -9px;
}
@media screen and (max-width: 1024px) {
  .widget {
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 480px) {
  .widget {
    min-width: 200px;
  }
}
.widget p,
.widget ul,
.widget ol {
  margin: 0 0 10px;
  padding: 0;
}
.widget ul,
.widget ol {
  list-style: none;
}
.widget ul li,
.widget ol li {
  padding-left: 15px;
  position: relative;
}
.widget ul li::before,
.widget ol li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #06392a;
  font-size: 16px;
}
.widget img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}
.widget iframe {
  max-width: 100%;
  border-radius: 16px;
}
.widget a {
  color: #06392a;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.widget a:hover {
  color: #c48c68;
}
.widget .widget-button {
  display: block;
  background: #06392a;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 16px;
  font-weight: bold;
  transition: background 0.3s ease;
}
.widget .widget-button:hover {
  background: #c48c68;
}
.widget textarea,
.widget input {
  font-family: Ubuntu;
  font-style: italic;
  color: #042b1f;
  border-radius: 8px;
  height: 35px;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0em;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.widget input[type='submit'],
.widget button {
  cursor: pointer;
  text-transform: capitalize;
  text-align: center;
  font-family: Podkova;
  font-weight: 500;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.747);
  color: #042b1f;
  outline: 1px solid #042b1f;
  background-color: rgba(230, 230, 230, 0.25);
  backdrop-filter: blur(4px);
  max-width: 126px;
  min-width: 90px;
  font-size: 16px;
  border-radius: 14px;
  outline-offset: -6px;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
}
.widget input[type='submit']:hover,
.widget button:hover {
  transform: scale(1.025);
  transition: all 0.1s ease-in-out;
}
.rmbt-single .entry-title {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 60px;
}
.rmbt-single .title-section {
  line-height: 120%;
}
.rmbt-single .title-section:after {
  left: 10%;
  right: 10%;
  bottom: -15px;
}
.rmbt-single__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
}
.rmbt-single__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 8 - 30px);
  flex-grow: 1;
  font-family: Ubuntu;
  font-size: 18px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1650));
  line-height: 130%;
  letter-spacing: 0, 5em;
  color: #06392a;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .rmbt-single__col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.rmbt-single__col .entry-title,
.rmbt-single__col .wp-block-heading {
  line-height: 120%;
}
/*
   Terms and Definitions:
      section this is the component part of the page
      block this is the component part of the section 

*/
.benefit-slide {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 50px;
  padding-bottom: calc(20px + 30 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .benefit-slide {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .benefit-slide {
    row-gap: 15px;
    padding: 5px 0px 5px 0px;
  }
}
.benefit-slide::before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 0px 0px 0px 16px;
  background-color: #f3520075;
  clip-path: polygon(0 65%, 40% 100%, 0% 100%);
}
.benefit-slide__title {
  position: relative;
  font-family: Overlock;
  font-size: 30px;
  font-size: calc(20px + 10 * ((100vw - 320px)/1650));
  line-height: calc(15px + 20 * ((100vw - 320px)/1650));
  font-weight: 400;
  letter-spacing: 0, 037em;
  color: #eaeaea;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
  text-align: center;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1970px) {
  .benefit-slide__title {
    font-size: 30px;
  }
}
@media (min-width: 1970px) {
  .benefit-slide__title {
    line-height: 35px;
  }
}
.benefit-slide__title:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -7px;
  height: 2px;
  box-shadow: 0px 0px 1px #000000;
  background-color: #f35200a6;
}
.benefit-slide__text {
  font-family: Ubuntu;
  font-size: 18px;
  font-size: calc(12px + 6 * ((100vw - 320px)/1650));
  line-height: 130%;
  line-height: calc(15px + 3 * ((100vw - 320px)/1650));
  font-weight: 200;
  color: #eaeaea;
  text-shadow: 1px 1px 1px #000000;
  letter-spacing: 0em;
  text-align: center;
}
@media (min-width: 1970px) {
  .benefit-slide__text {
    font-size: 18px;
  }
}
@media (min-width: 1970px) {
  .benefit-slide__text {
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .benefit-slide__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.benefit-slide .rmbt-button-nav {
  background-color: transparent !important;
  position: absolute;
  bottom: 2px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .benefit-slide .rmbt-button-nav {
    position: relative;
    bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  .benefit-slide .rmbt-button-nav {
    height: 40px;
    line-height: 40px;
  }
}
.rmbt-benefit-slide-swiper {
  width: calc(160px + 148 * ((100vw - 320px)/1650));
  height: 100%;
}
@media (min-width: 1970px) {
  .rmbt-benefit-slide-swiper {
    width: 308px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-benefit-slide-swiper {
    width: 500px;
    width: calc(250px + 1250 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-benefit-slide-swiper {
    width: 1500px;
  }
}
.swiper-cube .swiper-cube-shadow {
  position: relative;
}
.rmbt-button-cta {
  position: relative;
  display: block;
  text-align: center;
  width: 150px;
  min-height: 50px;
  line-height: 50px;
  border-radius: 20px;
  background-color: #0a7f6e;
  color: #d5d5d5;
  font-family: Podkova;
  font-size: 18px;
  font-weight: 300;
}
.rmbt-button-cta span {
  position: relative;
  z-index: 1;
}
.rmbt-button-cta::before {
  content: '';
  position: absolute;
  border-radius: 19px;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  outline: 1px solid #d5d5d5;
  outline-offset: -6px;
  box-shadow: inset 0px 0 0 50px #0a7f6e;
  transition: transform 0.25s ease-in-out, box-shadow 0.5s ease-in-out;
}
.rmbt-button-cta:hover {
  transform: scale(1.028);
  transition: transform 0.5s ease-in-out;
}
.rmbt-button-cta:hover::before {
  transition: all 0.35s ease-in-out;
  box-shadow: inset 0px 0 0px 0px rgba(213, 213, 213, 0.25);
}
.rmbt-button-nav {
  position: relative;
  display: block;
  text-align: center;
  width: calc(110px + 25 * ((100vw - 320px)/1650));
  height: calc(30px + 5 * ((100vw - 320px)/1650));
  line-height: calc(30px + 5 * ((100vw - 320px)/1650));
  font-size: calc(16px + 2 * ((100vw - 320px)/1650));
  color: #eaeaea;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
  font-family: Podkova;
  font-weight: 300;
  box-shadow: 0px 0px 0.5em rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
@media (min-width: 1970px) {
  .rmbt-button-nav {
    width: 135px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-nav {
    height: 35px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-nav {
    line-height: 35px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-nav {
    font-size: 18px;
  }
}
.rmbt-button-nav:last-of-type {
  background-color: #f35200a6;
}
.rmbt-button-nav:last-of-type::before {
  border: 1px solid #cacaca78;
}
.rmbt-button-nav span {
  position: relative;
  z-index: 1;
}
.rmbt-button-nav::before {
  content: '';
  position: absolute;
  border: 1px solid #cacacae3;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  box-shadow: inset 0px 0 0 50px rgba(10, 127, 110, 0);
  transition: transform 0.25s ease-in-out, box-shadow 0.5s ease-in-out;
}
.rmbt-button-nav:hover {
  transform: scale(1.028);
  transition: transform 0.5s ease-in-out;
}
.rmbt-button-nav:hover::before {
  transition: all 0.35s ease-in-out;
  box-shadow: inset 0px 0 0px 0px rgba(213, 213, 213, 0.25);
}
.rmbt-button-read-more {
  text-transform: capitalize;
  text-align: center;
  font-family: Podkova;
  font-weight: 500;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.747);
  color: #042b1f;
  outline: 1px solid #042b1f;
  background-color: rgba(230, 230, 230, 0.25);
  backdrop-filter: blur(4px);
  display: block;
  position: absolute;
  max-width: 126px;
  font-size: calc(13px + 3 * ((100vw - 320px)/1650));
  border-radius: calc(8px + 6 * ((100vw - 320px)/1650));
  outline-offset: calc(-3px + -3 * ((100vw - 320px)/1650));
  right: calc(20px + 10 * ((100vw - 320px)/1650));
  bottom: calc(10px + 10 * ((100vw - 320px)/1650));
  min-width: calc(65px + 20 * ((100vw - 320px)/1650));
  height: calc(30px + 10 * ((100vw - 320px)/1650));
  line-height: calc(30px + 10 * ((100vw - 320px)/1650));
  padding-left: calc(10px + 10 * ((100vw - 320px)/1650));
  padding-right: calc(10px + 10 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    font-size: 16px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    border-radius: 14px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    outline-offset: -6px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    right: 30px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    bottom: 20px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    min-width: 85px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    height: 40px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    line-height: 40px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    padding-left: 20px;
  }
}
@media (min-width: 1970px) {
  .rmbt-button-read-more {
    padding-right: 20px;
  }
}
.controls-container {
  position: absolute;
  left: 25px;
  bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  width: max-content;
}
.rmbt-copyright-block {
  width: 100%;
  color: #b9b9b9;
  position: relative;
  z-index: 3;
}
.rmbt-copyright-block__body {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding-top: 15px;
  padding-bottom: 25px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: calc(15px + 20 * ((100vw - 320px)/1650));
  text-transform: capitalize;
  font-size: calc(12px + 4 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-copyright-block__body {
    column-gap: 35px;
  }
}
@media (min-width: 1970px) {
  .rmbt-copyright-block__body {
    font-size: 16px;
  }
}
.rmbt-copyright-block__body svg {
  width: 23px;
  height: 23px;
  fill: #b9b9b9;
  border-radius: 50%;
}
.rmbt-copyright-block__body::before,
.rmbt-copyright-block__body:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(100px + 300 * ((100vw - 320px)/1650));
  height: 1px;
  background-color: #b9b9b9;
}
@media (min-width: 1970px) {
  .rmbt-copyright-block__body::before,
  .rmbt-copyright-block__body:after {
    width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .rmbt-copyright-block__body::before,
  .rmbt-copyright-block__body:after {
    display: none;
  }
}
.rmbt-copyright-block__body:after {
  left: 0;
}
.rmbt-copyright-block__body::before {
  right: 0;
}
.rmbt-copyright-block-1 {
  width: 100%;
  color: #b9b9b9;
}
.rmbt-copyright-block-1__body {
  box-sizing: border-box;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  text-transform: capitalize;
}
.rmbt-copyright-block-1__body svg {
  width: 30px;
  height: 30px;
  fill: #b9b9b9;
  border-radius: 50%;
}
.rmbt-copyright-block-1__body::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 80%;
  height: 1px;
  background-color: #b9b9b9;
}
.rmbt-hero-block-1-top-row-full-width {
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 0%, #222322 100%);
  position: relative;
  margin-top: 40px;
  padding-bottom: 10px;
}
.rmbt-hero-block-1-top-row {
  position: relative;
}
.rmbt-hero-block-1-top-row__row {
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.rmbt-hero-block-1-top-row__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.rmbt-hero-block-1-top-row-col-left {
  width: calc(100% / 12 * 3 - 30px);
  position: relative;
}
.rmbt-hero-block-1-top-row-col-left img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-top-row-col-left {
    width: calc(200px + 85 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-hero-block-1-top-row-col-left {
    width: 285px;
  }
}
@media screen and (max-width: 390px) {
  .rmbt-hero-block-1-top-row-col-left {
    width: 350px;
  }
}
.rmbt-hero-block-1-top-row-col-center {
  width: calc(100% / 12 * 6 - 30px);
  margin-left: calc(100% / 12 * 1 + 15px);
}
@media screen and (max-width: 1024px) {
  .rmbt-hero-block-1-top-row-col-center {
    margin-left: calc(100% / 12 * 0 + 15px);
  }
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-top-row-col-center {
    width: calc(100% / 12 * 4 - 30px);
  }
  .rmbt-hero-block-1-top-row-col-center .rmbt-button-link {
    width: 100%;
  }
}
.rmbt-hero-block-1-top-row-col-center .rmbt-menu-horizontal {
  font-family: Podkova;
  font-size: 21px;
  font-weight: 300;
  text-shadow: 1px 1px 1px #000000;
  color: rgba(252, 252, 252, 0.91);
}
.rmbt-hero-block-1-top-row-col-right {
  width: calc(100% / 12 * 2 - 30px);
}
.rmbt-hero-block-1-top-row-col-right .rmbt-button-link {
  width: calc(120px + 30 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-top-row-col-right .rmbt-button-link {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .rmbt-hero-block-1-top-row-col-right {
    width: auto;
  }
}
.rmbt-hero-block-1-top-row-col-right .rmbt-social-networks {
  display: none;
}
.rmbt-latest-blog-posts-card {
  position: relative;
  padding-left: 165px;
  padding-right: 15px;
  min-height: 120px;
  max-height: 160px;
  border-radius: 0px 16px 16px 0px;
}
@media screen and (max-width: 768px) {
  .rmbt-latest-blog-posts-card {
    padding-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-latest-blog-posts-card {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .rmbt-latest-blog-posts-card {
    border-radius: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-latest-blog-posts-card {
    max-height: 220px;
  }
}
.rmbt-latest-blog-posts-card__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .rmbt-latest-blog-posts-card__img {
    border-radius: 16px 0px 0px 16px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-latest-blog-posts-card__img {
    display: none;
  }
}
.rmbt-latest-blog-posts-card__content {
  position: relative;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 5px;
}
.rmbt-latest-blog-posts-card .title-block {
  margin: 0px 0px 10px 0px;
  max-width: 100%;
  line-height: 110%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .rmbt-latest-blog-posts-card .title-block {
    text-align: center;
  }
}
.rmbt-latest-blog-posts-card .title-block:after {
  left: 0px;
  top: auto;
  bottom: -7px;
  width: 35%;
}
@media screen and (max-width: 480px) {
  .rmbt-latest-blog-posts-card .title-block:after {
    right: 35px;
    left: 35px;
    width: auto;
  }
}
.rmbt-latest-blog-posts-card .subtitle-block {
  line-height: 110%;
  font-weight: 300;
  font-size: 13px;
  margin-left: 10px;
}
.rmbt-latest-blog-posts-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 12px 2px 12px;
}
@media screen and (max-width: 768px) {
  .rmbt-latest-blog-posts-card footer {
    width: 80%;
    margin: 0 auto;
  }
}
.rmbt-latest-blog-posts-card footer .rmbt-button-read-more {
  position: static;
  font-size: 12px;
  min-width: calc(35px + 40 * ((100vw - 320px)/1650));
  height: calc(20px + 10 * ((100vw - 320px)/1650));
  line-height: calc(20px + 10 * ((100vw - 320px)/1650));
  padding-left: calc(5px + 5 * ((100vw - 320px)/1650));
  padding-right: calc(5px + 5 * ((100vw - 320px)/1650));
  outline-offset: calc(-3px + -2 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-latest-blog-posts-card footer .rmbt-button-read-more {
    min-width: 75px;
  }
}
@media (min-width: 1970px) {
  .rmbt-latest-blog-posts-card footer .rmbt-button-read-more {
    height: 30px;
  }
}
@media (min-width: 1970px) {
  .rmbt-latest-blog-posts-card footer .rmbt-button-read-more {
    line-height: 30px;
  }
}
@media (min-width: 1970px) {
  .rmbt-latest-blog-posts-card footer .rmbt-button-read-more {
    padding-left: 10px;
  }
}
@media (min-width: 1970px) {
  .rmbt-latest-blog-posts-card footer .rmbt-button-read-more {
    padding-right: 10px;
  }
}
@media (min-width: 1970px) {
  .rmbt-latest-blog-posts-card footer .rmbt-button-read-more {
    outline-offset: -5px;
  }
}
.rmbt-blog-posts-card {
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 330px;
  padding-right: 15px;
  height: 300px;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .rmbt-blog-posts-card {
    padding-left: calc(160px + 170 * ((100vw - 320px)/1650));
    height: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-blog-posts-card {
    padding-left: 330px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-blog-posts-card {
    padding-left: 20px;
    padding-top: 240px;
    padding-bottom: 10px;
    height: auto;
  }
}
.rmbt-blog-posts-card__img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .rmbt-blog-posts-card__img {
    width: calc(150px + 150 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-blog-posts-card__img {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-blog-posts-card__img {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 230px;
  }
}
.rmbt-blog-posts-card__content {
  position: relative;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 5px;
}
.rmbt-blog-posts-card .title-block {
  margin: 0px auto 10px auto;
  max-width: 100%;
  line-height: 110%;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .rmbt-blog-posts-card .title-block {
    text-align: center;
  }
}
.rmbt-blog-posts-card .title-block:after {
  left: 15%;
  right: 15%;
  top: auto;
  width: auto;
  bottom: calc(-5px + -15 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-blog-posts-card .title-block:after {
    bottom: -20px;
  }
}
.rmbt-blog-posts-card .subtitle-block {
  line-height: 140%;
  font-weight: 400;
}
.rmbt-blog-posts-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 12px 2px 12px;
}
@media screen and (max-width: 768px) {
  .rmbt-blog-posts-card footer {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-blog-posts-card footer {
    width: 90%;
  }
}
.rmbt-blog-posts-card footer .rmbt-button-read-more {
  position: static;
  font-size: calc(12px + 4 * ((100vw - 320px)/1650));
  min-width: calc(75px + 45 * ((100vw - 320px)/1650));
  height: calc(25px + 15 * ((100vw - 320px)/1650));
  line-height: calc(25px + 15 * ((100vw - 320px)/1650));
  padding-left: calc(5px + 5 * ((100vw - 320px)/1650));
  padding-right: calc(5px + 5 * ((100vw - 320px)/1650));
  outline-offset: calc(-4px + -2 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-blog-posts-card footer .rmbt-button-read-more {
    font-size: 16px;
  }
}
@media (min-width: 1970px) {
  .rmbt-blog-posts-card footer .rmbt-button-read-more {
    min-width: 120px;
  }
}
@media (min-width: 1970px) {
  .rmbt-blog-posts-card footer .rmbt-button-read-more {
    height: 40px;
  }
}
@media (min-width: 1970px) {
  .rmbt-blog-posts-card footer .rmbt-button-read-more {
    line-height: 40px;
  }
}
@media (min-width: 1970px) {
  .rmbt-blog-posts-card footer .rmbt-button-read-more {
    padding-left: 10px;
  }
}
@media (min-width: 1970px) {
  .rmbt-blog-posts-card footer .rmbt-button-read-more {
    padding-right: 10px;
  }
}
@media (min-width: 1970px) {
  .rmbt-blog-posts-card footer .rmbt-button-read-more {
    outline-offset: -6px;
  }
}
.rmbt-social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
  column-gap: 20px;
  margin: 0 auto;
}
.rmbt-social-networks img {
  width: 48px;
  height: 48px;
}
.rmbt-call-to-action-full-width {
  position: relative;
}
.rmbt-call-to-action-full-width::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.09) 5%, rgba(0, 0, 0, 0.01) 20%, rgba(0, 0, 0, 0.28) 100%);
}
.rmbt-call-to-action-full-width__bg {
  position: absolute;
  box-sizing: border-box;
  right: 0px;
  bottom: 0px;
  top: calc(200px + -200 * ((100vw - 320px)/1650));
  width: calc(685px + 300 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-call-to-action-full-width__bg {
    top: 0px;
  }
}
@media (min-width: 1970px) {
  .rmbt-call-to-action-full-width__bg {
    width: 985px;
  }
}
@media screen and (max-width: 1024px) {
  .rmbt-call-to-action-full-width__bg {
    width: 100%;
    top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .rmbt-call-to-action-full-width .wrap-img img {
    object-fit: none;
    object-position: center;
    top: auto;
    bottom: 0px;
  }
}
.rmbt-call-to-action {
  min-height: 500px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .rmbt-call-to-action {
    padding-top: 60px;
  }
  .rmbt-call-to-action:before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 8%;
    top: 8%;
    border: 1px solid #363e3d;
    border-radius: 16px 16px 16px 16px;
    background-color: rgba(213, 213, 213, 0.15);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
  }
}
@media screen and (max-width: 768px) {
  .rmbt-call-to-action {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.rmbt-call-to-action__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 45px;
}
.rmbt-call-to-action__left-col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 15px;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .rmbt-call-to-action__left-col {
    width: calc(100% / 12 * 5 - 30px);
    margin-left: calc(100% / 12 * 1 + 15px);
  }
}
@media screen and (max-width: 1024px) {
  .rmbt-call-to-action__left-col {
    width: calc(100% / 12 * 6 - 30px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-call-to-action__left-col {
    flex-direction: column;
    width: calc(100% / 12 * 8 - 30px);
  }
}
.rmbt-call-to-action textarea,
.rmbt-call-to-action input {
  font-family: Ubuntu;
  font-style: italic;
  color: #042b1f;
  border-radius: 8px;
  height: 35px;
  width: 100%;
  background-color: #fff;
  font-size: calc(12px + 4 * ((100vw - 320px)/1650));
  line-height: 125%;
  letter-spacing: 0em;
}
@media (min-width: 1970px) {
  .rmbt-call-to-action textarea,
  .rmbt-call-to-action input {
    font-size: 16px;
  }
}
.rmbt-call-to-action__name {
  flex-basis: 45%;
}
.rmbt-call-to-action__phone {
  flex-basis: 45%;
}
.rmbt-call-to-action__email {
  flex-basis: 100%;
}
.rmbt-call-to-action__message {
  flex-basis: 100%;
}
.rmbt-call-to-action__message textarea {
  resize: none;
  height: 80px;
}
.rmbt-call-to-action label {
  margin-bottom: 2px;
}
.rmbt-call-to-action button[type='submit'] {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  margin-top: 10px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .rmbt-call-to-action button[type='submit'] {
    width: 100%;
  }
}
.rmbt-call-to-action input:invalid,
.rmbt-call-to-action textarea:invalid {
  color: red;
}
.rmbt-call-to-action :focus {
  outline: 1px solid #042b1f !important;
}
.rmbt-call-to-action .title-section {
  margin-right: 0px;
  margin-left: 0px;
  width: 40%;
  text-align: left;
}
.rmbt-call-to-action .title-section:after {
  left: 0px;
  right: 50%;
}
@media screen and (max-width: 1280px) {
  .rmbt-call-to-action .title-section {
    text-align: center;
    margin-left: calc(100% / 12 * 1 + 15px);
  }
  .rmbt-call-to-action .title-section:after {
    left: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .rmbt-call-to-action .title-section {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: max-content;
  }
  .rmbt-call-to-action .title-section:after {
    left: 10%;
    right: 10%;
  }
}
.rmbt-call-to-action .subtitle-section {
  margin-left: 40px;
  text-align: left;
  margin-right: 0;
  width: 45%;
}
.subtitle-block {
  margin-left: 0px;
  padding-left: 5px;
}
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  display: none;
}
.modal-content {
  padding-right: calc(20px + 30 * ((100vw - 320px)/1650));
  padding-left: calc(15px + 35 * ((100vw - 320px)/1650));
  padding-bottom: calc(25px + 5 * ((100vw - 320px)/1650));
  padding-top: calc(20px + 10 * ((100vw - 320px)/1650));
  font-size: calc(16px + 5 * ((100vw - 320px)/1650));
  text-align: center;
  font-family: Ubuntu;
  border-radius: 8px;
  outline-offset: -8px;
  outline: 1px solid #042b1f;
  background: #fff;
}
@media (min-width: 1970px) {
  .modal-content {
    padding-right: 50px;
  }
}
@media (min-width: 1970px) {
  .modal-content {
    padding-left: 50px;
  }
}
@media (min-width: 1970px) {
  .modal-content {
    padding-bottom: 30px;
  }
}
@media (min-width: 1970px) {
  .modal-content {
    padding-top: 30px;
  }
}
@media (min-width: 1970px) {
  .modal-content {
    font-size: 21px;
  }
}
.modal-content p {
  margin-bottom: 35px;
  margin-bottom: calc(10px + 25 * ((100vw - 320px)/1650));
  line-height: 160%;
  position: relative;
}
@media (min-width: 1970px) {
  .modal-content p {
    margin-bottom: 35px;
  }
}
.modal-content p span {
  display: block;
}
.modal-content button {
  width: calc(100px + 35 * ((100vw - 320px)/1650));
  font-size: calc(14px + 4 * ((100vw - 320px)/1650));
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: rgba(230, 230, 230, 0.25);
  border-radius: 8px;
}
@media (min-width: 1970px) {
  .modal-content button {
    width: 135px;
  }
}
@media (min-width: 1970px) {
  .modal-content button {
    font-size: 18px;
  }
}
.rmbt-featured-projects__row {
  position: relative;
}
.rmbt-featured-projects-slide-swiper {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: calc(45px + 45 * ((100vw - 320px)/1650));
  margin-right: calc(45px + 45 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper {
    margin-left: 90px;
  }
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper {
    margin-right: 90px;
  }
}
@media screen and (max-width: 680px) {
  .rmbt-featured-projects-slide-swiper {
    padding-right: 5px;
    padding-left: 5px;
    margin-left: calc(50px + 70 * ((100vw - 320px)/1650));
    margin-right: calc(50px + 70 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 680px) and (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper {
    margin-left: 120px;
  }
}
@media screen and (max-width: 680px) and (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper {
    margin-right: 120px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-featured-projects-slide-swiper {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 60px;
    margin-left: calc(10px + 80 * ((100vw - 320px)/1650));
    margin-right: calc(10px + 80 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 480px) and (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper {
    margin-left: 90px;
  }
}
@media screen and (max-width: 480px) and (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper {
    margin-right: 90px;
  }
}
.rmbt-featured-projects-slide-swiper__button-prev,
.rmbt-featured-projects-slide-swiper__button-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  width: 75px;
  height: 75px;
}
.rmbt-featured-projects-slide-swiper__button-prev svg,
.rmbt-featured-projects-slide-swiper__button-next svg {
  width: 65%;
  height: 65%;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .rmbt-featured-projects-slide-swiper__button-prev,
  .rmbt-featured-projects-slide-swiper__button-next {
    top: auto;
    bottom: 0px;
    width: 55px;
    height: 55px;
  }
}
.rmbt-featured-projects-slide-swiper__button-next {
  right: calc(70px + 10 * ((100vw - 320px)/1650));
  transform: translate(100%, -50%);
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper__button-next {
    right: 80px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-featured-projects-slide-swiper__button-next {
    transform: translate(-50%, 0);
  }
}
.rmbt-featured-projects-slide-swiper__button-prev {
  left: calc(70px + 10 * ((100vw - 320px)/1650));
  transform: translate(-100%, -50%) rotate(180deg);
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper__button-prev {
    left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-featured-projects-slide-swiper__button-prev {
    transform: translate(50%, 0) rotate(180deg);
  }
}
.rmbt-featured-projects-slide-swiper__button-prev:active {
  transform: translate(-100%, -50%) rotate(180deg) scale(0.9);
  transition: transform 0.1s ease-in-out;
}
@media screen and (max-width: 480px) {
  .rmbt-featured-projects-slide-swiper__button-prev:active {
    transform: translate(50%, 0) rotate(180deg) scale(0.9);
  }
}
.rmbt-featured-projects-slide-swiper__button-next:active {
  transform: translate(100%, -50%) scale(0.9);
  transition: transform 0.1s ease-in-out;
}
@media screen and (max-width: 480px) {
  .rmbt-featured-projects-slide-swiper__button-next:active {
    transform: translate(-50%, 0) scale(0.9);
  }
}
.rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide {
  position: relative;
  width: calc(300px + 180 * ((100vw - 320px)/1650));
  height: calc(330px + 140 * ((100vw - 320px)/1650));
  padding-bottom: calc(30px + 30 * ((100vw - 320px)/1650));
  min-width: 365px;
  box-sizing: border-box;
  background-color: #fff;
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide {
    width: 480px;
  }
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide {
    height: 470px;
  }
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 425px) {
  .rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide {
    min-width: auto;
  }
}
.rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide__img {
  width: 100%;
  height: calc(200px + 100 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide__img {
    height: 300px;
  }
}
.rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide .title-block {
  margin-left: auto;
  font-size: calc(18px + 6 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide .title-block {
    font-size: 24px;
  }
}
.rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide .subtitle-block {
  font-size: calc(14px + 4 * ((100vw - 320px)/1650));
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1970px) {
  .rmbt-featured-projects-slide-swiper .rmbt-featured-projects-slide .subtitle-block {
    font-size: 18px;
  }
}
.rmbt-footer-full-width {
  color: #fff;
  background-color: #363e3d;
  background-color: #262d37;
}
.rmbt-footer-full-width__bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.rmbt-footer-full-width__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.rmbt-footer-full-width__bg .wrap-img {
  position: absolute;
  right: 80px;
  bottom: 20px;
  width: 640px;
  height: 320px;
}
.rmbt-footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.rmbt-footer__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.rmbt-footer .rmbt-footer-row-content {
  height: 300px;
  margin-bottom: 3px;
  padding-top: 45px;
  padding-bottom: 15px;
}
.rmbt-footer .rmbt-footer-row-content__center-col {
  width: calc(100% / 12 * 4 - 30px);
  position: relative;
  z-index: 3;
}
.rmbt-footer .rmbt-footer-row-content__center-col .spoiler {
  min-height: 45px;
}
.rmbt-footer .rmbt-footer-row-content__right-col {
  width: calc(100% / 12 * 4 - 30px);
  position: relative;
  padding-bottom: 60px;
}
.rmbt-footer .rmbt-footer-row-content__right-col .rmbt-footer-copyright {
  position: relative;
  z-index: 3;
}
.rmbt-header-2-top-row-full-width {
  background-color: #222322;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.rmbt-header-2 {
  background-color: rgba(54, 62, 61, 0.418);
}
.rmbt-header-2__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.rmbt-header-2__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.rmbt-header-2-top-row {
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
  height: 40px;
  font-family: Biryani;
  font-size: 14px;
  font-weight: 400;
}
.rmbt-header-2-top-row a {
  color: inherit;
  font-size: calc(12px + 1 * ((100vw - 320px)/1650));
  letter-spacing: 1px;
  font-weight: 200;
  transition: all 0.35s ease-in-out;
  display: block;
}
@media (min-width: 1970px) {
  .rmbt-header-2-top-row a {
    font-size: 13px;
  }
}
.rmbt-header-2-top-row ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .rmbt-header-2-top-row ul li {
    line-height: 200%;
  }
}
.rmbt-header-2-top-row .drop_ul {
  position: relative;
  padding-right: 15px;
}
.rmbt-header-2-top-row .drop_ul .icon_drop {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.rmbt-header-2-top-row .drop_ul .open {
  transform: rotate(180deg);
  transition: all 0.5s;
  transform-origin: 4px 2px;
}
.rmbt-header-2-top-col-left {
  width: calc(100% / 12 * 8 - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
@media screen and (max-width: 900px) {
  .rmbt-header-2-top-col-left {
    flex-grow: 1;
  }
}
@media screen and (max-width: 690px) {
  .rmbt-header-2-top-col-left {
    justify-content: start;
  }
}
.rmbt-header-2-top-col-left svg {
  display: none;
  width: 32px;
  height: 40px;
}
.rmbt-header-2-top-col-left a:hover {
  transform: scale(1.02);
  transition: all 0.1s ease-in-out;
}
.rmbt-header-2-top-col-left ul {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background-color: #222322;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 0.3s ease-in;
  border: 1px solid #222322;
  border-radius: 16px;
}
.rmbt-header-2-top-col-left ul:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .rmbt-header-2-top-col-left__email svg {
    display: block;
  }
  .rmbt-header-2-top-col-left__email ul {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: max-content;
    height: 100%;
    z-index: 5;
  }
  .rmbt-header-2-top-col-left__email .ul-toggle-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .rmbt-header-2-top-col-left__phones svg {
    display: block;
  }
  .rmbt-header-2-top-col-left__phones ul {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: max-content;
    height: 100%;
    z-index: 5;
    margin-left: 0px !important;
    border-radius: 0px ;
  }
  .rmbt-header-2-top-col-left__phones ul:first-of-type {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .rmbt-header-2-top-col-left__phones ul:last-of-type {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .rmbt-header-2-top-col-left__phones .ul-toggle-wrap {
    display: none !important;
  }
}
.rmbt-header-2-top-col-left__email,
.rmbt-header-2-top-col-left__phones {
  display: flex;
  justify-content: space-between;
  font-size: calc(14px + 2 * ((100vw - 320px)/1650));
  width: auto;
  height: 40px;
  line-height: 40px;
  position: relative;
}
@media (min-width: 1970px) {
  .rmbt-header-2-top-col-left__email,
  .rmbt-header-2-top-col-left__phones {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-header-2-top-col-left__email,
  .rmbt-header-2-top-col-left__phones {
    column-gap: 0px;
  }
}
@media screen and (max-width: 390px) {
  .rmbt-header-2-top-col-left__email ul,
  .rmbt-header-2-top-col-left__phones ul {
    min-width: 200px;
    text-align: center;
    border-radius: 0px !important;
  }
  .rmbt-header-2-top-col-left__email ul:last-of-type,
  .rmbt-header-2-top-col-left__phones ul:last-of-type {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-header-2-top-col-left__email a,
  .rmbt-header-2-top-col-left__phones a {
    font-size: calc(13px + 3 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 480px) and (min-width: 1970px) {
  .rmbt-header-2-top-col-left__email a,
  .rmbt-header-2-top-col-left__phones a {
    font-size: 16px;
  }
}
.rmbt-header-2-top-col-left__email .ul-toggle-wrap,
.rmbt-header-2-top-col-left__phones .ul-toggle-wrap {
  display: none;
  width: 10px;
  position: relative;
  transition: transform 0.3s ease-in;
  cursor: pointer;
}
.rmbt-header-2-top-col-left__email .ul-toggle-wrap svg,
.rmbt-header-2-top-col-left__phones .ul-toggle-wrap svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rmbt-header-2-top-col-left__email .ul-toggle-wrap-visible,
.rmbt-header-2-top-col-left__phones .ul-toggle-wrap-visible {
  display: block;
}
.rmbt-header-2-top-col-left__email .ul-toggle-wrap-open,
.rmbt-header-2-top-col-left__phones .ul-toggle-wrap-open {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in;
}
.rmbt-header-2-top-col-left__email .rmbt-visible_drop,
.rmbt-header-2-top-col-left__phones .rmbt-visible_drop {
  border: 1px solid #363e3d !important;
}
@media screen and (max-width: 520px) {
  .rmbt-header-2-top-col-left__phones-icon {
    display: block !important;
  }
}
.rmbt-header-2-top-col-left .hidden-ul {
  transition: transform 0.5s ease;
}
.rmbt-header-2-top-col-left .visible-ul {
  transform: translateY(100%);
  transition: transform 0.5s ease;
  border-radius: 0px;
}
.rmbt-header-2-top-col-left .visible-ul:first-of-type {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rmbt-header-2-top-col-left .visible-ul:last-of-type {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.rmbt-header-2-top-col-left .visible-ul-mobile {
  transform: translateY(100%);
  transition: transform 0.5s ease;
  border-radius: 0px;
}
.hidden {
  position: absolute;
  top: 0%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  transition: z-index 1s, top 1s, opacity 1s;
  width: 0px;
  padding: 0px 0px 0px 0px !important;
}
.visible-email {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: top 1s, opacity 1s;
}
.visible-phone {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: space-around;
  padding: 10px 10px 10px 10px;
  background-color: #222322;
  transition: all 0.2s;
}
.rmbt-header-2-top-col-right {
  width: calc(100% / 12 * 2 - 30px);
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 15px;
}
.rmbt-header-2-top-col-right svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  stroke: #fff;
}
.rmbt-header-2-top-col-right svg:hover:hover {
  transform: scale(1.15);
  transition: all 0.1s ease-in-out;
}
.rmbt-footer-0-full-width {
  min-height: 320px;
  color: #b9b9b9;
  background-color: #262d37;
  margin-top: 60px / 2;
}
.rmbt-footer-0-full-width__bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.rmbt-footer-0-full-width__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.rmbt-footer-0-full-width__bg .wrap-img {
  position: absolute;
  right: calc(-60px + 120 * ((100vw - 320px)/1650));
  bottom: 20px;
  width: 640px;
  height: 320px;
}
@media (min-width: 1970px) {
  .rmbt-footer-0-full-width__bg .wrap-img {
    right: 60px;
  }
}
.rmbt-footer-0-full-width .rmbt-footer-0__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1024px) {
  .rmbt-footer-0-full-width .rmbt-footer-0__row {
    justify-content: center;
    row-gap: 20px;
  }
}
.rmbt-footer-0-full-width .rmbt-footer-0__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  min-width: 300px;
  z-index: 3;
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content {
  min-height: 320px;
  margin-bottom: 3px;
  padding-top: 45px;
  padding-bottom: 15px;
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__left-col {
  width: calc(100% / 12 * 4 - 30px);
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__left-col {
    padding-top: 0px;
  }
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__left-col .rmbt-site-logo {
  position: relative;
  width: 60%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__left-col .rmbt-site-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__left-col .rmbt-site-logo .custom-logo-link img {
  width: 100%;
  height: auto;
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__left-col .rmbt-site-description {
  color: inherit;
  text-align: left;
  width: 80%;
  margin-left: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__left-col .rmbt-site-description {
    margin: 0 auto;
    text-align: center;
  }
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__left-col .rmbt-social-networks {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 3;
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__left-col .rmbt-social-networks a svg {
  height: 40px;
  width: 40px;
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__center-col .menu-rmbt_footer-navigation-container {
  font-family: Podkova;
  font-weight: 300;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__center-col .menu-rmbt_footer-navigation-container ul {
  list-style: none;
  padding-left: 0px;
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col {
    padding-top: 0px;
  }
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col ul {
  list-style: none;
  padding-left: 0px;
  margin: 0 auto;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col ul {
    margin-bottom: 20px;
  }
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col ul li {
  display: flex;
  align-items: center;
  line-height: 115%;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col ul li {
    height: 35px;
  }
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col svg {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col .rmbt-social-networks {
  column-gap: 0px;
}
.rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col .rmbt-social-networks svg {
  width: calc(35px + 15 * ((100vw - 320px)/1650));
  height: calc(35px + 15 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col .rmbt-social-networks svg {
    width: 50px;
  }
}
@media (min-width: 1970px) {
  .rmbt-footer-0-full-width .rmbt-footer-0 .rmbt-footer-0-row-content__right-col .rmbt-social-networks svg {
    height: 50px;
  }
}
.rmbt-footer-0-full-width .rmbt-footer-0 svg {
  fill: #fff;
  stroke: #fff;
}
.rmbt-hero-block-1-full-width {
  margin-top: 40px;
  background-color: rgba(54, 62, 61, 0.418);
  position: relative;
}
.rmbt-hero-block-1-full-width::after {
  content: '';
  position: absolute;
  left: calc(11px + 59 * ((100vw - 320px)/1650));
  right: calc(11px + 59 * ((100vw - 320px)/1650));
  top: 90px;
  height: 2px;
  background-color: #d5d5d5;
  border-radius: 300%;
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-full-width::after {
    left: 70px;
  }
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-full-width::after {
    right: 70px;
  }
}
.rmbt-hero-block-1-full-width.hide-after {
  z-index: 5;
}
.rmbt-hero-block-1-full-width.hide-after:after {
  display: none;
}
.rmbt-hero-block-1-full-width__bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(54, 62, 61, 0.418);
}
.rmbt-hero-block-1-full-width__bg::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(3, 3, 3, 0.37);
}
.rmbt-hero-block-1-full-width .rmbt-hero-block-1-top-row-full-width {
  margin-top: 0px;
  background: none;
}
.rmbt-hero-block-1-full-width .rmbt-hero-block-1-top-row-full-width .rmbt-menu-horizontal {
  color: #d5d5d5;
}
.rmbt-hero-block-1 {
  position: relative;
  padding-top: calc(30px + 20 * ((100vw - 320px)/1650));
  padding-bottom: calc(30px + 20 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1 {
    padding-top: 50px;
  }
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1 {
    padding-bottom: 50px;
  }
}
.rmbt-hero-block-1__row {
  display: flex;
  column-gap: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1__row {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
  }
}
.rmbt-hero-block-1__col {
  height: calc(170px + 200 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1__col {
    height: 370px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1__col {
    height: 290px;
  }
}
.rmbt-hero-block-1-col-right {
  flex-basis: 30%;
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px 40px 20px;
  padding-bottom: calc(10px + 30 * ((100vw - 320px)/1650));
  padding-top: calc(-5px + 35 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-col-right {
    padding-bottom: 40px;
  }
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-col-right {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-col-right {
    order: 2;
    flex-basis: 60%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.rmbt-hero-block-1-col-right__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rmbt-hero-block-1-col-right__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 213, 213, 0.2);
  border-radius: 16px 0px 0px 16px;
  backdrop-filter: blur(4px);
  background-color: rgba(213, 213, 213, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-col-right__bg:after {
    border-radius: 16px;
  }
}
.rmbt-hero-block-1-col-left {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
  padding-left: calc(10px + 30 * ((100vw - 320px)/1650));
  padding-right: calc(10px + 30 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-col-left {
    padding-left: 40px;
  }
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-col-left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-col-left {
    order: 1;
  }
}
.rmbt-hero-block-1-col-left__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rmbt-hero-block-1-col-left__bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #363e3d;
  border-radius: 0px 16px 16px 0px;
  background-color: rgba(213, 213, 213, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-col-left__bg::before {
    border-radius: 16px 16px 16px 16px;
  }
}
.rmbt-hero-block-1-col-left__content {
  position: relative;
  width: 85%;
}
@media screen and (max-width: 1090px) {
  .rmbt-hero-block-1-col-left__content {
    width: 100%;
    margin-top: calc(-40px + 40 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 1090px) and (min-width: 1970px) {
  .rmbt-hero-block-1-col-left__content {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-col-left__content {
    margin-top: -35px;
  }
}
.rmbt-hero-block-1-col-left__title {
  position: relative;
  font-family: Overlock;
  font-size: calc(25px + 24 * ((100vw - 320px)/1650));
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #eaeaea;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
  padding-left: 40px;
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-col-left__title {
    font-size: 49px;
  }
}
@media screen and (max-width: 1090px) {
  .rmbt-hero-block-1-col-left__title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-col-left__title {
    font-size: calc(38px + 52 * ((100vw - 320px)/1650));
    line-height: 90%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-hero-block-1-col-left__title {
    font-size: 90px;
  }
}
.rmbt-hero-block-1-col-left__title span {
  color: #f35200;
}
.rmbt-hero-block-1-col-left__subtitle {
  position: relative;
  font-family: Ubuntu;
  font-size: calc(12px + 10 * ((100vw - 320px)/1650));
  line-height: 110%;
  font-weight: 200;
  color: #eaeaea;
  text-shadow: 1px 1px 1px #000000;
  letter-spacing: 0em;
  text-transform: lowercase;
  width: 80%;
  margin-top: calc(-2px + 22 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-col-left__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-col-left__subtitle {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1090px) {
  .rmbt-hero-block-1-col-left__subtitle {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-col-left__subtitle {
    font-size: calc(12px + 28 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-hero-block-1-col-left__subtitle {
    font-size: 40px;
  }
}
.rmbt-hero-block-1-col-left__slogan {
  position: relative;
  font-family: Ubuntu;
  font-size: calc(12px + 10 * ((100vw - 320px)/1650));
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000000;
  text-align: end;
  margin-bottom: 5px;
  margin-bottom: calc(-5px + 10 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-col-left__slogan {
    font-size: 22px;
  }
}
@media (min-width: 1970px) {
  .rmbt-hero-block-1-col-left__slogan {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1090px) {
  .rmbt-hero-block-1-col-left__slogan {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-col-left__slogan {
    font-size: calc(12px + 28 * ((100vw - 320px)/1650));
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-hero-block-1-col-left__slogan {
    font-size: 40px;
  }
}
.rmbt-hero-block-1-col-left .controls-container {
  left: auto;
  right: 35px;
  bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .rmbt-hero-block-1-col-left .controls-container {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: calc(0px + 60 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 1024px) and (min-width: 1970px) {
  .rmbt-hero-block-1-col-left .controls-container {
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-hero-block-1-col-left .controls-container {
    bottom: calc(20px + 40 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-hero-block-1-col-left .controls-container {
    bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-hero-block-1-col-left .controls-container .rmbt-button-nav {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 390px) {
  .rmbt-hero-block-1-col-left .controls-container {
    column-gap: 20px;
  }
}
.rmbt-visible_burger,
.menu-header-navigation-container {
  row-gap: 50px;
}
.rmbt-visible_burger li a:after,
.menu-header-navigation-container li a:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 2px;
  box-shadow: 0px 0px 1px #000000;
  background-color: #f35200cf;
  width: 0px;
}
.rmbt-visible_burger li:hover > a:after,
.menu-header-navigation-container li:hover > a:after {
  width: 100%;
  transition: width 0.5s;
}
.rmbt-visible_burger .custom-logo-link,
.menu-header-navigation-container .custom-logo-link {
  position: absolute;
  top: 30px;
}
.rmbt-visible_burger .custom-logo-link .custom-logo,
.menu-header-navigation-container .custom-logo-link .custom-logo {
  width: 180px;
  width: calc(140px + 260 * ((100vw - 320px)/1650));
  height: auto;
}
@media (min-width: 1970px) {
  .rmbt-visible_burger .custom-logo-link .custom-logo,
  .menu-header-navigation-container .custom-logo-link .custom-logo {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-visible_burger .custom-logo-link .custom-logo,
  .menu-header-navigation-container .custom-logo-link .custom-logo {
    width: calc(180px + 220 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 480px) and (min-width: 1970px) {
  .rmbt-visible_burger .custom-logo-link .custom-logo,
  .menu-header-navigation-container .custom-logo-link .custom-logo {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-visible_burger::after,
  .menu-header-navigation-container::after {
    content: '';
    position: absolute;
    left: calc(11px + 59 * ((100vw - 320px)/1650));
    right: calc(11px + 59 * ((100vw - 320px)/1650));
    top: calc(75px + 85 * ((100vw - 320px)/1650));
    height: 2px;
    background-color: #d5d5d5;
    border-radius: 300%;
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-visible_burger::after,
  .menu-header-navigation-container::after {
    left: 70px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-visible_burger::after,
  .menu-header-navigation-container::after {
    right: 70px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1970px) {
  .rmbt-visible_burger::after,
  .menu-header-navigation-container::after {
    top: 160px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-visible_burger::after,
  .menu-header-navigation-container::after {
    top: calc(90px + 40 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 480px) and (min-width: 1970px) {
  .rmbt-visible_burger::after,
  .menu-header-navigation-container::after {
    top: 130px;
  }
}
.rmbt-visible_burger .rmbt-button-cta,
.menu-header-navigation-container .rmbt-button-cta {
  width: 80%;
  min-width: 180px;
  margin: 0px auto 0 auto;
}
.rmbt-visible_burger .rmbt-social-networks svg,
.menu-header-navigation-container .rmbt-social-networks svg {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .rmbt-visible_burger .rmbt-social-networks,
  .menu-header-navigation-container .rmbt-social-networks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
.rmbt-how-we-work {
  min-height: 220px;
}
.rmbt-how-we-work__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 30px;
}
@media screen and (max-width: 480px) {
  .rmbt-how-we-work__row {
    justify-content: center;
  }
}
.rmbt-how-we-work__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3 - 30px);
  min-width: 282px;
  padding: 20px 15px 20px 15px;
  border-radius: 16px;
}
@media screen and (max-width: 1280px) {
  .rmbt-how-we-work__col {
    width: calc(100% / 12 * 4 - 30px);
  }
  .rmbt-how-we-work__col:nth-of-type(1),
  .rmbt-how-we-work__col:nth-of-type(3) {
    margin-left: calc(100% / 12 * 2 + 15px);
  }
}
@media screen and (max-width: 960px) {
  .rmbt-how-we-work__col {
    width: calc(100% / 12 * 5 - 30px);
    min-width: 201px;
  }
  .rmbt-how-we-work__col:nth-of-type(1),
  .rmbt-how-we-work__col:nth-of-type(3) {
    margin-left: calc(100% / 12 * 1 + 15px);
  }
}
@media screen and (max-width: 560px) {
  .rmbt-how-we-work__col {
    width: calc(100% / 12 * 6 - 30px);
    min-width: 201px;
  }
  .rmbt-how-we-work__col:nth-of-type(1),
  .rmbt-how-we-work__col:nth-of-type(3) {
    margin-left: calc(100% / 12 * 0 + 15px);
  }
}
@media screen and (max-width: 480px) {
  .rmbt-how-we-work__col {
    width: calc(330px + -70 * ((100vw - 320px)/1650));
    min-width: 210px;
  }
}
@media screen and (max-width: 480px) and (min-width: 1970px) {
  .rmbt-how-we-work__col {
    width: 260px;
  }
}
.rmbt-how-we-work__img {
  height: 200px;
  border-radius: 16px;
}
.rmbt-how-we-work__article-text {
  display: none;
}
.rmbt-how-we-work .title-block {
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  width: auto;
  line-height: 100%;
}
.rmbt-how-we-work .title-block::after {
  width: auto;
  top: 115%;
  left: 15px;
  right: 15px;
}
.rmbt-how-we-work .subtitle-block {
  margin-left: auto;
  text-align: center;
  margin-bottom: 10px;
}
.rmbt-blog .subtitle-section {
  margin-bottom: 45px;
}
.rmbt-blog__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
}
.rmbt-blog__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 8 - 30px);
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .subtitle-section {
    width: 90%;
    margin-top: 30px;
  }
}
.rmbt-our-services .rmbt-our-services-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
  position: relative;
  min-height: 370px;
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs {
    flex-direction: column;
    min-height: 480px;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__nav {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  height: 100%;
  background-color: #fff;
  border-bottom: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__nav {
    width: calc(100% / 12 * 12 - 30px);
    row-gap: 0;
    column-gap: 2px;
  }
}
@media screen and (max-width: 560px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__nav {
    flex-direction: column;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__title {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 110px;
  padding: 0px 20px 10px 20px;
  border-radius: 16px 0px 0px 16px;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.3s;
  will-change: transform, box-shadow;
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__title:hover {
  transform: translateY(-2px) scale(1.005);
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.25);
  background-color: #f9f9f9;
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__title:hover .tabs__arrow {
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.3);
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__title .subtitle-block {
  max-height: 50px;
  margin-left: calc(0px + 15 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title .subtitle-block {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title {
    border-radius: 16px 16px 0px 0px;
    flex-basis: 20%;
    flex-grow: 1;
    background-color: #fff;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    backdrop-filter: blur(4px);
    background-color: rgba(213, 213, 213, 0.15);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title .title-block {
    text-align: center;
    margin-left: auto;
    color: rgba(4, 42, 31, 0.6);
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title .title-block::after {
    width: auto;
    left: 7%;
    right: 7%;
    background-color: rgba(243, 81, 0, 0.6);
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title .subtitle-block {
    text-align: center;
    margin-left: 0px;
    color: rgba(6, 55, 41, 0.6);
  }
}
@media screen and (max-width: 560px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title {
    order: 1;
    margin-bottom: -16px;
    background-color: #f9f9f9;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  width: calc(33px + 10 * ((100vw - 320px)/1650));
  height: 0px;
}
@media (min-width: 1970px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__arrow {
    width: 43px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__arrow {
    display: none;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  width: 35px;
  height: 35px;
  height: 0px;
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__title-active {
  background-color: #fff;
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__title-active .tabs__arrow {
  height: calc(33px + 10 * ((100vw - 320px)/1650));
  transition: height 0.25s ease-in;
}
@media (min-width: 1970px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active .tabs__arrow {
    height: 43px;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__title-active .tabs__arrow svg {
  height: 35px;
  transition: height 0.25s ease-in;
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active {
    z-index: 2;
    flex-grow: 3;
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active:not(:first-child) {
    margin-left: -15px;
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active:not(:last-child) {
    margin-right: -15px;
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active .title-block {
    text-align: center;
    margin-left: auto;
    color: #042a1f;
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active .title-block::after {
    background-color: #f35100;
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active .subtitle-block {
    text-align: center;
    margin-left: 0px;
    color: #063729;
  }
}
@media screen and (max-width: 560px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active {
    order: 10;
    margin-bottom: 0px;
    background-color: #fff;
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active:not(:first-child) {
    margin-left: 0px;
  }
  .rmbt-our-services .rmbt-our-services-tabs .tabs__title-active:not(:last-child) {
    margin-right: 0px;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__content {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 8 - 30px);
  border-radius: 16px 16px 16px 16px;
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__content {
    width: calc(100% / 12 * 12 - 30px);
    border-radius: 0px 0px 0px 0px;
    z-index: 3;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__body {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 0px 16px 16px 0px;
  height: 370px;
  transition: opacity 0.25s ease-in;
  opacity: 0;
  pointer-events: none;
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__body:hover img {
  transform: scale(1.075);
  transition: transform 0.6s;
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__body img {
  transition: transform 0.6s;
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__body {
    border-radius: 0px 0px 0px 0px;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__body:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 16px 16px 0px;
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__body:after {
    border-radius: 0px 0px 0px 0px;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__body .text-block {
  position: absolute;
  left: 0px;
  right: 35%;
  top: 50%;
  height: max-content;
  text-align: left;
  font-size: calc(14px + 4 * ((100vw - 320px)/1650));
  letter-spacing: 0.044em;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  z-index: 1;
}
@media (min-width: 1970px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__body .text-block {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__body .text-block {
    right: 10px;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__body .wrap-img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 0px 16px 16px 0px;
}
@media screen and (max-width: 768px) {
  .rmbt-our-services .rmbt-our-services-tabs .tabs__body .wrap-img {
    border-radius: 0px 0px 0px 0px;
  }
}
.rmbt-our-services .rmbt-our-services-tabs .tabs__body-active {
  opacity: 1;
  pointer-events: auto;
}
.rmbt-latest-blog-posts__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1024px) {
  .rmbt-latest-blog-posts__row {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
  }
}
.rmbt-latest-blog-posts__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 6 - 30px);
  min-height: 460px;
}
@media screen and (max-width: 1024px) {
  .rmbt-latest-blog-posts__col {
    width: calc(100% / 12 * 10 - 30px);
  }
}
@media screen and (max-width: 768px) {
  .rmbt-latest-blog-posts__col {
    width: calc(100% / 12 * 12 - 30px);
  }
}
.rmbt-latest-blog-posts .sticky-posts {
  min-height: 100%;
  padding-left: 10px;
  border-radius: 16px 0px 0px 16px;
}
@media screen and (max-width: 1024px) {
  .rmbt-latest-blog-posts .sticky-posts {
    min-height: 460px;
    border-radius: 16px 16px 16px 16px;
  }
}
.rmbt-latest-blog-posts .sticky-posts .rmbt-latest-blog-posts-card__img {
  border-radius: 16px 16px 0px 0px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 150px;
  width: auto;
  height: auto;
  display: block;
}
@media screen and (max-width: 480px) {
  .rmbt-latest-blog-posts .sticky-posts .rmbt-latest-blog-posts-card__img {
    bottom: 170px;
  }
}
.rmbt-latest-blog-posts .sticky-posts .title-block {
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .rmbt-latest-blog-posts .sticky-posts .title-block {
    max-width: 90%;
  }
}
.rmbt-latest-blog-posts .sticky-posts .title-block::after {
  left: 25%;
  right: 25%;
  width: auto;
}
.rmbt-latest-blog-posts .sticky-posts .rmbt-latest-blog-posts-card__content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 150px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 480px) {
  .rmbt-latest-blog-posts .sticky-posts .rmbt-latest-blog-posts-card__content {
    left: 5px;
    right: 5px;
    height: 175px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.rmbt-latest-blog-posts .rmbt-latest-blog-posts-right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
.rmbt-testimonials-block__row {
  position: relative;
}
.rmbt-testimonials-block-slide-swiper {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: calc(45px + 45 * ((100vw - 320px)/1650));
  margin-right: calc(45px + 45 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper {
    margin-left: 90px;
  }
}
@media (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper {
    margin-right: 90px;
  }
}
@media screen and (max-width: 680px) {
  .rmbt-testimonials-block-slide-swiper {
    padding-right: 5px;
    padding-left: 5px;
    margin-left: calc(50px + 70 * ((100vw - 320px)/1650));
    margin-right: calc(50px + 70 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 680px) and (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper {
    margin-left: 120px;
  }
}
@media screen and (max-width: 680px) and (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper {
    margin-right: 120px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-testimonials-block-slide-swiper {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 60px;
    margin-left: calc(10px + 80 * ((100vw - 320px)/1650));
    margin-right: calc(10px + 80 * ((100vw - 320px)/1650));
  }
}
@media screen and (max-width: 480px) and (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper {
    margin-left: 90px;
  }
}
@media screen and (max-width: 480px) and (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper {
    margin-right: 90px;
  }
}
.rmbt-testimonials-block-slide-swiper__button-prev,
.rmbt-testimonials-block-slide-swiper__button-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  width: 75px;
  height: 75px;
}
.rmbt-testimonials-block-slide-swiper__button-prev svg,
.rmbt-testimonials-block-slide-swiper__button-next svg {
  width: 65%;
  height: 65%;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .rmbt-testimonials-block-slide-swiper__button-prev,
  .rmbt-testimonials-block-slide-swiper__button-next {
    top: auto;
    bottom: 0px;
    width: 55px;
    height: 55px;
  }
}
.rmbt-testimonials-block-slide-swiper__button-next {
  right: calc(70px + 10 * ((100vw - 320px)/1650));
  transform: translate(100%, -50%);
}
@media (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper__button-next {
    right: 80px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-testimonials-block-slide-swiper__button-next {
    transform: translate(-50%, 0);
  }
}
.rmbt-testimonials-block-slide-swiper__button-prev {
  left: calc(70px + 10 * ((100vw - 320px)/1650));
  transform: translate(-100%, -50%) rotate(180deg);
}
@media (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper__button-prev {
    left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .rmbt-testimonials-block-slide-swiper__button-prev {
    transform: translate(50%, 0) rotate(180deg);
  }
}
.rmbt-testimonials-block-slide-swiper__button-prev:active {
  transform: translate(-100%, -50%) rotate(180deg) scale(0.9);
  transition: transform 0.1s ease-in-out;
}
@media screen and (max-width: 480px) {
  .rmbt-testimonials-block-slide-swiper__button-prev:active {
    transform: translate(50%, 0) rotate(180deg) scale(0.9);
  }
}
.rmbt-testimonials-block-slide-swiper__button-next:active {
  transform: translate(100%, -50%) scale(0.9);
  transition: transform 0.1s ease-in-out;
}
@media screen and (max-width: 480px) {
  .rmbt-testimonials-block-slide-swiper__button-next:active {
    transform: translate(-50%, 0) scale(0.9);
  }
}
.rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide {
  position: relative;
  width: 320px;
  min-width: 300px;
  height: 350px;
  padding-top: 15px;
  padding-bottom: 45px;
  border-radius: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 425px) {
  .rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide {
    min-width: auto;
  }
}
.rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}
.rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide .title-block {
  margin-left: auto;
  font-size: calc(18px + 6 * ((100vw - 320px)/1650));
}
@media (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide .title-block {
    font-size: 24px;
  }
}
.rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide .subtitle-block {
  font-size: calc(14px + 4 * ((100vw - 320px)/1650));
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide .subtitle-block {
    font-size: 18px;
  }
}
.rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide .rmbt-button-read-more {
  font-size: 12px;
  min-width: calc(45px + 20 * ((100vw - 320px)/1650));
  height: calc(20px + 10 * ((100vw - 320px)/1650));
  line-height: calc(20px + 10 * ((100vw - 320px)/1650));
  right: 15px;
  bottom: 15px;
}
@media (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide .rmbt-button-read-more {
    min-width: 65px;
  }
}
@media (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide .rmbt-button-read-more {
    height: 30px;
  }
}
@media (min-width: 1970px) {
  .rmbt-testimonials-block-slide-swiper .rmbt-testimonials-block-slide .rmbt-button-read-more {
    line-height: 30px;
  }
}
.rmbt-block-0 {
  min-width: 50px;
  min-height: 200px;
  max-width: 250px;
  max-height: 400px;
  border: 1px dashed #b9b9b9;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.rmbt-block-0__head {
  width: 100%;
  flex-grow: 1;
  border: 1px dashed #b9b9b9;
  margin: 0px 0px 0px 0px;
}
.rmbt-block-0__body {
  width: 100%;
  flex-basis: 60%;
  flex-grow: 4;
  border: 1px dashed #b9b9b9;
  margin: 0px 0px 0px 0px;
}
.rmbt-block-1 {
  min-width: 300px;
  max-width: 500px;
  min-height: 300px;
  max-height: 500px;
  border: 1px dashed #b9b9b9;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.rmbt-block-1__head {
  width: 100%;
  flex-grow: 1;
  border: 1px dashed #b9b9b9;
  margin: 0px 0px 0px 0px;
}
.rmbt-block-1__body {
  width: 100%;
  flex-basis: 60%;
  flex-grow: 4;
  border: 1px dashed #b9b9b9;
  margin: 0px 0px 0px 0px;
}
.rmbt-block-1__footer {
  width: 100%;
  flex-basis: 60%;
  flex-grow: 4;
  margin: 0px 0px 0px 0px;
}
.footer-block-1 {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.footer-block-1__col-1 {
  flex-basis: 50%;
  border: 1px dashed #b9b9b9;
}
.footer-block-1__col-2 {
  flex-basis: 50%;
  border: 1px dashed #b9b9b9;
}
.rmbt-card-0 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3 - 30px);
  height: 450px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #b9b9b9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
}
.rmbt-card-0__footer,
.rmbt-card-0__body,
.rmbt-card-0__img,
.rmbt-card-0__head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #b9b9b9;
  font-family: Arial;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 200;
  font-style: italic;
  color: #b9b9b9;
}
.rmbt-card-0__head {
  height: 50px;
  margin: 0px 0px 0px 0px;
}
.rmbt-card-0__img {
  flex-grow: 1;
}
.rmbt-card-0__body {
  height: 80px;
}
.rmbt-card-0__footer {
  border: none;
}
.rmbt-copyright-block-0 {
  width: 100%;
  color: #b9b9b9;
}
.rmbt-copyright-block-0__body {
  box-sizing: border-box;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 35px;
  text-transform: capitalize;
}
.rmbt-copyright-block-0__body svg {
  width: 23px;
  height: 23px;
  fill: #b9b9b9;
  border-radius: 50%;
}
.rmbt-copyright-block-0__body::before,
.rmbt-copyright-block-0__body:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30%;
  height: 1px;
  background-color: #b9b9b9;
}
.rmbt-copyright-block-0__body:after {
  left: 0;
}
.rmbt-copyright-block-0__body::before {
  right: 0;
}
.rmbt-copyright-block-1 {
  width: 100%;
  color: #b9b9b9;
}
.rmbt-copyright-block-1__body {
  box-sizing: border-box;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  text-transform: capitalize;
}
.rmbt-copyright-block-1__body svg {
  width: 30px;
  height: 30px;
  fill: #b9b9b9;
  border-radius: 50%;
}
.rmbt-copyright-block-1__body::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 80%;
  height: 1px;
  background-color: #b9b9b9;
}
.rmbt-social-media-icon-block-0 {
  width: max-content;
  display: flex;
  column-gap: 10px;
}
.rmbt-social-media-icon-block-0__icon svg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px dashed #b9b9b9;
}
._rmbt-footer-0__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
._rmbt-footer-0__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  border: 1px dashed #b9b9b9;
}
._rmbt-footer-0 ._rmbt-footer-0-row-content {
  height: 200px;
  margin-bottom: 3px;
  padding-top: 45px;
  padding-bottom: 15px;
}
.rmbt-footer-1 {
  border: 1px solid #d2d5e0;
}
.rmbt-footer-1__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.rmbt-footer-1__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.rmbt-footer-1 .rmbt-footer-1-row-content {
  height: 300px;
  margin-bottom: 3px;
  padding-top: 45px;
  padding-bottom: 15px;
}
.rmbt-footer-1 .rmbt-footer-1-row-content__left-col {
  width: calc(100% / 12 * 4 - 30px);
  position: relative;
  padding-top: 150px;
}
.rmbt-footer-1 .rmbt-footer-1-row-content__left-col .site-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 80%;
  height: 120px;
  border: 1px dashed #b9b9b9;
}
.rmbt-footer-1 .rmbt-footer-1-row-content__left-col .rmbt-social-media-icon-block-0__icon svg {
  height: 40px;
  width: 40px;
}
.rmbt-footer-1 .rmbt-footer-1-row-content__center-col {
  width: calc(100% / 12 * 4 - 30px);
  position: relative;
  border: 1px dashed #b9b9b9;
}
.rmbt-footer-1 .rmbt-footer-1-row-content__center-col .spoiler {
  min-height: 45px;
}
.rmbt-footer-1 .rmbt-footer-1-row-content__right-col {
  width: calc(100% / 12 * 4 - 30px);
  position: relative;
  padding-bottom: 60px;
  border: 1px dashed #b9b9b9;
}
.rmbt-footer-2 {
  border-top: 1px solid #d2d5e0;
}
.rmbt-footer-2__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.rmbt-footer-2__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.rmbt-footer-2 .rmbt-footer-2-row-content {
  margin-bottom: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rmbt-footer-2 .rmbt-copyright-block-1__body::before {
  display: none;
}
.rmbt-footer-2 .rmbt-footer-2-left-col {
  width: calc(100% / 12 * 3 - 30px);
}
.rmbt-footer-2 .rmbt-footer-2-center-col {
  width: calc(100% / 12 * 6 - 30px);
  border: 1px dashed #b9b9b9;
}
.rmbt-footer-2 .rmbt-footer-2-right-col {
  width: calc(100% / 12 * 3 - 30px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.rmbt-button-0 {
  display: block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 12px;
  text-transform: uppercase;
  color: #747474;
  font-weight: 500;
  background-color: #fafafa;
  border-radius: 6px;
  border: 1px solid #b9b9b9;
  transition: top 0.8s, left 0.5s, color 0.3s, background-color 0.3s;
}
.rmbt-button-0:hover {
  background-color: #d4d7e9;
  color: #692afc;
  top: 1px;
  left: -1px;
  transition: top 0.8s, left 0.5s, color 0.3s, background-color 0.3s;
}
.rmbt-cont-vertical-menu-0 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  transition: height 0.5s ease;
  color: #b9b9b9;
  display: none;
}
.rmbt-cont-vertical-menu-0 ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}
.rmbt-cont-vertical-menu-0 ul li {
  padding: 10px 25px 10px 5px;
  border-bottom: 1px solid #b9b9b9;
}
.rmbt-cont-vertical-menu-0 ul li ul {
  display: none;
}
.rmbt-cont-vertical-menu-0 ul .drop-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  cursor: pointer;
}
.rmbt-cont-vertical-menu-0 ul .drop-icon:after,
.rmbt-cont-vertical-menu-0 ul .drop-icon::before {
  content: '';
  position: absolute;
  left: 0;
  transform-origin: 0% 50%;
  width: 100%;
  height: 1px;
  background-color: #b9b9b9;
}
.rmbt-cont-vertical-menu-0 ul .drop-icon:after {
  top: 0%;
  transform: translate(0%, -50%) rotate(30deg);
}
.rmbt-cont-vertical-menu-0 ul .drop-icon::before {
  bottom: 0%;
  transform: translate(0%, 50%) rotate(-30deg);
}
.rmbt-cont-vertical-menu-0 ul .drop-icon-open {
  transform: translate(0, -50%) rotate(180deg);
}
.rmbt-cont-vertical-menu-0 ul .submenu-open {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  transform: translate(10px, 0%);
  width: 100%;
  height: auto;
  background-color: #fff;
}
.rmbt-cont-vertical-menu-0 .menu-item-other {
  background-color: #ebebeb;
  color: #7c7c7c;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
}
.rmbt-cont-vertical-menu-0 .menu-item-other span {
  margin-right: 5px;
}
.vertical-menu-open {
  border: 1px solid #b9b9b9;
  transition: height 0.5s ease;
}
.spoilers-block {
  width: 100%;
  height: 100%;
}
.spoiler {
  box-sizing: border-box;
  width: 100%;
  min-height: 60px;
  border: 1px solid #b9b9b9;
}
.spoiler__title {
  width: 100%;
  padding-left: 15px;
  position: relative;
  text-transform: capitalize;
  color: #b9b9b9;
  font-weight: 600;
}
.spoiler__title::after,
.spoiler__title::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 15px;
  height: 2px;
  background-color: #b9b9b9;
}
.spoiler__title::after {
  transform: rotate(90deg);
}
.spoiler__body {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: #b9b9b9;
  transition: height 0.7s ease, opacity 2s ease;
}
.spoiler ._open-title::after {
  width: 0px;
}
.spoiler ._open-body {
  transition: all 0.7s ease;
  margin-bottom: 15px;
}
.rmbt-header-wireframes-0__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rmbt-header-wireframes-0__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px dashed #b9b9b9;
}
.rmbt-header-wireframes-0-col-logo {
  width: calc(100% / 12 * 2 - 30px);
}
.rmbt-header-wireframes-0-col-nav {
  width: calc(100% / 12 * 8 - 30px);
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-0-col-nav .block-details-main-header-menu {
    display: none;
  }
}
.rmbt-header-wireframes-0-col-nav .block-details-search {
  display: none;
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-0-col-nav .block-details-search {
    display: flex;
  }
}
.rmbt-header-wireframes-0-col-search {
  width: calc(100% / 12 * 1 - 30px);
}
.rmbt-header-wireframes-0-col-search .block-details-burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-0-col-search .block-details-burger {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-0-col-search .block-details-search {
    display: none;
  }
}
.rmbt-header-wireframes-0-col-burger {
  width: calc(100% / 12 * 1 - 30px);
}
@media screen and (max-width: 1024px) {
  .rmbt-header-wireframes-1 {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
  }
}
.rmbt-header-wireframes-1__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  border: 1px solid #d2d5e0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rmbt-header-wireframes-1__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px dashed #b9b9b9;
}
.rmbt-header-wireframes-1-row-bottom {
  display: none;
}
@media screen and (max-width: 1024px) {
  .rmbt-header-wireframes-1-row-bottom {
    display: block;
  }
}
.rmbt-header-wireframes-1-col-logo {
  width: calc(100% / 12 * 2 - 30px);
  margin-right: calc(100% / 12 * 1 + 15px);
}
@media screen and (max-width: 1024px) {
  .rmbt-header-wireframes-1-col-logo {
    margin-right: calc(100% / 12 * 3 + 15px);
  }
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-1-col-logo {
    margin-right: calc(100% / 12 * 1 + 15px);
  }
}
.rmbt-header-wireframes-1-col-nav {
  width: calc(100% / 12 * 4 - 30px);
}
@media screen and (max-width: 1024px) {
  .rmbt-header-wireframes-1-col-nav {
    width: calc(100% / 12 * 6 - 30px);
  }
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-1-col-nav {
    width: calc(100% / 12 * 7 - 30px);
  }
}
.rmbt-header-wireframes-1-col-search {
  width: calc(100% / 12 * 4 - 30px);
}
@media screen and (max-width: 1024px) {
  .rmbt-header-wireframes-1-col-search {
    width: calc(100% / 12 * 12 - 30px);
  }
}
.rmbt-header-wireframes-1-col-burger {
  width: calc(100% / 12 * 1 - 30px);
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-1-col-burger {
    width: calc(100% / 12 * 2 - 30px);
  }
}
.rmbt-header-wireframes-2__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  border: 1px solid #d2d5e0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rmbt-header-wireframes-2__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px dashed #b9b9b9;
}
.rmbt-header-wireframes-2-top-row {
  justify-content: space-between;
  margin-bottom: 3px;
}
.rmbt-header-wireframes-2-top-col-right {
  width: calc(100% / 12 * 4 - 30px);
}
.rmbt-header-wireframes-2-top-col-left {
  width: calc(100% / 12 * 4 - 30px);
}
@media screen and (max-width: 1024px) {
  .rmbt-header-wireframes-2-top-col-left {
    width: calc(100% / 12 * 6 - 30px);
  }
}
.rmbt-header-wireframes-2-bottom-row {
  height: 65px;
}
.rmbt-header-wireframes-2-bottom-col-left {
  width: calc(100% / 12 * 2 - 30px);
}
.rmbt-header-wireframes-2-bottom-col-center {
  width: calc(100% / 12 * 8 - 30px);
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-2-bottom-col-center {
    width: calc(100% / 12 * 7 - 30px);
  }
}
.rmbt-header-wireframes-2-bottom-col-center .block-details-search {
  display: none;
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-2-bottom-col-center .block-details-search {
    display: flex;
  }
}
.rmbt-header-wireframes-2-bottom-col-center .block-details-main-header-menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-2-bottom-col-center .block-details-main-header-menu {
    display: none;
  }
}
.rmbt-header-wireframes-2-bottom-col-burger {
  display: none;
  width: calc(100% / 12 * 1 - 30px);
}
@media screen and (max-width: 768px) {
  .rmbt-header-wireframes-2-bottom-col-burger {
    display: block;
  }
}
.rmbt-header-wireframes-2-bottom-col-right {
  width: calc(100% / 12 * 2 - 30px);
}
.rmbt-header-wireframes-3 {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.rmbt-header-wireframes-3__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  border: 1px solid #d2d5e0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rmbt-header-wireframes-3__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 12 - 30px);
  border: 1px dashed #b9b9b9;
}
.rmbt-header-wireframes-3-top-row {
  justify-content: space-between;
}
.rmbt-header-wireframes-3-top-col-left {
  width: calc(100% / 12 * 7 - 30px);
}
.rmbt-header-wireframes-3-top-col-right {
  width: calc(100% / 12 * 2 - 30px);
}
.rmbt-header-wireframes-3-middle-row {
  height: 90px;
}
.rmbt-header-wireframes-3-middle-col-left {
  width: calc(100% / 12 * 2 - 30px);
}
.rmbt-header-wireframes-3-middle-col-center {
  width: calc(100% / 12 * 6 - 30px);
}
.rmbt-header-wireframes-3-middle-col-right {
  width: calc(100% / 12 * 4 - 30px);
}
.rmbt-header-wireframes-3-bottom-row {
  height: 65px;
}
.rmbt-header-wireframes-3-bottom-col {
  width: calc(100% / 12 * 12 - 30px);
  margin: 0 auto;
}
.rmbt-hero-block-0__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rmbt-hero-block-0__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
}
.rmbt-hero-block-0__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #d2d5e0;
  height: 300px;
}
.rmbt-hero-block-0__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.rmbt-hero-block-0-text {
  width: calc(100% / 12 * 4 - 30px);
  margin-left: calc(100% / 12 * 1 + 15px);
  margin-right: calc(100% / 12 * 1 + 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.rmbt-hero-block-0-text__slogan {
  height: 30px;
  flex-basis: 60%;
  border: 1px dashed #b9b9b9;
  background-color: #fff;
}
.rmbt-hero-block-0-text__title {
  flex-basis: 80%;
  height: 40px;
  border: 1px dashed #b9b9b9;
  background-color: #fff;
}
.rmbt-hero-block-0-text__subtitle {
  flex-basis: 60%;
  height: 30px;
  border: 1px dashed #b9b9b9;
  background-color: #fff;
}
.rmbt-hero-block-0-img {
  width: calc(100% / 12 * 5 - 30px);
  border: 1px dashed #b9b9b9;
  background-color: #fff;
}
._rmbt-hero-block-1 {
  position: relative;
}
._rmbt-hero-block-1__row {
  display: flex;
  column-gap: 3px;
  position: relative;
}
._rmbt-hero-block-1__col {
  height: 400px;
  border: 1px solid #d2d5e0;
}
._rmbt-hero-block-1__title-block {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
._rmbt-hero-block-1__right-text {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  border: 1px dashed #b9b9b9;
  width: 30px;
  height: 80%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* Чтобы буквы не были наклонены */
}
._rmbt-hero-block-1__right-text .block-details {
  width: 100%;
}
._rmbt-hero-block-1-col-right {
  flex-basis: 30%;
  position: relative;
}
._rmbt-hero-block-1-col-right__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._rmbt-hero-block-1-col-right__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
}
._rmbt-hero-block-1-col-left {
  flex-grow: 1;
  position: relative;
}
._rmbt-hero-block-1-col-left__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._rmbt-hero-block-1-col-left__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
}
._rmbt-title-block {
  width: 400px;
  height: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border: 1px solid #b9b9b9;
  background-color: #fff;
}
._rmbt-title-block__decor {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #b9b9b9;
}
._rmbt-title-block__icon {
  width: 40px;
  height: 40px;
  border: 1px dashed #b9b9b9;
  margin-bottom: 30px;
}
._rmbt-title-block__title {
  width: 75%;
  height: 50px;
  border: 1px dashed #b9b9b9;
  margin-bottom: 25px;
}
._rmbt-title-block__subtitle {
  width: 40%;
  height: 30px;
  border: 1px dashed #b9b9b9;
  margin-bottom: 10px;
}
.rmbt-hero-block-2__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.rmbt-hero-block-2__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
}
.rmbt-hero-block-2__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  height: 300px;
}
.rmbt-hero-block-2__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.rmbt-hero-block-2-col-left {
  position: relative;
  width: calc(100% / 12 * 8 - 30px);
  display: flex;
  column-gap: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  border: 1px solid #b9b9b9;
}
.rmbt-hero-block-2-text {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.rmbt-hero-block-2-text__slogan {
  height: 30px;
  flex-basis: 60%;
  border: 1px dashed #b9b9b9;
  background-color: #fff;
}
.rmbt-hero-block-2-text__title {
  flex-basis: 80%;
  height: 40px;
  border: 1px dashed #b9b9b9;
  background-color: #fff;
}
.rmbt-hero-block-2-text__subtitle {
  flex-basis: 60%;
  height: 30px;
  border: 1px dashed #b9b9b9;
  background-color: #fff;
}
.rmbt-hero-block-2-img {
  background-color: #fff;
  width: 60%;
  border: 1px dashed #b9b9b9;
}
.rmbt-hero-block-2-col-right {
  position: relative;
  width: calc(100% / 12 * 4 - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #b9b9b9;
}
.rmbt-hero-block-2-col-right__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.rmbt-hero-block-2-col-right__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
}
.rmbt-hero-block-2-col-right .rmbt-hero-block-2-text {
  width: 100%;
  justify-content: center;
}
.rmbt-hero-block-2-col-right .rmbt-hero-block-2-img {
  height: 50%;
  border: 1px dashed #b9b9b9;
}
.rmbt-hero-block-3__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.rmbt-hero-block-3__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
}
.rmbt-hero-block-3__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  height: 300px;
}
.rmbt-hero-block-3__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.rmbt-hero-block-3-col-left {
  position: relative;
  z-index: 1;
  width: calc(100% / 12 * 2 - 30px);
  height: inherit;
  border: 1px solid #b9b9b9;
}
.rmbt-hero-block-3-col-center {
  position: relative;
  width: calc(100% / 12 * 7 - 30px);
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 20px;
  border: 1px solid #b9b9b9;
}
.rmbt-hero-block-3-text {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  row-gap: 15px;
  box-sizing: border-box;
}
.rmbt-hero-block-3-text__title {
  flex-basis: 80%;
  height: 40px;
  border: 1px dashed #b9b9b9;
  background-color: #fff;
}
.rmbt-hero-block-3-text__subtitle {
  flex-basis: 60%;
  height: 30px;
  border: 1px dashed #b9b9b9;
  background-color: #fff;
}
.rmbt-hero-block-3-img {
  background-color: #fff;
  width: 60%;
  border: 1px solid #b9b9b9;
}
.rmbt-hero-block-3-col-right {
  position: relative;
  width: calc(100% / 12 * 3 - 30px);
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.rmbt-hero-block-3-col-right__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
}
.rmbt-hero-block-3-col-right__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
}
.rmbt-hero-block-3-col-right__top {
  width: 100%;
  position: relative;
  flex-basis: 50%;
  border: 1px solid #b9b9b9;
}
.rmbt-hero-block-3-col-right__bottom {
  width: 100%;
  position: relative;
  flex-basis: 50%;
  border: 1px solid #b9b9b9;
}
.rmbt-hero-block-3-col-right .right-top-menu .submenu-open {
  left: auto;
  right: 110%;
}
.simple-section-full-width__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rmbt-simple-section__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3px;
}
.rmbt-simple-section-head {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.rmbt-simple-section-head__title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 8 - 30px);
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  height: 30px;
  border: 1px dashed #b9b9b9;
}
.rmbt-simple-section-head__subtitle {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 10 - 30px);
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 40px;
  border: 1px dashed #b9b9b9;
}
.rmbt-simple-section-body {
  height: 300px;
  border: 1px solid #d2d5e0;
}
.rmbt-section-1__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}
.rmbt-section-1__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.rmbt-section-1-video {
  position: relative;
  width: calc(100% / 12 * 5 - 30px);
  height: 430px;
  border: 1px solid #b9b9b9;
}
.rmbt-section-1-video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .rmbt-section-1-video {
    display: none;
  }
}
.rmbt-section-1-text {
  font-family: Arial;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 200;
  font-style: italic;
  color: #b9b9b9;
  width: calc(100% / 12 * 7 - 30px);
  padding: 60px 0px 60px 30px;
}
@media screen and (max-width: 1024px) {
  .rmbt-section-1-text {
    width: calc(100% / 12 * 10 - 30px);
    margin: 0 auto;
  }
}
.rmbt-section-1-text__title {
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  border: 1px dashed #b9b9b9;
}
.rmbt-section-1-text__subtitle {
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px dashed #b9b9b9;
}
.rmbt-section-1-text__text {
  min-height: 150px;
  line-height: 150px;
  text-align: center;
  border: 1px dashed #b9b9b9;
}
@media screen and (max-width: 1024px) {
  .rmbt-section-2-full-width {
    margin-bottom: 50px;
  }
}
.rmbt-section-2__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.rmbt-section-2__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 10 - 30px);
  position: relative;
  height: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rmbt-section-2__col .rmbt-section-2-head {
  flex-grow: 1;
  flex-basis: 60%;
}
.rmbt-section-2__col .rmbt-section-2-head__title {
  margin: 20px auto 5px auto;
  width: 60%;
  height: 80px;
  border: 1px dashed #b9b9b9;
}
.rmbt-section-2__col .rmbt-section-2-head__subtitle {
  margin: 0px auto 0px auto;
  width: 80%;
  border: 1px dashed #b9b9b9;
  height: 50px;
}
.rmbt-section-2__text-block {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 380px;
  height: 280px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  z-index: 1;
}
.rmbt-section-2__content {
  width: 92%;
  height: 65%;
  margin: 0 auto 0 auto;
  position: relative;
  border: 1px solid #b9b9b9;
}
.rmbt-section-2__content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
  z-index: -1;
}
.rmbt-section-2__text {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 360px;
  height: 260px;
  border: 1px solid #b9b9b9;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .rmbt-section-2__text {
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50px);
    width: 80%;
    height: 150px;
  }
}
.rmbt-section-2 .wrap-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rmbt-section-spoilers__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
  height: 320px;
}
.rmbt-section-spoilers__left-col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 6 - 30px);
  flex-basis: 50%;
}
.rmbt-section-spoilers__left-col .spoilers-block {
  height: 100%;
}
.rmbt-section-spoilers__right-col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 6 - 30px);
  flex-basis: 50%;
  border: 1px solid #b9b9b9;
}
.rmbt-section-spoilers .rmbt-section-spoilers-head__title {
  width: 60%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  border: 1px dashed #b9b9b9;
  margin-bottom: 15px;
}
.rmbt-section-spoilers .rmbt-section-spoilers-head__subtitle {
  width: 80%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 1px dashed #b9b9b9;
}
.rmbt-section-spoilers .block-details {
  height: auto;
}
.rmbt-section-tabs-1 .rmbt-section-tabs-1-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
  position: relative;
  height: 500px;
}
.rmbt-section-tabs-1 .rmbt-section-tabs-1-tabs .tabs__nav {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  background-color: #fff;
  border-bottom: auto;
}
.rmbt-section-tabs-1 .rmbt-section-tabs-1-tabs .tabs__title {
  font-family: Arial;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 200;
  font-style: italic;
  color: #b9b9b9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  border: 1px solid #b9b9b9;
}
.rmbt-section-tabs-1 .rmbt-section-tabs-1-tabs .tabs__content {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 8 - 30px);
}
.rmbt-section-tabs-1 .rmbt-section-tabs-1-tabs .tabs__body {
  height: 500px;
  border: 1px solid #b9b9b9;
}
.rmbt-section-tabs-1 .rmbt-section-tabs-1-tabs .tabs__body:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.8);
  z-index: -1;
}
.rmbt-section-cards-0__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 30px;
}
