/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
* {
  margin:0;
  padding:0;
}

body {
  font-family: "Roboto Condensed", sans-serif;
}



.wrap {
  display:flex;
  gap:0 60px;
  align-items: baseline;
}

.price_table table {
  width:100%;
  margin-bottom:40px;
  border-collapse: collapse;
}

.price_table table td {
  padding:10px 10px;
  font-size: 15px;
    font-weight: 300;
    line-height: 17.58px;
    color: #000000;
    padding-left: 10px;
    border-color: #A3B9C7;
}

td[contentEditable='true'] {
  cursor: pointer;
  background-color: rgb(163 185 199 / 34%);
  outline-color: #000;
}

.main {
  padding-top:50px;
  flex-basis: calc(100% - 420px);
  margin-left:350px;
  padding-bottom:20px;
}

.titled {
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 23.5px;
  text-align: left;
  color: #242B2D;
  margin-bottom:30px;
}

.form-input {
  margin-bottom:20px;
}

.form-input label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  display:block;
  margin-bottom:10px;
  color: #242B2D;
}

.form-input input {
  border: 1px solid #EBEBEB;
  outline:none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  color:#333;
  height:40px;
  width:calc(100% - 22px);
  display:block;
  padding-left:20px;
}

.form-input textarea {
  border: 1px solid #EBEBEB;
  outline:none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  color:#333;
  height:80px;
  width:calc(100% - 22px);
  display:block;
  padding:5px 20px;
  resize: none;
}


.btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  border:0;
  outline:none;
  background: #EA8831;
  height:42px;
  cursor:pointer;
  min-width:167px;
  color:#fff;
}

.form-input + .btn {
  margin-top:40px;
}

.bts {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  border:0;
  outline:none;
  background: #EA8831;
  height:42px;
  cursor:pointer;
  max-width:284px;
  color:#fff;
}

.bgs {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:100;
  background:#00000096;
  display:flex;
  align-items: center;
  justify-content: center;
}

.bgs form {
  max-width:400px;
  background:#fff;
  padding:30px;
  border-radius: 20px;
  width:calc(90% - 60px);
  position:relative;
}


.bgs form button {
  margin-top:0!important;
}

.title {
  font-size: 22px;
  font-weight: 700;
  line-height: 20.14px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  color: #EA8731;
  margin: 60px 0 30px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

.title a {
  font-family: "Open Sans", sans-serif;
  color: #EA8731;
  text-decoration: none;
}

.bgs .title {
  text-align: center;
}

.closi {
  position:absolute;
  right:15px;
  top:15px;
  width:20px;
  height:20px;
  cursor:pointer;
}

.closi:before {
  content:'';
  width:100%;
  height:1px;
  background:#000;
  transform: rotate(45deg);
  position:absolute;
  left:0;
  top:10px;
}

.closi:after {
  content:'';
  width:100%;
  height:1px;
  background:#000;
  transform: rotate(-45deg);
  position:absolute;
  left:0;
  top:10px;
}

.itm {
  font-size:13px;
}

.item {
  margin-bottom:20px;
  display:flex;
  gap:0 20px;
}

.skritie {
  display: flex;
  gap: 0 5px;
  flex-direction: column;
  padding: 10px 0 0;
}

.skritie p {
  display:flex;
  gap:0 5px;
}

.skritie label {
  font-size:13px;
  margin-bottom:5px;
}


.item.act .hidden {
  display:flex;
}


.hidden {
  background: #F8FBFD;
  padding:18px 14px 18px;
  margin-top:9px;
  display:flex;
  gap:0 20px;
  align-items: center;
  /* display:none; */
  flex-basis: calc(100% - 450px);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.hidden span {
  font-size: 12px;
  font-weight: 300;
  line-height: 17.58px;
  text-align: left;
  color:#000;
}

.hidden input {
  border: 1px solid #EBEBEB;
  outline:none;
  background: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17.58px;
  text-align: left;
  color:#000;
  padding: 8px 10px;
  max-width: 80px;
}

.hidden input[disabled] {
  background:#cccccc;
}


.item .name {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #242B2D;
  display:flex;
  gap:0 14px;
  align-items: center;
  cursor:pointer;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 4px solid #A3B9C7;
}

.item.act .name {
  color: #EA8731;
}

.choosen {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #EBEBEB;
  min-width:245px;
  z-index:10;
  max-height: 200px;
  overflow-y: auto;
}

.choosen li {
  margin-bottom:5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.58px;
  text-align: left;
  color: #000000;
  cursor:pointer;
}

.choosen li:hover {
  color: #B1C7DB;
}

.choosen li:last-child {
  margin-bottom:0;
}

.vibor {
  position:relative;
}

#padd {
  padding-bottom:200px;
}

.vibor span {
  display: block;
  position: relative;
  border: 1px solid #EBEBEB;
  outline: none;
  background: #FFFFFF url(/img/arrow.svg) no-repeat 95% 50%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17.58px;
  text-align: left;
  color: #000;
  padding: 8px 10px;
  cursor: pointer;
  padding-right: 35px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
}

.hidden_block {
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.delete {
  cursor:pointer;
}

.item .name svg {
  margin-right:10px;
}

.right {
  min-width:200px;
}

.bgs .title {
  margin-top:10px;
}


@media screen and (max-width:1450px) {
    .main {
      flex-basis: calc(100% - 300px);
      max-width: calc(100% - 300px);
      margin-left: 270px;
  }

  .vibor span {
    width: 110px;
}

  .hidden span {
      font-size: 12px;
  }

  .right {
    min-width: 70px;
  }

  .hidden input {
    max-width: 50px;
  }
}

