@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

.fancybox-container {
  z-index: 999999999 !important;
}


.fancybox-bg {
  background: rgba(0,0,0, 0.3);
  filter: blur(15px);
}

[class^="balloon_layout_normal"],
[class*="balloon_layout_normal"] {
  border-color: #FF4F00 !important;
}


.s2 .container,
.ext--container {
  max-width: 1800px;
  width: 100%;
}

.cnt-icn {
    background-image: url(../images/contacts_new/contacts-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.cnt-icn-minus--icn {
    width: 22px;
    height: 2px;
    background-position: -5px -5px;
}

.cnt-icn-mouse-icn {
    width: 35px;
    height: 38px;
    background-position: -37px -5px;
}

.cnt-icn-plus--icn {
    width: 22px;
    height: 22px;
    background-position: -82px -5px;
}



.rl-element.map-container {
  position: relative !important;
}


.address--area--box--v2 {
  min-height: 420px;
  padding:  15px 30px;
  background: #F5F5F5;
  margin-bottom: 25px;
}


.address--area--box--v2 .vc-name {
  width: 100%;
  margin-bottom: 15px;
}

.address--area--box--v2 .address--area--list li .ct-icon {
  top: 1px;
  bottom: initial;
}


.address--area--box--v2 .vc-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FF4F00;
  background: transparent;
  border-color: #FF4F00;
  min-width: 71px;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 3px;
  cursor: pointer;
}

.bus-icn {
  margin-top: 1px;
  height: 16px;
  background-position: -49px -9px;
}


.zoom-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 40px;
  width: 65px;
  height: 65px;
  z-index: 99999999;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0,0,0, 0.05);
}


.zoom-out-btn {
  bottom: -90px;
}

.zoom-in-btn {
  top: -90px;
}

.map-lg-icon {
  position: absolute;
  top: 25px;
  left: 35px;
  width: 73px;
  height: 56px;
  background: #fff;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0,0,0, 0.05);
  border-radius: 6px;
}

.tabcontent--box--map {
  position: relative;
  overflow: auto;
     -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */ 
}

.tabcontent--box--map::-webkit-scrollbar {
  display: none;
}


/* contacts */

.map-container {
  height: 550px;
  min-height: initial;
}

@media(max-width: 576px) {
  .est-section.est-section-contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    padding: 0;
  }
  .est-section.est-section-contacts .map-container {
    position: relative;
  }
  .est-section.est-section-contacts .map-container {
    min-height: 350px;
  }.map-container {
    height: 280px;
  } .map3d-image {
    object-fit: contain;
  }
}



/* scheme */

.sprite-ic {
    background-image: url(../images/estimate_new/sprite-new.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.sprite-ic-arrow-down {
    width: 11px;
    height: 8px;
    background-position: -5px -5px;
}

.sprite-ic-arrow-down-orange {
    width: 15px;
    height: 9px;
    background-position: -26px -5px;
}

.sprite-ic-arrow-left {
    width: 11px;
    height: 19px;
    background-position: -51px -5px;
}

.sprite-ic-arrow-right {
    width: 11px;
    height: 19px;
    background-position: -72px -5px;
}

.sprite-ic-design {
    width: 50px;
    height: 50px;
    background-position: -93px -5px;
}

.sprite-ic-guarantee {
    width: 41px;
    height: 58px;
    background-position: -153px -5px;
}

.sprite-ic-instagram {
    width: 15px;
    height: 15px;
    background-position: -204px -5px;
}

.sprite-ic-mounting {
    width: 58px;
    height: 54px;
    background-position: -229px -5px;
}

.sprite-ic-order-completed {
    width: 38px;
    height: 46px;
    background-position: -297px -5px;
}

.sprite-ic-shipped {
    width: 50px;
    height: 37px;
    background-position: -345px -5px;
}

.sprite-ic-vk {
    width: 18px;
    height: 10px;
    background-position: -405px -5px;
}

.sprite-ic-warning-blink {
    width: 41px;
    height: 41px;
    background-position: -433px -5px;
}



.est-section.section-estimate-intro {
  background: #F1F6F7;
}

.est-section .estm-title {
  font-weight: 700;
}

.header-img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 51vw;
  width: 100%;
  height: 481px;
}

.header-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.est-section .button-element {
  background: #FF4F00;
}

.est-section .org-btn {
  background: #FF7332;
}

.est-section .estimate-intro-content .estm-title {
  max-width: 450px;
  margin-bottom: 35px;
}

.est-section-title {
  font-weight: 700;
}

.est-section.section-estimate-about {
  background: #F8FAFB;
}

.est-boxed-about-itext,
.est-section-caption {
  font-weight: 500;
}

.est-section-caption .red-txt {
  font-weight: 700;
}

.tip-el,
.est-section .tick-element {
  background: #FF4F00;
}
.tip-el {
  color: #fff !important;
}

.select-element-dropdown-tab {
  border-color: #FF4F00 !important; 
}

.section-estimate-feedback,
.est-section .approach-highlighted-col {
  background: #E3E8EA;
}

.est-section.section-estimate-projects {
  background: #E3E8EA; 
}

.est-section .est-groups li a:not(.est-tab-active) {
  color: #72858A;
  border-color: #72858A;
}

.est-groups li a {
  border-width: 2px;
}

.est-groups li a.est-tab-active {
  border-color: #FF4F00;
}

.est-slider .slick-dots li button:hover, .est-slider .slick-dots li.slick-active button {
  background: #FF4F00;
}

.top-abs,
.calculator-heading-step {
  background: #FF4F00;
}


.pls-icon-red,
.calc-el-link,
.input-el-input .clear-btn {
  color: #FF4F00;
}


.est-slide-client-info {
  border-color: #FF4F00;
}


.est-section .contacts-box--list > li {
  border: 0;
  padding: 15px 0;
}

.contacts--box-v2 .phone-lg-size {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #3D4B52 !important;
}

.est-section .time-list li.time-today::after {
  background: #3AC769;
}

.active-schedule-box {
  position: relative;
}

.active-schedule-box .time-list-contact {
  position: absolute;
  z-index: 30; 
}


.active-schedule-box .time-list-contact,
.active-schedule-box {  width: 160px !important; }


.active-schedule-box .time-list-contact:after {
  content: '';
  position: absolute;
  top: -45px;
  left: -20px;
  width: 210px;
  height: 132%;
  background: #F1F6F7;
}

.pseudo-over:before {
position: relative;
  z-index: 50;
}

.schedule--box--time.active-schedule-box .slide-down-ballon-btn {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 999;
}

.est-section .time-list {
  padding-left: 60px;
}


.est-section .phone-lg-size { 
  color: #3D4B52;
}


[data-heading-text]:before {
  display: block;
  content: attr(data-heading-text);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.icon-address {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  background: url(../images/estimate_new/icon-address.png) no-repeat;
  margin-right: 10px;
}

.contacts-box--list {
  color: #3D4B52;
}

.mail-item-link {
  padding-bottom: 5px;
  color: #3D4B52 !important;
  border-bottom: 2px solid #FF4F00;
}


.est-section .contacts--box--top--form .contacts--box--inner {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}


.social-item-link {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 100%;
  background: #f29c62;
  margin-right: 10px;
}

.social-item-link i:before {
  color: #fff !important;
}


.contacts--box-v2 .contacts-box--list > li {
  padding-left: 0;
  border: 0;
}

.no-border > li {
  border: 0 !important;
}


.no-border > ul li:first-child {
  min-height: 170px;
}

.time-list {
  z-index: 50;
}

.no-border .time-list {
  padding-left: 61px;
}

.heading--tabs--orange-row {
  margin-bottom: 25px !important;
}

.heading--tabs--orange-row .active--tab--item {
  color: #FF4F00;
  border-color: #FF4F00;
  padding-bottom: 6px !important;
}

.heading--tabs--orange-row .tablinks {
  color: #3D4B52;
}


.vc-modal * {
  font-family: 'Montserrat', sans-serif !important;
}

.vc-modal {
  display: none;
  max-width: 1555px;
  width: 100%;
  min-height: 888px;
  background: #fff;
  padding: 38px;
}

.vc-modal--name {
  font-size: 20px;
  color: #FF4F00;
  font-weight: 600;
  margin-bottom: 15px;
}

[data-list-heading]:before {
  content: attr(data-list-heading);
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #6A696E;
  margin-bottom: 10px;
}


.vc-modal-list {
  margin-top: 15px;
}

.vc-modal-list li:not(:last-child) {
  margin-bottom: 15px;
}

.vc-modal--inner {
  max-width: 650px;
}

.vc-modal-map-area {
  width: 100%;
  height: 481px;
  margin-top: 30px;
}

.vc-modal-map-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


@media (max-width: 992px) {
  .header-img-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-bottom: 25px;
  } .section-estimate-intro .row {
    min-height: initial;
  } .est-section.section-estimate-intro .button-element {
    width: 280px;
  } .address--area--box--title {
    font-size: 18px;
  } .address--area--box--v2 .vc-number {
    min-width: 64px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  } .address--area--box--v2 {
    padding: 20px;
    min-height: initial;
  } .address--area--box--v2 .address--area--box--title {
    margin-top: 0;
  } 
}

@media (max-width: 767px) {
  .estimate-intro-content {
    padding-top: 0;
  } .est-section.section-estimate-intro .button-element {
    width: 100%;
    max-width: 280px;
    margin-bottom: 15px;
  } .select-element {
    display: block !important;
    margin-bottom: 15px !important;
  } .calculator--step--block[data-step-id="2"] {
    margin-bottom: 40px;
  } .contacts--box-v2 {
    margin-left: 0;
    margin-right: 0;
  } .no-border li:first-child {
    min-height: initial;
  } .address--row {
    margin-top: 30px;
  }
}


@media (max-width: 576px) {
  .header-img-box {
    height: 125px;
  }
  .est-section .estimate-intro-content .estm-title {
    margin-bottom: 25px;
  }
  .est-section .estimate-intro-content .text-icon-item {
    margin-bottom: 25px;
  }
  .est-section.section-estimate-intro .est-feature-box {
    margin-top: 15px;
  }
  .heading--tabs--item {
    font-size: 15px;
    margin-right: 8px;
  } .vc-modal--name {
    font-size: 18px;
  } [data-list-heading]::before {
    font-size: 13px;
  }
}