@import url(https://db.onlinewebfonts.com/c/c9c60c88cb732119e5a9457f2d9cdc53?family=DINPro-Regular);

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;

}

html {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: "DINPro-Regular";
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
    text-decoration: none;
    list-style: none;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.close_modal {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.modal_form {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 24px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.80);
    width: calc(100% - 30px);
    max-width: 400px;
    display: none;
}

.modal_form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal_form label.show_tel {
    display: none;
}

.modal_form label p {
    width: 100%;
    margin-bottom: 8px;
    color: #8E8F93;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal_form label input {
    width: calc(100% - 56px);
    border-radius: 4px;
    background: #FFF;
    padding: 0px 12px;
    font-size: 16px;
    border: none;
}

.click_next_block,
.subm_butts {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #EEA800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}

.how_tx {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 8px;
    color: #8E8F93;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.80);
    max-width: 400px;
    width: calc(100% - 30px);
    text-align: center;
    display: none;
}

.line_top_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 40px;
    background: rgba(0, 0, 0, 0.80);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
}

.button_open_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.button_open_menu p {
    color: #EEA800;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px;
}

.button_open_menu svg {
    width: 24px;
}

.button_open_menu span {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

.button_open_menu span:before,
.button_open_menu span:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
}

.button_open_menu span:after {
    top: auto;
    bottom: -12px
}

.menu_setup {
    background: rgba(0, 0, 0, 0.80);
    z-index: 9;
    position: fixed;
    top: 72px;
    left: 0px;
    width: 100%;
    height: calc(100% - 72px);
    padding: 15px 15px;
    display: none;
}

.close_menu {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #EEA800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    padding: 5px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.close_menu:before,
.close_menu:after {
    content: "";
    width: 45px;
    height: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.close_menu:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.list_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.wrap_center_form_inp {
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #2C2C2C;
    background: linear-gradient(180deg, rgba(26, 27, 29, 0.63) 0%, rgba(30, 30, 30, 0.42) 100%);
    backdrop-filter: blur(2px);
    width: 100%;
    max-width: 630px;
    padding-right: 63px;
}

.title_to_forms {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
    color: #EEA800;
}

.line_inputs_selects {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
    width: 100%;
}

.name_inputs_selects {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: rgb(255, 255, 255);
    margin-bottom: 4px;
}

select,
input {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1px solid var(--cGraysColor, #8E8F93);
    background: var(--cGrayColor, #141517);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: rgb(255, 255, 255);
    padding-left: 16px;
    padding-right: 16px;
}

.line_top_otr_method {
    border-top: 1px solid #353535;
    padding-top: 12px;
    margin-top: 24px;
}

.line_inputs_selects span,
.line_inputs_selects input {
    width: calc(33.333% - 5px);
}

.to_arrow_select svg{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.send_form {
    border-radius: 14px;
    background: var(--cYellowColor, #EEA800);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    margin-top: 16px;
    color: var(--cGrayColor, #141517);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    cursor: pointer;
}

.send_form svg {
    position: absolute;
    right: 12px;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
}

select::-ms-expand {
    display: none;
}

.bottom_megatext{
    color: var(--cYellowColor, #EEA800);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
text-transform: uppercase;
    margin-top: 90px;
}

.bottom_megatext span{
    color: var(--cWhiteColor, #FFF);
}

.line_inputs_selects:first-child:before{
    content:"";
    position: absolute;
    left: calc(100% + 8px);
    width: 21px;
    height: 23px;
    top: calc(50% + 16px);
    border-top: 1px solid #8E8F93;
    border-right: 1px solid #8E8F93
}
.line_inputs_selects:nth-child(2):before{
    content:"";
    position: absolute;
    left: calc(100% + 8px);
    width: 21px;
    height: 23px;
    bottom: calc(50% - 16px);
    border-bottom: 1px solid #8E8F93;
    border-right: 1px solid #8E8F93
}

.line_inputs_selects:first-child > svg{
    position: absolute;
    top: calc(100% - 2px);
    left: calc(100% + 6px);
}

/*
.list_menu a {
    font-size: 25px;
    color: rgb(205, 205, 205);
    margin-bottom: 10px;
}

.list_menu a:hover {
    text-decoration: underline;
}

.list_menu a:last-child {
    margin-bottom: 0px;
}
*/
