@media screen and (max-width: 574px) {
  #dolyami,
  .dolyami_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 574px) {
  .dolyami_mobile {
    display: none !important;
  }
}

html, body {
  overflow-x: hidden;
}
.header__logo,
.header__logo--container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo img {
  width: 118px;
}
.header-description {
  display: none;
  color: rgba(var(--gray), 1);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  margin-left: 40px;
  max-width: 170px;
}
.header__logo_img {
  display: none;
}

.slider-main__article-icon.glyphicon::before {
  color: #fff;
}
@media (min-width: 768px) {
  .header__logo img {
    width: 150px;
  }

  .header-description {
    display: block;
  }
  .header__logo_img {
    display: block;
  }
  .header__logo_img-mobile {
    display: none;
  }
}
.spasibo .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-spasibo {
  margin: 32px auto;
}

@media (min-width: 768px) {
  .section-spasibo {
    margin: 145px auto;
  }
}

.close-time:before {
  content: "🔴";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: absolute;
  left: 0;
}

.header__item.phone-item .phone {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  padding-left: 28px;
  padding-right: 25px;
  gap: 4px;
}

.header__item.phone-item .phone:before {
  content: "\f095";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 25px;
  position: absolute;
  left: 0;
  color: #2b5ab2;
}

.wrapper {
  isplay: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  will-change: auto;
}

.wrapper .content {
  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 3.75rem;
}

.section-spasibo {
  text-align: center;
  margin: 145px auto;
}

#m_top_banner ul li ul li {
  background-image: none;
  padding-left: 0;
}

#m_top_banner ul li ul li:first-child {
  margin-top: 5px;
}
#products {
  padding-top: 20px;
  padding-bottom: 20px;
}
#products .container {
  position: relative;
}

.btn-tabs {
  padding: 15px 0;
  flex-direction: column;
}

.btn-tabs p {
  text-align: center;
  margin-bottom: 0;
  margin: 15px 0;
}

@media screen and (max-width: 574px) {
  .btn-tabs-wrapper {
    flex-direction: column;
  }

  .btn-tabs-wrapper .btn {
    margin: 5px 30px;
  }

  .slider-main__title {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
  }

  .slider-main__text p {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .slider-main__content .btn {
    margin: 0 auto;
    display: block;
  }

  .service-item__title {
    font-size: 0.95rem;
  }

  .timers > span {
    text-align: center;
  }

  #timer > div {
    margin: 0 !important;
    padding: 5px 10px !important;
    margin: 0 5px !important;
  }

  .product__item {
    padding: 15px 19px;
  }

  .product__description ul li {
    font-size: 14px;
  }

  .product_delivey {
    display: flex;
    font-size: 17px !important;
  }

  .popup__title {
    font-size: 1.075rem;
  }

  .timers > span b {
    display: block;
  }

  .btn_1 {
    width: 100%;
  }

  .section__title {
    font-size: 1.525rem;
    text-transform: uppercase;
    margin-bottom: 0.2em;
  }

  .section__lead {
    color: #888;
    font-size: 1.075rem;
  }
}

.btn-tabs {
  padding: 15px 0;
  flex-direction: column;
}

@media (min-width: 64em) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 80em) {
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    width: 91.66666666666666%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    width: 83.33333333333334%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    width: 66.66666666666666%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    width: 58.333333333333336%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    width: 41.66666666666667%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    width: 33.33333333333333%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    width: 16.666666666666664%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    width: 8.333333333333332%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
#shampaine .row {
  display: flex;
  align-items: center;
}

.product__item {
  padding: 15px 19px;
}

.product__item hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product__item {
  padding: 15px 25px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border-color: rgba(223, 225, 229, 0);
  margin-bottom: 30px;
  transition: 0.3s ease;
}

.product__item:hover {
  box-shadow: 0 5px 6px 0 rgba(32, 33, 36, 0.5);
  transform: translateZ(5%);
}

.product__item .product__image {
  padding: 15px 15px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product__item .product__image img {
  width: 100%;
  object-fit: contain;
  display: block;
  height: 100%;
}

.product_hint {
  position: absolute;
  top: 10px;
  left: -5px;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 99;
  background-color: red;
}

.hint {
  background-color: #e54332;
}

.bestprice {
  background-color: #ff9800;
}

.silent {
  background-color: #b668c9;
}

.new {
  background-color: #0f9348;
}

.section_sertificate img {
  width: 100%;
}

.popup-link {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.product__content .btn_1 {
  width: 100%;
  margin-top: 20px;
}

.product__content .btn_3 {
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .service-item__price .service-old-price {
    display: flex;
  }
  .new-item__header:before {
    content: "+";
    position: absolute;
    top: -5px;
    right: -15px;
    font-size: 20px;
    font-weight: 600;
    color: #00aeff;
  }
  .new-item__title {
    font-size: 17px;
  }
  .slider-main__content {
    padding-top: 30px;
  }
  .slider-main__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
  }
  .slider-main p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
    color: #ffffff;
  }
  .slider-main__article-icon.glyphicon::before {
    font-size: 25px;
  }
  .slider-main__article-icon {
    line-height: 40px;
  }
  .slider-main__article-title {
    font-size: 18px;
  }
  .slider-main .btn,
  .slider-main .form-order {
    margin-top: 15px;
  }
  .btn_2 {
    padding: 15px 25px;
    font-size: 15px;
  }
  .section__title {
    margin-top: 15px;
  }
  .product__item {
    padding: 10px;
  }
  .product_delivey {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .product__content .btn_1 {
    font-size: 12px;
    padding: 15px 10px;
  }
  .footer__section {
    margin-bottom: 10px;
  }
  .section__header {
    margin-bottom: 20px;
  }
}

.product__title h3 {
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-bottom: 0;
  height: 50px;
}

.product__room-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.product__room-list .btn.active {
  box-shadow: none;
  border-color: #dfdfdf;
}

.product__room-list .btn_4 {
  padding: 0.75rem 0.875rem 0.625rem;
}

.product__room-list-item {
  width: auto !important;
  margin-bottom: 0 !important;
  margin-right: 5px;
  padding: 0.15rem 0.675rem 0.125rem !important;
}
@media screen and (max-width: 1300px) {
  .product_delivey {
    flex-direction: column;
    text-align: center;
  }

  .product__room-list .btn_4 {
    padding: 0.45rem 0.475rem 0.45rem;
  }

  .product_delivey b {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .product__room-list .btn_4 {
    padding: 0.45rem 0.475rem 0.45rem;
  }
}

.product__description ul {
  padding-left: 20px;
  max-height: 180px !important;
  min-height: 180px !important;
  overflow-y: overlay;
}

.product__description ul::-webkit-scrollbar {
  width: 5px;
}

.product__description ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.product__description ul::-webkit-scrollbar-thumb {
  background: #888;
}
.product__description ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product__description ul li {
  font-family: MuseoSansCyrl, sans-serif !important;
  font-size: 15px;
}

#products .btn_3.focus,
#products .btn_3:focus,
#products .btn_3:hover {
  color: #fa5e00;
  background: #fff;
  border-color: #fa5e00;
}

#products .btn_3 {
  color: #666;
  font-weight: 900;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.75rem 1.875rem 0.625rem;
  background: #fff;
  border: 2px solid #dfdfdf;
}

.inline-button {
  text-align: center;
  margin: 10px auto 0;
  text-decoration: underline;
  cursor: pointer;
  color: #fa5e00;
}
#products .btn_1 {
  font-size: 14px;
  padding: 14px 30px 12px;
}
#products .btn_4 {
  font-size: 14px;
  padding: 7px 7.6px;
}

.show_all {
  display: block;
  margin: 0 auto;
}
#m_top_banner .item img {
  filter: brightness(0) invert(1);
}

#templates-popups {
  z-index: 1000;
  display: none;
}
.share-box_visible_all
  .share-box__item:nth-child(3)
  ~ .share-box__item:not(.share-box__item_share-btn) {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.product__price {
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
}

.product__price .old_price {
  text-decoration: line-through;
}
.product__price .new_price {
  color: #e54332;
}
.popup__header {
  text-align: center;
  margin-bottom: 2.1875rem;
}

.popup__header:after {
  content: "";
  display: block;
  width: 8.9375rem;
  height: 0.1875rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33.333%, #dfdfdf),
    color-stop(33.333%, #2fd6e4),
    color-stop(66.666%, #2fd6e4),
    color-stop(66.666%, #dfdfdf)
  );
  background: linear-gradient(
    to right,
    #dfdfdf 33.333%,
    #2fd6e4 33.333%,
    #2fd6e4 66.666%,
    #dfdfdf 66.666%
  );
  margin: 1.2em auto 0;
}

.popup__title {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}

.popup_new .popup__img,
.popup_service .popup__img {
  display: block;
  max-width: 100%;
  margin: 0 auto 1.5em;
}

.popup_personnel .personnel-item {
  max-width: 18.4375rem;
  margin: 0 auto 1.5em;
}

.popup_new .share-box {
  margin: 2rem 0 3.125rem;
}

@media (min-width: 48em) {
  .popup {
    max-width: 45.625rem;
    padding: 3.125rem 3.75rem;
  }

  .popup__title {
    font-size: 2.125rem;
  }

  .popup_album {
    max-width: 80em;
  }
}

.photos-list {
  margin: 0 0 -1.25rem;
}

.photos-list__row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photos-list__col {
  max-width: 19.6875rem;
  margin: 0 0 1.25rem;
}

.photos-list__col:empty {
  margin: 0;
}

.photo-item {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  cursor: pointer;
}

.photo-item:focus .photo-item__caption,
.photo-item:hover .photo-item__caption {
  opacity: 1;
}

.photo-item p {
  display: inline;
}

.photo-item__img {
  position: absolute;
  top: 0;
  left: 0;
}

.photo-item__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: rgba(47, 214, 228, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.625rem 0.625rem 1.25rem;
  opacity: 0;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 1;
}

.photo-item__caption:before {
  display: block;
  font-size: 2.3125rem;
  line-height: 1em;
  margin: 0 auto 12.76595744680851%;
}

.photo-item__title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25em;
  max-height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin: 0 0 0.2em;
}

.photo-item__date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 1.5rem;
  position: relative;
}

.share-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
  font-size: 0.6875rem;
  line-height: 1em;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0.5rem 0.5rem 0;
}

.share-box__item:nth-child(3)
  ~ .share-box__item:not(.share-box__item_share-btn) {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.share-box__item:focus,
.share-box__item:hover {
  color: inherit;
  text-decoration: none;
}

.share-box__item_share-btn {
  color: #282828;
  font-size: 1.1875rem;
  padding-bottom: 0.0625rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.share-box__btn {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 700;
  padding: 0.3125rem 0.25rem 0.25rem;
  border-radius: 0.125rem;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #666;
}

.share-box__btn:before {
  font-size: 0.8125rem;
  margin-top: -0.0625rem;
  margin-right: 0.25rem;
}

.share-box__btn:focus,
.share-box__btn:hover {
  background-color: #727272;
}

.share-box__btn.glyphicon-facebook {
  background-color: #405ba3;
}

.share-box__btn.glyphicon-facebook:before {
  font-size: 0.9375rem;
}

.share-box__btn.glyphicon-facebook:focus,
.share-box__btn.glyphicon-facebook:hover {
  background-color: #4664b3;
}

.share-box__btn.glyphicon-twitter {
  background-color: #00abf0;
}

.share-box__btn.glyphicon-twitter:before {
  font-size: 0.9375rem;
}

.share-box__btn.glyphicon-twitter:focus,
.share-box__btn.glyphicon-twitter:hover {
  background-color: #07b8ff;
}

.share-box__btn.glyphicon-vkontakte {
  background-color: #5e82ac;
}

.share-box__btn.glyphicon-vkontakte:before {
  font-size: 0.8125rem;
}

.share-box__btn.glyphicon-vkontakte:focus,
.share-box__btn.glyphicon-vkontakte:hover {
  background-color: #6b8cb3;
}

.share-box__counter {
  color: #6a717f;
  padding: 0.3125rem 0.3125rem 0.25rem;
  background-color: #eee;
  border-radius: 0.125rem;
  position: relative;
  -webkit-transition: inherit;
  transition: inherit;
  margin-left: 0.375rem;
}

.share-box__counter:before {
  content: "";
  border-right: 0.375rem solid #eee;
  border-top: 0.1875rem solid transparent;
  border-bottom: 0.1875rem solid transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -0.1875rem 0;
}

.share-box_visible_all
  .share-box__item:nth-child(3)
  ~ .share-box__item:not(.share-box__item_share-btn) {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.comments-list {
  margin-bottom: 1.875rem;
}

.comments-list p:last-child {
  margin: 0;
}

.comments-list .collapsible__inner {
  margin-top: 1.5rem;
}

.comments-list__item {
  padding: 1.875rem 0;
}

.comments-list__item + .comments-list__item {
  border-top: 1px solid #dfdfdf;
}

.comments-list__header {
  margin-bottom: 0.7rem;
}

.comments-list__title {
  font-size: 1rem;
  margin-bottom: 0.2em;
}

.comments-list__date {
  display: inline;
  color: #9e9e9e;
  font-size: 14px;
}

@media (min-width: 48em) {
  .comments-list__title {
    display: inline;
  }

  .comments-list__date {
    margin-left: 1.3em;
  }
}

.collapsible__inner {
  display: none;
}

.form-comment {
  margin: 1rem auto 0;
}

.form-comment .btn {
  width: 11.25rem;
}

.form-comment__title {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.arcticmodal-container,
.arcticmodal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.popup {
  white-space: normal;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
  text-align: left;
  /*top: 0;*/
  left: 50%;
  height: auto;
  margin: 0;
  margin-top: 2%;
  position: absolute;
  transform: translate(-50%, 0);
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
  display: none;
}

#templates-popups {
  z-index: 1000;
  display: none;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(../plugins/arcticmodal/loading.gif) no-repeat 50% 50%;
}

.popup__header {
  width: 100%;
  box-shadow: none;
  position: relative;
}

.popup-close-btn {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  display: inline-block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  outline: 0;
  background: rgba(30, 30, 30, 0.6);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.form-row {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  position: relative;
  width: 100%;
}

.form-label .text-field {
  display: block;
  width: 100%;
}

.form-label__text {
  text-align: left;
  color: #9e9e9e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 4.0625rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: calc(1.125rem + 2px);
  left: calc(1.125rem + 2px);
}

.text-field {
  display: inline-block;
  vertical-align: top;
  color: #666;
  text-align: left;
  height: 4.0625rem;
  padding: 0 1.125rem;
  background: #f2f2f2;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.text-field::-webkit-input-placeholder {
  color: #9e9e9e;
}

.text-field:-ms-input-placeholder {
  color: #9e9e9e;
}

.text-field::placeholder {
  color: #9e9e9e;
}

#templates-popups {
  display: block;
  z-index: 101;
  position: relative;
}

.text-field.active.focus ~ .form-label__text,
.text-field.active.ik_select_link_focus ~ .form-label__text,
.text-field.active:focus ~ .form-label__text,
.text-field.focus ~ .form-label__text,
.text-field.ik_select_link_focus ~ .form-label__text,
.text-field:active.focus ~ .form-label__text,
.text-field:active.ik_select_link_focus ~ .form-label__text,
.text-field:active:focus ~ .form-label__text,
.text-field:focus ~ .form-label__text,
.text-field.has-value ~ .form-label__text {
  font-size: 0.75rem;
  line-height: 2em;
}

.text-field.required ~ .form-label__text:after {
  content: "\00A0*";
  color: #2fd6e4;
}
.popup-close-btn:after,
.popup-close-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #fff;
}
.popup-close-btn:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-close-btn:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.max-messenger {
  width: auto;
  height: 19px;
  margin: 0;
  color: #2c2c2c;
}