::-moz-selection {
  background: #03a9f4;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #03a9f4;
  color: #fff;
  text-shadow: none;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection,
h1 *::-moz-selection,
.h1 *::-moz-selection,
h2 *::-moz-selection,
.h2 *::-moz-selection,
h3 *::-moz-selection,
.h3 *::-moz-selection,
h4 *::-moz-selection,
.h4 *::-moz-selection,
h5 *::-moz-selection,
.h5 *::-moz-selection,
h6 *::-moz-selection,
.h6 *::-moz-selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection,
h1 *::selection,
.h1 *::selection,
h2 *::selection,
.h2 *::selection,
h3 *::selection,
.h3 *::selection,
h4 *::selection,
.h4 *::selection,
h5 *::selection,
.h5 *::selection,
h6 *::selection,
.h6 *::selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: rgba(33,37,41,0.54);
}

:-moz-placeholder {
  color: rgba(33,37,41,0.54);
}

::-moz-placeholder {
  color: rgba(33,37,41,0.54);
}

:-ms-input-placeholder {
  color: rgba(33,37,41,0.54);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #141518;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

figure {
  margin: 0 0 1rem;
}

img {

  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #03a9f4;
  background-color: rgba(3,169,244,0.03);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor !important;
  font-size: 0;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

/* ==========================================================================
  Browser Upgrade Prompt
  ========================================================================== */

.browserupgrade {
  margin: $appGutter 0;
  background: #ccc;
  color: #000;
  padding: $appGutter 0;
}

.theme-color {
  color: ;
}

/**
 * The CSS class screen-reader-text
 *
 * @link https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  -webkit-overflow-scrolling: touch;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 ;
}

* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.text-center {
  text-align: center;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.app-footer {
  -ms-flex: none;
  flex: none;
  color: #fff;
  background: #1e1e21 url("../img/footer_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 25px 0;
}

.app-footer__logo {
  margin-right: 52px;
  width: 240px;
}

.app-footer__btn {
  padding: 16px 28px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 26px;
  transition: 0.4s ease all;
}

.app-footer__btn:hover {
  background: #fff;
  color: #0e0e11;
  text-decoration: none;
}

.app-footer__contacts {
  padding-left: 40px;
}

.app-footer__contacts-icon {
  left: 0;
  top: 0;
}

.app-footer__contacts p {
  margin: 0;
  font-size: 13px;
  line-height: 1.1;
  color: rgba(255,255,255,0.4);
}

.app-footer__contacts a {
  color: #fff;
}

.app-footer__contacts a:hover {
  color: #fff;
  text-decoration: underline;
}

.app-footer__contacts > a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.app-footer__copyright {
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 15px;
  line-height: 1.2;
}

.app-header {
  height: 80px;
  background: #000;
  -ms-flex: none;
  flex: none;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: 0.4s ease all;
}

.app-header.is-fixed {
  background: #141518;
}

.app-header__list a {
  display: block;
  padding: 23px 0 19px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.app-header__list a.mPS2id-highlight,
.app-header__list a:hover {
  text-decoration: none;
  color: #fab800;
}

.app-header__list ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.app-header__list ul li {
  padding: 0;
}

.app-header__list ul li:before {
  content: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160.4%;
  color: #212121;
}

.app img {
  max-width: 100%;
}

.app__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__content {
  background:#fff;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.app__main {
  -ms-flex: 1 1;
  flex: 1 1;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn1,
.btn2 {
  text-decoration: none;
  border: none;
  outline: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #212121;
  background: #fab800;
  border-radius: 14px;
  position: relative;
  z-index: 1;
}

.btn1:after,
.btn2:after {
  content: '';
  display: block;
  border-radius: inherit;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(92.08deg, #fab800 0.59%, #fae100 98.99%);
  transition: 0.4s ease all;
}

.btn1 img,
.btn2 img {
  margin-right: 16px;
  opacity: 0.17;
  transition: 0.4s ease all;
}

.btn1:before,
.btn2:before {
  content: '';
  display: block;
  height: 46px;
}

.btn1:hover,
.btn2:hover {
  color: #212121;
  text-decoration: none;
}

.btn1:hover:after,
.btn2:hover:after {
  opacity: 0;
}

.btn1:hover img,
.btn2:hover img {
  opacity: 1;
}

.btn1 {
  padding: 14px 42px;
}

.btn1:after {
  box-shadow: 0px 0px 30px 2px #fab800;
}

.btn2 {
  padding: 9px 42px;
}

.js-video {
  cursor: pointer;
}

ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

ul li {
  padding-left: 20px;
  position: relative;
}

ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 10px;
  width: 2px;
  height: 2px;
  background: currentColor;
  border-radius: 505;
}

.b-about {
  padding: 40px 0 70px;
  overflow: hidden;
  z-index: 1;
  background: #f4f4f4;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
}

.b-about:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  z-index: -1;
  left: 50%;
  margin-left: -690px;
  top: -33px;
}

.b-about__bg {
  z-index: -1;
}

.b-about__bg img {
  max-width: none;
}

.b-about__bg--1 {
  top: 48px;
  left: 50%;
  margin-left: 250px;
}

.b-about__title {
  margin-bottom: 80px;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
}

.b-about__subtitle {
  margin-bottom: 36px;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
}

.b-about__logos-wrap {
  padding: 0 70px;
}

.b-about__logos-wrap .swiper-button-next,
.b-about__logos-wrap .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-about__logos-wrap .swiper-button-next {
  right: 0;
}

.b-about__logos-wrap .swiper-button-prev {
  left: 0;
}

.b-about__logos .swiper-slide {
  height: auto;
}

.b-about__text {
  border: 20px solid #fff;
  padding: 30px;
  margin-bottom: 43px;
}

.b-about__content {
  margin-bottom: 76px;
}


.b-about__part--info {
  text-align: center;
  border: 20px solid #fff;
  border-left: none;
  width: 530px;
  margin: 37px 0 43px;
  padding: 80px 0 68px 30px;
}

.b-about__part--slider {
  -ms-flex: 1 1;
  flex: 1 1;
}

.b-about__items {
  margin-bottom: 30px;
}

.b-about__item {
  margin-bottom: 20px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-right: 10px;
}

.b-about__item-text {
  font-size: 17px;
  line-height: 1.2;
  color: #000;
}

.b-about__item-number {
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2;
  color: #fab800;
  margin: 18px 0;
}

.b-about__slider {
  width: 100%;
  border-radius: 14px;
}

.b-about__slider-slide {
  box-shadow: 5px 15px 40px rgba(30,35,66,0.15);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.b-about__slider-slide:before {
  content: '';
  display: block;
  padding-top: 50%;
}

.b-about__slider .swiper-button-next,
.b-about__slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgb(250 188 0);
  transition: 0.4s ease all;
}

.b-about__slider .swiper-button-next svg,
.b-about__slider .swiper-button-prev svg {
  fill: #fff;
  transition: 0.4s ease all;
}

.b-about__slider .swiper-button-next:hover,
.b-about__slider .swiper-button-prev:hover {
  background: #fff;
}

.b-about__slider .swiper-button-next:hover svg,
.b-about__slider .swiper-button-prev:hover svg {
  fill: #212121;
}

.b-about__slider .swiper-button-next:after,
.b-about__slider .swiper-button-prev:after {
  content: none;
}

.b-about__slider .swiper-button-next {
  right: 30px;
}

.b-about__slider .swiper-button-prev {
  left: 30px;
}

.b-advantages {
  padding: 40px 0 70px;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-advantages:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: #f6f6f6;
  z-index: -1;
  left: 50%;
  margin-left: -100px;
  top: -33px;
}

.b-advantages__slider {
  overflow: inherit;
  -webkit-overflow-scrolling: touch;
}

.b-advantages__slider .swiper-button-next,
.b-advantages__slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  top: 80px;
  margin: 0;
  z-index: 2;
  transition: 0.4s ease all;
}

.b-advantages__slider .swiper-button-next svg,
.b-advantages__slider .swiper-button-prev svg {
  transition: 0.4s ease all;
}

.b-advantages__slider .swiper-button-next.swiper-button-disabled,
.b-advantages__slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.b-advantages__slider .swiper-button-next {
  right: -23px;
}

.b-advantages__slider .swiper-button-prev {
  left: -23px;
}

.b-advantages__slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  height: auto;
}

.b-advantages__slide.swiper-slide-active,
.b-advantages__slide.swiper-slide-active + .swiper-slide,
.b-advantages__slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.b-advantages__slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.b-advantages__slide-img {
  height: 200px;
  margin-bottom: 30px;
  position: relative;
  /*background: url("../img/pic_bg.svg") 50% 50% no-repeat;*/
}

.b-advantages__slide-img .block-left {
  background: url(/wp-content/uploads/2023/12/suntek-1.png);
  background-size: contain;
  position: absolute;
  left: 10px;
  top: -5px;
  width: 130px;
  height: 75px;
}
.b-advantages__slide-img .block-right {
  background: url(/wp-content/uploads/2023/12/llumar-1.png);
  background-size: contain;
  position: absolute;
  right: 0;
  top: -10px;
  width: 130px;
  height: 75px;
}
.b-advantages__slide-img .block-center {
  background: url(/wp-content/uploads/2025/03/sgt.svg);
  background-size: contain;
  position: absolute;
  margin: auto;
  bottom: -40px;
  width: 170px;
  height: 96px;
}
.b-advantages__slide-img img {
  max-width: 35%;
}

.b-advantages__slide-title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 16px;
}

.b-advantages__slide-text {
  font-size: 14px;
}

.b-advantages__title {
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}


.b-advantages__text {
  margin-bottom: 60px;
  line-height: 1.2;
  color: #212121;
}

.b-contacts {
  padding: 99px 0 80px;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-contacts:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: #f6f6f6;
  z-index: -1;
  left: 50%;
  margin-left: -850px;
  top: -33px;
}

.b-contacts__map {
  height: 440px;
  box-shadow: 5px 15px 40px rgba(30,35,66,0.15);
  border-radius: 14px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-contacts__block {
  display: none;
}

.b-contacts__title {
  font-weight: 800;
  font-size: 34px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 28px;
}

.b-contacts__controls {
  margin-bottom: 40px;
}

.b-contacts__controls a {
  text-decoration: underline;
  padding: 10px 35px;
  color: #000;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 400;
}

.b-contacts__controls a:last-child {
  margin-right: 0;
}

.b-contacts__controls a:hover,
.b-contacts__controls a.is-active {
  text-decoration: none;

}

.b-contacts__controls a.is-active {
  text-transform: uppercase;
  pointer-events: none;
  background: linear-gradient(92.08deg, #fab800 0.59%, #fae100 98.99%);
  padding: 10px 30px;
  color: #000;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 400;
}

.b-contacts__item {
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  color: #212121;
}

a.b-contacts__item:hover {
  text-decoration: underline;
  color: #212121;
}

.b-contacts__item-icon {
  margin-right: 11px;
}

.b-contacts__item-in {
  -ms-flex: 1 1;
  flex: 1 1;
}

.b-contacts__btn {
  width: 100%;
  max-width: 322px;
}

.b-first {
  color: #fff;
  overflow: hidden;
  z-index: 1;
  background: #0e0e11 url("../img/main_bg2.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding: 98px 0 64px;
  -webkit-overflow-scrolling: touch;
}

.b-first__btn {
  padding: 16px 28px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 26px;
  transition: 0.4s ease all;
}

.b-first__btn:hover {
  background: #fff;
  color: #0e0e11;
  text-decoration: none;
}

.b-first__contacts {
  padding-left: 40px;
}

.b-first__contacts-icon {
  left: 0;
  top: 0;
}

.b-first__contacts p {
  margin: 0;
  font-size: 13px;
  line-height: 1.1;
  color: rgba(255,255,255,0.4);
}

.b-first__contacts a {
  color: #fff;
}

.b-first__contacts a:hover {
  color: #fff;
  text-decoration: underline;
}

.b-first__contacts > a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.telmob {
  display:none;
}
.b-first__header {
  margin-bottom: 70px;
}

.b-first__title {
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 140.4%;
  text-transform: uppercase;
  font-weight: 800;
  max-width: 685px;
}

.b-first__title span {
  font-weight: 300;
  display: block;
}

.b-first__bg {
  z-index: -1;
}

.b-first__bg img {
  max-width: none;
}

.b-first__bg--1 {
  top: 157px;
  left: 50%;
  margin-left: -170px;
}

.b-first__bg--2 {
  top: 535px;
  right: 50%;
  margin-right: 540px;
}

.b-first__text {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.3;
  max-width: 520px;
}

.b-first__calc {
  margin-bottom: 46px;
}

.b-first__checks {
  margin-bottom: 63px;
}

.b-first__check {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 16px;
}

.b-first__check img {
  margin-right: 9px;
  min-width: 33px;
}

.b-first__sale {
  width: 260px;
  min-width: 260px;
  margin-right: 32px;
  padding: 22px 22px;
  margin-bottom: 10px;
}

.b-first__sale-bg {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.b-first__sale-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  color: #fab800;
  margin-bottom: 13px;
}

.b-first__sale-text {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.b-first__sale-code {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

.b-first__item {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 32px;
  background: radial-gradient(50.57% 95.59% at 9.58% 131.62%, #3e3e3e 0%, #282831 100%);
  box-shadow: 5px 15px 40px rgba(30,35,66,0.15);
  border-radius: 14px;
  width: calc(25% - 32px);
  margin-bottom: 10px;
  padding: 19px 20px 12px;
}

.b-first__item-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.b-first__item-sum {
  margin-bottom: 11px;
  display: inline-block;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #212121;
  background: #fab800;
  box-shadow: 5px 15px 40px rgba(30,35,66,0.15);
  border-radius: 14px;
}

.b-first__item-old {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #808595;
}

.b-first__item-link a {
  font-weight: 600;
  font-size: 13px;
  line-height: 143.9%;
  color: #397fc3;
}
.b-first__item-link a:hover {
  text-decoration: underline;
}
.b-guarantees {
  padding: 40px 0 70px;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-guarantees:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: #f6f6f6;
  z-index: -1;
  left: 50%;
  margin-left: -310px;
  top: -33px;
}

.b-guarantees__slider {
  overflow: inherit;
  margin-bottom: 75px;
  -webkit-overflow-scrolling: touch;
}

.b-guarantees__slider .swiper-button-next,
.b-guarantees__slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  top: 40px;
  margin: 0;
  z-index: 2;
  transition: 0.4s ease all;
}

.b-guarantees__slider .swiper-button-next svg,
.b-guarantees__slider .swiper-button-prev svg {
  transition: 0.4s ease all;
}

.b-guarantees__slider .swiper-button-next.swiper-button-disabled,
.b-guarantees__slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.b-guarantees__slider .swiper-button-next {
  right: -23px;
}

.b-guarantees__slider .swiper-button-prev {
  left: -23px;
}

.b-guarantees__slide {
  background: #F4F4F4;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  padding: 20px;ам
  transition: 0.4s ease all;
}

.b-guarantees__slide.swiper-slide-active,
.b-guarantees__slide.swiper-slide-active + .swiper-slide,
.b-guarantees__slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.b-guarantees__slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide,
.b-guarantees__slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.b-guarantees__slide-img {
  margin-bottom: 26px;
}
.b-guarantees__slide-img img {
  width: 75px;
}

.b-guarantees__slide-text {
  font-size: 17px;
  line-height: 151.9%;
  color: #212121;
}

.b-guarantees__title {
  margin-bottom: 75px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
}

.b-guarantees__block img {
  max-width: none;
}

.b-guarantees__item {
  text-align: left;
  line-height: 1.2;
  color: #000;
  font-size: 16px;
  z-index: 1;
  position: absolute;
}

.b-guarantees__item-icon {
  z-index: -1;
}

.b-guarantees__item-icon img {
  max-width: none;
}

.b-guarantees__item-title {
  margin-bottom: 20px;
}

.b-guarantees__item-price {
  font-weight: 800;
}

.b-materials {
  padding: 40px 0 70px;
  background: #131316 url("../img/fon4.jpg") 50% 0 no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-materials:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255,255,255,0.11);
  z-index: -1;
  left: 50%;
  margin-left: -760px;
  top: -33px;
}

.b-materials__slider {
  overflow: inherit;
  margin-bottom: 60px;
  -webkit-overflow-scrolling: touch;
}

.b-materials__slider .swiper-button-next,
.b-materials__slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  /*top: 300px;
  margin: 0;*/
  z-index: 2;
  transition: 0.4s ease all;
}

.b-materials__slider .swiper-button-next svg,
.b-materials__slider .swiper-button-prev svg {
  transition: 0.4s ease all;
}

.b-materials__slider .swiper-button-next {
  right: -23px;
}

.b-materials__slider .swiper-button-prev {
  left: -23px;
}

.b-materials__slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  /*background: #fff;*/
  box-shadow: 5px 15px 40px rgba(30,35,66,0.15);
  border-radius: 14px;
  overflow: hidden;
  height: auto;
  -webkit-overflow-scrolling: touch;
}

.b-materials__slide.swiper-slide-active,
.b-materials__slide.swiper-slide-active + .swiper-slide,
.b-materials__slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.b-materials__slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.b-materials__slide .img {
  width: 100%;
  height: 150px;
  text-align: center;
  display: flex;
}

.b-materials__slide-img {
  max-width: 100%;
  height:auto;
  align-self: center !important;
  margin: auto;
}

.b-materials__slide-img:before {
  content: '';
  display: block;
  padding-top: 70%;
}

.b-materials__slide-in {
  padding: 29px 24px;
}

.b-materials__slide-title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
}

.b-materials__slide-text {
  font-size: 14px;
}

.b-materials__slide-text p {
  text-align: justify;
  margin: 0 0 15px;
}

.b-materials__slide-text p:last-child {
  margin: 0;
}

.b-materials__slide-text ul {
  margin: 0;
}

.b-materials__title {
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

.b-price {
  padding: 40px 0 70px;
  overflow: hidden;
  z-index: 1;
  background: #f4f4f4;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
}
.b-price__container .complex {
    padding: 10px;
}
.b-price__container .complex .block {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    max-width: 340px;
    height: 100%;
}
.b-price__container .complex .title {
    text-align: center;
    line-height: 23px;
    font-size: 25px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 15px;
    height: 45px;
}
.b-price__container .complex .desc {
    margin-bottom: 15px;
  line-height: 18px;
}
.b-price__container .complex .price {

    text-align: center;
}

.b-price__bg {
  z-index: -1;
}

.b-price__bg img {
  max-width: none;
}

.b-price__bg--1 {
  top: 48px;
  left: 50%;
  margin-left: 250px;
}

.b-price:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  z-index: -1;
  left: 50%;
  margin-left: -570px;
  top: -33px;
}

.b-price__slider {
  overflow: inherit;
  -webkit-overflow-scrolling: touch;
}

.b-price__slider .swiper-button-next,
.b-price__slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  top: 100px;
  margin: -25px 0 0;
  z-index: 2;
  transition: 0.4s ease all;
}

.b-price__slider .swiper-button-next svg,
.b-price__slider .swiper-button-prev svg {
  transition: 0.4s ease all;
}

.b-price__slider .swiper-button-next.swiper-button-disabled,
.b-price__slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.b-price__slider .swiper-button-next {
  right: -23px;
}

.b-price__slider .swiper-button-prev {
  left: -23px;
}

.b-price__slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  background: #fff;
  box-shadow: 5px 15px 40px rgba(30,35,66,0.15);
  border-radius: 14px;
  overflow: hidden;
  padding: 29px 0 34px;
  -webkit-overflow-scrolling: touch;
}

.b-price__slide.swiper-slide-active
{
  opacity: 1!important;
  visibility: visible!important;
}
.b-price__slide.swiper-slide-active + .swiper-slide,
.b-price__slide.swiper-slide-prev
{
  /*transform: scale(.9,.9);*/
  opacity: 1!important;
  visibility: visible!important;
  box-shadow: none;
}
/*.b-price__slide.swiper-slide-active + .swiper-slide {*/
/*  transform: rotateX(-5deg) rotateY(-30deg);*/
/*}*/
/*.b-price__slide.swiper-slide-prev {*/
/*  transform: rotateX(5deg) rotateY(30deg);*/
/*}*/
.b-price__slide-in {
  padding: 0 20px;
}

.b-price__slide-title {
  font-weight: 800;
  font-size: 28px;
}

.b-price__slide-subtitle {
  font-size: 15px;
  line-height: 1.2;
  color: #a1a5ae;
  margin-bottom: 33px;
  border-bottom: 1px solid #e1e0f4;
  padding-bottom: 22px;
}

.b-price__slide-check {
  font-size: 14px;
  line-height: 114.9%;
  color: #212121;
  margin-bottom: 10px;
}

.b-price__slide-check img {
  min-width: 20px;
  margin-right: 10px;
}

.b-price__slide-checks {
  padding-bottom: 10px;
}

.b-price__slide-text {
  font-size: 13px;
  margin-bottom: 6px;
  height: 80px;
}

.b-price__slide-note {
  font-size: 11px;
  line-height: 143.9%;
  color: #a1a5ae;
}

.b-price__slide-btn {
  width: 75%;
  margin-bottom: 17px;
}

.b-price__slide-old {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #808595;
}

.b-price__slide-sum {
  margin-bottom: 11px;
  background: #fab800;
  border-radius: 14px;
  display: inline-block;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #212121;
  padding: 8px 25px;
}

.b-price__toggle {
  margin-bottom: 25px;
}

.b-price__toggle-text {
  text-align: justify;
  background: #f6f6f6;
  padding: 18px 20px 45px;
  margin-bottom: -35px;
  display: none;
}

.b-price__toggle-link {
  font-weight: 600;
  font-size: 13px;
  line-height: 143.9%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #397fc3;
}

.b-price__toggle-link:hover {
  color: #397fc3;
  text-decoration: none;
}

.b-price__toggle-link:before {
  content: attr(data-open);
}

.b-price__toggle-link.is-opened:before {
  content: attr(data-close);
}

.b-price__title {
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
}

.b-reviews {
  padding: 40px 0 70px;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-reviews:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: #f6f6f6;
  z-index: -1;
  left: 50%;
  margin-left: -300px;
  top: -33px;
}

.b-reviews__slider {
  overflow: inherit;
  -webkit-overflow-scrolling: touch;
}
.b-reviews__slider .swiper-slide-visible
{
  opacity: 1!important;
  visibility: visible!important;
}

.b-reviews__slider .swiper-slide {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease all;
}
.b-reviews__slider .swiper-button-next,
.b-reviews__slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  top: 82px;
  margin: 0;
  z-index: 2;
  transition: 0.4s ease all;
}

.b-reviews__slider .swiper-button-next svg,
.b-reviews__slider .swiper-button-prev svg {
  transition: 0.4s ease all;
}

.b-reviews__slider .swiper-button-next {
  right: -23px;
}

.b-reviews__slider .swiper-button-prev {
  left: -23px;
}

.b-reviews__slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
}

/*.b-reviews__slide.swiper-slide-active,*/
/*.b-reviews__slide.swiper-slide-active + .swiper-slide,*/
/*.b-reviews__slide.swiper-slide-active + .swiper-slide + .swiper-slide,*/
/*.b-reviews__slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

.b-reviews__slide-img {
  box-shadow: 5px 15px 40px rgba(30,35,66,0.15);
  border-radius: 14px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.b-reviews__slide-img:before {
  content: '';
  display: block;
  padding-top: 72%;
}

.b-reviews__slide-note {
  margin-bottom: 18px;
  font-size: 16px;
  color: #212121;
}

.b-reviews__slide-title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 24px;
}

.b-reviews__slide-text {
  font-size: 15px;
}

.b-reviews__play {
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 90px;
}

.b-reviews__title {
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
}

.b-works {
  background: url(/wp-content/uploads/bgwork.png) top;
  background-size: cover;
  padding: 40px 0 70px;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-works:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 150px;
  line-height: 1;
  text-transform: uppercase;
  color: #f6f6f6;
  z-index: -1;
  left: 50%;
  margin-left: -730px;
  top: -33px;
}
.b-works__video__content {
  padding: 0 80px;
}
.b-works__video__slide {
  overflow: inherit;
  -webkit-overflow-scrolling: touch;
}
.b-works__video__slide video {
  max-width: 100%;
  border: solid 5px #fff;
  border-radius: 14px;
}

.b-works__slider {
  overflow: inherit;
  -webkit-overflow-scrolling: touch;
}
.b-works__slider .swiper-slide
{
  height: 355px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease all;
}
.b-works__slider .swiper-slide.swiper-slide-active,
.b-works__slider .swiper-slide.swiper-slide-prev,
.b-works__slider .swiper-slide.swiper-slide-next
{
  opacity: 1;
  visibility: visible;
}

.b-works .swiper-button-next,
.b-works .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  transition: 0.4s ease all;
}

.b-works .swiper-button-next svg,
.b-works .swiper-button-prev svg {
  transition: 0.4s ease all;
}

.b-works .swiper-button-next {
  right: -23px;
}

.b-works .swiper-button-prev {
  left: -23px;
}

.b-works__slide {
  height: auto;
}

.b-works__slide{
  position: relative;
  border: 6px solid #fff;
  box-shadow: 5px 15px 40px rgba(30,35,66,0.15);
  border-radius: 14px;
}
.b-works__slide img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}
.b-works__slide .b-work__slide-text{
  background: rgba(194, 74, 47, .6);
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  border-radius: 0 0 14px 0;
}
.b-works__slide .b-work__slide-text::first-letter {
  text-transform: uppercase;
}

.b-works__slide-img:before {
  content: '';
  display: block;
  padding-top: 44%;
}

.b-works__content, .b-works__video__content {
  padding: 0 80px;
}

.b-works__title {
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
}

.page-scroller {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 1050;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: rgba(250,184,0,0.1);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.16s linear;
  pointer-events: none;
}

.page-scroller__ctrl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  fill: #666;
  width: 24px;
  height: 24px;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.page-scroller:hover,
.page-scroller:focus {
  background-color: rgba(250,184,0,0.12);
}

.page-scroller:active {
  background-color: rgba(250,184,0,0.14);
}

.page-scroller--memorized .page-scroller__ctrl {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-scroller--memorized,
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}

[data-remodal-id="callback1"],
[data-remodal-id="callback2"] {
  max-width: 403px;
  padding: 42px 44px 50px;
}

.remodal {
  text-align: left;
}

.remodal-title {
  text-align: center;
  margin-bottom: 34px;
  font-weight: 800;
  font-size: 20px;
  line-height: 137.4%;
  text-transform: uppercase;
  color: #212121;
}

.remodal-close {
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
  left: auto;
}

.remodal-close:before {
  content: none;
}

.b-form input,
.b-form textarea {
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.b-form input::-webkit-input-placeholder,
.b-form textarea::-webkit-input-placeholder {
  color: #7a7a7a;
}

.b-form input::-moz-placeholder,
.b-form textarea::-moz-placeholder {
  color: #7a7a7a;
}

.b-form input:-ms-input-placeholder,
.b-form textarea:-ms-input-placeholder {
  color: #7a7a7a;
}

.b-form input::-ms-input-placeholder,
.b-form textarea::-ms-input-placeholder {
  color: #7a7a7a;
}

.b-form input::placeholder,
.b-form textarea::placeholder {
  color: #7a7a7a;
}

.b-form input {
  height: 46px;
}

.b-form__item {
  margin-bottom: 10px;
}

.b-form__btn {
  width: 100%;
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.b-form .b-check {
  margin: 20px 0;
}

.b-check {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}

.b-check__in {
  margin-right: 10px;
  margin-top: 5px;
  width: 25px;
  min-width: 25px;
  height: 22px;
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  position: relative;
}

.b-check__in:before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid #fab800;
  border-bottom: 2px solid #fab800;
  opacity: 0;
  transition: 0.4s ease all;
}

.b-check__text {
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 13px;
  line-height: 1.2;
  color: #212121;
}

.b-check__text a {
  color: #000;
  display: inline-block;
  text-decoration: ;
}

.b-check input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.b-check input:checked + .b-check__in:before {
  opacity: 1;
}

.b-check input:focus + .b-check__in {
  box-shadow: 0 0 0 2px #000;
}


.b-about__image {
  border: 20px solid #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.b-about__part--info {
  text-align: center;
  border: 20px solid #fff;
  border-left-color: rgb(254, 209, 66);
  border-left-style: solid;
  border-left-width: 20px;
  border-left: none;
  margin: 37px 0 43px;
  margin-right: auto;
  padding: 60px 30px;
  font-size: 16px;
}
.b-about__image picture{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.b-about_slider_content {
  width: 70%;
  margin: auto;
}
[data-remodal-id="videoPopup"] {
  max-width: 1200px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

[data-remodal-id="videoPopup"] iframe {
  height: 40vw;
}

[data-remodal-id="videoPopup"] .remodal-close {
  opacity: 1;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0.2);
  transition: 0.4s ease all;
}

[data-remodal-id="videoPopup"] .remodal-close:hover {
  background: #fff;
  color: #000;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1200px){
  .telmob {
    display: flex;
  }
  .telmob a {
    align-self: center !important;
    margin: auto;
  }
}

@media (min-width: 576px) {

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

}

@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }

  .b-contacts__part--map {
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 734px;
  }

  .b-contacts__part--info {
    padding-top: 13px;
    width: 40%;
    max-width: 370px;
    margin-right: 30px;
  }

}

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 992px;
  }

  .b-guarantees__item--1 {
    top: 310px;
    left: -50px;
  }

  .b-guarantees__item--1 .b-guarantees__item-icon {
    left: -30px;
    top: 20px;
  }

  .b-guarantees__item--2 {
    top: 510px;
    left: -20px;
  }

  .b-guarantees__item--2 .b-guarantees__item-icon {
    left: -30px;
    top: -60px;
  }

  .b-guarantees__item--3 {
    bottom: 55px;
    left: 160px;
  }

  .b-guarantees__item--3 .b-guarantees__item-icon {
    left: -30px;
    top: -150px;
  }

  .b-guarantees__item--4 {
    top: 40px;
    left: 550px;
  }

  .b-guarantees__item--4 .b-guarantees__item-icon {
    right: -30px;
    top: 20px;
  }

  .b-guarantees__item--5 {
    top: 80px;
    right: 190px;
  }

  .b-guarantees__item--5 .b-guarantees__item-icon {
    right: -30px;
    top: 20px;
  }

  .b-guarantees__item--6 {
    top: 530px;
    right: 90px;
  }

  .b-guarantees__item--6 .b-guarantees__item-icon {
    right: -30px;
    top: -50px;
  }

  .b-guarantees__item--7 {
    top: 440px;
    right: 0px;
  }

  .b-guarantees__item--7 .b-guarantees__item-icon {
    right: -30px;
    top: -55px;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}

@media screen and (max-width: 1680px) {
  .b-about:before {
    margin-left: 0;
    left: -20px;
  }

  .b-advantages:before {
    margin-left: 0;
    left: -20px;
  }

  .b-contacts:before {
    margin-left: 0;
    left: -20px;
  }

  .b-materials:before {
    margin-left: 0;
    left: -20px;
  }

  .b-price:before {
    margin-left: 0;
    left: -20px;
  }

  .b-works:before {
    margin-left: 0;
    left: -20px;
    top: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .app-footer__logo {
    margin-right: 20px;
  }

  .app-footer__contacts p {
    font-size: 12px;
  }

  .app-footer__contacts > a {
    font-size: 16px;
  }

  .app-footer__copyright {
    font-size: 12px;
  }

  .app-header {
    padding: 10px 0;
  }

  .app-header__fixed {
    padding: 0 0 30px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    overflow-y: auto;
    background: #141518;
    z-index: 10;
    transition: 0.4s ease all;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
  }

  .app-header__fixed.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .app-header__logo {
    /*width: 168px;*/
    height: 30px;
  }

  .app-header__logo img {
    height: auto;
  }

  .app-header__list a {
    padding: 10px 20px;
  }

  .app-header__contacts {
    padding-left: 40px;
    margin: 20px;
  }

  .app-header__contacts-icon {
    left: 0;
    top: 0;
  }

  .app-header__contacts p {
    margin: 0;
    font-size: 12px;
    line-height: 1.1;
    color: rgba(255,255,255,0.4);
  }

  .app-header__contacts a {
    color: #fff;
  }

  .app-header__contacts a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .app-header__contacts > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
  }

  .app-header__btn {
    padding: 16px 28px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 20px;
    transition: 0.4s ease all;
  }

  .app-header__btn:hover {
    background: #fff;
    color: #0e0e11;
    text-decoration: none;
  }

  .app-header__overlay {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(43,46,56,0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
  }

  .app-header__overlay.is-opened {
    opacity: 1;
    visibility: visible;
  }

  .app-header__trigger {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    border: 1px solid #fff;
    color: #fff;
    background: #141518;
    transition: 0.4s ease all;
  }

  .app-header__trigger--close {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    margin-left: auto;
    z-index: 2;
    top: 0;
    border-radius: 0 0 0 14px;
  }

  .app-header__trigger:hover {
    background: #fff;
    color: #141518;
  }

  .b-about:before {
    font-size: 100px;
    top: 0;
    left: 10px;
  }

  .b-about__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .b-about__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .b-about__part--info {
    width: auto;
    padding: 50px 30px;
    margin: 0 30px;
    border: 20px solid #fff;
    border-top: none;
    text-align: center;
  }

  .b-about__item-text {
    font-size: 13px;
  }

  .b-about__item-number {
    font-size: 24px;
    margin: 5px 0;
  }

  .b-about__items {
    margin-bottom: 10px;
  }

  .b-advantages:before {
    font-size: 100px;
    top: 0;
    left: 10px;
  }

  .b-advantages {
    padding: 40px 0 70px
  }

  .b-advantages__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .b-contacts:before {
    font-size: 100px;
    top: 0;
    left: 10px;
  }

  .b-contacts {
    padding: 40px 0 70px
  }

  .b-contacts__title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .b-contacts__controls {
    margin-bottom: 30px;
  }

  .b-contacts__controls a {
    font-size: 18px;
    margin-right: 10px;
  }

  .b-contacts__item {
    font-size: 14px;
  }

  .b-contacts__item-icon {
    width: 30px;
  }

  .b-contacts__map {
    height: 340px;
  }

  .b-first__title {
    margin-bottom: 5px;
    font-size: 38px;
    max-width: 500px;
  }

  .b-first__text {
    margin-bottom: 40px;
    font-size: 16px;
    max-width: 380px;
  }

  .b-first__check {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .b-first__sale {
    margin-right: 10px;
  }

  .b-first__sale-title {
    font-size: 22px;
  }

  .b-first__sale-code {
    font-size: 16px;
  }

  .b-first__item {
    margin: 5px;
  }

  .b-first__item-title {
    font-size: 22px;
  }

  .b-first__item-sum {
    font-size: 16px;
  }

  .b-first__item-old {
    font-size: 14px;
  }

  .b-first__bg--1 {
    top: -20px;
    margin-left: -60px;
  }

  .b-first__bg--1 img {
    width: 1300px;
  }

  .b-guarantees:before {
    font-size: 100px;
    top: 0;
    left: 10px;
    margin: 0;
  }

  .b-guarantees {
    padding: 40px 0 70px;
  }
  .b-guarantees .b-about__slider-wrapper {
    height: 501px !important;
  }

  .b-guarantees__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .b-guarantees__slider {
    margin: 0 0 70px 0;
  }

  .b-materials:before {
    font-size: 100px;
    top: 0;
    left: 10px;
  }

  .b-materials {
    padding: 40px 0 70px
  }

  .b-materials__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .b-price:before {
    font-size: 100px;
    top: 0;
    left: 10px;
  }

  .b-price {
    padding: 40px 0 30px
  }

  .b-price__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .b-reviews:before {
    font-size: 100px;
    top: 0;
    left: 10px;
    margin: 0;
  }

  .b-reviews {
    padding: 40px 0 70px
  }

  .b-reviews__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .b-works:before {
    font-size: 100px;
    top: 0;
    left: 10px;
  }

  .b-works {
    padding: 40px 0 5px
  }

  .b-works__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .b-works__content, .b-works__video__content {
    padding: 0 10px;
  }

  .b-works__slide-img:before {
    padding-top: 62%;
  }
}

@media screen and (max-width: 991px) {
  .app-footer__btn {
    margin: 0;
  }

  .app-footer__logo {
    margin: 0 0 20px;
  }

  .app-footer__copyright {
    margin-bottom: 20px;
  }

  .app-footer__contacts {
    margin-bottom: 20px;
  }

  .b-first__item {
    width: calc(50% - 10px);
    max-width: none;
  }

  .b-guarantees {
    padding: 40px 0 20px
  }

  .b-guarantees__item {
    position: relative;
    margin-bottom: 20px;
    width: 32%;
    padding-left: 20px;
    display: inline-block;
  }

  .b-guarantees__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background: #fab800;
    border-radius: 50%;
  }

  .b-guarantees__item-icon {
    display: none;
  }

  .b-guarantees__item-title {
    margin: 0;
  }

  .b-guarantees__block-img {
    text-align: left;
  }

  .b-guarantees__block img {
    max-width: 100%;
  }

  .b-guarantees__slider {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .b-contacts__part--info {
    margin-bottom: 30px;
  }

  .b-contacts__map {
    height: 50vw;
  }
}

@media screen and (max-width: 575px) {

    .b-price__container .complex {
        padding: 5px;
    }
    .b-price__container .complex .title {
        line-height: 14px;
        font-size: 15px;
        margin-bottom: 20px;
        height: 20px;
    }
    .b-price__container .complex .desc {
        font-size: 10px;
        line-height: 12px;
    }

  .b-price__slide-title {
    font-size: 22px;
  }
  .btn1,
  .btn2 {
    font-size: 14px;
  }

  .btn1 {
    padding: 10px 20px;
  }

  .btn2 {
    padding: 10px 20px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .b-about__image {
    border: 10px solid #fff;
    min-width: 100%;
    margin: 0;
  }
  .b-about__part--info {
    padding: 20px 15px!important;
    margin: 0 10px!important;
    font-size: 14px!important;
  }
  .b-about:before {
    content: none;
  }

  .b-about__logos-wrap {
    padding: 0 50px;
  }

  .b-about__logos-wrap .swiper-button-next,
  .b-about__logos-wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .b-about__logos-wrap .swiper-button-next svg,
  .b-about__logos-wrap .swiper-button-prev svg {
    width: 10px;
  }

  .b-about__logos-wrap .swiper-button-next {
    right: -10px;
  }

  .b-about__logos-wrap .swiper-button-prev {
    left: -10px;
  }

  .b-about_slider_content {
    width: 100%;
    margin: auto;
  }
  .b-about__slider .swiper-button-next {
    right: 0;
  }
  .b-about__slider .swiper-button-prev {
    left: 0;
  }

  .b-about__slider .swiper-button-next,
  .b-about__slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .b-about__slider .swiper-button-next svg,
  .b-about__slider .swiper-button-prev svg {
    width: 10px;
  }
  .b-about__text {
    font-size: 12px;
    margin: 0;
    border-radius: 14px 14px 0 0;
    border: 5px solid #fff;
    border-bottom: none;
  }

  .b-about__part--info {
    width: auto;
    padding: 20px 0;
    margin: 0 15px;
    border: 5px solid #fff;
    border-top: none;
    border-radius: 0 0 14px 14px;
  }

  .b-about__slider {
    border-radius: 0;
  }

  .b-about__slider-slide:before {
    padding-top: 70%;
  }

  .b-about__item {
    padding: 0 3px;
  }

  .b-about__item-text {
    font-size: 11px;
  }

  .b-about__item-number {
    font-size: 20px;
    margin: 5px 0;
  }

  .b-about__content {
    margin: 0 -15px 50px;
  }

  .b-advantages:before {
    content: none;
  }

  .b-advantages__slider .swiper-button-next,
  .b-advantages__slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .b-advantages__slider .swiper-button-next svg,
  .b-advantages__slider .swiper-button-prev svg {
    width: 10px;
  }

  .b-advantages__title {
    font-size: 30px;
  }

  .b-contacts:before {
    content: none;
  }

  .b-first__sale {
    width: calc(50% - 10px);
    min-width: 1px;
    border-radius: 14px;
    border: 2px solid #fabb00;
  }

  .b-first__title {
    font-size: 24px;
  }

  .b-first__sale,
  .b-first__item {
    padding: 20px 10px;
  }

  .b-first__sale-title,
  .b-first__item-title {
    font-size: 17px;
    width: 100%;
  }

  .b-first__sale-text,
  .b-first__item-text {
    font-size: 11px;
  }

  .b-first__sale-code,
  .b-first__item-code {
    font-size: 12px;
  }

  .b-first__sale-sum,
  .b-first__item-sum {
    font-size: 13px;
    padding: 5px 10px;
  }

  .b-first__sale {
    text-align: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-guarantees:before {
    content: none;
  }

  .b-guarantees__slider .swiper-button-next,
  .b-guarantees__slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .b-guarantees__slider .swiper-button-next svg,
  .b-guarantees__slider .swiper-button-prev svg {
    width: 10px;
  }

  .b-guarantees__title {
    font-size: 30px;
  }

  .b-guarantees__item {
    font-size: 14px;
    width: 49%;
  }

  .b-materials:before {
    content: none;
  }

  .b-materials__slider .swiper-button-next,
  .b-materials__slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .b-materials__slider .swiper-button-next svg,
  .b-materials__slider .swiper-button-prev svg {
    width: 10px;
  }

  .b-price:before {
    content: none;
  }

  .b-price__slider .swiper-button-next,
  .b-price__slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .b-price__slider .swiper-button-next svg,
  .b-price__slider .swiper-button-prev svg {
    width: 10px;
  }

  .b-reviews:before {
    content: none;
  }

  .b-reviews__slider .swiper-button-next,
  .b-reviews__slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .b-reviews__slider .swiper-button-next svg,
  .b-reviews__slider .swiper-button-prev svg {
    width: 10px;
  }

  .b-reviews {
    padding: 80px 0 30px;
  }


  .b-reviews__title {
    font-size: 30px;
  }

  /*.b-works {*/
  /*  background-size: 7%;*/
  /*}*/
  .b-works:before {
    content: none;
  }

  .b-works .swiper-button-next,
  .b-works .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .b-works .swiper-button-next svg,
  .b-works .swiper-button-prev svg {
    width: 10px;
  }

  [data-remodal-id="callback1"],
  [data-remodal-id="callback2"] {
    max-width: 320px;
    padding: 40px 15px;
  }

  .remodal-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
  .b-guarantees__block-img {
    left: 50%;
    -webkit-transform: scale(0.7) translateX(-70%);
    transform: scale(0.7) translateX(-70%);
  }
}

.b-reviews__play[data-video=''] {display: none !important}




ul li {
  list-style: none;
}



.svg-icon__link path {
  fill: blue;
}

.b-first__logo {
  width: 332px;
  text-align: center;
  /*height: 75px;*/
  /*background: #fff;*/
  /*position: relative;*/
  /*-webkit-perspective: -100px;*/
  perspective: 400px;
}
.b-first__logo .logo, .b-first__logo .logo-old {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
}
.logo {
  position: absolute;
  width: 312px;
  height: 78px;
  background: #131418;
  width: 100%;
  padding: 0 10px;
  /*margin: 0 10px;*/
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
  /*-webkit-animation-delay: 1.5s;*/
  /*animation-delay: 1.5s;*/
  /*-webkit-animation: notransform 10s infinite;*/
  /*animation: notransform 10s infinite;*/
}
.logo-old {
  /*background: #000;*/
  position: absolute;
  width: 312px;
  height: 78px;
  background: #131418;
  width: 100%;
  padding: 0 10px;
  /*margin: 0 10px;*/
  opacity: 1;
  transform: translateY(-40px) rotateX(85deg);
  /*-webkit-animation-delay: 1.5s;*/
  /*animation-delay: 1.5s;*/
  /*-webkit-animation: notransform-old 10s infinite;*/
  animation: notransform-old 10s infinite;
}

.b-first__logo.mob {
  width: 120px;
}
.b-first__logo.mob .logo {
  width: 110px;
  height: 28px;
  /*animation: notransform-mob 10s infinite;*/
}
.b-first__logo.mob .logo-old {
  width: 148px;
  height: 42px;
  transform: translateY(-20px) rotateX(90deg);
  animation: notransform-old-mob 10s infinite;
}

@keyframes notransform {
  0% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  20% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;

  }
  30% {
    transform: translateY(35px) rotateX(-80deg);
    /*opacity: 0;*/
  }
  40% {
    transform: translateY(35px) rotateX(-80deg);
    /*opacity: 0;*/
  }
  50%{
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  90% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes notransform-old {
  0% {
    transform: translateY(-40px) rotateX(85deg);
    /*opacity: 0;*/
  }
  21% {
    transform: translateY(-40px) rotateX(85deg);
    /*opacity: 0;*/

  }
  30% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  40% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  49%{
    transform: translateY(-40px) rotateX(85deg);
    /*opacity: 0;*/
  }
  90% {
    transform: translateY(-40px) rotateX(85deg);
    /*opacity: 0;*/
  }
}
@keyframes notransform-mob {
  0% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  20% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;

  }
  30% {
    transform: translateY(20px) rotateX(-80deg);
    opacity: 0;
  }
  40% {
    transform: translateY(20px) rotateX(-80deg);
    opacity: 0;
  }
  50%{
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  90% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes notransform-old-mob {
  0% {
    transform: translateY(-20px) rotateX(90deg);
    opacity: 0;
  }
  21% {
    transform: translateY(-20px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  40% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  48%{
    transform: translateY(-20px) rotateX(90deg);
    opacity: 0;
  }
  90% {
    transform: translateY(-20px) rotateX(90deg);
    opacity: 0;
  }
}
.st0{fill:none!important;stroke:#000000;stroke-width:3;stroke-miterlimit:10;}
.st2{fill:#ffffff;stroke:none;stroke-width:3;stroke-miterlimit:10; opacity: 0}
.st1{fill:#FFFFFF;stroke:#000000;stroke-width:3;stroke-miterlimit:10; opacity: 1}
.st1.active, .st0.active, .st2.active {fill:#d00303; opacity: 1}
.st3 {fill:#def5f9; opacity: 1}

#calc {
  padding: 80px 0 90px;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.b-calc__title  {
  margin-bottom: 75px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
}
.b-calc__content {
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 75px;
}
.b-calc__car {
  -ms-flex: 1 1;
  flex: 1 1;
  border: 20px solid #fed142;
  padding: 0px;
}
.b-calc__price {
  text-align: center;
  border: 20px solid #fed142;
  border-left: none;
  width: 530px;
  margin: 37px 0 43px;
  padding: 80px 0 68px 30px;
}
.sendOrder, .errorOrder {
   position: fixed;
   width: 300px;
   top: -100px;
   right: 20px;
   min-width: 250px;
   z-index: 9999;

 }
.sendOrder.active, .errorOrder.active {
  top: 25px;
}
.sendOrder .block, .errorOrder .block {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
  box-shadow: 4px 4px 8px 0 rgba(34,60,80,.2);
}
.sendOrder img, .errorOrder img {
  width: 20px;
  height: 20px;
}
.hide {
  display: none;
}
.show {
  display: block;
  cursor: pointer;
}
.page-id-329 {
  background: #fff;
}
/*.b-works__slide {*/
/*  visibility: hidden;*/
/*  opacity: 0;*/
/*  transition: all .3s ease;*/
/*}*/
/*.b-works__slide.swiper-slide-active {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/


.arenda {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  overflow: hidden;
  max-width: 365px;
  margin: auto;
}
.arenda a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.car {
  position: absolute;
  bottom: 0;
  background: url(/wp-content/themes/main/assets/img/car.png) no-repeat;
  width: 150px;
  height: 42px;
  animation: car-drive 5s ease;
  animation-iteration-count: infinite;
}
@keyframes car-drive {
  0% {
    left: 570px;
    background: url(/wp-content/themes/main/assets/img/car.png) no-repeat center;
    background-position: right;
  }
  29.99% {
    background: url(/wp-content/themes/main/assets/img/car.png) no-repeat center;
    background-position: right;
  }
  30% {
    left: calc(50% - 75px);
    background: url(/wp-content/themes/main/assets/img/car.png) no-repeat center;
    background-position: left;
  }
  69.99% {
    left: calc(50% - 75px);
    background: url(/wp-content/themes/main/assets/img/car.png) no-repeat center;
    background-position: left;
  }
  70% {
    left: calc(50% - 75px);
    background: url(/wp-content/themes/main/assets/img/car.png) no-repeat center;
    background-position: right;
  }
  100% {
    left: -151px;
    background: url(/wp-content/themes/main/assets/img/car.png) no-repeat center;
    background-position: right;
  }
}

@media (max-width: 600px) {
  .arenda {
    font-size: 20px;
    line-height: 23px;
  }
}
i {
  width: 0!important;
  height: 0!important;
}
.p-10 {
	padding:10px
}
.mcar {
  position: absolute;
    bottom: 0;
  z-index: -1;
}
.mcar img {
	height: 340px;
	max-width:none;
	margin-left: -70px;
}
.b-about__slider .swiper-wrapper  {
  height: 501px!important;
}
.b-about__slider .swiper-wrapper img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 600px) {
  .b-about__slider .swiper-wrapper  {
    height: 245px!important;
  }
}
.video_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.video_wrap.show {
  display: block;
  z-index: 99;
}
.video_promo.hidden {
  visibility: hidden!important;
}
.video_promo .close {
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 0 0 0 50%;;
    position: absolute;
    right: 0;
    top: 0;
}
.video_promo {
  position: fixed;
  width: 1px;
  height: 1px;
  left: 10px;
  bottom: 10px;
  transition: all .5s;
  z-index: 999;
}
.video_promo.left {
    left: -100%;
}
.video_promo .open {
    display: none;
    left: -100%;
    transition: all .5s;
}

.video_promo.left .open {
    display: block;
    background: #fab800;
    padding-top: 11px;
    width: 30px;
    height: 53px;
    position: fixed;
    left: 0;
    right: 70px;
    border-radius: 0 10px 10px 0;
    text-align: center;
}
.video_promo.show {
  width: 280px;
  height: 490px;
}
.video_promo .video {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, .2) 0px 10px 20px;
  border: solid #fff 3px;
  border-radius: 10px;
  width: 116px;
  height: 193px;
  transition: all .5s;
}
.video_promo.show .video {
  width: 280px;
  height: 490px;
}
/*.video_promo .video img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: contain;*/
/*  object-position: center;*/
/*  overflow: hidden;*/
/*  transform: scale(1.05);*/
/*  transition: transform .5s;*/
/*}*/
/*.video_promo .video:hover img {*/
/*  transform: scale(1.1);*/
/*}*/
.video_promo .video video {
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.video_promo .video .btn_video {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 999;
  overflow: hidden;
  transition: all .5s;
}
.video_promo.show .video .btn_video {
  visibility: visible;
  opacity: 1;
}
.video_promo .video .btn_video .btn2 {
  font-size:0;
  transition: all .5s;
}
.video_promo.show .video .btn_video .btn2 {
  font-size: 16px;
}
