@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"); }

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

html {
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #27271b; }

a {
  text-decoration: none;
  color: #666; }

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

h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

ul[class],
ol[class] {
  padding: 0;
  list-style: none; }

input,
button,
textarea,
select {
  font: inherit; }

button {
  border: 0;
  padding: 0;
  background-color: transparent; }
  button:hover {
    cursor: pointer; }

[hidden] {
  display: none !important; }

.icon {
  display: inline-block; }

.title_bd {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #27271b;
  display: flex;
  flex-direction: column; }
  .title_bd:after {
    position: relative;
    content: '';
    width: 165px;
    height: 3px;
    background-image: repeating-linear-gradient(90deg, #dbdbdb 0 67px, #f7c51e 68px 97px, #dbdbdb 98px 150px);
    margin: 20px auto 40px; }
  .title_bd--black:after {
    background-image: repeating-linear-gradient(90deg, #27271b 0 67px, #f7c51e 68px 97px, #27271b 98px 150px); }

section {
  position: relative;
  padding: 60px 0; }

.clear {
  clear: both; }

@media (max-width: 1000px) {
  .title_bd {
    font-size: 32px; }
  section {
    padding: 46px 0; } }

@media (max-width: 800px) {
  .title_bd {
    font-size: 26px; }
  section {
    padding: 32px 0; }
  .title_bd:after {
    margin: 16px auto 30px; } }

@media (max-width: 600px) {
  .title_bd {
    font-size: 22px; }
  section {
    padding: 24px 0; }
  .title_bd:after {
    margin: 12px auto 24px; } }

@media (max-width: 400px) {
  .title_bd {
    font-size: 18px; } }

.wrap,
.wrap_p {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto; }

.wrap_p {
  padding-left: 15px;
  padding-right: 15px; }

.wrap__block-1,
.wrap__block-2,
.wrap__block-3,
.wrap__block-4,
.wrap__block-5,
.wrap__block-6,
.wrap__block-7,
.wrap__block-8,
.wrap__block-9,
.wrap__block-10,
.wrap__block-11,
.wrap__block-12,
.wrap__block,
.wrap__block-auto {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 15px; }
  .wrap__block-1 .cart,
  .wrap__block-2 .cart,
  .wrap__block-3 .cart,
  .wrap__block-4 .cart,
  .wrap__block-5 .cart,
  .wrap__block-6 .cart,
  .wrap__block-7 .cart,
  .wrap__block-8 .cart,
  .wrap__block-9 .cart,
  .wrap__block-10 .cart,
  .wrap__block-11 .cart,
  .wrap__block-12 .cart,
  .wrap__block .cart,
  .wrap__block-auto .cart {
    display: flex;
    flex-direction: column;
    width: 100%; }

.wrap__block {
  flex-basis: 0;
  flex-grow: 1; }

.wrap__block-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.wrap__block-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.wrap__block-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.wrap__block-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.wrap__block-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.wrap__block-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.wrap__block-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.wrap__block-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.wrap__block-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.wrap__block-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.wrap__block-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.wrap__block-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.wrap__block-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 5, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#f2c437; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.slider_wr {
  background-color: #e5e3e4; }

.slider_index {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.swiper-container {
  height: 100%;
  width: 100%; }

.sl-index .swiper-button-prev,
.sl-index .swiper-button-next {
  color: #fff; }

.sl-index .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1; }
  .sl-index .swiper-pagination-bullet-active {
    border: 2px solid #f7c51e; }

.sw_text_block {
  position: absolute;
  z-index: 1000;
  top: 15%;
  left: 50%;
  width: 30%; }
  .sw_text_block p {
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    color: #f7c51e;
    text-transform: uppercase;
    padding-bottom: 64px; }
    .sw_text_block p span {
      font-size: 48px;
      color: #fff; }
  .sw_text_block a {
    background-color: #f7c51e;
    color: #3d3d3d;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 80px;
    border-radius: 3px;
    transition: all 0.4s; }
    .sw_text_block a:hover {
      background-color: #3d3d3d;
      color: #fff; }

.sl-index .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, #000 40%, transparent);
  opacity: 0.65; }

@media (max-width: 1600px) {
  .sw_text_block p {
    font-size: 56px;
    padding-bottom: 46px; }
    .sw_text_block p span {
      font-size: 42px; }
  .sw_text_block a {
    padding: 16px 60px; } }

@media (max-width: 1400px) {
  .sw_text_block p {
    font-size: 40px;
    padding-bottom: 30px;
    line-height: 50px; }
    .sw_text_block p span {
      font-size: 30px; } }

@media (max-width: 1300px) {
  .sw_text_block {
    width: 45%; }
    .sw_text_block p {
      font-size: 40px;
      padding-bottom: 30px;
      line-height: 50px; }
      .sw_text_block p span {
        font-size: 30px; } }

@media (max-width: 1000px) {
  .sw_text_block {
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .sw_text_block p {
      font-size: 40px;
      padding-bottom: 30px;
      line-height: 50px; }
      .sw_text_block p span {
        font-size: 30px; }
  .sl-index .swiper-slide img {
    max-width: none;
    height: 400px; } }

@media (max-width: 600px) {
  .sw_text_block {
    width: 80%; }
    .sw_text_block p {
      font-size: 32px;
      padding-bottom: 30px;
      line-height: 36px; }
      .sw_text_block p span {
        font-size: 20px; }
    .sw_text_block a {
      padding: 12px 48px; } }

@media (max-width: 600px) {
  .sl-index .swiper-button-next,
  .sl-index .swiper-button-prev {
    display: none; }
  .sl-index .swiper-slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left, #000 100%, transparent);
    opacity: 0.5; } }

.arenda_index {
  display: block; }
  .arenda_index .icon_star {
    padding-right: 0; }

.arenda_in_ttl3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0 16px;
  position: relative;
  display: inline-block; }
  .arenda_in_ttl3 .icon-star {
    position: absolute;
    left: -48px;
    bottom: 16px; }

.arenda_in_txt {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 30px; }

.ar_index_block_sl {
  float: left;
  width: 45%;
  margin-right: 70px; }

.ar_index_block_sl .swiper-button-prev,
.ar_index_block_sl .swiper-button-next {
  color: #fff; }

.ar_index_block_sl .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1; }
  .ar_index_block_sl .swiper-pagination-bullet-active {
    border: 2px solid #f7c51e; }

@media (max-width: 1000px) {
  .ar_index_block_sl {
    margin-right: 50px; }
  .arenda_in_ttl3 {
    font-size: 17px; }
    .arenda_in_ttl3 .icon-star {
      left: -38px; }
  .arenda_in_txt {
    line-height: 24px; } }

@media (max-width: 800px) {
  .ar_index_block_sl {
    margin-right: 30px; }
  .arenda_in_ttl3 {
    display: block; }
    .arenda_in_ttl3 .icon-star {
      display: none; } }

@media (max-width: 600px) {
  .ar_index_block_sl {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px; }
  .arenda_in_ttl3 {
    font-size: 16px; }
  .arenda_in_txt {
    font-size: 14px;
    line-height: 24px; } }

.adv-index {
  background-image: url(../img/index/advant-index-bg.jpg);
  background-size: cover; }

.adv_wrap {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 65px; }

.adv_hover {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #000;
  border-radius: 50%;
  transition: all .4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.adv_wrap__block {
  position: relative;
  background-color: #fff;
  padding: 32px 12px 32px;
  text-align: center;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.4);
  flex-basis: 100%; }
  .adv_wrap__block p {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }
  .adv_wrap__block .icon {
    margin-bottom: 20px;
    position: relative;
    z-index: 2; }
  .adv_wrap__block:hover .adv_hover {
    width: 100%;
    height: 100%;
    border-radius: 0; }
  .adv_wrap__block:hover p {
    color: #fff; }
  .adv_wrap__block + .adv_wrap__block {
    margin-left: 30px; }
  .adv_wrap__block:last-child:after {
    position: absolute;
    content: url(../img/index/advant-index.png);
    margin-left: -25px;
    margin-top: -10px; }

@media (max-width: 1730px) {
  .adv_wrap__block:last-child:after {
    content: ''; }
  .adv-index {
    background-image: url(../img/index/advant-index-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
    .adv-index:after {
      content: '';
      background-image: url(../img/index/advant-index.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 360px;
      height: 250px;
      position: absolute;
      right: 0;
      margin-top: -84px; } }

@media (max-width: 1000px) {
  .adv-index:after {
    margin-top: -110px;
    height: 220px; }
  .adv_wrap__block {
    margin: 15px; }
    .adv_wrap__block + .adv_wrap__block {
      margin-left: 15px; } }

@media (max-width: 800px) {
  .adv_wrap {
    flex-wrap: wrap;
    justify-content: center; }
  .adv_wrap__block {
    flex-basis: 28%; }
  .adv-index:after {
    margin-top: -90px;
    height: 200px; } }

@media (max-width: 600px) {
  .adv_wrap__block {
    flex-basis: 100%; }
  .adv-index:after {
    margin-top: -100px;
    height: 170px;
    width: 300px; } }

.sfera_index p {
  position: absolute;
  bottom: 16px;
  color: #27271b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f7c51e;
  padding: 6px 16px;
  max-width: 80%; }

.sfera_index .wrap__block-4 {
  z-index: 1;
  transition: all .5s; }
  .sfera_index .wrap__block-4 .sfera_block {
    position: relative;
    border: 2px solid #f7c51e;
    overflow: hidden;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.4);
    transition: all .5s; }
    .sfera_index .wrap__block-4 .sfera_block:hover .sfera_img {
      -webkit-filter: brightness(40%);
              filter: brightness(40%); }
    .sfera_index .wrap__block-4 .sfera_block:hover .hdn_text_sfera {
      opacity: 1; }
    .sfera_index .wrap__block-4 .sfera_block:hover .sfera_ttl {
      opacity: 0; }
    .sfera_index .wrap__block-4 .sfera_block .hdn_text_sfera {
      transition: all .5s;
      position: absolute;
      top: 16px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      color: #fff;
      font-size: 14px;
      opacity: 0; }

.sfera_index .title_bd {
  z-index: 100; }

.sfera_bg {
  position: relative; }
  .sfera_bg::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 15%;
    bottom: 15%;
    background-color: #ebebeb;
    border-top: 2px solid #f7c51e;
    border-bottom: 2px solid #f7c51e; }

.sfera_img {
  position: relative;
  display: block;
  transition: all .5s; }

.wrap__block-4:nth-child(4) .sfera_img {
  border: none;
  box-shadow: none;
  position: absolute;
  max-width: none;
  top: 0;
  right: 0; }

@media (max-width: 1500px) {
  .wrap__block-4:nth-child(4) .sfera_img {
    max-width: 100%;
    bottom: 0;
    top: inherit; } }

@media (max-width: 800px) {
  .sfera_index .wrap__block-4 {
    flex: 0 0 50%;
    max-width: 50%; }
  .sfera_index .wrap__block-4:nth-child(4) {
    order: 1; }
  .sfera_index p {
    max-width: 90%; }
  .sfera_bg::before {
    content: '';
    top: 10%;
    bottom: 10%; } }

@media (max-width: 500px) {
  .sfera_index .wrap__block-4 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center; }
  .wrap__block-4:nth-child(4) .sfera_img {
    position: relative; }
  .sfera_bg::before {
    content: '';
    top: 4%;
    bottom: 22%; }
  .sfera_index .wrap__block-4 .sfera_block .hdn_text_sfera {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    opacity: 0; } }

.index_zakaz {
  padding-bottom: 0; }
  .index_zakaz .title_bd {
    padding-left: 15px;
    padding-right: 15px; }

.in-form_wrap {
  background-image: url(../img/index/form-index-bg.jpg);
  background-size: cover;
  padding: 35px 0 45px; }

#in-form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px; }

.in-form__left {
  display: flex;
  flex-direction: column; }

.in-form__subm {
  width: 100%; }

.in-form__inp {
  width: 323px;
  height: 58px;
  border: 1px solid #acacac;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin: 0 17px 17px 0;
  padding-left: 22px;
  font-size: 18px; }
  .in-form__inp::-webkit-input-placeholder {
    color: #505043; }
  .in-form__inp::-moz-placeholder {
    color: #505043; }
  .in-form__inp:-ms-input-placeholder {
    color: #505043; }
  .in-form__inp::-ms-input-placeholder {
    color: #505043; }
  .in-form__inp::placeholder {
    color: #505043; }

.in-form__right {
  margin-bottom: 17px;
  flex-grow: 1; }

.in-form__textar {
  height: 100%;
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 17px 0 0 22px;
  font-size: 18px; }
  .in-form__textar::-webkit-input-placeholder {
    color: #505043; }
  .in-form__textar::-moz-placeholder {
    color: #505043; }
  .in-form__textar:-ms-input-placeholder {
    color: #505043; }
  .in-form__textar::-ms-input-placeholder {
    color: #505043; }
  .in-form__textar::placeholder {
    color: #505043; }

.in-form__subm {
  height: 58px;
  border: 0;
  border-radius: 4px;
  background-color: #f7c51e;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #3d3d3d;
  transition: all .3s; }
  .in-form__subm:hover {
    background-color: #212121;
    color: #fff; }

@media (max-width: 700px) {
  .in-form__left {
    padding-right: 22px; }
  .in-form__inp {
    width: 100%; } }

@media (max-width: 600px) {
  .in-form_wrap {
    padding: 24px 0 24px; }
  #in-form {
    flex-direction: column; }
  .in-form__left {
    padding-right: 0; }
  .in-form__textar {
    height: 120px;
    font-size: 16px; }
  .in-form__inp {
    font-size: 16px;
    height: 50px; }
  .in-form__subm {
    height: 50px; } }

.seo {
  display: block; }

.seo__img {
  float: left;
  width: 45%;
  margin: 0 30px 6px 0; }

.seo__ttl {
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 12px; }

.seo__txt {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 24px; }

@media (max-width: 1000px) {
  .seo__ttl {
    font-size: 30px; } }

@media (max-width: 800px) {
  .seo__ttl {
    font-size: 24px; }
  .seo__txt {
    line-height: 22px; } }

@media (max-width: 600px) {
  .seo__img {
    float: none;
    width: 100%;
    margin: 0 0 16px 0; }
  .seo__ttl {
    font-size: 18px; }
  .seo__txt {
    font-size: 14px;
    line-height: 20px; } }

.catalog-head {
  background-image: url(../img/compress/compres-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0; }

.catalog-head__ttl {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  max-width: 850px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }
  .catalog-head__ttl span {
    color: #f7c51e; }

@media (max-width: 800px) {
  .catalog-head {
    padding: 50px 0; }
  .catalog-head__ttl {
    font-size: 32px; } }

@media (max-width: 600px) {
  .catalog-head {
    padding: 40px 0; }
  .catalog-head__ttl {
    font-size: 24px; } }

@media (max-width: 400px) {
  catalog-head {
    padding: 32px 0; }
  .catalog-head__ttl {
    font-size: 18px; } }

.catalog-block2 {
  align-items: center;
  padding: 12px 0 0; }

.catalog-block2__text {
  font-family: "Open Sans", sans-serif;
  line-height: 30px; }
  .catalog-block2__text strong {
    color: #f7c51e; }

@media (max-width: 800px) {
  .catalog-block2__text {
    line-height: 24px; } }

@media (max-width: 600px) {
  .catalog-block2 {
    flex-direction: column; }
    .catalog-block2 .wrap__block-5,
    .catalog-block2 .wrap__block-7 {
      flex: 0 0 100%;
      max-width: 100%; }
    .catalog-block2 .wrap__block-5 {
      padding-bottom: 0; }
    .catalog-block2 .wrap__block-7 {
      padding-top: 0; }
  .catalog-block2__text {
    line-height: 24px; } }

.catalog-block3 {
  padding-top: 0; }
  .catalog-block3 .wrap {
    justify-content: center; }
  .catalog-block3 .title_bd strong {
    color: #f7c51e; }

.cart_prev {
  box-shadow: 1px 2px 6px 0px rgba(1, 1, 1, 0.4); }
  .cart_prev:hover .cart_prev__link {
    color: #27271b;
    text-decoration: none; }
  .cart_prev:hover .cart_prev__img {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }

.cart_prev__img {
  transition: all .5s; }

.cart_prev_im_wr {
  text-align: center; }

.cart_prev__ttl {
  font-size: 24px;
  color: #27271b;
  text-transform: uppercase;
  padding: 7px 0 7px 22px;
  background-color: #f7c51e;
  transition: all .5s; }

.cart_prev__txt {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #666;
  padding-bottom: 12px; }
  .cart_prev__txt span {
    font-weight: 300; }

.cart_prev__low {
  padding: 22px;
  background-color: #f9f9f9;
  border: 1px solid #acacac;
  border-top: none; }

.cart_prev__link {
  font-weight: 700;
  color: #f7c51e;
  text-decoration: underline;
  transition: all .5s; }

.wrap__block-3 {
  min-width: 282px; }

@media (max-width: 1000px) {
  .cart_prev__ttl,
  .cart_prev__low {
    padding-left: 12px; } }

.catalog-block4 .swiper-slide img {
  display: block;
  margin: auto;
  border: 2px solid #f7c51e;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.4); }

.catalog-block4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #f7c51e;
  opacity: 1; }
  .catalog-block4 .swiper-pagination-bullet-active {
    border: 2px solid #000; }

.catalog-block4 .swiper-pagination {
  bottom: 1px; }

.sl-catalog {
  padding-bottom: 36px; }

.bg_wrap-catalog {
  position: relative; }
  .bg_wrap-catalog::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8%;
    bottom: 18%;
    background-color: #ebebeb;
    border-top: 2px solid #f7c51e;
    border-bottom: 2px solid #f7c51e; }

.sl-catalog .swiper-button-next,
.sl-catalog .swiper-button-prev {
  color: #fff; }

.catalog-block5 {
  display: block; }

.comp_block__img {
  float: left;
  width: 45%;
  margin-right: 30px; }

.comp_block__txt {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 24px; }

@media (max-width: 600px) {
  .comp_block__img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px; }
  .arenda_in_txt {
    font-size: 14px; } }

.cart_char {
  background-color: #ebebeb;
  border-top: 2px solid #f7c51e; }

.slider_cart {
  height: auto;
  padding-bottom: 52px; }

.cart_char__block {
  background-color: #ebebeb;
  border: 1px solid #acacac;
  border-top: none;
  display: flex; }
  .cart_char__block:nth-child(odd) {
    background-color: #fff; }
  .cart_char__block:nth-child(2) {
    border-top: 1px solid #acacac; }

.cart_char__name {
  width: 57%;
  padding: 5px 0 5px 26px;
  border-right: 1px solid #acacac; }

.cart_char__value {
  padding: 5px 0 5px 26px;
  font-weight: 700;
  color: #666; }

.cart_ttl {
  font-weight: 400;
  font-size: 36px;
  color: #27271b;
  text-transform: uppercase;
  padding-bottom: 18px; }
  .cart_ttl strong {
    color: #f7c51e; }

.cart_sl_w {
  display: block; }

.slider_cart .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #f7c51e;
  opacity: 1; }
  .slider_cart .swiper-pagination-bullet-active {
    border: 2px solid #000; }

.slider_cart .swiper-button-next,
.slider_cart .swiper-button-prev {
  color: #36362d;
  top: 95%; }
  .slider_cart .swiper-button-next:after,
  .slider_cart .swiper-button-prev:after {
    font-size: 28px; }

.call_price,
.call_price-mob {
  background-color: #f7c51e;
  color: #27271b;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 6px;
  padding: 18px 0;
  transition: all .4s;
  display: block; }
  .call_price:hover,
  .call_price-mob:hover {
    color: #fff;
    background-color: #27271b; }
  .call_price-mob,
  .call_price-mob-mob {
    display: none; }

@media (max-width: 1000px) {
  .cart_ttl {
    font-size: 26px; } }

@media (max-width: 800px) {
  .call_price {
    display: none; }
    .call_price-mob {
      display: block;
      margin-top: 16px; }
  .wrap__block-7 {
    flex: 0 0 100%;
    max-width: 100%; }
  .wrap__block-5 {
    max-width: 470px;
    margin: 0 auto; } }

@media (max-width: 600px) {
  .cart_ttl {
    font-size: 22px; }
  .cart_char__name {
    width: 57%;
    padding: 5px 0 5px 12px;
    border-right: 1px solid #acacac; }
  .cart_char__value {
    padding: 5px 0 5px 12px;
    font-weight: 700;
    color: #666; }
  .slider_cart .swiper-button-next:after,
  .slider_cart .swiper-button-prev:after {
    font-size: 26px; } }

@media (max-width: 400px) {
  .cart_char__block {
    flex-direction: column;
    margin-bottom: 12px; }
    .cart_char__block:nth-child(2) {
      border-top: none; }
    .cart_char__block:nth-child(even) {
      background-color: #fff; }
  .cart_char__name,
  .cart_char__value {
    width: 100%;
    border-right: none; }
  .cart_char__name {
    border-top: 1px solid #acacac; } }

.cart_desc__ttl {
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 16px; }

.cart_desc__txt {
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 30px; }

@media (max-width: 600px) {
  .cart_desc__ttl {
    font-size: 24px; }
  .cart_desc__txt {
    line-height: 22px; } }

/* high-block */
.high-block {
  background-color: #ebebeb; }
  .high-block .wrap_p {
    align-items: center; }

.high-block__time-of {
  margin-right: auto;
  display: flex;
  align-items: center; }
  .high-block__time-of .icon-clock_head {
    margin-right: 8px; }

.high-block__call {
  background-color: #f7c51e;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 3px;
  margin: 6px 0 6px 36px;
  transition: all .4s; }
  .high-block__call:hover {
    background-color: #212121;
    color: #fff; }

.high-block__phone {
  display: flex;
  align-items: center;
  margin-left: 36px; }
  .high-block__phone .icon-phone_head {
    margin-right: 8px; }

.low-block .wrap_p {
  align-items: center; }

.low-block__logo {
  margin: 30px auto 30px 0; }

.menu-header {
  display: flex;
  font-weight: 600; }
  .menu-header li {
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 11px;}
    .menu-header li:last-child {
      padding-right: 0; }
    .menu-header li.active a {
      border-bottom: 3px solid #f7c51e; }
  .menu-header a {
    color: #000;
    text-transform: uppercase; 
    font-size: 14px;
  }
    .menu-header a:hover {
      border-bottom: 3px solid #f7c51e; }

.icon-logo_mob_head {
  display: none; }

/* gamburger */
.navbar-toggle {
  width: 26px;
  height: 20px;
  z-index: 20;
  cursor: pointer;
  display: none; }

.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  background-color: #000;
  border-radius: 2px; }

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 {
  background-color: #000; }

.navbar-on .bar1 {
  transform-origin: 8% 50%;
  transform: rotate(45deg); }

.navbar-on .bar3 {
  transform-origin: 5% 52%;
  transform: rotate(-45deg); }

.navbar-on .bar2 {
  background-color: transparent; }

/* gamburger */
@media (max-width: 1060px) {
  .menu-header li {
    padding-left: 6px;
    padding-right: 6px; }
    .menu-header li a {
      font-size: 14px; } }

@media (max-width: 990px) {
  .high-block__email {
    display: none; } }

@media (max-width: 920px) {
  .icon-logo_mob_head {
    display: block; }
  .icon-logo_header {
    display: none; }
  .low-block__logo {
    margin: 12px auto 12px 0; } }

@media (max-width: 760px) {
  .high-block {
    font-size: 14px; }
    .high-block .wrap_p {
      justify-content: center; }
  .menu-header li {
    padding: 12px 0; }
    .menu-header li:first-child {
      padding-top: 24px; }
    .menu-header li:last-child {
      padding-bottom: 24px; }
  .navbar-toggle {
    display: block;
    margin-right: 15px; }
  .low-block .wrap_p {
    padding: 0; }
  .low-block__logo {
    padding-left: 15px; }
  .low-block__menu {
    width: 100%;
    position: relative;
    display: none; }
  .menu-header {
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #eaeaea;
    width: 100%;
    left: 0; }
    .menu-header li {
      padding-left: 15px; } }

@media (max-width: 680px) {
  .high-block__time-of {
    display: none; }
  .high-block__call {
    margin: 12px 0 12px 16px; } }

.form_wrap {
  width: 420px;
  border: 1px solid #000;
  position: relative;
  padding: 40px 30px 30px;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: none; }

.icon-close_wrap {
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal_form_title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px; }

.modal_form_inp {
  width: 100%;
  border: 1px solid #8c8c8c;
  height: 50px;
  margin-bottom: 16px;
  padding-left: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600; }
  .modal_form_inp::-webkit-input-placeholder {
    color: #666;
    font-family: "Open Sans", sans-serif; }
  .modal_form_inp::-moz-placeholder {
    color: #666;
    font-family: "Open Sans", sans-serif; }
  .modal_form_inp:-ms-input-placeholder {
    color: #666;
    font-family: "Open Sans", sans-serif; }
  .modal_form_inp::-ms-input-placeholder {
    color: #666;
    font-family: "Open Sans", sans-serif; }
  .modal_form_inp::placeholder {
    color: #666;
    font-family: "Open Sans", sans-serif; }

.modal_form_person {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding-top: 12px; }

.modal_form_sub {
  width: 100%;
  background-color: #f7c51e;
  border: 0;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 13px;
  cursor: pointer;
  transition: all .4s; }
  .modal_form_sub:hover {
    color: #fff;
    background-color: #1e1e1e; }

.thanks,
.y_thanks,
.in-thanks {
  font-size: 26px;
  display: none;
  text-align: center; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; }

.body_modal {
  overflow: hidden; }

@media (max-width: 490px) {
  .icon-close_wrap {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px; }
  .form_wrap {
    width: 100%;
    height: 100%;
    padding-top: 80px; }
  .modal_form_title {
    font-size: 22px; }
  .modal_form_inp {
    padding: 12px;
    font-size: 16px; } }

.footer {
  background-color: #272727; }

.footer-high {
  padding: 80px 0;
  color: #fff; }

.footer-low {
  background-color: #1e1e1e;
  color: #656773;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 22px 0;
  font-size: 14px; }
  .footer-low span {
    color: #f7c51e; }

.footer-high__block:last-child {
  color: #f7c51e;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center; }

.footer-high__block:nth-child(3) .icon-clock_footer {
  margin: 0 auto 16px; }

.footer-high__block:nth-child(2) .icon-phone_footer {
  margin: 0 auto 16px; }

.footer-high__block:nth-child(2),
.footer-high__block:nth-child(3) {
  flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff; }

@media (max-width: 900px) {
  .footer .footer-high__block {
    flex: 0 0 50%;
    max-width: 50%; }
  .footer-high {
    padding: 30px 0; }
  .icon-logo_footer {
    margin: 0 auto; }
  .footer-high__block:nth-child(2),
  .footer-high__block:nth-child(3) {
    order: 1; } }

@media (max-width: 600px) {
  .footer .wrap__block-2,
  .footer .wrap__block-4 {
    flex: 0 0 100%;
    max-width: 100%; }
  .footer-high__block:nth-child(4) {
    order: 2; }
  .footer-high {
    padding: 12px 0; } }

.y_form_wrap {
  background-color: #f7c51e; }

.y_form_ttl {
  font-weight: 300;
  font-size: 36px;
  padding: 0 15px 22px;
  text-align: center; }

#y_form {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding: 0 15px; }
  #y_form label {
    flex-grow: 1;
    margin-right: 12px; }

.y_form__inp {
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 4px;
  height: 60px;
  padding-left: 22px; }

.y_form__subm {
  border: 0;
  background-color: #272727;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  padding: 18px 25px 19px;
  border-radius: 4px;
  transition: all .4s;
  cursor: pointer; }
  .y_form__subm:hover {
    background-color: #fff;
    color: #272727; }

@media (max-width: 800px) {
  .y_form_ttl {
    font-size: 28px; } }

@media (max-width: 700px) {
  #y_form {
    flex-direction: column;
    width: 290px; }
    #y_form label {
      margin-right: 0;
      width: 100%; }
  .y_form__inp {
    height: 46px;
    margin-bottom: 12px; }
  .y_form__subm {
    padding: 13px 25px 14px;
    width: 100%; } }

@media (max-width: 600px) {
  .y_form_ttl {
    font-size: 22px; } }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-adv1 {
  background-image: url(../img/common/sprite.png);
  background-position: 0px -260px;
  width: 72px;
  height: 72px; }

.icon-adv2 {
  background-image: url(../img/common/sprite.png);
  background-position: -144px -260px;
  width: 72px;
  height: 72px; }

.icon-adv3 {
  background-image: url(../img/common/sprite.png);
  background-position: -216px -260px;
  width: 71px;
  height: 72px; }

.icon-adv4 {
  background-image: url(../img/common/sprite.png);
  background-position: -72px -260px;
  width: 72px;
  height: 72px; }

.icon-adv5 {
  background-image: url(../img/common/sprite.png);
  background-position: -287px -260px;
  width: 56px;
  height: 72px; }

.icon-clock_footer {
  background-image: url(../img/common/sprite.png);
  background-position: -280px -233px;
  width: 26px;
  height: 26px; }

.icon-clock_head {
  background-image: url(../img/common/sprite.png);
  background-position: -513px -208px;
  width: 15px;
  height: 15px; }

.icon-close {
  background-image: url(../img/common/sprite.png);
  background-position: -481px -208px;
  width: 16px;
  height: 16px; }

.icon-closehover {
  background-image: url(../img/common/sprite.png);
  background-position: -497px -208px;
  width: 16px;
  height: 16px; }

.icon-logo_footer {
  background-image: url(../img/common/sprite.png);
  background-position: 0px -166px;
  width: 254px;
  height: 94px; }

.icon-logo_header {
  background-image: url(../img/common/sprite.png);
  background-position: -254px -166px;
  width: 375px;
  height: 42px; }

.icon-logo_mob_head {
  background-image: url(../img/common/sprite.png);
  background-position: -254px -208px;
  width: 227px;
  height: 25px; }

.icon-phone_footer {
  background-image: url(../img/common/sprite.png);
  background-position: -254px -233px;
  width: 26px;
  height: 26px; }

.icon-phone_head {
  background-image: url(../img/common/sprite.png);
  background-position: -528px -208px;
  width: 8px;
  height: 15px; }

.icon-sprite {
  background-image: url(../img/common/sprite.png);
  background-position: 0px 0px;
  width: 629px;
  height: 166px; }

.icon-star {
  background-image: url(../img/common/sprite.png);
  background-position: -343px -260px;
  width: 33px;
  height: 31px; }

.usluga__text {
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  padding-bottom: 16px; }
  .usluga__text p {
    margin-bottom: 10px; }

.call_price_usl {
  background-color: #f7c51e;
  color: #27271b;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  margin-top: auto;
  padding: 18px 0;
  transition: all .4s; }
  .call_price_usl:hover {
    color: #fff;
    background-color: #27271b; }

.usluga:nth-child(even) {
  background-color: #ebebeb; }

.usl_img_wr {
  margin: auto; }

@media (max-width: 800px) {
  .usluga .wrap__block-6 {
    flex: 0 0 100%;
    max-width: 100%; } }

.contact_wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap; }

#cont_form {
  display: flex;
  flex-direction: column; }

.cont_inp {
  width: 100%;
  height: 58px;
  border: 1px solid #acacac;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin-bottom: 17px;
  padding-left: 22px;
  font-size: 18px; }

.cont_tarea {
  height: 116px;
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 17px 0 0 22px;
  font-size: 18px;
  margin-bottom: 17px; }

.cont_sub {
  height: 58px;
  border: 0;
  border-radius: 4px;
  background-color: #f7c51e;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #3d3d3d;
  transition: all .3s; }

.cont_ttl {
  font-weight: 700;
  font-size: 20px; }

.cont_block p {
  margin-bottom: 8px; }

@media (max-width: 600px) {
  .wrap__block-6 {
    flex: 0 0 100%;
    max-width: 100%; }
  .cont_block {
    padding-bottom: 32px; } }
