@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: normal;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a,
a:hover {
  color: #474747;
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h2 {
  color: #383838;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 147px;
  height: 40px;
  color: #27c049;
  border: 1px solid #27c049;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
}

.btn:hover {
  color: #27c049;
}

.btn-green {
  color: white;
  border-radius: 5px;
  background-color: green;
  border: none;
  max-width: 190px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  font-size: 16px;
}

.bg-blue {
  background-color: #3784f9;
}

.bg-orange {
  background-color: #f8aa15;
}

.bg-gray {
  background-color: #3a3a3a;
}

.bg-green {
  background-color: #27c049;
}

.blue {
  color: #3784f9;
}

.orange {
  color: #fdd654;
}

/* header */
.header {
  padding: 30px 0;
}

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

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

.logo__link {
  color: #383838;
  font-weight: 800;
  font-size: 24px;
  white-space: nowrap;
}

.logo__link:hover {
  color: #383838;
}

.logo__word {
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #3784f9;
}

.logo__text {
  margin-left: 20px;
  max-width: 105px;
  font-size: 11px;
}

nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.menu li {
  margin-right: 40px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu a {
  font-weight: 600;
  font-size: 14px;
}

.menu a:hover {
  color: #3784f9;
}

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

.phone {
  margin-right: 35px;
}

.phone__number {
  display: block;
  margin-bottom: 5px;
  color: #383838;
  font-size: 18px;
  font-weight: bold;
}

.phone__text {
  font-size: 11px;
  color: #939393;
}

/* offer-section */
.offer-section {
  padding: 44px 0 0;
  background: url("/img/offer-bg.webp") no-repeat top center/cover;
}

.services-list {
  margin-bottom: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-list > li {
  width: 24.5%;
  position: relative;
}

.services-list__link {
  display: block;
  height: 80px;
  padding: 18px 30px;
  -webkit-box-shadow: 4px 6px 20px rgba(126, 126, 126, 0.25);
          box-shadow: 4px 6px 20px rgba(126, 126, 126, 0.25);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  z-index: 30;
}

.services-list__link:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: right;
  position: absolute;
  top: 0;
  right: 20px;
}

.plumber:after {
  background-image: url("/img/bathtub.webp");
  width: 110px;
  height: 81px;
}

.power-socket:after {
  background-image: url("/img/power-socket.webp");
  width: 113px;
  height: 85px;
}

.sink:after {
  background-image: url("/img/sink.webp");
  width: 102px;
  height: 84px;
}

.furniture:after {
  background-image: url("/img/furniture.webp");
  width: 132px;
  height: 88px;
}

.services-list__link span {
  display: block;
  max-width: 95px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.services-list__link.bg-green span {
  max-width: 85px;
}

.services-list__link span:after {
  content: "";
  border: solid white;
  border-width: 0 1px 1px 0;
  display: block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 7px;
  right: -5px;
}

.services-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}

.services-list > li:hover .services-dropdown {
  display: block;
}

.services-dropdown li {
  padding: 11px 18px;
}

.services-dropdown a {
  color: #fff;
  font-size: 16px;
}

.services-dropdown a:hover {
  text-decoration: underline;
}

.offer {
  padding-top: 26px;
}

.offer__title {
  color: #383838;
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 10px;
}

.offer__text {
  color: #383838;
  font-size: 30px;
  margin-bottom: 33px;
}

.offer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.offer__list li {
  margin-right: 26px;
  color: #383838;
  font-size: 16px;
}

.offer__list li:last-child {
  margin-right: 0;
}

.offer__list li:before {
  content: url("/img/checkmark.svg");
  margin-right: 18px;
}

.offer__form {
  margin-bottom: 37px;
  font-size: 16px;
}

.offer__form input,
.offer__form button {
  -webkit-box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
          box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  display: inline-block;
}

.offer__form input {
  padding: 20px 20px 20px 56px;
  margin-right: 14px;
  border: 0.5px solid #cfcfcf;
  max-width: 325px;
  background-color: #fff;
  background-image: url("/img/smartphone.webp");
  background-repeat: no-repeat;
  background-position: 20px center;
}

.offer__form button {
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 206px;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  cursor: pointer;
}

.offer__form p {
  margin-top: 20px;
  color: #565656;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.offer__form p:before {
  content: url("/img/confirmation.svg");
  margin-right: 16px;
}

.offer__text2 {
  color: #474747;
  font-weight: normal;
  font-size: 18px;
}

.offer-section > .container {
  position: relative;
}

.better-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: -125px;
  width: 100%;
}

.better-list li {
  width: 32%;
  padding: 24px 20px 20px 36px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 25px;
  -webkit-box-shadow: 0px 4px 40px rgba(149, 149, 149, 0.25);
          box-shadow: 0px 4px 40px rgba(149, 149, 149, 0.25);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.better-list h3 {
  padding-left: 110px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #383838;
}

.better-list .car h3 {
  padding-left: 140px;
}

.better-list p {
  padding-left: 0;
  color: #7c7c7c;
  font-size: 14px;
  max-width: 250px;
  width: 100%;
  line-height: 20px;
}

.money {
  background-image: url("/img/money.png");
}

.car {
  background-image: url("/img/car.webp");
}

.wire {
  background-image: url("/img/wire.webp");
}

/* masters */
.masters {
  padding: 226px 0 65px;
}

.masters h2 {
  margin-bottom: 20px;
  text-align: center;
}

.masters-text {
  margin-bottom: 44px;
  text-align: center;
  color: #7c7c7c;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

/* slider */
.masters-slider {
  margin-bottom: 84px;
}

.slick-loading .slick-list {
  background: #fff url("/js/slick/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 62px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before {
  background-image: url("/img/arrow-left1.webp");
}

.slick-next.slick-disabled:before {
  background-image: url("/img/arrow-right1.webp");
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  background-image: url("/img/arrow-left2.webp");
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  background-image: url("/img/arrow-right2.webp");
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 1px solid #acacac;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #3784f9;
}

/*slider end*/
.masters-box {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  max-width: 385px;
  border: 1px solid #ececec;
  /*box-shadow: 8px 9px 30px rgba(196, 196, 196, 0.25);*/
}

.masters-box__photo {
  background: #f7f7f7;
}

.masters-box__content {
  padding: 35px 44px 33px 40px;
  position: relative;
}

.masters-box__badge {
  width: 104px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 4px 10px rgba(126, 126, 126, 0.25);
          box-shadow: 2px 4px 10px rgba(126, 126, 126, 0.25);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: absolute;
  top: -16px;
  left: 40px;
}

.masters-box__content h3 {
  color: #383838;
  font-weight: bold;
  font-size: 24px;
}

.masters-box__label {
  margin-top: 12px;
  color: #777777;
  font-size: 14px;
}

.masters-box__answer {
  color: #383838;
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
}
.masters-box__grade {
  color: #ffcc03;
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
}

.masters-btn {
  margin: 0 auto;
  width: 190px;
  height: 50px;
  font-size: 16px;
}

/*services*/
.services {
  padding: 56px 0 92px;
  background: url("/img/services-bg.webp") no-repeat top center/cover;
}

.services h2 {
  margin-bottom: 51px;
  color: #fff;
}

.service-box {
  padding: 30px 40px;
  margin: 0px 4px 7px 4px;
  height: 139px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.25);
          box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.service-box h3 {
  margin-bottom: 10px;
  color: #383838;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.service-box p {
  font-size: 11px;
  color: #8a8a8a;
}

.service-box .blue {
  font-size: 16px;
  font-weight: 700;
}

.service-box_1 {
  background-image: url("/img/services/service1.webp");
}

.service-box_2 {
  background-image: url("/img/services/service2.webp");
}

.service-box_3 {
  background-image: url("/img/services/service3.webp");
}

.service-box_4 {
  background-image: url("/img/services/service4.webp");
}

.service-box_5 {
  background-image: url("/img/services/service5.webp");
}

.service-box_6 {
  background-image: url("/img/services/service6.webp");
}

.service-box_7 {
  background-image: url("/img/services/service7.webp");
}

.service-box_8 {
  background-image: url("/img/services/service8.webp");
}

.service-box_9 {
  background-image: url("/img/services/service9.webp");
}

.service-box_10 {
  background-image: url("/img/services/service10.webp");
}

/* contact */
.contact {
  padding-top: 44px;
}

.contact .container {
  padding: 159px 15px 100px;
  position: relative;
}

.contact .container:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url("/img/form-green-bg.webp");
  position: absolute;
  height: 100%;
  left: 0;
  right: -100px;
  top: 0;
}

.contact h2 {
  text-align: left;
  color: #fff;
}

.contact-text {
  margin: 14px 0 28px;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  line-height: 36px;
}

.contact .offer__form p {
  color: #f0f0f0;
}

.contact .offer__form p:before {
  content: url(/img/confirmation2.svg);
}

.contact .offer__form button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd654), to(#ffb82c));
  background: -webkit-linear-gradient(top, #ffd654 0%, #ffb82c 100%);
  background: -o-linear-gradient(top, #ffd654 0%, #ffb82c 100%);
  background: linear-gradient(180deg, #ffd654 0%, #ffb82c 100%);
  color: #474747;
}

/* review */
.review {
  padding: 63px 0 96px;
}

.review h2 {
  margin-bottom: 15px;
}

.review-text {
  margin-bottom: 57px;
  text-align: center;
}

.review-link {
  display: inline-block;
  margin-left: auto;
  padding-left: 40px;
  background: url("/img/dialog.svg");
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.review-link span {
  color: #3784f9;
  font-size: 14px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #3784f9;
}

.review-slider {
  margin-bottom: 80px;
}

.review-box {
  margin: 0 5px;
  padding: 44px 40px 53px 60px;
  background: #ffffff;
  border: 1px solid #ececec;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  max-width: 588px;
}

.review-box__header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-box__image {
  margin-right: 38px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}

.review-box__name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  color: #383838;
}

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

.review-box__list li {
  padding-left: 25px;
  color: #a2a2a2;
  font-size: 12px;
  position: relative;
}

.review-box__list li:before {
  position: absolute;
  top: 0px;
  left: 0;
}

.review-box__list .location {
  margin-right: 42px;
}

.review-box__list .gor-location {
  margin-right: 42px;
}

.review-box__list .gor-location:before {
  content: url("/img/gor-location.webp");
}

.review-box__list .location:before {
  content: url("/img/location.svg");
}

.review-box__list .date:before {
  content: url("/img/calendar.svg");
}

.review-box__content p {
  color: #383838;
  font-size: 16px;
  line-height: 30px;
}

/*call*/
.call {
  padding: 64px 0 40px;
  background: url("/img/master-bg.webp") no-repeat top center/cover;
  position: relative;
}

.call:before {
  content: "";
  display: block;
  width: 65%;
  height: 1px;
  background: #c3d7df;
  position: absolute;
  bottom: 140px;
  left: 0;
}

.call h2 {
  text-align: left;
  margin-bottom: 34px;
  font-weight: bold;
  color: #383838;
}

.call-text {
  margin-bottom: 42px;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.call h3 {
  margin-bottom: 41px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}

.call h3:after {
  content: "";
  display: block;
  width: 540px;
  height: 1px;
  background: #c3d7df;
  position: absolute;
  top: 50%;
  right: 0;
}

.call h4,
.call-list li,
.call-special {
  padding-left: 35px;
}

.call h4 {
  margin-bottom: 34px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
}

.call .shower {
  background-image: url("/img/shower.svg");
}

.call .plug {
  background-image: url("/img/plug.svg");
}

.call .street-location {
  background-image: url("/img/lok.svg");
}

.call-list {
  margin-bottom: 106px;
}

.call-list li {
  margin-bottom: 1px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.call-list li:before,
.call-list li:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #3784f9;
  position: absolute;
  left: 0;
  top: 13px;
}

.call-list li:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.call-list li:last-child {
  margin-bottom: 0;
}

.call-special {
  position: relative;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

.call-special:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #27c049;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.call .btn {
  -webkit-box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
          box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  width: 206px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  cursor: pointer;
}
@media (max-width: 991px){
    .call {
      padding: 64px 0 40px;
      background: rgb(239, 244, 246);
      position: relative;
    }
}

/* contact2 */
.contact2 {
  padding-top: 22px;
  padding-bottom: 19px;
}

.contact2 .container:before {
  background-image: url("/img/form-blue-bg.webp");
  background-position: center; /* Центрируем изображение */
  right: 0;
}

/*entity*/
.entity {
  padding: 139px 0 83px;
  background: url("/img/entity-bg.webp") no-repeat top center/cover;
}

.entity h2 {
  margin-bottom: 30px;
  text-align: left;
}

.entity-text {
  margin-bottom: 57px;
  color: #383838;
  font-size: 18px;
}

.entity .offer__list {
  margin-bottom: 49px;
}

.entity .offer__list li {
  margin-right: 20px;
}

.entity .offer__list li:before {
  margin-right: 10px;
}

/*faq-section*/
.faq-section {
  padding: 68px 0 98px;
  position: relative;
}

.faq-section:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-image: url("/img/about-bg.webp");
}

.faq h2 {
  margin-bottom: 55px;
  text-align: left;
}

.faq-list {
  max-height: 325px;
  margin-right: 40px;
  overflow-y: auto;
  overflow-x: hidden;
}

.faq-list li {
  padding-right: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.faq-list__caption {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 80px 10px 0;
  font-weight: 600;
  color: #383838;
  cursor: pointer;
  position: relative;
}

.faq-list__caption:before {
  content: "";
  display: block;
  border: solid black;
  border-width: 0 1px 1px 0;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 50px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq-list__caption:hover:before {
  border-color: #3784f9;
}

.faq-list__caption:hover {
  color: #3784f9;
}

.faq-list__answer {
  display: none;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #484849;
}

.faq-list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
/* Handle */
.faq-list::-webkit-scrollbar-thumb {
  background: #eee;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

/* Handle on hover */
.faq-list::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.15);
}

.about {
  color: #fff;
}

.about h2 {
  margin-bottom: 56px;
  text-align: left;
  color: #fff;
}

.about-list li {
  margin-bottom: 26px;
  padding: 13px 0 15px 115px;
  background-repeat: no-repeat;
  background-position: left;
}

.about-list li:last-child {
  margin-bottom: 0;
}

.about-list__item_1 {
  background-image: url("/img/about1.webp");
}

.about-list__item_2 {
  background-image: url("/img/about2.webp");
}

.about-list__item_3 {
  background-image: url("/img/about3.webp");
}

.about-list__number {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 30px;
}

.about-list__desc {
  font-size: 20px;
}









/* Общие стили для секции "map" */
.map {
  padding: 30px 0;
  position: relative;
}

.map-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-info {
  padding: 34px 60px 51px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 50px rgba(206, 206, 206, 0.25);
  box-shadow: 0px 3px 50px rgba(206, 206, 206, 0.25);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 365px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.map h2 {
  margin-bottom: 35px;
}

.map-info__block {
  margin-bottom: 28px;
}

.map-info__item {
  margin-bottom: 20px;
}

.map-info__item:last-child {
  margin-bottom: 0;
}

.map-info__label {
  font-size: 14px;
  color: #868686;
  margin-bottom: 10px;
}

.map-info__data {
  font-size: 18px;
}

.map-iframe {
  display: none; /* Скрыть карту на мобильных устройствах */
}

.map iframe {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  border: 0;
  z-index: 0;
}

/* Медиа-запрос для мобильных устройств (ширина экрана до 768px) */
@media (max-width: 768px) {
  .map-inner {
    flex-direction: column-reverse;
  }

  .map-info {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .map-iframe {
    display: none; /* Добавить этот стиль для скрытия карты на мобильных устройствах */
  }
}







/*footer */
.footer {
  background: #2c2c2c;
}

.footer-menu {
  padding: 55px 0 65px;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-list > li {
  width: 25%;
}

.menu-list__caption {
  margin-bottom: 40px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.menu-extended li {
  margin-bottom: 8px;
}

.menu-extended li:last-child {
  margin-bottom: 0;
}

.menu-extended a {
  color: #9d9d9d;
  font-size: 13px;
}

.menu-extended a:hover {
  color: #fff;
}

.footer-inner {
  padding: 27px 0;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}

.footer-inner .logo__link,
.footer-inner .logo__link:hover {
  color: #fff;
}

.footer-inner .logo__text {
  color: #cecece;
}

.footer-inner .phone__number,
.footer-inner .phone__number:hover {
  color: #fff;
}

.footer-inner .btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 182px;
  height: 46px;
  color: #fff;
  font-size: 16px;
}

.footer-inner .btn:hover {
  color: #fff;
}

.social {
  margin-right: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social li {
  margin-left: 17px;
}

.footer-bottom {
  padding: 50px 0;
}

.footer-bottom__text,
.footer-bottom__text:hover {
  font-size: 10px;
  color: #e2e2e2;
  display: block;
}

.footer-bottom__link {
  text-align: right;
}

@media (min-width: 1301px) {
  .container {
    max-width: 1224px;
  }
}

@media (max-width: 1300px) {
  .contact .container:before {
    background-position: -25px 0;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .document {
    width: 100%;
  }
  .logo__text {
    margin-left: 10px;
  }
  .menu li {
    margin-right: 15px;
  }
  .phone__number {
    text-align: center;
    font-size: 16px;
  }
  .services-list__link:after {
    right: 15px;
  }
  .plumber:after,
  .power-socket:after,
  .sink:after {
    width: 95px;
  }
  .furniture:after {
    width: 115px;
  }
  .offer {
    padding-bottom: 30px;
  }
  .offer__title {
    font-size: 45px;
  }
  .offer__text {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .offer__list {
    margin-bottom: 25px;
  }
  .offer__list li:before {
    margin-right: 10px;
  }
  .offer__list li {
    margin-right: 15px;
    font-size: 14px;
  }
  .offer__form input,
  .offer__form button {
    height: 42px;
  }
  .offer__form button {
    font-size: 14px;
  }
  .offer__text2 {
    font-size: 16px;
  }
  .offer-image {
    height: 440px;
  }
  .better-list li {
    -webkit-background-size: 90px auto;
            background-size: 90px auto;
  }
  .better-list h3 {
    padding-left: 90px;
    font-size: 16px;
  }
  .better-list .car h3 {
    padding-left: 95px;
  }
  h2 {
    font-size: 32px;
  }
  .masters {
    padding: 170px 0 50px;
  }
  .masters-box {
    margin: 0 5px;
  }
  .masters-box__photo img {
    width: 100%;
  }
  .masters-box__content h3 {
    font-size: 22px;
  }
  .service-box {
    padding: 20px 25px;
    height: 120px;
    -webkit-background-size: auto 90%;
            background-size: auto 90%;
    background-position: 110% bottom;
  }
  .contact {
    padding-top: 0;
  }
  .contact .container {
    padding: 96px 15px 70px;
  }
  .contact .container:before {
    -webkit-background-size: contain;
            background-size: contain;
    background-position: top;
  }
  .contact-text {
    font-size: 20px;
    line-height: 25px;
  }
  .review {
    padding: 30px 0 50px;
  }
  .call h2 {
    margin-bottom: 20px;
  }
  .call h3:after {
    width: 60%;
  }
  .call h4 {
    margin-bottom: 20px;
  }
  .call-list {
    margin-bottom: 80px;
  }
  .call .phone {
    display: none;
  }
  .call .info {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .call .btn {
    height: 50px;
  }
  .entity {
    padding: 60px 0;
  }
  .entity-text {
    margin-bottom: 35px;
  }
  .entity .offer__list li {
    margin-right: 10px;
    font-size: 13px;
  }
  .faq-section {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .logo__text {
    display: none;
  }
  .header .info {
    display: none;
  }
  .mobile-header-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70px;
  }
  .mobile-phone {
    font-size: 17px;
  }
  .mobile-men {
    width: 14px;
    height: 14px;
    background-image: url("/img/mobile/menu-mob.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 13px 19px;
  }
  .mobile-bar {
    background: #3784f9;
    width: 20px;
    height: 1px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    cursor: pointer;
    position: relative;
  }
  .mobile-bar:before,
  .mobile-bar:after {
    content: "";
    display: block;
    background: #3784f9;
    width: 20px;
    height: 1px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    position: absolute;
    left: 0;
  }
  .mobile-bar:before {
    top: -6px;
  }
  .mobile-bar:after {
    bottom: -6px;
  }
  .offer-image {
    width: 100%;
    height: auto;
  }
  .services-list__link {
    display: none;
  }
  .mobile-services-list__link {
    height: 52px;
    width: 100%;
    -webkit-box-shadow: 4px 6px 20px rgba(126, 126, 126, 0.25);
            box-shadow: 4px 6px 20px rgba(126, 126, 126, 0.25);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .drop {
    background-image: url("/img/mobile/drop.svg");
  }
  .thunderbolt {
    background-image: url("/img/mobile/thunderbolt.svg");
  }
  .plunger {
    background-image: url("/img/mobile/plunger.svg");
  }
  .driller {
    background-image: url("/img/mobile/driller.svg");
  }
  .services-list {
    position: relative;
  }
  .services-list > li {
    position: static;
  }
  .services-dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-height: 450px;
  }
  .services-list > li:hover .services-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .services-dropdown li {
    width: 90%;
  }
  .services-dropdown a {
    font-size: 14px;
  }
  .offer__title {
    font-size: 32px;
  }
  .offer__text {
    font-size: 18px;
  }
  .offer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer__list li {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .better-list li {
    -webkit-background-size: 70px auto;
            background-size: 70px auto;
  }
  .better-list h3,
  .better-list .car h3 {
    padding-left: 60px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .better-list p {
    font-size: 12px;
    line-height: normal;
  }
  .offer__form {
    margin-bottom: 20px;
  }
  .offer__form button {
    font-size: 18px;
  }
  h2 {
    font-size: 24px;
  }
  .masters h2 {
    margin-bottom: 10px;
  }
  .masters-text {
    line-height: normal;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .services {
    padding: 40px 0;
    background-color: rgb(55 132 249);
    background-blend-mode: soft-light;
  }
  .services h2 {
    margin-bottom: 20px;
  }
  .service-box {
    background-position: right bottom;
  }
  .service-box_7 {
    background-image: url("/img/mobile/service7-mobile.webp");
  }
  .service-box_8 {
    background-image: url("/img/mobile/service8-mobile.webp");
  }
  .contact1 {
    background-image: url("/img/form-green-bg.webp");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .contact .container {
    padding: 108px 15px 70px;
  }
  .contact .container:before {
    display: none;
  }
  .review {
    padding: 0 0 40px;
  }
  .review-text {
    margin-bottom: 20px;
  }
  .review-box {
    margin: 0 auto;
  }
  .call-text {
    margin-bottom: 30px;
  }
  .call h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .call-list {
    margin-bottom: 30px;
  }
  .contact2 {
    background-image: url("/img/form-blue-bg.webp");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .contact2 .container {
    padding-bottom: 40px;
  }
  .document {
    display: none;
  }
  .entity {
    padding-bottom: 40px;
  }
  .entity h2 {
    margin-bottom: 20px;
  }
  .entity-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .entity .offer__list {
    margin-bottom: 20px;
  }
  .faq-section {
    padding: 40px 0;
  }
  .faq-section:before {
    top: auto;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
  }
  .faq h2 {
    margin-bottom: 10px;
  }
  .faq-list {
    margin-bottom: 60px;
  }
  .about h2 {
    margin-bottom: 30px;
  }
  .about-list__number {
    font-size: 25px;
  }
  .about-list__desc {
    font-size: 18px;
  }
  .social {
    margin-right: 30px;
  }
  .blog-news {
    margin-top: 5%;
  }
}

@media (min-width: 767px) {
  .desctop_logo {
    display: block;
  }
  .mobile_logo {
    display: none;
  }
  .blog-list {
    border: 4px double #dfdcdc;
    padding: 10px;
  }
}

/* Floating master CTA widget */
.ds-floating-widget {
  position: fixed;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 12px 30px rgba(19, 39, 79, 0.18);
  backdrop-filter: blur(4px);
}

.ds-floating-widget__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #29c458;
  box-shadow: 0 0 0 6px rgba(41, 196, 88, 0.12);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.ds-floating-widget__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.ds-floating-widget__title {
  color: #2956b8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.ds-floating-widget__divider {
  color: #9aa5b5;
  font-size: 16px;
}

.ds-floating-widget__eta {
  color: #5f6e85;
  font-size: 15px;
  font-weight: 500;
}

.ds-floating-widget__cta {
  background: #3166e3;
  color: #fff !important;
  border-radius: 10px;
  min-width: 128px;
  height: 42px;
  padding: 0 18px;
  font-size: 17px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ds-floating-widget__cta:hover {
  background: #2458d3;
}

.ds-floating-widget__close {
  border: 0;
  background: transparent;
  color: #9aa5b5;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}

.ds-floating-widget__close:hover {
  color: #5f6e85;
}

@media (max-width: 991px) {
  .ds-floating-widget {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desctop_logo {
    display: none;
  }
  .mobile_logo {
    display: block;
  }
  .offer-section {
    padding: 20px 0;
    position: relative;
  }
  .offer-section:before {
    content: "";
    display: block;
    width: 300px;
    height: 500px;
    background: url("/img/master.webp") no-repeat top left/contain;
    position: absolute;
    right: 10%;
    top: 80px;
  }
  .services-list {
    margin-bottom: 0;
  }
  .offer__title {
    max-width: 300px;
  }
  .offer-image {
    display: none;
  }
  .better-list {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .better-list li {
    margin: 0 auto 10px;
    max-width: 385px;
    width: 100%;
  }
  .better-list h3,
  .better-list .car h3 {
    padding-left: 100px;
  }
  .better-list p {
    max-width: 300px;
  }
  .masters {
    padding: 40px 0;
  }
  .masters-box__content h3 {
    font-size: 18px;
  }
  .masters-btn {
    font-size: 14px;
  }
  .contact .container {
    padding: 0 15px;
  }
  .contact {
    display: none;
  }
  .review {
    padding-top: 40px;
  }
  .review-link {
    float: none;
    margin: 0 auto;
    max-width: 180px;
    display: block;
    margin-bottom: 20px;
  }
  .call {
    padding: 40px 0;
  }
  .faq-list {
    margin-right: 0;
  }
  .menu-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .menu-list > li {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-menu {
    padding: 40px 0;
  }
  .menu-list__caption {
    margin-bottom: 20px;
  }
  /* .footer .phone {
        display: none;
    } */
  .footer-inner .btn {
    font-size: 14px;
    height: 40px;
    width: 150px;
  }
}

@media (max-width: 575px) {
  .menu {
    display: none;
  }
  .logo__link {
    font-size: 18px;
  }
  .header {
    padding: 20px 0;
  }
  .offer__title {
    font-size: 28px;
  }
  .offer-section:before {
    background-image: url("/img/mobile/man.webp");
    width: 146px;
    height: 201px;
    right: 0;
  }
  .offer__form > div.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer__form input,
  .offer__form button {
    margin: 0 auto;
    max-width: 304px;
    width: 100%;
  }
  .offer__form input {
    margin-bottom: 10px;
  }
  .contact .offer__form p {
    max-width: 264px;
    margin: 10px auto 0;
  }
  .better-list h3,
  .better-list .car h3 {
    padding-left: 70px;
  }
  .contact {
    padding: 70px 0 20px;
    display: block;
    background-image: url("/img/mobile/form-green-mobile-bg.webp");
    -webkit-background-size: cover;
            background-size: cover;
  }
  .contact h2,
  .contact-text {
    padding-left: 25px;
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .contact-text {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .contact-text br {
    display: none;
  }
  .review-text {
    font-size: 16px;
  }
  .review-box {
    padding: 30px;
  }
  .review-box__header {
    margin-bottom: 20px;
  }
  .review-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review-box__list li {
    margin-bottom: 5px;
  }
  .review-box__image {
    width: 60px;
    height: 60px;
    margin-right: 25px;
  }
  .review-box__image img {
    width: 100%;
    height: auto;
  }
  .review-box__name {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .review-box__content {
    font-size: 14px;
  }
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev:before,
  .slick-next:before {
    -webkit-background-size: contain;
            background-size: contain;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .call h2 {
    text-align: center;
  }
  .call h3 {
    text-align: center;
  }
  .call h3:after {
    display: none;
  }
  .call:before {
    display: none;
  }
  .call .btn {
    margin-top: 20px;
    font-size: 14px;
  }
  .call .info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact2 {
    background-image: url("/img/mobile/form-blue-mobile-bg.webp");
  }
  .contact2 h2,
  .contact2 .contact-text {
    padding-right: 10px;
    margin: 0 0 10px auto;
    text-align: right;
  }
  .faq-list__caption,
  .faq-list__answer {
    font-size: 14px;
  }
  .faq-list__caption {
    height: 60px;
    padding-right: 10px;
  }
  .about h2 {
    text-align: center;
  }
  .about-list__number {
    font-size: 18px;
  }
  .about-list__desc {
    font-size: 14px;
  }
  .about-list li {
    -webkit-background-size: contain;
            background-size: contain;
  }
  .map-info__data {
    font-size: 14px;
  }
  .map-info {
    padding: 30px;
  }
  .map-info h2 {
    margin-bottom: 20px;
  }
  .map-info__btn {
    height: 40px;
    font-size: 14px;
  }
  .menu-list > li {
    width: 100%;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
  }
  /*     .footer .application {
    display: none;
} */
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social {
    margin: 30px auto 0;
  }
  .footer-bottom__text {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom__link {
    text-align: center;
    margin-bottom: 5px;
  }
  .masters-box {
    margin: 0 auto;
  }
}

/* offer-section */
#main-text {
  padding: 44px 0 0;
  background: url("/img/offer-bg.webp") no-repeat top center/cover;
}

#main-text p {
  margin-bottom: 25px;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

#main-text h2 {
  color: #383838;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin: 29px 0;
}

#main-text h3 {
  margin: 29px 0;
}

#main-text ul {
  margin-bottom: 20px;
}

.popup-fade {
  display: none;
}

.popup-fade:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}

.popup {
  position: fixed;
  top: 30%;
  left: 50%;
  padding: 20px;
  width: 360px;
  margin-left: -200px;
  background: #fff;
  border: 1px solid #27c049;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  z-index: 99999;
  opacity: 1;
  padding-top: 50px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.inp {
  margin-top: 15px;
}

.popup .offer__form {
  margin-bottom: 0;
  text-align: center;
}

.popup button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  margin: 0 auto;
}

.offer__form .name {
  background-image: url(/img/name.webp);
}

#review-page .review-box {
  margin: 0 auto;
  max-width: 888px;
  margin-bottom: 16px;
}

.review-page h2 {
  margin: 5vh 0;
}

.review-page {
  padding-bottom: 7vh;
}

/*section1*/
.s1p {
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px #4087f5;
          box-shadow: 0 0 20px #4087f5;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.s1p:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.s1p h3 {
  padding: 20px 0;
  padding-bottom: 10px;
  color: #343742;
}

.s1p p {
  font-size: 14px;
  opacity: 0.8;
  padding-bottom: 10px;
}

.s1p figure {
  overflow: hidden;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  padding: 0;
  margin: 0;
}

.s1p img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.s1p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.buttons {
  padding: 0 10px;
}

.buttons .price {
  cursor: pointer;
  display: inline-block;
  color: #27c049;
  border: 1px solid #27c049;
  width: 100%;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  /*  box-shadow: 0 0 5px #009C51, 0 0 0 0 #5BE259;*/
}

.buttons .price:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(255, 102, 0, 0);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(255, 102, 0, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.buttons .free {
  cursor: pointer;
  padding: 8px;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  color: #645757;
  font-weight: bold;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd654), to(#ffb82c));
  background: -webkit-linear-gradient(top, #ffd654 0%, #ffb82c 100%);
  background: -o-linear-gradient(top, #ffd654 0%, #ffb82c 100%);
  background: linear-gradient(180deg, #ffd654 0%, #ffb82c 100%);
}

.popup {
  margin-left: -180px;
}

#main-text h1 {
  color: #383838;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin: 29px 0;
}

.sitemap ul {
  padding-left: 20px;
}

#services .s1p br + h3 {
  padding: 18.5px 0;
}

@media (min-width: 767px) {
  .desctop_logo {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mobile_logo {
    display: none !important;
  }
  .social_desctop {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .social_mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desctop_logo {
    display: none !important;
  }
  .mobile_logo {
    display: block !important;
  }
  .social_desctop {
    display: none !important;
  }
  .social_mobile {
    margin: 0 auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 0 !important;
    margin-bottom: 24px;
  }
  .info {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .phone {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 23px !important;
    margin-right: 0 !important;
  }
  .application {
    margin: 0 auto !important;
    margin-bottom: 33px !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info {
    width: 100%;
  }
}

.offer__form input {
  font-size: 18px;
}

#mobileToolbar .right-bottom {
  border-right: 1px solid #c6cec9;
  margin-right: -1px;
  float: left;
  text-decoration: none;
}

#mobileToolbar a {
  color: #f1f1f1;
  font-size: 17px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  width: 50%;
  display: block;
}

#mobileToolbar .right-bottom > div {
  clear: both;
  margin: 0 auto;
  width: 137px;
}

#mobileToolbar .right-bottom > div {
  clear: both;
  margin: 0 auto;
  width: 137px;
}

#mobileToolbar .left-bottom > div {
  clear: both;
  margin: 0 auto;
  width: 137px;
}

#mobileToolbar .left-bottom {
  float: left;
  text-decoration: none;
}

#mobileToolbar {
  background-color: #049f51;
  bottom: 0;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 900;
  opacity: 0.9;
  display: none;
}

#mobileToolbar .left-bottom > div span {
  display: block;
  float: left;
  height: 50px;
  width: 35px;
  background: url(../img/whatsapp.svg) no-repeat scroll 0 center;
}

#mobileToolbar .right-bottom > div span {
  display: block;
  float: left;
  height: 50px;
  width: 35px;
  background: url(../img/ico_call.svg) no-repeat scroll 0 center;
  -webkit-animation: shake 1s steps(1) 2s infinite normal;
  animation: shake 1s steps(1) 2s infinite normal;
}

@media (max-width: 468px) {
  #mobileToolbar {
    display: block;
  }
}


@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}

h1,
h2 {
  line-height: 1.2;
}

.border,
.collapsing,
body,
html {
  position: relative;
}

.border:after,
.btn_soft:before {
  bottom: 0;
  content: " ";
}

.border:after,
.btn_services-menu:after,
.btn_soft:before,
.link-count:before {
  content: " ";
}

.btn,
a {
  cursor: pointer;
}

.price-installation__price span i,
.price-list i,
.price-tile-list__price i,
.section-price__info i {
  font-style: normal;
}

.projects-block__images,
.projects-block__info {
  vertical-align: top;
  display: inline-block;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

*,
ol,
ul {
  padding: 0;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1,
.col-auto {
  -webkit-box-flex: 0;
}

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

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

.col-2,
.col-3 {
  -webkit-box-flex: 0;
}

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

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

.col-4,
.col-5 {
  -webkit-box-flex: 0;
}

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

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

.col-6,
.col-7 {
  -webkit-box-flex: 0;
}

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

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

.col-8,
.col-9 {
  -webkit-box-flex: 0;
}

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

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

.col-10,
.col-11 {
  -webkit-box-flex: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

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

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

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

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-column,
  .flex-xxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.animate-trigger {
  -webkit-animation-name: animate-trigger;
  animation-name: animate-trigger;
}

@-webkit-keyframes animate-trigger {
  from {
    background-position: left 0 center;
  }
  to {
    background-position: right -1000px center;
  }
}

@keyframes animate-trigger {
  from {
    background-position: left 0 center;
  }
  to {
    background-position: right -1000px center;
  }
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

a,
button,
input,
textarea {
  outline: 0;
  border: none;
  resize: none;
  background: 0 0;
}

a {
  text-decoration: none;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.main-menu li:hover,
.popup-form__policy a,
.reviews__link {
  text-decoration: underline;
}



@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }
}

.owl-carousel {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.border:after {
  position: absolute;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  width: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 479.98px) {
  .btn_section-reviews-inner {
    font-size: 13px;
    line-height: 3.1;
    padding: 0 15px;
  }
}

.btn_special-offers-list {
  color: #fff;
  font-size: 15px;
  width: 150px;
  margin-bottom: 30px;
}

.btn_districts-list {
  color: #8d8d8d;
  background: #fff;
  -webkit-box-shadow: 0 13px 21px 0 rgba(170, 170, 170, 0.08);
  box-shadow: 0 13px 21px 0 rgba(170, 170, 170, 0.08);
  display: block;
  margin: 70px auto;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

@media (max-width: 479.98px) {
  .btn_districts-list {
    height: 30px;
    margin: 40px auto;
  }
}



.btn_kom {
  text-align: center;
  display: inline-block;
  line-height: 2;
  padding: 0 20px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
}

.btn_kom:hover {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}



.btn_soft {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}

.btn_soft:before {
  position: absolute;
  left: -20%;
  background: #29bb54;
  width: 100px;
  height: 100px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: -1;
}

.btn_soft:hover:before {
  -webkit-transform: scale(7, 7);
  -ms-transform: scale(7, 7);
  transform: scale(7, 7);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}



.btn_round {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn_orange {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
}

.btn_purple {
  background: #5b63a6;
}

.btn_purple:hover {
  background: #acc254;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.btn_orange-border {
  border: 2px solid #eb996d;
  color: #eb996d;
}

.btn_orange-border:hover {
  color: #fff;
  border: 2px solid #acc254;
}

.section-reviews {
  padding-top: 50px;
}

.btn_section-reviews-inner {
  color: #fff;
  height: 45px;
  margin-right: 20px;
  line-height: 2.9;
}

.btn_section-reviews-inner:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .btn_section-reviews-inner {
    height: 40px;
    font-size: 14px;
    margin-right: 5px;
  }
}

.btn_districts-list,
.btn_special-offers-list {
  height: 45px;
}

.btn_form-reviews-director,
.btn_form-reviews-feedback {
  font-size: 18px;
  height: 50px;
  line-height: 2.7;
}

@media (max-width: 991.98px) {
  .btn_form-reviews-feedback {
    margin-top: 15px;
  }
}

.btn_form-reviews-director {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 1199.98px) {
  .btn_form-reviews-feedback {
    height: 45px;
    line-height: 2.6;
  }
  .btn_form-reviews-director {
    position: absolute;
    right: 50px;
    bottom: 45px;
  }
}

@media (max-width: 767.98px) {
  .btn_form-reviews-director {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.form-reviews {
  padding: 45px 50px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  opacity: 0;
  width: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  z-index: -1;
  clear: both;
}

.form-reviews__wrapper-director-avatar,
.form-reviews__wrapper-field-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}

@media (max-width: 991.98px) {
  .form-reviews {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 50px;
  }
}

@media (max-width: 767.98px) {
  .form-reviews {
    padding: 35px 30px 50px;
  }
}

@media (max-width: 479.98px) {
  .form-reviews {
    padding: 30px 20px 40px;
  }
}

.form-reviews_feedback .form-reviews__field {
  margin-right: 20px;
}

.form-reviews_feedback .form-reviews__field_mail,
.form-reviews_feedback .form-reviews__field_name,
.form-reviews_feedback .form-reviews__field_treaty {
  margin: 0 1.5% 0 0;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media (max-width: 991.98px) {
  .form-reviews_feedback .form-reviews__field_mail,
  .form-reviews_feedback .form-reviews__field_name,
  .form-reviews_feedback .form-reviews__field_treaty {
    margin-bottom: 10px;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}

.form-reviews_feedback .form-reviews__field_textarea {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

@media (max-width: 1439.98px) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}

@media (max-width: 1199.98px) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 56%;
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
  }
  .form-reviews_director {
    padding: 45px 50px 110px;
  }
}

@media (max-width: 991.98px) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin-right: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: active), (max-width: 991.98px) and (-ms-high-contrast: none) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 53%;
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
  }
}

@media (max-width: 767.98px) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.form-reviews_director {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-reviews_director .form-reviews__field_name,
.form-reviews_director .form-reviews__field_treaty {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}

@media (max-width: 991.98px) {
  .form-reviews_director .form-reviews__field_name,
  .form-reviews_director .form-reviews__field_treaty {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .form-reviews_director {
    padding: 35px 30px 50px;
  }
  .form-reviews_director .form-reviews__field_name,
  .form-reviews_director .form-reviews__field_treaty {
    margin-bottom: 10px;
  }
}

.form-reviews_director .form-reviews__field_textarea {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.form-reviews__wrapper {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper {
    margin-bottom: 75px;
  }
}

.form-reviews__wrapper-director-avatar {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .form-reviews__wrapper-director-avatar {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper {
    margin-bottom: 50px;
  }
  .form-reviews__wrapper-director-avatar {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}

.form-reviews__wrapper-field-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper-field-feedback {
    -webkit-flex-basis: 60.5%;
    -ms-flex-preferred-size: 60.5%;
    flex-basis: 60.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.form-reviews__wrapper-down,
.form-reviews__wrapper-field-director,
.reviews-list__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper-field-feedback {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.form-reviews__wrapper-field-director {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 90%;
}

@media (max-width: 1199.98px) {
  .form-reviews__wrapper-field-director {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper-field-director {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none) {
  .form-reviews__wrapper-field-director {
    position: relative;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper-field-director {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}

.form-reviews__wrapper-input {
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

@media (max-width: 1439.98px) {
  .form-reviews__wrapper-input {
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }
}

@media screen and (max-width: 1439.98px) and (-ms-high-contrast: active), (max-width: 1439.98px) and (-ms-high-contrast: none) {
  .form-reviews__wrapper-input {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

@media (max-width: 1199.98px) {
  .form-reviews__wrapper-input {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1199.98px) and (-ms-high-contrast: active), (max-width: 1199.98px) and (-ms-high-contrast: none) {
  .form-reviews__wrapper-input {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper-input {
    margin-top: -145px;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper-input {
    margin-top: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 479.98px) {
  .form-reviews_director {
    padding: 30px 20px 40px;
  }
  .form-reviews__wrapper-input {
    max-width: 300px;
  }
}

.form-reviews__wrapper-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .form-reviews__wrapper-down {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper-down {
    margin-top: 8px;
  }
}

.form-reviews__tabs {
  display: inline-block;
  font-size: 17px;
  width: 231px;
  cursor: pointer;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #a7a5a5bd;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding: 15px 35px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

#checkDirector,
#checkFeedback,
.tabs__check {
  display: none;
}

.form-reviews__field,
.form-reviews__label {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper-down {
    margin-top: 10px;
  }
  .form-reviews__tabs {
    font-size: 15px;
    margin-right: 0;
  }
  .form-reviews__tabs_feedback {
    width: 44%;
  }
  .form-reviews__tabs_director {
    width: 54%;
    float: right;
  }
}

@media (max-width: 479.98px) {
  .form-reviews__tabs {
    padding: 15px 30px;
    line-height: 1.1;
  }
}

.form-reviews__field {
  background: #fff;
  border: 1px solid #dedede;
  color: #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.form-reviews__field_mail,
.form-reviews__field_name,
.form-reviews__field_treaty {
  height: 40px;
  padding: 0 20px;
}

.form-reviews__field_textarea {
  padding: 20px;
}

.form-reviews__like {
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .form-reviews__like {
    margin-right: 10px;
  }
}

.form-reviews__label_like {
  color: #000;
  margin-right: 10px;
}

@media (max-width: 1439.98px) {
  .form-reviews__label_like {
    margin-right: 5px;
  }
}

@media (max-width: 1199.98px) {
  .form-reviews__label_like {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .form-reviews__field_textarea {
    padding: 10px 20px;
  }
  .form-reviews__label_like {
    margin-right: 0;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    margin-bottom: 10px;
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .form-reviews__label_like {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 30px;
  }
}

@media (max-width: 479.98px) {
  .form-reviews__label_like {
    margin-right: 0;
    -webkit-flex-basis: 85%;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
  }
}

.form-reviews__label_checked {
  color: #bbb;
  margin-left: 10px;
  margin-right: 10%;
}

@media (max-width: 1439.98px) {
  .form-reviews__label_checked {
    margin-right: 5%;
  }
}

.form-reviews__checked {
  margin-bottom: 2px;
}

.form-reviews__director-avatar {
  background: url("/img/comments/mi-boss.webp");
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 10px;
  width: 144px;
  height: 144px;
}

.form-reviews__name-director,
.form-reviews__position {
  font-size: 14px;
  text-align: center;
}

.form-reviews__name-director {
  color: #000;
}

.form-reviews__position {
  color: #bbb;
}

#checkFeedback:checked ~ .form-reviews__tabs_feedback {
  color: #000;
  background: #f9f9f9;
  padding: 15px 35px 25px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

@media (max-width: 767.98px) {
  #checkFeedback:checked ~ .form-reviews__tabs_feedback {
    padding: 15px 10px 25px;
  }
}

@media (max-width: 479.98px) {
  #checkFeedback:checked ~ .form-reviews__tabs_feedback {
    padding: 15px 30px 20px;
  }
}

#checkFeedback:checked ~ .form-reviews_feedback {
  position: static;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  z-index: 9999;
  width: 100%;
}

.reviews-list__item,
.reviews-list__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

#checkDirector:checked ~ .form-reviews__tabs_director {
  color: #000;
  background: #f9f9f9;
  padding: 15px 35px 25px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

#checkDirector:checked ~ .form-reviews_director {
  position: static;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  z-index: 9999;
  width: 100%;
}

@media (max-width: 991.98px) {
  .form-reviews__label_checked {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  #checkDirector:checked ~ .form-reviews__tabs_director {
    padding: 15px 10px 25px;
  }
}

.blog-news {
  padding: -webkit-calc(
 0px +
 50 *
 ((100vw - 320px) / 1200));
  padding: calc(
 0px +
 5 *
 ((100vw - 320px) / 1200));
}

.blog-news__date {
  color: #5b422c;
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  opacity: 0.6;
}

.blog-news-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: -webkit-calc(
 25px +
 5 *
 ((100vw - 320px) / 1200));
  margin-bottom: calc(
 7px +
 0 *
 ((100vw - 320px) / 1200));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-news-title-container__title {
  font-size: 38px;
  line-height: -webkit-calc(
 32px +
 12 *
 ((100vw - 320px) / 1200));
  line-height: calc(
 32px +
 12 *
 ((100vw - 320px) / 1200));
  margin: 0 0 24px;
}

@media (max-width: 1224px) {
  .blog-news-title-container__title {
    font-size: -webkit-calc(
 20px + 18 *
 ((100vw - 320px) / 904));
    font-size: calc(
 20px + 18 *
 ((100vw - 320px) / 904));
  }
}

.blog-news-sharing {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: center;
  min-width: 200px;
}

.blog-news-sharing__title {
  color: #5b422c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.6;
}

.blog-news__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-news__list svg {
  width: -webkit-calc(
 18px +
 2 *
 ((100vw - 320px) / 1200));
  width: calc(
 18px +
 2 *
 ((100vw - 320px) / 1200));
  margin-right: 8px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.blog-news__list svg:hover {
  opacity: 1;
}

.blog-news_image {
  width: 100%;
  margin-bottom: -webkit-calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
}

.blog-news__preview {
  font-size: 22px;
  line-height: -webkit-calc(
 18px +
 8 *
 ((100vw - 320px) / 1200));
  line-height: calc(
 18px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: 24px;
  text-align: left;
}

@media (max-width: 1224px) {
  .blog-news__preview {
    font-size: -webkit-calc(
 18px + 4 *
 ((100vw - 320px) / 904));
    font-size: calc(
 18px + 4 *
 ((100vw - 320px) / 904));
  }
}

.blog-news p {
  margin-bottom: -webkit-calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  font-size: 18px;
  line-height: 24px;
  font-size: 18px;
  line-height: -webkit-calc(
 22px +
 6 *
 ((100vw - 320px) / 1200));
  line-height: calc(
 22px +
 6 *
 ((100vw - 320px) / 1200));
}

@media (max-width: 1224px) {
  .blog-news p {
    font-size: -webkit-calc(
 14px + 4 *
 ((100vw - 320px) / 904));
    font-size: calc(
 14px + 4 *
 ((100vw - 320px) / 904));
  }
}

.blog-news__content-text blockquote {
  border-bottom: 2px solid #e1d0b9;
  border-top: 2px solid #e1d0b9;
  color: #0e0e0f;
  display: block;
  position: relative;
  font-size: 24px;
  line-height: -webkit-calc(
 24px +
 8 *
 ((100vw - 320px) / 1200));
  line-height: calc(
 24px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: -webkit-calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  padding: 32px 0 32px 47px;
  padding-top: -webkit-calc(
 25px +
 7 *
 ((100vw - 320px) / 1200));
  padding-top: calc(
 25px +
 7 *
 ((100vw - 320px) / 1200));
  padding-bottom: -webkit-calc(
 25px +
 7 *
 ((100vw - 320px) / 1200));
  padding-bottom: calc(
 25px +
 7 *
 ((100vw - 320px) / 1200));
  padding-left: -webkit-calc(
 41px +
 6 *
 ((100vw - 320px) / 1200));
  padding-left: calc(
 41px +
 6 *
 ((100vw - 320px) / 1200));
}

@media (max-width: 1224px) {
  .blog-news__content-text blockquote {
    font-size: -webkit-calc(
 16px + 8 *
 ((100vw - 320px) / 904));
    font-size: calc(
 16px + 8 *
 ((100vw - 320px) / 904));
  }
}

.blog-news__content-text blockquote::before {
  color: #e1d0b9;
  content: "«";
  display: block;
  font-size: 42px;
  font-weight: 700;
  left: 0px;
  line-height: 64px;
  position: absolute;
  top: 2px;
}

@media (max-width: 1224px) {
  .blog-news__content-text blockquote::before {
    font-size: -webkit-calc(
 30px + 12 *
 ((100vw - 320px) / 904));
    font-size: calc(
 30px + 12 *
 ((100vw - 320px) / 904));
  }
}

.blog-news__content-text a {
  color: #0848c0;
  cursor: pointer;
  text-decoration: underline;
}

.blog-news-content {
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 425px) {
    .popular_posts__list_is {
        margin-top: 0 !important;
    }
}
.front_posts_list {
    margin: -15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .front_posts_list__item,
    .front_posts_list__item:nth-child(5n - 3),
    .front_posts_list__item:nth-child(5n - 4) {
        max-width: 100%;
    }
}

#readers_posts .front_posts_list__item {
    max-width: 373px;
}

.front_posts_list__item__img_block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.front_posts_list__item_item__img {
    width: 100%;
    display: block;
    min-height: 157px;
}

.front_posts_list__item_item__img img {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}



.front_posts_list__item__title {
    margin-bottom: 15px;
}

.front_posts_list__item__title a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #1F282C;
}

.front_posts_list__item__subtitle {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #1F282C;
    opacity: 0.6;
}
.front_posts_list {
    margin: -15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.front_posts_list__item {
    padding: 15px;
    flex: 1 0 auto;
    width: 100%;
    max-width: 33.33333333%;
}

.front_posts_list__item:nth-child(5n - 3),
.front_posts_list__item:nth-child(5n - 4) {
    max-width: 50%;
}
@media (max-width: 991px) {
    .front_posts_list__item {
        max-width: 50%;
    }
    .front_posts_list__item:nth-child(3n + 3) {
        max-width: 100%;
    }
}
@media (max-width: 480px){
    .front_posts_list__item__subtitle {
        display: none;
    }
}
@media (max-width: 840px){
    #readers_posts .front_posts_list__item {
        margin-right: 25px;
        background: #FFFFFF;
        border-radius: 5px;
        padding-bottom: 12px;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(93, 25, 147, 0.3);
        -moz-box-shadow: 0px 10px 30px 0px rgba(93, 25, 147, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(93, 25, 147, 0.3);
    }

    #readers_posts .front_posts_list__item__title,
    #readers_posts .front_posts_list__item__subtitle,
    #readers_posts .date_tag_block {
        padding-left: 12px;
    }
    .front_posts_list__item__subtitle {
        display: none;
    }
}
.front_posts_list__item__img_block:hover,
.cases__list_item__img_block:hover,
.advice .item_nd img:hover {
    opacity: 0.5;
}
.front_posts_list__item__img_block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.front_posts_list__item_item__img {
    width: 100%;
    display: block;
    min-height: 157px;
}

.front_posts_list__item_item__img img {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}
.front_category_link a {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1F282C;
    padding-top: 2px;
    display: block;
}
.cases__list_item_category,
.front_category_link {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 10px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1F282C;
    line-height: 1;
    min-height: 23px;
}
.front_posts_list__item__title {
    margin-bottom: 15px;
}

.front_posts_list__item__title a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #1F282C;
}
.front_posts_list__item__subtitle {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #1F282C;
    opacity: 0.6;
}
@media (max-width: 480px){
    .front_posts_list__item__subtitle {
        display: none;
    }
    .front_section__headline {
        margin-top: 20px;
    }
}
.date_tag_block {
    display: flex;
}
.date_tag_block__date {
    margin-right: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    opacity: 0.4;
    line-height: 30px;
}
@media (max-width: 575px) {
    .front_posts_list__item,
    .front_posts_list__item:nth-child(5n - 3),
    .front_posts_list__item:nth-child(5n - 4) {
        max-width: 100%;
    }
}
.front_section__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADBE8;
    margin-bottom: 30px;
}
@media (max-width: 767px){
    .blog-news-header.newsArticle .blog-news-sharing {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    justify-content: space-between;
    }
}
.container__call {
    min-height: 700px;
    display: flex;
    flex-direction: column;
}


/*call_mastera*/
.call_mastera {
  padding: 64px 0 40px;
  background: url("/img/master-bg.webp") no-repeat top center/cover;
  position: relative;
}
.row__call_mastera {
    flex: 1 1 auto;
}
.call_mastera-text {
    text-align: justify;
    margin-bottom: 29px;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 27px;
    color: #000;
}
.call_mastera h2 {
    text-align: left;
    margin-bottom: 24px;
    font-weight: bold;
    color: #383838;
}
.call_mastera h3 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}
.call_mastera-list {
  margin-bottom: 25px;
}
.call_mastera-list li {
  margin-bottom: 1px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.call_mastera-list li:before,
.call_mastera-list li:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #3784f9;
  position: absolute;
  left: 0;
  top: 13px;
}
.call_mastera-list li:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.call_mastera-list li:last-child {
  margin-bottom: 0;
}
.call_mastera h4,
.call_mastera-list li,
.call_mastera-special {
  padding-left: 35px;
}
.call_mastera .btn {
  -webkit-box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
          box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  width: 206px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  cursor: pointer;
}
@media (max-width: 991px){
    .call_mastera {
      padding: 64px 0 40px;
      background: rgb(239, 244, 246);
      position: relative;
    }
}
@media (max-width: 1199px){
    .call_mastera .btn {
        height: 50px;
    }
    .call_mastera .phone {
        display: none;
    }
}
@media (max-width: 575px) {

  .call_mastera .btn {
    margin-top: 20px;
    font-size: 14px;
  }
}









.btn-green {
  color: white;
  border-radius: 5px;
  background-color: green;
  border: none;
  max-width: 190px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  font-size: 16px;
}

.bg-blue {
  background-color: #3784f9;
}

.bg-orange {
  background-color: #f8aa15;
}

.bg-gray {
  background-color: #3a3a3a;
}

.bg-green {
  background-color: #27c049;
}

.blue {
  color: #3784f9;
}

.orange {
  color: #fdd654;
}

/* header */
.header {
  padding: 30px 0;
}

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

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

.logo__link {
  color: #383838;
  font-weight: 800;
  font-size: 24px;
  white-space: nowrap;
}

.logo__link:hover {
  color: #383838;
}

.logo__word {
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #3784f9;
}

.logo__text {
  margin-left: 20px;
  max-width: 105px;
  font-size: 11px;
}

nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.menu li {
  margin-right: 40px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu a {
  font-weight: 600;
  font-size: 14px;
}

.menu a:hover {
  color: #3784f9;
}

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

.phone {
  margin-right: 35px;
}

.phone__number {
  display: block;
  margin-bottom: 5px;
  color: #383838;
  font-size: 18px;
  font-weight: bold;
}

.phone__text {
  font-size: 11px;
  color: #939393;
}

/* offer-section */
.offer-section {
  padding: 44px 0 0;
  background: url("/img/offer-bg.webp") no-repeat top center/cover;
}

.services-list {
  margin-bottom: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-list > li {
  width: 24.5%;
  position: relative;
}

.services-list__link {
  display: block;
  height: 80px;
  padding: 18px 30px;
  -webkit-box-shadow: 4px 6px 20px rgba(126, 126, 126, 0.25);
          box-shadow: 4px 6px 20px rgba(126, 126, 126, 0.25);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  z-index: 30;
}

.services-list__link:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: right;
  position: absolute;
  top: 0;
  right: 20px;
}

.plumber:after {
  background-image: url("/img/bathtub.webp");
  width: 110px;
  height: 81px;
}

.power-socket:after {
  background-image: url("/img/power-socket.webp");
  width: 113px;
  height: 85px;
}

.sink:after {
  background-image: url("/img/sink.webp");
  width: 102px;
  height: 84px;
}

.furniture:after {
  background-image: url("/img/furniture.webp");
  width: 132px;
  height: 88px;
}

.services-list__link span {
  display: block;
  max-width: 95px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.services-list__link.bg-green span {
  max-width: 85px;
}

.services-list__link span:after {
  content: "";
  border: solid white;
  border-width: 0 1px 1px 0;
  display: block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 7px;
  right: -5px;
}

.services-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}

.services-list > li:hover .services-dropdown {
  display: block;
}

.services-dropdown li {
  padding: 11px 18px;
}

.services-dropdown a {
  color: #fff;
  font-size: 16px;
}

.services-dropdown a:hover {
  text-decoration: underline;
}

.offer {
  padding-top: 26px;
}

.offer__title {
  color: #383838;
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 10px;
}

.offer__text {
  color: #383838;
  font-size: 30px;
  margin-bottom: 33px;
}

.offer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.offer__list li {
  margin-right: 26px;
  color: #383838;
  font-size: 16px;
}

.offer__list li:last-child {
  margin-right: 0;
}

.offer__list li:before {
  content: url("/img/checkmark.svg");
  margin-right: 18px;
}

.offer__form {
  margin-bottom: 37px;
  font-size: 16px;
}

.offer__form input,
.offer__form button {
  -webkit-box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
          box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  display: inline-block;
}

.offer__form input {
  padding: 20px 20px 20px 56px;
  margin-right: 14px;
  border: 0.5px solid #cfcfcf;
  max-width: 325px;
  background-color: #fff;
  background-image: url("/img/smartphone.webp");
  background-repeat: no-repeat;
  background-position: 20px center;
}

.offer__form button {
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 206px;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  cursor: pointer;
}

.offer__form p {
  margin-top: 20px;
  color: #565656;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.offer__form p:before {
  content: url("/img/confirmation.svg");
  margin-right: 16px;
}

.offer__text2 {
  color: #474747;
  font-weight: normal;
  font-size: 18px;
}

.offer-section > .container {
  position: relative;
}

.better-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: -125px;
  width: 100%;
}

.better-list li {
  width: 32%;
  padding: 24px 20px 20px 36px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 25px;
  -webkit-box-shadow: 0px 4px 40px rgba(149, 149, 149, 0.25);
          box-shadow: 0px 4px 40px rgba(149, 149, 149, 0.25);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.better-list h3 {
  padding-left: 110px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #383838;
}

.better-list .car h3 {
  padding-left: 140px;
}

.better-list p {
  padding-left: 0;
  color: #7c7c7c;
  font-size: 14px;
  max-width: 250px;
  width: 100%;
  line-height: 20px;
}

.money {
  background-image: url("/img/money.png");
}

.car {
  background-image: url("/img/car.webp");
}

.wire {
  background-image: url("/img/wire.webp");
}

/* masters */
.masters {
  padding: 226px 0 65px;
}

.masters h2 {
  margin-bottom: 20px;
  text-align: center;
}

.masters-text {
  margin-bottom: 44px;
  text-align: center;
  color: #7c7c7c;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

/* slider */
.masters-slider {
  margin-bottom: 84px;
}

.slick-loading .slick-list {
  background: #fff url("/js/slick/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 62px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before {
  background-image: url("/img/arrow-left1.webp");
}

.slick-next.slick-disabled:before {
  background-image: url("/img/arrow-right1.webp");
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  background-image: url("/img/arrow-left2.webp");
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  background-image: url("/img/arrow-right2.webp");
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 1px solid #acacac;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #3784f9;
}

/*slider end*/
.masters-box {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  max-width: 385px;
  border: 1px solid #ececec;
  /*box-shadow: 8px 9px 30px rgba(196, 196, 196, 0.25);*/
}

.masters-box__photo {
  background: #f7f7f7;
}

.masters-box__content {
  padding: 35px 44px 33px 40px;
  position: relative;
}

.masters-box__badge {
  width: 104px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 4px 10px rgba(126, 126, 126, 0.25);
          box-shadow: 2px 4px 10px rgba(126, 126, 126, 0.25);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: absolute;
  top: -16px;
  left: 40px;
}

.masters-box__content h3 {
  color: #383838;
  font-weight: bold;
  font-size: 24px;
}

.masters-box__label {
  margin-top: 12px;
  color: #777777;
  font-size: 14px;
}

.masters-box__answer {
  color: #383838;
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
}

.masters-btn {
  margin: 0 auto;
  width: 190px;
  height: 50px;
  font-size: 16px;
}

/*services*/
.services {
  padding: 56px 0 92px;
  background: url("/img/services-bg.webp") no-repeat top center/cover;
}

.services h2 {
  margin-bottom: 51px;
  color: #fff;
}

.service-box {
  padding: 30px 40px;
  margin: 0px 4px 7px 4px;
  height: 139px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.25);
          box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.service-box h3 {
  margin-bottom: 10px;
  color: #383838;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.service-box p {
  font-size: 11px;
  color: #8a8a8a;
}

.service-box .blue {
  font-size: 16px;
  font-weight: 700;
}

.service-box_1 {
  background-image: url("/img/services/service1.webp");
}

.service-box_2 {
  background-image: url("/img/services/service2.webp");
}

.service-box_3 {
  background-image: url("/img/services/service3.webp");
}

.service-box_4 {
  background-image: url("/img/services/service4.webp");
}

.service-box_5 {
  background-image: url("/img/services/service5.webp");
}

.service-box_6 {
  background-image: url("/img/services/service6.webp");
}

.service-box_7 {
  background-image: url("/img/services/service7.webp");
}

.service-box_8 {
  background-image: url("/img/services/service8.webp");
}

.service-box_9 {
  background-image: url("/img/services/service9.webp");
}

.service-box_10 {
  background-image: url("/img/services/service10.webp");
}

/* contact */
.contact {
  padding-top: 44px;
}

.contact .container {
  padding: 159px 15px 100px;
  position: relative;
}

.contact .container:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url("/img/form-green-bg.webp");
  position: absolute;
  height: 100%;
  left: 0;
  right: -100px;
  top: 0;
}

.contact h2 {
  text-align: left;
  color: #fff;
}

.contact-text {
  margin: 14px 0 28px;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  line-height: 36px;
}

.contact .offer__form p {
  color: #f0f0f0;
}

.contact .offer__form p:before {
  content: url(/img/confirmation2.svg);
}

.contact .offer__form button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd654), to(#ffb82c));
  background: -webkit-linear-gradient(top, #ffd654 0%, #ffb82c 100%);
  background: -o-linear-gradient(top, #ffd654 0%, #ffb82c 100%);
  background: linear-gradient(180deg, #ffd654 0%, #ffb82c 100%);
  color: #474747;
}

/* review */
.review {
  padding: 63px 0 96px;
}

.review h2 {
  margin-bottom: 15px;
}

.review-text {
  margin-bottom: 57px;
  text-align: center;
}

.review-link {
  display: inline-block;
  margin-left: auto;
  padding-left: 40px;
  background: url("/img/dialog.svg");
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.review-link span {
  color: #3784f9;
  font-size: 14px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #3784f9;
}

.review-slider {
  margin-bottom: 80px;
}

.review-box {
  margin: 0 5px;
  padding: 44px 40px 53px 60px;
  background: #ffffff;
  border: 1px solid #ececec;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  max-width: 588px;
}

.review-box__header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-box__image {
  margin-right: 38px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}

.review-box__name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  color: #383838;
}

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

.review-box__list li {
  padding-left: 25px;
  color: #a2a2a2;
  font-size: 12px;
  position: relative;
}

.review-box__list li:before {
  position: absolute;
  top: 0px;
  left: 0;
}

.review-box__list .location {
  margin-right: 42px;
}

.review-box__list .gor-location {
  margin-right: 42px;
}

.review-box__list .gor-location:before {
  content: url("/img/gor-location.webp");
}

.review-box__list .location:before {
  content: url("/img/location.svg");
}

.review-box__list .date:before {
  content: url("/img/calendar.svg");
}

.review-box__content p {
  color: #383838;
  font-size: 16px;
  line-height: 30px;
}

/*call*/
.call {
  padding: 64px 0 40px;
  background: url("/img/master-bg.webp") no-repeat top center/cover;
  position: relative;
}

.call:before {
  content: "";
  display: block;
  width: 65%;
  height: 1px;
  background: #c3d7df;
  position: absolute;
  bottom: 140px;
  left: 0;
}

.call h2 {
  text-align: left;
  margin-bottom: 34px;
  font-weight: bold;
  color: #383838;
}

.call-text {
  margin-bottom: 42px;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.call h3 {
  margin-bottom: 41px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}

.call h3:after {
  content: "";
  display: block;
  width: 540px;
  height: 1px;
  background: #c3d7df;
  position: absolute;
  top: 50%;
  right: 0;
}

.call h4,
.call-list li,
.call-special {
  padding-left: 35px;
}

.call h4 {
  margin-bottom: 34px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
}

.call .shower {
  background-image: url("/img/shower.svg");
}

.call .plug {
  background-image: url("/img/plug.svg");
}

.call .street-location {
  background-image: url("/img/lok.svg");
}

.call-list {
  margin-bottom: 106px;
}

.call-list li {
  margin-bottom: 1px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.call-list li:before,
.call-list li:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #3784f9;
  position: absolute;
  left: 0;
  top: 13px;
}

.call-list li:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.call-list li:last-child {
  margin-bottom: 0;
}

.call-special {
  position: relative;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

.call-special:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #27c049;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.call .btn {
  -webkit-box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
          box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  width: 206px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  cursor: pointer;
}
@media (max-width: 991px){
    .call {
      padding: 64px 0 40px;
      background: rgb(239, 244, 246);
      position: relative;
    }
}

/* contact2 */
.contact2 {
  padding-top: 22px;
  padding-bottom: 19px;
}

.contact2 .container:before {
  background-image: url("/img/form-blue-bg.webp");
  right: 0;
}

/*entity*/
.entity {
  padding: 139px 0 83px;
  background: url("/img/entity-bg.webp") no-repeat top center/cover;
}

.entity h2 {
  margin-bottom: 30px;
  text-align: left;
}

.entity-text {
  margin-bottom: 57px;
  color: #383838;
  font-size: 18px;
}

.entity .offer__list {
  margin-bottom: 49px;
}

.entity .offer__list li {
  margin-right: 20px;
}

.entity .offer__list li:before {
  margin-right: 10px;
}

/*faq-section*/
.faq-section {
  padding: 68px 0 98px;
  position: relative;
}

.faq-section:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-image: url("/img/about-bg.webp");
}

.faq h2 {
  margin-bottom: 55px;
  text-align: left;
}

.faq-list {
  max-height: 325px;
  margin-right: 40px;
  overflow-y: auto;
  overflow-x: hidden;
}

.faq-list li {
  padding-right: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.faq-list__caption {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 80px 10px 0;
  font-weight: 600;
  color: #383838;
  cursor: pointer;
  position: relative;
}

.faq-list__caption:before {
  content: "";
  display: block;
  border: solid black;
  border-width: 0 1px 1px 0;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 50px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq-list__caption:hover:before {
  border-color: #3784f9;
}

.faq-list__caption:hover {
  color: #3784f9;
}

.faq-list__answer {
  display: none;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #484849;
}

.faq-list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
/* Handle */
.faq-list::-webkit-scrollbar-thumb {
  background: #eee;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

/* Handle on hover */
.faq-list::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.15);
}

.about {
  color: #fff;
}

.about h2 {
  margin-bottom: 56px;
  text-align: left;
  color: #fff;
}

.about-list li {
  margin-bottom: 26px;
  padding: 13px 0 15px 115px;
  background-repeat: no-repeat;
  background-position: left;
}

.about-list li:last-child {
  margin-bottom: 0;
}

.about-list__item_1 {
  background-image: url("/img/about1.webp");
}

.about-list__item_2 {
  background-image: url("/img/about2.webp");
}

.about-list__item_3 {
  background-image: url("/img/about3.webp");
}

.about-list__number {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 30px;
}

.about-list__desc {
  font-size: 20px;
}






/* Общие стили для секции "map" */
.map {
  padding: 30px 0;
  position: relative;
}

.map-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-info {
  padding: 34px 60px 51px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 50px rgba(206, 206, 206, 0.25);
  box-shadow: 0px 3px 50px rgba(206, 206, 206, 0.25);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 365px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.map h2 {
  margin-bottom: 35px;
}

.map-info__block {
  margin-bottom: 28px;
}

.map-info__item {
  margin-bottom: 20px;
}

.map-info__item:last-child {
  margin-bottom: 0;
}

.map-info__label {
  font-size: 14px;
  color: #868686;
  margin-bottom: 10px;
}

.map-info__data {
  font-size: 18px;
}

.map-iframe {
  display: none; /* Скрыть карту на мобильных устройствах */
}

.map iframe {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  border: 0;
  z-index: 0;
}

/* Медиа-запрос для мобильных устройств (ширина экрана до 768px) */
@media (max-width: 768px) {
  .map-inner {
    flex-direction: column-reverse;
  }

  .map-info {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .map-iframe {
    display: none; /* Добавить этот стиль для скрытия карты на мобильных устройствах */
  }
}










/*footer */
.footer {
  background: #2c2c2c;
}

.footer-menu {
  padding: 55px 0 65px;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-list > li {
  width: 25%;
}

.menu-list__caption {
  margin-bottom: 40px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.menu-extended li {
  margin-bottom: 8px;
}

.menu-extended li:last-child {
  margin-bottom: 0;
}

.menu-extended a {
  color: #9d9d9d;
  font-size: 13px;
}

.menu-extended a:hover {
  color: #fff;
}

.footer-inner {
  padding: 27px 0;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}

.footer-inner .logo__link,
.footer-inner .logo__link:hover {
  color: #fff;
}

.footer-inner .logo__text {
  color: #cecece;
}

.footer-inner .phone__number,
.footer-inner .phone__number:hover {
  color: #fff;
}

.footer-inner .btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 182px;
  height: 46px;
  color: #fff;
  font-size: 16px;
}

.footer-inner .btn:hover {
  color: #fff;
}

.social {
  margin-right: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social li {
  margin-left: 17px;
}

.footer-bottom {
  padding: 50px 0;
}

.footer-bottom__text,
.footer-bottom__text:hover {
  font-size: 10px;
  color: #e2e2e2;
  display: block;
}

.footer-bottom__link {
  text-align: right;
}

@media (min-width: 1301px) {
  .container {
    max-width: 1224px;
  }
}

@media (max-width: 1300px) {
  .contact .container:before {
    background-position: -25px 0;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .document {
    width: 50%;
  }
  .logo__text {
    margin-left: 10px;
  }
  .menu li {
    margin-right: 15px;
  }
  .phone__number {
    text-align: center;
    font-size: 16px;
  }
  .services-list__link:after {
    right: 15px;
  }
  .plumber:after,
  .power-socket:after,
  .sink:after {
    width: 95px;
  }
  .furniture:after {
    width: 115px;
  }
  .offer {
    padding-bottom: 30px;
  }
  .offer__title {
    font-size: 45px;
  }
  .offer__text {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .offer__list {
    margin-bottom: 25px;
  }
  .offer__list li:before {
    margin-right: 10px;
  }
  .offer__list li {
    margin-right: 15px;
    font-size: 14px;
  }
  .offer__form input,
  .offer__form button {
      height: 42px;
      width: 200px; /* Заданная вами ширина */
  }
  
  .offer__form button {
    font-size: 14px;
  }
  .offer__text2 {
    font-size: 16px;
  }
  .offer-image {
    height: 440px;
  }
  .better-list li {
    -webkit-background-size: 90px auto;
            background-size: 90px auto;
  }
  .better-list h3 {
    padding-left: 90px;
    font-size: 16px;
  }
  .better-list .car h3 {
    padding-left: 95px;
  }
  h2 {
    font-size: 32px;
  }
  .masters {
    padding: 170px 0 50px;
  }
  .masters-box {
    margin: 0 5px;
  }
  .masters-box__photo img {
    width: 100%;
  }
  .masters-box__content h3 {
    font-size: 22px;
  }
  .service-box {
    padding: 20px 25px;
    height: 120px;
    -webkit-background-size: auto 90%;
            background-size: auto 90%;
    background-position: 110% bottom;
  }
  .contact {
    padding-top: 0;
  }
  .contact .container {
    padding: 96px 15px 70px;
  }
  .contact .container:before {
    -webkit-background-size: contain;
            background-size: contain;
    background-position: top;
  }
  .contact-text {
    font-size: 20px;
    line-height: 25px;
  }
  .review {
    padding: 30px 0 50px;
  }
  .call h2 {
    margin-bottom: 20px;
  }
  .call h3:after {
    width: 60%;
  }
  .call h4 {
    margin-bottom: 20px;
  }
  .call-list {
    margin-bottom: 80px;
  }
  .call .phone {
    display: none;
  }
  .call .info {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .call .btn {
    height: 50px;
  }
  .entity {
    padding: 60px 0;
  }
  .entity-text {
    margin-bottom: 35px;
  }
  .entity .offer__list li {
    margin-right: 10px;
    font-size: 13px;
  }
  .faq-section {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .logo__text {
    display: none;
  }
  .header .info {
    display: none;
  }
  .mobile-header-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70px;
  }
  .mobile-phone {
    font-size: 17px;
  }
  .mobile-men {
    width: 14px;
    height: 14px;
    background-image: url("/img/mobile/menu-mob.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 13px 19px;
  }
  .mobile-bar {
    background: #3784f9;
    width: 20px;
    height: 1px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    cursor: pointer;
    position: relative;
  }
  .mobile-bar:before,
  .mobile-bar:after {
    content: "";
    display: block;
    background: #3784f9;
    width: 20px;
    height: 1px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    position: absolute;
    left: 0;
  }
  .mobile-bar:before {
    top: -6px;
  }
  .mobile-bar:after {
    bottom: -6px;
  }
  .offer-image {
    width: 100%;
    height: auto;
  }
  .services-list__link {
    display: none;
  }
  .mobile-services-list__link {
    height: 52px;
    width: 100%;
    -webkit-box-shadow: 4px 6px 20px rgba(126, 126, 126, 0.25);
            box-shadow: 4px 6px 20px rgba(126, 126, 126, 0.25);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .drop {
    background-image: url("/img/mobile/drop.svg");
  }
  .thunderbolt {
    background-image: url("/img/mobile/thunderbolt.svg");
  }
  .plunger {
    background-image: url("/img/mobile/plunger.svg");
  }
  .driller {
    background-image: url("/img/mobile/driller.svg");
  }
  .services-list {
    position: relative;
  }
  .services-list > li {
    position: static;
  }
  .services-dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-height: 450px;
  }
  .services-list > li:hover .services-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .services-dropdown li {
    width: 90%;
  }
  .services-dropdown a {
    font-size: 14px;
  }
  .offer__title {
    font-size: 32px;
  }
  .offer__text {
    font-size: 18px;
  }
  .offer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer__list li {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .better-list li {
    -webkit-background-size: 70px auto;
            background-size: 70px auto;
  }
  .better-list h3,
  .better-list .car h3 {
    padding-left: 60px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .better-list p {
    font-size: 12px;
    line-height: normal;
  }
  .offer__form {
    margin-bottom: 20px;
  }
  .offer__form button {
    font-size: 18px;
  }
  h2 {
    font-size: 24px;
  }
  .masters h2 {
    margin-bottom: 10px;
  }
  .masters-text {
    line-height: normal;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .services {
    padding: 40px 0;
    background-color: rgb(55 132 249);
    background-blend-mode: soft-light;
  }
  .services h2 {
    margin-bottom: 20px;
  }
  .service-box {
    background-position: right bottom;
  }
  .service-box_7 {
    background-image: url("/img/mobile/service7-mobile.webp");
  }
  .service-box_8 {
    background-image: url("/img/mobile/service8-mobile.webp");
  }
  .contact1 {
    background-image: url("/img/form-green-bg.webp");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .contact .container {
    padding: 108px 15px 70px;
  }
  .contact .container:before {
    display: none;
  }
  .review {
    padding: 0 0 40px;
  }
  .review-text {
    margin-bottom: 20px;
  }
  .review-box {
    margin: 0 auto;
  }
  .call-text {
    margin-bottom: 30px;
  }
  .call h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .call-list {
    margin-bottom: 30px;
  }
  .contact2 {
    background-image: url("/img/form-blue-bg.webp");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .contact2 .container {
    padding-bottom: 40px;
  }
  .document {
    display: none;
  }
  .entity {
    padding-bottom: 40px;
  }
  .entity h2 {
    margin-bottom: 20px;
  }
  .entity-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .entity .offer__list {
    margin-bottom: 20px;
  }
  .faq-section {
    padding: 40px 0;
  }
  .faq-section:before {
    top: auto;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
  }
  .faq h2 {
    margin-bottom: 10px;
  }
  .faq-list {
    margin-bottom: 60px;
  }
  .about h2 {
    margin-bottom: 30px;
  }
  .about-list__number {
    font-size: 25px;
  }
  .about-list__desc {
    font-size: 18px;
  }
  .social {
    margin-right: 30px;
  }
  .blog-news {
    margin-top: 5%;
  }
}

@media (min-width: 767px) {
  .desctop_logo {
    display: block;
  }
  .mobile_logo {
    display: none;
  }
  .blog-list {
    border: 4px double #dfdcdc;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .desctop_logo {
    display: none;
  }
  .mobile_logo {
    display: block;
  }
  .offer-section {
    padding: 20px 0;
    position: relative;
  }
  .offer-section:before {
    content: "";
    display: block;
    width: 300px;
    height: 500px;
    background: url("/img/master.webp") no-repeat top left/contain;
    position: absolute;
    right: 10%;
    top: 80px;
  }
  .services-list {
    margin-bottom: 0;
  }
  .offer__title {
    max-width: 300px;
  }
  .offer-image {
    display: none;
  }
  .better-list {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .better-list li {
    margin: 0 auto 10px;
    max-width: 385px;
    width: 100%;
  }
  .better-list h3,
  .better-list .car h3 {
    padding-left: 100px;
  }
  .better-list p {
    max-width: 300px;
  }
  .masters {
    padding: 40px 0;
  }
  .masters-box__content h3 {
    font-size: 18px;
  }
  .masters-btn {
    font-size: 14px;
  }
  .contact .container {
    padding: 0 15px;
  }
  .contact {
    display: none;
  }
  .review {
    padding-top: 40px;
  }
  .review-link {
    float: none;
    margin: 0 auto;
    max-width: 180px;
    display: block;
    margin-bottom: 20px;
  }
  .call {
    padding: 40px 0;
  }
  .faq-list {
    margin-right: 0;
  }
  .menu-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .menu-list > li {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-menu {
    padding: 40px 0;
  }
  .menu-list__caption {
    margin-bottom: 20px;
  }
  /* .footer .phone {
        display: none;
    } */
  .footer-inner .btn {
    font-size: 14px;
    height: 40px;
    width: 150px;
  }
}

@media (max-width: 575px) {
  .menu {
    display: none;
  }
  .logo__link {
    font-size: 18px;
  }
  .header {
    padding: 20px 0;
  }
  .offer__title {
    font-size: 28px;
  }
  .offer-section:before {
    background-image: url("/img/mobile/man.webp");
    width: 146px;
    height: 201px;
    right: 0;
  }
  .offer__form > div.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer__form input,
  .offer__form button {
    margin: 0 auto;
    max-width: 304px;
    width: 100%;
  }
  .offer__form input {
    margin-bottom: 10px;
  }
  .contact .offer__form p {
    max-width: 264px;
    margin: 10px auto 0;
  }
  .better-list h3,
  .better-list .car h3 {
    padding-left: 70px;
  }
  .contact {
    padding: 70px 0 20px;
    display: block;
    background-image: url("/img/mobile/form-green-mobile-bg.webp");
    -webkit-background-size: cover;
            background-size: cover;
  }
  .contact h2,
  .contact-text {
    padding-left: 25px;
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .contact-text {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .contact-text br {
    display: none;
  }
  .review-text {
    font-size: 16px;
  }
  .review-box {
    padding: 30px;
  }
  .review-box__header {
    margin-bottom: 20px;
  }
  .review-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review-box__list li {
    margin-bottom: 5px;
  }
  .review-box__image {
    width: 60px;
    height: 60px;
    margin-right: 25px;
  }
  .review-box__image img {
    width: 100%;
    height: auto;
  }
  .review-box__name {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .review-box__content {
    font-size: 14px;
  }
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev:before,
  .slick-next:before {
    -webkit-background-size: contain;
            background-size: contain;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .call h2 {
    text-align: center;
  }
  .call h3 {
    text-align: center;
  }
  .call h3:after {
    display: none;
  }
  .call:before {
    display: none;
  }
  .call .btn {
    margin-top: 20px;
    font-size: 14px;
  }
  .call .info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact2 {
    background-image: url("/img/mobile/form-blue-mobile-bg.webp");
  }
  .contact2 h2,
  .contact2 .contact-text {
    padding-right: 10px;
    margin: 0 0 10px auto;
    text-align: right;
  }
  .faq-list__caption,
  .faq-list__answer {
    font-size: 14px;
  }
  .faq-list__caption {
    height: 60px;
    padding-right: 10px;
  }
  .about h2 {
    text-align: center;
  }
  .about-list__number {
    font-size: 18px;
  }
  .about-list__desc {
    font-size: 14px;
  }
  .about-list li {
    -webkit-background-size: contain;
            background-size: contain;
  }
  .map-info__data {
    font-size: 14px;
  }
  .map-info {
    padding: 30px;
  }
  .map-info h2 {
    margin-bottom: 20px;
  }
  .map-info__btn {
    height: 40px;
    font-size: 14px;
  }
  .menu-list > li {
    width: 100%;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
  }
  /*     .footer .application {
    display: none;
} */
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social {
    margin: 30px auto 0;
  }
  .footer-bottom__text {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom__link {
    text-align: center;
    margin-bottom: 5px;
  }
  .masters-box {
    margin: 0 auto;
  }
}

/* offer-section */
#main-text {
  padding: 44px 0 0;
  background: url("/img/offer-bg.webp") no-repeat top center/cover;
}

#main-text p {
  margin-bottom: 25px;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

#main-text h2 {
  color: #383838;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin: 29px 0;
}

#main-text h3 {
  margin: 29px 0;
}

#main-text ul {
  margin-bottom: 20px;
}

.popup-fade {
  display: none;
}

.popup-fade:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}

.popup {
  position: fixed;
  top: 30%;
  left: 50%;
  padding: 20px;
  width: 360px;
  margin-left: -200px;
  background: #fff;
  border: 1px solid #27c049;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  z-index: 99999;
  opacity: 1;
  padding-top: 50px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.inp {
  margin-top: 15px;
}

.popup .offer__form {
  margin-bottom: 0;
  text-align: center;
}

.popup button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  margin: 0 auto;
}

.offer__form .name {
  background-image: url(/img/name.webp);
}

#review-page .review-box {
  margin: 0 auto;
  max-width: 888px;
  margin-bottom: 16px;
}

.review-page h2 {
  margin: 5vh 0;
}

.review-page {
  padding-bottom: 7vh;
}

/*section1*/
.s1p {
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px #4087f5;
          box-shadow: 0 0 20px #4087f5;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.s1p:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.s1p h3 {
  padding: 20px 0;
  padding-bottom: 10px;
  color: #343742;
}

.s1p p {
  font-size: 14px;
  opacity: 0.8;
  padding-bottom: 10px;
}

.s1p figure {
  overflow: hidden;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  padding: 0;
  margin: 0;
}

.s1p img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.s1p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.buttons {
  padding: 0 10px;
}

.buttons .price {
  cursor: pointer;
  display: inline-block;
  color: #27c049;
  border: 1px solid #27c049;
  width: 100%;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  /*  box-shadow: 0 0 5px #009C51, 0 0 0 0 #5BE259;*/
}

.buttons .price:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(255, 102, 0, 0);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(255, 102, 0, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.buttons .free {
  cursor: pointer;
  padding: 8px;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  color: #645757;
  font-weight: bold;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd654), to(#ffb82c));
  background: -webkit-linear-gradient(top, #ffd654 0%, #ffb82c 100%);
  background: -o-linear-gradient(top, #ffd654 0%, #ffb82c 100%);
  background: linear-gradient(180deg, #ffd654 0%, #ffb82c 100%);
}

.popup {
  margin-left: -180px;
}

#main-text h1 {
  color: #383838;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin: 29px 0;
}

.sitemap ul {
  padding-left: 20px;
}

#services .s1p br + h3 {
  padding: 18.5px 0;
}

@media (min-width: 767px) {
  .desctop_logo {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mobile_logo {
    display: none !important;
  }
  .social_desctop {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .social_mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desctop_logo {
    display: none !important;
  }
  .mobile_logo {
    display: block !important;
  }
  .social_desctop {
    display: none !important;
  }
  .social_mobile {
    margin: 0 auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 0 !important;
    margin-bottom: 24px;
  }
  .info {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .phone {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 23px !important;
    margin-right: 0 !important;
  }
  .application {
    margin: 0 auto !important;
    margin-bottom: 33px !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info {
    width: 100%;
  }
}

.offer__form input {
  font-size: 18px;
}

#mobileToolbar .right-bottom {
  border-right: 1px solid #c6cec9;
  margin-right: -1px;
  float: left;
  text-decoration: none;
}

#mobileToolbar a {
  color: #f1f1f1;
  font-size: 17px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  width: 50%;
  display: block;
}

#mobileToolbar .right-bottom > div {
  clear: both;
  margin: 0 auto;
  width: 137px;
}

#mobileToolbar .right-bottom > div {
  clear: both;
  margin: 0 auto;
  width: 137px;
}

#mobileToolbar .left-bottom > div {
  clear: both;
  margin: 0 auto;
  width: 137px;
}

#mobileToolbar .left-bottom {
  float: left;
  text-decoration: none;
}

#mobileToolbar {
  background-color: #049f51;
  bottom: 0;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 900;
  opacity: 0.9;
  display: none;
}

#mobileToolbar .left-bottom > div span {
  display: block;
  float: left;
  height: 50px;
  width: 35px;
  background: url(../img/whatsapp.svg) no-repeat scroll 0 center;
}

#mobileToolbar .right-bottom > div span {
  display: block;
  float: left;
  height: 50px;
  width: 35px;
  background: url(../img/ico_call.svg) no-repeat scroll 0 center;
  -webkit-animation: shake 1s steps(1) 2s infinite normal;
  animation: shake 1s steps(1) 2s infinite normal;
}

@media (max-width: 468px) {
  #mobileToolbar {
    display: block;
  }
}


@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}

h1,
h2 {
  line-height: 1.2;
}

.border,
.collapsing,
body,
html {
  position: relative;
}

.border:after,
.btn_soft:before {
  bottom: 0;
  content: " ";
}

.border:after,
.btn_services-menu:after,
.btn_soft:before,
.link-count:before {
  content: " ";
}

.btn,
a {
  cursor: pointer;
}

.price-installation__price span i,
.price-list i,
.price-tile-list__price i,
.section-price__info i {
  font-style: normal;
}

.projects-block__images,
.projects-block__info {
  vertical-align: top;
  display: inline-block;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

*,
ol,
ul {
  padding: 0;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1,
.col-auto {
  -webkit-box-flex: 0;
}

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

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

.col-2,
.col-3 {
  -webkit-box-flex: 0;
}

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

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

.col-4,
.col-5 {
  -webkit-box-flex: 0;
}

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

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

.col-6,
.col-7 {
  -webkit-box-flex: 0;
}

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

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

.col-8,
.col-9 {
  -webkit-box-flex: 0;
}

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

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

.col-10,
.col-11 {
  -webkit-box-flex: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

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

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

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

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-column,
  .flex-xxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.animate-trigger {
  -webkit-animation-name: animate-trigger;
  animation-name: animate-trigger;
}

@-webkit-keyframes animate-trigger {
  from {
    background-position: left 0 center;
  }
  to {
    background-position: right -1000px center;
  }
}

@keyframes animate-trigger {
  from {
    background-position: left 0 center;
  }
  to {
    background-position: right -1000px center;
  }
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

a,
button,
input,
textarea {
  outline: 0;
  border: none;
  resize: none;
  background: 0 0;
}

a {
  text-decoration: none;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.main-menu li:hover,
.popup-form__policy a,
.reviews__link {
  text-decoration: underline;
}



@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }
}

.owl-carousel {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.border:after {
  position: absolute;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  width: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 479.98px) {
  .btn_section-reviews-inner {
    font-size: 13px;
    line-height: 3.1;
    padding: 0 15px;
  }
}

.btn_special-offers-list {
  color: #fff;
  font-size: 15px;
  width: 150px;
  margin-bottom: 30px;
}

.btn_districts-list {
  color: #8d8d8d;
  background: #fff;
  -webkit-box-shadow: 0 13px 21px 0 rgba(170, 170, 170, 0.08);
  box-shadow: 0 13px 21px 0 rgba(170, 170, 170, 0.08);
  display: block;
  margin: 70px auto;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

@media (max-width: 479.98px) {
  .btn_districts-list {
    height: 30px;
    margin: 40px auto;
  }
}



.btn_kom {
  text-align: center;
  display: inline-block;
  line-height: 2;
  padding: 0 20px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
}

.btn_kom:hover {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}



.btn_soft {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}

.btn_soft:before {
  position: absolute;
  left: -20%;
  background: #29bb54;
  width: 100px;
  height: 100px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: -1;
}

.btn_soft:hover:before {
  -webkit-transform: scale(7, 7);
  -ms-transform: scale(7, 7);
  transform: scale(7, 7);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}



.btn_round {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn_orange {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
}

.btn_purple {
  background: #5b63a6;
}

.btn_purple:hover {
  background: #acc254;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.btn_orange-border {
  border: 2px solid #eb996d;
  color: #eb996d;
}

.btn_orange-border:hover {
  color: #fff;
  border: 2px solid #acc254;
}

.section-reviews {
  padding-top: 50px;
}

.btn_section-reviews-inner {
  color: #fff;
  height: 45px;
  margin-right: 20px;
  line-height: 2.9;
}

.btn_section-reviews-inner:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .btn_section-reviews-inner {
    height: 40px;
    font-size: 14px;
    margin-right: 5px;
  }
}

.btn_districts-list,
.btn_special-offers-list {
  height: 45px;
}

.btn_form-reviews-director,
.btn_form-reviews-feedback {
  font-size: 18px;
  height: 50px;
  line-height: 2.7;
}

@media (max-width: 991.98px) {
  .btn_form-reviews-feedback {
    margin-top: 15px;
  }
}

.btn_form-reviews-director {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 1199.98px) {
  .btn_form-reviews-feedback {
    height: 45px;
    line-height: 2.6;
  }
  .btn_form-reviews-director {
    position: absolute;
    right: 50px;
    bottom: 45px;
  }
}

@media (max-width: 767.98px) {
  .btn_form-reviews-director {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.form-reviews {
  padding: 45px 50px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  opacity: 0;
  width: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  z-index: -1;
  clear: both;
}

.form-reviews__wrapper-director-avatar,
.form-reviews__wrapper-field-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}

@media (max-width: 991.98px) {
  .form-reviews {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 50px;
  }
}

@media (max-width: 767.98px) {
  .form-reviews {
    padding: 35px 30px 50px;
  }
}

@media (max-width: 479.98px) {
  .form-reviews {
    padding: 30px 20px 40px;
  }
}

.form-reviews_feedback .form-reviews__field {
  margin-right: 20px;
}

.form-reviews_feedback .form-reviews__field_mail,
.form-reviews_feedback .form-reviews__field_name,
.form-reviews_feedback .form-reviews__field_treaty {
  margin: 0 1.5% 0 0;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media (max-width: 991.98px) {
  .form-reviews_feedback .form-reviews__field_mail,
  .form-reviews_feedback .form-reviews__field_name,
  .form-reviews_feedback .form-reviews__field_treaty {
    margin-bottom: 10px;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}

.form-reviews_feedback .form-reviews__field_textarea {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

@media (max-width: 1439.98px) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}

@media (max-width: 1199.98px) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 56%;
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
  }
  .form-reviews_director {
    padding: 45px 50px 110px;
  }
}

@media (max-width: 991.98px) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin-right: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: active), (max-width: 991.98px) and (-ms-high-contrast: none) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 53%;
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
  }
}

@media (max-width: 767.98px) {
  .form-reviews_feedback .form-reviews__field_textarea {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.form-reviews_director {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-reviews_director .form-reviews__field_name,
.form-reviews_director .form-reviews__field_treaty {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}

@media (max-width: 991.98px) {
  .form-reviews_director .form-reviews__field_name,
  .form-reviews_director .form-reviews__field_treaty {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .form-reviews_director {
    padding: 35px 30px 50px;
  }
  .form-reviews_director .form-reviews__field_name,
  .form-reviews_director .form-reviews__field_treaty {
    margin-bottom: 10px;
  }
}

.form-reviews_director .form-reviews__field_textarea {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.form-reviews__wrapper {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper {
    margin-bottom: 75px;
  }
}

.form-reviews__wrapper-director-avatar {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .form-reviews__wrapper-director-avatar {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper {
    margin-bottom: 50px;
  }
  .form-reviews__wrapper-director-avatar {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}

.form-reviews__wrapper-field-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper-field-feedback {
    -webkit-flex-basis: 60.5%;
    -ms-flex-preferred-size: 60.5%;
    flex-basis: 60.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.form-reviews__wrapper-down,
.form-reviews__wrapper-field-director,
.reviews-list__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper-field-feedback {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.form-reviews__wrapper-field-director {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 90%;
}

@media (max-width: 1199.98px) {
  .form-reviews__wrapper-field-director {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper-field-director {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none) {
  .form-reviews__wrapper-field-director {
    position: relative;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper-field-director {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}

.form-reviews__wrapper-input {
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

@media (max-width: 1439.98px) {
  .form-reviews__wrapper-input {
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }
}

@media screen and (max-width: 1439.98px) and (-ms-high-contrast: active), (max-width: 1439.98px) and (-ms-high-contrast: none) {
  .form-reviews__wrapper-input {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

@media (max-width: 1199.98px) {
  .form-reviews__wrapper-input {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1199.98px) and (-ms-high-contrast: active), (max-width: 1199.98px) and (-ms-high-contrast: none) {
  .form-reviews__wrapper-input {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper-input {
    margin-top: -145px;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper-input {
    margin-top: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 479.98px) {
  .form-reviews_director {
    padding: 30px 20px 40px;
  }
  .form-reviews__wrapper-input {
    max-width: 300px;
  }
}

.form-reviews__wrapper-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .form-reviews__wrapper-down {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .form-reviews__wrapper-down {
    margin-top: 8px;
  }
}

.form-reviews__tabs {
  display: inline-block;
  font-size: 17px;
  width: 231px;
  cursor: pointer;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #a7a5a5bd;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding: 15px 35px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

#checkDirector,
#checkFeedback,
.tabs__check {
  display: none;
}

.form-reviews__field,
.form-reviews__label {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .form-reviews__wrapper-down {
    margin-top: 10px;
  }
  .form-reviews__tabs {
    font-size: 15px;
    margin-right: 0;
  }
  .form-reviews__tabs_feedback {
    width: 44%;
  }
  .form-reviews__tabs_director {
    width: 54%;
    float: right;
  }
}

@media (max-width: 479.98px) {
  .form-reviews__tabs {
    padding: 15px 30px;
    line-height: 1.1;
  }
}

.form-reviews__field {
  background: #fff;
  border: 1px solid #dedede;
  color: #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.form-reviews__field_mail,
.form-reviews__field_name,
.form-reviews__field_treaty {
  height: 40px;
  padding: 0 20px;
}

.form-reviews__field_textarea {
  padding: 20px;
}

.form-reviews__like {
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .form-reviews__like {
    margin-right: 10px;
  }
}

.form-reviews__label_like {
  color: #000;
  margin-right: 10px;
}

@media (max-width: 1439.98px) {
  .form-reviews__label_like {
    margin-right: 5px;
  }
}

@media (max-width: 1199.98px) {
  .form-reviews__label_like {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .form-reviews__field_textarea {
    padding: 10px 20px;
  }
  .form-reviews__label_like {
    margin-right: 0;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    margin-bottom: 10px;
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .form-reviews__label_like {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 30px;
  }
}

@media (max-width: 479.98px) {
  .form-reviews__label_like {
    margin-right: 0;
    -webkit-flex-basis: 85%;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
  }
}

.form-reviews__label_checked {
  color: #bbb;
  margin-left: 10px;
  margin-right: 10%;
}

@media (max-width: 1439.98px) {
  .form-reviews__label_checked {
    margin-right: 5%;
  }
}

.form-reviews__checked {
  margin-bottom: 2px;
}

.form-reviews__director-avatar {
  background: url("/img/comments/mi-boss.webp");
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 10px;
  width: 144px;
  height: 144px;
}

.form-reviews__name-director,
.form-reviews__position {
  font-size: 14px;
  text-align: center;
}

.form-reviews__name-director {
  color: #000;
}

.form-reviews__position {
  color: #bbb;
}

#checkFeedback:checked ~ .form-reviews__tabs_feedback {
  color: #000;
  background: #f9f9f9;
  padding: 15px 35px 25px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

@media (max-width: 767.98px) {
  #checkFeedback:checked ~ .form-reviews__tabs_feedback {
    padding: 15px 10px 25px;
  }
}

@media (max-width: 479.98px) {
  #checkFeedback:checked ~ .form-reviews__tabs_feedback {
    padding: 15px 30px 20px;
  }
}

#checkFeedback:checked ~ .form-reviews_feedback {
  position: static;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  z-index: 9999;
  width: 100%;
}

.reviews-list__item,
.reviews-list__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

#checkDirector:checked ~ .form-reviews__tabs_director {
  color: #000;
  background: #f9f9f9;
  padding: 15px 35px 25px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

#checkDirector:checked ~ .form-reviews_director {
  position: static;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  z-index: 9999;
  width: 100%;
}

@media (max-width: 991.98px) {
  .form-reviews__label_checked {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  #checkDirector:checked ~ .form-reviews__tabs_director {
    padding: 15px 10px 25px;
  }
}

.blog-news {
  padding: -webkit-calc(
 0px +
 50 *
 ((100vw - 320px) / 1200));
  padding: calc(
 0px +
 5 *
 ((100vw - 320px) / 1200));
}

.blog-news__date {
  color: #5b422c;
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  opacity: 0.6;
}

.blog-news-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: -webkit-calc(
 25px +
 5 *
 ((100vw - 320px) / 1200));
  margin-bottom: calc(
 7px +
 0 *
 ((100vw - 320px) / 1200));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-news-title-container__title {
  font-size: 38px;
  line-height: -webkit-calc(
 32px +
 12 *
 ((100vw - 320px) / 1200));
  line-height: calc(
 32px +
 12 *
 ((100vw - 320px) / 1200));
  margin: 0 0 24px;
}

@media (max-width: 1224px) {
  .blog-news-title-container__title {
    font-size: -webkit-calc(
 20px + 18 *
 ((100vw - 320px) / 904));
    font-size: calc(
 20px + 18 *
 ((100vw - 320px) / 904));
  }
}

.blog-news-sharing {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: center;
  min-width: 200px;
}

.blog-news-sharing__title {
  color: #5b422c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.6;
}

.blog-news__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-news__list svg {
  width: -webkit-calc(
 18px +
 2 *
 ((100vw - 320px) / 1200));
  width: calc(
 18px +
 2 *
 ((100vw - 320px) / 1200));
  margin-right: 8px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.blog-news__list svg:hover {
  opacity: 1;
}

.blog-news_image {
  width: 100%;
  margin-bottom: -webkit-calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
}

.blog-news__preview {
  font-size: 22px;
  line-height: -webkit-calc(
 18px +
 8 *
 ((100vw - 320px) / 1200));
  line-height: calc(
 18px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: 24px;
  text-align: left;
}

@media (max-width: 1224px) {
  .blog-news__preview {
    font-size: -webkit-calc(
 18px + 4 *
 ((100vw - 320px) / 904));
    font-size: calc(
 18px + 4 *
 ((100vw - 320px) / 904));
  }
}

.blog-news p {
  margin-bottom: -webkit-calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  font-size: 18px;
  line-height: 24px;
  font-size: 18px;
  line-height: -webkit-calc(
 22px +
 6 *
 ((100vw - 320px) / 1200));
  line-height: calc(
 22px +
 6 *
 ((100vw - 320px) / 1200));
}

@media (max-width: 1224px) {
  .blog-news p {
    font-size: -webkit-calc(
 14px + 4 *
 ((100vw - 320px) / 904));
    font-size: calc(
 14px + 4 *
 ((100vw - 320px) / 904));
  }
}

.blog-news__content-text blockquote {
  border-bottom: 2px solid #e1d0b9;
  border-top: 2px solid #e1d0b9;
  color: #0e0e0f;
  display: block;
  position: relative;
  font-size: 24px;
  line-height: -webkit-calc(
 24px +
 8 *
 ((100vw - 320px) / 1200));
  line-height: calc(
 24px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: -webkit-calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  margin-bottom: calc(
 32px +
 8 *
 ((100vw - 320px) / 1200));
  padding: 32px 0 32px 47px;
  padding-top: -webkit-calc(
 25px +
 7 *
 ((100vw - 320px) / 1200));
  padding-top: calc(
 25px +
 7 *
 ((100vw - 320px) / 1200));
  padding-bottom: -webkit-calc(
 25px +
 7 *
 ((100vw - 320px) / 1200));
  padding-bottom: calc(
 25px +
 7 *
 ((100vw - 320px) / 1200));
  padding-left: -webkit-calc(
 41px +
 6 *
 ((100vw - 320px) / 1200));
  padding-left: calc(
 41px +
 6 *
 ((100vw - 320px) / 1200));
}

@media (max-width: 1224px) {
  .blog-news__content-text blockquote {
    font-size: -webkit-calc(
 16px + 8 *
 ((100vw - 320px) / 904));
    font-size: calc(
 16px + 8 *
 ((100vw - 320px) / 904));
  }
}

.blog-news__content-text blockquote::before {
  color: #e1d0b9;
  content: "«";
  display: block;
  font-size: 42px;
  font-weight: 700;
  left: 0px;
  line-height: 64px;
  position: absolute;
  top: 2px;
}

@media (max-width: 1224px) {
  .blog-news__content-text blockquote::before {
    font-size: -webkit-calc(
 30px + 12 *
 ((100vw - 320px) / 904));
    font-size: calc(
 30px + 12 *
 ((100vw - 320px) / 904));
  }
}

.blog-news__content-text a {
  color: #0848c0;
  cursor: pointer;
  text-decoration: underline;
}

.blog-news-content {
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 425px) {
    .popular_posts__list_is {
        margin-top: 0 !important;
    }
}
.front_posts_list {
    margin: -15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .front_posts_list__item,
    .front_posts_list__item:nth-child(5n - 3),
    .front_posts_list__item:nth-child(5n - 4) {
        max-width: 100%;
    }
}

#readers_posts .front_posts_list__item {
    max-width: 373px;
}

.front_posts_list__item__img_block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.front_posts_list__item_item__img {
    width: 100%;
    display: block;
    min-height: 157px;
}

.front_posts_list__item_item__img img {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}



.front_posts_list__item__title {
    margin-bottom: 15px;
}

.front_posts_list__item__title a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #1F282C;
}

.front_posts_list__item__subtitle {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #1F282C;
    opacity: 0.6;
}
.front_posts_list {
    margin: -15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.front_posts_list__item {
    padding: 15px;
    flex: 1 0 auto;
    width: 100%;
    max-width: 33.33333333%;
}

.front_posts_list__item:nth-child(5n - 3),
.front_posts_list__item:nth-child(5n - 4) {
    max-width: 50%;
}
@media (max-width: 991px) {
    .front_posts_list__item {
        max-width: 50%;
    }
    .front_posts_list__item:nth-child(3n + 3) {
        max-width: 100%;
    }
}
@media (max-width: 480px){
    .front_posts_list__item__subtitle {
        display: none;
    }
}
@media (max-width: 840px){
    #readers_posts .front_posts_list__item {
        margin-right: 25px;
        background: #FFFFFF;
        border-radius: 5px;
        padding-bottom: 12px;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(93, 25, 147, 0.3);
        -moz-box-shadow: 0px 10px 30px 0px rgba(93, 25, 147, 0.3);
        box-shadow: 0px 10px 30px 0px rgba(93, 25, 147, 0.3);
    }

    #readers_posts .front_posts_list__item__title,
    #readers_posts .front_posts_list__item__subtitle,
    #readers_posts .date_tag_block {
        padding-left: 12px;
    }
    .front_posts_list__item__subtitle {
        display: none;
    }
}
.front_posts_list__item__img_block:hover,
.cases__list_item__img_block:hover,
.advice .item_nd img:hover {
    opacity: 0.5;
}
.front_posts_list__item__img_block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.front_posts_list__item_item__img {
    width: 100%;
    display: block;
    min-height: 157px;
}

.front_posts_list__item_item__img img {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}
.front_category_link a {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1F282C;
    padding-top: 2px;
    display: block;
}
.cases__list_item_category,
.front_category_link {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 10px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1F282C;
    line-height: 1;
    min-height: 23px;
}
.front_posts_list__item__title {
    margin-bottom: 15px;
}

.front_posts_list__item__title a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #1F282C;
}
.front_posts_list__item__subtitle {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #1F282C;
    opacity: 0.6;
}
@media (max-width: 480px){
    .front_posts_list__item__subtitle {
        display: none;
    }
    .front_section__headline {
        margin-top: 20px;
    }
}
.date_tag_block {
    display: flex;
}
.date_tag_block__date {
    margin-right: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    opacity: 0.4;
    line-height: 30px;
}
@media (max-width: 575px) {
    .front_posts_list__item,
    .front_posts_list__item:nth-child(5n - 3),
    .front_posts_list__item:nth-child(5n - 4) {
        max-width: 100%;
    }
}
.front_section__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADBE8;
    margin-bottom: 30px;
}
@media (max-width: 767px){
    .blog-news-header.newsArticle .blog-news-sharing {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    justify-content: space-between;
    }
}
.container__call {
    min-height: 700px;
    display: flex;
    flex-direction: column;
}


/*call_mastera*/
.call_mastera {
  padding: 64px 0 40px;
  background: url("/img/master-bg.webp") no-repeat top center/cover;
  position: relative;
}
.row__call_mastera {
    flex: 1 1 auto;
}
.call_mastera-text {
    text-align: justify;
    margin-bottom: 29px;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
}
.call_mastera h2 {
    text-align: left;
    margin-bottom: 24px;
    font-weight: bold;
    color: #383838;
}
.call_mastera h3 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}
.call_mastera-list {
  margin-bottom: 23px;
}
.call_mastera-list li {
  margin-bottom: 1px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.call_mastera-list li:before,
.call_mastera-list li:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #3784f9;
  position: absolute;
  left: 0;
  top: 13px;
}
.call_mastera-list li:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.call_mastera-list li:last-child {
  margin-bottom: 0;
}
.call_mastera h4,
.call_mastera-list li,
.call_mastera-special {
  padding-left: 35px;
}
.call_mastera .btn {
  -webkit-box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
          box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  width: 206px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  cursor: pointer;
}
@media (max-width: 991px){
    .call_mastera {
      padding: 64px 0 40px;
      background: rgb(239, 244, 246);
      position: relative;
    }
}
@media (max-width: 1199px){
    .call_mastera .btn {
        height: 50px;
    }
    .call_mastera .phone {
        display: none;
    }
}
@media (max-width: 575px) {

  .call_mastera .btn {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  .call_mastera-list {
  margin-bottom: 168px;
  padding: 0;
  list-style-type: none;
  }

  .call_mastera h4,
  .call_mastera-list li,
  .call_mastera-special {
    padding-left: 35px;
    display: block;
    float: left;
    width: 45%;
  }
}



@media (min-width: 767px) {
  .call_mastera-list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
  display: block;
  min-height: 250px;
  }

  .call_mastera h4,
  .call_mastera-list li,
  .call_mastera-special {
    padding-left: 35px;
    display: block;
    float: left;
    width: 45%;
  }
}









.button-1 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 206px;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5be259), to(#009c51));
  background: -webkit-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: -o-linear-gradient(top, #5be259 0%, #009c51 100%);
  background: linear-gradient(180deg, #5be259 0%, #009c51 100%);
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
  box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.25);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  display: inline-block;
}
























.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.side-menu {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.9);
  transition: left 0.3s;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.side-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.side-menu a {
  font-size: 1.5em;
  color: #ffffff;
  margin: 15px 0;
  text-decoration: none;
  line-height: 1.5;
}

.side-menu.active {
  left: 0;
}

.menu-icon {
  cursor: pointer;
}

.menu-bar1, .menu-bar2, .menu-bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

/* Анимация для крестика */
.menu-icon.active .menu-bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}
.menu-icon.active .menu-bar2 {
  opacity: 0;
}
.menu-icon.active .menu-bar3 {
  transform: rotate(45deg) translate(-9px, -6px);
}

.language-switcher {
  margin-top: 50px;
  text-align: center;
}

.lang {
  font-size: 1.2em;
  color: #aaa;
  margin: 0 5px;
  text-decoration: none;
}

.lang:hover {
  color: #fff;
}
.lang-separator {
  margin: 0 10px;        
  color: #aaa;
  font-size: 1.5em;      
  font-weight: bold;     
}
















.language-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;  /* Отрицательный отступ справа */
}

.lang-link {
  margin: 0 0px;
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.lang-separator {
  color: #939393;
  font-size: 20px;
}

/* Убираем элемент на мобильных и планшетах */
@media (max-width: 1199px) {
  .language-toggle {
      display: none;
  }
}















.info-section {
  max-width: 900px;
  width: 95%;
  margin: 40px auto;
  padding: 1px;
  background-color: var(--background-color);
  box-shadow: 0px 4px 20px var(--shadow-color);
  border-radius: 15px;
}































.m-layout__page {
  margin-right: 30px;
  margin-left: 30px
}



.m-layout__page {
  margin: 30px 20px 50px
}

.m-layout__page_type_without-top-indent {
  margin-top: 0
}


.m-terms__approved-by {
  margin-bottom: 25px;
  font-style: italic;
  line-height: 1.4
}

.m-terms__paragraph {
  line-height: 1.9
}

.m-terms__section+.m-terms__section {
  margin-top: 50px
}

.m-terms__title {
  margin-top: 35px;
  margin-bottom: 15px;
  font: bold 16px system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif
}
.m-terms__approved-by {
  max-width: 260px;
  margin-left: auto
}


.m-decimal-list {
  counter-reset: number;
  list-style-type: none;
  line-height: 1.6;
  padding-left: 30px
}

.m-decimal-list__item {
  position: relative;
  margin: 5px 0
}

.m-decimal-list__item:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -30px
}

.m-decimal-list_type_big>.m-decimal-list__item {
  margin-top: 35px
}

.m-decimal-list_type_big>.m-decimal-list__item:before {
  font-size: 16px;
  font-weight: 700
}

.m-decimal-list_type_fractional {
  padding-left: 35px
}

.m-decimal-list_type_fractional .m-decimal-list__item:before {
  left: -45px;
  content: counters(number, ".") " "
}

.m-decimal-list_type_fractional .m-decimal-list-item_large:before {
  left: -55px
}

.m-decimal-list_type_step {
  padding-left: 50px
}

.m-decimal-list_type_step .m-decimal-list__item:before {
  content: counter(number) " шаг:";
  left: -50px
}

.mm-dash-marked__item {
  position: relative;
  margin: 5px 0
}

.mm-dash-marked__item:before {
  content: "\2014";
  position: absolute;
  top: 0;
  left: -30px
}

.mm-dash-marked__item_type_mv-15 {
  margin: 15px 0
}

.mm-dash-marked {
  list-style-type: none;
  line-height: 1.6;
  padding-left: 30px
}


















.agreement {
  display: flex;
  align-items: center;
  gap: 5px;
}
.agreement input[type="checkbox"] {
  margin-right: 10px; 
}














#balanceForm {
  max-width: 400px;
  background-color: #ffffff;
  padding: 20px;
  margin: 50px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#balanceForm label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

#balanceForm input[type="text"],
#balanceForm input[type="number"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
}

#balanceForm input[type="submit"] {
  background-color: #2c3e50;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#balanceForm input[type="submit"]:hover {
  background-color: #34495e;
}




.info-section {
  font-family: 'Arial', sans-serif;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 30px auto;
  transition: transform 0.3s, box-shadow 0.3s;
}
.info-section:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.input-row {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
.input-group {
  flex: 1;
  padding: 10px;
  position: relative;
}
.input-group label {
  display: block;
  margin-bottom: 10px;
  color: #7f8c8d;
  font-weight: 500;
}
.input-group input,
.input-group textarea {
  width: 100%;
  padding: 14px;
  border: 2px solid #ecf0f1;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fbfcfc;
  transition: border-color 0.3s, background-color 0.3s;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #3498db;
  background-color: #ffffff;
  outline: none;
}
.input-group textarea {
  resize: vertical;
  min-height: 120px;
}
.input-row.full-width .input-group {
  width: 100%;  
}
.submit-btn {
  background-color: #3498db;
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
margin-top: 20px;    
}
.submit-btn:hover {
  background-color: #2980b9;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}
.submit-btn:active {
  transform: translateY(1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.4);
}

@media (max-width: 768px) {
  .info-section {
      padding: 20px;
  }

  .container h1 {
      font-size: 26px;
  }

  .input-row {
      flex-direction: column;
  }

  .input-group {
      padding: 5px;
  }

  .input-group input,
  .input-group textarea {
      font-size: 15px;  
  }
}
.city-dropdown {
  width: 100%;
  padding: 14px;
  border: 2px solid #ecf0f1;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fbfcfc;
  transition: border-color 0.3s, background-color 0.3s;
}

.city-dropdown:focus {
  border-color: #3498db;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
  outline: none;
}

.city-dropdown option {
  padding: 8px 10px;
  background-color: #ffffff;
  color: #333;
}

.city-dropdown option:hover {
  background-color: #eef5fc;
}

@media (max-width: 768px) {
  .city-dropdown {
      font-size: 15px;
  }
}
.next-btn {
  background-color: #3498db;
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px; 
}

.next-btn:hover {
  background-color: #2980b9;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.next-btn:active {
  transform: translateY(1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.next-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.4);
}
.sample-photo {
  max-width: 70%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #comment {
      height: 210px;
  }
}


.error-message {
  color: red;
  font-size: 12px;
}





.category-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  max-height: 150px;
  overflow-y: auto;
}

.category-container input[type="checkbox"] {
  margin-right: 5px;
}

.category-container label {
  margin-right: 15px;
  cursor: pointer;
}



.input-error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}











.contacts-section {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  max-width: 700px;
  margin: 30px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-section h1 {
  font-size: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.contacts-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group label {
  font-weight: bold;
  color: #555;
}

.form-group input,
.form-group textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
  outline: none;
}

.submit-btn {
  background-color: #007BFF;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s;
  align-self: center;
  width: 100%;
  text-align: center;
}

.submit-btn:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

@media only screen and (max-width: 600px) {
  .contacts-section {
      padding: 15px;
  }

  .contacts-form {
      gap: 15px;
  }

  .form-section h1 {
      font-size: 22px;
  }

  .form-group input,
  .form-group textarea {
      font-size: 14px;
  }
}



















/* Скрытие меню по умолчанию */
#top-menu {
  display: none;               /* По умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #333333;         /* Тёмный фон */
  color: #ffffff;              /* Цвет текста */
  z-index: 1000;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
}

/* Внутренний контейнер: центрируем и ограничиваем ширину */
#top-menu .top-menu-inner {
  display: flex;
  justify-content: center; 
  align-items: center;
  max-width: 1200px;           /* Максимальная ширина на десктопе */
  margin: 0 auto;
  padding: 0 20px;
}

/* Блок с информацией (время работы + кнопки/ссылки) */
#top-menu .contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Надпись "Работаем без выходных и праздников" */
#top-menu .working-hours {
  font-size: 14px;
  font-weight: bold;
  color: #b6e52d;
  margin-bottom: 6px;          /* Увеличиваем отступ для лучшей читаемости */
  text-transform: uppercase;   /* Текст заглавными буквами */
  letter-spacing: 0.5px;       /* Лёгкое межбуквенное расстояние */
}

/* Контейнер для ссылок и иконок, на десктопе в ряд */
#top-menu .phone-container {
  display: flex;
  align-items: center;
  gap: 12px;                   /* Расстояние между элементами */
}

/* Все ссылки в phone-container */
#top-menu .phone-container a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold; 
  transition: color 0.3s, transform 0.3s;
}

/* При наведении меняем цвет и чуть увеличиваем */
#top-menu .phone-container a:hover {
  color: #b6e52d; 
  transform: scale(1.05);
}

/* Иконки (Viber, Telegram) */
#top-menu .phone-container .icon {
  width: 40px; 
  height: 40px;
  transition: transform 0.3s;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
}

#top-menu .phone-container .icon:hover {
  transform: scale(1.2);
}

/* Если есть отдельный класс .phone-link, задаём отступ */
#top-menu .phone-link {
  margin-right: 10px;
}

/* ===== Адаптивность ===== */

/* Планшеты и устройства до 768px */
@media (max-width: 768px) {
  #top-menu .top-menu-inner {
    flex-direction: column; /* Складываем элементы в столбик */
  }
  #top-menu .working-hours {
    margin-bottom: 4px;  
  }
  #top-menu .phone-container {
    flex-wrap: wrap; /* Позволяем ссылкам/иконкам переноситься */
    gap: 10px;       /* Между элементами немного меньше пространства */
  }
  #top-menu .phone-container a {
    font-size: 15px; 
  }
  #top-menu .phone-container .icon {
    width: 35px;
    height: 35px;
  }
}

/* Смартфоны (до 480px) */
@media (max-width: 480px) {
  #top-menu {
    padding: 5px 0;
  }
  #top-menu .working-hours {
    font-size: 13px;
    margin-bottom: 4px;
  }
  #top-menu .phone-container a {
    font-size: 14px;
  }
  #top-menu .phone-container .icon {
    width: 30px;
    height: 30px;
  }
}
























.order-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #28a745; /* Зелений колір, як у заголовку */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s;
}

.order-button:hover {
  background-color: #218838; /* Трохи темніший при наведенні */
}










/* === СТИЛЬ КОМПАКТНОГО ВИДЖЕТА "ВАШ ГОРОД" === */
.header-city {
  display: inline-flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0 10px;
}

.city-icon {
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-right: 5px;
  background: url("data:image/svg+xml,%3Csvg fill='%23FFA800' viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M168 0C75.3 0 0 75.3 0 168c0 83.9 134.1 263.8 149.4 283.5 3.2 4.1 8.1 6.5 13.4 6.5s10.2-2.4 13.4-6.5C217.9 431.8 352 251.9 352 168 352 75.3 276.7 0 184 0h-16zm8 256c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z'/%3E%3C/svg%3E") 
        no-repeat center;
  background-size: contain;
}

.city-text {
  margin-right: 5px;
  font-weight: normal;
}

.city-button {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  padding: 0;
}

.city-name {
  border-bottom: 1px dashed #999;
  margin-right: 5px;
  padding-bottom: 1px;
}

.city-arrow {
  font-size: 12px;
  color: #666;
}

/* === СТИЛЬ МОДАЛЬНОГО ОКНА === */
.modal {
  display: none; /* Скрыто по умолчанию */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Прокрутка при длинном содержимом */
  background-color: rgba(0, 0, 0, 0.4); /* Полупрозрачная подложка */
  font-family: Arial, sans-serif;
}

.modal-content {
  background-color: #fff;
  margin: 60px auto;
  padding: 0;
  border-radius: 6px;
  width: 320px; /* Примерная ширина модального окна */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  position: relative;
}

.modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}

.modal-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.close {
  color: #999;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  transition: color 0.2s;
}

.close:hover {
  color: #666;
}

.modal-body {
  padding: 15px;
}
#citySearchUA,
#citySearchPL,
#citySearchRU,
#citySearch {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Список городов */
.city-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.city-list li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  transition: background 0.2s, color 0.2s;
}

.city-list li:last-child a {
  border-bottom: none; /* Убираем нижнюю границу у последнего элемента */
}

.city-list li a:hover {
  background-color: #f5f5f5;
  color: #000;
}



/* ===================================
   Общий контейнер статьи
=================================== */
.article-content {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

/* ===================================
   Тело статьи (фон, отступы, тень)
=================================== */
.article-body {
  background-color: var(--light-bg);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 20px var(--shadow-color);
  margin-bottom: 40px;
  animation: fadeInUp 0.6s ease;
}

/* Небольшая анимация при появлении */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===================================
   Переменные (цвета можно задать в :root или body)
=================================== */
:root {
  --heading-color: #2d2f36;  /* Цвет основных заголовков */
  --primary-color: #0fa2ee;  /* Основной оттенок (кнопки, акценты, «водная» гамма) */
  --secondary-color: #22c1c3;/* Второй цвет для градиента, сочетающийся с primary */
  --text-color: #444;        /* Основной цвет текста */
  --shadow-color: rgba(0, 0, 0, 0.1);
}

/* ===================================
   Заголовок статьи
=================================== */
.article-title {
  font-size: 2.4em;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

/* ===================================
   Заголовок секций
=================================== */
.section-title {
  font-size: 1.8em;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.4px;
}

/* Декоративная линия под заголовком */
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  margin-top: 8px;
  border-radius: 4px;
}

/* ===================================
   Подзаголовок
=================================== */
.subsection-title {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}

/* ===================================
   Основной текст
=================================== */
.section-content,
.benefits-list,
.selection-criteria {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-color);
  line-height: 1.6;
}

/* Вступление (крупнее обычного текста) */
.article-intro {
  font-size: 1.2em;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.6;
}

/* Заключительный абзац (слегка выделим) */
.closing-paragraph {
  font-size: 1.1em;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.6;
}

/* ===================================
   Списки
=================================== */
.benefits-list,
.selection-criteria {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 30px;
}

.benefits-list li,
.selection-criteria li {
  margin-bottom: 8px;
}

/* ===================================
   Кнопка призыва к действию (CTA)
=================================== */
.cta-button {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  font-size: 1.1em;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 162, 238, 0.3);
  margin-top: 20px;
}

.cta-button:hover {
  background: linear-gradient(135deg, #0b8acb, var(--secondary-color));
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 162, 238, 0.4);
}

/* ===================================
   Секция с кнопками (центрируем)
=================================== */
.cta-section {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ===================================
   Дата статьи
=================================== */
.article-date {
  font-size: 0.9em;
  color: #666;
  text-align: right;
  margin-top: 20px;
  font-weight: 400;
}

/* ===================================
   Цитаты (blockquote)
=================================== */
blockquote {
  background-color: #f0f9ff;
  border-left: 5px solid var(--primary-color);
  padding: 20px 20px 20px 15px;
  font-style: italic;
  color: #555;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px var(--shadow-color);
  border-radius: 6px;
}

/* Декоративная иконка в блок-цитате */
blockquote::before {
  content: "❝";
  font-size: 3em;
  color: var(--primary-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

/* ===================================
   Адаптивность
=================================== */

/* Планшеты (max-width: 1024px) */
@media (max-width: 1024px) {
  .article-content {
    margin: 30px auto;
    padding: 0 15px;
  }
  .article-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 1.6em;
  }
  .subsection-title {
    font-size: 1.3em;
  }
  .article-body {
    padding: 20px;
    margin-bottom: 30px;
  }
  .cta-button {
    font-size: 1em;
    padding: 10px 25px;
  }
}

/* Смартфоны (max-width: 768px) */
@media (max-width: 768px) {
  .article-content {
    margin: 20px auto;
    padding: 0 10px;
  }
  .article-title {
    font-size: 1.8em;
  }
  .section-title {
    font-size: 1.4em;
  }
  .subsection-title {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .article-intro {
    font-size: 1.1em;
  }
  .closing-paragraph {
    font-size: 1em;
  }
  .cta-button {
    font-size: 1em;
    padding: 8px 20px;
  }
}

/* Маленькие смартфоны (max-width: 480px) */
@media (max-width: 480px) {
  .article-title {
    font-size: 1.6em;
  }
  .section-title {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  .subsection-title {
    font-size: 1.1em;
  }
  .article-body {
    padding: 15px;
    border-radius: 10px;
  }
  blockquote {
    padding: 15px;
  }
  .cta-button {
    font-size: 0.95em;
    padding: 6px 15px;
  }
}





.search-container {
  margin-top: 20px;
  text-align: center;
}

.search-input {
  padding: 10px;
  width: 300px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.front_posts_list__item {
  display: block;
}

.front_posts_list__item.hidden {
  display: none;
}















.popular-articles-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.popular-articles-carousel .section-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.popular-articles-carousel .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.popular-articles-carousel .swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}

.popular-articles-carousel .swiper-slide {
  flex: 0 0 auto;
  width: 16%;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.3s ease;
  margin-right: 10px;
}

.popular-articles-carousel .swiper-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.popular-articles-carousel .swiper-slide p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.popular-articles-carousel .swiper-slide:hover img {
  transform: scale(1.05);
}

/* Кнопки навигации */
.popular-articles-carousel .swiper-button-next,
.popular-articles-carousel .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7); /* Темный фон */
  color: #fff;
  padding: 20px; /* Увеличим размер кнопок */
  border-radius: 50%; /* Идеально круглые */
  cursor: pointer;
  font-size: 28px; /* Увеличим размер стрелок */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff; /* Белый контур для кнопки */
  transition: all 0.3s ease; /* Плавный переход */
}

/* Стиль для кнопки "следующая" */
.popular-articles-carousel .swiper-button-next {
  right: 10px;
}

/* Стиль для кнопки "предыдущая" */
.popular-articles-carousel .swiper-button-prev {
  left: 10px;
}

/* Эффект при наведении */
.popular-articles-carousel .swiper-button-next:hover,
.popular-articles-carousel .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.9); /* Темнее при наведении */
  transform: scale(1.1) translateY(-50%); /* Увеличиваем размер, но позиция остаётся */
  border-color: #007BFF; /* Цвет контура меняется на синий при наведении */
}



/* Пагинация как отдельный элемент ниже */
.popular-articles-carousel .swiper-pagination-container {
  text-align: center;
  margin-top: 30px; /* Отступ от карусели */
}

.popular-articles-carousel .swiper-pagination {
  font-size: 18px; /* Увеличиваем размер пагинации */
  font-weight: bold;
  color: #000; /* Цвет пагинации */
}

.popular-articles-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 12px; /* Ширина пули */
  height: 12px; /* Высота пули */
  background-color: #555; /* Цвет пули */
  border-radius: 50%; /* Сделаем пули круглыми */
  margin: 0 5px; /* Отступ между пулями */
}

.popular-articles-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007BFF; /* Цвет активной пули */
}

/* Мобильная версия */
@media (max-width: 768px) {
  .popular-articles-carousel .swiper-slide {
    width: 50%;
  }
  .popular-articles-carousel .swiper-slide img {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .popular-articles-carousel .swiper-slide {
    width: 100%;
  }
  .popular-articles-carousel .swiper-slide img {
    height: 120px;
  }
}














.agreement {
  display: flex;
  align-items: center;
  gap: 5px;
}
.agreement input[type="checkbox"] {
  margin-right: 10px; 
}














#balanceForm {
  max-width: 400px;
  background-color: #ffffff;
  padding: 20px;
  margin: 50px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#balanceForm label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

#balanceForm input[type="text"],
#balanceForm input[type="number"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
}

#balanceForm input[type="submit"] {
  background-color: #2c3e50;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#balanceForm input[type="submit"]:hover {
  background-color: #34495e;
}




.info-section {
  font-family: 'Arial', sans-serif;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 30px auto;
  transition: transform 0.3s, box-shadow 0.3s;
}
.info-section:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.input-row {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
.input-group {
  flex: 1;
  padding: 10px;
  position: relative;
}
.input-group label {
  display: block;
  margin-bottom: 10px;
  color: #7f8c8d;
  font-weight: 500;
}
.input-group input,
.input-group textarea {
  width: 100%;
  padding: 14px;
  border: 2px solid #ecf0f1;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fbfcfc;
  transition: border-color 0.3s, background-color 0.3s;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #3498db;
  background-color: #ffffff;
  outline: none;
}
.input-group textarea {
  resize: vertical;
  min-height: 120px;
}
.input-row.full-width .input-group {
  width: 100%;  
}
.submit-btn {
  background-color: #3498db;
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
margin-top: 20px;    
}
.submit-btn:hover {
  background-color: #2980b9;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}
.submit-btn:active {
  transform: translateY(1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.4);
}

@media (max-width: 768px) {
  .info-section {
      padding: 20px;
  }

  .container h1 {
      font-size: 26px;
  }

  .input-row {
      flex-direction: column;
  }

  .input-group {
      padding: 5px;
  }

  .input-group input,
  .input-group textarea {
      font-size: 15px;  
  }
}
.city-dropdown {
  width: 100%;
  padding: 14px;
  border: 2px solid #ecf0f1;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fbfcfc;
  transition: border-color 0.3s, background-color 0.3s;
}

.city-dropdown:focus {
  border-color: #3498db;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
  outline: none;
}

.city-dropdown option {
  padding: 8px 10px;
  background-color: #ffffff;
  color: #333;
}

.city-dropdown option:hover {
  background-color: #eef5fc;
}

@media (max-width: 768px) {
  .city-dropdown {
      font-size: 15px;
  }
}
.next-btn {
  background-color: #3498db;
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px; 
}

.next-btn:hover {
  background-color: #2980b9;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.next-btn:active {
  transform: translateY(1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.next-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.4);
}
.sample-photo {
  max-width: 70%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #comment {
      height: 210px;
  }
}


.error-message {
  color: red;
  font-size: 12px;
}





.category-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  max-height: 150px;
  overflow-y: auto;
}

.category-container input[type="checkbox"] {
  margin-right: 5px;
}

.category-container label {
  margin-right: 15px;
  cursor: pointer;
}



.input-error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}











.support-section {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  max-width: 700px;
  margin: 30px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-section h1 {
  font-size: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.support-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group label {
  font-weight: bold;
  color: #555;
}

.form-group input,
.form-group textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
  outline: none;
}

.submit-btn {
  background-color: #007BFF;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s;
  align-self: center;
  width: 100%;
  text-align: center;
}

.submit-btn:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

@media only screen and (max-width: 600px) {
  .support-section {
      padding: 15px;
  }

  .support-form {
      gap: 15px;
  }

  .form-section h1 {
      font-size: 22px;
  }

  .form-group input,
  .form-group textarea {
      font-size: 14px;
  }
}




















/* Скрытие меню по умолчанию */
#top-menu {
  display: none;               /* По умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #333333;         /* Тёмный фон */
  color: #ffffff;              /* Цвет текста */
  z-index: 1000;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
}

/* Внутренний контейнер: центрируем и ограничиваем ширину */
#top-menu .top-menu-inner {
  display: flex;
  justify-content: center; 
  align-items: center;
  max-width: 1200px;           /* Максимальная ширина на десктопе */
  margin: 0 auto;
  padding: 0 20px;
}

/* Блок с информацией (время работы + кнопки/ссылки) */
#top-menu .contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Надпись "Работаем без выходных и праздников" */
#top-menu .working-hours {
  font-size: 14px;
  font-weight: bold;
  color: #b6e52d;
  margin-bottom: 6px;          /* Увеличиваем отступ для лучшей читаемости */
  text-transform: uppercase;   /* Текст заглавными буквами */
  letter-spacing: 0.5px;       /* Лёгкое межбуквенное расстояние */
}

/* Контейнер для ссылок и иконок, на десктопе в ряд */
#top-menu .phone-container {
  display: flex;
  align-items: center;
  gap: 12px;                   /* Расстояние между элементами */
}

/* Все ссылки в phone-container */
#top-menu .phone-container a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold; 
  transition: color 0.3s, transform 0.3s;
}

/* При наведении меняем цвет и чуть увеличиваем */
#top-menu .phone-container a:hover {
  color: #b6e52d; 
  transform: scale(1.05);
}

/* Иконки (Viber, Telegram) */
#top-menu .phone-container .icon {
  width: 40px; 
  height: 40px;
  transition: transform 0.3s;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
}

#top-menu .phone-container .icon:hover {
  transform: scale(1.2);
}

/* Если есть отдельный класс .phone-link, задаём отступ */
#top-menu .phone-link {
  margin-right: 10px;
}

/* ===== Адаптивность ===== */

/* Планшеты и устройства до 768px */
@media (max-width: 768px) {
  #top-menu .top-menu-inner {
    flex-direction: column; /* Складываем элементы в столбик */
  }
  #top-menu .working-hours {
    margin-bottom: 4px;  
  }
  #top-menu .phone-container {
    flex-wrap: wrap; /* Позволяем ссылкам/иконкам переноситься */
    gap: 10px;       /* Между элементами немного меньше пространства */
  }
  #top-menu .phone-container a {
    font-size: 15px; 
  }
  #top-menu .phone-container .icon {
    width: 35px;
    height: 35px;
  }
}

/* Смартфоны (до 480px) */
@media (max-width: 480px) {
  #top-menu {
    padding: 5px 0;
  }
  #top-menu .working-hours {
    font-size: 13px;
    margin-bottom: 4px;
  }
  #top-menu .phone-container a {
    font-size: 14px;
  }
  #top-menu .phone-container .icon {
    width: 30px;
    height: 30px;
  }
}






.info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.language-selector-dropdown {
  position: relative;
  display: inline-block;
  /* Можно добавить отступы или другие стили при необходимости */
}

.language-selector-btn {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.language-selector-btn svg {
  width: 24px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.language-selector-menu {
  display: none; /* По умолчанию скрыто, показывается при клике/ховере */
  position: absolute;
  left: 0; /* Меню будет выравниваться по левой границе контейнера */
  background-color: #333333;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 160px; /* Вместо фиксированной ширины */
  border-radius: 4px;
  border: 1px solid #444444;
  max-height: 200px; 
  overflow-y: auto; 
}

.language-selector-menu li {
  padding: 0;
  margin: 0;
}

.language-selector-item {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  background-color: #333333;
}

.language-selector-item:hover {
  background-color: #555555;
}

.language-selector-flag {
  margin-right: 8px;
  width: 24px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* Мобильная адаптация */
@media (max-width: 767px) {
  .language-selector-dropdown {
    width: 100%;
    /* Кнопка и выпадающее меню занимают всю ширину экрана */
  }

  .language-selector-btn {
    justify-content: center;
    width: 100%;
  }

  .language-selector-menu {
    left: 5%;         /* Чтобы меню было чуть отступлено от левого края экрана */
    width: 90%;       /* Занимает 90% ширины экрана */
    top: calc(100% + 8px);
    max-height: 200px; 
    overflow-y: auto; 
    border-radius: 4px;
    border: 1px solid #444444;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  }

  .language-selector-item {
    padding: 8px; /* Можно немного уменьшить отступы, чтобы вместить больше пунктов */
  }
}





.task-button {
  display: inline-block;
  padding: 10px 18px;
  background-color: #4CAF50; /* основной цвет кнопки */
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 10px; /* отступ от других элементов */
  font-weight: bold;
  font-size: 14px;
}

.task-button:hover {
  background-color: #45a049; /* цвет кнопки при наведении */
}





















/* === СТИЛЬ КОМПАКТНОГО ВИДЖЕТА "ВАШ ГОРОД" === */
.header-city {
  display: inline-flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0 10px;
}

.city-icon {
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-right: 5px;
  background: url("data:image/svg+xml,%3Csvg fill='%23FFA800' viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M168 0C75.3 0 0 75.3 0 168c0 83.9 134.1 263.8 149.4 283.5 3.2 4.1 8.1 6.5 13.4 6.5s10.2-2.4 13.4-6.5C217.9 431.8 352 251.9 352 168 352 75.3 276.7 0 184 0h-16zm8 256c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z'/%3E%3C/svg%3E") 
        no-repeat center;
  background-size: contain;
}

.city-text {
  margin-right: 5px;
  font-weight: normal;
}

.city-button {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  padding: 0;
}

.city-name {
  border-bottom: 1px dashed #999;
  margin-right: 5px;
  padding-bottom: 1px;
}

.city-arrow {
  font-size: 12px;
  color: #666;
}

/* === СТИЛЬ МОДАЛЬНОГО ОКНА === */
.modal {
  display: none; /* Скрыто по умолчанию */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Прокрутка при длинном содержимом */
  background-color: rgba(0, 0, 0, 0.4); /* Полупрозрачная подложка */
  font-family: Arial, sans-serif;
}

.modal-content {
  background-color: #fff;
  margin: 60px auto;
  padding: 0;
  border-radius: 6px;
  width: 320px; /* Примерная ширина модального окна */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  position: relative;
}

.modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}

.modal-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.close {
  color: #999;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  transition: color 0.2s;
}

.close:hover {
  color: #666;
}

.modal-body {
  padding: 15px;
}

#citySearch {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Список городов */
.city-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.city-list li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  transition: background 0.2s, color 0.2s;
}

.city-list li:last-child a {
  border-bottom: none; /* Убираем нижнюю границу у последнего элемента */
}

.city-list li a:hover {
  background-color: #f5f5f5;
  color: #000;
}














