body{
  background: #00838d;
}

.text-color-brand-1{
  color: #00838d;
}

.text-color-brand-2{
  color: #58595b;
}

.text-color-brand-3{
  color: #bcbec0;
}

.button3{
  margin: 2px auto;
  padding: 1em;
  border: 1px solid black;
  height: 1.5em;
  width: 7em;
  text-align: center;
  border-radius: 5px;
  background: white;
}

.button3:hover{
  background: #bcbec0;
}

.cur_pointer{
  cursor: pointer;
}

.main-box{
  border: 1px solid black;
  margin: 0 auto;
  /* width: 20em; */
  width: auto; 
  background: #58595b;
  border-radius: 5px;
  /* vertical-align: middle; */
}

.main-box-header-logo{
  background-image: url("/cib.logo.png");
  width: 220px;
  height: 67px;
  margin: 3px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-box-header{
  margin: 5px auto;
  bordert: none;
  width: 230px;
  text-align: center;
}

.main-box-content{
  border: none;
  margin: 0 auto;
  padding: 5px;
  width: max-content;
  /* box-shadow: */
}

.main-box-content input{
  margin: 5px;
  border-radius: 5px;
  width: 220px;
  height: 2em;
}

.oferta{
  margin: 5px auto;
  bordert: none;
  width: 230px;
  /* height: 2em; */
  text-align: center;
}

.main{
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 100px;

  /*
  height: 100%;
  position: relative;
  */
}

.header{
  background-color: #00838d;
  min-height: 20px;
}

.text-support{
  margin: 10px auto;
  bordert: none;
  width: 230px;
  text-align: center;
}

/*
  Описіваем модальное окно сообщений
*/
.msgbox-content{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 20em;
}

.modal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  text-decoration: none;
  padding-top: 100px;
}

#modal-close{
  border: 1px solid black;
  margin: auto;
  padding: 0.5em;
  width: 7em;
  text-align: center;
  background-color: lightgrey;
  cursor: pointer;
}

#modal-close:hover{
  background-color: red;
}

/* Кінец модального вікна */

/* Модальне вікно погодження надсилання даних клієнта */
.agree-content{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 20em;
  border-radius: 5px;
}

.agree-modal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  text-decoration: none;
  padding-top: 100px;
}

#agree-modal-close-red{
  display: inline-block;
  border: 1px solid black;
  margin: auto;
  padding: 0.5em;
  width: 7em;
  text-align: center;
  background-color: lightgrey;
  cursor: pointer;
}

#agree-modal-close-green{
  display: inline-block;
  border: 1px solid black;
  margin: auto;
  padding: 0.5em;
  width: 7em;
  text-align: center;
  background-color: lightgrey;
  cursor: pointer;
}

#agree-modal-close-red:hover{
  background-color: red;
}

#agree-modal-close-green:hover{
  background-color: green;
}

.inline1{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.button1{
  margin-top: 1em;
  border-radius: 5px;
}
/* Кінець модального вікна погодження надсилання даних клієнта */

