@charset "UTF-8";
@import "normalize.min.css";
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"), url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/Montserrat-ExtraBold.woff") format("woff"), url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(to bottom, #bf843f, #fce1ba, #b38428);
  margin-left: -14px;
  width: 14px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

@media (max-width: 1280px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
[hidden] {
  display: none;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

body, body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  text-decoration: none;
  display: inline-block;
  border-bottom: dashed 1px transparent;
  transition-duration: 0.4s;
}
a:after, a:before, a i {
  transition-duration: 0.4s;
}
a:hover {
  border-bottom: dashed 1px #13110f;
}

body, html {
  background-color: #3a3330;
  color: #13110f;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  overflow: initial;
  margin-top: 0px;
}
body.body-wo-offset {
  margin-top: 58px;
}
@media (max-width: 576px) {
  body.body-wo-offset {
    margin-top: 0;
  }
}
body.blocked-scroll {
  overflow-y: hidden;
}

h1, h2, h3, h4 {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  font-size: 43px;
  margin-bottom: 1.5em;
  letter-spacing: 0.2em;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}

p {
  margin: 1rem 0;
  text-indent: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 640px) {
  p {
    font-size: 13px;
  }
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.dark {
  color: #FFFFFF;
}

.button {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 1.56;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 30px;
  min-height: 62px;
  border: solid 1px #FFFFFF;
  border-radius: 0px;
  box-sizing: border-box;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  appearance: none;
  outline: none;
  overflow: hidden;
  transition: all linear 0.2s;
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button i {
  margin-right: 1rem;
}
.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13110f;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button:focus:before, .button:hover:before, .button:active:before {
  transform: scaleX(1);
}
.button:hover {
  color: #FFFFFF;
}
.button:hover .ico {
  fill: #FFFFFF;
}
.button.min {
  min-height: 48px;
}
.button.black {
  background-color: #13110f;
  color: #FFFFFF;
  border: 2px solid #13110f;
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button.black .ico {
  fill: #FFFFFF;
}
.button.black:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button.black:focus:before, .button.black:hover:before, .button.black:active:before {
  transform: scaleX(1);
}
.button.black:hover {
  color: #13110f;
}
.button.black:hover .ico {
  fill: #13110f;
}
.button:hover .ico {
  transform: rotate(-90deg) translateY(2px);
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]),
textarea {
  display: inline-block;
  width: 100%;
  height: 62px;
  padding: 0;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  border-radius: 0;
  box-sizing: border-box;
  padding-top: 11px;
  appearance: none;
  resize: none;
  outline: none;
  transition: all linear 0.1s;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]).required,
textarea.required {
  border-color: #FF0000 !important;
  color: #FF0000;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]).required::-webkit-input-placeholder,
textarea.required::-webkit-input-placeholder {
  color: #FF0000;
  font-weight: 300;
  font-size: 14px;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]).required:-moz-placeholder,
textarea.required:-moz-placeholder {
  color: #FF0000;
  font-weight: 300;
  font-size: 14px;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]).required::-moz-placeholder,
textarea.required::-moz-placeholder {
  color: #FF0000;
  font-weight: 300;
  font-size: 14px;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]).required:-ms-input-placeholder,
textarea.required:-ms-input-placeholder {
  color: #FF0000;
  font-weight: 300;
  font-size: 14px;
}

input::-webkit-input-placeholder {
  color: #3a3330;
  font-weight: 300;
  font-size: 14px;
}
input:-moz-placeholder {
  color: #3a3330;
  font-weight: 300;
  font-size: 14px;
}
input::-moz-placeholder {
  color: #3a3330;
  font-weight: 300;
  font-size: 14px;
}
input:-ms-input-placeholder {
  color: #3a3330;
  font-weight: 300;
  font-size: 14px;
}

textarea {
  padding-top: 14px;
  padding-bottom: 14px;
  height: 140px;
}
textarea::-webkit-input-placeholder {
  color: #3a3330;
  font-weight: 300;
  font-size: 14px;
}
textarea:-moz-placeholder {
  color: #3a3330;
  font-weight: 300;
  font-size: 14px;
}
textarea::-moz-placeholder {
  color: #3a3330;
  font-weight: 300;
  font-size: 14px;
}
textarea:-ms-input-placeholder {
  color: #3a3330;
  font-weight: 300;
  font-size: 14px;
}

.gif-bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gif-bg {
  background-size: cover;
  background-position: center center;
}

.video-bg {
  position: absolute;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.video-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.winsize.head {
  height: 56vw;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 940px) {
  .winsize.head {
    height: 92vh;
  }
}
.winsize.head .container {
  margin-top: 30px;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  padding: 30px;
}
.winsize.head .container h1, .winsize.head .container h2 {
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.cta {
  padding: 2rem 0;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.cta-form-container {
  background-color: #FFFFFF;
  padding: 1rem 0;
}
.cta-form.form-submitable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.cta-form.form-submitable input.phoneinput {
  min-width: 320px;
}
.cta-form.form-submitable input.phoneinput:focus {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: solid 1px black !important;
}
.cta-form.form-submitable .contact-form-control {
  width: auto;
}
.cta-form.form-submitable .contact-form-notification {
  width: 100%;
}

p .short-form {
  cursor: pointer;
  text-decoration: underline;
}
p .short-form:hover {
  text-decoration: none;
}

.overflow {
  overflow: hidden;
}

.container {
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1120px) {
  .container {
    max-width: 1140px;
  }
}

section, article, footer {
  width: 100%;
  clear: both;
  position: relative;
  box-sizing: border-box;
  display: block;
}
section .container, article .container, footer .container {
  padding: 1rem 0;
}
@media (max-width: 576px) {
  section .container, article .container, footer .container {
    padding: 1rem;
  }
}
section .container-flex, article .container-flex, footer .container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.img {
  display: flex;
  overflow: hidden;
  position: relative;
}
.img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

@keyframes arrow-vertical-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes running-line {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes running-line-slides {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}
#logo, #logoheader {
  height: 60px;
  width: 265px;
  background-color: transparent;
  background-image: url(../assets/img/hlogo.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.header {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  background-color: #3a3330;
  transition: all 0.2s ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.header.hmin {
  background-color: rgba(46, 40, 38, 0.8);
}
.header .container {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .container .contacts {
  padding-top: 4px;
}
.header .container .contacts a {
  color: #FFFFFF;
  display: block;
  text-align: right;
  line-height: 20px;
}
@media (max-width: 576px) {
  .header .container {
    font-size: 0.9rem;
    display: block;
    position: relative;
    height: 60px;
    overflow-y: hidden;
  }
  .header .container .header__burger {
    left: 0.5rem;
    top: 0;
    bottom: 0;
  }
  .header .container #logo {
    top: 0;
    bottom: 0;
    left: calc(1rem + 50px);
    width: 180px;
  }
  .header .container .contacts {
    right: 0.5rem;
    top: 0;
    bottom: 0;
    height: 46px;
  }
  .header .container .contacts a {
    white-space: nowrap;
  }
  .header .container > * {
    display: block;
    position: absolute;
    margin: auto;
  }
}
.header__burger {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 46px;
  height: 46px;
  position: relative;
  border: none;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 46px;
  padding-right: 52px;
  font-weight: 700;
}
.header__burger.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header__burger:hover {
  color: #c8b077;
}
.header__burger:after, .header__burger:before, .header__burger i {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #FFFFFF;
  right: 50%;
  width: 70%;
  transform: translate(50%, 50%);
}
.header__burger:after {
  bottom: calc(50% - 10px);
}
.header__burger:before {
  bottom: calc(50% + 10px);
}
.header__burger i {
  bottom: 50%;
}
.header__burger:hover {
  border: none;
}
.header__burger:hover:after, .header__burger:hover:before, .header__burger:hover i {
  background-color: #c8b077;
}

header {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header.opened {
  visibility: visible;
  opacity: 1;
}

.menu .button {
  display: inline-block;
}
.menu__header {
  height: 102px;
  min-height: 102px;
}
.menu__header-link {
  display: block;
  height: 100%;
  width: 10vw;
  background-image: url(../assets/img/logo.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}
.menu__header-link:hover {
  border: none;
}
.menu__body {
  margin-top: 0vw;
  margin-bottom: 0vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  padding-top: 72px;
}
@media (min-width: 576px) {
  .menu__body {
    margin: 0 calc(10vw + 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .menu__body {
    margin-top: -102px;
    margin-bottom: -102px;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .menu__body {
    padding-top: 0;
    margin-right: 50vw;
  }
}
.menu .social__list {
  position: fixed;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px -8px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .menu .social__list {
    left: 70vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 34px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .menu .social__list {
    top: 100px;
    left: 70vw;
    width: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    padding: 0 1rem;
    margin: 0;
  }
}
.menu .social__list-point {
  padding: 4px 0;
}
@media (min-width: 992px) {
  .menu .social__list-point {
    padding: 0 4px;
  }
}
.menu .social__item {
  display: block;
  width: 32px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.menu .social__item--youtube {
  background-image: url(../assets/img/icons/light/youtube.svg);
}
.menu .social__item--vk {
  background-image: url(../assets/img/icons/light/vk.svg);
}
.menu .social__item--telegram {
  background-image: url(../assets/img/icons/light/telegram.svg);
}
.menu__callback {
  position: fixed;
  top: auto;
  left: 70vw;
  bottom: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: calc(40vw - 48px);
  margin-left: calc(-20vw + 24px);
  height: 54px;
}
@media (max-width: 768px) {
  .menu__callback {
    left: 0;
    right: 0;
    margin: auto;
    width: 76vw;
  }
}
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 24px;
  padding-bottom: 12px;
  padding-right: 72px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .menu__list {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
  }
}
.menu__list-point {
  list-style: none;
}
.menu__list-link {
  display: block;
  padding: 12px 12px 12px 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
}
.menu__list-link:hover {
  color: #c8b077;
}
@media (min-width: 992px) {
  .menu__list-link {
    padding: 8px 8px 8px 36px;
    font-size: 0.9rem;
  }
}
.menu__sublist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu__sublist-point {
  list-style: none;
}
.menu__sublist-link {
  display: block;
  padding: 6px 12px 6px 24px;
  color: #c8c8c8;
}
.menu__sublist-link:hover {
  color: #c8b077;
}
@media (min-width: 576px) {
  .menu__sublist-link {
    margin-left: 1.5rem;
    position: relative;
  }
}
@media (min-width: 992px) {
  .menu__sublist-link {
    padding: 4px 4px 4px 36px;
    font-size: 0.9rem;
  }
}
.menu-close {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10px;
  display: block;
  width: 72px;
  height: 72px;
  background-color: transparent;
  background-image: url(../assets/img/close.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0.6;
  cursor: pointer;
}
@media (min-width: 992px) {
  .menu-close {
    right: 10vw;
    top: 102px;
    width: 40vw;
    height: calc(100vh - 204px);
    background-position: top 24px right 24px;
  }
}

.brands {
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .brands .container {
    max-width: 100% !important;
  }
}
.brands-item {
  margin: 2rem;
  position: relative;
  height: 120px;
}
.brands-item img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.about-short {
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  padding: 1rem 1rem;
}

.services .container.citate {
  color: #FFFFFF;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .services .container.citate {
    padding: 3rem;
  }
}
.services .container.citate p {
  margin: 1em 0.4em;
  line-height: 1.4;
  text-indent: 2rem;
  font-size: 1.1rem;
}
.services .container.fbox {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .services .container.fbox {
    display: block;
  }
}
.services .container.fbox > ul {
  width: 40%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: normal;
  justify-content: left;
  margin: 4rem 0;
  padding: 0;
}
@media (max-width: 768px) {
  .services .container.fbox > ul {
    display: block;
    width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0 1rem;
    max-width: 100%;
    overflow-x: auto;
  }
}
.services .container.fbox > ul > li {
  list-style-type: none;
  display: block;
  color: #FFFFFF;
  padding: 0.6rem 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 2px #FFFFFF;
  margin-bottom: 1rem;
  position: relative;
  transition-duration: 0.4s;
}
@media (max-width: 768px) {
  .services .container.fbox > ul > li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.services .container.fbox > ul > li:hover, .services .container.fbox > ul > li.active {
  background-color: #FFFFFF;
  color: #3a3330;
}
.services .container.fbox > ul > li:nth-child(2n) {
  left: 4rem;
}
@media (max-width: 1356px) {
  .services .container.fbox > ul > li:nth-child(2n) {
    left: 1em;
  }
}
@media (max-width: 768px) {
  .services .container.fbox > ul > li:nth-child(2n) {
    left: 0;
  }
}
.services .container.fbox > ul > li a {
  transition-duration: 0.4s;
  display: block;
  text-align: center;
  line-height: 1.3;
  border: none;
}
.services .container.fbox > ul > li a:hover {
  text-decoration: none;
  border: none;
}
.services-text {
  display: none;
  color: #FFFFFF;
  border-top: #FFFFFF 2px solid;
  border-bottom: #FFFFFF 2px solid;
  padding: 3rem 2rem;
  margin: 0 1rem 0 7rem;
  text-align: justify;
  width: 60%;
}
@media (max-width: 1356px) {
  .services-text {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .services-text {
    width: initial;
    margin: 0;
    border: none;
  }
}
.services-text h3 {
  margin: 0 0 2rem 0.4rem;
  font-weight: 600;
}
.services-text p {
  margin: 1em 0.4em;
  line-height: 1.4;
  text-indent: 2rem;
}
.services-text ul li {
  padding: 0.2rem;
}
.services-item {
  background-color: #FFFFFF;
}
.services-item h3 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .services-item h3 {
    text-align: center !important;
  }
}
.services-item-picture {
  float: left;
  margin: 0 2rem 2rem 0;
}
@media (max-width: 768px) {
  .services-item-picture {
    margin: 0 0 2rem 0 !important;
    float: none !important;
    text-align: center;
  }
}
.services-item-picture img {
  max-width: 100%;
}
.services-item:nth-child(2n) h3 {
  text-align: right;
}
.services-item:nth-child(2n) .services-item-picture {
  float: right;
  margin: 0 0 2rem 2rem;
}
.services-item:nth-child(2n) .services-item-buttons {
  text-align: left;
}
.services-item-buttons {
  clear: both;
  width: 100%;
  text-align: right;
  margin: 2rem 0;
}
.services-item ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: normal;
  justify-content: left;
  line-height: 1.3;
  padding-left: 2em;
}
.services-item ul li {
  margin: 0.2em 0;
}
.services-item .container:after {
  content: "";
  height: 3px;
  background-color: #c8b077;
  background-image: linear-gradient(90deg, rgba(255,255,255, 0.07) 50%, transparent 50%),linear-gradient(90deg, rgba(255,255,255, 0.13) 50%, transparent 50%),linear-gradient(90deg, transparent 50%, rgba(255,255,255, 0.17) 50%),linear-gradient(90deg, transparent 50%, rgba(255,255,255, 0.19) 50%);;
  width: 100%;
  display: block;
  margin-top: 3.5rem;
}
.services-item:last-of-type .container:after {
  display: none; /* дальше подобрать картинки, сделать инверсию элементов в айтэмах, футер */
}
.services-item:first-of-type {
  padding-top: 1rem;
}
@media (max-width: 576px) {
  .services-item .container {
    padding: 1rem;
  }
}
@media (max-width: 455px) {
  .services-item-buttons {
    text-align: center !important;
  }
  .services-item-buttons .button {
    margin: 0.4rem 0;
    width: 220px;
    box-sizing: border-box;
  }
}

.control {
  background-color: #FFFFFF;
}
.control .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 780px) {
  .control .container {
    font-size: 1.8rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 500px) {
  .control .container {
    font-size: 1.4rem;
  }
}
@media (max-width: 430px) {
  .control .container {
    font-size: 1.2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 372px) {
  .control .container {
    font-size: 1rem;
  }
}

.warranties .container h2 {
  text-align: center;
  margin: 0;
  font-size: 2rem;
}
@media (max-width: 784px) {
  .warranties .container h2 {
    font-size: 1.6rem;
  }
}
.warranties-item {
  text-align: center;
  width: 30%;
  margin-bottom: 1rem;
}
@media (max-width: 784px) {
  .warranties-item {
    width: 320px;
  }
}
.warranties-item h3 {
  font-size: 1.4rem;
  margin: 0;
}
@media (max-width: 784px) {
  .warranties-item h3 {
    font-size: 1rem;
    font-weight: 600;
  }
}
.warranties-item p {
  text-transform: none;
  font-size: 400;
}

.digits {
  background-image: url(../assets/img/bgdark.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.digits .container {
  padding: 6rem 1rem;
  display: table;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .digits .container {
    padding: 3rem 1rem;
  }
}
.digits-item {
  color: #FFFFFF;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: normal;
  justify-content: left;
  width: 100%;
  margin: 2rem 0;
  position: relative;
}
@media (max-width: 840px) {
  .digits-item {
    text-align: center;
    display: block;
  }
}
.digits-item-counter, .digits-item-text {
  display: block;
  font-size: 2rem;
}
.digits-item-counter {
  font-weight: bold;
  margin-right: 1rem;
}

.projects {
  color: #FFFFFF;
}
.projects .slick-dots li button:before {
  color: #FFFFFF;
}
.projects .container {
  padding: 1rem;
}
.projects-list {
  margin-bottom: 2rem;
}
.projects-list-item {
  display: block;
  margin-bottom: 0.5rem;
  border-bottom: none;
}
.projects-list-item:hover {
  text-decoration: none;
  border-bottom: none;
}

.our-work {
  background-color: #FFFFFF;
}
.our-work h1 {
  text-transform: none;
  font-size: 1.8rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.our-work .catalog-gallery .slick-prev {
  left: 4px;
  z-index: 1;
}
.our-work .catalog-gallery .slick-next {
  right: 4px;
}
.our-work .catalog-gallery .slick-next, .our-work .catalog-gallery .slick-prev {
  border-radius: 50%;
  overflow: hidden;
}
.our-work .catalog-gallery .slick-next:before, .our-work .catalog-gallery .slick-prev:before {
  text-shadow: 0 0 3px #ef6f2e;
}
.our-work .catalog-gallery-item {
  height: 400px;
  position: relative;
}
.our-work .catalog-gallery-item span {
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 600px;
  height: 400px;
  transform: translateX(50%) translateY(50%);
}
@media (max-width: 1130px) {
  .our-work .catalog-gallery-item span {
    height: 100%;
    width: 100%;
    min-height: 320px;
    background-size: cover;
    background-position: center center;
  }
}
.our-work .container .row {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.our-work .container .row h1 {
  margin-bottom: 2rem;
}

.our-works {
  background-color: #FFFFFF;
  padding-top: 2rem;
}
.our-works .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
@media (max-width: 768px) {
  .our-works .container {
    display: block;
  }
}
.our-works-item {
  padding-bottom: 3.5rem;
  width: 300px;
  margin-bottom: 4rem;
  position: relative;
}
.our-works-item-img {
  border-bottom: none;
}
.our-works-item-img:hover {
  border-bottom: none;
}
.our-works-item-img img {
  width: 300px;
  height: auto;
  max-width: 100%;
}
.our-works-item-title {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  border: none;
}
.our-works-item-title:hover {
  text-decoration: #13110f underline;
  border: none;
}
.our-works-item ul {
  list-style: none;
  padding: 0;
  margin: 0.8rem 0 0 0;
}
.our-works-item ul li {
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}
.our-works-item-more {
  text-align: center;
  border: solid 1px darkred;
  position: absolute !important;
  right: 0;
  bottom: 0;
}
.our-works-item-more:after {
  content: "Подробнее";
}
.our-works-item p {
  text-align: left;
}
@media (max-width: 768px) {
  .our-works-item {
    margin-left: auto;
    margin-right: auto;
    width: 76%;
  }
  .our-works-item-title {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .slider-container {
    flex: none !important;
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .project-characts {
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
  }
}
.project-characts ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  text-align: center;
}
.project-characts ul li {
  box-sizing: border-box;
  padding: 0.3rem 0.5rem;
  margin: 5px 0 5px 5px;
  color: #13110f;
  line-height: inherit;
  border-radius: 3px;
  white-space: nowrap;
  transition: 0.13s ease-out;
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  outline: 0;
  background-color: #c8c8c8;
  font-size: 0.9rem;
}
.project-characts h4 {
  text-align: center;
  margin: 0 2rem;
}

.counts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
  justify-content: space-around;
}
@media (max-width: 992px) {
  .counts {
    margin-bottom: 1.5rem;
  }
}
.counts-item {
  flex-grow: 1;
  text-align: center;
  font-weight: 800;
}
.counts-item-double {
  flex-grow: 2;
}
.counts-item strong {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.counts-break {
  flex-basis: 100%;
  flex-grow: 3;
  height: 1rem;
}

.contact, .modal-contact {
  background-color: #FFFFFF;
}
.contact-title, .modal-contact-title {
  text-align: center;
  text-transform: none;
  font-size: 1.2rem;
}
.contact .button, .modal-contact .button {
  white-space: nowrap;
}
.contact h2, .contact h3, .modal-contact h2, .modal-contact h3 {
  text-align: center;
  margin: 4rem 0 2rem 0;
}
.contact h2 span, .contact h3 span, .modal-contact h2 span, .modal-contact h3 span {
  display: block;
  text-transform: none;
  font-size: 1.2rem;
  color: #3a3330;
}
.contact blockquote, .modal-contact blockquote {
  padding: 1rem 15%;
  text-align: justify;
  font-style: italic;
  text-indent: 4rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 764px) {
  .contact blockquote, .modal-contact blockquote {
    padding: 1rem 0;
  }
}
.contact .rows, .modal-contact .rows {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1130px) {
  .contact .rows, .modal-contact .rows {
    display: block;
  }
}
.contact-form, .modal-contact-form {
  display: block;
  width: 50%;
  padding: 0 1rem 0 0;
}
@media (max-width: 1130px) {
  .contact-form, .modal-contact-form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 4rem;
    padding: 0;
  }
}
.contact-form-control, .modal-contact-form-control {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 1rem;
  position: relative;
}
.contact-form-control:nth-of-type(2), .contact-form-control:nth-of-type(3), .modal-contact-form-control:nth-of-type(2), .modal-contact-form-control:nth-of-type(3) {
  float: left;
  width: 50%;
  clear: none;
}
.contact-form-control input:not([type=submit]):not([type=radio]):not([type=checkbox]), .contact-form-control textarea, .modal-contact-form-control input:not([type=submit]):not([type=radio]):not([type=checkbox]), .modal-contact-form-control textarea {
  border-radius: 0;
  box-sizing: border-box;
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  border-top: solid 1px transparent;
  border-right: solid 1px transparent;
  border-left: solid 1px transparent;
  border-bottom: solid 1px #3a3330;
  color: #13110f;
}
.contact-form-control input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus, .contact-form-control textarea:focus, .modal-contact-form-control input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus, .modal-contact-form-control textarea:focus {
  border-bottom: solid 1px transparent;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
  border-radius: 0.7rem;
}
.contact-form-notification, .modal-contact-form-notification {
  display: none;
  text-align: center;
  padding-top: 2rem;
}
.contact-block, .modal-contact-block {
  width: 30%;
}
@media (max-width: 1130px) {
  .contact-block, .modal-contact-block {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 4rem;
  }
}
@media (max-width: 576px) {
  .contact-block, .modal-contact-block {
    padding: 0 1rem;
  }
}
.contact-block-item, .modal-contact-block-item {
  margin: 1rem 0;
  font-weight: bold;
}
.contact-block-item:after, .modal-contact-block-item:after {
  content: "";
  clear: both;
  width: 100%;
}
.contact-block-item > span, .contact-block-item > a, .modal-contact-block-item > span, .modal-contact-block-item > a {
  display: block;
  float: right;
  font-weight: normal;
}

.phoneinput {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.articles {
  background-color: #FFFFFF;
}
.articles .container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .articles .container-flex {
    display: block;
  }
}
.articles-item {
  width: 320px;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
}
.articles-item * {
  transition-duration: 0.3s;
}
.articles-item a {
  border-bottom: none !important;
}
.articles-item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 81%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  color: #FFFFFF;
}
.articles-item-link h4 {
  line-height: 1.3;
  padding: 0.4rem;
  height: 19%;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}
.articles-item-link div {
  font-size: 0.9rem;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 0;
  text-align: center;
  text-indent: 2em;
  padding: 1rem;
  height: 81%;
}
.articles-item-image {
  display: block;
  height: 272px;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: auto 100%;
  background-position: center;
}
.articles-item:hover .articles-item-image {
  background-size: auto 110%;
}
.articles-item:hover .articles-item-link {
  top: 0;
}
.articles-item:hover .articles-item-link h4 {
  padding-top: 1rem;
  text-decoration: underline;
}

.article {
  background-color: #FFFFFF;
}
.article img {
  max-width: 100%;
}
.article ul li, .article ol li {
  padding: 0.3rem 0;
  line-height: 1.4;
}
.article-category {
  width: 46%;
  height: 86px;
  color: #FFFFFF;
  line-height: 92px;
  text-align: center;
  position: relative;
  border-bottom: none !important;
  border-radius: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 600;
  transform-origin: 0 50%;
  transform: scaleX(1);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .article-category {
    width: auto;
    padding: 0 1.4rem;
    margin: 0 0.2rem;
  }
}
@media (max-width: 490px) {
  .article-category {
    width: 320px;
  }
}
.article-category:before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.article .container h3 {
  font-weight: bold;
  letter-spacing: 0.2px;
}

.head.all {
  height: 420px;
  background-size: cover;
  background-position: center top;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 576px) {
  .head.all {
    height: 0;
    min-height: 310px;
  }
}
.head.all:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.head.all .container {
  color: #FFFFFF;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 576px) {
  .head.all .container {
    padding: 0 1rem;
  }
}
.head.all h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 1rem;
  margin: 0;
  position: relative;
}
.head.all h1:before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -6px;
  height: 4px;
  width: 120px;
  background-image: linear-gradient(90deg, rgba(255,255,255, 0.07) 50%, transparent 50%),linear-gradient(90deg, rgba(255,255,255, 0.13) 50%, transparent 50%),linear-gradient(90deg, transparent 50%, rgba(255,255,255, 0.17) 50%),linear-gradient(90deg, transparent 50%, rgba(255,255,255, 0.19) 50%);;
  background-size: 13px, 29px, 37px, 53px;
  background-color: #c8b077;
}
@media (max-width: 768px) {
  .head.all h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .head.all h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 450px) {
  .head.all h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 398px) {
  .head.all h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 350px) {
  .head.all h1 {
    font-size: 1.2rem;
  }
}
.head.all h2 {
  font-size: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
.head.all .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 1.7rem 0 2rem -0.6rem;
  padding: 0;
  color: inherit;
  opacity: 0.9;
  font-weight: 500;
}
.head.all .breadcrumb li {
  position: relative;
  padding: 0 6px;
  list-style: none;
  color: #c8c8c8;
}
.head.all .breadcrumb li a {
  color: #c8b077;
  text-indent: 0.2rem;
  border: none !important;
}
.head.all .breadcrumb li a:hover {
  color: #FFFFFF;
}
.head.all .breadcrumb li:before {
  content: "/";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0.8;
  font-size: 0.7rem;
}
.head.all .breadcrumb li:last-child:before {
  display: none;
}

.separ {
  border-top: solid 1px #FFFFFF;
}
.separ.contact {
  border-top: solid 1px #3a3330;
}

.pageSection {
  background-color: #FFFFFF;
  padding: 1rem 0;
}
.pageSection .container ul li {
  line-height: 1.6;
  margin: 0.2rem 0;
}
.pageSection .container h4 {
  text-transform: initial;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 1.1rem;
}
.pageSection .container .top-title {
  text-align: center;
  font-size: 2rem;
  margin: 1rem 1rem 2rem 1rem;
}
@media (max-width: 740px) {
  .pageSection .container .top-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 460px) {
  .pageSection .container .top-title {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.pageSection .container .top-title strong {
  margin-top: 0.4rem;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 740px) {
  .pageSection .container .top-title strong {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 460px) {
  .pageSection .container .top-title strong {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

.hslider {
  position: relative;
  margin: 1rem 0 2.5rem 0;
}
.hslider .hsdots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.gallery-inline > a {
  display: none;
  width: 360px;
  height: 240px;
  max-width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 0.4rem 0.8rem 0.4rem;
  border-radius: 10px;
  text-decoration: none;
  border: none;
}
.gallery-inline > a:nth-of-type(1), .gallery-inline > a:nth-of-type(2), .gallery-inline > a:nth-of-type(3) {
  display: block;
}
.gallery-inline > a > span {
  position: absolute;
  right: 50%;
  transform: translateX(50%) translateY(50%) scale(1, 1);
  bottom: 50%;
  width: 360px;
  height: 240px;
  background-size: cover;
  transition-duration: 0.5s;
}
.gallery-inline > a:hover {
  border-radius: 5px;
}
.gallery-inline > a:hover > span {
  transform: translateX(50%) translateY(50%) scale(1.1, 1.1);
}
.gallery-inline.more > a {
  display: block;
}
.gallery-inline:after {
  clear: both;
  display: block;
  width: 100%;
  content: "";
}

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

.icon {
  display: inline-block;
  width: 1.06rem;
  height: 1.06rem;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 0.15rem;
  margin-right: 0.34rem;
}
.icon-area {
  background-image: url("../assets/img/icons/area.png");
}
.icon-time {
  background-image: url("../assets/img/icons/time.png");
}
.icon-floor {
  background-image: url("../assets/img/icons/floor.png");
}
.icon-attic {
  background-image: url("../assets/img/icons/attic.png");
}

.catalog-gallery a {
  border-bottom: inherit !important;
}

.footer {
  color: #FFFFFF;
}
.footer__block-content {
  padding: 2.5rem 0;
  line-height: 1rem;
  font-size: 0.8rem;
}

.sb-modal {
  display: none;
  position: fixed;
  right: 100%;
  bottom: 100%;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%) translateY(100%);
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.sb-modal-opened {
  overflow: hidden !important;
}
.sb-modal-close {
  color: #FFFFFF;
  position: fixed;
  top: 0.6rem;
  right: 0.5rem;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  transition-duration: 1s;
}
.sb-modal-close:hover {
  color: #c8c8c8;
}
.sb-modal-overlay {
  position: fixed;
  right: 100%;
  bottom: 100%;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%) translateY(100%);
}
.sb-modal-content {
  padding: 2rem;
  background-color: #FFFFFF;
  position: fixed;
  right: 50%;
  bottom: 50%;
  width: 85%;
  max-width: 800px;
  max-height: 85%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(50%) translateY(50%);
}
.sb-modal-content h2 {
  margin: 3rem 0 2rem 0;
}
.sb-modal-content .contact-form {
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .sb-modal-content h3 {
    text-align: center;
  }
}
.sb-modal-content .contact-form-control {
  text-align: center;
}

.gifts-popup {
  border-bottom: dashed 1px #FFFFFF;
}
.gifts-popup:hover {
  border-bottom-color: transparent;
}

.feedback {
  background-color: #FFFFFF;
  padding: 2rem 1rem;
}
.feedback .reviews-list {
  list-style: none;
  padding: 0;
  text-align: justify;
}
.feedback .reviews-list li {
  display: inline-block;
  width: 33%;
  height: auto;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 19px 15px 10px 19px;
}
.feedback .reviews-list__visual {
  display: block;
  width: 113px;
  height: 88px;
  float: left;
  margin-right: 15px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
.feedback .reviews-list__visual img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.feedback .reviews-list__wrap {
  padding: 0;
}
.feedback .reviews-list__head .autor-name {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.feedback .reviews-list__text {
  padding: 6px 0;
}
.feedback .reviews-list__text p {
  text-indent: 0;
  font-size: 0.9rem;
  color: #665f5b;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.sb-callback-display-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 16777269;
}
.sb-callback-display-overlay_show {
  display: block;
}
.sb-close-btn {
  word-spacing: normal;
  z-index: auto;
  display: block;
  position: absolute;
  right: 28px;
  top: 24px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  cursor: pointer;
}
.sb-close-btn:before, .sb-close-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #617782;
  position: absolute;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: 0.3s linear, -webkit-box-shadow;
  transition: 0.3s linear, -webkit-box-shadow;
  transition: box-shadow, 0.3s linear;
  transition: box-shadow, 0.3s linear, -webkit-box-shadow;
  cursor: pointer;
}
.sb-close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 9px;
  top: 0;
}
.sb-close-btn:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -9px;
  top: 0;
}
.sb-catcher-form__title {
  margin-bottom: 27px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  display: block;
  top: 0;
  opacity: 1;
}
.sb-catcher-form-wrapper {
  display: block;
  position: fixed;
  -webkit-box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.4);
  padding: 37px 60px 17px;
  width: 646px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  left: 110%;
  top: -100%;
  z-index: 16777271;
  background: #fff url(data:image/svg+xml;base6;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTUxcHgiIGhlaWdodD0iMjg0cHgiIHZpZXdCb3g9IjAgMCAxNTEgMjg0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OC4yICg0NzMyNykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+em5ha0AyeDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJGb3Jtcy1wb3B1cCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM5Ny4wMDAwMDAsIC0zNTUuMDAwMDAwKSIgb3BhY2l0eT0iMC4zMTc1Mzg0OTYiPgogICAgICAgIDxnIGlkPSJQb3BVcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzk3LjAwMDAwMCwgMzU1LjAwMDAwMCkiIGZpbGw9IiNFREVERUQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJ6bmFrIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0tNzIuNDU2MjI4MiwxNjAuMjUxNTA5IEMtNjYuMTcwMDkxOCwxNjcuOTk4NTA4IC00Ni4xNjA2OTk5LDE2My42MDExNjMgLTQ2LjE2MDY5OTksMTcxLjAwODc3IEMtNDYuMTYwNjk5OSwxNzYuOTExMjQ2IC01MC4xNTk2MjcsMTg0LjQwNzM5IC01MC4xNTk2MjcsMTkwLjU0NTk2NCBDLTUwLjEwMDYwMjMsMjA5LjA5NDQ5MyAtMjkuNjMzNzY4NSwyMjIuMzc1MDYzIC0yOC45NDAyMjc2LDI0MS41NTgxMDggQy0yOC4yNDY2ODY4LDI2MC43NDExNTQgLTI0LjAyNjQxNjgsMjgzLjUwOTk1MyAwLjQ4MzYxMjcwNCwyODMuNTY4OTc4IEMyNC45OTM2NDIyLDI4My42MjgwMDMgMjkuMjEzOTEyMiwyNjAuODczOTYgMjkuOTA3NDUzLDI0MS41NTgxMDggQzMwLjYwMDk5MzksMjIyLjI0MjI1NyA1MS4xMjY4NTI0LDIwOS4wOTQ0OTMgNTEuMTI2ODUyNCwxOTAuNDg2OTM5IEM1MS4xMjY4NTI0LDE4NC4zMzM2MDkgNDcuMTI3OTI1MywxNzYuODk2NDg5IDQ3LjEyNzkyNTMsMTcwLjk0OTc0NSBDNDcuMTI3OTI1MywxNjMuNTcxNjUxIDY3LjEzNzMxNzIsMTY3Ljk5ODUwOCA3My40MjM0NTM2LDE2MC4xOTI0ODQgTDY4LjE4NTAwNjYsMTUyLjAxNzU1NSBDNTQuMTk2MTM5NywxNjAuNTc2MTQ1IDM1LjMwODIxODEsMTUyLjY2NjgyOCAzNS4zMDgyMTgxLDE3MS42ODc1NTUgQzM1LjMwODIxODEsMTc3Ljg4NTE1NCAzOS42NDY1Mzc2LDE4My4yODU5MTkgMzkuNjQ2NTM3NiwxOTAuNDg2OTM5IEMzOS42NDY1Mzc2LDIwNS45NjYxODEgMTkuNzY5OTUxNCwyMTYuNDU3ODMxIDE4LjYwNDIxMjUsMjQzLjYwOTIxOSBDMTcuNzE4ODQxMSwyNjQuMjY3ODgzIDEyLjI4ODU2MzcsMjczLjEyMTU5NiAwLjQ5ODM2ODg5MywyNzMuMjI0ODkgQy0xMS4yOTE4MjU5LDI3My4zMjgxODMgLTE2Ljc1MTYxNTcsMjY0LjI4MjYzOSAtMTcuNjM2OTg3MSwyNDMuNjIzOTc1IEMtMTguNzg3OTY5OCwyMTYuNTE2ODU2IC0zOC42NzkzMTIyLDIwNi4wMTA0NSAtMzguNjc5MzEyMiwxOTAuNTAxNjk1IEMtMzguNjc5MzEyMiwxODMuMzAwNjc1IC0zNC43Mzk0MDk4LDE3Ny45Mjk0MjMgLTM0LjczOTQwOTgsMTcxLjczMTgyMyBDLTM0LjczOTQwOTgsMTUyLjY5NjM0IC01My4yMjg5MTQzLDE2MC41OTA5MDEgLTY3LjIwMzAyNSwxNTIuMDMyMzExIEwtNzIuNDU2MjI4MiwxNjAuMjUxNTA5IFogTS0xMDMuNjk1MDgsMTI0LjIxNjg5NiBDLTk4LjI1MDA0NjEsMTM3LjMyMDM5MSAtODQuNTEyMDM0NCwxNTMuMTA5NTEzIC03My43MTA1MDQyLDE1OS42MzE3NDkgTC02OC43NjcxODEsMTUxLjU0NTM1NyBDLTc2LjQyNTY0MywxNDguMjEwNDU5IC04NS45NDMzODQ3LDEzNi43ODkxNjggLTkwLjEwNDYyOTksMTMwLjI4MTY4OSBDLTg3LjI5MDgyNDcsMTI5LjY1NjYxMSAtODQuNDEzMzA1MSwxMjkuMzY0NDAyIC04MS41MzEyODQzLDEyOS40MTEwNzQgQy03NC42NTQ5MDAzLDEyOS40MTEwNzQgLTY1Ljk3ODI2MTQsMTMwLjU2MjA1NyAtNjAuMzI2NjQxMSwxMzMuNjkwMzY5IEMtNDYuMzk2Nzk4OSwxMzUuMTY1OTg4IC0yMS45NjA1NTA0LDE1NS45MTMxODkgMC40ODM2MTI3MDQsMTU1LjkxMzE4OSBDMjIuOTI3Nzc1OCwxNTUuOTEzMTg5IDQ3LjM2NDAyNDMsMTM1LjI1NDUyNSA2MS4yOTM4NjY1LDEzMy42OTAzNjkgQzY2Ljk0NTQ4NjgsMTMwLjU2MjA1NyA3NS42MjIxMjU3LDEyOS40MTEwNzQgODIuNDk4NTA5NywxMjkuNDExMDc0IEM4NS4zNzgyMSwxMjkuMzQ1MDIyIDg4LjI1NTcwMywxMjkuNjE3NDE4IDkxLjA3MTg1NTMsMTMwLjIyMjY2NSBDODYuODk1ODUzOSwxMzYuNzg5MTY4IDc3LjM3ODExMjIsMTQ4LjE1MTQzNCA2OS43MTk2NTAyLDE1MS41NDUzNTcgTDc0LjY2Mjk3MzUsMTU5LjY3NjAxNyBDODUuNDk0MDE2LDE1My4xODMyOTQgOTkuMjAyNTE1MywxMzcuNDA4OTI4IDEwNC42NDc1NDksMTI0LjI2MTE2NCBDOTYuNzY3MDgwNywxMjEuNjIxMjY4IDg4LjUyMTcyMTgsMTIwLjIzMjEwNCA4MC4yMTEzMDA0LDEyMC4xNDQxODggQzcyLjg0NjkyOTEsMTIwLjA4NDk1OCA2NS41NDA4MjMsMTIxLjQ1Mjk3NCA1OC42OTY3NzczLDEyNC4xNzI2MjcgQzU3LjYxOTU3NTUsMTI0LjYxNTMxMyA1Ni42NDU2NjcsMTI1LjMzODM2NiA1NS41ODMyMjE0LDEyNS44Njk1ODkgQzU0LjkzMzk0OTEsMTIwLjUxMzA5MiAyMS4zMDQ1OTUsMTQ1LjI0NDQ2NSAwLjQ5ODM2ODg5MywxNDUuMjQ0NDY1IEMtMjAuMzA3ODU3MiwxNDUuMjQ0NDY1IC01My45NTE5Njc1LDEyMC41MTMwOTIgLTU0LjU4NjQ4MzYsMTI1Ljg2OTU4OSBDLTU1LjY0ODkyOTIsMTI1LjMyMzYxIC01Ni42MjI4Mzc3LDEyNC42MDA1NTcgLTU3LjcwMDAzOTUsMTI0LjE3MjYyNyBDLTY0LjU0NDA4NTIsMTIxLjQ1Mjk3NCAtNzEuODUwMTkxMywxMjAuMDg0OTU4IC03OS4yMTQ1NjI2LDEyMC4xNDQxODggQy04Ny41Mzc1MDUxLDEyMC4yMTMyMDQgLTk1Ljc5ODA5ODksMTIxLjU4NzQ4IC0xMDMuNjk1MDgsMTI0LjIxNjg5NiBaIE0xMjQuNjI3NDI5LDE3OS4zNjA3NzMgQzEzNi4xMjI1LDE3NC4yNDAzNzUgMTQ1LjI4NjA5MywxNjUuOTYyMTU0IDE1MC4xMjYxMjMsMTU0Ljk4MzU0OSBDMTUxLjgyMzA4NCwxNTEuMTE3NDI4IDE1MC44MTk2NjQsMTQ5LjM0NjY4NSAxNDcuODI0MTU3LDE0Ny42MDU0NTUgQzE0NS4zNTk4NzQsMTQ2LjEyOTgzNiAxNDMuMDEzNjQsMTQ1LjE4NTQ0IDE0MC4zMTMyNTcsMTUwLjI3NjMyNSBDMTM2LjA4MjA1MywxNTguNTc1NTM1IDEyOS4xMzQ1NDYsMTY1LjE3NDEwNCAxMjAuNjI4NTAxLDE2OC45NzI0MTYgQzExNS4yOTY4NzcsMTcxLjY3Mzc4MiAxMDkuNDI3NjkzLDE3My4xNDYxMiAxMDMuNDUyMjk4LDE3My4yODEyMjMgQzg2LjM3OTM4NzMsMTczLjI4MTIyMyA3NC4zODI2MDU5LDE1OC45MzgyMDggNjUuNjQ2OTQyMiwxMzkuODQzNyBDNjIuODM2MTU4MiwxMzMuOTg5NTk0IDYxLjMyNTk1NTEsMTI3LjU5NjQwMSA2MS4yMjAwODU1LDEyMS4xMDMzNCBDNjEuMjIwMDg1NSw5OS4xNDYxMzEgODAuNzcyMDM1Niw4NC4wOTQ4MTg1IDEwMy44MzU5NTksODMuODczNDc1NyBDMTA5LjA1OTY0OSw4My44NzM0NzU3IDExMC4yMjUzODgsODEuNzkyODUzMSAxMTAuMjI1Mzg4LDc5LjA3NzcxNDMgQzExMC4yMjUzODgsNzUuMDE5NzYyNCAxMDcuNDY1OTgxLDczLjQ4NTExODggMTAzLjQzNzU0MSw3My40ODUxMTg4IEM5MS4yOTMxOTgyLDczLjQ4NTExODggODUuMTI1MTExMyw3NS43ODcwODQzIDgyLjg2NzQxNDQsNzcuNDM5Nzc3NCBMODYuODA3MzE2OCw4MS40ODI5NzMxIEM5MC44NTA1MTI1LDc0LjgyNzkzMiA5NS4xNTkzMTk2LDY1LjcyMzM2MzUgOTUuMTU5MzE5Niw1Ni40NzEyMzMyIEM5NS4yMTk1NDEzLDUxLjA3NTk3NjEgOTMuNTc3NTg4Miw0NS43OTkwMDczIDkwLjQ2Njg1MTYsNDEuMzkwNDA4MyBMODkuNDYzNDMwOCw1MC4xNDA4MjgyIEMxMDAuNjYzMzc4LDUwLjAzNzUzNDkgMTA3LjAwODUzOSw0Ny42MDI3NjM4IDExMi45NzAwMzksNDIuMzQ5NTYwNiBDMTE3LjI2NzE5NiwzOC42Njg3NTk4IDEyMC41ODMyNDEsMzMuOTc4NjM0MyAxMjIuNjIwNTg3LDI4LjcwMDA4NiBDMTIzLjc4NjMyNiwyNS43NDg4NDgzIDEyMy40MDI2NjUsMjQuOTk2MjgyNiAxMjAuNjI4NTAxLDIzLjUwNTkwNzYgQzExOC41NzczOTEsMjIuNDEzOTQ5NiAxMTcuNDg1NDMzLDIxLjE3NDQyOTggMTE1LjQzNDMyMywyNS40OTc5OTMxIEMxMTMuNDkzOTk1LDI5LjY5MTU0MzIgMTEwLjc4NjQwNywzMy40ODUxNyAxMDcuNDUxMjI1LDM2LjY4MzE4NDEgQzEwMy45MDk3NCwzOS43NTI0NzE0IDEwMC4zOTc3NjcsNDEuMzMxMzgzNiA5Ni43OTcyNTY2LDQxLjMzMTM4MzYgQzkyLjA5MDAzMjQsNDEuMzMxMzgzNiA4Ny4yMjA0OTAxLDM4LjY0NTc1NzIgODEuODc4NzQ5OCwzMy4wODI2NzQxIEwxMDAuMjUwMjA1LDE3LjEwMTcyMTcgQzEwMS44NTg2MjksMTUuNjk5ODgzNyAxMDEuNTMzOTkzLDE0LjM0MjMxNDQgOTkuODUxNzg3NiwxMi4zMDU5NjAzIEM5Ny44MzAxODk4LDkuODQxNjc2ODEgOTYuNjIwMTgyMyw5Ljc4MjY1MjA2IDk1LjA1NjAyNjMsMTEuMTEwNzA5IEw3Ni42ODQ1NzEzLDI2LjczNzUxMjkgQzcyLjkwNjk4NywyMS44MjM3MDIxIDcxLjIxMDAyNTMsMTcuNDcwNjI2NCA3MS4yMTAwMjUzLDEzLjYxOTI2MTEgQzcxLjIxMDAyNTMsOS4yNjYxODU0NSA3My4zNjQ0Mjg5LDUuNTYyMzgyMDggNzcuMTEyNTAwOCwyLjM2MDI4OTEyIEM4MC4zNzYxNjQyLC0wLjMxNjI3ODI5MiA4NC4xOTgyMzk5LC0yLjIyNzMxNjE0IDg4LjI5NzY5MTksLTMuMjMyMzA2NDEgQzkxLjMyMjcxMDUsLTQuMTYxOTQ2MyA5Mi40MTQ2Njg1LC0zLjkyNTg0NzI4IDkyLjQxNDY2ODUsLTQuODQwNzMwOTggQzkyLjIxOTI1MjYsLTUuOTA2MDE0MDQgOTEuOTE3NzA3MiwtNi45NDkwNjQyNCA5MS41MTQ1NDEsLTcuOTU0Mjg2OCBDOTEuMTAxNjk4LC05LjczMDM3MDc1IDg5LjUxNjExMjYsLTEwLjk4NTM3MDggODcuNjkyNjg4MSwtMTAuOTc5MzA1NSBDODcuMjI1NzQxMywtMTAuOTc2NzY0MyA4Ni43NjA1MjM5LC0xMC45MjIzMjQgODYuMzA1NjA2NCwtMTAuODE2OTg3NCBDODAuNjAzMTg2LC05LjUwMzkzNTczIDc1LjI3NDQyMjMsLTYuOTEwMjAwMzcgNzAuNzIzMDcxMSwtMy4yMzIzMDY0MSBDNjQuNjI4NzY1MSwxLjkzMjM1OTY1IDYxLjU3NDIzNDEsOC4wMjY2NjU2IDYxLjU3NDIzNDEsMTQuNTkzMTY5NiBDNjEuNzMyMzI0MiwxOS42MjA5NzEyIDYzLjI2MzIyODQsMjQuNTA5NjU4NiA2Ni4wMDEwOTA3LDI4LjcyOTU5ODQgQzY0LjU0MTE3NjUsMjguNDU4NjU5NSA2My4wNTkwNjQ5LDI4LjMyNTI2OTUgNjEuNTc0MjM0MSwyOC4zMzExODEzIEM1Ny4xNDczNzc0LDI4LjMzMTE4MTMgNTYuMzY1Mjk5NCwzMC4wODcxNjc4IDU2LjM2NTI5OTQsMzMuMjAwNzIzNiBDNTYuMzY1Mjk5NCwzNS45MzA2MTg1IDU4LjE5NTA2NjgsMzYuNjk3OTQwMyA2MS4xNzU4MTcsMzcuMTExMTEzNiBDNjQuMTU2NTY3MSwzNy41MjQyODY5IDcwLjQ1NzQ1OTcsMzguMjQ3MzQwMSA3NC43NjYyNjY4LDQwLjcxMTYyMzYgQzgwLjY2ODc0MjMsNDQuMDQ2NTIyMyA4My45NTkzNzI0LDQ4Ljc1Mzc0NjUgODMuOTU5MzcyNCw1NS40Njc4MTI0IEM4My43ODY2NDIzLDU5LjkyNjU2MDMgODIuNjk2NTkyNSw2NC4zMDE4Mjk0IDgwLjc1NzI3OTQsNjguMzIwNDUyOCBMNTYuNzkzMjI4OSw1NC43NDQ3NTkxIEM1NC44MTU4OTk2LDUzLjU3OTAyMDIgNTMuMTkyNzE4OSw1NC41OTcxOTcyIDUxLjUxMDUxMzMsNTcuMTA1NzQ5MyBDNDkuNDc0MTU5Myw2MC4yNDg4MTc1IDUwLjIxMTk2ODcsNjEuNDQ0MDY4OCA1Mi4zMDczNDc1LDYyLjY5ODM0NDkgTDc1LjkxNzI0OTUsNzYuMjc0MDM4NSBDNzAuNDcyMjE1OSw4NC44MzI2MjggNjQuNDY2NDQ3MSw4OC44OTA1Nzk5IDU4LjAzMjc0ODgsODguODkwNTc5OSBDNTQuNDcyMDQ0LDg4LjgxMTEzNDcgNTAuOTk1NDE1Niw4Ny43OTMwODgzIDQ3Ljk1NDI3MTksODUuOTM5MzQyMSBDNDMuMTE0MjQyLDgzLjE1MDQyMjQgNDAuMDU5NzEwOSw3OS41OTQxODEgMzYuNzY5MDgwOCw3NS4xNTI1NjgxIEMzNC44OTUwNDQ4LDcyLjYyOTI1OTkgMzMuNjcwMjgxMiw3MS43NzM0MDA5IDMwLjc3ODA2ODIsNzQuMzU1NzM0IEMyOS40Nzk1MjM2LDc1LjUyMTQ3MjkgMjcuODI2ODMwNCw3Ny4xMTUxNDEyIDI5LjU4MjgxNjksODAuMzQ2NzQ2NiBDMzMuMTI0MzQzMyw4Ni4xNDY2MjcxIDM4LjA3MzA3NjIsOTAuOTU4MzE4MiA0My45NzAxMDA5LDk0LjMzNTYxMzUgQzQ5LjE1NDM3MzQsOTcuMTcwODQwNiA1NC45NzE4MTM4LDk4LjY0ODA0NCA2MC44ODA2OTMyLDk4LjYyOTY2NDQgQzYzLjM4ODEwMTUsOTguNTc2MDc0MyA2NS44OTA2MzIxLDk4LjM4Mzk1MDkgNjguMzc2ODM3MSw5OC4wNTQxNzMxIEw2MC40Njc1MTk5LDkzLjE1NTExODQgQzU1LjcxNjAyNzEsOTYuNDQ1NzQ4NSA1MC4zNzQyODY4LDEwNy4zMzU4MTYgNTAuMzc0Mjg2OCwxMTkuOTM3NjAxIEM1MC4zNzE4NTUxLDEyMy4xMTQ3MiA1MC43MjMyNTA1LDEyNi4yODIyMjggNTEuNDIxOTc2MiwxMjkuMzgxNTYyIEM1My42OTU3MTUyLDE0MC4yMTM3NDcgNTcuOTQ3NzUyNCwxNTAuNTMzNjkxIDYzLjk2NDczNjYsMTU5LjgyMzU3OSBDNzQuNzk1Nzc5MiwxNzYuOTI2MDAyIDg5LjA1MDI1NzUsMTg0LjE4NjA0NyAxMDMuNTk5ODYsMTg0LjE4NjA0NyBDMTEwLjg2OTU2NCwxODQuMDY3NDY5IDExOC4wMzMzNDQsMTgyLjQyMzU3IDEyNC42Mjc0MjksMTc5LjM2MDc3MyBaIE0tMTIzLjY2MDIwMywxNzkuMzYwNzczIEMtMTE3LjA0MzU1OSwxODIuNDExMjggLTEwOS44NTkwMTYsMTg0LjAzNTIxNyAtMTAyLjU3MzYwOSwxODQuMTI3MDIyIEMtODcuOTUwMjI2NCwxODQuMTI3MDIyIC03My43Njk1MjksMTc2Ljg2Njk3NyAtNjIuOTM4NDg2NSwxNTkuNzY0NTU0IEMtNTYuOTIxNTAyMywxNTAuNDc0NjY2IC01Mi42Njk0NjUsMTQwLjE1NDcyMiAtNTAuMzk1NzI2LDEyOS4zMjI1MzcgQy00OS42OTcwMDA0LDEyNi4yMjMyMDMgLTQ5LjM0NTYwNDksMTIzLjA1NTY5NSAtNDkuMzQ4MDM2NiwxMTkuODc4NTc2IEMtNDkuMzQ4MDM2NiwxMDcuMjc2NzkxIC01NC43MDQ1MzMyLDk2LjM4NjcyMzcgLTU5LjQ0MTI2OTcsOTMuMDk2MDkzNiBMLTY3LjM1MDU4NjksOTcuOTk1MTQ4MyBDLTY0Ljg2NDM4NTEsOTguMzI0OTU2MSAtNjIuMzYxODUyOCw5OC41MTcwNzk2IC01OS44NTQ0NDMsOTguNTcwNjM5NyBDLTUzLjk0NTY0MjcsOTguNTg4Mzc4NyAtNDguMTI4MzU5Myw5Ny4xMTEyMTUyIC00Mi45NDM4NTA3LDk0LjI3NjU4ODcgQy0zNy4wNDY4MjYsOTAuODk5MjkzNCAtMzIuMDk4MDkzMiw4Ni4wODc2MDI0IC0yOC41NTY1NjY3LDgwLjI4NzcyMTggQy0yNi43ODU4MjQxLDc3LjA1NjExNjUgLTI4LjQ1MzI3MzQsNzUuNDQ3NjkxOSAtMjkuNzUxODE4LDc0LjI5NjcwOTIgQy0zMi43MDMwNTU4LDcxLjcxNDM3NjIgLTMzLjg2ODc5NDcsNzIuNTcwMjM1MSAtMzUuNzQyODMwNiw3NS4wOTM1NDM0IEMtMzkuMDMzNDYwNyw3OS41MjA0IC00Mi4wODc5OTE4LDgzLjA5MTM5NzcgLTQ2LjkyODAyMTcsODUuODgwMzE3NCBDLTQ5Ljk2OTE2NTQsODcuNzM0MDYzNSAtNTMuNDQ1NzkzOSw4OC43NTIxMDk5IC01Ny4wMDY0OTg2LDg4LjgzMTU1NTEgQy02My40NTQ5NTMxLDg4LjgzMTU1NTEgLTY5LjQ0NTk2NTcsODQuNzg4MzU5NCAtNzQuODkwOTk5Myw3Ni4yMTUwMTM3IEwtNTEuMjgxMDk3NCw2Mi42MzkzMjAxIEMtNDkuMTg1NzE4Niw2MS4zODUwNDQxIC00OC40NDc5MDkxLDYwLjE4OTc5MjggLTUwLjQ4NDI2MzIsNTcuMDQ2NzI0NiBDLTUxLjY2NDc1ODMsNTUuMjMxNzEzNCAtNTIuODc0NzY1OCw1NC4xOTg3ODAxIC01NC4xNzMzMTA0LDU0LjE5ODc4MDEgQy01NC42OTcwNzU1LDU0LjIxNzUzMDcgLTU1LjIwNjM5OTcsNTQuMzc1NDIxMiAtNTUuNjQ4OTI5Miw1NC42NTYyMjIgTC03OS42MTI5Nzk3LDY4LjIzMTkxNTYgQy04MS41NTIyOTI4LDY0LjIxMzI5MjMgLTgyLjY0MjM0MjYsNTkuODM4MDIzMiAtODIuODE1MDcyNyw1NS4zNzkyNzUyIEMtODIuODE1MDcyNyw0OC43MjQyMzQxIC03OS40NTA2NjE3LDQ0LjAxNzAwOTkgLTczLjYyMTk2NzEsNDAuNjIzMDg2NSBDLTY5LjMxMzE2LDM4LjE1ODgwMyAtNjIuOTY3OTk4OCwzNy40MzU3NDk3IC02MC4wMzE1MTczLDM3LjAyMjU3NjUgQy01Ny4wOTUwMzU3LDM2LjYwOTQwMzIgLTU1LjIyMDk5OTgsMzUuODQyMDgxNCAtNTUuMjIwOTk5OCwzMy4xMTIxODY0IEMtNTUuMjIwOTk5OCwzMi45NjQ2MjQ2IC01NS4yMjA5OTk4LDMyLjgwMjMwNjUgLTU1LjIyMDk5OTgsMzIuNjM5OTg4NCBDLTU1LjQxMjgzMDIsMjkuODIxNTU2NCAtNTYuMjY4Njg5MiwyOC4yMTMxMzE4IC02MC40MTUxNzgyLDI4LjIxMzEzMTggQy02MS45MDAwMDksMjguMjA3MjIgLTYzLjM4MjEyMDYsMjguMzQwNjEgLTY0Ljg0MjAzNDgsMjguNjExNTQ4OSBDLTYyLjEwNDE3MjUsMjQuMzkxNjA5MSAtNjAuNTczMjY4MywxOS41MDI5MjE3IC02MC40MTUxNzgyLDE0LjQ3NTEyMDEgQy02MC40MTUxNzgyLDcuODkzODU5OSAtNjMuNDg0NDY1NSwxLjgxNDMxMDE0IC02OS41NjQwMTUyLC0zLjM1MDM1NTkyIEMtNzQuMTc3OTI4OSwtNi45OTIyNjc4MSAtNzkuNTYzNDMxOCwtOS41MzEwNzU2MyAtODUuMzA4ODY4NiwtMTAuNzcyNzE4OCBDLTg2LjM3OTA0NjgsLTExLjE1MDU1NDggLTg3LjU1OTU2ODksLTExLjA1NDA1NzUgLTg4LjU1NDE4MTUsLTEwLjUwNzQ0MzIgQy04OS41NDg3OTQxLC05Ljk2MDgyODk0IC05MC4yNjMwODU0LC05LjAxNTk4NDAxIC05MC41MTc4MDMyLC03LjkxMDAxODIzIEMtOTEuOTkzNDIyMSwtMy4yMTc1NTAyMiAtOTEuOTkzNDIyMSwtNC42NDg5MDA1MiAtODcuMzAwOTU0MSwtMy4xODgwMzc4NCBDLTgzLjIwMTUwMjEsLTIuMTgzMDQ3NTcgLTc5LjM3OTQyNjQsLTAuMjcyMDA5NzI2IC03Ni4xMTU3NjMsMi40MDQ1NTc2OSBDLTcyLjM5NzIwMzUsNS41OTE4OTQ0NiAtNzAuMjEzMjg3NSw5LjMxMDQ1NDAyIC03MC4yMTMyODc1LDEzLjY2MzUyOTcgQy03MC4yMTMyODc1LDE3LjUxNDg5NSAtNzEuODk1NDkzLDIxLjg2Nzk3MDYgLTc1LjY4NzgzMzUsMjYuNzgxNzgxNSBMLTk0LjEwMzU1NzEsMTEuMTY5NzMzOCBDLTk1LjY2NzcxMzEsOS44NDE2NzY4MSAtOTYuODYyOTY0NCw5LjkwMDcwMTU3IC05OC44OTkzMTg0LDEyLjM2NDk4NTEgQy0xMDAuNTgxNTI0LDE0LjQwMTMzOTEgLTEwMC45MDYxNiwxNS43NTg5MDg1IC05OS4yOTc3MzU1LDE3LjE2MDc0NjQgTC04MC45MjYyODA1LDMzLjE0MTY5ODggQy04Ni4yNTMyNjQ3LDM4LjcwNDc4MiAtOTEuMTIyODA3LDQxLjM3NTY1MjEgLTk1Ljg0NDc4NzMsNDEuMzc1NjUyMSBDLTk5LjQ0NTI5NzQsNDEuMzc1NjUyMSAtMTAyLjk1NzI3LDM5Ljc5NjczOTkgLTEwNi40OTg3NTYsMzYuNzI3NDUyNyBDLTEwOS44MzM5MzgsMzMuNTI5NDM4NSAtMTEyLjU0MTUyNiwyOS43MzU4MTE4IC0xMTQuNDgxODU0LDI1LjU0MjI2MTYgQy0xMTUuNTg4NTY4LDIzLjIyNTU0IC0xMTYuNDE0OTE0LDIyLjUwMjQ4NjcgLTExNy4yNTYwMTcsMjIuNTAyNDg2NyBDLTExOC4xMjkwNjIsMjIuNjcyMjc3OSAtMTE4Ljk1NDc4NCwyMy4wMjk3NTUzIC0xMTkuNjc2MDMyLDIzLjU1MDE3NjEgQy0xMjIuNDY0OTUyLDI1LjAyNTc5NSAtMTIyLjgzMzg1NywyNS43MzQwOTIxIC0xMjEuNjY4MTE4LDI4Ljc0NDM1NDYgQy0xMTkuNjQxMTc2LDM0LjAwMDY1NCAtMTE2LjM0NjI2NCwzOC42NzQzNTk3IC0xMTIuMDc2NTk1LDQyLjM0OTU2MDYgQy0xMDYuMTc0MTE5LDQ3LjU3MzI1MTQgLTk5Ljc1NTE3NzQsNTAuMDA4MDIyNSAtODguNTY5OTg2Myw1MC4wOTY1NTk3IEwtODkuNTg4MTYzMyw0MS4zNjA4OTU5IEMtOTIuNjg2ODc0Niw0NS43ODg4NjcxIC05NC4zMDg0Mjg5LDUxLjA4MjE1NzMgLTk0LjIyMTYwNjYsNTYuNDg1OTg5NCBDLTk0LjIyMTYwNjYsNjUuNzM4MTE5NyAtODkuOTEyNzk5NSw3NC44Mjc5MzIgLTg1Ljg2OTYwMzgsODEuNDk3NzI5MyBMLTgxLjkyOTcwMTQsNzcuNDU0NTMzNiBDLTg0LjE4NzM5ODIsNzUuNzg3MDg0MyAtOTAuMzU1NDg1MSw3My40OTk4NzUgLTEwMi40OTk4MjgsNzMuNDk5ODc1IEMtMTA2LjUyODI2OCw3My40OTk4NzUgLTEwOS4yODc2NzUsNzQuOTc1NDkzOSAtMTA5LjI4NzY3NSw3OS4wOTI0NzA1IEMtMTA5LjI4NzY3NSw4MS44MDc2MDkzIC0xMDguMTIxOTM2LDgzLjgyOTIwNzEgLTEwMi44OTgyNDYsODMuODg4MjMxOSBDLTc5LjgzNDMyMjYsODQuMTA5NTc0NyAtNjAuMjgyMzcyNSw5OS4xNjA4ODcyIC02MC4yODIzNzI1LDEyMS4xMTgwOTYgQy02MC4zODgyNDIxLDEyNy42MTExNTcgLTYxLjg5ODQ0NTIsMTM0LjAwNDM1MSAtNjQuNzA5MjI5MSwxMzkuODU4NDU2IEMtNzMuNDQ0ODkyOSwxNTguOTUyOTY0IC04NS4zNjc4OTMzLDE3My4yOTU5NzkgLTEwMi41MTQ1ODUsMTczLjI5NTk3OSBDLTEwOC40ODk5OCwxNzMuMTYwODc2IC0xMTQuMzU5MTY0LDE3MS42ODg1MzggLTExOS42OTA3ODgsMTY4Ljk4NzE3MiBDLTEyNi45OTUxMDIsMTY1LjUxOTQ2OCAtMTM1LjkyMjU5NiwxNTYuNjk1MjY3IC0xMzkuMzc1NTQ0LDE1MC4zMjA1OTQgQy0xNDAuOTY5MjEyLDE0Ny4zNjkzNTYgLTE0Mi4zMjY3ODIsMTQ2LjM5NTQ0NyAtMTQzLjY1NDgzOSwxNDYuMzk1NDQ3IEMtMTQ0LjY2NjI2MywxNDYuNDg2NzMgLTE0NS42MzcwMjcsMTQ2LjgzNzQyNCAtMTQ2LjQ3MzI3MSwxNDcuNDEzNjI0IEMtMTQ4LjgwNDc0OSwxNDguNzQxNjgxIC0xNTAsMTQ5Ljk4MTIwMSAtMTUwLDE1MS44NDA0ODEgQy0xNDkuOTQ1NTE4LDE1Mi45MzIzODMgLTE0OS42NjkzODQsMTU0LjAwMTc3NCAtMTQ5LjE4ODQxLDE1NC45ODM1NDkgQy0xNDQuNTQwMjEsMTY1LjY4MTc4NiAtMTM0LjgzMDYzOCwxNzQuMzczMTgxIC0xMjMuNjYwMjAzLDE3OS4zNjA3NzMgWiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat left center;
}
.sb-catcher-form-wrapper_show {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sb-catcher-form__header {
  color: #665f5b;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
}
.sb-catcher-form__text {
  color: #665f5b;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
.sb-catcher-form__col_width_284 {
  width: 284px;
  -webkit-flex-basis: 284px;
  -ms-flex-preferred-size: 284px;
  flex-basis: 284px;
}
.sb-catcher-form__col_width_213 {
  width: 213px;
  -webkit-flex-basis: 213px;
  -ms-flex-preferred-size: 213px;
  flex-basis: 213px;
}
.sb-catcher-form__row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.sb-catcher-form-input {
  margin-bottom: 20px;
  z-index: 20;
  width: 100%;
  right: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  display: block;
  left: 0;
  opacity: 1;
}
.sb-catcher-form-input:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: 0 0;
}
.sb-catcher-form-input__label {
  color: #665f5b;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  position: absolute;
  left: 23px;
  top: 19px;
  z-index: 10;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.sb-catcher-form-input__input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  height: 60px;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  line-height: 60px;
  display: block;
  position: relative;
  padding: 0 22px;
  color: #586063;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  text-align: left;
  z-index: 10;
}
.sb-button {
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  display: block;
  right: 0;
  opacity: 1;
  z-index: 0;
}
.sb-button__btn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 60px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  background-color: #82b941;
}
.sb-result-part {
  color: #5b5b5b;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
  padding: 0 40px;
  width: 100%;
  display: none;
}

.sc-caller {
  display: flex;
  padding: 7px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  max-height: 56px;
  bottom: 14px;
  right: 16px;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box;
  direction: ltr;
  text-align: right;
  position: fixed !important;
  z-index: 998 !important;
}
.sc-caller.show .sc-link, .sc-caller.showperm .sc-link {
  overflow: visible;
}
.sc-caption {
  transform: translateX(0px);
  position: relative;
  animation-duration: 0.64s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0.16s;
  animation-fill-mode: backwards;
  animation-name: sc-caption-animation;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 13px;
  flex-shrink: 0;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 5px;
  background: white;
  cursor: pointer;
  margin: 6px 17px auto auto;
  max-width: 172px;
  max-height: 55px;
  display: flex;
  order: 1;
  text-decoration: none !important;
  color: rgb(0, 0, 0) !important;
  text-align: center;
  padding: 7px 10px;
  line-height: 14px;
  font-size: 0.9rem;
}
@media (max-width: 750px) {
  .sc-caption {
    display: none;
  }
}
.sc-link {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  order: 2;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 200;
  display: block;
  border: 0px;
  background-color: rgb(255, 101, 80) !important;
}
.sc-icon {
  animation-duration: 0.4s;
  animation-delay: 0.05s;
  height: 100%;
  width: 100%;
  margin-top: -1px;
  animation-name: sc-icon-animate;
}
.sc-icons {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  box-sizing: border-box !important;
  transform: translateY(0px);
  animation-duration: 0.2s;
  animation-timing-function: ease;
  animation-delay: 0.05s;
  animation-fill-mode: backwards;
  animation-name: sc-sub-animation;
  flex-flow: column-reverse wrap-reverse;
  margin-left: auto;
  height: 832px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  display: inline-flex;
}
.sc-subicon {
  margin: 7px 0;
  -webkit-box-pack: end;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 200;
  display: block;
  border: 0px;
  background-color: rgb(96, 96, 96) !important;
}

@keyframes sc-icon-animate {
  0% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sc-caption-animation {
  0% {
    opacity: 0;
    right: -20px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}
@keyframes sc-sub-animation {
  0% {
    opacity: 0;
    transform: translateY(45px);
    display: block;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    display: block;
  }
}
.shop .category-inner__menu-column {
  display: inline-block;
  width: 260px;
  margin-top: 60px;
  margin-right: 70px;
  text-align: left;
  vertical-align: top;
  border: none !important;
}
@media (max-width: 970px) {
  .shop .category-inner__menu-column {
    margin-right: 0;
    width: auto;
    text-align: center;
  }
}
.shop .category-menu {
  position: relative;
}
.shop .category-menu__subcategory-list {
  padding: 22px 0 2px;
  list-style-type: none;
  display: block;
}
.shop .category-menu__subcategory-item {
  display: inline-block;
  padding: 6px 0;
  color: #9d9390;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
  border: none !important;
}
.shop .category-menu__subcategory-item:hover {
  color: #ef6f2e;
}
.shop .category-menu__subcategory-item-active {
  color: #ef6f2e;
}
.shop .category-menu__category-list {
  padding: 0 0 40px 0;
  list-style-type: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
@media (max-width: 970px) {
  .shop .category-menu__category-list li {
    display: inline-block;
    padding: 0;
  }
  .shop .category-menu__category-list li a {
    padding: 4px 20px;
  }
}
.shop .category-menu__category-title {
  position: relative;
}
.shop .category-menu__item {
  display: block;
  padding-right: 45px;
  color: #9d9390;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.316;
  text-align: left;
  border: none !important;
}
@media (max-width: 970px) {
  .shop .category-menu__item {
    width: auto;
    text-align: center;
  }
}
.shop-container {
  display: inline-block;
  width: calc(100% - 340px);
  margin: 60px auto 0 auto;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 970px) {
  .shop-container {
    width: inherit;
  }
}
.shop-container a {
  border: none;
}
.shop-container a:hover {
  border: none;
}
.shop-item {
  position: relative;
  display: inline-block;
  flex: 0 0 300px;
  width: 300px;
  margin: 0 30px 30px 0;
  vertical-align: top;
  transition: opacity 0.5s ease;
  will-change: opacity;
  cursor: pointer;
}
.shop-item-image-container {
  position: relative;
  width: 100%;
  height: 410px;
  overflow: hidden;
  background-color: #26211e;
  border: solid 1px transparent;
  border-radius: 12px;
}
.shop-item-image-container > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition-duration: 0.3s;
}
.shop-item-add {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 13;
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border: none !important;
}
.shop-item-add:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  left: 0;
  z-index: 1;
  margin: 0 10px;
  color: inherit;
  background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzM5JyBoZWlnaHQ9JzE5JyB2aWV3Qm94PScwIC0xIDM5IDE5Jz48cGF0aCBkPSdNMzkgMThIMjVWNGgzVjNjMC0yLjIgMS44LTQgNC00czQgMS44IDQgNHYxaDN2MTR6TTM1IDMuM2MwLTEuNi0xLjMtMy0zLTNzLTMgMS40LTMgM1Y0aDZ2LS43ek0zOCA1SDI2djEyaDEyVjV6bS0yMyA1SDh2N0g3di03SDBWOWg3VjJoMXY3aDcnIGZpbGw9JyNmZmYnIGZpbGwtcnVsZT0nZXZlbm9kZCcvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 0;
  content: "";
}
.shop-item-add:after {
  background-color: #ef6f2e;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  border-radius: 17.5px;
  transform: scale(0);
  transition: transform 0.3s ease-out;
  content: "";
}
.shop-item:hover .shop-item-add:after {
  transform: scale(1);
}
.shop-item:hover .shop-item-image-container > span {
  transform: scale(115%, 115%);
}
.shop-item-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.shop-item__card-footer {
  position: relative;
  padding-bottom: 5px;
  color: #FFFFFF;
  text-align: left;
}
.shop-item__title {
  position: relative;
  display: block;
  max-height: 4.5em;
  margin-top: 18px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
}
.shop-item__title span {
  display: block;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.3px;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.shop-item__title-price {
  display: inline-flex;
  flex-wrap: wrap;
  grid-gap: 9px;
  gap: 9px;
  padding-top: 1px;
  color: #9d9390;
  font-weight: 500;
  font-size: 14px;
  font-family: Akzidenz, Helvetica, Arial, sans-serif;
  line-height: 1.79;
  text-align: left;
}

.mb-characters table {
  max-width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.mb-characters table tbody, .mb-characters table thead {
  min-width: 800px;
}
.mb-characters table tr {
  background: white;
  border-bottom: 1px solid;
}
.mb-characters table tr th, .mb-characters table tr td {
  padding: 10px 20px;
}
@media (max-width: 800px) {
  .mb-characters table thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .mb-characters table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .mb-characters table tr td {
    border: 1px solid;
    margin: 0 -1px -1px 0; /* Удаляем двойную границу */
    width: 50%;
  }
}

.shopit {
  display: block;
}
.shopit-block {
  display: block;
  clear: both;
  border-bottom: 15px red;
  text-align: center;
}
.shopit-price {
  font-size: 30px;
  color: #000;
  line-height: 36px;
  font-weight: 700;
}
.shopit-measure {
  color: #263238;
}
.shopit-measure:before {
  content: "/";
  padding-right: 0.2em;
}
.shopit-amount, .shopit-basket {
  display: inline-table;
  margin-top: 24px;
}
.shopit-amount-btn-minus, .shopit-amount-btn-plus, .shopit-basket-btn-minus, .shopit-basket-btn-plus {
  border: none !important;
  position: relative;
  text-decoration: none;
  width: 36px;
  min-width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: 400;
}
.shopit-amount-btn-minus:after, .shopit-amount-btn-minus:before, .shopit-basket-btn-minus:after, .shopit-basket-btn-minus:before {
  position: absolute;
  width: 36px;
  min-width: 36px;
  height: 36px;
  text-align: center;
  display: block;
  line-height: 36px;
}
.shopit-amount-btn-minus:before, .shopit-basket-btn-minus:before {
  content: "";
  background-color: #f1f6f7;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.shopit-amount-btn-minus:after, .shopit-basket-btn-minus:after {
  content: "-";
  color: #78909c;
}
.shopit-amount-btn-minus:hover:after, .shopit-basket-btn-minus:hover:after {
  color: #ef6f2e;
}
.shopit-amount-btn-plus:after, .shopit-amount-btn-plus:before, .shopit-basket-btn-plus:after, .shopit-basket-btn-plus:before {
  position: absolute;
  width: 36px;
  min-width: 36px;
  height: 36px;
  text-align: center;
  display: block;
  line-height: 36px;
}
.shopit-amount-btn-plus:before, .shopit-basket-btn-plus:before {
  content: "";
  background-color: #f1f6f7;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.shopit-amount-btn-plus:after, .shopit-basket-btn-plus:after {
  content: "+";
  color: #78909c;
}
.shopit-amount-btn-plus:hover:after, .shopit-basket-btn-plus:hover:after {
  color: #ef6f2e;
}
.shopit-amount-btn-disabled, .shopit-basket-btn-disabled {
  color: #ced9db;
  cursor: default;
}
.shopit-amount-input, .shopit-basket-input {
  width: 76px !important;
  height: 36px !important;
  padding: 0 !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #263238 !important;
  text-align: center !important;
  line-height: 19px !important;
  border: none !important;
  -webkit-appearance: none !important;
  background: #f1f6f7 !important;
}
.shopit-amount-measure, .shopit-basket-measure {
  padding: 0 16px 0 12px;
  color: #263238;
  white-space: nowrap;
}
.shopit-amount-btn-minus, .shopit-amount-btn-plus, .shopit-amount-input, .shopit-amount-measure, .shopit-basket-btn-minus, .shopit-basket-btn-plus, .shopit-basket-input, .shopit-basket-measure {
  display: table-cell;
  vertical-align: baseline;
}
.shopit-buy {
  display: table-cell;
  padding: 18px 32px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: Akzidenz, Helvetica, Arial, sans-serif;
  line-height: 15px;
  letter-spacing: 1.4px;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  border-radius: 27.5px;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #ef6f2e;
  border-color: #ef6f2e;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  box-shadow: none;
  position: absolute;
  transform: translateY(-10px);
}
.shopit-buy:hover {
  background-color: transparent;
  color: #13110f;
}

#shop-empty {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 260px;
}
#shop-widget {
  position: fixed;
  right: 27px;
  bottom: 80px;
  cursor: pointer;
  transition-duration: 0.3s;
}
#shop-widget:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
#shop-widget i {
  color: #ef6f2e;
  font-size: 3.2rem;
}
#shop-widget span {
  position: absolute;
  right: 8%;
  bottom: 64%;
  background-color: #FFFFFF;
  color: #13110f;
  line-height: 1.1rem;
  height: 1.1rem;
  width: 1.1rem;
  font-size: 0.6rem;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 5px -2px #665f5b;
  box-shadow: 0px 0px 5px -2px #665f5b;
}
#shop-list {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#shop-close {
  position: absolute;
  right: 4%;
  top: calc(4% + 7px);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 2rem;
  color: #FFFFFF;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 970px) {
  #shop-close {
    top: 8px;
    right: 5px;
  }
}
#shop-close i {
  text-shadow: black 3px 0 0;
}
#shop-content {
  position: absolute;
  left: 4%;
  top: 4%;
  width: 92vw;
  height: 92vh;
  background-color: #FFFFFF;
}
@media (max-width: 970px) {
  #shop-content {
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
  }
}
#shop-body {
  position: relative;
  padding: 60px 10px 10px 10px;
  overflow: hidden;
  max-height: 100%;
  height: 100%;
}
#shop-body:before {
  content: "Готовые к заказу";
  display: block;
  background-color: #13110f;
  color: #FFFFFF;
  text-align: center;
  height: 46px;
  line-height: 40px;
  border-bottom: solid 5px #ef6f2e;
  width: 240px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
#shop-body:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #13110f;
  height: 46px;
  z-index: 1;
}
#shop-body-content {
  max-height: 100%;
  overflow: auto;
}
#shop-order {
  text-align: center;
}
#shop-order:before {
  content: "Оформление заказа";
  display: block;
  background-color: #13110f;
  color: #FFFFFF;
  text-align: center;
  height: 46px;
  line-height: 40px;
  border-bottom: solid 5px #ef6f2e;
  width: 240px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
#shop-order:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #13110f;
  height: 46px;
  z-index: 1;
}
#shop-order-content {
  max-height: 100%;
  overflow: auto;
}
#shop-order .contact-form {
  margin: 160px auto 60px auto;
}
#shop-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#shop-loading i {
  font-size: 24px;
}

.bag-block {
  display: block;
  max-width: 1176px;
  clear: both;
  width: 100%;
  margin: 20px auto;
  text-align: right;
}
@media (max-width: 970px) {
  .bag-block {
    text-align: center;
  }
}
.bag-items {
  display: table;
  max-width: 1176px;
  clear: both;
  width: 100%;
  margin: 20px auto;
  border: solid 2px #f1f6f7;
  border-radius: 5px;
}
.bag-items a {
  border: none;
}
.bag-items a:hover {
  color: #ef6f2e;
}
.bag-item {
  display: table-row;
}
.bag-header {
  white-space: nowrap;
  line-height: 48px;
  background-color: #f1f6f7;
  color: #13110f;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 970px) {
  .bag-header {
    display: none !important;
  }
}
@media (max-width: 970px) {
  .bag-qty {
    text-align: center;
  }
}
.bag-cell {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 970px) {
  .bag-cell {
    padding: 10px;
    display: block;
    text-align: center !important;
  }
}
.bag-cell-image {
  width: 122px;
  text-align: center;
}
@media (max-width: 970px) {
  .bag-cell-image {
    width: auto;
    padding: 10px;
    display: block;
    text-align: center !important;
  }
}
.bag-cell-image img {
  width: auto;
  height: auto;
  max-width: 122px;
  max-height: 122px;
}
.bag-cell .shopit-basket {
  margin-top: 0;
}
.bag-price, .bag-cost, .bag-costh, .bag-summ {
  white-space: nowrap;
  text-align: right;
}
.bag-cost {
  font-size: 1.4rem;
}

.ambiance-success {
  border-color: #ef6f2e;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
