*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Moserrat, sans-serif;
}
.wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 61px;
    padding-right: 36px;
}
.auth {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content{
      display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 0 0 190px;
    margin: 0 163px 31px 3px;
}
form {
    display: flex;
    flex-direction: column;
    width: 400px;
}
#go {
    height: 2px;
    width: 92px;
    margin: 11px 0 37px 0;
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    font-style: normal;
    color: #fcfcfc;
    background:  #c1caf4;
    padding: 16px 10px;
    /* text-transform: capitalize; */
    border: 0;
    border-radius: 5px;
    text-decoration: none;
}


.heading {
    margin: -392px 0 0 351px;
	width: 615px;
}
.intro {
    display: flex;
    margin-top: 28px;
}
input {
    margin: 10px 0;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #e3e3e3;
}
legend {
    text-align: center;
}
/*.label{
    margin: 9px 7px 0px 91px;
}*/
.menu {
    display: flex;
    flex-direction: column;
}
.mf {
    font-size: 17px;
}
.navigation_element{
	margin-top: 125px;
}
.navigation_radio {
    display: block;
}

/* внешние границы таблицы серого цвета толщиной 1px */
table {
    border: none;
    border-bottom: 2px solid #e3e3e3;
    height: 72px;
}

/* границы ячеек первого ряда таблицы */
th {
    border: none;
}

td {
    padding: 4px 4px 4px 80px;
    border: none;
    font-size: 14px;
   
}

.top {
    height: 41px;
    width: 93%;
    display: flex;
    color: blue;
    justify-content: end;
    align-items: center;
    margin-right: -95px;
}
.top_item {
    padding-right: 30px;
    text-decoration: #f7ce4e;
}

.navigation {
    margin: 200px 15px;
    padding: 196px 200px;
}
.navigation_requests{
    display: none;
    position: absolute;
    right: 75px;
    min-width: 130px;
    min-height: 150px;
    background: #FBFBFB;
    border: none;
    padding: 7px 7px 0 14px;

}
.navigation_close {
    margin: 0 0 0 250px;
    background: transparent;
    color: #c5c5c5;
}

.navigation_close:hover {
    color: #F16D7F;
    cursor: pointer;
}
.section__overlay {
    width: 100%;
    height: 100%;
    background: rgba(251 171 171 / 1%);
    position: absolute;
    top: 0;
    display: none;
}

.send_sms
{
    padding: 10px 47px;
    border-bottom: 1px #c1d1c1 solid;

}

.button_send_sms
{
    height: 2px;
    margin: 11px 0 37px 0;
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    font-style: normal;
    color: #FBFBFB;
	color: #000000;
    background: #f7ce4e;
    padding: 16px 10px;
    /* text-transform: capitalize; */
    border: 0;
    border-radius: 5px;
    text-decoration: none;	
}

.reject {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.button_reject {
    height: 2px;
    width: 92px;
    margin: 11px 0 37px 0;
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    font-style: normal;
    color: #FBFBFB;
    background: #f7ce4e;
    padding: 16px 10px;
    /* text-transform: capitalize; */
    border: 0;
    border-radius: 5px;
    text-decoration: none;
}
.btn_reject {
    height: 2px;
    width: 92px;
    margin: 11px 0 37px 0;
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    font-style: normal;
    color: #FBFBFB;
    background: #4e6af7;
    padding: 16px 10px;
    /* text-transform: capitalize; */
    border: 0;
    border-radius: 5px;
    text-decoration: none;
}
.btn_reject:hover + .navigation_requests {
    display: block;
}

.button_reject:hover + .navigation_requests {
    display: block;
}

.navigation_requests:hover {
    display: block;
}
.logo {
    margin-top:20px;
    height: 55px;
    width: 178px;
}

@media (min-width: 1500px){
    .wrapper{
        width: 100%;
        padding-left: 278px;
    }
    .logo {
        margin: 106px 0 58px -59px;
        height: 70px;
        width: 219px;
    }
	.heading {
		padding: 34px 30px;
	}

    .reject {
        display: flex;
        flex-direction: column;

    }
    .button_reject {
        width: 115px;
        margin: -57px -127px 36px 0;
        font-size: 19px;
        line-height: 0;
        padding: 18px 10px;

    }
    .one {
        margin-top: 125px;
        height: 200px;
        width: 100%;
        justify-content: stretch;

    }
    table {
        height: 1px;
    }
    .top {
        height: 5px;
   		 margin: 0 auto;
    	align-items: baseline;
        font-size: 25px;
    }
    .text-name {
        font-size: 19px;
        font-weight: 700;
    }
    .content {
        padding: 0 0 0 230px;
        width: 1635px;
    }
    .mf {
        font-size: 23px;
    }
	.text-red {
	color: #ff7979;
	}

}
div.navigation_reqs
{
	width: 450px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 1500px){
	div.navigation_reqs
	{
		margin-top: 138px;
	}
}
@media (max-width: 2550px){
	div.navigation_reqs
	{
		margin-top: 476px;
	}
}


@media (max-width: 600px){
	div.navigation_reqs
	{
		width: 240px;
	}
}

span.navigation_element_reqs
{
	background-color: #000000;
	color: orange;	
	padding: 6px 6px;
	min-width: 32px;
	text-align: center;
}

a.navigation_element_reqs
{
	background-color: #000000;
	color: #ffffff;	
	padding: 6px 6px;
	min-width: 32px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
div.reqs_prev_month_div
{
	display: flex;
	justify-content: start;
	gap: 10px;
	width: 500px;
}

@media (max-width: 700px){
	div.reqs_prev_month_div
	{
		width: 300px;
	}
}

.reqs_prev_month_a {
    display: block;
    cursor: pointer;
    background: orange;
	color: #ffffff;
    width: 199px;
    height: 30px;
    margin: 0px 0px 0px 20px;
	padding-top: 2px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}

.reqs_prev_month_a:hover, .reqs_prev_month_a.active
{
	color: #000000;
	font-weight: bold;
}

@media (min-width: 2500px){
.wrapper {
    padding-left: 0;
    padding-right: 0;
	}
}
