@charset "UTF-8";
@font-face {
    font-family: "NunitoSans";
    src: url("/assets/fonts/Nunito/NunitoSans-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

#myModal {
    width: 320px;
    height: 300px;
    margin: 0 auto;
    padding: 18px 9px;
    border-radius: 4px;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 2002;
    text-align: center;
    font-family: 'NunitoSans';
}

#myModal .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-around;
}

#myModal #myModal__close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 1px;
    right: 11px;
    cursor: pointer;
    display: block;
    font-size: 29px;
}

#myOverlay {
    z-index: 2001;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

span.msg,
.choose {
    color: black;
    padding: 5px 0 10px;
    display: inherit;
    font-size: 20px;
}

.button_modal_phone {
    text-decoration: none;
    font-size: 22px;
    color: white;
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    transition: .5s;
}

.button_modal_phone:hover {
    color: black;
    background: white;
}

.button_modal {
    font-size: 20px;
    width: fit-content;
    width: -moz-fit-content;
    padding: 5px 10px 5px 10px;
    border: 0px;
    transition: .5s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
  color: white; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #282828; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
}

.button_modal:hover {
    text-decoration: none;
    color: black;
    background: white;
}
.button_modal:active{
background: white;
}


.button_modal a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}



#myModal_callback {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    padding: 18px 9px;
    border-radius: 4px;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 2002;
    
    font-family: 'NunitoSans';
}

#myModal_callback .container {
    height: 100%;
    width: 100%;

}

#myModal_callback #myModal__close_callback {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 1px;
    right: 11px;
    cursor: pointer;
    display: block;
    font-size: 29px;
}

#myOverlay_callback {
    z-index: 2001;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.title_modal_callback{
    margin-top:20px;
    justify-content:center;
}
.title_text_modal_callback {
    font-weight:600;
}
.form_callback{
    margin-top:10px;
}
.input_phone_callback, .input_name_callback{
    width:100%;
    height:50px;
    font-size:22px;
}
.label_name{
    margin-top:5px;
}
.input_button_callback{
    cursor:pointer;
    font-family:'NunitoSans';
    margin-top:15px;
    float:right;
    background:#212529;
    color:white;
    font-weight:600;
    border:0px;
    height:35px;
}
