.redbold {
  color: red!important;
  font-weight: bold;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #37a58c;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #000;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
  width: 100%;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.img__lg,
.img__md,
.img__sm {
  width: 100%;
}

.img__md,
.img__sm {
  display: none;
}

@media (max-width: 1200px) {
  .img__lg {
    display: none;
  }

  .img__md {
    display: block;
  }
}

@media (max-width: 768px) {
  .img__sm {
    display: block;
  }

  .img__md {
    display: none;
  }
}

.modalMain__btn:hover {
  text-decoration: none;
}

.help-text {
  color: red;
  font-weight: 500;
}

.andy-block {
  width: 100%;
  background-color: brown;
  display: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 600px;
  background-position: right center;
  background-size: cover;
}

.andy-block.active {
  display: flex;
}

.andy-block__text {
  width: 60%;
  padding: 35px 10px 10px 39px;
  background-color: #f2f2f2;
}

.andy-block__transperent {
  display: flex;
  align-items: flex-end;
}

.andy-block__plus {
  padding: 16px 22px;
  background-color: #dd0060;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  cursor: pointer;
}

.b_about__b_igs {
  margin-bottom: 20px;
}

details summary::-webkit-details-marker {
  color: #666666;
  font-size: 500%;
}

summary::-webkit-details-marker {
  display: none
}

.faq-det {
  margin-bottom: 8px;
} 

.faq-sum {
  position: relative;
  color: #000;
  font-size: 26px;
  padding: 22px 24px;
  background-color: #f8f8f8;
}

.faq-sum:hover {
  cursor: pointer;
}

.faq-sum::marker {
  content: none;
}

.det__inner {
  padding: 25px 36px 17px 48px;
  background-color: #f2f2f2;
  font-size: 18px;
}

summary:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "+";
  color: #666666;
  float: left;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 22px 28px;
  text-align: center;
}

.faq-sum:hover::after {
  background-color: #309787;
  color: #fff;
}

details[open] summary:after {
  content: "-";
  color: #fff;
  background-color: #309787;
}

details[open] summary {
  background: #4fc7b5;
  color: #fff;
}

.mobl-slider {
  display: none;
}

@media(max-width:768px) {
  .desc-slider {
    display: none;
  }

  h2 {
    line-height: 100% !important;
  }

  .mobl-slider {
    display: block;
    padding: 40px 0;
  }
}

.b_mainscr__e_slide:hover {
  text-decoration: none;
}

.d-none {
  display: none;
}

.slider {
  background-color: #fff;
  padding: 40px 0;
}

/* .slider-btns {
  display: flex;
  justify-content: flex-start;
  padding: 30px 0;
}

.slider-btn {
  border: 1px solid #ddd;
  margin-right: 13px;
  width: 117px;
  height: 117px;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
}

.slider-btn:hover,
.slider-btn:active {
  border: 1px solid #dd0060;
} */

.slider__img {
  height: 65px;
}

.slider-left,
.slider-right {
  width: 50%;
}
.okna__item {
  display: flex;
  justify-content: flex-start;
}

.slider-left {
  padding-top: 177px;
}

.slider-okna {
  position: relative;
}

.slider-btns {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.slider-profile {
  padding-top: 30px;
}

.profile__img {
  width: 112px!important;
  height: 112px;
}

.profile__item {
  margin-bottom: 12px;
}

.profile-fl {
  display: inline-block;
  margin-right: -4px;
  width: 50%;
}

.diller {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.gallery-block {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
}

.gal__item img {
  width: 100%;
}

.gallery__title {
  font-weight: 600;
  text-align: center;
}

.our-works {
  background-image: url(/images/panorama-swing-design/001.jpg);
  background-size: cover;
  background-position: center;

}

.slider__title {
  color: #fff!important;
  margin-bottom: 40px!important;
  font-size: 42px;
}

.our-works__bg {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 52px 0;
}

.gal-btn {
  text-align: center;
  margin-top: 40px;
}

.gal-btn a {
  background-color: #37a58c;
  color: #fff;
  padding: 12px;
}

@media(max-width:992px) {
  .okna__item {
    display: block;
  }
  .slider-left,
  .slider-right {
    width: 100%;
  }
  .profile__item {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    float: none;
    width: 33.33333%;
  }

  .gallery-block {
    grid-template-columns: repeat(3,1fr);
  }
}

@media(max-width:400px) {
  .slider-btn {
    width: 33.33333%;
    height: auto;
  }

  .gallery-block {
    grid-template-columns: repeat(2,1fr);
  }
}

.header--new {
  background-color: #37a58c;
  color: #ffffff;
}

.header--new .main-nav__link:hover, 
.header--new .main-nav__link:active, 
.header--new .main-nav__back:hover, 
.header--new .main-nav__back:active {
  color: #ffffff;
}

.header--new .flyout {
  background-color: #37a58c;
}

.header--new .sub-section__link:hover, 
.header--new .sub-section__link:active, 
.header--new .sub-section__link.-active {
  color: #ffffff;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.meta-nav__list {
  align-items: center;
}

.diller-logo {
  font-weight: 700;
}

.meta-nav__list {
  flex-wrap: nowrap;
}

.black-line {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  font-size: 0.875em;
}

.mobl {
  display: none!important;
}

.top-soc {
  font-size: 24px;
}

.header-stick__menu {
  z-index: 999;
}

@media (max-width:768px) {
  .mobl {
    display: block!important;
  }
}

.soc-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.soc-flex a {
  font-size: 30px;
}

.enter-btn a {
  background-color: #37a58c;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
}

.banner-enter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.banner-enter__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  background-color: #fff;
}

@media(max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }

  .banner-enter {
    top: 0;
    bottom: auto;
  }
}