@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/*---------------------------------------------------------*/

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff?vqo6w6") format("woff"), url("../fonts/icomoon.ttf?vqo6w6") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock::before {
  content: "\e900";
}

.icon-design::before {
  content: "\e901";
}

.icon-feather::before {
  content: "\e902";
}

.icon-location::before {
  content: "\e903";
}

.icon-map::before {
  content: "\e904";
}

.icon-phone::before {
  content: "\e905";
}

.icon-safety::before {
  content: "\e906";
}

.icon-waze::before {
  content: "\e907";
}

.icon-arrow:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-mail::before {
  content: "\f003";
}

.icon-phone-fill::before {
  content: "\f095";
}

.icon-angle-down::before {
  content: "\f107";
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
}

a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
  outline: none;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.container {
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-title {
  font-family: 'Calligraph-TYGRA';
  font-size: 96px;
  line-height: 0.7;
  text-align: center;
}

.button {
  display: inline-block;
  border: 3px solid #000000;
  background: #ffffff;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ibg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ibg > img {
  display: none;
}

.slick-slider {
  position: relative;
}

.slider__arrow {
  display: inline-block;
  width: 80px;
  height: 77px;
  position: absolute;
  z-index: 1;
}

.slider__arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 62px;
  line-height: 1;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slider__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.slick-dots {
  width: 100%;
  min-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 29px;
}

.slick-dots * {
  font-size: 0;
  line-height: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  background: #000000;
}

.slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #edf0f5;
  -webkit-box-shadow: 0 0 2px #abb1b9;
  box-shadow: 0 0 2px #abb1b9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.fancybox-content {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  overflow: hidden !important;
}

.fancybox-content img {
  position: static;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
  width: 110px;
  height: 120px;
}

.header {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  max-width: 1920px;
}

.header ~ main {
  padding-top: 292px;
}

.header .container {
  width: 100%;
}

.header__top {
  padding: 19px 0 30px;
  background: #edf0f5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__language-wrap {
  min-width: 90px;
  margin-right: 10px;
  line-height: 12px;
}

.header__language {
  position: relative;
  display: inline-block;
  line-height: 12px;
}

.header__language-button {
  border: 1px solid #898f96;
  border-radius: 4px;
  padding: 11px 35px 12px 12px;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__language-button::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #898f96;
  position: absolute;
  right: 25px;
  top: 0;
}

.header__language-button::after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #898f96;
  border-top-width: 10px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-37%);
  -ms-transform: translateY(-37%);
  transform: translateY(-37%);
}

.header__language-drop {
  width: 100%;
  border: 1px solid #898f96;
  border-radius: 0 0 4px 4px;
  background: #edf0f5;
  position: absolute;
  left: 0;
  top: 105%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__language-drop.open {
  visibility: visible;
  opacity: 1;
}

.header__language-item {
  display: block;
  width: 100%;
  padding: 5px 11px;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__language-item + .header__language-item {
  border-top: 1px solid #898f96;
}

.header__location {
  max-width: 295px;
  padding-left: 50px;
  margin-right: 10px;
}

.header__phones {
  max-width: 190px;
  padding-left: 40px;
  margin-right: 10px;
}

.header__time {
  max-width: 305px;
  padding-left: 45px;
  margin-right: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__socials {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__bottom {
  position: relative;
  bottom: 1px;
  background: #ffffff;
  z-index: 9;
}

.header__bottom-inner {
  padding: 30px 0 30px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__logo {
  width: 275px;
  position: absolute;
  left: 43.75%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__navigation {
  padding: 50px 0 27px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu-item {
  position: relative;
}

.header__menu-item--empty {
  width: 200px;
}

.header__menu-item--empty a {
  display: none;
}

.header__menu-link {
  display: inline-block;
  padding: 7px 0 6px;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.header__menu-link--sub {
  padding-right: 20px;
}

.header__menu-link--sub::after {
  content: '\f107';
  font-family: 'icomoon' !important;
  font-size: 18px;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  right: 0;
  top: 4px;
}

.header__menu-link.active {
  color: #dbbe9b;
}

.header__menu-link.active::after {
  color: #dbbe9b;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.header__submenu {
  visibility: hidden;
  opacity: 0;
  display: none;
  padding: 27px 35px 33px 37px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 7px rgba(19, 19, 20, 0.42);
  box-shadow: 0 0 7px rgba(19, 19, 20, 0.42);
  border-radius: 0 30px 0 30px;
  position: absolute;
  left: 0;
  top: 130%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__submenu--right {
  left: auto;
  right: 0;
  border-radius: 30px 0 30px 0;
}

.header__submenu.open {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.header__submenu-item {
  display: block;
  line-height: 1;
}

.header__submenu-item + .header__submenu-item {
  margin-top: 12px;
}

.header__submenu-link {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__actions {
  display: none;
}

.header__phone {
  display: none;
}

.header__burger {
  display: none;
}

.header__burger.active {
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
}

.header__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header__burger.active span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}

.header__burger.active span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 2px);
}

.header.sticky {
  z-index: 2;
}

.header.sticky ~ main {
  padding-top: 176px;
}

.header.sticky .header__top {
  padding: 17px 0 19px;
  background: #d1dae5;
}

.header.sticky .header__top-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.sticky .header__language-drop {
  background: #d1dae5;
}

.header.sticky .header__time {
  display: none;
}

.header.sticky .header__location {
  width: 100%;
  max-width: 100%;
}

.header.sticky .header__location span {
  display: inline-block;
}

.header.sticky .header__location::before {
  color: #000000;
}

.header.sticky .header__phones {
  max-width: 100%;
}

.header.sticky .header__phones .phones-block__phone {
  display: inline-block;
  margin-right: 20px;
}

.header.sticky .header__phones .phones-block__phone:last-child {
  margin-right: 0;
}

.header.sticky .header__phones::before {
  color: #000000;
}

.header.sticky .header__bottom {
  -webkit-box-shadow: 0 7px 7px rgba(111, 111, 111, 0.41);
  box-shadow: 0 7px 7px rgba(111, 111, 111, 0.41);
}

.header.sticky .header__bottom-inner {
  padding: 0;
}

.header.sticky .header__navigation {
  padding: 28px 0;
}

.header.sticky .header__logo {
  width: 230px;
  left: 45.75%;
}

.header.sticky .header__burger.active {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.location-block,
.time-block,
.phones-block,
.mail-block {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #000000;
}

.location-block span,
.time-block span,
.phones-block span,
.mail-block span {
  display: block;
}

.location-block::before,
.time-block::before,
.phones-block::before,
.mail-block::before {
  font-family: 'icomoon' !important;
  font-size: 32px;
  color: #898f96;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.location-block::before {
  content: '\e903';
}

.time-block::before {
  content: '\e900';
}

.phones-block__phone {
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.phones-block::before {
  content: '\e905';
  font-size: 28px;
  -webkit-transform: translateY(-50%) rotate(10deg);
  -ms-transform: translateY(-50%) rotate(10deg);
  transform: translateY(-50%) rotate(10deg);
}

.mail-block {
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mail-block::before {
  content: "\f003";
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.socials__link {
  display: inline-block;
  width: 40px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.socials__link img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 40px;
}

.socials__link + .socials__link {
  margin-left: 15px;
}

.header .mCSB_scrollTools {
  height: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.mCSB_scrollTools {
  width: 24px;
  opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 3px;
  border: 1px solid #dbbe9b;
  background: #f3e0c8 -webkit-gradient(linear, left top, left bottom, from(#958169), color-stop(10%, #f3e0c8), color-stop(90%, #f3e0c8), to(#958169));
  background: #f3e0c8 -o-linear-gradient(top, #958169 0%, #f3e0c8 10%, #f3e0c8 90%, #958169 100%);
  background: #f3e0c8 linear-gradient(to bottom, #958169 0%, #f3e0c8 10%, #f3e0c8 90%, #958169 100%);
  width: 100%;
}

.mCSB_dragger {
  min-height: 50px !important;
  max-height: 180px !important;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: -webkit-gradient(linear, left top, right top, from(#ffe4c3), to(#a79176));
  background: -o-linear-gradient(left, #ffe4c3, #a79176);
  background: linear-gradient(to right, #ffe4c3, #a79176);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: -webkit-gradient(linear, left top, right top, from(#ffe4c3), to(#a79176));
  background: -o-linear-gradient(left, #ffe4c3, #a79176);
  background: linear-gradient(to right, #ffe4c3, #a79176);
  -webkit-box-shadow: -2px 2px 2px #958169;
  box-shadow: -2px 2px 2px #958169;
  width: 18px;
  position: relative;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar::before,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar::after {
  content: '';
  width: 8px;
  height: 1px;
  background: #594d3f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -3px);
  -ms-transform: translate(-50%, -3px);
  transform: translate(-50%, -3px);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar::before {
  -webkit-transform: translate(-50%, -2px);
  -ms-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar::after {
  -webkit-transform: translate(-50%, 1px);
  -ms-transform: translate(-50%, 1px);
  transform: translate(-50%, 1px);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus {
  background: -webkit-gradient(linear, left top, right top, from(#ffe4c3), to(#a79176)) !important;
  background: -o-linear-gradient(left, #ffe4c3, #a79176) !important;
  background: linear-gradient(to right, #ffe4c3, #a79176) !important;
}

.pulse-button {
  display: block;
  width: 105px;
  height: 105px;
  position: relative;
}

.pulse-button__wrap {
  position: fixed;
  width: 105px;
  height: 105px;
  bottom: 82px;
  left: 50%;
  -webkit-transform: translateX(-908px);
  -ms-transform: translateX(-908px);
  transform: translateX(-908px);
  z-index: 7;
}

.pulse-button::before {
  content: '';
  width: 209px;
  height: 209px;
  border-radius: 50%;
  border: 3px solid #d1dae5;
  position: absolute;
  top: -52px;
  left: -52px;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out;
  animation: circle-anim 2.4s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pulse-button::after {
  content: '';
  width: 159px;
  height: 159px;
  border-radius: 50%;
  border: 14px solid #dfe5ed;
  position: absolute;
  top: -27px;
  left: -27px;
  -webkit-animation: circle-fill-anim 2.4s infinite ease-in-out;
  animation: circle-fill-anim 2.4s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pulse-button__icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #c1d1e5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-animation: tossing 1s infinite ease-in-out;
  animation: tossing 1s infinite ease-in-out;
}

.pulse-button__icon::before {
  content: "\f095";
  font-family: 'icomoon' !important;
  font-size: 60px;
  color: #323437;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  100% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

@keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  100% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
  }

  80% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .4;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
  }
}

@keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
  }

  80% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .4;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
  }
}

@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  80% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

@keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  80% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

.online-button {
  position: fixed;
  right: 130px;
  bottom: 2px;
  z-index: 10;
}

.online-button__link {
  display: inline-block;
  padding: 16px 38px 16px 22px;
  border-radius: 15px 0 0 15px;
  -webkit-box-shadow: inset 0 0 7px rgba(205, 228, 255, 0.44), 2px 2px 0 #4d5054;
  box-shadow: inset 0 0 7px rgba(205, 228, 255, 0.44), 2px 2px 0 #4d5054;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f3ff), to(#a4acb4));
  background: -o-linear-gradient(top, #e9f3ff, #a4acb4);
  background: linear-gradient(to bottom, #e9f3ff, #a4acb4);
  font-size: 16px;
  line-height: 1.1;
  color: #000000;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.online-button__link span {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.online-button__link::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1e3f9), to(#8794a1));
  background: -o-linear-gradient(top, #d1e3f9, #8794a1);
  background: linear-gradient(to bottom, #d1e3f9, #8794a1);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
}

.online-button__link::after {
  content: '';
  width: 99px;
  height: 112px;
  background: url("../images/decor/online-icon.png") center/contain no-repeat;
  position: absolute;
  right: -81px;
  bottom: -2px;
  z-index: 1;
}

.choice-button {
  position: fixed;
  right: 0;
  bottom: 250px;
  z-index: 10;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-90deg) translateX(340px);
  -ms-transform: rotate(-90deg) translateX(340px);
  transform: rotate(-90deg) translateX(340px);
}

.choice-button__link {
  display: inline-block;
  padding: 23px 38px 23px 39px;
  border-radius: 10px 10px 0 0;
  background: #d1dae5;
  -webkit-box-shadow: inset 0 0 7px rgba(205, 228, 255, 0.44), -2px 0 0 #4d5054;
  box-shadow: inset 0 0 7px rgba(205, 228, 255, 0.44), -2px 0 0 #4d5054;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top {
  position: relative;
}

.top__counters {
  position: absolute;
  font-size: 36px;
  line-height: 1;
  top: 55px;
  right: 17%;
  z-index: 1;
}

.top__slider {
  position: relative;
}

.top__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top__image {
  width: 62.1%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.top__image.ibg {
  background-position: center top;
}

.top__info-wrap {
  width: 37.9%;
  padding: 50px 0 365px;
}

.top__info {
  padding: 133px 20px 155px;
  background: #ffffff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  text-align: center;
}

.top__title {
  font-family: 'Calligraph-TYGRA';
  font-size: 120px;
  line-height: 0.83;
  margin-bottom: 80px;
}

.top__title span {
  color: #ff1200;
}

.top__button {
  padding: 21px 60px 20px;
}

.top .slick-current .top__image {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1s linear 1s;
  -o-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

.top .slick-current .top__info {
  -webkit-transform: translateX(-170px);
  -ms-transform: translateX(-170px);
  transform: translateX(-170px);
  -webkit-transition: all 1s linear 1s;
  -o-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

.top .slider__arrow {
  width: 62px;
  height: 62px;
  top: 41px;
}

.top .slider__arrow--prev {
  right: calc(17% + 80px);
}

.top .slider__arrow--next {
  right: calc(17% - 92px);
}

.rent {
  padding-top: 150px;
}

.rent__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.rent__info-wrap {
  width: 37.9%;
  min-height: 960px;
}

.rent__info {
  max-width: 700px;
  padding: 40px 30px 65px;
  background: #ffffff;
  position: absolute;
  top: 50px;
  right: 53%;
  z-index: 1;
}

.rent__title {
  font-family: 'Calligraph-TYGRA';
  font-size: 120px;
  line-height: 1;
  margin-bottom: 50px;
}

.rent__text {
  font-size: 30px;
  margin-bottom: 80px;
}

.rent__text span {
  display: block;
}

.rent__button {
  padding: 21px 43px 20px;
}

.rent__image {
  width: 62.1%;
  position: relative;
}

.rent__image.ibg {
  background-position: right -100px bottom;
}

.rent__services {
  width: 64.5%;
  padding: 40px 30px 40px 112px;
  -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.4), -3px -3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.4), -3px -3px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  bottom: 0;
}

.rent__services::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 252, 252, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}

.rent__service {
  position: relative;
  padding-left: 80px;
}

.rent__service span {
  display: block;
}

.rent__service + .rent__service {
  margin-top: 28px;
}

.rent__service::before {
  font-family: 'icomoon' !important;
  color: #000000;
  position: absolute;
  left: 0;
  top: 2px;
}

.rent__service--repair::before {
  content: '\e902';
  font-size: 60px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -3px;
}

.rent__service--adapting::before {
  content: '\e906';
  font-size: 36px;
}

.rent__service--choice::before {
  content: '\e901';
  font-size: 46px;
}

.test {
  padding-top: 150px;
  position: relative;
}

.test::after {
  content: '';
  width: 600px;
  height: 600px;
  background: url("../images/decor/zavitok2.png") center/contain no-repeat;
  -webkit-transform: translateY(79%);
  -ms-transform: translateY(79%);
  transform: translateY(79%);
  position: absolute;
  right: -14px;
  bottom: 0;
}

.test__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test__image {
  width: 62.1%;
}

.test__info-wrap {
  width: 37.9%;
  padding: 80px 0 170px;
}

.test__info {
  width: calc(100% + 170px);
  padding: 100px 60px 105px;
  background: #ffffff;
  -webkit-transform: translateX(-170px);
  -ms-transform: translateX(-170px);
  transform: translateX(-170px);
}

.test__title {
  text-align: left;
  margin-bottom: 20px;
}

.test__title span {
  display: block;
}

.test__text {
  max-width: 500px;
  font-weight: 300;
  margin-bottom: 90px;
}

.test__button {
  padding: 21px 39px 20px;
}

.invite {
  padding-top: 150px;
}

.invite__title {
  margin-bottom: 50px;
}

.invite__text {
  max-width: 905px;
  margin: 0 auto 80px;
  text-align: center;
}

.invite__paragraph {
  font-weight: 300;
}

.invite__paragraph + .invite__paragraph {
  margin-top: 30px;
}

.invite__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invite__socials {
  margin-right: 63px;
}

.invite__socials .socials__link {
  width: 65px;
}

.invite__socials .socials__link img {
  height: auto;
  max-height: 65px;
}

.invite__socials .socials__link + .socials__link {
  margin-left: 25px;
}

.invite__button {
  padding: 21px 69px 20px;
}

.collection {
  padding-top: 155px;
  position: relative;
}

.collection::before {
  content: '';
  width: 165px;
  height: 175px;
  background: url("../images/decor/zavitok3.png") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.collection__title {
  margin-bottom: 70px;
}

.collection__slide-pictures {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.collection__slide-backgroud {
  min-height: 750px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.collection__slide-backgroud.ibg {
  background-position: center top;
}

.collection__slide-image {
  width: 91.67%;
  height: 94.67%;
  border: 3px solid #dbbe9b;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.collection__slide-image.ibg {
  background-position: center top;
}

.collection__slide-title {
  font-family: 'Calligraph-TYGRA';
  font-size: 60px;
  line-height: 1.05;
  text-align: center;
  border-left: 1px solid #b0b0b0;
}

.collection .slider__arrow {
  width: 80px;
  height: 80px;
  background: #ffffff;
  top: 671px;
}

.collection .slider__arrow--prev {
  left: 50px;
}

.collection .slider__arrow--next {
  right: 45px;
}

.collection .slick-dots {
  position: absolute;
  bottom: auto;
  top: 700px;
}

.reasons {
  padding: 180px 0 100px;
}

.reasons__inner {
  max-width: 1336px;
  margin: 0 auto;
  padding: 100px 70px 45px;
  background: url("../images/decor/reasons-bg.jpg") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}

.reasons__title {
  max-width: 800px;
  margin: 0 auto 60px;
  font-family: 'Calligraph-TYGRA';
  font-size: 100px;
  line-height: 0.67;
  text-align: center;
}

.reasons__title--hidden {
  display: none;
}

.reasons__list {
  margin-right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reasons__item-wrap {
  width: 33.333%;
  padding-right: 50px;
}

.reasons__item {
  padding-right: 100px;
  font-family: 'Bad Script', cursive;
  font-size: 24px;
  line-height: 1.67;
  margin-bottom: 135px;
  position: relative;
}

.reasons__item::after {
  content: '';
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50px;
}

.reasons__item--1::after {
  background-image: url("../images/icons/reasons-icon1.png");
}

.reasons__item--2::after {
  background-image: url("../images/icons/reasons-icon2.png");
}

.reasons__item--3::after {
  background-image: url("../images/icons/reasons-icon3.png");
}

.reasons__item--4::after {
  background-image: url("../images/icons/reasons-icon4.png");
}

.reasons__item--5::after {
  background-image: url("../images/icons/reasons-icon5.png");
}

.reasons__item--6::after {
  background-image: url("../images/icons/reasons-icon6.png");
}

.choice {
  padding: 90px 0 90px;
  background: #edf0f5;
}

.choice__title {
  margin-bottom: 63px;
}

.choice__slider-wrap {
  margin: 0 -15px;
}

.choice__slide-wrap {
  padding: 0 15px;
}

.choice__slide {
  display: block;
  padding-bottom: 163%;
}

.choice .slider__arrow {
  background: #edf0f5;
  bottom: 9px;
}

.choice .slider__arrow--prev {
  left: 12px;
}

.choice .slider__arrow--next {
  right: 12px;
}

.information {
  padding: 100px 0 55px;
}

.information__inner {
  border: 5px solid #dbbe9b;
  border-radius: 10px;
}

.information__decor {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 1;
}

.information__decor::before,
.information__decor::after {
  content: '';
  width: 90px;
  height: 86px;
  background: url("../images/decor/zavitok3.png") center/contain no-repeat;
  position: absolute;
  bottom: 0;
}

.information__decor::before {
  -webkit-transform: translate(20px, 106px) rotateY(180deg);
  transform: translate(20px, 106px) rotateY(180deg);
  left: 0px;
}

.information__decor::after {
  -webkit-transform: translate(-45px, 106px);
  -ms-transform: translate(-45px, 106px);
  transform: translate(-45px, 106px);
  right: 0;
}

.information__decor--bottom::before {
  -webkit-transform: translate(20px, -20px) rotate(180deg);
  -ms-transform: translate(20px, -20px) rotate(180deg);
  transform: translate(20px, -20px) rotate(180deg);
  left: 0px;
}

.information__decor--bottom::after {
  -webkit-transform: translate(-45px, -20px) rotateX(180deg);
  transform: translate(-45px, -20px) rotateX(180deg);
  right: 0;
}

.information__block {
  max-height: 570px;
  overflow-y: auto;
  padding: 2px 3px;
  position: relative;
}

.information__block::before,
.information__block::after {
  content: '';
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
}

.information__block::before {
  height: 40px;
  border-radius: 15px 15px 0 0;
  top: 0;
}

.information__block::after {
  height: 50px;
  border-radius: 0 0 15px 15px;
  bottom: 0;
}

.information__text {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 0 50px;
}

.information__paragraph {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.67;
}

.information__paragraph + .information__paragraph {
  margin-top: 25px;
}

.information .mCSB_draggerContainer {
  z-index: 1;
}

.subscribe {
  padding: 90px 0 215px;
  position: relative;
}

.subscribe::before {
  content: '';
  width: 215px;
  height: 195px;
  background: url("../images/decor/zavitok1.png") center/contain no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: 55px;
  bottom: 55px;
}

.subscribe::after {
  content: '';
  width: 560px;
  height: 595px;
  background: url("../images/decor/zavitok2.png") center/contain no-repeat;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  position: absolute;
  right: -115px;
  top: 0;
}

.subscribe__decor {
  display: block;
  max-width: 66%;
  height: 2px;
  margin: 0 auto 93px;
  background: #000000;
  position: relative;
}

.subscribe__decor::after {
  content: '';
  width: 74.3%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.subscribe__decor--rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 auto;
}

.subscribe__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 85px;
}

.subscribe__title {
  font-size: 30px;
  margin-bottom: 35px;
}

.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe__input {
  display: block;
  width: 100%;
  max-width: 490px;
  padding: 15px 10px 14px 26px;
  border: 2px solid #dbbe9b;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}

.subscribe__input::-webkit-input-placeholder {
  color: #b0b0b0;
  line-height: 1;
  font-size: 18px;
}

.subscribe__input::-moz-placeholder {
  color: #b0b0b0;
  line-height: 1;
  font-size: 18px;
}

.subscribe__input:-ms-input-placeholder {
  color: #b0b0b0;
  line-height: 1;
  font-size: 18px;
}

.subscribe__input::-ms-input-placeholder {
  color: #b0b0b0;
  line-height: 1;
  font-size: 18px;
}

.subscribe__input::placeholder {
  color: #b0b0b0;
  line-height: 1;
  font-size: 18px;
}

.subscribe__input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px #dbbe9b;
  box-shadow: 0 0 10px #dbbe9b;
}

.subscribe__submit {
  background: #dbbe9b;
  padding: 17px 34px 16px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.subscribe__middle {
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 25px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}

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

.subscribe__link {
  display: inline-block;
  width: 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.subscribe__link img {
  display: block;
  max-width: 100%;
  height: 50px;
}

.footer {
  padding: 30px 0 70px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.3;
}

.footer__navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__navigation-column {
  width: 33.333%;
  padding-right: 30px;
}

.footer__navigation-column:last-child {
  padding-right: 0;
}

.footer__navigation-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.footer__navigation-list {
  margin-bottom: 15px;
}

.footer__navigation-list--submenu .footer__navigation-link {
  font-size: 16px;
}

.footer__navigation-item {
  display: block;
}

.footer__navigation-item + .footer__navigation-item {
  margin-top: 13px;
}

.footer__navigation-link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  color: #898f96;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 583px;
}

.footer__map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px rgba(111, 111, 111, 0.41);
  box-shadow: 0 0 7px rgba(111, 111, 111, 0.41);
  margin-bottom: 15px;
}

.footer__map {
  height: 320px;
}

.footer__map iframe {
  width: 100%;
  height: 100%;
}

.footer__map-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-right: 3px solid #898f96;
  background: #ffffff;
  -webkit-transform: skew(-30deg, 0) translateX(-60%);
  -ms-transform: skew(-30deg, 0) translateX(-60%);
  transform: skew(-30deg, 0) translateX(-60%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__map-logo {
  display: block;
  width: 270px;
  -webkit-transform: skew(30deg, 0) translateX(55px);
  -ms-transform: skew(30deg, 0) translateX(55px);
  transform: skew(30deg, 0) translateX(55px);
}

.footer__map-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__location,
.footer__phones,
.footer__mail {
  padding-left: 45px;
  font-size: 18px;
  margin-bottom: 43px;
}

.footer__location {
  width: 64.5%;
  padding-right: 20px;
  padding-left: 45px;
}

.footer__phones {
  width: 35.5%;
  padding-left: 47px;
  line-height: 1.5;
}

.footer__mail {
  width: 64.5%;
  padding-right: 20px;
  padding-left: 47px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0;
}

.footer__socials {
  width: 35.5%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__socials .socials__link {
  width: 47px;
}

.footer__socials .socials__link img {
  max-height: 47px;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 49;
}

.modal__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.modal__content {
  width: 97vw;
  max-width: 563px;
  max-height: 95vh;
  background: #ffffff url("../images/decor/modal-form-bg.jpg") right top no-repeat;
  background-size: 110% auto;
  border-radius: 60px 0 60px 0;
  -webkit-box-shadow: 0 0 30px #000000;
  box-shadow: 0 0 30px #000000;
  z-index: 50;
  padding: 65px 85px 107px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.modal__close {
  width: 40px;
  height: 40px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal__close::before {
  font-size: 23px;
  line-height: 1;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 23px;
}

.modal__subtitle {
  font-size: 18px;
  line-height: 1.2;
}

.modal__subtitle + .modal__subtitle {
  margin-top: 25px;
}

.modal__form {
  margin-top: 90px;
}

.modal__form-group {
  margin-bottom: 48px;
}

.modal__form-input {
  display: block;
  width: 100%;
  min-height: 32px;
  font-size: 18px;
  line-height: 1.78;
  color: #000000;
  border-bottom: 1px solid #6c6c6c;
}

.modal__form-input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #797979;
}

.modal__form-input::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #797979;
}

.modal__form-input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #797979;
}

.modal__form-input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #797979;
}

.modal__form-input::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #797979;
}

.modal__form-input:focus {
  outline: none;
  border-color: #dbbe9b;
}

.modal__form-input.error {
  color: #e92424;
  border-bottom-color: #e92424;
}

.modal__form-input.error::-webkit-input-placeholder {
  color: #e92424;
}

.modal__form-input.error::-moz-placeholder {
  color: #e92424;
}

.modal__form-input.error:-ms-input-placeholder {
  color: #e92424;
}

.modal__form-input.error::-ms-input-placeholder {
  color: #e92424;
}

.modal__form-input.error::placeholder {
  color: #e92424;
}

.modal__form-error {
  font-size: 11px;
  line-height: 21px;
  color: #e92424;
  text-align: right;
}

.modal__form-submit {
  margin-top: 52px;
  background: #dbbe9b;
  padding: 24px 50px 23px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.modal__thanks {
  display: none;
}

#modal-qweez .modal__content {
  max-width: 1440px;
  height: 95vh;
  max-height: 833px;
  background: #ffffff url("../images/decor/modal-qweez-bg.jpg") center no-repeat;
  background-size: 100% 100%;
  padding: 95px 123px 70px;
  text-align: left;
}

#modal-qweez .modal__main {
  height: 100%;
}

#modal-qweez .modal__thanks {
  text-align: center;
  min-height: 350px;
}

.modal__qweez-form {
  height: 100%;
}

.modal__qweez {
  display: none;
  min-height: 100%;
}

.modal__qweez:first-child {
  display: block;
}

.modal__qweez:first-child .qweez__button--prev {
  visibility: hidden;
  opacity: 0;
}

.modal__qweez:last-child .qweez__button--next {
  visibility: hidden;
  opacity: 0;
}

.qweez {
  height: 100%;
}

.qweez__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qweez__title {
  font-family: 'Calligraph-TYGRA';
  font-size: 72px;
  line-height: 0.8;
  text-align: center;
  margin-bottom: 20px;
}

.qweez__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qweez__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qweez__content--1 {
  max-width: 950px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qweez__content--2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qweez__content--2 .qweez__item {
  width: 25%;
}

.qweez__content--3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.qweez__content--3 .qweez__item {
  width: 20%;
}

.qweez__content--5 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.qweez__item {
  width: 20%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qweez input[type="radio"] {
  display: none;
}

.qweez input[type="radio"]:checked ~ .qweez__item-label .qweez__item-image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: relative;
}

.qweez input[type="radio"]:checked ~ .qweez__item-label .qweez__item-image::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  position: absolute;
  left: 0;
  top: 0;
}

.qweez input[type="radio"]:checked ~ .qweez__item-label .qweez__item-image::after {
  content: '';
  width: 55px;
  height: 32px;
  border-left: 10px solid #dbbe9b;
  border-bottom: 10px solid #dbbe9b;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-45%, -75%) rotate(-45deg);
  -ms-transform: translate(-45%, -75%) rotate(-45deg);
  transform: translate(-45%, -75%) rotate(-45deg);
}

.qweez__item-label {
  cursor: pointer;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 184px;
  height: 184px;
  border-radius: 50%;
  border: 4px solid #dbbe9b;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.qweez__item-label:focus,
.qweez__item-label:active {
  outline: none;
}

.qweez__item-image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.qweez__item-title {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.qweez__error {
  padding-left: 50px;
  font-size: 14px;
  line-height: 21px;
  color: #e92424;
}

.qweez__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
}

.qweez__buttons span {
  display: inline-block;
  margin: 0 50px;
}

.qweez__button {
  width: 60px;
  height: 60px;
}

.qweez__button::before {
  font-size: 60px;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.qweez__button--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qweez__range-wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.qweez__text-wrap {
  width: 46%;
  padding: 75px 35px 0;
}

.qweez__text {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
}

.qweez__form-wrap {
  width: 55%;
}

.qweez__form {
  max-width: 390px;
  margin: 0 auto;
  padding-top: 35px;
  text-align: center;
}

.qweez .modal__form-group {
  margin-bottom: 20px;
}

.irs--flat .irs-line {
  background: #525252;
  border-radius: 10px;
  height: 20px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5), inset 0 -2px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5), inset 0 -2px 0px rgba(255, 255, 255, 0.5);
}

.irs--flat .irs-bar {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe4c3), to(#b39b7f));
  background: -o-linear-gradient(top, #ffe4c3, #b39b7f);
  background: linear-gradient(to bottom, #ffe4c3, #b39b7f);
  -webkit-box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px #000000;
  height: 12px;
  top: auto;
  bottom: -1px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

.irs--flat .irs-handle {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe4c3), to(#b39b7f));
  background: -o-linear-gradient(top, #ffe4c3, #b39b7f);
  background: linear-gradient(to bottom, #ffe4c3, #b39b7f);
  -webkit-box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px #000000;
  top: 16px;
}

.irs--flat .irs-handle > i:first-child {
  display: none;
}

.irs--flat .irs-handle::after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.irs--flat .irs-handle.from {
  left: 8.3%;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  padding: 15px 28px 14px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe4c3), to(#b39b7f));
  background: -o-linear-gradient(top, #ffe4c3, #b39b7f);
  background: linear-gradient(to bottom, #ffe4c3, #b39b7f);
  -webkit-box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px #000000;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  top: -48px;
  left: 4.5%;
}

.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before {
  display: none;
}

.irs--flat .irs-from::after,
.irs--flat .irs-to::after,
.irs--flat .irs-single::after {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 10px solid #b39b7f;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
  -ms-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
}

.brides {
  padding-top: 100px;
}

.brides__inner {
  max-width: 955px;
  margin: 0 auto;
  padding: 90px 155px 170px;
  border: 3px solid #000000;
  text-align: center;
  position: relative;
}

.brides__inner::before,
.brides__inner::after {
  content: '';
  background: url("../images/decor/blog-page-decor-rose.jpg") center/contain no-repeat;
  position: absolute;
}

.brides__inner::before {
  width: 220px;
  height: 260px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  left: 0;
  top: 0;
  z-index: 1;
}

.brides__inner::after {
  width: 400px;
  height: 310px;
  -webkit-transform: translate(40%, 22%) rotate(106deg);
  -ms-transform: translate(40%, 22%) rotate(106deg);
  transform: translate(40%, 22%) rotate(106deg);
  right: 0;
  bottom: 0;
}

.brides__title {
  margin-bottom: 85px;
}

.brides__text {
  max-width: 565px;
  margin: 0 auto 27px;
  font-weight: 300;
  line-height: 1.25;
}

.brides__thanks {
  font-weight: 300;
  line-height: 1.25;
}

.gallery-block {
  padding: 100px 0 225px;
}

.gallery-block__inner {
  margin-bottom: 8px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.gallery__item-wrap {
  width: 25%;
  padding: 0 12px;
  margin-bottom: 23px;
}

.gallery__item-wrap--big {
  width: 50%;
  padding: 68px 93px;
}

.gallery__item-wrap--big .gallery__item {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.gallery__item {
  width: 100%;
  padding-bottom: 162%;
  position: relative;
  overflow: hidden;
}

.gallery__item-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.gallery__item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.84);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.gallery__item-text p {
  max-width: 260px;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}

.gallery__item-gallery {
  display: none;
}

.gallery__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__item-title {
  max-width: 260px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
}

.gallery__item-link {
  display: inline-block;
  color: #dbbe9b;
  margin-bottom: 15px;
}

.gallery__item-icon {
  display: inline-block;
  width: 59px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.gallery__item-icon img {
  display: block;
  width: 100%;
  max-height: 59px;
}

.catalog-category__inner {
  border: 5px solid #dbbe9b;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-category__images {
  width: 48.5%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-category__image {
  width: 51.5%;
  height: 508px;
}

.catalog-category__image.ibg {
  background-position: right center;
}

.catalog-category__image--first {
  position: relative;
  z-index: 1;
}

.catalog-category__image--second {
  position: relative;
  top: 63px;
  right: 23px;
}

.catalog-category__info-wrap {
  position: relative;
  width: 51.5%;
  padding: 5px;
}

.catalog-category__info {
  max-height: 615px;
  position: relative;
}

.catalog-category__info::after {
  content: '';
  width: 100%;
  height: 20px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.catalog-category__title {
  width: 100%;
  padding: 5px 120px 20px 90px;
  background: #ffffff;
  font-family: 'Calligraph-TYGRA';
  font-size: 96px;
  line-height: 0.8;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.catalog-category__title::before,
.catalog-category__title::after {
  content: '';
  width: 95px;
  height: 90px;
  background: url("../images/decor/zavitok1.png") center/contain no-repeat;
  position: absolute;
  top: 18px;
}

.catalog-category__title::before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 0;
}

.catalog-category__title::after {
  right: 35px;
}

.catalog-category__description {
  padding-top: 105px;
}

.catalog-category__text {
  padding: 0 60px 50px 30px;
}

.catalog-category__paragraph {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.67;
}

.catalog-category__paragraph + .catalog-category__paragraph {
  margin-top: 25px;
}

.catalog-category__button {
  margin-top: 100px;
  padding: 21px 69px 20px;
}

.catalog-category .mCSB_scrollTools {
  z-index: 1;
}

.catalog-block {
  padding: 150px 0 225px;
  position: relative;
}

.catalog-block__decor {
  display: block;
  position: absolute;
  z-index: -1;
}

.catalog-block__decor--1,
.catalog-block__decor--3,
.catalog-block__decor--4 {
  width: 150px;
  height: 150px;
  background: url("../images/decor/zavitok1.png") center/contain no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-block__decor--1 {
  right: 0;
  top: 15%;
}

.catalog-block__decor--2 {
  width: 580px;
  height: 600px;
  background: url("../images/decor/zavitok2.png") center/contain no-repeat;
  -webkit-transform: rotate(-155deg);
  -ms-transform: rotate(-155deg);
  transform: rotate(-155deg);
  left: -250px;
  top: 45%;
}

.catalog-block__decor--3 {
  right: 0;
  top: 41.5%;
}

.catalog-block__decor--4 {
  left: 0;
  bottom: 14.5%;
}

.catalog-block__decor--5 {
  width: 580px;
  height: 600px;
  background: url("../images/decor/zavitok2.png") center/contain no-repeat;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  right: -130px;
  bottom: 0;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.catalog__item-wrap {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.catalog__item-wrap.new .catalog__item-label--new {
  display: block;
}

.catalog__item-wrap.share .catalog__item-label--share {
  display: block;
}

.catalog__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fbf8f5;
}

.catalog__item-picture {
  width: 100%;
  padding-bottom: 162%;
  position: relative;
  overflow: hidden;
}

.catalog__item-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog__item-image::before {
  content: '';
  width: 50px;
  height: 50px;
  background: url("../images/icons/icon-zoom.png") center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}

.catalog__item-image::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog__item-gallery {
  display: none;
}

.catalog__item-labels {
  width: 100%;
  padding-right: 11px;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__item-label {
  display: none;
  padding: 11px 15px 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.catalog__item-label span {
  display: inline-block;
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
}

.catalog__item-label--new {
  background: #dbbe9b;
}

.catalog__item-label--share {
  background: #e9f3ff;
  margin-left: 2px;
}

.catalog__item-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  width: 100%;
  padding: 23px 18px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog__item-title {
  font-size: 18px;
  line-height: 1.2;
  margin-right: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog__item-code {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.catalog__item-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__item-price {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.27;
  color: #6685a8;
}

.catalog__item-old {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #a5a6a8;
  margin-left: 40px;
  position: relative;
}

.catalog__item-old::after {
  content: '';
  width: 116%;
  height: 1px;
  background: #7d7c7a;
  position: absolute;
  top: 49%;
  left: -8%;
}

.catalog__item-rents {
  padding: 10px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__item-rent {
  width: 50%;
  text-align: center;
}

.catalog__item-rent--second {
  border-left: 1px solid #7d7c7a;
}

.catalog__item-count {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 13px;
}

.catalog__item-amount {
  display: block;
  font-weight: 600;
  line-height: 1;
}

.rent-top {
  padding-top: 50px;
}

.rent-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rent-top__image {
  width: 42.5%;
}

.rent-top__info {
  width: 57.5%;
  padding-left: 100px;
}

.rent-top__title {
  margin-bottom: 40px;
}

.rent-top__paragraph + .rent-top__paragraph {
  margin-top: 30px;
}

.rent-advantages {
  padding-top: 135px;
}

.rent-advantages__decor {
  display: block;
  max-width: 66%;
  height: 2px;
  margin: 0 auto 75px;
  background: #000000;
  position: relative;
}

.rent-advantages__decor::after {
  content: '';
  width: 74.3%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rent-advantages__decor--rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 auto;
}

.rent-advantages__title {
  margin-bottom: 115px;
}

.rent-advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px 15px;
}

.rent-advantages__item {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rent-advantages__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 90px;
  margin-right: 65px;
}

.rent-advantages__item-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.rent-advantages__item-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.rent-advantages__item-text {
  font-weight: 300;
  font-size: 18px;
}

.rent-block {
  padding-top: 55px;
}

.rent-block__title {
  margin-bottom: 55px;
}

.rent-block__more-wrap {
  text-align: center;
}

.rent-block__more {
  margin-top: 70px;
  display: inline-block;
  padding: 24px 103px 23px 53px;
  background: #6685a8;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.rent-block__more span {
  position: relative;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.rent-block__more span::after {
  content: '';
  width: 30px;
  height: 32px;
  background: url("../images/icons/icon-double-arrow.png") center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(52px, -50%);
  -ms-transform: translate(52px, -50%);
  transform: translate(52px, -50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.rent-information .information__inner {
  position: relative;
}

.rent-information .information__title {
  width: 100%;
  padding: 30px 120px 20px;
  background: #ffffff;
  font-family: 'Calligraph-TYGRA';
  font-size: 60px;
  line-height: 0.8;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.rent-information .information__text {
  padding-top: 100px;
}

.blog {
  padding-bottom: 230px;
  position: relative;
}

.blog::before {
  content: '';
  width: 400px;
  height: 320px;
  background: url("../images/decor/blog-page-decor-rose.jpg") center/contain no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: -85px;
  top: 115px;
  z-index: -1;
}

.blog::after {
  content: '';
  width: 300px;
  height: 220px;
  background: url("../images/decor/blog-page-decor-rose.jpg") center/contain no-repeat;
  position: absolute;
  right: -45px;
  top: 550px;
  z-index: -1;
}

.blog__main-title {
  display: none;
}

.blog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -45px;
}

.blog__item-wrap {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 75px;
}

.blog__item {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog__item-top {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5px;
}

.blog__item-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 10px 10px 0;
  font-weight: 500;
  font-size: 36px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog__item-date {
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog__item-picture {
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}

.blog__item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__item {
  display: inline-block;
  padding: 0 14px;
  line-height: 1;
}

.pagination__arrow {
  width: 60px;
  height: 60px;
}

.pagination__arrow::before {
  font-size: 60px;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pagination__arrow--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination__link {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pagination__link.active {
  color: #dbbe9b;
}

.page-subscribe {
  display: none;
}

.contacts-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-info__content {
  width: 40.4%;
  border: 3px solid #000000;
  padding: 65px 55px 85px 50px;
}

.contacts-info__title {
  margin-bottom: 70px;
}

.contacts-info__location,
.contacts-info__phones,
.contacts-info__mail,
.contacts-info__time {
  font-weight: 300;
  font-size: 24px;
  padding-left: 80px;
  margin-bottom: 45px;
}

.contacts-info__location::before,
.contacts-info__phones::before,
.contacts-info__mail::before,
.contacts-info__time::before {
  color: #000000;
}

.contacts-info__phones .phones-block__phone {
  display: block;
}

.contacts-info__time {
  margin-bottom: 50px;
}

.contacts-info__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-info__socials .socials__link {
  width: 60px;
}

.contacts-info__socials .socials__link img {
  max-height: 60px;
}

.contacts-info__socials .socials__link + .socials__link {
  margin-left: 17px;
}

.contacts-info__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-info__link {
  display: inline-block;
}

.contacts-info__link::before {
  display: inline-block;
  font-size: 60px;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contacts-info__link + .contacts-info__link {
  margin-left: 25px;
}

.contacts-info__map {
  width: 59.6%;
  padding-left: 30px;
}

.contacts-info__map iframe {
  width: 100%;
  height: 100%;
}

.contacts-recall {
  padding: 150px 0 215px;
  text-align: center;
  position: relative;
}

.contacts-recall::before {
  content: '';
  width: 640px;
  height: 675px;
  background: url("../images/decor/zavitok2.png") center/contain no-repeat;
  -webkit-transform: rotateX(180deg) rotate(90deg) translate(70px, 200px);
  transform: rotateX(180deg) rotate(90deg) translate(70px, 200px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.contacts-recall::after {
  content: '';
  width: 200px;
  height: 210px;
  background: url("../images/decor/zavitok1.png") center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: -25px;
}

.contacts-recall__decor {
  display: block;
  max-width: 66%;
  height: 2px;
  margin: 0 auto 100px;
  background: #000000;
  position: relative;
}

.contacts-recall__decor::after {
  content: '';
  width: 74.3%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contacts-recall__decor--rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 auto;
}

.contacts-recall__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contacts-recall__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 90px;
}

.contacts-recall__form {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
}

.contacts-recall .modal__form-group {
  margin-bottom: 40px;
}

.contacts-recall .modal__form-input {
  font-size: 18px;
  line-height: 1.78;
  color: #000000;
}

.contacts-recall .modal__form-input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.78;
  color: #b0b0b0;
}

.contacts-recall .modal__form-input::-moz-placeholder {
  font-size: 18px;
  line-height: 1.78;
  color: #b0b0b0;
}

.contacts-recall .modal__form-input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.78;
  color: #b0b0b0;
}

.contacts-recall .modal__form-input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.78;
  color: #b0b0b0;
}

.contacts-recall .modal__form-input::placeholder {
  font-size: 18px;
  line-height: 1.78;
  color: #b0b0b0;
}

.contacts-recall .modal__form-error {
  font-size: 12px;
  line-height: 21px;
  color: #e92424;
}

.contacts-recall .modal__form-submit {
  margin: 88px 0 95px;
  padding: 25px 50px 24px;
  background: #dbbe9b;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .button:hover,
  .button:focus {
    background: #000000;
    color: #ffffff;
  }

  .slider__arrow:hover::before,
  .slider__arrow:focus::before {
    color: #dbbe9b;
  }

  .slick-dots button:hover,
  .slick-dots button:focus {
    background: #bcc7da;
  }

  .header__language-button:hover,
  .header__language-button:focus {
    background: #c3c8d1;
  }

  .header__language-item:hover,
  .header__language-item:focus {
    background: #c3c8d1;
  }

  .header__menu-link:hover,
  .header__menu-link:focus {
    color: #dbbe9b;
  }

  .header__menu-link:hover::after,
  .header__menu-link:focus::after {
    color: #dbbe9b;
  }

  .header__submenu-link:hover,
  .header__submenu-link:focus {
    text-decoration: underline;
  }

  .header__burger:hover span,
  .header__burger:focus span {
    background: #dbbe9b;
  }

  .location-block:hover::before,
  .time-block:hover::before,
  .phones-block:hover::before,
  .mail-block:hover::before {
    color: #dbbe9b;
  }

  .phones-block__phone:hover,
  .phones-block__phone:focus {
    color: #dbbe9b;
  }

  .mail-block:hover {
    color: #dbbe9b;
  }

  .mail-block:hover::before {
    color: #dbbe9b;
  }

  .socials__link:hover,
  .socials__link:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .pulse-button:hover .pulse-button__icon,
  .pulse-button:focus .pulse-button__icon {
    background: #9db6d6;
  }

  .pulse-button:hover::before,
  .pulse-button:focus::before {
    border-color: #b0c0d3;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }

  .pulse-button:hover::after,
  .pulse-button:focus::after {
    border-color: #becadb;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }

  .online-button__link:hover::before,
  .online-button__link:focus::before {
    opacity: 1;
  }

  .choice-button__link:hover,
  .choice-button__link:focus {
    background: #b7c5d6;
  }

  .subscribe__submit:hover,
  .subscribe__submit:focus {
    background: #dba96d;
  }

  .subscribe__link:hover,
  .subscribe__link:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .footer__navigation-link:hover,
  .footer__navigation-link:focus {
    color: #dbbe9b;
  }

  .modal__close:hover::before,
  .modal__close:focus::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .modal__form-submit:hover,
  .modal__form-submit:focus {
    background: #dba96d;
  }

  .qweez__item-label:hover .qweez__item-image,
  .qweez__item-label:focus .qweez__item-image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .qweez__button:hover::before,
  .qweez__button:focus::before {
    color: #dbbe9b;
  }

  .gallery__item-image:hover .gallery__item-text,
  .gallery__item-image:focus .gallery__item-text {
    opacity: 1;
  }

  .gallery__item-link:hover,
  .gallery__item-link:focus {
    color: #dbbe9b;
    text-decoration: underline;
  }

  .gallery__item-icon:hover,
  .gallery__item-icon:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .catalog__item-image:hover,
  .catalog__item-image:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .catalog__item-image:hover::after,
  .catalog__item-image:hover::before,
  .catalog__item-image:focus::after,
  .catalog__item-image:focus::before {
    opacity: 1;
  }

  .catalog__item-data:hover,
  .catalog__item-data:focus {
    color: #dbbe9b;
  }

  .rent-block__more:hover,
  .rent-block__more:focus {
    background: #4f6c8c;
  }

  .rent-block__more:hover span::after,
  .rent-block__more:focus span::after {
    -webkit-transform: translate(62px, -50%);
    -ms-transform: translate(62px, -50%);
    transform: translate(62px, -50%);
  }

  .blog__item:hover .blog__item-title,
  .blog__item:hover .blog__item-date,
  .blog__item:focus .blog__item-title,
  .blog__item:focus .blog__item-date {
    color: #dbbe9b;
  }

  .blog__item:hover .blog__item-image,
  .blog__item:focus .blog__item-image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .pagination__arrow:hover::before,
  .pagination__arrow:focus::before {
    color: #dbbe9b;
  }

  .pagination__link:hover,
  .pagination__link:focus {
    color: #dbbe9b;
  }

  .contacts-info__link:hover::before,
  .contacts-info__link:focus::before {
    color: #dbbe9b;
  }

  .contacts-recall .modal__form-submit:hover,
  .contacts-recall .modal__form-submit:focus {
    background: #dba96d;
  }
}

@media (max-width: 1915px) {
  .pulse-button__wrap {
    left: 84px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .online-button {
    right: 70px;
  }

  .online-button__link::after {
    width: 70px;
    height: 86px;
    right: -40px;
    bottom: -5px;
  }

  .top__title {
    font-size: 100px;
  }

  #modal-qweez .modal__content {
    background-size: 103% 106%;
    padding: 50px 75px;
    max-height: 700px;
  }

  .qweez__item-label {
    width: 150px;
    height: 150px;
  }

  .gallery-block {
    padding-bottom: 150px;
  }

  .catalog-block {
    padding: 100px 0;
  }

  .catalog-block__decor--5 {
    width: 500px;
    height: 510px;
  }

  .blog {
    padding-bottom: 100px;
  }

  .contacts-recall {
    padding: 75px 0;
  }

  .contacts-recall::before {
    width: 400px;
    height: 420px;
    -webkit-transform: rotateX(180deg) rotate(80deg) translate(70px, 200px);
    transform: rotateX(180deg) rotate(80deg) translate(70px, 200px);
  }

  .contacts-recall::after {
    top: 0;
  }

  .contacts-recall__decor {
    margin-bottom: 50px;
  }

  .contacts-recall__decor--rotate {
    margin: 0 auto;
  }

  .contacts-recall__subtitle {
    margin-bottom: 50px;
  }

  .contacts-recall .modal__form-submit {
    margin: 50px 0;
  }
}

@media (max-width: 1600px) {
  .container {
    padding: 0 50px;
  }

  .header__submenu {
    padding: 20px 30px;
  }

  .pulse-button {
    width: 75px;
    height: 75px;
  }

  .pulse-button__wrap {
    width: 75px;
    height: 75px;
    left: 30px;
    bottom: 30px;
  }

  .pulse-button::before {
    width: 125px;
    height: 125px;
    left: -25px;
    top: -25px;
  }

  .pulse-button::after {
    border-width: 2px;
    width: 105px;
    height: 105px;
    border-width: 7px;
    left: -15px;
    top: -15px;
  }

  .pulse-button__icon::before {
    font-size: 40px;
  }

  .choice-button {
    -webkit-transform: rotate(-90deg) translateX(140px);
    -ms-transform: rotate(-90deg) translateX(140px);
    transform: rotate(-90deg) translateX(140px);
  }

  .choice-button__link {
    font-size: 16px;
    padding: 12px 20px;
  }

  .top__counters {
    font-size: 30px;
    top: 58px;
  }

  .top__info-wrap {
    padding-bottom: 250px;
  }

  .top__info {
    padding: 75px 20px 100px;
  }

  .top__title {
    font-size: 80px;
  }

  .top .slider__arrow--prev {
    right: calc(17% + 75px);
  }

  .rent__info-wrap {
    min-height: 750px;
  }

  .rent__info {
    padding: 30px 20px;
  }

  .rent__title {
    font-size: 100px;
    margin-bottom: 30px;
  }

  .rent__text {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .rent__image.ibg {
    background-position: right -50px bottom;
  }

  .rent__services {
    padding: 30px 30px 30px 50px;
  }

  .rent__service {
    padding-left: 60px;
    font-size: 22px;
  }

  .rent__service + .rent__service {
    margin-top: 20px;
  }

  .test::after {
    width: 400px;
    height: 400px;
    right: -8px;
  }

  .test__info-wrap {
    padding: 50px 0 100px;
  }

  .test__info {
    padding: 50px 30px;
  }

  .test__title {
    font-size: 80px;
  }

  .test__text {
    font-size: 22px;
  }

  .collection {
    padding-top: 100px;
  }

  .collection__slide-backgroud {
    min-height: 600px;
  }

  .collection .slider__arrow {
    top: 521px;
  }

  .collection .slick-dots {
    top: 550px;
  }

  .information__inner {
    max-width: 92%;
    margin: 0 auto;
  }

  .information__decor::before,
  .information__decor::after {
    width: 60px;
    height: 58px;
  }

  .information__decor::before {
    -webkit-transform: translate(10px, 65px) rotateY(180deg);
    transform: translate(10px, 65px) rotateY(180deg);
  }

  .information__decor::after {
    -webkit-transform: translate(-35px, 65px);
    -ms-transform: translate(-35px, 65px);
    transform: translate(-35px, 65px);
  }

  .information__decor--bottom::before {
    -webkit-transform: translate(10px, -5px) rotate(180deg);
    -ms-transform: translate(10px, -5px) rotate(180deg);
    transform: translate(10px, -5px) rotate(180deg);
  }

  .information__decor--bottom::after {
    -webkit-transform: translate(-35px, -5px) rotateX(180deg);
    transform: translate(-35px, -5px) rotateX(180deg);
  }

  .information__block::before {
    height: 20px;
  }

  .information__block::after {
    height: 20px;
  }

  .information__text {
    max-width: calc(100% - 165px);
    padding: 20px 0 20px;
  }

  .modal__content {
    padding: 50px 85px;
  }

  .modal__subtitle + .modal__subtitle {
    margin-top: 15px;
  }

  .modal__form {
    margin-top: 50px;
  }

  .modal__form-group {
    margin-bottom: 30px;
  }

  .modal__form-submit {
    margin-top: 20px;
  }

  #modal-qweez .modal__content {
    background-size: 103% 106%;
    padding: 50px 75px;
    max-height: 630px;
  }

  #modal-qweez .modal__close {
    right: 10px;
    top: 10px;
  }

  .brides {
    padding-top: 85px;
  }

  .brides__inner {
    padding: 75px 120px 120px;
  }

  .brides__inner::before {
    width: 175px;
    height: 210px;
  }

  .brides__inner::after {
    width: 300px;
    height: 230px;
  }

  .brides__title {
    margin-bottom: 50px;
  }

  .gallery-block {
    padding: 75px 0;
  }

  .catalog-category__title {
    font-size: 80px;
    padding: 5px 100px 20px 70px;
  }

  .catalog-category__title::before,
  .catalog-category__title::after {
    width: 75px;
    height: 73px;
    top: 5px;
  }

  .catalog-category__description {
    padding-top: 90px;
  }

  .catalog-category__text {
    padding: 0 10px 30px;
  }

  .catalog-category__button {
    margin-top: 70px;
  }

  .catalog-block {
    padding: 75px 0;
  }

  .catalog-block__decor--2 {
    width: 400px;
    height: 410px;
    left: -140px;
  }

  .catalog-block__decor--1,
  .catalog-block__decor--3,
  .catalog-block__decor--4 {
    width: 120px;
    height: 120px;
  }

  .catalog-block__decor--5 {
    width: 400px;
    height: 410px;
    right: -80px;
  }

  .catalog-block__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .rent-top__info {
    padding-left: 50px;
  }

  .rent-advantages {
    padding-top: 100px;
  }

  .rent-advantages__title {
    margin-bottom: 50px;
  }

  .rent-advantages__content {
    margin: 0 -20px 15px;
  }

  .rent-advantages__item {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .rent-advantages__item-icon {
    margin-right: 30px;
  }

  .rent-block__more {
    margin-top: 30px;
    padding: 20px 90px 19px 40px;
  }

  .rent-block__more span::after {
    width: 23px;
    height: 24px;
    -webkit-transform: translate(42px, -50%);
    -ms-transform: translate(42px, -50%);
    transform: translate(42px, -50%);
  }

  .rent-block__more:hover span::after,
  .rent-block__more:focus span::after {
    -webkit-transform: translate(52px, -50%);
    -ms-transform: translate(52px, -50%);
    transform: translate(52px, -50%);
  }

  .rent-information .information__title {
    padding: 20px 80px 15px;
  }

  .rent-information .information__text {
    padding-top: 85px;
  }

  .blog {
    padding-bottom: 50px;
  }

  .blog::before {
    width: 250px;
    height: 220px;
  }

  .blog::after {
    width: 200px;
    height: 160px;
    top: 350px;
  }

  .blog .container {
    max-width: 1200px;
  }

  .blog__inner {
    margin: 0 -40px;
  }

  .blog__item-wrap {
    padding: 0 40px;
    margin-bottom: 30px;
  }

  .blog__item-title {
    font-size: 24px;
  }

  .pagination__arrow {
    width: 50px;
    height: 50px;
  }

  .pagination__arrow::before {
    font-size: 50px;
  }

  .pagination__link {
    font-size: 30px;
  }
}

@media (max-width: 1400px) {
  .header__submenu {
    padding: 15px 20px;
  }

  .header__submenu-item + .header__submenu-item {
    margin-top: 8px;
  }

  .top__counters {
    font-size: 24px;
    top: 50px;
  }

  .top__info-wrap {
    padding-bottom: 175px;
  }

  .top__info {
    padding: 50px 20px;
  }

  .top__title {
    font-size: 70px;
    margin-bottom: 50px;
  }

  .top__button {
    padding: 17px 40px 16px;
  }

  .top .slick-current .top__info {
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  .top .slider__arrow {
    width: 45px;
    height: 45px;
    top: 39px;
  }

  .top .slider__arrow::before {
    font-size: 45px;
  }

  .top .slider__arrow--prev {
    right: calc(17% + 60px);
  }

  .top .slider__arrow--next {
    right: calc(17% - 70px);
  }

  .rent {
    padding-top: 100px;
  }

  .rent__info-wrap {
    min-height: 550px;
  }

  .rent__title {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .rent__text {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .rent__button {
    padding: 17px 30px 16px;
  }

  .rent__services {
    padding: 20px 30px;
  }

  .rent__service {
    padding-left: 50px;
  }

  .rent__service span {
    display: inline-block;
  }

  .rent__service--repair::before {
    font-size: 40px;
  }

  .rent__service--adapting::before {
    font-size: 26px;
  }

  .rent__service--choice::before {
    font-size: 30px;
    top: -2px;
  }

  .test {
    padding-top: 100px;
  }

  .test__title {
    font-size: 70px;
    margin-bottom: 10px;
  }

  .test__text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .test__button {
    padding: 17px 30px 16px;
  }

  .invite {
    padding-top: 100px;
  }

  .collection::before {
    width: 125px;
    height: 130px;
    top: -50px;
  }

  .collection {
    padding-top: 75px;
  }

  .collection__title {
    margin-bottom: 50px;
  }

  .collection__slide-backgroud {
    min-height: 450px;
  }

  .collection__slide-title {
    font-size: 50px;
  }

  .collection .slider__arrow {
    top: 371px;
  }

  .collection .slick-dots {
    top: 405px;
  }

  .reasons {
    padding: 100px 0 75px;
  }

  .choice {
    padding: 75px 0;
  }

  .choice__title {
    margin-bottom: 50px;
  }

  .choice .slider__arrow--prev {
    bottom: 8px;
  }

  .information__block {
    max-height: 400px;
  }

  .subscribe {
    padding: 30px 0 150px;
  }

  .subscribe::before {
    width: 170px;
    height: 190px;
    left: 10px;
    bottom: 0;
  }

  .subscribe::after {
    width: 300px;
    height: 310px;
    top: auto;
    bottom: 0;
    right: -50px;
  }

  .subscribe__decor {
    margin-bottom: 50px;
  }

  .subscribe__decor--rotate {
    margin: 0 auto;
  }

  .subscribe__title {
    font-size: 24px;
  }

  .subscribe__middle {
    font-size: 26px;
  }

  #modal-qweez .modal__content {
    background-size: 105% 106%;
    background-position: right -30px center;
    padding: 40px 55px;
    height: auto;
    max-height: 95vh;
  }

  #modal-qweez .modal__main {
    height: auto;
    padding-bottom: 30px;
    position: relative;
  }

  .qweez__title {
    font-size: 62px;
  }

  .qweez__content--1 {
    padding: 50px 0;
  }

  .qweez__content--2 .qweez__item {
    width: 20%;
  }

  .qweez__content--4 {
    padding: 180px 0;
  }

  .qweez__item-label {
    width: 130px;
    height: 130px;
  }

  .qweez__buttons {
    font-size: 24px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -15px;
  }

  .qweez__buttons span {
    margin: 0 20px;
  }

  .qweez__button {
    width: 50px;
    height: 50px;
  }

  .qweez__button::before {
    font-size: 48px;
  }

  .qweez__text-wrap {
    padding: 30px 20px 0;
  }

  .qweez__text {
    font-size: 20px;
  }

  .qweez__text {
    font-size: 18px;
  }

  .qweez__form {
    width: 90%;
    padding-top: 10px;
  }

  .qweez .modal__form-submit {
    padding: 17px 45px 15px;
  }

  .gallery-block {
    padding: 50px 0;
  }

  .gallery__item-wrap--big {
    padding: 40px;
  }

  .catalog-category__images {
    padding: 10px 0 10px 10px;
  }

  .catalog-category__image {
    height: 400px;
  }

  .catalog-category__image.ibg {
    background-position: right top;
  }

  .catalog-category__info {
    max-height: 500px;
  }

  .catalog-category__title {
    font-size: 70px;
  }

  .catalog-category__description {
    padding-top: 80px;
  }

  .catalog-category__paragraph + .catalog-category__paragraph {
    margin-top: 15px;
  }

  .catalog-category__button {
    margin-top: 50px;
  }

  .catalog-block {
    padding: 50px 0;
  }

  .catalog-block__decor--5 {
    width: 300px;
    height: 310px;
    right: -40px;
  }

  .catalog-block__inner {
    max-width: 1100px;
  }

  .catalog__item-label {
    padding: 7px 13px 6px;
  }

  .catalog__item-data {
    padding: 15px 10px;
  }

  .catalog__item-title {
    font-size: 16px;
  }

  .catalog__item-code {
    font-size: 16px;
  }

  .catalog__item-price {
    font-size: 24px;
  }

  .catalog__item-old {
    font-size: 16px;
    margin-left: 20px;
  }

  .catalog__item-rents {
    padding: 5px 5px 10px;
  }

  .catalog__item-count {
    font-size: 16px;
  }

  .catalog__item-amount {
    font-size: 20px;
  }

  .rent-advantages {
    padding-top: 50px;
  }

  .rent-block {
    padding-top: 20px;
  }

  .rent-block__title {
    margin-bottom: 30px;
  }

  .blog .container {
    max-width: 1000px;
  }

  .blog__inner {
    margin: 0 -15px;
  }

  .blog__item-wrap {
    padding: 0 15px;
  }

  .pagination__arrow {
    width: 40px;
    height: 40px;
  }

  .pagination__arrow::before {
    font-size: 40px;
  }

  .pagination__link {
    font-size: 24px;
  }

  .contacts-info__content {
    padding: 30px 20px;
  }

  .contacts-info__title {
    font-size: 80px;
    margin-bottom: 30px;
  }

  .contacts-info__location,
  .contacts-info__phones,
  .contacts-info__mail,
  .contacts-info__time {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
  }

  .contacts-info__location::before,
  .contacts-info__phones::before,
  .contacts-info__mail::before,
  .contacts-info__time::before {
    font-size: 24px;
  }

  .contacts-info__socials .socials__link {
    width: 40px;
  }

  .contacts-info__socials .socials__link img {
    max-height: 40px;
  }

  .contacts-info__link::before {
    font-size: 40px;
  }

  .contacts-info__link + .contacts-info__link {
    margin-left: 15px;
  }

  .contacts-info__link::before {
    font-size: 37px;
  }

  .contacts-recall {
    padding: 50px 0;
  }

  .contacts-recall::before {
    width: 350px;
    height: 360px;
    -webkit-transform: rotateX(180deg) rotate(80deg) translate(-15px, 175px);
    transform: rotateX(180deg) rotate(80deg) translate(-15px, 175px);
  }

  .contacts-recall::after {
    width: 150px;
    height: 155px;
    right: -20px;
  }

  .contacts-recall__decor {
    margin-bottom: 30px;
  }

  .contacts-recall__decor--rotate {
    margin: 0 auto;
  }

  .contacts-recall__title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .contacts-recall__subtitle {
    margin-bottom: 30px;
  }

  .contacts-recall .modal__form-group {
    margin-bottom: 30px;
  }

  .contacts-recall .modal__form-submit {
    margin: 20px 0 40px;
  }
}

@media (max-width: 1300px) {
  .section-title {
    font-size: 72px;
  }

  .header ~ main {
    padding-top: 260px;
  }

  .header__time {
    display: none;
  }

  .header__bottom-inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo {
    display: block;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 220px;
  }

  .header__navigation {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #ffffff;
    padding: 50px 30px;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .header__navigation.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__navigation::before {
    content: '';
    width: 250px;
    height: 250px;
    background: url("../images/decor/zavitok2.png") center/contain no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg) translate(30px, -20%);
    -ms-transform: rotate(180deg) translate(30px, -20%);
    transform: rotate(180deg) translate(30px, -20%);
  }

  .header__navigation::after {
    content: '';
    width: 120px;
    height: 130px;
    background: url("../images/decor/zavitok1.png") center/contain no-repeat;
    position: absolute;
    right: -65px;
    top: 25%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .header__menu {
    display: block;
    height: 100%;
    overflow-y: auto;
  }

  .header__menu-item {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .header__menu-item--empty {
    display: none;
  }

  .header__menu-link--collapse {
    display: none;
  }

  .header__menu-link--collapse ~ .header__submenu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .header__menu-link--collapse ~ .header__submenu .header__submenu-item {
    padding: 5px 0;
  }

  .header__menu-link--collapse ~ .header__submenu .header__submenu-link {
    font-size: 22px;
  }

  .header__menu-link.active {
    color: #000000;
    font-weight: 500;
  }

  .header__menu-link.active::after {
    color: currentColor;
  }

  .header__menu-link {
    text-transform: none;
    font-size: 22px;
  }

  .header__menu-link--sub::after {
    top: 12px;
  }

  .header__submenu.open {
    display: block;
  }

  .header__submenu {
    position: static;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 30px;
    background: transparent;
  }

  .header__actions {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__burger {
    display: block;
    width: 40px;
    height: 31px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 10;
  }

  .header__burger span {
    display: block;
    width: 100%;
    height: 4px;
    background: #4e5256;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__burger span:first-child {
    top: 0;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0;
  }

  .header.sticky ~ main {
    padding-top: 199px;
  }

  .header.sticky .header__location {
    max-width: 350px;
  }

  .header.sticky .header__navigation {
    padding: 50px 30px;
  }

  .header.sticky .header__logo {
    width: 180px;
  }

  .rent {
    padding-top: 75px;
  }

  .test {
    padding-top: 75px;
  }

  .test::after {
    width: 250px;
    height: 250px;
    right: -5px;
  }

  .invite {
    padding-top: 75px;
  }

  .invite__title {
    margin-bottom: 30px;
  }

  .invite__text {
    margin-bottom: 30px;
  }

  .invite__paragraph {
    font-size: 20px;
  }

  .invite__paragraph + .invite__paragraph {
    margin-top: 30px;
  }

  .invite__socials .socials__link {
    width: 40px;
  }

  .invite__socials .socials__link img {
    max-height: 40px;
  }

  .invite__button {
    padding: 17px 40px 16px;
  }

  .reasons {
    padding: 75px 0 50px;
  }

  .reasons__title {
    font-size: 90px;
    margin-bottom: 40px;
  }

  .reasons__list {
    margin-right: -40px;
  }

  .reasons__item-wrap {
    padding-right: 40px;
  }

  .reasons__item {
    margin-bottom: 75px;
  }

  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__navigation {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 90%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 auto;
    padding-left: 10%;
  }

  .footer__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 950px;
    margin: 0 auto 40px;
  }

  .footer__map-info {
    -webkit-transform: skew(-30deg, 0) translateX(-75%);
    -ms-transform: skew(-30deg, 0) translateX(-75%);
    transform: skew(-30deg, 0) translateX(-75%);
  }

  .footer__location,
  .footer__phones,
  .footer__mail {
    width: 50%;
    margin-bottom: 25px;
  }

  .footer__phones {
    max-width: 230px;
  }

  .footer__socials {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #modal-qweez .modal__content {
    background-size: 102% 106%;
    background-position: right -10px center;
  }

  #modal-qweez .modal__main {
    padding-bottom: 20px;
  }

  .qweez__title {
    font-size: 54px;
  }

  .qweez__content--1 {
    padding: 20px 0;
  }

  .qweez__content--4 {
    padding: 120px 0;
  }

  .qweez__item {
    margin-bottom: 20px;
  }

  .qweez__item-label {
    width: 120px;
    height: 120px;
    margin-bottom: 7px;
  }

  .qweez__buttons {
    font-size: 20px;
  }

  .qweez__buttons span {
    margin: 0 10px;
  }

  .qweez__button {
    width: 40px;
    height: 40px;
  }

  .qweez__button::before {
    font-size: 36px;
  }

  .brides {
    padding-top: 63px;
  }

  .brides__inner {
    padding: 50px 75px 75px;
  }

  .brides__inner::before {
    width: 130px;
    height: 180px;
  }

  .brides__inner::after {
    width: 200px;
    height: 170px;
  }

  .brides__title {
    margin-bottom: 30px;
  }

  .brides__text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .brides__thanks {
    font-size: 20px;
  }

  .catalog-category__button {
    padding: 17px 40px 16px;
  }

  .rent-top__title {
    margin-bottom: 25px;
  }

  .rent-top__paragraph {
    font-size: 20px;
  }

  .rent-top__paragraph + .rent-top__paragraph {
    margin-top: 15px;
  }

  .rent-information .information__title {
    font-size: 48px;
  }

  .rent-information .information__text {
    padding-top: 75px;
  }
}

@media (max-width: 1300px) and (max-width: 768px) {
  .header__menu-link--collapse ~ .header__submenu .header__submenu-link {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .slider__arrow {
    width: 60px;
    height: 60px;
  }

  .slider__arrow::before {
    font-size: 46px;
  }

  .header__location {
    font-size: 14px;
  }

  .header__socials .socials__link {
    width: 30px;
  }

  .header__socials .socials__link img {
    max-height: 30px;
  }

  .top__info-wrap {
    padding-bottom: 125px;
  }

  .top__info {
    padding: 40px 20px 30px;
  }

  .top__title {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .top__button {
    padding: 12px 25px 11px;
  }

  .rent__info {
    font-size: 22px;
    right: auto;
    left: 3%;
    padding: 20px 15px;
    min-width: 420px;
  }

  .rent__title {
    font-size: 70px;
  }

  .rent__text {
    font-size: 20px;
  }

  .rent__button {
    padding: 12px 25px 11px;
  }

  .test::after {
    width: 200px;
    height: 200px;
  }

  .test__info-wrap {
    padding: 30px 0 50px;
  }

  .test__info {
    width: calc(100% + 70px);
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
    padding: 30px 20px;
  }

  .test__title {
    font-size: 60px;
  }

  .test__text {
    font-size: 18px;
  }

  .test__button {
    padding: 12px 25px 11px;
  }

  .collection__slide-pictures {
    margin-bottom: 30px;
  }

  .collection__slide-title {
    font-size: 40px;
  }

  .collection .slider__arrow {
    width: 60px;
    height: 60px;
    top: 391px;
  }

  .collection .slider__arrow::before {
    font-size: 46px;
  }

  .reasons__inner {
    padding: 70px 60px 45px;
  }

  .reasons__title {
    font-size: 80px;
    margin-bottom: 30px;
  }

  .reasons__title {
    font-size: 80px;
    margin-bottom: 30px;
  }

  .reasons__list {
    margin-right: -30px;
  }

  .reasons__item-wrap {
    padding-right: 30px;
  }

  .reasons__item {
    padding-right: 75px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .reasons__item::after {
    width: 75px;
    height: 75px;
    top: 30px;
  }

  .information__block {
    max-height: 300px;
  }

  .subscribe {
    padding-bottom: 70px;
  }

  .subscribe__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
  }

  .subscribe__contact {
    width: 100%;
    margin-bottom: 35px;
  }

  .subscribe__title {
    text-align: center;
    margin-bottom: 20px;
  }

  .subscribe__form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subscribe__middle {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }

  .subscribe__follow {
    width: 100%;
  }

  .modal__content {
    padding: 35px 70px 55px;
  }

  .qweez__content--1 .qweez__item {
    width: 25%;
  }

  .qweez__text-wrap {
    padding-top: 0;
  }

  .qweez .modal__form-submit {
    font-size: 12px;
    padding: 13px 35px 12px;
    margin-top: 10px;
  }

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

  .gallery__item-link {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .gallery__item-icon {
    width: 50px;
  }

  .gallery__item-icon img {
    max-height: 50px;
  }

  .rent-advantages__item-icon {
    width: 60px;
    margin-right: 20px;
  }

  .rent-block__more {
    margin-top: 10px;
    padding: 17px 60px 16px 30px;
    font-size: 16px;
  }

  .rent-block__more span {
    font-size: 16px;
  }

  .rent-block__more span::after {
    width: 19px;
    height: 20px;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
  }

  .rent-block__more:hover span::after,
  .rent-block__more:focus span::after {
    -webkit-transform: translate(42px, -50%);
    -ms-transform: translate(42px, -50%);
    transform: translate(42px, -50%);
  }

  .blog::before,
  .blog::after {
    display: none;
  }

  .contacts-info__title {
    font-size: 60px;
  }

  .contacts-info__location,
  .contacts-info__phones,
  .contacts-info__mail,
  .contacts-info__time {
    font-size: 16px;
    padding-left: 30px;
  }

  .contacts-info__location::before,
  .contacts-info__phones::before,
  .contacts-info__mail::before,
  .contacts-info__time::before {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .header.sticky .header__socials {
    display: none;
  }

  .pulse-button {
    width: 50px;
    height: 50px;
  }

  .pulse-button__wrap {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 20px;
  }

  .pulse-button::before {
    width: 80px;
    height: 80px;
    left: -15px;
    top: -15px;
  }

  .pulse-button::after {
    width: 64px;
    height: 64px;
    border-width: 4px;
    left: -7px;
    top: -7px;
  }

  .pulse-button__icon::before {
    font-size: 26px;
  }

  .rent {
    padding-top: 50px;
  }

  .rent__info {
    min-width: 370px;
  }

  .rent__title {
    font-size: 60px;
    margin-bottom: 5px;
  }

  .rent__service {
    font-size: 20px;
    line-height: 1.3;
    padding-left: 40px;
  }

  .test {
    padding-top: 50px;
  }

  .test::after {
    width: 150px;
    height: 150px;
    right: -2px;
  }

  .invite {
    padding-top: 50px;
  }

  .collection::before {
    width: 100px;
    height: 105px;
    top: -70px;
  }

  .collection {
    padding-top: 50px;
  }

  .collection__title {
    margin-bottom: 40px;
  }

  .reasons {
    padding: 50px 0 30px;
  }

  .reasons__list {
    margin-right: -50px;
  }

  .reasons__item-wrap {
    width: 50%;
    padding-right: 50px;
  }

  .choice {
    padding: 50px 0;
  }

  .footer__navigation {
    width: 100%;
    padding-left: 0;
  }

  .footer__map-info {
    -webkit-transform: skew(-30deg, 0) translateX(-70%);
    -ms-transform: skew(-30deg, 0) translateX(-70%);
    transform: skew(-30deg, 0) translateX(-70%);
  }

  .modal__content {
    max-width: 450px;
    background-size: 120% auto;
    background-position: left -50px top -20px;
    padding: 35px 45px 55px;
  }

  .modal__close {
    width: 30px;
    height: 30px;
  }

  .modal__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .modal__subtitle {
    font-size: 12px;
  }

  .modal__form {
    margin-top: 45px;
  }

  .modal__form-group {
    margin-bottom: 20px;
  }

  .modal__form-submit {
    margin-top: 33px;
    padding: 14px 37px 13px;
    font-size: 12px;
  }

  #modal-qweez .modal__content {
    background-image: none;
    padding: 30px;
  }

  .qweez__content {
    position: relative;
  }

  .qweez__content::before {
    content: '';
    width: 90px;
    height: 70px;
    background: url("../images/decor/modal-qweez-bg-small.jpg") center/contain no-repeat;
    position: absolute;
    left: -40px;
    top: -80px;
    z-index: -1;
  }

  .qweez__content::after {
    content: '';
    width: 90px;
    height: 70px;
    background: url("../images/decor/modal-qweez-bg-small.jpg") center/contain no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: -40px;
    bottom: -50px;
    z-index: -1;
  }

  .qweez__content--2 .qweez__item {
    width: 25%;
  }

  .qweez__content--3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .qweez__content--3 .qweez__item {
    width: 25%;
  }

  .gallery__item-wrap--big .gallery__item {
    position: relative;
  }

  .gallery__item-wrap--big .gallery__item::after {
    content: '';
    width: 100px;
    height: 100px;
    background: url("../images/decor/blog-page-decor-rose.jpg") center/contain no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .gallery__item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .gallery__item-link {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .gallery__item-icon {
    width: 42px;
  }

  .gallery__item-icon img {
    max-height: 42px;
  }

  .catalog-category__image {
    height: 300px;
  }

  .catalog-category__info {
    max-height: 400px;
  }

  .catalog-block__inner {
    max-width: 800px;
  }

  .catalog__item-wrap {
    margin-bottom: 20px;
    width: 50%;
  }

  .catalog__item-wrap:nth-child(n+13) {
    display: none;
  }

  .catalog__item-wrap {
    padding: 0 5px;
  }

  .rent-top {
    padding-top: 20px;
  }

  .rent-top__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rent-top__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    height: 500px;
  }

  .rent-top__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .blog__item-title {
    font-size: 20px;
  }

  .blog__item-date {
    font-size: 14px;
  }

  .pagination__item {
    font-size: 20px;
  }

  .pagination__link {
    font-size: 20px;
  }
}

@media (max-width: 850px) {
  .header ~ main {
    padding-top: 232px;
  }

  .header__top {
    padding: 15px 0;
  }

  .header__location {
    padding-left: 30px;
  }

  .header__location::before {
    font-size: 20px;
  }

  .header__phones {
    padding-left: 30px;
    font-size: 14px;
  }

  .header__phones::before {
    font-size: 20px;
  }

  .header__burger.active {
    -webkit-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
  }

  .header.sticky ~ main {
    padding-top: 187px;
  }

  .header.sticky .header__top {
    padding: 15px 0;
  }

  .header.sticky .header__burger.active {
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  .gallery__item-wrap--big .gallery__item::after {
    width: 70px;
    height: 70px;
  }

  .catalog-block__decor {
    display: none;
  }

  .rent-advantages__content {
    max-width: 650px;
    margin: 0 auto 10px;
  }

  .rent-advantages__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rent-advantages__item-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .rent-advantages__item-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
  }

  .rent-advantages__item-text {
    font-size: 14px;
  }

  .contacts-info__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-info__content {
    width: 100%;
    padding: 25px 0 45px 20px;
  }

  .contacts-info__title {
    font-size: 50px;
  }

  .contacts-info__contacts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contacts-info__socials {
    margin-right: 60px;
  }

  .contacts-info__map {
    width: 100%;
    min-height: 440px;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .header ~ main {
    padding-top: 199px;
  }

  .header__top-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__language-wrap {
    min-width: 45px;
    margin-right: 25px;
  }

  .header__language-button {
    padding: 5px 9px;
    font-size: 9px;
  }

  .header__language-button::before,
  .header__language-button::after {
    display: none;
  }

  .header__language-item {
    padding: 5px 9px;
    font-size: 9px;
  }

  .header__language-item::before,
  .header__language-item::after {
    display: none;
  }

  .header__location {
    max-width: 100%;
    font-size: 12px;
  }

  .header__location span {
    display: inline-block;
  }

  .header__phones {
    display: none;
  }

  .header__menu-link {
    text-transform: none;
    font-size: 16px;
  }

  .header__menu-link--sub::after {
    top: 7px;
  }

  .header__phone {
    display: inline-block;
    margin-right: 25px;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    white-space: nowrap;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__burger.active {
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  .header.sticky ~ main {
    padding-top: 166px;
  }

  .header.sticky .header__location {
    max-width: 100%;
  }

  .header.sticky .header__burger.active {
    -webkit-transform: translateY(-65px);
    -ms-transform: translateY(-65px);
    transform: translateY(-65px);
  }

  .mCSB_scrollTools {
    width: 3px;
    right: 7px;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    border: 0;
    background: #fef6ec;
  }

  .mCSB_dragger {
    min-height: 15px !important;
    max-height: 30px !important;
  }

  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #ffe4c2;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    border-radius: 1px;
    background: #ffe4c2;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar::before,
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar::after {
    display: none;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus {
    background: #ffe4c2 !important;
  }

  .top::before {
    content: '';
    width: 120px;
    height: 100px;
    background: url("../images/decor/zavitok3.png") center/contain no-repeat;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    position: absolute;
    right: -45px;
    bottom: -52px;
    z-index: 1;
  }

  .top__counters {
    display: none;
  }

  .top__slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top__image {
    width: 100%;
    min-height: 450px;
  }

  .top__info-wrap {
    width: 100%;
    padding: 0 25px;
    position: relative;
  }

  .top__info-wrap::before {
    content: '';
    width: 120px;
    height: 100px;
    background: url("../images/decor/zavitok3.png") center/contain no-repeat;
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
    position: absolute;
    left: -45px;
    top: 0;
    z-index: 1;
  }

  .top__info {
    padding: 20px 0 0;
  }

  .top__button {
    padding: 16px 53px 15px;
  }

  .top .slick-current .top__info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .top .slick-dots {
    position: static;
    padding-top: 25px;
    min-height: 28px;
  }

  .top .slick-dots li {
    margin: 0 8px;
  }

  .top .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background: #dbbe9b;
  }

  .top .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .rent {
    position: relative;
  }

  .rent::after {
    content: '';
    width: 120px;
    height: 120px;
    background: url("../images/decor/zavitok2.png") center/contain no-repeat;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    position: absolute;
    right: -5px;
    bottom: -50px;
  }

  .rent__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rent__info-wrap {
    width: 100%;
    min-height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .rent__info {
    position: static;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    text-align: center;
    padding: 15px 15px 0;
  }

  .rent__text {
    font-weight: 300;
    font-size: 18px;
  }

  .rent__text span {
    display: inline-block;
  }

  .rent__button {
    padding: 15px 40px 14px;
    font-size: 14px;
  }

  .rent__image {
    width: 100%;
    min-height: 450px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .rent__services {
    padding: 15px 30px;
    width: 63.75%;
    max-width: 370px;
  }

  .rent__service {
    font-size: 16px;
    padding-left: 30px;
  }

  .rent__service + .rent__service {
    margin-top: 15px;
  }

  .rent__service--repair::before {
    font-size: 28px;
  }

  .rent__service--adapting::before {
    font-size: 16px;
  }

  .rent__service--choice::before {
    font-size: 18px;
    top: 0;
  }

  .test__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .test__image {
    width: 100%;
    min-height: 400px;
  }

  .test__info-wrap {
    width: 100%;
    padding: 0 40px;
  }

  .test__info {
    width: 100%;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    padding: 20px 15px 0;
    text-align: center;
  }

  .test__title {
    font-size: 48px;
    text-align: center;
  }

  .test__text {
    max-width: 100%;
    font-size: 14px;
  }

  .collection__title {
    margin-bottom: 35px;
  }

  .reasons__inner {
    padding: 0;
    background: none;
    color: #000000;
  }

  .reasons__title {
    display: none;
  }

  .reasons__title--hidden {
    display: block;
    font-size: 60px;
    margin-bottom: 20px;
  }

  .reasons__title {
    font-size: 48px;
  }

  .reasons__list {
    margin-right: 0;
  }

  .reasons__item-wrap {
    width: 100%;
    padding: 0 75px;
  }

  .reasons__item-wrap:nth-child(odd) .reasons__item {
    padding-right: 0;
    padding-left: 60px;
  }

  .reasons__item-wrap:nth-child(odd) .reasons__item::after {
    right: auto;
    left: 0;
  }

  .reasons__item {
    padding-right: 60px;
    margin-bottom: 25px;
    font-size: 18px;
  }

  .reasons__item::after {
    width: 45px;
    height: 45px;
    top: 0;
  }

  .reasons__item--1::after {
    background-image: url("../images/icons/reasons-icon1-brown.png");
  }

  .reasons__item--2::after {
    background-image: url("../images/icons/reasons-icon2-brown.png");
  }

  .reasons__item--3::after {
    background-image: url("../images/icons/reasons-icon3-brown.png");
  }

  .reasons__item--4::after {
    background-image: url("../images/icons/reasons-icon4-brown.png");
  }

  .reasons__item--5::after {
    background-image: url("../images/icons/reasons-icon5-brown.png");
  }

  .reasons__item--6::after {
    background-image: url("../images/icons/reasons-icon6-brown.png");
  }

  .information {
    padding: 20px 0;
  }

  .information__inner {
    max-width: 100%;
    border-width: 3px;
  }

  .information__decor::before,
  .information__decor::after {
    display: none;
  }

  .information__block::before {
    display: none;
  }

  .information__block::after {
    display: none;
  }

  .information__block {
    padding: 30px 0 30px;
  }

  .information__text {
    max-width: 95%;
    padding: 0;
  }

  .information__paragraph {
    font-size: 14px;
  }

  .information__paragraph + .information__paragraph {
    margin-top: 18px;
  }

  .subscribe::before {
    display: none;
  }

  .subscribe::after {
    display: none;
  }

  .footer {
    padding: 20px 0 100px;
    position: relative;
  }

  .footer::before {
    content: '';
    width: 80px;
    height: 75px;
    background: url("../images/decor/zavitok1.png") center/contain no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg) translateX(-80px);
    -ms-transform: rotate(180deg) translateX(-80px);
    transform: rotate(180deg) translateX(-80px);
  }

  .footer__navigation {
    display: none;
  }

  .footer__info {
    margin-bottom: 0;
  }

  .footer__map-info {
    -webkit-transform: skew(-30deg, 0) translateX(-76%);
    -ms-transform: skew(-30deg, 0) translateX(-76%);
    transform: skew(-30deg, 0) translateX(-76%);
  }

  .footer__map-logo {
    width: 200px;
    -webkit-transform: skew(30deg, 0) translateX(70px);
    -ms-transform: skew(30deg, 0) translateX(70px);
    transform: skew(30deg, 0) translateX(70px);
  }

  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__location,
  .footer__phones,
  .footer__mail {
    display: inline-block;
  }

  .footer__location {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 320px;
    padding-right: 0;
    margin-bottom: 35px;
    text-align: center;
  }

  .footer__phones {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 37px;
  }

  .footer__mail {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: auto;
    padding-right: 0;
    margin-bottom: 0;
  }

  .footer__socials {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer__socials .socials__link + .socials__link {
    margin-left: 63px;
  }

  .qweez__title {
    font-size: 48px;
  }

  .qweez__content--1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .qweez__content--1 .qweez__item {
    width: 50%;
  }

  .qweez__content--1::after {
    display: none;
  }

  .qweez__content--2 .qweez__item {
    width: 33.333%;
  }

  .qweez__content--2::after {
    display: none;
  }

  .qweez__content--3 .qweez__item {
    width: 33.333%;
  }

  .qweez__content--3::after {
    display: none;
  }

  .qweez__content--4 {
    padding: 70px 0 50px;
  }

  .qweez__content--5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .qweez__item {
    margin-bottom: 10px;
  }

  .qweez__item-label {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
  }

  .qweez__item-title {
    font-size: 14px;
  }

  .qweez__buttons {
    font-size: 14px;
  }

  .qweez__buttons span {
    margin: 0 7px;
  }

  .qweez__button {
    width: 32px;
    height: 32px;
  }

  .qweez__button::before {
    font-size: 30px;
  }

  .qweez__text-wrap {
    width: 100%;
    padding: 10px 0 0;
    margin-bottom: 30px;
  }

  .qweez__text {
    font-size: 14px;
  }

  .qweez__form-wrap {
    width: 100%;
  }

  .qweez__form {
    padding-top: 0;
  }

  .qweez .modal__form-input {
    font-size: 14px;
  }

  .qweez .modal__form-input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .qweez .modal__form-input::-moz-placeholder {
    font-size: 14px;
  }

  .qweez .modal__form-input:-ms-input-placeholder {
    font-size: 14px;
  }

  .qweez .modal__form-input::-ms-input-placeholder {
    font-size: 14px;
  }

  .qweez .modal__form-input::placeholder {
    font-size: 14px;
  }

  .brides__inner {
    padding: 30px;
  }

  .brides__text {
    max-width: 400px;
  }

  .gallery {
    margin: 0 -5px;
  }

  .gallery__item-wrap {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .gallery__item-wrap:nth-child(1),
  .gallery__item-wrap:nth-child(2),
  .gallery__item-wrap:nth-child(3),
  .gallery__item-wrap:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gallery__item-wrap:nth-child(5),
  .gallery__item-wrap:nth-child(n+7) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .gallery__item-wrap--big {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .gallery__item-wrap--big .gallery__item {
    padding: 15px 15px 18px;
  }

  .gallery__item-title {
    max-width: 175px;
    font-size: 16px;
  }

  .gallery__item-link {
    font-size: 16px;
  }

  .gallery__item-icon {
    width: 36px;
  }

  .gallery__item-icon img {
    max-height: 36px;
  }

  .catalog-category__images {
    display: none;
  }

  .catalog-category__info-wrap {
    width: 100%;
  }

  .catalog-category__title {
    font-size: 60px;
    padding: 5px 82px 10px 55px;
  }

  .catalog-category__title::before,
  .catalog-category__title::after {
    width: 53px;
    height: 50px;
  }

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

  .catalog-category__paragraph {
    text-align: left;
    font-size: 14px;
  }

  .catalog__item-data {
    padding: 8px 10px 12px;
  }

  .catalog__item-title {
    font-size: 14px;
  }

  .catalog__item-code {
    font-size: 14px;
  }

  .catalog__item-count {
    font-size: 14px;
  }

  .catalog__item-amount {
    font-size: 18px;
  }

  .rent-top__image {
    width: 300px;
    height: 400px;
  }

  .rent-top__title {
    margin-bottom: 15px;
  }

  .rent-top__paragraph {
    font-size: 16px;
  }

  .rent-advantages__title {
    margin-bottom: 30px;
  }

  .rent-information .information__title {
    padding: 15px 10px 10px;
  }

  .rent-information .information__block {
    padding: 0;
  }

  .blog {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .blog__item-wrap {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .blog__item-title {
    font-size: 16px;
  }

  .blog__item-date {
    font-size: 9px;
  }

  .pagination__item {
    padding: 0 10px;
    font-size: 18px;
  }

  .pagination__item:first-child {
    padding-right: 0;
  }

  .pagination__item:last-child {
    padding-left: 0;
  }

  .pagination__arrow {
    width: 30px;
    height: 30px;
  }

  .pagination__arrow::before {
    font-size: 30px;
  }

  .pagination__link {
    font-size: 18px;
  }

  .page-subscribe {
    display: block;
    text-align: center;
    padding: 0;
  }

  .page-subscribe .subscribe__title {
    margin-bottom: 30px;
  }

  .page-subscribe .subscribe__form {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }

  .page-subscribe .subscribe__input {
    margin-bottom: 20px;
  }

  .contacts-recall::before {
    width: 200px;
    height: 205px;
    -webkit-transform: rotateX(180deg) rotate(80deg) translate(-15px, 90px);
    transform: rotateX(180deg) rotate(80deg) translate(-15px, 90px);
  }

  .contacts-recall::after {
    width: 100px;
    height: 100px;
    right: 0;
  }

  .contacts-recall__title {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .contacts-recall__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .contacts-recall .modal__form-group {
    margin-bottom: 20px;
  }

  .contacts-recall .modal__form-input {
    font-size: 14px;
  }

  .contacts-recall .modal__form-input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .contacts-recall .modal__form-input::-moz-placeholder {
    font-size: 14px;
  }

  .contacts-recall .modal__form-input:-ms-input-placeholder {
    font-size: 14px;
  }

  .contacts-recall .modal__form-input::-ms-input-placeholder {
    font-size: 14px;
  }

  .contacts-recall .modal__form-input::placeholder {
    font-size: 14px;
  }

  .contacts-recall .modal__form-error {
    font-size: 11px;
  }

  .contacts-recall .modal__form-submit {
    padding: 15px 25px 14px;
    font-size: 12px;
    margin: 10px 0 30px;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .header__phone {
    margin-right: 16px;
    font-size: 14px;
  }
}

@media (max-width: 768px) and (max-width: 576px) {
  .footer::before {
    -webkit-transform: rotate(180deg) translate(0, 50px);
    -ms-transform: rotate(180deg) translate(0, 50px);
    transform: rotate(180deg) translate(0, 50px);
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }

  .section-title {
    font-size: 60px;
  }

  .pulse-button {
    display: none;
  }

  .online-button {
    bottom: 75px;
    right: 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #d1dae5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .online-button__link {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d1dae5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .online-button__link::before {
    display: none;
  }

  .online-button__link::after {
    display: none;
  }

  .choice-button {
    bottom: 0;
    -webkit-transform: rotate(0) translateX(0);
    -ms-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    width: 100%;
    text-align: center;
  }

  .choice-button__link {
    width: 100%;
    -webkit-box-shadow: inset 0 0 7px rgba(205, 228, 255, 0.44), 0 -1px 3px #4d5054;
    box-shadow: inset 0 0 7px rgba(205, 228, 255, 0.44), 0 -1px 3px #4d5054;
  }

  .rent__image {
    min-height: 400px;
  }

  .test__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .collection::before {
    display: none;
  }

  .collection {
    padding-top: 33px;
  }

  .collection__slide-pictures {
    margin-bottom: 20px;
  }

  .collection__slide-backgroud {
    min-height: 570px;
  }

  .collection__slide-title {
    font-size: 30px;
  }

  .collection .slick-dots {
    position: static;
    padding-top: 20px;
    min-height: 28px;
  }

  .collection .slick-dots li {
    margin: 0 8px;
  }

  .collection .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background: #dbbe9b;
  }

  .collection .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .reasons {
    padding: 40px 0 15px;
  }

  .reasons__item-wrap {
    padding: 0;
  }

  .choice {
    padding: 30px 0 32px;
  }

  .choice__title {
    margin-bottom: 25px;
  }

  .choice__slider-wrap {
    max-width: 380px;
    margin: 0 auto;
  }

  .choice .slick-dots {
    position: static;
    padding-top: 10px;
    min-height: 28px;
  }

  .choice .slick-dots li {
    margin: 0 8px;
  }

  .choice .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background: #dbbe9b;
  }

  .choice .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .information__block {
    max-height: 550px;
  }

  .subscribe {
    padding: 20px 0;
  }

  .subscribe__decor {
    display: none;
  }

  .subscribe__info {
    margin-bottom: 0;
  }

  .subscribe__contact {
    margin-bottom: 0;
  }

  .subscribe__title {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .subscribe__form {
    display: block;
    text-align: center;
  }

  .subscribe__input {
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 13px 11px 12px;
    border-width: 1px;
    font-size: 14px;
  }

  .subscribe__input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .subscribe__input::-moz-placeholder {
    font-size: 14px;
  }

  .subscribe__input:-ms-input-placeholder {
    font-size: 14px;
  }

  .subscribe__input::-ms-input-placeholder {
    font-size: 14px;
  }

  .subscribe__input::placeholder {
    font-size: 14px;
  }

  .subscribe__submit {
    padding: 15px 25px 14px;
    font-size: 12px;
  }

  .subscribe__middle {
    display: none;
  }

  .subscribe__follow {
    display: none;
  }

  .footer__map-wrap {
    display: none;
  }

  .footer__location,
  .footer__phones,
  .footer__mail {
    padding-left: 38px;
  }

  .footer__location::before,
  .footer__phones::before,
  .footer__mail::before {
    font-size: 26px;
    color: #dbbe9b;
  }

  .footer__location {
    font-size: 14px;
    min-width: 260px;
  }

  .footer__phones {
    font-size: 14px;
    width: 180px;
  }

  .footer__mail {
    font-size: 14px;
  }

  .footer__socials .socials__link {
    width: 37px;
  }

  .footer__socials .socials__link img {
    max-height: 37px;
  }

  .brides {
    padding-top: 30px;
  }

  .brides__inner {
    padding: 0;
    border: none;
  }

  .brides__inner::before {
    width: 100px;
    height: 130px;
    -webkit-transform: translate(-35%, -30%) rotate(-90deg);
    -ms-transform: translate(-35%, -30%) rotate(-90deg);
    transform: translate(-35%, -30%) rotate(-90deg);
    z-index: -1;
  }

  .brides__inner::after {
    width: 150px;
    height: 120px;
    z-index: -1;
  }

  .brides__text {
    font-size: 14px;
    max-width: 300px;
  }

  .brides__thanks {
    font-size: 14px;
  }

  .catalog-category__inner {
    border: none;
  }

  .catalog-category__info::after {
    display: none;
  }

  .catalog-category__title {
    font-size: 48px;
    padding: 5px 70px 10px 42px;
  }

  .catalog-category__title::before,
  .catalog-category__title::after {
    width: 40px;
    height: 37px;
  }

  .catalog-category__description {
    padding-top: 55px;
  }

  .catalog-category__text {
    padding: 0;
  }

  .catalog-category__button {
    padding: 12px 25px 11px;
    margin-top: 30px;
  }

  .catalog-block__inner {
    max-width: 450px;
  }

  .catalog__item-wrap {
    width: 100%;
  }

  .catalog__item-wrap:nth-child(n+7) {
    display: none;
  }

  .rent-advantages__decor {
    display: none;
  }

  .rent-block__more {
    font-size: 12px;
  }

  .rent-block__more span {
    font-size: 12px;
  }

  .rent-block__more span::after {
    width: 15px;
    height: 16px;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
  }

  .blog::after {
    display: block;
    width: 120px;
    height: 100px;
    top: 0;
  }

  .blog__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog__item-wrap {
    width: 100%;
    max-width: 400px;
  }

  .contacts-info__content {
    border: 0;
  }

  .contacts-info__title {
    display: none;
  }

  .contacts-info__location,
  .contacts-info__phones,
  .contacts-info__mail,
  .contacts-info__time {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .contacts-info__location::before,
  .contacts-info__phones::before,
  .contacts-info__mail::before,
  .contacts-info__time::before {
    font-size: 22px;
  }

  .contacts-info__socials {
    margin-right: 40px;
  }

  .contacts-info__socials .socials__link {
    width: 37px;
  }

  .contacts-info__socials .socials__link img {
    max-height: 37px;
  }

  .contacts-recall::before,
  .contacts-recall::after {
    display: none;
  }

  .contacts-recall__decor {
    display: none;
  }

  .contacts-recall .modal__form-submit {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .button {
    font-size: 12px;
    border-width: 2px;
  }

  .header ~ main {
    padding-top: 145px;
  }

  .header__top {
    background: #e7eef8;
  }

  .header__language-wrap {
    line-height: 9px;
  }

  .header__language {
    line-height: 9px;
  }

  .header__location {
    padding-left: 0;
  }

  .header__location::before {
    display: none;
  }

  .header__socials {
    display: none;
  }

  .header__bottom {
    background: #d1dae5;
  }

  .header__logo {
    width: 126px;
  }

  .header__burger.active {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  .header__burger {
    width: 23px;
    height: 18px;
  }

  .header__burger span {
    height: 2px;
    top: calc(50% - 1px);
  }

  .header__burger.active span:first-child {
    top: calc(50% - 1px);
  }

  .header__burger.active span:last-child {
    top: calc(50% - 1px);
  }

  .header.sticky .header__top {
    background: #e7eef8;
  }

  .header.sticky .header__logo {
    width: 126px;
  }

  .top__button {
    font-size: 14px;
  }

  .test::after {
    width: 100px;
    height: 100px;
    right: 0;
    -webkit-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }

  .test__image {
    max-height: 350px;
  }

  .test__info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .test__text {
    display: none;
  }

  .test__button {
    font-size: 12px;
    padding: 12px 28px 11px;
  }

  .invite {
    display: none;
  }

  .collection__slide-backgroud {
    min-height: 500px;
  }

  .reasons__item::after {
    top: 20px;
  }

  .qweez__content::before {
    width: 70px;
    height: 50px;
    left: -43px;
  }

  .qweez__content::after {
    width: 70px;
    height: 50px;
    right: -43px;
  }

  .qweez__content--2 .qweez__item {
    width: 50%;
  }

  .qweez__content--3 .qweez__item {
    width: 50%;
  }

  .qweez__content--4 {
    padding: 20px 0;
  }

  .irs--flat .irs-line {
    border-radius: 6px;
    height: 12px;
  }

  .irs--flat .irs-bar {
    height: 6px;
    border-radius: 3px;
    bottom: 6px;
  }

  .irs--flat .irs-handle {
    width: 18px;
    height: 18px;
    top: 22px;
  }

  .irs--flat .irs-handle.from {
    left: 11%;
  }

  .irs--flat .irs-handle::after {
    width: 7px;
    height: 7px;
  }

  .irs--flat .irs-from,
  .irs--flat .irs-to,
  .irs--flat .irs-single {
    padding: 7px 14px 6px;
    border-radius: 5px;
    font-size: 10px;
    top: -15px;
    left: 12.4%;
  }

  .irs--flat .irs-from::after,
  .irs--flat .irs-to::after,
  .irs--flat .irs-single::after {
    border-width: 4px;
    border-top-width: 6px;
  }

  .brides__inner::before {
    width: 70px;
    height: 100px;
    -webkit-transform: translate(-43%, -65%) rotate(-90deg);
    -ms-transform: translate(-43%, -65%) rotate(-90deg);
    transform: translate(-43%, -65%) rotate(-90deg);
  }

  .brides__inner::after {
    width: 90px;
    height: 70px;
    -webkit-transform: translate(40%, 70%) rotate(106deg);
    -ms-transform: translate(40%, 70%) rotate(106deg);
    transform: translate(40%, 70%) rotate(106deg);
  }

  .brides__text {
    max-width: 250px;
  }

  .catalog-category__inner {
    padding-top: 20px;
  }

  .blog {
    padding-top: 30px;
  }

  .contacts-info__contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contacts-info__socials {
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .top__info-wrap::before {
    width: 75px;
    height: 75px;
    left: -15px;
  }

  .rent__title {
    font-size: 50px;
  }

  .rent__services {
    padding: 15px;
  }

  .test::after {
    width: 75px;
    height: 75px;
  }
}