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

body, html {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  body, html {
    font-size: 14px;
  }
}

.page {
  overflow: hidden;
  min-height: 100%;
  width: 100%;
}

.wa {
  display: block;
}
.wa svg {
  width: 60px;
  height: 60px;
}
@media (max-width: 575px) {
  .wa svg {
    width: 45px;
    height: 45px;
  }
}

.wa-xs {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 55px;
  height: 55px;
  z-index: 2000;
}
@media (max-width: 575px) {
  .wa-xs {
    display: block;
  }
}
.wa-xs svg {
  width: 55px;
  height: 55px;
}

header, .soc-block {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Myriad Pro", sans-serif;
}
header.lg, .soc-block.lg {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  header .header-col, .soc-block .header-col {
    margin-bottom: 15px;
  }
  header .header-col.order-4, .soc-block .header-col.order-4 {
    margin-bottom: 0;
  }
}
header .logo, .soc-block .logo {
  max-height: 40px;
}
@media (max-width: 575px) {
  header .logo, .soc-block .logo {
    max-height: 70px;
  }
}
header .logo svg, .soc-block .logo svg {
  position: relative;
  top: -10px;
  width: 250px;
}
@media (max-width: 575px) {
  header .logo svg, .soc-block .logo svg {
    top: 0;
  }
}
header .icon, .soc-block .icon {
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  top: 0;
}
header .icon svg, .soc-block .icon svg {
  width: 35px;
  height: 35px;
}
header .phone svg, .soc-block .phone svg {
  fill: #df2b21;
}
header .phone a, .soc-block .phone a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2f2f2f;
  text-decoration: none;
}
@media (max-width: 575px) {
  header .phone a, .soc-block .phone a {
    font-size: 16px;
  }
}
header .phone span, .soc-block .phone span {
  font-size: 15px;
  color: #848484;
}
@media (max-width: 575px) {
  header .phone span, .soc-block .phone span {
    font-size: 14px;
  }
}
header .block-with-icon, .soc-block .block-with-icon {
  padding-left: 50px;
  position: relative;
}
header .address svg, header .work-time svg, .soc-block .address svg, .soc-block .work-time svg {
  fill: #4a0033;
}

.h-100 {
  height: 100%;
}

.banner-section {
  height: 730px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/head-banner.jpg);
}
@media (max-width: 575px) {
  .banner-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: top center;
    background-image: url(../img/head-xs-banner.jpg);
  }
}
.banner-section .banner-text {
  font-family: "Open Sans", sans-serif !important;
}
.banner-section .banner-text .banner-title {
  font-size: 51px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 575px) {
  .banner-section .banner-text .banner-title {
    font-size: 26px;
  }
}
.banner-section .banner-text .banner-price {
  font-size: 43px;
  color: #ffffff;
  background-color: #df2b21;
  padding: 15px 30px;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: bold;
  line-height: 0.85;
}
@media (max-width: 575px) {
  .banner-section .banner-text .banner-price {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.banner-section .banner-text .banner-text-text {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .banner-section .banner-text .banner-text-text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.banner-section .banner-text .banner-text-subtext {
  font-size: 19px;
  display: block;
  color: #ffffff;
}
@media (max-width: 575px) {
  .banner-section .banner-text .banner-text-subtext {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.banner-section .banner-form-button-wrapper {
  text-align: center;
  position: relative;
}
.banner-section .banner-form-button-wrapper:before {
  content: "";
  width: 47px;
  height: 70px;
  background-image: url(../img/p-arr.png);
  display: block;
  left: 20px;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
@media (max-width: 575px) {
  .banner-section .banner-form-button-wrapper:before {
    display: none;
  }
}
.banner-section .banner-form {
  padding: 40px 45px;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif !important;
  position: relative;
}
@media (max-width: 575px) {
  .banner-section .banner-form {
    padding: 15px 10px;
  }
}
.banner-section .banner-form:before {
  content: "";
  width: 90%;
  height: 13px;
  background-color: #df2b21;
  top: -13px;
  display: block;
  position: absolute;
  left: 5%;
}
.banner-section .banner-form:after {
  content: "";
  width: 90%;
  height: 13px;
  background-color: #4a0033;
  bottom: -13px;
  display: block;
  position: absolute;
  left: 5%;
}
.banner-section .banner-form .banner-form-title {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #4a0033;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .banner-section .banner-form .banner-form-title {
    font-size: 16px;
  }
}
.banner-section .banner-form .banner-form-title span {
  color: #df2b21;
}
.banner-section .banner-form .banner-form-text {
  color: #5a5a5a;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 575px) {
  .banner-section .banner-form .banner-form-text {
    font-size: 14px;
  }
}

.banner-form-button {
  margin-top: 15px;
  background-color: #4a0033;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 60px;
  border: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: "Open Sans", sans-serif !important;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .banner-form-button {
    font-size: 14px;
    padding: 20px 35px;
    margin-top: 20px;
  }
}
.banner-form-button.white {
  background-color: #ffffff;
  color: #000000;
}
.banner-form-button.white:before, .banner-form-button.white:after {
  display: none;
}
.banner-form-button.white:hover {
  transform: scale(1.03);
  background-color: #ffffff;
}
.banner-form-button:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #df2b21;
  position: absolute;
  left: -25px;
  top: -25px;
  transform: rotate(45deg);
}
.banner-form-button:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #df2b21;
  position: absolute;
  right: -25px;
  bottom: -25px;
  transform: rotate(45deg);
}
.banner-form-button:hover {
  background-color: #832d94;
}

.bottom-row {
  height: 65px;
  background-color: #262626;
}
.bottom-row .copyright {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}

footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2f2f2f;
  font-family: "Myriad Pro", sans-serif;
}
@media (max-width: 575px) {
  footer .footer-block {
    margin-bottom: 15px;
  }
}
footer .logo {
  max-height: 40px;
}
@media (max-width: 575px) {
  footer .logo {
    max-height: 70px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  footer .logo .footer-block {
    margin-bottom: 15px;
  }
}
footer .logo svg {
  position: relative;
  top: -10px;
  width: 250px;
}
footer .icon {
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  top: 0;
}
footer .icon svg {
  width: 35px;
  height: 35px;
}
footer .phone svg {
  fill: #df2b21;
}
footer .phone a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
footer .phone span {
  font-size: 15px;
  color: #ffffff;
}
@media (max-width: 575px) {
  footer .phone span {
    font-size: 14px;
  }
}
footer .block-with-icon {
  padding-left: 50px;
  position: relative;
}
footer .address, footer .work-time {
  color: #ffffff;
}
footer .address svg, footer .work-time svg {
  fill: #df2b21;
}

.section-up_title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .section-up_title {
    margin-bottom: 7px;
    font-size: 14px;
  }
}

.section-title {
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .text-center-xs {
    text-align: center;
  }
}

.about {
  background-image: url(../img/about.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 690px;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 575px) {
  .about {
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.about .video-about {
  height: 360px;
}
@media (max-width: 575px) {
  .about .video-about {
    height: 170px;
    margin-bottom: 20px;
  }
}
.about .section-up_title {
  color: #ffffff;
}
.about .section-title {
  color: #ffffff;
}
.about .left-about .left-about-title {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 21px;
}
@media (max-width: 575px) {
  .about .left-about .left-about-title {
    font-size: 16px;
  }
}
.about .left-about .left-about-description {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 20px;
  padding-right: 50px;
}
@media (max-width: 575px) {
  .about .left-about .left-about-description {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.ideal {
  padding-top: 55px;
  padding-bottom: 55px;
}
.ideal .section-up_title {
  color: #858585;
}
.ideal .section-title {
  color: #4a0033;
}

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

.constructor {
  height: auto;
}
@media (max-width: 575px) {
  .constructor {
    height: 195px;
  }
}
.constructor span {
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
@media (max-width: 575px) {
  .constructor span {
    font-size: 22px;
    margin-top: 15px;
  }
}

.final-block {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 575px) {
  .final-block {
    padding-top: 0;
  }
}
.final-block .section-up_title {
  color: #858585;
}
.final-block .section-title {
  color: #4a0033;
  margin-bottom: 0;
}
.final-block p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 35px;
  margin-bottom: 15px;
}

.video-box.active:before {
  display: none !important;
}
.video-box.active:after {
  display: none;
}

.video-btn {
  position: relative;
}
.video-btn:before {
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(113, 32, 128, 0.8);
  position: absolute;
  display: block;
  margin: auto;
  border: 3px solid rgba(102, 193, 36, 0.8);
  top: 0;
  cursor: pointer;
}
.video-btn:after {
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: auto;
  border: 16px solid transparent;
  border-left: 20px solid #66c124;
  right: -20px;
  cursor: pointer;
}
.video-btn.big:before {
  width: 110px;
  height: 110px;
  border: 10px solid rgba(102, 193, 36, 0.8);
}
.video-btn.big:after {
  border: 20px solid transparent;
  border-left: 30px solid rgb(102, 193, 36);
  right: -25px;
}
@keyframes animate_pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(109, 31, 124, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(109, 31, 124, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(109, 31, 124, 0);
  }
}
@keyframes animate_pulse_white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#ajax_next_page {
  cursor: pointer;
}

.glowing {
  animation: animate_pulse 1.5s infinite;
}

.glowing-white {
  animation: animate_pulse_white 1.5s infinite;
}

.container-1500 {
  max-width: 1500px;
  width: auto;
}

#ajax_next_page[data-index="14"], #ajax_next_page[data-index="15"], #ajax_next_page[data-index="16"] {
  display: none !important;
}

@media (max-width: 575px) {
  .kitchen-title {
    margin-top: 15px;
  }
}
.kitchen-title span:nth-child(1) {
  font-size: 18px;
  font-weight: 300;
  color: #858585;
  text-transform: lowercase;
}
.kitchen-title span:nth-child(2) {
  font-size: 40px;
  color: #4a0033;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .kitchen-title span:nth-child(2) {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.kitchens-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .kitchens-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.kitchens-section .kitchen-row {
  margin-bottom: 80px;
}
.kitchens-section .kitchen-row:nth-last-child(1) {
  margin-bottom: 0;
}
.kitchens-section .kitchen-row .kitchen-desc {
  font-weight: 300;
  font-size: 16px;
  color: #2f2f2f;
}
@media (max-width: 575px) {
  .kitchens-section .kitchen-row .kitchen-desc {
    font-size: 14px;
  }
}
.kitchens-section .kitchen-row .kitchen-colors {
  margin-top: 10px;
}
.kitchens-section .kitchen-row .kitchen-colors .colors-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #2f2f2f;
  margin-bottom: 10px;
}
.kitchens-section .kitchen-row .kitchen-colors .colors-list {
  display: flex;
  flex-wrap: wrap;
}
.kitchens-section .kitchen-row .kitchen-colors .colors-list .color-list-item {
  width: 50px;
  height: 50px;
  border: 1px solid #dbdbdb;
  margin-right: 5px;
}
.kitchens-section .kitchen-row .kitchen-gallery-block {
  max-height: 530px;
  overflow: hidden;
  position: relative;
}
.kitchens-section .kitchen-row .kitchen-gallery-block .arr {
  position: absolute;
  display: block;
  z-index: 2001;
  width: 95px;
  height: 95px;
  top: -90px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
@media (max-width: 575px) {
  .kitchens-section .kitchen-row .kitchen-gallery-block .arr {
    display: none !important;
  }
}
.kitchens-section .kitchen-row .kitchen-gallery-block .arr svg {
  fill: #4a0033;
  width: 95px;
  height: 95px;
}
.kitchens-section .kitchen-row .kitchen-gallery-block .arr.left {
  left: 0;
  transform: rotate(90deg);
}
.kitchens-section .kitchen-row .kitchen-gallery-block .arr.right {
  right: 0;
  transform: rotate(-90deg);
}
.kitchens-section .kitchen-row .kitchen-gallery-block .kitchen-main-slide-wrapper {
  overflow: hidden;
}
.kitchens-section .kitchen-row .kitchen-gallery-block .kitchen-main-slide {
  height: 434px;
  background-color: #cccccc;
  display: block;
  position: relative;
  float: left;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575px) {
  .kitchens-section .kitchen-row .kitchen-gallery-block .kitchen-main-slide {
    height: 225px;
  }
}
.kitchens-section .kitchen-row .kitchen-gallery-block .kitchen-main-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kitchens-section .kitchen-row .kitchen-gallery-block:hover .kitchen-slide-list {
  opacity: 1;
  background-color: rgb(0, 0, 0);
}
.kitchens-section .kitchen-row .kitchen-gallery-block:hover .kitchen-slide {
  opacity: 1;
}
.kitchens-section .kitchen-row .kitchen-gallery-block .kitchen-slide-list {
  height: 95px;
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(0, 0, 0);
  padding: 10px 15px;
  z-index: 1000;
  overflow: hidden;
  transition: all ease 0.15s;
}
@media (max-width: 575px) {
  .kitchens-section .kitchen-row .kitchen-gallery-block .kitchen-slide-list {
    opacity: 1;
  }
}
.kitchens-section .kitchen-row .kitchen-gallery-block .kitchen-slide-list .kitchen-slide {
  display: inline-block;
  width: 100px;
  height: 72px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 1;
}
.kitchens-section .kitchen-row .kitchen-gallery-block .kitchen-slide-list .kitchen-slide:nth-last-child(1) {
  margin-right: 0;
}
.kitchens-section .kitchen-row .kitchen-gallery-block .kitchen-slide-list .kitchen-slide.slick-current {
  border: 3px solid #df2b21;
  opacity: 1 !important;
}

.map {
  height: 550px;
}

.slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form input[type=text], form input[type=tel] {
  width: 100%;
  padding: 15px 25px;
  font-size: 15px;
  background-color: #d8d8d8;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2100;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  margin: auto;
  pointer-events: none;
  width: 600px;
  max-width: 600px;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: 0;
}
.modal-content .close {
  position: absolute;
  right: 6px;
  top: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  z-index: 1000;
  font-size: 56px;
  cursor: pointer;
  color: #4a0033;
  transition: all 0.3s;
}
.modal-content .close:hover {
  color: #df2b21;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2.5rem;
  transition: all 0.3s;
  max-height: 11000px;
  overflow: hidden;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-logo {
  text-align: center;
}
.modal-logo svg {
  max-width: 300px;
}

.modal-body .form-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1;
}
.modal-body .banner-form-button {
  padding: 15px 60px;
  width: 100%;
}
.kitchen-modal-img {
  width: 100%;
  height: 227px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
}

header .address svg {
  width: 50px;
  height: 40px;
}

input.error {
  border: 1px solid red !important;
}

.agree {
  color: #858585;
  font-size: 13px;
  display: block;
  line-height: 1;
  margin-top: 10px;
}

#map {
  height: 100%;
  width: 100%;
}

.map-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
}
@media (max-width: 575px) {
  .map-wrapper {
    position: static;
    background-color: #ffffff;
  }
}

.svg-footer {
  width: 30px;
  height: 39px;
}

.map {
  height: 525px;
  position: relative;
}
@media (max-width: 575px) {
  .map {
    height: auto;
  }
}
.map .address-title {
  margin-bottom: 45px;
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
.map #map {
  height: 100%;
}
@media (max-width: 575px) {
  .map #map {
    height: 350px;
  }
}
.map .address-block-item {
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: normal;
  position: relative;
}
.map .address-block-item svg {
  margin-right: 15px;
  fill: #df2b21;
}
.map .address-block {
  background-color: #2f2f2f;
  border-radius: 30px 30px 0 0;
  width: 400px;
  padding-top: 45px;
  padding-bottom: 65px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  bottom: 0;
  z-index: 60;
}
@media (max-width: 575px) {
  .map .address-block {
    position: static;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.loader {
  display: none;
  color: #4a0033;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  header .xs-width {
    width: 255px !important;
  }
}
.video-about {
  background-image: url("/local/lg-yt.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.video-about.active {
  background-image: none;
}
.video-about.active:before, .video-about.active:after {
  display: none !important;
}

.soc-block {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 9900;
  padding: 13px 15px;
  display: none;
}
.soc-block .col-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.soc-block .col-links a img {
  width: 35px;
  height: 35px;
}
.soc-block .logo-col a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #2f2f2f;
  text-decoration: none;
}
.soc-block .logo-col svg {
  width: 200px;
}

#itlcb-wrapper.itlcb-opened .itlcb-call-btn {
  bottom: -105px !important;
  width: 56px !important;
  height: 56px !important;
}
@media (max-width: 575px) {
  #itlcb-wrapper.itlcb-opened .itlcb-call-btn {
    bottom: -78px !important;
  }
}

@media (max-width: 575px) {
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.social-col {
  display: flex;
  gap: 5px;
}
.social-col img {
  width: 43px;
  height: 43px;
}

.fancybox__container {
  z-index: 10050 !important;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
}
.modal-backdrop.visible {
  display: flex !important;
}
.modal-backdrop .modal-item {
  display: none;
  position: relative;
  max-width: 360px;
  background: #ffffff;
  padding: 30px 20px;
}
.modal-backdrop .modal-item .button {
  padding: 14px 20px;
  font-size: 14px;
}
.modal-backdrop .modal__close {
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.modal-backdrop .modal__close:hover {
  opacity: 1;
}
.modal-backdrop .modal__close svg {
  width: 15px;
  height: 15px;
  fill: var(--light-text);
  position: absolute;
  right: 5px;
  top: 10px;
}

.cities-list .city span {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cities-list .city span:hover {
  border-bottom: 1px solid #ffffff;
}

[data-modal] {
  cursor: pointer;
}

.button[disabled] {
  opacity: 0.65;
  filter: grayscale(1);
}

.cities-other__list {
  position: absolute;
  top: 155px;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 92%;
  z-index: 150;
}
.cities-other__list .city-select {
  margin-bottom: 10px;
  cursor: pointer;
}

.cities__ft {
  z-index: 150;
  padding: 10px 15px;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cities__ft {
    position: fixed;
    bottom: 0;
    min-height: 100px;
    width: 100%;
  }
}
.cities__ft button {
  font-size: 13px;
}

#city__current {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  line-height: 0.85;
}

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