@import url(./var.css);

@import url(./fonts.css);

@import url(./button.css);

@import url(./link.css);

@import url(./select.css);

@import url(./radio.css);

@import url(./range.css);

@import url(./number.css);

@import url(./checkbox.css);

* {
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: GTEestiProTextBook, sans-serif;
  font-weight: 375;
  font-size: 14px;
  line-height: 16.24px;
  user-select: none;
}

h1 {
  margin: 0;
  padding: 0;
  font-family: GTEestiProText, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20.88px;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: GTEestiProTextBook, sans-serif;
  font-weight: 375;
  font-size: 16px;
  line-height: 18.56px;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

hr {
  margin: 0 auto;
  width: 90%;
  background-color: #D1D1D1;
}

.full_screen {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.main {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.banner {
  display: none;
  width: 441px;
  position: absolute;
  border-radius: 2px;
  border: 1px solid #CFCFCF;
  bottom: 40px;
  left: 40px;
  padding: 15px 15px 35px;
  background-color: #fff;
}

.banner_row{
  display: flex;
  justify-content: space-between;
}

#iframe_container {
  position: relative;
  width: 100%;
}

.tab {
  position: relative;
}

.rigth_section {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  max-width: 352px;
  border-left: 2px solid #D1D1D1;
  transition: width .2s;
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.78);
}

.popup_start {
  display: flex;
  justify-content: center;
  padding: 25px 15px;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity ease .1s;
}

.menu {
  min-width: 350px;
  height: 100%;
  padding: 0 15px;
  background-color: #fff;
  overflow: scroll;
}

.menu::-webkit-scrollbar {
  display: none;
}

.plug {
  display: block;
  height: 25px;
  width: 100%;
  background-color: #fff;
}

.menu__item {
  margin-bottom: 15px;
  border: 1px solid #EF84243D;
  border-radius: 2px;
}

.menu__item:hover {
  border: 1px solid #EF8424;
}

.openAccordion {
  border: 1px solid #EF8424;
}

.openAccordion .item__header {
  background: rgb(246, 177, 49);
  background: linear-gradient(180deg, rgba(246, 177, 49, 1) 0%, rgba(240, 134, 37, 1) 100%);
}

.openAccordion .item__title {
  color: #fff;
}

.item__arrow {
  margin-right: 0;
  margin-left: auto;
  transition: .3s;
}

.button_tub__arrow {
  position: absolute;
  right: 9px;
  top: 14px;
  transition: .3s;
}

.button_tub:hover .button_tub__arrow path {
  stroke: #fff;
}

.tub_open .button_tub__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.openAccordion .item__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.openAccordion .item__arrow path {
  stroke: #fff;
}

.item__header {
  border: 0px;
  border-radius: 2px 2px 0 0;
  display: flex;
  padding: 17px 15px;
  align-items: center;
  cursor: pointer;
  /* background-color: #F6B131; */
}

.item__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #EF84243D;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 22px;
}

.tab__item {
  overflow: hidden;
  height: 0;
  transition: height ease .3s;
}

/* .list__options_building {
    margin-bottom: 0px;
} */

.list__options_building li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.list__options_building li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  height: 1px;
  width: 26px;
  background-color: #F6B131;
}

/* .tub_open .tab__item {
    overflow: hidden;
    height: 0;
    transition: height ease .3s;
} */

.accordion {
  min-width: 320px;
  overflow: hidden;
  height: 0;
  transition: height ease .3s;
}

.item__list {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 15px;
}

.item__list_title {
  margin-top: 15px;
  margin-bottom: 10px;
}

.item__list_btn {
  margin: 15px 0 0;
  min-width: 99px;
  padding: 9px 15px;
}

.item__list_btn.button_tub{
  min-width: 151px;
}

.item__list_link {
  display: block;
  margin: 15px 0 15px;
}

#acrosser_select, #acrosser_select_2{
  /* display: flex; */
  width: 100%;
  /*justify-content: space-around;*/
  /* justify-content: space-between; */
  margin-bottom: 15px;
}

.item__list_subtitle {
  font-weight: 375;
  font-size: 14px;
  line-height: 16.24px;
}

.item__list_subtitle {
  margin-bottom: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.p-0 {
  padding: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.mr-25 {
  margin-right: 25px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.select__block {
  display: flex;
  align-items: flex-end;
}

.hanging_crane_weight,
.support_crane_weight {
  width: 70px;
  margin-right: 5px;
}

#hanging_crane_quantity,
#hanging_crane_weight_select,
#support_crane_quantity,
#support_crane_weight_select {
  padding-right: 22px;
}

#hanging_crane_weight_select,
#support_crane_weight_select {
  width: 70px;
}

/* .support_crane_weight_select{
    width: 89px;
} */

#hanging_crane_quantity,
#support_crane_quantity {
  width: 42px;
}

.select__block .button {
  margin: 0;
  margin-left: 5px;
}

.list__accordion {
  padding: 15px;
}

.accordion_1,
.accordion_2 {
  position: relative;
  /* border: 1px solid transparent; */
  background-color: rgba(246, 246, 246, 0.54);
  background-clip: content-box;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height ease .3s;
}

.openAccordion_1 .button_border,
.openAccordion_2 .button_border {
  color: #fff;
  background: rgb(246, 177, 49);
  background: linear-gradient(180deg, rgba(246, 177, 49, 1) 0%, rgba(240, 134, 37, 1) 100%);
}

.openAccordion_1 .button_border::after,
.openAccordion_2 .button_border::after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0px;
  width: 290px;
  left: 0px;
  height: 1px;
  z-index: 10;
  background-color: #F08625;
}

.openAccordion_1 .accordion_1,
.openAccordion_2 .accordion_2 {
  border: 1px solid #EAEAEA;
}

.scroll {
  overflow: scroll;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.dimensions {
  display: flex;
}

.dimensions__block {
  margin-right: 22px;
}

.btn__block {
  margin: 25px 0;
}

.item__list_F6F6F6 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 15px;
  background-color: #F6F6F6;
  margin-bottom: 10px;
}

.colors_block {
  display: flex;
  flex-wrap: wrap;
}

.Spanels_colors,
.Spanels_color_selected,
.roof_color_selected,
.roof_color {
  display: block;
  background-color: #EF8424;
  min-width: 31px;
  max-width: 31px;
  border: 1px solid #D1D1D1;
  border-radius: 1px;
  height: 23px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.Spanels_color_selected,
.roof_color_selected {
  border: 2px solid #EF8424;
}

.buttons_block {
  display: flex;
  position: relative;
  flex-direction: row;
  margin-bottom: 15px;
}

.footer {
  display: block;
  text-align: center;
  width: 100%;
  min-height: 182px;
  margin-top: auto;
  margin-bottom: 0;
  padding: 25px 15px;
}

.footer_m {
  display: none;
  position: fixed;
  height: 23%;
  bottom: 0;
  z-index: 1;
}

#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: azure;
  background: white;
  z-index: 10000;
}

.screen,
.new_pro,
.saveVideo,
.export_gltf {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
}

.menu_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 0px;
  cursor: pointer;
  transition: all .2s;
  z-index: 100;
}

.screen {
  bottom: 35px;
  right: 155px;
  background-color: #722082;
}

.new_pro {
  bottom: 35px;
  right: 215px;
  background-color: #ED7817;
}

.new_pro:hover {
  background: #FEEFD4;
  color: #000000;
}

.new_pro:hover path {
  stroke: #000000;
}

.saveVideo {
  bottom: 35px;
  right: 95px;
  background-color: #722082;
}

.export_gltf {
  bottom: 35px;
  right: 35px;
  background-color: #722082;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.blocked { /*class to block item globally, overlaps disabling enabling */
  opacity: 0.4;
  pointer-events: none;
}

#setting_doors_hint_container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: white;
}

#setting_doors_hint_text {
  text-align: center;
  font-size: 20px;
  margin-top: 50%;
}

#close_doors_hint {
  text-align: center;
  margin-top: 30%;
  margin-left: 35%;
}

#door_highlight_menu {
  position: absolute;
}

.overlay_canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.confirmation__overlay {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
}

.confirmation__overlay.confirmation__overlay_show {
  display: flex;
}

.confirmation {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 340px;
  align-items: center;
  padding: 20px 0 25px;
  border-radius: 2px;
}

.confirmation__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 20.88px;
}

.confirmation__block {
  margin-top: 15px;
}

.save__overlay,
.request_price__overlay {
  display: none;
  position: absolute;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
}

.save__overlay{
  align-items: center;
}

.request_price__overlay{
  align-items: center;
}

.request__wrap {
  position: relative;
  overflow: hidden;
  max-height: calc(100% - 40px);
  border-radius: 2px;
  display: flex;
}

.request__wrap_title{
  position: absolute;
  top: 0;
}

.request__price_show {
  display: flex;
  z-index: 100;
  overflow: hidden;
}

.request,
.request__frame,
.request__walling,
.request__additionally,
.request__services {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #000;
  align-items: center;
}

.request {
  overflow-y: auto;
  width: 420px;
  padding: 0 20px 25px 25px;
  margin-top: 50px;
  margin-bottom: 152px;
  /* max-height: calc(100vh - 453px); */


}

.request_scrollbar_offset{
  width: 5px;
  background: #fff;
  margin-top: 180px;
  margin-top: 50px;
  margin-bottom: 152px;
  /* max-height: calc(100vh - 453px); */
}

.request::-webkit-scrollbar {
  width: 5px;
}

.request::-webkit-scrollbar-track {
  background-color: #d1d1d1;
  /* border-radius: 4px; */
}

.request::-webkit-scrollbar-thumb {
  /* border-radius: 100px; */
  background-color: #b2b3b4;
}


.request__frame{
  width: 100%;
  margin-top: 15px;
}

.request__walling,
.request__additionally,
.request__services {
  width: 100%;
  margin-top: 15px;
}

.request__walling::before,
.request__additionally::before,
.request__services::before {
  display: block;
  width: 100%;
  content: '';
  border-top: 1px solid #D1D1D1;
  margin-bottom: 15px;
}

.request__title,
.request__fullresult {
  font-size: 18px;
}

.request__title{
  padding-top: 25px;
  width: 425px;
  height: 51px;
  text-align: center;
  position: fixed;
  background: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.frame__subtitle,
.walling__subtitle,
.additionally__subtitle,
.services__subtitle {
  font-size: 14px;
}

.frame__block,
.walling__block,
.additionally__block,
.services__block {
  width: 100%;
  margin-top: 10px;
}

.frame__block_items,
.walling__block_items,
.additionally__block_items,
.services__block_items {
  display: flex;
  justify-content: space-between;
}

.frame__block_items:nth-child(odd),
.walling__block_items:nth-child(odd),
.additionally__block_items:nth-child(odd),
.services__block_items:nth-child(odd) {
  background: #E4E4E4;
}

.frame__block__item-left,
.frame__block__item-right,
.frame__block__item-res,
.walling__block__item-left,
.walling__block__item-right,
.walling__block__item-res,
.additionally__block__item-left,
.additionally__block__item-right,
.additionally__block__item-res,
.services__block__item-left,
.services__block__item-right,
.services__block__item-res {
  height: 30px;
  font-size: 12px;
  padding: 8px 15px;
  line-height: 1.26;
}

.frame__block__item-res,
.walling__block__item-res,
.additionally__block__item-res,
.services__block__item-res {
  width: 100%;
  color: #722082;
  text-align: center;
  padding: 10px 0 0;
  height: auto;
  background: #fff;
}

.request__wrap_footer{
  position: absolute;
  bottom: 152px;
}

.request_footer{
  position: fixed;
  /* bottom: 140px; */
  width: 425px;
  padding: 20px 0 35px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
}

.request__fullresult {
  text-align: center;
  line-height: 1.08;
  margin-bottom: 25px;
}

.request__fullresult_text span,
.fullprice {
  margin-right: 5px;
}

/* .request .button_little.button_orange {
  margin-right: 15px;
} */

.save__overlay.save__overlay_show {
  display: flex;
  z-index: 109;
}

.save {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 340px;
  align-items: center;
  padding: 20px 35px 25px;
  border-radius: 2px;
}

.save__input_block {
  position: relative;
  width: 100%;
}

#save__text {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.save__input {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #ADADAD;
  box-shadow: none;
}

.save__title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 20.88px;
}

.save__block {
    margin-top: 20px;
}

#comment {
  width: 100%;
  resize: none;
  padding: 9px;
  border: 1px solid #ADADAD;
}

.dors_control_buttons {
  display: none;
  position: absolute;
  padding: 6px 15px;
  border-radius: 25px;
  top: 50px;
  left: 200px;
  background-color: #fff;
}

.dor_move {
  margin-right: 10px;
}

.dor_move,
.dor_trash {
  cursor: pointer;
}

.sizesSignatures {
  /* position: absolute;
    padding:9px 13px 0px 13px;
    border-radius: 25px;
    width: 60px;
    height: 32.5px;
    top: -17px;
    left: -30px;
    background-color: #fff;
    pointer-events: none; */
  position: absolute;
  text-align: center;
  border-radius: 25px;
  width: 55px;
  height: 26px;
  top: -17px;
  left: -27.5px;
  background-color: #fff;
  pointer-events: none;
  line-height: 28px;
}

/* @media only screen and (min-width: 415px) and (max-width: 1279px) {
    body {
        display: none
    }

    html:before {
        content: 'Переверните устройство в портретный режим или откройте сайт с компьютера.';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        z-index: 999;
        text-align: center;
        width: 80%;
        height: 100px
    }
} */

.footor_btn {
  margin-top: auto;
  margin-bottom: 0;
}

#wait_overlay {
  display: block;
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: #000;*/
  cursor: wait;
}

.version {
  margin-top: 30px;
  font-size: 11px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-7 {
  margin-top: 7px;
}

.axesSigns {
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  padding: 5px 10px;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
}

#seismicity_region_select,
#terrain_region_select {
  display: block;
}

.seismicity {
  margin-right: 25px;
}

#seismicity_region_select {
  width: 116px;
}

#terrain_region_select {
  width: 109px;
}

@media only screen and (max-height: 850px) {
  .rigth_section {
    zoom: 0.8;
  }

  .banner {
    zoom: 0.8;
  }

  .menu_button {
    zoom: 0.8;
  }

  /* .full_screen,
    .button,
    .button_big  {
        zoom: 0.8
    } */

  .openAccordion_1 .button_border::after,
  .openAccordion_2 .button_border::after {
    zoom: 1.25;
  }
}

.custom_items_wrap_inputs_container {
  min-width: 175px;
  max-width: 175px;
}
.wrap-left {
  padding-right: 2.5px;
}
.wrap-right {
  padding-left: 2.5px;
}
.custom-item-inputs {
  max-height: 33px;
}

.questions {
  margin-left: 5px;
  cursor: pointer;
}

.titleWithHint {
  display:inline-block;
}

#mezzanine_menu{
  padding: 25px 15px;
}

#mezzanine_menu .step_title{
  max-width: 90px;
}

#mezzanine_tab .accordion #MezzanineTopFloorLevel,
#mezzanine_tab .accordion #MezzanineTopFloorThicknessб,
#mezzanine_tab .accordion #MezzanineFloorType,
#mezzanine_tab .accordion #MezzanineFloorLoad
{
  min-width: 89px;
  max-height: 33px;
  text-align: start;
  font-size: 14px;
}

#mezzanine_tab .accordion .button_step{
  width: 33px;
  height: 33px;
  padding: 0;
  line-height: unset;
  font-size: unset;
}

div.searchable_city {
 width: 80%;    
 float: left;
 }
 
 .searchable_city input {
 width: 100%;
 height: 50px;
 font-size: 18px;
 -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box; 
 box-sizing: border-box; 
 display: block;
 font-weight: 400;
 line-height: 1.6;
 color: #495057;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid #ced4da;
 border-radius: .25rem;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
 }
 
 .searchable_city ul {
 display: none;
 list-style-type: none;
 background-color: #fff;
 border-radius: 0 0 5px 5px;
 border: 1px solid #add8e6;
 border-top: none;
 max-height: 180px;
 margin: 0;
 overflow-y: scroll;
 overflow-x: hidden;
 padding: 0;
 }
 
 .searchable_city ul li {
 padding: 7px 9px;
 border-bottom: 1px solid #e1e1e1;
 cursor: pointer;
 color: #6e6e6e;
 }
 
 .searchable_city ul li.selected {
 background-color: #e8e8e8;
 color: #333;
 }
