@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Rubik:wght@700&display=swap');

/*------------------------Common styles-------------------------*/

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.fs-33 {
	font-size: 33px;
}

.fs-46 {
	font-size: 46px;
}

.fs-34 {
	font-size: 34px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 159.99%;
    /* or 29px */


    color: #282828;
}

html {
    scroll-behavior: smooth;
  }

.employee-main > *{
	padding: 0 15px;
}

/* 
.headers {
    font-family: Arial;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 65px;
    text-align: center;

    color: #404040;
} */

h1,
h6 {
    font-family: Arial;
    font-style: normal;
    font-weight: 900;
    font-size: 41px;
    line-height: 133%;

    color: #000000;
}

h6 {
	font-family: Arial;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 133%;

    color: #000000;
}

h5 {
	font-family: Arial;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 133%;

    color: #000000;
}

h2 {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;

    color: #000000;
}

h3 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 120%;
    /* identical to box height, or 23px */

    color: #000000;
}

h4 {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;

    color: #000000;
}

body {
    display: flex;
    flex-direction: column;
}
/* 
.text-content {
    font-weight: normal;
    font-size: 18px;
    line-height: 159.99%;

    color: #282828;
} */


.blank-space {
    width: 100px;
}

.container2 {
    margin: 0 10%;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper {
    min-width: 100%;
    overflow: hidden;
}

button:hover,
button:focus {
  outline: none;
}


/*------------------------Common styles-------------------------*/



/*Nav bar----------------------------------------------------*/
.navigation-top-margin {
    height: 204px;
}
@media(max-width:1152px){
	.navigation-top-margin {
		height: 90px;
	}
}
.nav {
    /* margin-top: 57px;
    margin-bottom: 90px; */
    box-sizing: border-box;
    position: fixed;
    z-index: 2000;
    width: 100%;
    padding: 0 15px;
    padding-top: 57px;
    padding-bottom: 90px;
    height: 75px;
    background-color: #fff;
    display: flex;
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
    justify-content: space-around;
}

.nav * {
    align-self: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

/*Nav bar-------------------------------------------------------*/




/*Nav menu-----------------------------------------------------------------------------------*/

.nav-menu {
    width: 814px;
}

.nav-menu ul {
    display: flex;
    gap: 30px;
}

.nav-menu li {
    list-style: none;
}

.nav-menu a {
    text-decoration: none;
    color: black;
    position: relative;
    border-bottom: solid medium #FFFFFF;
}

a.active {
    color: #FF4901;
}

a.active::after {
    position: absolute;
    content: '';

    height: 2px;
    width: 100%;
    bottom: -4px; 
    display: block;
    background-color: #FF4901;
}

.nav-menu a:hover {
    color: #FF4901;
}

.nav-menu .active a{
	color: #FF4901;
	border-bottom: solid medium #FF4901;
}
.mobile-menu .active a{
	color: #FF4901;
	text-decoration: solid underline #FF4901 4px;
}



.burger-menu {
    display: none;
    height: 50px;
    width: 150px;
    border: 4px #fff solid;
    background-color: #9ADF3E;
    color: #fff;
    border-radius: 10px;
    justify-content: space-between;
    padding: 0 20px;
    cursor: pointer;
}

.burger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 60%;
    transition: all 0.5s ease-in-out;
}

.burger-line {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
}

.nav-bottom-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 5.9%;
}

.nav > .nav-bottom-row .blank-space {
    display: none;
}

.nav-tel {
    margin-left: 5%;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
}

.nav-tel > img {
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.nav-tel a {
	text-decoration: none;
    color: #000;
}

.nav-right-btns-minimized {
    margin-right: 5%;
}

.mobile-menu {
    width: 100%;
    background-color: #fafafa;
    display: none;
}

.mobile-menu li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu * {
    white-space: nowrap;
}

.mobile-menu li:hover {
	background-color: #cfcfcf;
	color: #fff;
}
.mobile-menu li:hover a {
    color: #fff;
}

.mobile-menu > ul a {
    text-decoration: none;
    color: #000;
    padding: 15px 100%;
}


.burger-icon * {
    transition: all 0.5s ease-in-out;
}


/*----------------------Animation--------------------------*/

.burger-menu.open .burger-icon :nth-child(2){
    transform: translateX(-20px);
    background-color: transparent;
    box-shadow: none;
}

.burger-menu.open .burger-icon :last-child {
    transform: rotate(45deg) translateY(-13.5px);
    height: 5px;
    width: 32px;
}

.burger-menu.open .burger-icon :first-child {
    transform: rotate(-45deg) translateY(13.5px);
    height: 5px;
    width: 32px;
}

.burger-menu.open .burger-icon {
    transform: translateX(-10px);
}

/*Nav menu---------------------------------------------------------------------------------*/



/*---------------Navbar select & buttons from right--------------------------------------------*/

.nav-right-btns {
	position: relative;
    display: flex;
    justify-content: space-between;
    width: 520px;
}

.nav-right-btns select, .nav-right-btns-minimized select{
    text-align: left; 
    padding-left: 17px;
    direction: rtl;
    width: 81.09px;
    height: 50.65px;
    background-color: #fafafa;
    color: #ababab;
    border: none;
    border-radius: 70px;
    cursor: pointer;

    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;


    background-image: 
    linear-gradient(45deg, transparent 50%, #ababab 50%),
    linear-gradient(135deg, #ababab 50%, transparent 50%);

    background-position:
        calc(100% - 25px) calc(1em + 5px),
        calc(100% - 20px) calc(1em + 5px),
        calc(100% - .5em) .5em;

    background-size:
        5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
}
@media(max-width: 414px){
	.nav-right-btns-minimized select {
		direction: ltr;
	}
}

.nav-right-btns :nth-child(2) {
    width: 211.7px;
    height: 50.65px;    
    border: none;
    border-radius: 70px;
    cursor: pointer;
}

.nav-right-btns :nth-child(3) {
    width: 189.54px;
    height: 50.65px;     
    border: none;
    border-radius: 70px;
    cursor: pointer;
}

#write-us-btn {
    background-color: #fff;
    color: #9ADF3E;
    border-color: #9ADF3E;
    border-width: 1px;
    border-style: solid;
}
#write-us-btn:hover {
	background-color: #9ADF3E;
    color: #FFF;
}

.write-us-form {
	left: 50%;
	margin-left: -290px;
	margin-top: 12%;
	width: 580.00px;
	position: fixed;
    z-index: 3000;
	background-color: #fff;
	box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
	border-radius: 10px;
	z-index: 3000;
	padding: 1.7rem 0rem 3.5rem 0rem;
	display: none;
}

.write-us-form form {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.write-us-form .for-tel-input {
    width: 355.34px;
    height: 38.25px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 11px;
    line-height: 13px;
    color: #8C8C8C;
    text-indent: 26.55px;
}
.resize_trigger_mobile {
	display: inline-block;
}
@media (max-width: 960px) {
	.resize_trigger_mobile {
		display: none;
	}
}
@media (max-width: 550px) {
	.write-us-form {
		width: 300px;
		margin-left: -150px;
		margin-top: 25%;
		padding: 1.7rem 0.5rem 3.5rem 0.5rem;
		left: 50%;
	}
	.write-us-form form {
		width: 90%;
		margin-left: 5%;
	}
	
	.write-us-form .for-tel-input {
		width: 100%;
	}
	
	.write-us-form input {
		width: 100%;
	}
}
@media (max-width: 330px) {
	#write_us_resize_trigger {
		display: none;
	}
	.write-us-form {
		width: 90%;
		margin-left: -45%;
	}
}
@media (max-height: 896px) {
	.write-us-form {
		position: absolute;
		margin-top: 25%;
	}
}
@media (max-width: 290px) {
	.write-us-form {
		margin-top: 25%;
		margin-left: -47%;
		padding: 0.5rem 0.5rem 2rem 0.5rem;
	}
}
#cabinet-btn {
	z-index: 2002;
    background-color: #9ADF3E;
    color: white;
    border: solid 1px #9ADF3E;
}
#cabinet-btn:hover {
	background-color: #FFF;
    color: #9ADF3E;
}
.mobile-cabinet-menu {
	position: absolute;
	right: 3%;
	bottom: -4.2rem;
	width: 164px;
	/* border: solid medium #8BBB4C !important;
	border-radius: 0.3rem !important;
	background-color: #fff; */
	transition: .3s;
	z-index: 2001;
}
.cabinet-menu {
	position: absolute;
	right: 1.5%;
	bottom: -4.1rem;
	width: 164px;
	transition: .3s;
	overflow-x: hidden;
	z-index: 2001;
	/* border: solid medium #8BBB4C !important;
	border-radius: 0.3rem !important;
	background-color: #fff; */
}
.hidden-menu {
	visibility: hidden;
	opacity: 0;
	transform: translate(0%, -10px);
}
.active-menu {
	visibility: visible;
	opacity: 1;
	transform: translate(0%, 0);
}
.mobile-cabinet-menu ul,
.cabinet-menu ul {
	padding: 0.2rem 0 0.2rem 0;
	margin: 0;
}
.mobile-cabinet-menu li,
.cabinet-menu li {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 0.2rem 0rem 0.2rem 0rem;
	margin-top: 0.3rem;
	text-align: center;
	width: auto !important;
	height: auto !important;
	white-space: nowrap;
	cursor: pointer !important;
	border: solid medium #8BBB4C !important;
	border-radius: 0.3rem !important;
	background-color: #daffa9;
	box-shadow: inset 0 0 11px 6px #9ADF3E;
}
.mobile-cabinet-menu li a,
.cabinet-menu li a {
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	line-height: 16px;
}
.mobile-cabinet-menu li:hover,
.cabinet-menu li:hover {
	background-color: #9ADF3E;
	color: #fff;
}
.nav-top-row {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    column-gap: 25px;
    background-color: #FAFAFA;
    margin-bottom: 20px;
    height: 70px;
}


.nav-right-btns-minimized {
	position: relative;
    display: flex;
    gap: 30px;
}

.nav-message > img, .nav-profile > img {
    width: 30px;
    height: auto;
}

/*---------------Navbar select & buttons from right--------------------------------------------*/









/*============================ MAIN Rabotodateli page================================*/


.main-header {
	position: relative;
    height: 619.66px;
    width: 100%;
    margin: 0 auto;
    background-color: #fafafa;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
}

.left-content {
	width: 40%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -48px;
    margin-top: 17px;
    margin-left: 15%;
}

.left-content img {
    width: 654.74px;
    height: auto;
    margin-bottom: 30px;
}
.left-content video {
	width: 654.74px;
    height: auto;
    margin-bottom: 30px;
}

.left-content * {
    text-align: center;
    letter-spacing: -0.05em;
   /* margin-left: 54px; */
}

.left-header-text {
    margin-top: 21px;
    /* margin-left: 12px; */
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
.left-header-text a {
	text-decoration: none;
	color: inherit;
}
.left-header-text .fs-33 {
	width: auto;
	max-width: 776.65px;
	margin: 0 auto;
}

.left-header-img {
    width: 100%;
    text-align: center;
}

.red-text-header {
    /* margin-left: -27px; */
    margin-top: 7px;
}

.left-header-img > img {
    margin-top: 17px;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 410px;
}
@media(max-width: 1650px){
	.left-header-img > img {
		max-height: 360px;
	}
}
@media(max-width: 800px){
	.left-header-img > img {
	    width: 100%;
	    height: auto;
	}
}
@media(max-width: 700px){
	.left-header-img img {
		height: 320px;
		width: auto;
	}
}
@media(max-width: 600px){
	.left-header-img img {
		height: 280px;
		width: auto;
	}
}
@media(max-width: 500px){
	.left-header-img img {
		height: 240px;
		width: auto;
	}
}
@media(max-width: 400px){
	.left-header-img img {
		height: 200px;
		width: auto;
	}
}

/*-----------------------------form---------------------------------*/


.connect-to-avans-form input, textarea {
    width: 180px;
    border-color: #C1C1C1;
    color: #8C8C8C;
    border-width: 0.5px;
    border-radius: 3.5px;
   
}

.form-block {
	max-width: 488.35px;
    margin-bottom: -10px;
    margin-right: 10%;
}

.connect-to-avans-form {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
    width: 488.35px;
    align-items: center;
}

.connect-to-avans-form img {
    width: 65px;
    height: auto;
}

.connect-to-avans-form > form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.connect-to-avans-form#topFormIndex {
    z-index: 2000;
    position: relative;
}

.connect-to-avans-form form {
    margin-top: -18px;
    width: 100%;
    height: 667.64px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding-bottom: 0px;
}

.form-header {
    text-align: center;
}

.form-inputs {
    align-items: flex-start;
    /* margin-left: 67px; */
    margin-top: 27px;
}

.form-ul input,
.form-ul select {
    width: 355.34px;
    height: 38.25px;
    background: #FFFFFF;
    border: 0.5px solid #C1C1C1;
    box-sizing: border-box;
    border-radius: 5px;

    font-size: 14px;
    line-height: 15px;
    color: #3C3C3C;
    text-indent: 26.55px;
}
.form-ul input::placeholder {
	color: #d7d7d7;
}

.form-ul > li > * {
	margin: auto;
}

.form-2 ul > li > h3 {
    margin-top: 35px;
    /* font-family: 'Rubik'; */
    font-family: 'Arial';
    font-style: normal;
    /* font-weight: bold; */
    font-weight: 800;
    font-size: 26px;
    line-height: 112%;
    text-align: center;
}

.form-ul textarea {
    width: 355.34px;
    height: 96px;
    background: #FFFFFF;
    border: 0.5px solid #C1C1C1;
    
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 15px;
    color: #3C3C3C;
    text-indent: 26.55;
    resize: none;
    padding-top: 10px;
}
.form-ul textarea::placeholder {
	color: #d7d7d7;
}

.form-ul > :nth-child(2) {
    margin-top: 20px;
}

.form-ul {
    list-style: none;
    text-decoration: none;
}

.form-ul a {
    text-decoration-line: none;
}

.form-ul > li {
    text-align: center;
    margin-top: 8px;
}
.form-ul > li > h3 {
    margin-top: 26px;
    /* font-family: 'Rubik'; */
    font-family: 'Arial';
    font-style: normal;
    /* font-weight: bold; */
    font-weight: 800;
    font-size: 26px;
    line-height: 112%;
    text-align: center;
}

.form-ul > li > img {
    width: 116.62px;
    height: auto;
    margin-top: 2px;
    margin-left: 10px;
}

.tel-input {
    display: flex;
    width: 355.34px;
    margin: 0 auto;
}

.tel-input :first-child {
    width: 72.01px !important;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}

.tel-input :nth-child(3) {
    width: 283.33px;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}

.separate-line {
    position: relative;
    height: 26px;
    border: 0.5px solid #C1C1C1;
    border-left: none;
    align-self: center;
}

#submit-main-pg-btn {
    
    margin-top: 15px;
    width: 182.01px;
    height: 43.68px;
    border-radius: 5px;
    background-color: #9ADF3E;
    border: solid 1px #9ADF3E;
    color: #fff;
    
	font-family: 'Arial';
    /* font-family: Rubik; */
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    
    cursor: pointer;  
}
#submit-main-pg-btn:hover {
	color: #9ADF3E;
	background-color: #FFFFFF;
	border: solid 1px #9ADF3E; 
}
#button_code.disabled:hover,
#button_code.disabled,
#submit-main-pg-btn.disabled:hover,
#submit-main-pg-btn.disabled {
    background: linear-gradient( 0deg, #9cc567, #9cc567);
	cursor: default;
	color: #CCCCCC;
}
.bottom-form-text {
    margin-top: 10px !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #B7B7B7;
    padding: 15px 0;
    padding-top: 47px;
}

.connect-to-avans-form > form {
    height: min-content;
    margin-top: -10px;
}

/*-----------------------------form---------------------------------*/


/*-------------------------------Why you need this for your company------------------------------*/

.need-for-your-company {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
}

.need-header > h1 {
    text-align: center;
}

.need-header {
    margin-top: 122px;
    margin-left: 30%;
    margin-right: 30%;
}
@media(max-width: 674px){
	.need-header {
		margin-top: 50px;
	}
}

.need-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.need-2 {
    flex-wrap: wrap-reverse;
}

.need-reasons-all-first {
    position: relative;
    z-index: 3;
    margin-top: 90px;
    margin-left: -10px;
    width: 735.51px;
    height: 473.52px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
    padding-bottom: 32px;
}
@media(max-width: 674px){
	.need-reasons-all-first {
		margin-top: 45px;		
	}
}

.need-reasons-all-second {
    position: relative;
    z-index: 3;
    margin-top: 52px;
    margin-left: 84px;
    max-width: 735.51px;
    height: 571px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
}

.first {
    margin-top: 66px;
    margin-bottom: 27px;
}

.need-reason {
    display: flex;
    margin-bottom: 27.23px;
    max-width: 95%;
}

.reason-content {
	
}

.last {
    margin-bottom: 21px;
}

.reason-arrow {
    box-sizing: border-box;
    margin-left: 52px;
    margin-right: 16.5px;
    margin-top: 3px;
}

.reason-header {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
}

.reason-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.need-img-right {
    margin-left: 6.5%;
    margin-top: 146px;
    width: 500px;
}

.need-img {
    width: 500px;
}

.need-img > img {
    width: 119%;
    height: auto;
    margin-top: 16px;
    margin-left: 54px;
}

.need-img-right > img {
    width: 100%;
    height: auto;
    margin-left: -130px;
    margin-top: 10px;
}

.need-reason-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.need-2 .reason-arrow {
	
}

.need-2 .first {
	
}

.need-2 .need-reason {
	
}

.need-reason-btn > button {
    width: 395.17px;
    height: 57.64px;
    background: #FFFFFF;
    border: 1px solid #9ADF3E;
    box-sizing: border-box;
    border-radius: 10px;

    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;

    color: #9ADF3E;

    cursor: pointer;
}
.need-reason-btn > button:hover {
	background: #9ADF3E;
    border: 1px solid #9ADF3E;
    color: #FFFFFF;
}

.decor-points1 {
    position: absolute;
    top: 220px;
    left: 747px;
}


.decor-points2 {
    position: absolute;
    top: 81px;
    left: -79px;
}


.decor-points3 {
    position: absolute;
    top: 582px;
    left: 457px;
}

/*-------------------------------Why you need this for your company------------------------------*/




/*------------------------------How does it work---------------------------------------*/


.how-does-it-work {
    margin-top: 230px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.work-header {
    text-align: left;
    margin-bottom: 30px;
    color: #404040;
}
@media(max-width:674px){
	.work-header {
		text-align: center;
	}
}

.work-text-bounds {
    max-width: 480px;
    margin-top: 105px;
    margin-bottom: 120px;
    margin-left: 118px;
}

.work-text-content {
    max-width: 450px;
    margin-left: 4px;
}

.work-text-content > p {
    margin-top: 10px;
}

.work-left {
    display: flex;
    justify-content: flex-end;
    /*padding: 0 10%;*/
}

.work-right {
    display: flex;
    justify-content: center;
}


.work-right img {
    height: auto;
    width: 100%;
    margin-top: 15px;
    margin-right: 63px;
    margin-left: -67px;
}
.work-right video {
    height: auto;
    width: 100%;
    max-width: 896px;
    min-width: 765px;
    margin-top: 15px;
    margin-right: 63px;
    margin-left: -67px;
    border-radius: 15px;
}
.work-right_video_block {
	
}
@media(max-width:800px){
	.work-right_video_block {
		width: 90%;
	}
	.work-right video {
		min-width: 300px;
	}	
}
/*------------------------------How does it work---------------------------------------*/

/*-----------------------------Profitable--------------------------------*/

.profit-header {
    width: 100%;
    margin-top: 179px;
    margin-left: 18px;
    display: flex;
    justify-content: center;
}

.profit-header > h1 {
    text-align: center;
    max-width: 650px;
    color: #404040;
    margin-right: 18px;
    margin-top: -3px;
}


.profit-content {
    display: flex;
    margin-top: 150px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.profit-left-content > img {
    width: 100%;
    height: auto;
    margin-right: 82px;
}

.profit-left-content {
    width: 700px;
    height: min-content;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 130px;
}

.profit-right-content {
    max-width: 700px;
    min-height: 500px;
    position: relative;
}

.profit-proves-all {
    max-width: 770px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 11px 40px 1px 11px;
    margin-right: 42px;
    margin-left: -100px;
}
.profit-proves-all :first-child > div {
    margin-top: 35px;
}

.profit-prove {
    display: flex;
    margin-bottom: 32.23px;
}


.prove-arrow > img {
    box-sizing: border-box;
    margin-left: 58px;
    margin-right: 20.5px;
    margin-top: 4px;
}

.prove-header {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 150%;
}

.prove-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.decor-points4 {
    position: absolute;
    left: 654px;
    top: 113px;
}


/*------------------------------Iphone messages-----------------------------*/

.iphone-message {
    position: absolute;
    width: 350px;
    height: min-content;
    background-color: rgba(255, 255, 255,  0.5);
    border-radius: 12px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    z-index: 999;
}

.msg-1 {
    top: 329px;
    left: 108px;
}

.msg-2 {
    top: 169px;
    left: 393px;
}

.msg-3 {
    top: 499px;
    left: 340px;
}

.iphone-message > div {
    padding: 20px;
}

.msg-auth-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.msg-date {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    /* identical to box height, or 19px */


    color: #D8D8D8;
}

.msg-auth {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */

    text-transform: uppercase;
}

.msg-text {
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 170%;
    /* identical to box height, or 26px */

    letter-spacing: 0.035em;
    font-feature-settings: 'salt' on, 'liga' off;
}


/*-----------------------------Profitable--------------------------------*/


/*------------------------------Feedback----------------------------------*/

.feedback {
    margin-top: 58px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 88px;
    height: 900px;
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
    justify-content: center;
}

.feedback-form {
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 38px;
    max-width: 469px;
    margin-left: 49px;
}

.feedback-form-header > h1 {
    /* font-family: 'Rubik'; */
    font-family: 'Arial';
    font-style: normal;
    /* font-weight: bold; */
    font-weight: 800;
    font-size: 26px;
    line-height: 112%;
    color: black;
    text-align: center;
    white-space: nowrap;
}

.feedback-form-header {
    margin-left: 8px;
    margin-top: 10px;
}

.feedback-form-header > div {
    margin-bottom: 36px;
    margin-top: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #C7C7C7;
}

.feedback-form-header img {
    width: 116px;
    height: auto;
    margin-top: 7px;
    margin-right: 10px;
    margin-bottom: -8px;
}

.feedback-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: min-content;
    column-gap: 20px;
    position: relative;
    margin-left: 100px;
    min-width: 50%;
}
@media(max-width: 1920px){
	.feedback-left {
		min-width: auto;
	}
}

.feedback-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
}

.feedback-form-inputs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: -9px;
}

.feedback-form-inputs > ul > :last-child {
    width: 100%;
    display: flex;
    justify-content: center;
}

.feedback-form-inputs > ul > li {
    list-style: none;
    margin-bottom: 9.81px;
}


.feedback-form-inputs input, textarea {
    text-indent: 30px;
    width: 100%;
    height: 153.93px;
    background: #FFFFFF;
    border: 0.5px solid #C1C1C1;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height */
    color: #3C3C3C
}
.feedback-form-inputs input::placeholder,
.feedback-form-inputs textarea::placeholder {
	color: #d0d0d0;
}

.feedback-form-inputs input {
    width: 100%;
    height: 44.2px;
}


.feedback-form-inputs textarea {
    width: 100%;
    height: 153.93px;
    resize: none;
    margin-bottom: 40px;
    padding-top: 14px;
    font-size: 14px;
}

.feedback-form-inputs button {
    width: 255.34px;
    height: 57.64px;
    background: #9ADF3E;
    border-radius: 5px;
    border: 1px solid #9ADF3E;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    /* font-family: Rubik; */
    
    font-family: 'Arial';
    text-align: center;
    color: #FFFFFF;
    margin-left: 8px;
    margin-top: -19px;
}
.feedback-form-inputs button:hover {
	border: 1px solid #9ADF3E;
	background: #FFFFFF;
	color: #9ADF3E;
}

.feedback-form-inputs > ul {
    width: 100%;
}


.feedback-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
}
@media(max-width: 1920px){
	.feedback-form {
		margin-left: 49px;
	}
}


.feedback-msg {
    width: 495.52px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px; 
    margin-bottom: 20px;
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
}
 
#fb-msg-1 {
    margin-top: -104px;
    min-height: 367px;
    width: 437px;
    margin-left: 87px;
}

#fb-msg-3 {
    width: 467px;
}


#left-arrow-slider {
    float: left;
    position: absolute;
    left: 21px;
    top: 324px;
    cursor: pointer;
}




#right-arrow-slider {
    float: right;
    position: absolute;
    right: -71px;
    top: 324px;
    cursor: pointer;
}

.left-two-feedback-msgs {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
}

.feedback-msg > div {
    padding: 33px;
}

.feedback-msg-text {
    margin-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    /* or 27px */

    font-feature-settings: 'salt' on, 'liga' off;

    color: #000000;
}

.feedback-auth {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.feedback-date {
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    text-align: right;
    font-feature-settings: 'salt' on, 'liga' off;

    color: #CCCCCC;
}

.feedback-auth-name {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */

    font-feature-settings: 'salt' on, 'liga' off;

    /* Text / Gray 900 */

    color: #18191F;
}

.feedback-auth-company {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    font-feature-settings: 'salt' on, 'liga' off;

    color: #FF530D;
}

.feedback-aux {
    position: relative;
}

/*============================ MAIN Rabotodateli page================================*/








































/*==============================MAIN SOTRUDNIKI PAGE============================================*/


.salary-once-a-month {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #FAFAFA;
    margin-top: -51px;
}

.salary-left-header {
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 123%;
    /* letter-spacing: -0.05em; */
    color: #000000;
    /* padding-bottom: 30px; */
	margin-bottom: 30px;
}
@media(max-width: 400px){
	.salary-left-header {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
.salary-left-header h5 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.salary-left-header span {
	position: relative;
}

.salary-left-text {
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    color: #000000;
    margin-bottom: 50px;
    max-width: 375px;
}

.salary-left {
    display: flex;
    /* margin-left: 100px; */
    justify-content: center;
    box-sizing: border-box;
}

.salary-left-line {
    width: 100%;
    height: 3.09px;

    background: #FF530D;
    border-radius: 1.73358px;
    margin: 30px 0;
}

.salary-left-box {
    margin-top: 130px;
    /* max-width: 540px; */
    max-width: 500px;
    margin-left: 89px;
}

.salary-right {
    /* margin-right: 250px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.salary-img {
    margin-top: 58px;
    margin-right: 276px;
    position: relative;
}

.salary-img > img {
    max-height: 617px;
    width: 100%;
}

/*------------------Iphone message 2----------------------*/

.iphone-message-2 {
    width: 395px;
    height: min-content;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(37px);
    border-radius: 12px 12px 0 12px;
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
    position: absolute;

}

.sal-msg-left-1 {
    bottom: calc(100% - 160px);
    right: calc(100% - 275px);
}


.sal-msg-left-2 {
    bottom: calc(100% - 340px);
    right: calc(100% - 265px);
}


.sal-msg-left-3 {
    bottom: calc(100% - 500px);
    right: calc(100% - 275px);
}



.sal-msg-right-1 {
    bottom: calc(100% - 210px);
    right: calc(100% - 720px);
    border-radius: 12px 12px 12px 0;
}


.sal-msg-right-2 {
    bottom: calc(100% - 410px);
    right: calc(100% - 720px);
    border-radius: 12px 12px 12px 0;
}


.message-triangle-right {
    width: auto;
    height: auto;
    position: absolute;
    top: calc(100%);
    left: calc(100% - 30px);
    opacity: 0.6;
}

.message-triangle-left {
    width: auto;
    height: auto;
    position: absolute;
    top: calc(100%);
    right: calc(100% - 30px);
    opacity: 0.6;
}

.message-triangle-left polygon, .message-triangle-right polygon  {
    filter: drop-shadow( 0 0 10px rgba(0, 0, 0, 0.1));
}

.message-author-2 {
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 170%;
    letter-spacing: 0.035em;
    font-feature-settings: 'salt' on, 'liga' off;

    color: #000000;
    display: flex;
    justify-content: baseline;
}

.message-text-2 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */


    margin-top: 10px;
}
/*------------------Iphone message 2----------------------*/

/*-------------------------Second block----------------------*/

.until-salary {
    display: flex;
    
    margin-top: 170px;
    margin-bottom: 216px;
    
    padding-left: 160px;
    padding-right: 245px;
    justify-content: space-between;
    width: 100% !important;
    max-width: none;
}
@media(max-width:1620px){
	.until-salary {
		padding-left: 110px;
		padding-right: 75px;
	}
}
@media(max-width:1400px){
	.until-salary {
		padding-left: 72px;
		padding-right: 75px;
	}
}
@media(max-width:1280px){
	.until-salary {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.until-salary-left-box {
    max-width: 630px;
    margin-top: 106px;
    margin-bottom: 100px;
    margin-left: -55px;
}
@media(max-width: 1400px){
	.until-salary-left-box {
		max-width: 700px !important;
	}
	.until-salary-left-text,
	.until-salary-left-header {
		max-width: 500px !important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.until-salary-left-header {
		text-align: center;
	}
	
}
@media(max-width: 700px){
	.salary-left-header {
		text-align: center;
		padding-right: 0 !important;
	}
	.salary-left-text {
		text-align: center;
	}
	
	.until-salary-left-text,
	.until-salary-left-header {
		max-width: 500 !important;
	}
	.until-salary-left-header {
		text-align: center;
	}
}
@media(max-width: 400px){
	.until-salary-left-header {
		width: 85%;
	}
}

.until-salary-left-header {
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 123%;
    color: #282828;
    /* padding-bottom: 30px; */
	margin-bottom: 30px;
}
.service-work__header {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.service-work__header h1 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.until-salary-left-header h1 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 34px;
}

.salary-left-header span,
.service-work__header span,
.until-salary-left-header span {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-family: 'Arial';
}

.salary-left-line-absolute {
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: red;
}

.until-salary-right-row-1 {
    display: flex;
    margin-bottom: 70px;
    column-gap: 80px;
    justify-content: space-around;
}

.until-salary-right-row-2 {
    display: flex;
    justify-content: flex-start;
    margin-left: 10px;
}

.borrow-friends-header {
    margin-bottom: 30px;
}
@media(max-width: 700px){
	.borrow-friends-header {
		text-align: center;
	}
}
.borrow-friends {
    max-width: 303.2px;
    margin-bottom: 40px;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 19px;
    margin-right: -33px;
}

.dream-header, .credit-header, .borrow-friends-header {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
}
.credit-header {
	width: 176px;
}
.dream-header {
	width: 194px;
}
.earned-header {
	width: 156px;
}

.chat-contacts-friends {
    width: 303.2px;
    height: 255.4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px 20px 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -13px;
    margin-right: -5px;
    box-sizing: border-box;
}

.expensive-credits {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.delay-dreams {
    display: flex;
    justify-content: center;
    background: #FAFAFA;
	border-radius: 10px;
	padding-left: 19px;
	height: min-content;
}

.dream-header {
    margin-top: 188px;
}

.dream-img {
    margin-left: -70px;
}

.dream-img > img {
    width: auto;
    height: auto;
}

.expensive-credits {
    margin-left: -12px;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 0 0 0 44px;
    margin-top: -70px;
}

.credit-img > img {
    width: 100%;
    height: auto;
}

.credit-img {
    margin-left: -108px;
}

.contact-msg-name {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

.contact-msg-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;

    color: rgba(0, 0, 0, 0.75);
}

.contact-msg-date {
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;


    color: rgba(0, 0, 0, 0.5);
}

.friends-contact {
    display: flex;
}

.msg-decor-line {
    width: calc(100% + 30px);
    height: 0px;
    border: 1px solid rgba(220, 220, 220, 0.3);
    margin-left: -10px;
}

.msg-right-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.msg-right-top-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.msg-contact-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    padding: 4px 0;
}

.msg-contact-right {
    width: 100%;
}

/*--------------------------Second block-----------------------*/









/*-------------------------Calendar-----------------------------*/

.calendar-box {
    background: linear-gradient(180deg, #F1F7FF 0%, #EDF2F9 100%);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 45px 0;
    padding: 0 3%;
}

.calendar-header {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.calendar-text {
    font-style: normal;
    font-weight: normal;
    line-height: 159.99%;
    margin-bottom: 90px;
}

@media(max-width: 700px){
	.calendar-text,
	.calendar-header {
		text-align: center;
	}
	.calendar-header {
		width: 80%;
    	margin-left: auto;
    	margin-right: auto;
	}
}

.calendar {
    width: 566px;
    height: 499px;
}

.calendar-left {
    margin-right: 81px;
    margin-top: 35px;
}

.calendar-right > img {
    width: 100%;
    height: auto;
}

.calendar-right {
    margin-right: -119px;
    margin-top: -28px;
    margin-bottom: -22px;
}

.calendar-header, .calendar-text {
    max-width: 510px;
}

.calculator-row {
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 24px;

    color: #2E4059;
}

.calculator {
    width: 482.87px;
    height: min-content;

    padding: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* 
.calculator :nth-child(2) {
    display: flex;
    justify-content: space-between;
} */

.earned-money, .calculator-valute {
    font-style: normal;
    font-weight: 900;
    line-height: 51px;
    display: flex;
    align-items: center;

    color: #404040;
}

.calc-salary-header {
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #2E4059;
}

.earned-right-header {
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
    color: #282828;
    margin-bottom: 38px;
}

.earned-right-text {
    font-style: normal;
    font-weight: normal;
    line-height: 159.99%;

    color: #282828;
}

.earned-right-box {
    max-width: 627px;
    margin-bottom: 100px;
}
@media(max-width: 700px){
	.earned-right-box {
		text-align: center;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

.how-much-earned {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    column-gap: 50px;
    margin-top: 121px;
}

.calc-salary-input > * {
    width: 100%;
}

.earned-right {
    margin-top: 84px;
    margin-right: 21px;
}







.calc-salary-input input {
    -webkit-appearance: none;
    background: #FF530D;
    border-radius: 5px 5px 0 0;
    height: 8.79px;
}

.calc-salary-date-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    background: #FF530D;
    border-radius: 5px 5px 0 0;
    height: 8.79px;
}


/*-------------------------------Ползунки для калькулятора. PS: их в инспекторе на найти*/

/*Chrome opera*/
#salary-date::-webkit-slider-thumb {
	appearance: none;
	-webkit-appearance: none;
	
	
	height: 40px;
	width: 40px;
	position: relative;
	z-index: 3;
	cursor: pointer;
	background-image: url("/img/tumb-slide-input-range.png");
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
}

#salary-money::-webkit-slider-thumb {
	appearance: none;
	-webkit-appearance: none;
	
	
	height: 40px;
	width: 40px;
	position: relative;
	z-index: 3;
	cursor: pointer;
	background-image: url("/img/tumb-slide-input-range.png");
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
}


/*Mozila*/
#salary-date::-moz-range-thumb {
	appearance: none;
	-moz-appearance: none;
	
	
	height: 40px;
	width: 40px;
	position: relative;
	z-index: 3;
	cursor: pointer;
	background-image: url("/img/tumb-slide-input-range.png");
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
}

#salary-money::-moz-range-thumb {
	appearance: none;
	-moz-appearance: none;
	
	
	height: 40px;
	width: 40px;
	position: relative;
	z-index: 3;
	cursor: pointer;
	background-image: url("/img/tumb-slide-input-range.png");
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
}



/*-------------------------------------------------------------------------------*/


.calc-row-2, .calc-row-3 {
    display: flex;
    justify-content: space-between;
}

.calc-row-3 {
	margin-top: 43px;
}

.calc-row-2 > div > div {
    margin-top: 15px;
}

.calc-salary-date-input > * {
    width: 100%;
}


.calc-salary-date-input {
    width: 100%;
}

.salary-date {
    width: 60%;
    margin-right: 30px;
}

.salary-date::-moz-range-thumb { 
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-image: url('http://www.w3schools.com/html/smiley.png');
  overflow: visible;
  cursor: pointer;
  
}

.calc-days-salary {
	margin-right: 20px;
    margin-top: 2px;
}

.salary-date-box {
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.salary-daily-right > img {
    width: 100%;
    height: auto;
}
.salary-daily-right > video {
    width: 100%;
    min-width: 500px;
    max-width: 575px;
    height: auto;
    border-radius: 15px;
}
@media(max-width:650px){
	.salary-daily-right {
		width: 90%;
	}
	.salary-daily-right > video {
		min-width: auto;
	}
}

.salary-daily-right {
    margin-right: 65px;
}

.calc-salary-input input::-webkit-slider-thumb {
    /*-webkit-appearance: none;*/
    background-image: url('http://www.w3schools.com/html/smiley.png');
}

.slider-thumb-parent {
    position: relative;
}

.slider-thumb {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
}

.salary-slide-range-div {
    margin-top: 20px;
    position: absolute;
    white-space: nowrap;
}

.input-bottom-box {
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}



/*------------------Salary daily---------------------*/


.salary-daily {
    margin-top: 147px;
    display: flex;
    align-items: center;
}
@media(max-width: 674px){
	.salary-daily {
		margin-top: 47px;
	}
}

.salary-daily-box {
    background: #FFFBF1;
    border-radius: 5px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 45px 0;
    padding: 3% 5%;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}

.salary-daily-right {
	z-index: 2;
}

.salary-daily-box > img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	max-width: 412px;
	height: auto;
}

.salary-daily-header {
	width: 528px;
    font-style: normal;
    font-weight: 900;
    font-size: 41px;
    line-height: 123%;
    color: #282828;
    margin-bottom: -37px;
}
@media(max-width:650px){
	.salary-daily-header {
		text-align: center;
		width: 100%;
	}
}

.salary-daily-text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 159.99%;

    color: #000000;
}

.salary-daily-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 50px;
    margin-top: 18px;
    margin-left: 23px;
}

.salary-date-value {
	margin-top: 20px;
	position: absolute;
	white-space: nowrap;
}

.like-that-it-works {
    margin-top: 50px;
    position: relative;
    text-align: center;
}

.like-that-it-works__header :first-child {
    text-align: center;
    margin-bottom: 8px;
}

.like-that-it-works__header {
    margin-top: 146px;
    margin-left: 18px;
    margin-bottom: 96px;
}
@media(max-width:1200px){
	.like-that-it-works__header {
		margin-top: 75px;
	}
}
@media(max-width:674px){
	.like-that-it-works__header {
		margin-top: 45px;
		margin-bottom: 45px;
	}
}
.like-that-it-works img:not(:first-child) {
    width: 70%;
    height: auto;
}

.works-content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 -16px 0 -26px;
}

.works-content > * {
    z-index: 5;
}

.works-center {
    margin-left: -70px;
}

.line-img {
    position: absolute;
    top: 285px;
    left: 191px;
    z-index: 1;
}

/*---------------------Salary daily------------------------*/




.want-salary-daily {
    background: #F9F9F9;
    border-radius: 5px;
    margin-top: 200px;
    margin-bottom: 175px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: min-content;
}

.want-daily-right {
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
    margin-right: 40px;
}

.want-daily-left {
    margin-left: 77px;
}

.want-daily-right-box {
    max-width: 610px;
    padding-bottom: 10px;
}

.form-2 {
    margin-bottom: -90px;
    margin-top: -70px;
    width: 526px;
}

.form-3 {
	margin-bottom: 0;
    margin-top: 0;
    width: 526px;
}

.form-3 li:first-child {
	margin-top: 61px;
    margin-bottom: 32px;
}



.form-2 #submit-main-pg-btn {
    margin-bottom: 38px;
}

.form-2 select, .form-2 input, .form-2 .tel-input {
    height: 39px !important;
    width: 385px !important;
    margin: auto;
}

.form-2 textarea {
	width: 385px !important;
}

.form-3 #submit-main-pg-btn {
    margin-bottom: 20px;
    margin-top: 7px;
}

.want-header {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;

    color: #000000;
}

.want-text {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 159.99%;

    color: #000000;
}

.red-form-employee {
    color: #FF530D;
}

.main-index > * {
    padding: 0 15px;
}

/*==============================MAIN SOTRUDNIKI PAGE============================================*/










































/*===============================MAIN FAQ PAGE===============================================*/

.not-red-dots-1 {
	position: absolute;
	width: 675.85px;
	height: 603px;
	left: 1322.77px;
	top: 357.36px;
	opacity: 0.7;
	z-index: 1;
}


.red-dots-1 {
    position: absolute;
    width: 252.81px;
    height: 139.5px;
    left: 270.55px;
    top: 814.59px;
    transform: rotate(90deg);
}

.red-dots-2 {
    position: absolute;
    width: 252.81px;
    height: 139.5px;
    left: 1399.88px;
    top: 1302.05px;
}

.not-red-dots-2 {
	position: absolute;
	width: 675.85px;
	height: 603px;
	left: -35.98px;
	top: 1971.28px;
	
	opacity: 0.7;
}

.red-dots-3 {
    position: absolute;
    width: 252.81px;
    height: 139.5px;
    left: 1326.05px;
    top: 2540.26px;
}

.red-dots-4 {
    position: absolute;
    left: 14.42%;
    top: 331.96%;
}

.red-dots-5 {
    position: absolute;
    left: 14.42%;
    top: 347.99%;
    transform: rotate(-180deg);
}

.not-red-dots-3 {
	position: absolute;
	width: 675.85px;
	height: 603px;
	left: 1307.44px;
	top: 3435.32px;
	
	opacity: 0.7;
}
		
		
.faq-main-header {
    max-width: 702.95px;
    font-style: normal;
    font-weight: 900;
    font-size: 41px;
    line-height: 123%;

    /* or 50px */
    text-align: center;
    margin: 16px auto 100px auto;
}

.questions-all {
    margin-bottom: 68px;
    width: 59%;
    z-index: 2;
}

.question {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 12.29px;
    box-sizing: border-box;
    padding: 25px 10px 10px 25px;
    height: min-content;
}

.service-questions-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.questions-header > h2 {
    margin-bottom: 35px;
    margin-left: 17px;
    margin-top: -33px;
}

.question-top-row {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.question-bottom-row {
    border-top: 1px solid #E7D9D9;
    border-radius: 0 0 10px 10px;
    display: none;
}

.question-answer {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    
    /* or 21px */
    
    color: #282828;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
    padding: 40px
}

.question-number {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: rgba(60, 60, 67, 0.5);
    margin-left: 37px;
}

.question-question {
    margin-left: 25px;
    display: flex;
    align-items: center;
    margin-right: 7px;
}

.question-toggle-button {
    width: 25.3px;
    height: 25.3px;
    border-radius: 100%;
    background-color: #223263;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.question-active {
    background-color: #FF530D;
    transform: rotate(45deg);
}

.question-toggle-button > img {
    align-self: center;
}

.question-top-right {
    margin-left: auto;
    margin-right: 46px;
} 


.judicial-questions-box {
    background-color: #FAFAFA;
    display: flex;
    justify-content: center;
}

.judicial-questions .questions-header {
    margin-top: 53px;
}

.third-block-questions .questions-header {
    margin-top: 53px;
}

.third-block-questions-box {
    display: flex;
    justify-content: center;
}
@media(max-width: 700px){
	.questions-header {
		text-align: center;
	}
}
/*===============================MAIN FAQ PAGE===============================================*/





/*======================================MAIN ADMIN==============================================*/







.main-sotrudniki {
   

    background: linear-gradient(180deg, 
    rgba(255, 255, 255, 0.192) 0%, 
    rgba(255, 255, 255, 0.064) 100%),

    linear-gradient(180deg, 
    rgba(255, 255, 255, 0.192) 0%, 
    rgba(255, 255, 255, 0.064) 100%), 
    linear-gradient(180deg, 
    rgba(255, 255, 255, 0.192) 0%, 
    rgba(255, 255, 255, 0.064) 100%), 
    #FFFFFF;
    display: flex;
    justify-content: center;
}

.sotrudniki-admin {
    /* display: flex;
    justify-content: space-between; */
    width: 85%;
    height: 1836.7px;
    background: #FFFFFF;
    box-shadow: 0px 0px 66px 14px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    margin-top: 42px;

    height: min-content;
    height: -webkit-min-content;
    height: -moz-min-content;
    padding: 0 15px 100px 0;

    box-sizing: border-box;
}

.sotrudniki-last-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 14px !important;
}

.sotrudniki-admin > * {
    margin-top: 45px;
}

.admin-right {
    margin-right: 8.5%;
    width: 100%;
}

.admin-sidebar > ul {
    background: #FFFFFF;
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.05);
    border-radius: 0px 65px 22px 22px;
    width: 304.1px;
    height: min-content;
    height: -webkit-min-content;
    height: -moz-min-content;
    
}

.admin-sidebar > ul :first-child > a {
    border-radius: 0 64px 0 0;
}

.admin-sidebar li {
    list-style: none;
}

.admin-sidebar a {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #2E4059;
    padding: 11.65px 20px;
    padding-left: 29px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.admin-sidebar a:hover {
    color: #1FB2E5;
}
.admin-sidebar a.active_sidebar {
	color: #1FB2E5;
    background: linear-gradient(270deg, rgba(31, 178, 229, 0.168) -1.89%, rgba(31, 178, 229, 0) 100%);
}
.admin-sidebar img {
    margin-right: 24px;
}
.admin-sidebar svg {
    margin-right: 24px;
    margin-left: 10px;
}
.admin-sidebar li.disabled_link a {
	cursor: default;
}
.admin-sidebar li.disabled_link span {
	color: #ccc;
}

.admin-sidebar a.active_sidebar::before {
    width: 4.49px;
    height: 56.51px;
    content: "";
    background: #1FB2E5;
    position: absolute;
    left: 2.5px;
}




.admin-sidebar-mobile {
    width: 100%;
    background-color: #fff;
    height: min-content;
    height: -webkit-min-content;
    height: -moz-min-content;
    display: none;
    margin-bottom: 40px;
}

.admin-sidebar-mobile * {
    text-decoration: none;
    list-style: none;
}


.admin-sidebar-mobile a {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;

    color: #2E4059;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    position: relative;
    height: 50px;
    width: 100%;
    justify-content: flex-start;
    cursor: pointer;
}

.admin-sidebar-mobile a:hover {
	color: #1FB2E5;
}
.admin-sidebar-mobile a.active_sidebar {
	color: #1FB2E5;
    background: linear-gradient(270deg, rgba(31, 178, 229, 0.168) -1.89%, rgba(31, 178, 229, 0) 100%);
}

.admin-sidebar-mobile img {
    margin-right: 27px;

}
.admin-sidebar-mobile svg {
    margin-right: 27px;
    margin-left: 10px;
}
.admin-sidebar-mobile li.disabled_link a {
	cursor: default;
}
.admin-sidebar-mobile li.disabled_link span {
	color: #ccc;
}

.admin-sidebar-mobile a.active_sidebar::before {
    width: 4.49px;
    height: 56.51px;
    content: "";
    background: #1FB2E5;
    position: absolute;
    left: 2.5px;
}

.admin-logo {
    margin-left: 42px;
}
.admin-logo label {
	display: none;
}

.admin-logo > img {
    width: auto;
    height: 45px;
}


.admin-first-row {
    display: flex;
    justify-content: space-between;
    margin-right: 8.5%;
    width: 100%;
    flex-wrap: nowrap;
    margin-left: 190px;
    row-gap: 20px;
}
@media(max-width: 560px){
	.admin-first-row {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.admin-company-id {
		text-align: center !important;
	}
}

.admin-sotrudniki {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    /* margin-left: 20%; */
    color: #2E4059;
}

.admin-sotrudniki-all {
	width: 100%;
}

.nr-sotrudniki {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    /* identical to box height */

    color: #FF4901;
}

.admin-company {
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 38px;

    /* identical to box height */

    text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.05);
    /* text-align: right; */
}

.admin-company-id {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    /* identical to box height */

    text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.05);
}


.admin-center-row {
    margin-bottom: 37px;
    display: flex;
}

.admin-center-row input {
    border-width: 0.5px 0 0.5px 0.5px;
    border-style: solid;
    border-color:#2E4059;
    border-radius: 81px 0 0 81px;
    height: 53px;
    border-color: #2E4059;
    display: flex;
    width: 100%;
    text-indent: 28px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #A7A7A7;
    border-right: none;
}

.admin-center-row input:focus {
    outline: none;
}

.admin-center-row div {
    height: 53px;
}

.admin-center-row a {
    border-style: solid;
    border-color:#2E4059;
    border-width: 0.5px 0.5px 0.5px 0;
    border-radius: 0 81px 81px 0;
    height: 100%;
    border-color: #2E4059;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    box-sizing: border-box;
    position: relative;
    border-left: none;
}

.admin-center-row a:before {
    content: "";
    height: 21.05px;
    width: 0px;
    border: 1px solid #DFDFDF;
    position: absolute;
    right: 70px;
}

.admin-center-row button {
    width: 255px;
    margin-left: 11px;
    background: linear-gradient(0deg, #9ADF3E, #9ADF3E);
    border-radius: 81px;
    border: 2px solid #9ADF3E;
    padding: 0 26px;
    white-space: pre;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
}
.admin-center-row button:hover {
	color: #9ADF3E;
	background: #FFFFFF;
	border: 2px solid #9ADF3E;
}
.admin-center-row button img {
	background: linear-gradient(0deg, #9ADF3E, #9ADF3E);
	border-radius: 25px;
	border: solid thin #9ADF3E;
}
.admin-center-row button:hover img {
	background: linear-gradient(0deg, #9ADF3E, #9ADF3E);
	border-radius: 25px;
	border: solid thin #9ADF3E;
}
.admin-center-row button > * {
    align-items: center;
}

.admin-center-row button > span {
    margin-left: 15px;
}


.admin-table {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(49, 52, 103, 0.05);
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 38px;
    z-index: 5;
    box-sizing: border-box;
}

.admin-table-first-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid rgba(199, 218, 236, 0.27) 2.5px;
}

.first-row-table-left {
    margin-left: 27px;
    display: flex;
}

.first-row-table-left a {
    text-decoration: none;
    color: black;
}

.active-sotrudniki {
	position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 44px;
    width: 71px;
    color: #2E4059;
}


.otkliuceonie-sotrudniki {
	position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 44px;
    width: 98px;
    color: #2E4059;
    margin-left: 33px;
}

.admin-active-link {
	position: absolute;
	width: 100%;
	height: 3px;
	border-bottom: solid medium #FF530D;
	left: 0;
	bottom: -3px;
}

.active-table-sotrudniki {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 44px;

    color: #2E4059;
    position: relative;
}

.active-table-sotrudniki::before {
    content: "";
    position: absolute;
    width: inherit;
    height: 2.34px;
    background-color: #FF530D;
    top: 44px;
}


.admin-table-pagination-stuff {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;

    font-feature-settings: 'tnum' on, 'lnum' on;

    color: #5055A1;
    margin-right: 45px;
}

.sotrudnik > td {
    padding: 28px 1em;
}

.sotrudnik > td:nth-child(2) {
    padding: 12px 1em;
}

.sotrudnik > *:not(:first-child) {
    flex: 1 1 auto;
}

.sotrudnik:nth-child(even) {
    background-color: rgba(199, 218, 236, 0.11);
}



.nr-sotrudnik {
    margin-left: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;

    /* identical to box height */

    color: #A7A7A7;
    margin-right: 30px;
}

.action-btns {
    display: flex;
    justify-content: flex-end;
}

.action-btns > * {
    margin-right: 26.5px;
}

.action-btns a {
	cursor: pointer;
}

.name-sotrudnik {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;

    /* identical to box height */

    color: #2E4059;
}

.id-sotrudnik {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;

    /* identical to box height */
    letter-spacing: 0.1em;

    color: #1FB2E5;
    margin-top: 5px;
}

.position-sotrudnik {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;

    color: #000000;
}

.salary-sotrudnik {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    font-feature-settings: 'tnum' on, 'lnum' on;

    color: #313131;
}

.admin-table-last-row {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;

    font-feature-settings: 'tnum' on, 'lnum' on;

    color: #5055A1;
    display: flex;
    align-items: center;
    
}

.bottom-pagination {
    border-top: solid rgba(199, 218, 236, 0.27) 2.5px;
    width: 100%;
    margin-right: 43px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-pagination a, .admin-table-pagination-stuff a {
    text-decoration: none;
}

.admin-nav-toggle-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 50px;
}

.admin-logo {
    display: flex;
    justify-content: space-between;
}


.burger-btn {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    border: 2px #9ADF3E solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.burger-btn > .burger-line {
    width: 85%;
    background-color: #9ADF3E;
    border-radius: 4px;
}

.burger-btn > :first-child {
    margin-top: 8px;
}


.burger-btn > :last-child {
    margin-bottom: 8px;
}

.search-bar-admin {
    display: flex;
    width: 100%;
    justify-content: center;
}
.search-bar-admin a {
	cursor: pointer;
}

/*======================================MAIN ADMIN==============================================*/



/*========================================MAIN ADMIN USERS============================================*/

.admin-first-row:has(.admin-greating-users) {
    width: 100%;
}

.admin-greating-users {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;

    color: #2E4059;
    margin-bottom: 40px;
    margin-left: auto;
}

.admin-table-earned-until-today > * {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(49, 52, 103, 0.05);
    border-radius: 15px;
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
}

.admin-table-salary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.admin-table-salary-row > * {
    height: 150px;
    width: 48%;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(49, 52, 103, 0.05);
    border-radius: 15px;
}

.admin-table-date-row {
    margin-bottom: 38px;
}

.table-2 {
	padding: 0;
}

.oboroti-po-sciotu {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;

    /* identical to box height */

    color: #2E4059;
}


.admin-table-date-row > .day {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;

    /* identical to box height */

    color: #2E4059;
}

.admin-table-date-row > .date {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;

    color: #2E4059;
} 



.admin-table-date-row > .day {
		margin-right: 0rem;
	}
	.admin-table-date-row > .date {
		font-weight: bold;
    	font-size: 20px;
    	line-height: 23px;
	}



@media(max-width: 700px){
	.admin-table-date-row {
		display: flex;
		justify-content: center;
	}
	.admin-table-date-row > .day {
		margin-right: 0.5rem;
	}
	.admin-table-date-row > .date {
		font-weight: bold;
    	font-size: 20px;
    	line-height: 23px;
	}
	.admin-sidebar-mobile a {
		padding: 10px 20px;
	}
}

.admin-table-earnet-until-today {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.admin-table-earnet-until-today::before {
    content: '';
    border-radius: 50px 0 0 50px;
    width: 5px;
    height: 150px;
    background-color: #9ADF3E;
    position: absolute;
    left: 0;
}

.until-today-first-row {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;

    /* identical to box height, or 24px */

    color: #2E4059;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.until-today-first-row > span {
    margin-left: 26px
}

.until-today-last-row {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    width: 100%;

    color: #2E4059;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.until-today-last-row > span {
    margin-left: 26px;
}
    

.until-today-last-row > button {
    margin-right: 26px;
    cursor: pointer;
}

.until-today-last-row button {
    background: #FFFFFF;
    border: 1px solid #9ADF3E;
    box-sizing: border-box;
    border-radius: 34px;
    width: 162.82px;
    height: 48.71px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;

    /* identical to box height, or 13px */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ADF3E;
}
.until-today-last-row button:hover {
	background: #9ADF3E;
    border: 1px solid #9ADF3E;
    color: #FFFFFF;
}

.till-salary-time-header {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;

    /* identical to box height, or 24px */

    color: #2E4059;
    margin-left: 29px;
}

.till-salary-time-under-header {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;

    color: #939393;
    margin-left: 29px;
}

.till-salary-time-under-header > :last-child {
    margin-top: 10px;
}

.time-until-salary-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
}


.time-until-salary-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.until-salary-right {
    margin-top: -30px;
    margin-right: -31px;
}

.admin-operatii-first-row {
    display: flex;
    justify-content: space-around;
    height: 55px;
    border-bottom: 2.5px solid rgba(199, 218, 236, 0.27);
    border-radius: 0 0 16px 16px;
}


.admin-operatii-first-row :nth-child(1) {
    width: 2em;
}
.operation-number {
    width: 2em;
}

.admin-operatii-first-row :nth-child(2) {
    width: 156px;
    margin-left: -70px;
}
.operation-type {
    width: 156px;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;

    /* identical to box height */

    color: #2E4059;
    margin-left: -70px;
}

.admin-operatii-first-row :nth-child(3) {
    width: 76px;
}
.operation-date {
    width: 76px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
}

.admin-operatii-first-row :nth-child(4) {
    width: 80px;
}
.comission {
	text-align: center;
    width: 80px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    color: #313131;
}

.admin-operatii-first-row :nth-child(5) {
    width: 97px;
    justify-content: center;
}
.total-summ {
	text-align: center;
    width: 97px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.operatii-columns {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 44px;

    /* identical to box height, or 314% */
    display: flex;
    align-items: center;

    color: #2E4059;
    white-space: nowrap;
}

.admin-operatii {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(49, 52, 103, 0.05);
    border-radius: 15px;
    margin: 0 auto;
    width: 100%;
}

.operation {
    display: flex;
    justify-content: space-around;
    height: 73.49px;
    align-items: center;
    position: relative;
}

.operation:nth-child(even) {
    background-color: rgba(199, 218, 236, 0.11);
}

.operation-green {
    background-color: #9ADF3E;
}

.operation-red {
    background-color: #FF4901;
}

.operation-left-line {
    content: "";
    height: 33%;
    width: 3.3px;
    position: absolute;
    left: 0;
}

.operation-number {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;

    /* identical to box height */

    color: #A7A7A7;
}

.sotrudniki-top-row {
    display: flex;
    justify-content: space-between;
    box-sizing: content-box;
}

.sotrudniki-top-row {
    display: flex;
    justify-content: space-between;
    box-sizing: content-box;
}

.admin-left {
    margin-right: 6.6%;
}



#sidebar-btn {
    display: none;
    width: 20px;
    padding: 8px;
    height: 25px;
    cursor: pointer;
    background: #ffae00;
    border-radius: 0 25% 25% 0;
    z-index: 20;

}

.sb-btn-box {
    width: 20px;
}

#sidebar-btn span {
    vertical-align: middle;
    background-color: #fff;
    display: block;
    margin: 3px 0;
    height: 3px;
}

#sidebar-btn span:nth-child(2) {
    width: 75%;
}

#sidebar-btn span:nth-child(3) {
    width: 50%;
}

/* .admin-right {
    width: 100%;
    margin: 0;
} */


.admin-table-time-until-salary {
	position: relative;
    display: flex;
    justify-content: space-between;
}
.admin-table-time-until-salary::before {
    content: '';
    border-radius: 50px 0 0 50px;
    width: 5px;
    height: 150px;
    background-color: #1FB2E5;
    position: absolute;
    left: 0;
}


/*----------------------------------Donut chart-----------------------------------------*/

.svg-item {
    height: 100%;
    font-size: 16px;
    /* animation: donutfade 1s; */
}

.svg-item > svg {
    display: flex;
    justify-content: flex-end;
}

@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

/* @media (min-width: 992px) {
    .svg-item {
        width: 100%;
    }
} */

.donut-ring {
    stroke: #EBEBEB;
}

.donut-segment {
    transform-origin: center;
    stroke: #1FB2E5;
    animation: donut 3s;
}


@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes donut {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: attr(stroke-dasharray);
    }
}

.donut-text {
    animation: donutfadelong 1s;
}

.donut-percent {
    font-size: 0.7em;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
    fill: #1FB2E5 !important;
    text-align: center;
}

.donut-data {
    font-size: 0.25em;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color: #1FB2E5;
    /* fill: #666; */
    animation: donutfadelong 1s;
    fill: #1FB2E5 !important;
}


/*-----------------------------------Donut chart----------------------------------------*/


/*------------------------------------Modal window-------------------------------------*/

.modal-admin-users {
    overflow: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(27, 27, 27, 0.2);
    z-index: 20;
    display: none;
}

.modal-content {
    position: relative;
    position: absolute;
    width: 625px;
    height: min-content;
    padding-bottom: 20px;
    left: 50%;
    top: 400px;

    transform: translate(-50%, -50%);

    background: #FFFFFF;
    box-shadow: 0px 0px 66px 14px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
}

.modal-first-row {
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 31px;

    color: #2E4059;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12%;
    margin-top: 74px;
    padding-bottom: 17px;
    border-bottom: 1px solid #F0F0F0;
}

.modal-first-row .first-line {
	display: flex;
}
.modal-first-row .first-line span {
	width: 220px;
}
@media(max-width: 700px){
	.modal-first-row .first-line {
		justify-content: space-between;
	}
	.modal-first-row .first-line span {
		width: 150px;
	}	
}

.choise-summ-header {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;

    color: #2E4059;
    margin-left: 12%;

}

.modal-choise-summ-row {
    margin-top: 21px;
}

.modal-summ-btn {
    width: 105px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    background: #FFFFFF;
    border: 0.5px solid #C1C1C1;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.modal-summ-btn:hover {    
    background: #FFFFFF;
    border: 0.5px solid #9ADF3E;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;

    color: #9ADF3E;
}

.modal-btn-active {
    background: #9ADF3E;
    border: 0.5px solid #9ADF3E;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;

    color: #FFFFFF;
   
}

.choise-summ-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 12%;
    margin-top: 18px;
}

.modal-input-row {
    padding: 0 12%;
    margin-top: 31.5px;
    padding-bottom: 29px;
    border-bottom: 1px solid #F0F0F0;
}

.modal-input-header {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;

    /* identical to box height */

    color: #2E4059;
}

.modal-input-input input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 0.5px solid #C1C1C1;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;

    color: #8C8C8C;
    margin-top: 15px;
    text-indent: 23px;
    outline: none;
}

.modal-money-gain {
    margin-top: 35px;
}

.modal-money-left {
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;

    color: #2E4059;
}

.modal-money-right {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;

    /* identical to box height */

    color: #2E4059;
}

.modal-money-first-row, .modal-money-second-row {
    display: flex;
    justify-content: space-between;
    padding: 0 12%;
}
.modal-money-second-row .modal-money-left,
.modal-money-first-row .modal-money-left {
	display: flex;
	align-items: flex-end;
}
.modal-money-second-row .modal-money-right,
.modal-money-first-row .modal-money-right {
	line-height: 20px;
}

.modal-money-second-row {
    margin-top: 10px;
}
.modal-money-second-row p {
	text-align: center;
}

.modal-btn {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.modal-btn > button {
    width: 234.43px;
    height: 48.71px;
    background: #FFFFFF;
    border: 1px solid #9ADF3E;
    box-sizing: border-box;
    border-radius: 34px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;

    color: #9ADF3E;
    cursor: pointer;
}
.modal-btn > button:hover {
	background: #9ADF3E;
    border: 1px solid #9ADF3E;
    color: #FFFFFF;
}
.modal-btn > button:disabled,
.modal-btn > button:disabled:hover {
	cursor: default;
	background: #FFFFFF;
    border: 1px solid #709b38;
    color: #709b38;
}

.bottom-max-summ-info {
    font-size: 15px;
    line-height: 17px;
    color: #2E4059;
    margin-left: 12%;
    margin-top: 27px;
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
}
.modal-close svg {
	margin-right: 10px;
}

/*------------------------------------Modal window-------------------------------------*/

/*========================================MAIN ADMIN USERS============================================*/




/*==========================================How does it work page======================================*/


.service-work {
    background-color: #fafafa;
    margin-top: -55px;
}

.service-work__text {
   	max-width: 500px;
}

.service-work__container {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}

.service-work__left {
    display: flex;
}

.service-work__left-box {
    max-width: 510px;
    align-self: center;
    margin-top: -80px;
    margin-left: -23px;
}

.service-work__right > img {
    height: 463px;
    width: auto;
}
.service-work__right > video {
    height: 463px;
    max-width: 765px;
    width: auto;
}

.partner__left {
    display: flex;
    margin-top: 14px;
    margin-left: 8px;
}

.partner__header {
		
}
@media(max-width:700px){
	.partner__text,
	.partner__header {
		text-align: center;
	}
}
.partner__left-box {
    max-width: 620px;
    align-self: center;
}

.partner__container {
    display: flex;
    justify-content: space-between;
  	padding: 100px 0;
}

.partner__right-info-img {
    margin-left: 43px;
    margin-top: 5px;
}

.partner__right-box {
    align-self: center;
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 142%;
    /* or 28px */
    color: #404040;

    box-sizing: content-box;
    padding: 57px 99px 57px 90px;
        
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(13px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 10px;
    max-width: 540px;
}

/* 
.partner__right-text {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 142%;


    color: #404040;
} */

@media(max-width: 1152px){
	.partner__right-text {
		text-align: center;
	}
}

.partner__right {
    position: relative;
    display: flex;
}

.partner__bg-img {
    position: absolute;
    top: -40;
    left: 40;
    z-index: -1;
}

.partner__right-info-img > img {
    margin-left: 10px;
}

.partner__text {
    margin-top: 27px;
}



.plugin__container {
    padding-top: 43px;
    padding-bottom: 43px;
    padding-left: 43px;
    padding-right: 25px;
    background: rgba(255, 251, 241, 0.68);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.plugin__right {
	margin-right: 29px;
}

.plugin__right-box {
    max-width: 606px;
}

.plugin__right-text {
    margin-top: 23px;
}
@media(max-width: 600px){
	.plugin__right-text {
		text-align: center;
	}
}

.plugin__left {
    display: flex;
    align-items: center;
    position: relative;
}

.without-plugin {
    box-sizing: content-box;
    max-width: 585px;
    height: 183px;
    padding: 5px 75px 5px 5px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(13px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.without-plugin__btn {
	margin-bottom: 14px;
}

.without-plugin__header {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 142%;
    /* or 28px */


    color: #404040;
}

@media(max-width: 550px){
	.without-plugin__header {
		text-align: center;
	}
}


.without-plugin__btn > button {
    
    background: #9ADF3E;
    border: 1px solid #9ADF3E;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 12px 23px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
    cursor: pointer;
}
.without-plugin__btn > button:hover {
	background: #FFF;
	color: #9ADF3E;
}
.without-plugin__right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 15.57px;
    margin-bottom: 24px;
}

.plugin__left-bg-img {
    position: absolute;
    right: -82px;
    top: 90px;
}

.cabinet__bg-img {
    position: absolute;
    top: -80;
    right: -170;
    z-index: -1;
}

.cabinet__container {
    padding: 150px 0;
    display: flex;
    justify-content: space-between;
}

.cabinet__left {
    max-width: 650px;
}

.cabinet__right {
    position: relative;
}


.calendar__container {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
    height: min-content;
}

.calendar__container {
    background: linear-gradient(180deg, #F1F7FF 0%, #EDF2F9 100%);
    border-radius: 5px;
}

.calendar__right-second-row {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 142%;
    color: #404040;

    width: 90%;
}

.calendar__right-box {
    max-width: 530px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(13px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 10px;
    padding: 42px 107px 37px 67px;
    transform: translateX(-67px);
}

.calendar__box-header {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 142%;
    /* or 28px */


    color: #404040;
}

.calendar__left > img {
    margin-left: -70px;
}

.calendar__right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 27px;
    padding-top: 55px;
    z-index: 2;
}
.calendar__left {
	z-index: 1;
}

.steps__container {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 95px;
}

.steps__first-row {
	font-size: 36px;
}

.steps__second-row {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 159.99%;
    color: #000000;
}
@media(max-width: 700px){
	.steps__first-row,
	.steps__second-row {
		text-align: center;
	}
}
.steps-box {
    display: flex;
    justify-content: space-between;
    max-width: 435px;
}

.steps-box__step {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 159.99%;
    /* or 29px */


    color: #000000;
    max-width: 350px;
}

.steps-box__step:last-child {
    max-width: 350px;
    padding: 13px 42px 13px 106px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(7, 19, 48, 0.08);
    border-radius: 49.9412px;
    margin-left: -106px;
    margin-top: -6px;
}

.steps-box__right {
    margin-left: 25px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}

.steps-box__left {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 20px 0;
}

.steps__right {
    max-width: 627px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
}
/*==========================================How does it work page======================================*/
.modal_window__little_block,
.modal_window__little_block_second {
	
}
.modal_window__little {
	font-family: Rubik !important;
    font-style: normal !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: #404040 !important;
	position: fixed;
	bottom: 35%;
	width: 15rem !important;
	height: auto;
	background-color: #FFF;
	border-radius: 0.7rem;
	box-shadow: 0 0 13px 3px #aaa;
	padding: 50px 40px;
	display: none;
	z-index: 2999;
}

.modal_window__little_second {
	font-family: Rubik !important;
    font-style: normal !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: #404040 !important;
	position: fixed;
	bottom: 35%;
	left: 15px;
	width: 15rem !important;
	height: auto;
	background-color: #FFF;
	border-radius: 0.7rem;
	box-shadow: 0 0 13px 3px #aaa;
	padding: 50px 40px;
	display: none;
	z-index: 2999;
}
@media(max-width: 750px){
	.modal_window__little_second {
		left: auto;
		right: 15px;
	}
	.modal_window__little {
		left: auto;
		right: 20px;
	}
}
@media(max-height: 750px){
	.modal_window__little_second {
		bottom: 15%;
	}
	.modal_window__little {
		bottom: 15%;
	}
}
@media(max-height: 560px){
	.modal_window__little_second {
		bottom: 7%;
	}
	.modal_window__little {
		bottom: 7%;
	}
}
.modal_window__little:hover,
.modal_window__little_second:hover {
	/* display: block; */
}
.modal_window__little_block:hover .modal_window__little,
.modal_window__little_block_second:hover .modal_window__little_second {
	/* display: block; */
}

@media(max-width:560px){
	.modal_window__little,
	.modal_window__little_second {
		width: 14rem !important;
	}
}

/*-----------------Footer---------------*/

.footer {
	position: relative;
    display: flex;
    justify-content: space-around;
    height: 170px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 0.2);
    align-items: center;
}

.footer * {
    list-style: none;
    text-decoration: none;
}

.footer > * {
    align-items: center;
}

.footer-logo {
    display: flex;
    justify-content: flex-end;
    width: 300px;
}

.footer-menu {
    display: flex;
    justify-content: flex-start;
}

.footer-menu > ul {
    display: flex;
    gap: 25px;

}

.footer-menu > ul > li > a{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #AEAEAE;
}
@media(max-width: 575px){
	.footer-menu > ul > li > a{
		justify-content: center;
	}
}

.footer-menu > ul > li > a:hover {
    color: #9ADF3E;
}

.footer-contacts {
    display: flex;
    gap: 25px;
    justify-content: flex-start;
    width: 400px;
}

.footer-contacts img {
    height: 15px;
}

.footer-left {
    display: flex;
    column-gap: 70px;
}

.footer-right :first-child {
    display: inline;
    margin-top: -10px;
}

.footer-right {
    display: flex;
    column-gap: 25px;
    justify-content: flex-start;
}

.footer-social {
    width: 50px;
    height: 18px;
    white-space: nowrap;
    margin-right: 40px;
}

.footer-social > :nth-child(2) {
    margin-left: 15px;
}

.footer-center {
	display: flex;
}
.copyright {
	bottom: 0;
	left: 25px;
	position: absolute;
	font-size: 11px;
	font-weight: 300;
	line-height: 12px;
	color: #CCC;
}
.copyright a {
	color: #B7B7B7;
	text-decoration: none;
}

/*---------------Footer-----------------*/


/*---------------------------------Responsive------------------------------------*/



.not_mobile_plugin {
   	display: block;
}
.mobile_plugin {
   	display: none !important;
}   
   
@media(max-width: 1152px){
	.partner__header,
   	.plugin__right-header {
   		text-align: center;
   	}
    	
   	.not_mobile_plugin {
   		display: none !important;
   	}
    .mobile_plugin {
   		display: block !important;
    }	
}




@media (max-width: 1760px) {
	.nav-logo {
		margin-right: 2%;
	}
}
@media (max-width: 1500px) {
	 .nav-right-btns {
        display: none;
    }
    .nav-top-row {
        display: flex;
    }

    .nav-bottom-row {
        justify-content: space-between;
    }

    .nav {
        display: block;
    }


        
    .nav-logo {
        margin-left: 5%;
    }

    .nav-menu {
    	margin-right: calc(5% - 71px);
	}
    
    .nav-bottom-row {
    	padding: 0;
    }
    
    .profit-content {
    	justify-content: space-between;
    }
    
}

@media (max-width: 1620px) {
	.salary-img {
	    margin-top: 58px;
	    margin-right: 100px;
	    position: relative;
	}
	
	.feedback {
		display: block;
	}
	
	.feedback-form {
		margin: auto;
		margin-top: 100px;
	}
	
	#right-arrow-slider {
	    right: 20px;
	}
	
	#left-arrow-slider {
	    left: -40px;
	}
	
	.salary-left-box {
	    margin-left: 40px;
	}
	
	.operation-type, .admin-operatii-first-row :nth-child(2) {
		margin-left: 0;
	}
	.salary-left-header {
	    padding-right: 0px;
	}
}

@media (max-width: 1659px) {
	.work-right img {
		margin-right: 30px;
	}
	.work-right video {
		margin-right: 30px;
		border-radius: 15px;
	}
	
	.profit-header {
		margin-left: 0;
	}
	.salary-left-header {
	    padding-right: 45px;
	}
}

@media (max-width: 1615px) {
    .line-img {
        display: none;
    }
    
    .work-text-bounds {
    	margin-left: 30px;
    }
    
    .how-does-it-work {
    	justify-content: space-between;
    }
}

@media screen and (max-width: 1600px) {
   

    /*----------------footer----------------*/
    .footer > div.blank-space {
        position: absolute;
        visibility: hidden;
        display: none;
    }

    .footer {
        display: flex;
        justify-content: space-around;
    }

    .footer-menu li {
        margin-top: 10px;
    }

    .footer-menu > ul {
        display: block;
        margin: auto;
        text-align: center;
    }

    .footer-menu > ul > li {
        align-self: center;
    }   

    .footer-contacts {
        display: block;
    }

    .footer-contacts a {
        display: block 
    }

    .footer-right {
        display: flex;
    }

    .copyright {
        width: 200px;
    }

    .footer-contacts, .footer-menu {
        width: auto;
    }

    .footer-left {
        display: block;
    }

    .footer-logo > a {
        margin: auto;
        margin-left: 40px;
    }

    .container {
        width: 1100px;
    }

    
    h1 {
        font-family: Arial;
        font-style: normal;
        font-weight: 900;
        font-size: calc(32px + (41 - 32) * ((100vw - 1100px) / (1500 - 1100)));
        line-height: 125%;

        color: #000000;
    }


    h2 {
        font-family: Rubik;
        font-style: normal;
        font-weight: bold;
        font-size: calc(20px + (36 - 20) * ((100vw - 1100px) / (1500 - 1100)));
        line-height: 30px;

        color: #000000;
    }

        
    h3 {
        font-family: Arial;
        font-style: normal;
        font-weight: bold;
        font-size: calc(15px + (19 - 15) * ((100vw - 1100px) / (1500 - 1100)));
        line-height: 120%;
        /* identical to box height, or 23px */

        color: #000000;
    }

    .h4 {
        font-family: Rubik;
        font-style: normal;
        font-weight: bold;
        font-size: calc(15px + (20 - 15) * ((100vw - 1100px) / (1500 - 1100)));
        line-height: 43px;

        color: #000000;
    }
    
    h5 {
	 	font-family: Arial;
		font-style: normal;
		font-weight: 900;
		font-size: calc(20px + (36 - 28) * ((100vw - 210px) / (1500 - 320)));
		line-height: 125%;
		
		color: #000000;
    }

    .main > * {
        padding-left: 10px;
        padding-right: 10px;
    }

        
    .question-number {
        font-size: calc(15px + (19 - 15) * ((100vw - 1100px) / (1500 - 1100)));
        margin-left: 20px;
    }

        
    .question-top-right {
        margin-left: auto;
        margin-right: 25px;
    } 

        
    .question-question {
        margin-left: calc(12px + (25 - 12) * ((100vw - 1100px) / (1500 - 1100)));
        display: flex;
        align-items: center;
    }

    .question-answer {
        padding: calc(23px + (40 - 23) * ((100vw - 1100px) / (1500 - 1100)));
    }

    .service-work__right > img {
        width: 100%;
        height: auto;
    }
    .service-work__right > video {
        width: 100%;
        max-width: 575px;
        height: auto;
        border-radius: 15px;
    }

    .partner__right-box {
        padding: calc(30px + (57 - 30) * ((100vw - 1100px) / (1500 - 1100))) 0;
        padding-left: calc(40px + (70 - 40) * ((100vw - 1100px) / (1500 - 1100)));
    }

        
    .partner__right-box {
        max-width: 470px;
    }

        
    .partner__left-box {
        max-width: 500px;
        align-self: center;
    }

        
    .plugin__right-box {
        max-width: 470px;
    }
    
        
    .without-plugin {
        max-width: 420px;
    }
        
    html, body {
        font-family: Arial;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 159.99%;
        /* or 29px */


        color: #282828;
    }

    .cabinet__left {
        max-width: 500px;
    }

    .calendar__left > img {
        width: 600px;
        height: auto;
    }

    .calendar__right {
        max-width: 550px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-right: 20px;
    }

    .calendar__container {
        padding: 30px 0;
    }

    .calendar__right-box {
        max-width: 420px;
    }

    .steps__container {
        row-gap: 150px;
        display: flex;
        justify-content: space-between;
        padding-right: 0;
        padding-left: 0;
    }

    .steps__container > * {
        margin: auto;
    }

    .partner__bg-img {
        top: -100px;
    }

    .steps__right {
        max-width: 450px;
    }

    .want-daily-right-box {
        margin-top: 98px;
        margin-bottom: 160px;
    }

    .feedback {
        display: block;
    }

    .feedback-left {
        margin-left: 0;
    }

        
    #left-arrow-slider {
        left: -40px;
    }


    #right-arrow-slider {
        right: -40px;
    } 

    .feedback-left {
        margin: 0 40px;
    }
    
    .service-work__left {
    	margin-right: 80px;
    }
    
    .until-salary-left-text {
	    max-width: 400px;
	}
	
	.how-much-earned > * {
		margin: auto;
	}
	
	.salary-daily-box > img {
		display: none;
	}
	
	.expensive-credits {
    	margin-left: 90px;
   	}
   	
   	.works-content > * {
   		margin: 0;
   	}
   	
   	.want-salary-daily > * {
   		margin: auto;
   	}
    
    .want-salary-daily {
        flex-direction: column-reverse;
        margin-top: 75px;
    }
   	
   	.feedback-form {
	    margin: auto;
	    margin-top: 70px;
	}
	
	.footer-center {
		display: block;
	}
	
	.footer-right :first-child {
	    display: inline;
	    margin-top: 0px;
	}
	
	.profit-content {
    	display: flex;
    	flex-direction: column-reverse;
    }
    
    .profit-content .profit-left-content {
    	margin-bottom: 0;
    	margin-top: 60px;
    }
    
    .profit-content > * {
    	margin-left: auto;
    	margin-right: auto;
    }
    
    .decor-points4 {
    	left: 696px;
    }
}

@media (min-width: 1280px) and (max-width: 1600px) {
	.iphone-message-2  {
		width: auto;
	}
	
	.sal-msg-right-1, .sal-msg-right-2 {
		right: calc(100% - 700px);
	}
	
	.sal-msg-left-3, .sal-msg-left-2, .sal-msg-left-1 {
		width: auto;
	}
	
	.profit-proves-all {
		margin: auto;
	}
}

@media (max-width: 900px){
	.work-text-bounds {
    	margin-top: 0px;
    }
    .how-much-earned {
    	margin-top: 60px;
    }
}

@media screen and (max-width: 776px) {
        
    .form-block {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .left-content video {
	    width: 90% !important;
	}
	.cabinet__left {
		text-align: center;
	}
}



@media screen and (max-width: 1610px) {
    .works-content {
        display: block;
        text-align: center;
    }

    .line-img {
        image-orientation: 180deg;
    }

        
    .salary-daily-box > * {
        margin: 0 auto;
    }
}


@media (max-width: 1550px) {
	.main-header {
		width: auto;
		display: block;
	}
	.left-content {
		width: 100%;
	}
	.form-block {
		width: 100%;
	}
	
	.main-header > * > *, .main-header > * {
		margin: 0 auto;
	}
	
	.left-content > div > *, .left-header-text > h1, .left-header-img > img {
		margin-left: auto;
	}
	
	.need-content {
		display: block;
	}
	
	.need-content.need-2 {
		display: flex;
	}
	
	.need-content > * {
		margin-left: auto;
		margin-right: auto;
	}
	
	.need-img > img {
		margin-left: 0;
	}
	
	.need-reasons-all-first, .need-reasons-all-second {
		padding-top: 1px;
	}
	
	.need-reasons-all-second {
		padding-bottom: 1px;
	}
	
	.need-img-right > img {
		margin: auto;
	}
	
	.how-does-it-work {
		display: block;
		margin-top: 30px;
	}
	
	.how-does-it-work > * > *, .work-right > * {
		margin-left: auto;
		margin-right: auto;
	}
	
	.work-right img {
		margin: 0;
	}
	.work-right video {
		margin: 0;
		border-radius: 15px;
	}
	
	
	.feedback {
		margin-top: 100px;
	}
	
}


@media (max-width: 380px) {
    .steps-box__left {
        padding-bottom: 30px !important;
    }
}

@media /*screen and (min-width: 600px) and*/ (max-width: 987px) {
        
    .nav-logo {
        margin-left: 5%;
    }

    .footer {
        height: 200px;
    }
    .decor-points3 {
        display: none;
    }

}

@media (max-width: 650px) {
    .calculator {
        width: 100%;
        box-sizing: border-box;
    }

    .earned-left {
        width: 100%;
    }

    .works-content img {
        width: 100%;
        height: auto;
    }
    
    #right-arrow-slider {
    	right: -70px;
	}
	
	#left-arrow-slider {
	    left: -70px;
	}
	
	.feedback-msg {
		margin-right: 0 !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 600px) {

    .nav .blank-space {
        display: none;
    }

    .nav-right-btns {
        display: none;
    }
    .nav-top-row {
        display: flex;
    }

    .nav-bottom-row {
        justify-content: space-between;
    }

    .nav {
        display: block;
    }

    .nav > .nav-bottom-row .blank-space {
        display: none;
    }
        
    .nav-logo {
        margin-left: 5%;
    }

    .nav-menu {
        margin-right: 2%;
    }

    .burger-menu {
        display: flex;
        margin-right: 5%;
    }

    .nav-menu {
        display: none;
    }

    
    .nav-bottom-row {
        justify-content: space-between;
    }
        
    .nav-logo {
        margin-left: 5%;
    }



    .footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 300px;
    }


    .footer > * {
        text-align: center;
        display: flex;
        flex-direction: column;
    	align-items: center;
    }

    .footer-right :first-child {
        display: flex;
        white-space: nowrap;
    }

    .footer-right :first-child {
        margin: 0;
    }


    .footer-left {
        margin-top: 25px;
    }

    .footer-right {
        margin-bottom: 25px;
    }

    .footer-social svg {
        height: 18px;
        width: auto;
    }

    .footer > div.blank-space {
        position: absolute;
        visibility: hidden;
        display: none;
    }


    .footer-menu li {
        margin-top: 10px;
        align-self: center;
    }

    .footer-menu > ul {
	    display: block;
	    margin: auto;
	    margin-left: 56px;
	    text-align: center;
	}


    .footer-contacts {
        display: block;
    }

    .footer-contacts a {
        display: block 
    }

    .footer-right {
	    display: flex;
	    margin-top: 16px;
	}

    .copyright {
        /* width: 200px; */
       width: 92%;
    }

    .footer-contacts, .footer-menu {
        width: auto;
    }

    .footer-left {
        display: block;
    }

    .footer-logo > a {
        margin: auto;
    }

    .footer-contacts > * {
        margin-top: 10px;
    }

    .decor-points1, .decor-points2, .decor-points3, .decor-points4 {
        display: none;
    }

    .footer-logo > a {
        margin-left: 70px;
    }
}

/*-----------------------------------Responsive--------------------------------------*/

/*-----------------------Responsive admin-----------------*/

@media (max-width: 1450px) {
    .sotrudniki-admin {
        width: 95%;
    }
}

@media screen and (max-width: 1279px) {
    .admin-sidebar {
        z-index: 10;
        position: absolute;
        
    }

    .admin-right {
        margin: 0;
    }

    .admin-table {
        width: 100%;
    }

    .questions-all {
        width: 80%;
    }

    .admin-first-row {
        margin-right: 0;
    }

     
    h1 {
        font-family: Arial;
        font-style: normal;
        font-weight: 900;
        font-size: calc(25px + (41 - 25) * ((100vw - 320px) / (1280 - 320)));
        line-height: 125%;

        color: #000000;
    }


    h2 {
        font-family: Rubik;
        font-style: normal;
        font-weight: bold;
        font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1280 - 320)));
        line-height: 30px;

        color: #000000;
    }

        
    h3 {
        font-family: Arial;
        font-style: normal;
        font-weight: bold;
        font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (1280 - 320)));
        line-height: 120%;

        color: #000000;
    }
    
    h6 {
        font-family: Arial;
        font-style: normal;
        font-weight: 900;
        font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1280 - 320)));
        line-height: 120%;

        color: #000000;
    }

    .main {
        padding: 0 10px;
    }

        
    .question-number {
        font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (1280 - 320)));
        margin-left: 20px;
    }

        
    .question-top-right {
        margin-left: auto;
        margin-right: 25px;
    } 

        
    .question-question {
        margin-left: calc(12px + (25 - 12) * ((100vw - 320px) / (1280 - 320)));
        display: flex;
        align-items: center;
    }

    .question-answer {
        padding: calc(23px + (40 - 23) * ((100vw - 320px) / (1280 - 320)));;
    }
    
    .salary-once-a-month {
    	display: block;
    }
    
    .salary-img {
    	margin: 0;
    }
    
    .until-salary {
    	display: block;
    }
    
    .until-salary-left-box {
    	margin: auto;
    	margin-bottom: 100px;
    }
    
    .expensive-credits {
    	margin: auto;
    }
    .chat-contacts-friends {
		max-width: 300px;
	}
	
	.profit-proves-all {
		margin-right: 0;
		margin-left: 0;
	}
}







@media (max-width: 1152px) {
    .main-work > div > div {
        display: flex;
        flex-direction: column;
        row-gap: 75px;
        align-items: center;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    .plugin__right {
        margin: 0;
    }

    .container {
        width: 100%;
    }

    .calendar__right-box {
        transform: none;
    }

    .calendar__right-first-row, .calendar__right-second-row {
        margin-left: 67px;
    }

    .calendar__left > img {
        margin: 0;
    }

    .steps__container {
        padding: 75px;
    }

    .steps__right {
        align-items: center;
        max-width: 500px;
        row-gap: 30px;
    }

    .sotrudniki-top-row {
        display: block;
        margin-top: 50px;
    }

    .admin-first-row {
        width: auto;
    }

    .admin-first-row {
        margin-top: 30px;  
    }

    .burger-menu {
        display: flex;
        margin-right: 5%;
    }


    .nav .blank-space {
        display: none;
    }

    .nav-menu {
        display: none;
    }

    .nav > .nav-bottom-row .blank-space {
        display: block;
    }

    
    .nav-bottom-row {
        justify-content: space-between;
    }
    
     .service-work {
    	margin-top: 100px;
    }
    
    .service-work__left {
    	margin-right: 0;
    }
    
    .service-work__left-box {
    	margin-left: -77px;
    	margin-top: 0;
    }
    
    .until-salary-right-row-1 {
    	display: block;
    }
    
    .borrow-friends {
    	margin: auto;
    	margin-bottom: 70px;
    }
    
    .delay-dreams {
    	display: flex;
    	width: min-content;
	    margin: auto;
    }
    
    .until-salary-right {
	    width: 100%;
	    margin-top: -30px;
	    margin-right: -103px;
	}
	
	.calendar-box > * {
		margin: 0;
	}
	
	#fb-msg-1 {
		margin-left: 0;
		margin-top: 0;
	}
	
	.feedback-msg {
		width: 495px !important;
	}
	
	.admin-first-row {
		margin-left: 42px;
	}
}

@media (max-width: 1000px) {

    .msg-2 {
        left: calc(120px + (410 - 120) * ((100vw - 320px) / (1000 - 320)));
        top: calc(60px + (110 - 40) * ((100vw - 320px) / (1000 - 320)));
    }

    .msg-1 {
        left: calc(15px + (50 - 15) * ((100vw - 320px) / (1000 - 320)));
        top: calc(122px + (275 - 102) * ((100vw - 320px) / (1000 - 320)));
    }

    .msg-3 {
        left: calc(110px + (400 - 90) * ((100vw - 320px) / (1000 - 320)));
        top: calc(180px + (410 - 140) * ((100vw - 320px) / (1000 - 320)));
    }

    .iphone-message {
        width: calc(180px + (400 - 180) * ((100vw - 320px) / (1000 - 320))); 
        height: min-content;
    }

    .msg-auth, .message-author-2 {
        font-size: calc(9px + (16 - 9) * ((100vw - 320px) / (1000 - 320)));
    }

    
    .msg-date {
        font-size: calc(9px + (13 - 9) * ((100vw - 320px) / (1000 - 320)));
    }

    
    .msg-text, .message-text-2 {
        font-size: calc(8px + (15 - 8) * ((100vw - 320px) / (1000 - 320)));
    }

    .iphone-message > div {
        padding: calc(10px + (20 - 10) * ((100vw - 320px) / (1000 - 320)));
    }

    .msg-auth > img, .message-author-2 > img {
        width: calc(10px + (13 - 10) * ((100vw - 320px) / (1000 - 320)));
    }

    .iphone-message-2 {
        width: auto;
    }
    
    .partner__right-box {
	    padding: 30px 0;
	    padding-left: 40px;
	}
	
	.salary-left-box {
	    max-width: 360px;
	    margin-top: 90px;
	    margin-left: 0;
	}
	
	.salary-left-header > h5 {
		/* font-size: 20px; */
		font-size: 34px;
	}
	
	.sal-msg-right-1 {
	    bottom: calc(100% - 210px);
	    right: calc(100% - 670px);
	    border-radius: 12px 12px 12px 0;
	}
	
	.sal-msg-right-2 {
	    bottom: calc(100% - 410px);
	    right: calc(100% - 670px);
	    border-radius: 12px 12px 12px 0;
	}
	.want-salary-daily {
		margin-top: 75px;
	}
}


@media (max-width: 740px) {
    .sal-msg-left-1 {
        top: calc(15px + (115 - 15) * ((100vw - 320px) / (740 - 320)));
        right: calc(180px + (410 - 147) * ((100vw - 320px) / (740 - 320)));
    }
    
    .sal-msg-left-2 {
        top: calc(95px + (260 - 95) * ((100vw - 320px) / (740 - 320)));
        right: calc(180px + (410 - 147) * ((100vw - 320px) / (740 - 320)));
    }
    
    .sal-msg-left-3 {
        top: calc(180px + (415 - 180) * ((100vw - 320px) / (740 - 320)));
        right: calc(180px + (410 - 147) * ((100vw - 320px) / (740 - 320)));
    }


    .sal-msg-right-1 {
        top: calc(45px + (210 - 45) * ((100vw - 320px) / (740 - 320)));
        left: calc(150px + (338 - 150) * ((100vw - 320px) / (740 - 320)));
        width: calc(140px + (350 - 145) * ((100vw - 320px) / (740 - 320)));
    }

    .sal-msg-right-2 {
        top: calc(140px + (367 - 140) * ((100vw - 320px) / (740 - 320)));
        left: calc(150px + (338 - 150) * ((100vw - 320px) / (740 - 320)));
        width: calc(140px + (350 - 145) * ((100vw - 320px) / (740 - 320)));
    }
}

@media screen and (max-width: 800px) {
    
    .admin-table-salary-row {
        display: block;
    }

    .admin-table-salary-row > * {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }

    .sotrudniki-top-row {
        display: block;
    }

    .admin-greating-users {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        /* margin-left: 42px; */ 
    }

    .until-salary {
        margin-top: 50px;
    }
    
    .fs-33 {
    	font-size: 25px;
    }
    
    .red-text-header {
	    margin: auto;
	}
	
	.left-content > * {
		width: 100%;
	}
	
	.left-header-img > img {
	    /* width: 100%;
	    height: auto; */
	}
	
	.left-content > * {
		width: 100%;
	}
	
	.fs-46 {
		font-size: 34px;
	}
	
	.need-header {
		margin-left: 0;
    	margin-right: 0;
	}
	
	.need-img > img {
		width: 100%;
		height: auto;
	}
	
	.need-img {
	    width: 100%;
	}
	
	.need-reasons-all-first {
		padding-top: 1px;
		width: 100%;
	}
	
	.profit-left-content {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
    .sotrudniki-last-row {
        display: block;
    }
    .sotrudniki-top-row {
        display: block;
        margin-top: 25px;
    }
    .admin-first-row {
    	margin-top: 20px;
	}
    .admin-logo label {
		display: block;
	}
	
	.admin-greating-users {
		margin-top: 0;
		margin-bottom: -5px;
	}
	
	.not_mobile_greating {
		display: none;
	}

        
    #sidebar-btn {
        width: 20px;
        padding: 8px;
        height: 25px;
        cursor: pointer;
        background: #ffae00;
        border-radius: 25% 0 0 25%;
        z-index: 20;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .admin-left {
        display: flex;
        justify-content: flex-end;
    }

    .admin-table.table-2 {
        zoom: 80%;
        width: 100%;
    }

    @-moz-document url-prefix() {
        .admin-table {
            width: 115%;
            transform: scale(0.8);
            margin-left: -10%;
        }

        .admin-table-salary-row {
            transform: scale(0.9);
            width: 110% !important;
            margin-left: -55px;
        }

        .admin-operatii-first-row {
            padding: 0 5px;
        }

        .operatii-columns:nth-child(4) {
            margin-right: 10px;
        }

        .operatii-columns:nth-child(5) {
            white-space: pre-wrap;
            line-height: 1em;
        }

        .admin-right {
            margin-top: -140px;
        }
    }
    .operatii-columns {
    	justify-content: center;
    }

    .oboroti-po-sciotu {
        zoom: 80%;
        text-align: center;
    }

    .operations-all, .admin-operatii-first-row {
        zoom: 80%;
    }    

    .admin-sidebar-mobile {
        display: block;
    }

    .admin-sidebar {
        display: none;
        visibility: hidden;
    }

    .sb-btn-box {
        display: none;
    }

    .sotrudniki-admin {
        width: 100%;
        margin-top: 0;
    }

    .modal-content {
        width: 80%;
    }

    .choise-summ-btns {
        gap: 10px;
    }
    
             
    .questions-all {
        width: 90%;
    }

    /* .main {
        padding: 0 15px;
    } */

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .calendar__left > img {
        width: 100%;
        height: auto;
    }

    .without-plugin {
        margin: 0 10px
    }

    .calendar__right {
        margin: 0 auto;
        text-align: center;
    }
    
    
}

@media (max-width: 674px) {
	.profitable {
		margin-bottom: -140px;
	}
    .profit-left-content {
        /* margin-top: 280px !important; */
    }
}
@media (max-width: 400px) {
	
	.admin-logo label img,
	.admin-logo img {
		width: auto;
		height: 45px;
	}
	.admin-first-row {
		margin-top: 10px;
	}
}
@media (max-height: 540px) {
	.admin-greating-users {
		font-size: 20px;
		line-height: 24px;
	}
	.admin-sidebar-mobile a {
		padding: 5px 15px;
	}
	.admin-logo label img,
	.admin-logo img {
		width: auto;
		height: 40px;
	}
	.admin-sidebar-mobile a {
		padding: 5px 15px;
		height: 40px;
		font-size: 14px;
		line-height: 16px;
	}
}
/* @media (max-width: 380px) {
	.profitable {
		margin-bottom: 370px;
	}
} */
@media (max-width: 300px) {
	.profitable {
		margin-bottom: 585px;
	}
}

@media (max-width: 900px){
	.service-work__left-box {
    	text-align: center;
    	width: 90%;
    	margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .admin-company-id {
        text-align: left;
    }

    .left-two-feedback-msgs {
        display: none;
    }

    .feedback-msg {
        max-width: 495px;
        margin: 0 15px;
    }

    #left-arrow-slider {
        top: 150px;
    }


    #right-arrow-slider {
        top: 150px;
    } 

    .salary-left-box {
        margin-top: 50px;
    }

    .nav {
        margin-bottom: 0;
    }
    
    .partner__left {
    	margin-left: 0;
    }
    
    .salary-once-a-month {
	    margin-top: 30px;
	}
	
	.until-salary {
		margin-bottom: 100px;
	}
	
	.chat-contacts-friends {
	    width: auto;
	    max-width: 303.2px;
	}
	
	.dream-header {
	    margin-top: 188px;
	    margin-right: -35px;
	}
	
	.works-content {
		margin: 0;
	}
	
	.feedback-form {
		box-sizing: border-box;
	}
	
	#fb-msg-1 {
		height: min-content;
	}
	
	.left-header-text {
	    margin-top: 69px;
	}
	
	.fs-46 {
		font-size: 28px;
	}
	
	.need-img-right {
		width: 100%;
	}
	
	.profit-content {
		margin-top: 60px;
	}
	
	.feedback-form > * {
		margin: auto;
	}
	
	.feedback-form-header > h1 {
		white-space: normal;
	}
	
	.until-salary-right-row-2 {
	    margin-left: 0;
	}
	
	.want-daily-right-box {
		text-align: center;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	    margin-top: 26px;
	    margin-bottom: 140px;
	    padding-left: 5px;
	    padding-right: 5px;
	}
	
	.faq-main-header {
		margin-top: 36px;
	}

}




@media (max-width: 550px) {
    .without-plugin {
        flex-direction: column;
        row-gap: 15px;
        align-items: center;
        height: min-content;
        padding: 25px 0;
    }
    .without-plugin__left.can_work_without_plagin {
    	width: 100%;
    	text-align: center;
    }
    .without-plugin__left.can_work_without_plagin img {
    	width: 75%;
    }

    .without-plugin__right {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
        margin-left: 0px;
    }

    .main-work > div > div {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .calendar__right, .calendar__right > * {
        margin: 0;
    }

    .calendar__right > * {
        width: 100%;
    }

    .calendar__right-box {
        padding: 20px 40px;
    }

    .calendar__right-first-row, .calendar__right-second-row {
        margin-left: 0 !important;
    }

    .calendar__right {
    	text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
    }

    /* .steps__left {
        width: 100%;
        display: flex;
        justify-content: center;
    } */

    .plugin__right-box {
        margin: 0 10px;
    }

    .connect-to-avans-form {
        width: 100%;
    }

    .steps__left {
        width: 100%;
        margin: 0;
    }
    
    .form-ul {
        width: 79%;
    }

    .form-ul input,
    .form-ul select, 
    .form-ul textarea, 
    .form-2 .tel-input {
        width: 100% !important;
    }
    .tel-input {
        width: 100% !important;
    }

    .tel-input input:last-child {
        width: 100%
    }

    #submit-main-pg-btn {
        width: 48.9%;
    }

    .steps__right {
        width: 100%;
    }
    
    .steps-box__right {
        width: 100%;
    }

    .steps-box {
        width: 100%;
    }

    .steps-box__step:last-child {
        padding: 13px 42px 13px 86px !important;
        margin-left: -80px;
    }

    .admin-center-row {
        display: block;
    }

    .admin-center-row button {
        margin: auto;
        margin-top: 30px;
    }

    .nr-sotrudnik {
        margin-left: 20px;
        margin-right: 15px;
    }

    .burger-text {
        display: none;
    }
    
    .burger-menu {
        width: min-content;
    }

    .reason-arrow {
        margin-left: 25px;
    }

    .need-reason.first {
        margin-top: 30px;
    }

    .reason-content > *, .prove-content > * {
        font-size: 14px;
    }

    .prove-arrow > img {
        margin-left: 10px;
    }

    .need-reason-btn {
        padding: 0 40px;
        box-sizing: border-box;
    }

    .need-reason-btn button {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .how-does-it-work {
        margin-top: 50px;
    }

    .work-left {
        padding: 0;
    }

    .work-right > div {
        padding: 0;
    }

    .profit-header {
        margin-top: 50px;
    }

    .iphone-message {
        margin-left: -2px;
    }

    html, body {
        font-size: 14px;
    }

    .calculator {
        padding: 30px;
    } 

    .calculator * {
        font-size: calc(12px + (17 - 12) * ((100vw - 320px) / (550 - 320)));
    }

    /* .want-salary-daily {
        display: block;
    } */

    .admin-sotrudniki-all {
        padding: 0 10px;
    }
    
    /* .profit-left-content {
    	margin-top: 60px !important;
    } */
    
    .admin-table {
    	padding-right: 2px;
    	padding-left: 2px;
    }
    
    .operation-number {
    	margin-left: 10px;
    }
}

@media (max-width: 500px) {
    .nav-top-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-top-row > * {
        margin-left: 0;
        margin-left: 0;
    }
    
    .need-img-right {
    	margin-top: 50px;
    }
    
    .work-text-bounds {
    	margin-bottom: 50px;
    }
    
    .profit-left-content > img {
    	/*margin-right: 0;*/
    }
    
    .want-salary-daily {
	    margin-bottom: 135px;
	}
	
	.salary-left {
	    padding-right: 30px;
	}
	
	.sotrudnik > td {
		padding-left: 0.3em;
		padding-right: 0.3em;
	}
}


@media (max-width: 450px) {
    .admin-first-row,
    .admin-logo {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .admin-operatii {
        width: 97%;
    }

    .admin-table {
        margin-right: 0;
        width: 100%;
    }

    .admin-table-salary-row {
        width: 90%;
        margin: 40px auto;
    }

    .operation {
        margin-left: 5px;
    }

    .modal-content {
        width: 100%;
    }

    .questions-all {
        width: 95%;
    }

    .sotrudniki-admin {
        padding-left: 0;
        padding-right: 0;
    }

    .sotrudniki-top-row {
        padding: 0 15px;
    }

    .admin-company {
        font-size: calc(27px + (33 - 27) * ((100vw - 320px) / (400 - 320)));
    }

    .admin-sotrudniki {
        font-size: calc(25px + (30 - 25) * ((100vw - 320px) / (400 - 320)));
    }

    .left-header-text * {
        font-size: 19px !important;
    }

    .bottom-form-text {
        font-size: 12px;
    }

    /* .iphone-message:not(:first-child) {
        width: auto;
    } */

    .feedback-form-header > h1 {
        font-size: 34;
    }

    .feedback-left {
        margin: 0 20px;
    }
    
    .delay-dreams {
    	display: flex;
    	width: 100%;
	    margin: auto;
	    box-sizing: border-box;
    }
    
	    
	.dream-img > img {
	    width: 100%;
	}
	
	#left-arrow-slider {
	    left: -53px;
	}
	
	#right-arrow-slider {
	    right: -53px;
	}
	
	.salary-slide-range-div {
	    padding-left: 40px;
	}
	
	.salary-date-value {
	    padding-left: 7px;
	}
	
	.burger-menu, .nav-logo {
		margin-left: 0;
		margin-right: 0;
	}
	
	.admin-center-row {
		padding: 0 15px;
	}
}


@media (max-width: 350px) {
	.admin-table-pagination-stuff {
		margin-right: 17px;
	}
	.sotrudnik > td:nth-child(2) {
    	padding: 12px 0em;
	}
	.action-btns > * {
    	margin-right: 12.5px;
	}
	.modal-content {
        top: 64%;
    }
	
}
@media (max-width: 300px) {
	.modal-content {
        top: 72%;
    }
}
.btn {
	appearance: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.slick-track {
	display: flex !important;
}
.main_slide {
	align-self: flex-end;
	position: relative;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.faq-images {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.about-main {
	padding: 0 200px;
}
.about-header {
	text-align: center;
	color: #404040;
	margin-top: 12px;
}
.about-text {
	min-height: 700px;
	padding-bottom: 48px;
	margin-bottom: 64px;
	border-bottom: solid thin #9ADF3E;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 64px;
	padding-top: 48px;
	border-top: solid thin #9ADF3E;
}
.about-text p {
	margin: 20px 15px;
}
@media (max-width: 1450px) {
	.about-main {
		padding: 0 5%;
	}
}
.log-block {
	width: 614px;
	margin: 0 auto;
	box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
	border-radius: 30px;
	padding-bottom: 64px;
}
.log-main {
	margin-top: 50px;
	margin-bottom: 150px;
	padding: 0 200px;
	min-height: 550px;
}
.log-header {
	padding-bottom: 35px;
}
.log-header p {
	text-align: center;
	color: #DF3E3E;
	margin-bottom: 35px;
}
.log-in-form {
	display: flex;
    justify-content: center;
}
.log-logo {
	padding: 35px 0;
	margin-bottom: 45px;
	border-bottom: thin dotted #ccc;
}

.first_time_accept a {
	line-height: 18px;
	display: flex;
	justify-content: center;
	color: #9ADF3E;
}
.first_time_log a {
	color: #9ADF3E;
}
.first_time_accept a:hover,
.first_time_log a:hover {
	color: #9ADF3E;
	text-decoration: underline #9ADF3E;
}
.first_time_accept a:active,
.first_time_log a:active {
	color: #9ADF3E;
}
.log_code_text {
	font-size: 16px;
}
.log_code_text div {
	width: 70%;
}
.log_code_text span {
	font-size: 12px;
	line-height: 14px;
}
.log_code_text button {
	margin: 5px 0;
    width: 140px;
    height: auto;
    border-radius: 5px;
    background-color: #9ADF3E;
    color: #fff;
    border: solid thin #9ADF3E;
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    padding: 5px;
}
.log_code_text button:hover {
	background-color: #fff;
    color: #9ADF3E;
    border: solid thin #9ADF3E;
}
@media(max-width: 890px){
	.log-main {
		padding: 2%;
	}
	.log-block {
		width: 96%;
	}
	.log-in-form .form-ul {
		width: 100%;
	}
}



.admin-table-data {
	/*padding-top: 170px;*/
	position: relative;
}
.admin-data-header-fixed {
	position: fixed;
	background-color: #FFFFFF;
	top: 0;
	border-radius: 5px;
	box-shadow: 0px 5px 5px 3px #ddd;
}

.admin-label-input {
	width: 100%;
	display: flex;
	justify-content: center;
}
.admin-panel-main-input {
	display: flex;
    width: 55%;
    float: left;
    justify-content: center;
    padding: 15px 0;
}
.admin-panel-main-button {
	display: flex;
    width: 25%;
    float: left;
    justify-content: center;
    padding: 15px 0;
}

.admin-panel-main-input select,
.admin-panel-main-input input {
	border-width: 0.5px 0.5px 0.5px 0.5px;
    border-style: solid;
    border-color: #2E4059;
    border-radius: 81px;
    height: 53px;
    border-color: #2E4059;
    display: flex;
    width: 90%;
    margin: 0 auto;
    text-indent: 28px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2E2029;
    border-right: none;
}
.admin-panel-main-input input::placeholder {
	color: #dcdcdc;
}
.admin-panel-main-input.disabled {
	width: 55%;
}
.admin-panel-main-input.disabled input {
	background-color: #EFEFEF;
	color: #000;
}
.admin-panel-main-label {
    width: 45%;
    float: left;
    display: flex;
    justify-content: flex-start;
    padding: 32px 0;
}
.admin-panel-main-label-header {
    width: 45%;
    float: left;
    display: flex;
    justify-content: flex-start;
    padding: 32px 0;
}
.admin-panel-main-label-header label,
.admin-panel-main-label label {
	font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #2E4059;
    text-align: left;
    padding: 0 35px;
}
@media(max-width: 700px){
	.admin-panel-main-label-header label,
	.admin-panel-main-label label {
		text-align: left;
	}
}
/*
.admin-panel-main-button button {
	width: 90%;
    margin: 0 auto;
    height: 53px;
    border-radius: 45px;
    color: #fefefe;
    border: none; 
    background-color: #1fb2e5;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    box-shadow: inset 0 0 10px 5px #237f9f;
}
.admin-panel-main-button button:hover {
	box-shadow: inset 0 0 10px 5px #2e6e85;
	font-size: 16px;
    line-height: 20px;
    background-color: #279ec7;
}
*/
@media(max-width:360px){
	.admin-panel-main-input input {
		text-indent: 13px;
	}
	.admin-panel-main-button {
		width: 40%;
	}
	.admin-panel-main-label {
		width: 45%;
	}
}
.sotrudnik-popup {
	position: fixed;
	width: 60%;
	height: 90%;
	z-index: 99;
	background-color: #FFF;
	box-shadow: 0px 0px 25px rgb(49 52 103 / 25%);
	margin-top: 1%;
	border-radius: 35px;
	padding: 20px 0;
}
.sotrudnik-data {
	width: 90%;
	margin: 0 5%;
}
@media(max-height:900px){
	.sotrudnik-data {
		height: 92%;
	}
}
@media(max-height:800px){
	.sotrudnik-data {
		height: 90%;
	}
}
@media(max-height:700px){
	.sotrudnik-data {
		height: 80%;
	}
}
@media(max-height:600px){
	.sotrudnik-data {
		height: 70%;
	}
}
.sotrudnik-header {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin: 15px 0;
	width: 100%;
}
.sotrudnik-header span {
	margin-right: 45px;
	height: 25px;
	line-height: 25px;
	min-width: 135px;
	width: auto;
	padding: 5px;
	background-color: #1fb2e5;
	color: #fff;
	border: solid 2px #1fb2e5;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.sotrudnik-header span:hover {
	background-color: #fff;
	color: #1fb2e5;
	border: solid 2px #1fb2e5;
}
.sotrudnik-form {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0;
}
.sotrudnik-label {
	padding-left: 35px;
}
.sotrudnik-input {
	padding-right: 35px;
}
.sotrudnik-input input {
	height: 45px;
	border-radius: 15px;
	min-width: 300px;
	border-width: 1px;
	padding: 0 20px;
	background-color: #fff;
	border-style: solid;
    border-color: rgb(169, 169, 169);
}
.sotrudnik-input input::placeholder {
	color: #cdcdcd;
}
.sotrudnik-input input:disabled {
	background-color: #e7e7e7;
}
.sotrudnik-input select {
	height: 45px;
	border-radius: 15px;
	width: 300px;
	padding: 0 20px;
	background-color: #fff;
	border-style: solid;
    border-color: rgb(169, 169, 169);
}
.sotrudnik-form:nth-child(even) {
    background-color: rgba(199, 218, 236, 0.11);
}

.sotrudnik-data-list {
	box-shadow: 0px 0px 25px rgb(49 52 103 / 5%);
	border: solid thin #eee;
	border-radius: 5px;
	overflow-y: scroll;
	height: 69%;
}
.sotrudnik-tabs {
	margin-top: 30px;
	width: 100%;
}
@media(max-height: 900px){
	.sotrudnik-form:last-child {
		/* padding-bottom: 90px; */
	}
}
.sotrudnik-tabs ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.sotrudnik-tabs li {
	display: inline-block;
	box-shadow: 0px 0px 25px rgb(49 52 103 / 5%);
	border: solid thin #eee;
	border-radius: 15px 15px 0px 0px;
	padding: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.sotrudnik-tabs li.active {
	box-shadow: inset 0px 0px 45px rgb(49 52 103 / 10%);
	cursor: default;
}

.sotrudnik-submit {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 25px 0 25px 0;
}
.admin-panel-main-button button,
.sotrudnik-submit button {
	width: 255px;
    background: linear-gradient( 0deg, #9ADF3E, #9ADF3E);
    border-radius: 81px;
    padding: 0 26px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    border: solid thin #9ADF3E;
    cursor: pointer;
}
.admin-panel-main-button button:hover,
.sotrudnik-submit button:hover {
	color: #9ADF3E;
	background: #FFFFFF;
	border: solid thin #9ADF3E; 
}
.sotrudnik-submit button.disabled {
    background: linear-gradient( 0deg, #9cc567, #9cc567);
	cursor: default;
	color: #CCCCCC;
}
.sotrudnik-not-submit {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 0 25px 0;
}
.sotrudnik-not-submit a {
	color: #9ADF3E;
	border-bottom: solid thin #9ADF3E;
	cursor: pointer;
}
.sotrudnik-not-submit a:hover {
	color: #9ADF3E;
	border-bottom: none; 
}
@media(max-width:1200px){
	.sotrudnik-tabs ul {
		font-size: 14px;
		line-height: 129.99%
	}
	.sotrudnik-tabs li {
		padding: 5px;
		margin-right: 2px;
	}
}
@media(max-width:960px){
	
	.sotrudnik-popup {
		width: 90%;
	}
	.sotrudnik-form {
		display: block;
	}
	.sotrudnik-label {
		padding: 0 5%;
		width: 100%;
	}
	.sotrudnik-input {
		padding: 0;
		width: 100%;
	}
	.sotrudnik-input input {
		width: 90%;
		min-width: 100px;
		margin: 0 5%;
	}
	.sotrudnik-input select {
		width: 90%;
		min-width: 100px;
		margin: 0 5%;
	}
	.sotrudnik-tabs li {
		padding: 5px;
		margin-right: 0px;
	}
	
}
@media(max-width:786px){
	.sotrudnik-tabs ul {
		white-space: normal;
	}
	.sotrudnik-tabs li {
		margin-right: -4px;
	}
}
@media(max-width:330px){
	.sotrudnik-tabs li {
		padding: 5px;
		margin-right: -6px;
	}
}



.payment_sotrudnik {
	cursor: pointer;
}
.payment_sotrudnik:hover {
	box-shadow: inset 0 0 5px 1px rgb(49 52 103 / 15%);
}

.popup_payment {
	border: solid thin #9adcf3;
    max-height: 90%;
	position: fixed;
	width: 50%;
	min-height: 40%;
	height: auto;
	z-index: 99;
	background-color: #FFF;
	box-shadow: 0px 0px 25px rgb(49 52 103 / 25%);
	margin-top: 6%;
	border-radius: 35px;
	padding: 20px 0;
	overflow-y: hidden;
}
@media(max-height:900px){
	.popup_payment {
		margin-top: 3%;
		overflow-y: scroll;
	}
}
.payments_header {
	display: flex;
	justify-content: flex-start;
	padding: 0 45px;
	border-bottom: solid thin #F0F0F0;
	width: 100%;
}
.payment_tab {
	cursor: pointer;
}
.payments_header h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 31px;
	padding: 25px 5px;
	color: #2E4059;
	margin-right: 50px;
}
.payments_header h3.active {
	background: linear-gradient( 0deg, rgba(31,178,229,0.49), #ffffff);
	border-bottom: solid thin #1FB2E5;
	cursor: default;
}
.payments_header h3:hover {
	background: linear-gradient( 0deg, rgba(31,178,229,0.49), #ffffff);
	border-bottom: solid thin #1FB2E5;
}
@media(max-width: 660px){
	.payments_header h3 {
		width: 77%;
		text-align: center;
	}
}
@media(max-width: 440px){
	.payments_header h3 {
		width: 70%;
	}
}
.payments_data {
	display: flex;
	justify-content: flex-start;
	border-bottom: solid thin #F0F0F0;
}
.payments_data p { 
	margin: 20px 0;
	padding: 0 65px;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
}
.payments_input {
	margin: 15px 0;
}
.payments_input input {
	height: 30px;
	border-radius: 15px;
	width: 165px;
	padding: 0 10px;
}
.payments_visualisation_data {
	padding: 0 65px;
	margin-bottom: 10px;
}
.payment_text {
	height: 350px;
	box-shadow: 0 0 5px 1px rgb(49 52 103 / 15%);
	padding: 10px;
	margin: 20px 0;
	border-radius: 10px;
	border: solid thin #F0F0F0;
	overflow-x: scroll;
}

.payments_load_data {
	padding: 0 65px;
	margin-bottom: 10px;
}
.payments_load_text {
	height: 450px;
	box-shadow: 0 0 5px 1px rgb(49 52 103 / 15%);
	padding: 10px;
	margin: 20px 0;
	border-radius: 10px;
	border: solid thin #F0F0F0;
	overflow-y: scroll;
}

.payments_input_label {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}
.payments_input_label label {
	
}
.payments_input_label input {
	height: 30px;
	border-radius: 5px;
	min-width: 200px !important; 
}
.payments_submit_button {
	width: 100%;
	display: flex;
	justify-content: center;
}
.payments_submit_button button {
	width: 255px;
    background: linear-gradient( 0deg, #9ADF3E, #9ADF3E);
    border-radius: 81px;
    padding: 0 26px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    border: solid thin #9ADF3E;
    cursor: pointer;
}
.payments_submit_button button:hover {
	color: #9ADF3E;
	background: #FFFFFF;
	border: solid thin #9ADF3E;
}
.payments_submit_button button.disabled {
	width: 255px;
    background: linear-gradient( 0deg, #9cc567, #9cc567);
	cursor: default;
	color: #CCCCCC;
}

.payment_text table {
	margin: 25px 15px;
	background-color: #caf0fd;
	border-color: #65c2e3;
	border-width: thin;
}
.payment_text table thead {
	background-color: #65c2e3;
}
.payment_text table thead tr {
	border-spacing: 0px;
}
.payment_text table thead th {
	border-color: #65c2e3;
	padding: 5px 15px;
	border-spacing: 0px;
}
.payment_text table tbody {
	border: solid thin #65c2e3;
}
.payment_text table tbody td {
	background-color: #fff;
	border-spacing: 0px;
	border: solid thin #caf0fd;
	padding: 5px 15px;
	text-align: center;
}
.check_all {
	padding: 10px 65px;
	border-bottom: solid thin #F0F0F0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}
@media(max-width: 660px){
	.check_all {
		text-align: center;
	}
}
.check_all label:hover {
	cursor: pointer;
	color: #1FB2E5;
}
.check_all input {
	cursor: pointer;
	margin-left: 7px;
}
.excel_buttons_calc{
	padding: 45px 15px;
}
.excel_buttons {
	padding: 20px 65px;
}
.excel_buttons_calc span,
.excel_buttons span {
	white-space: nowrap;
	border: solid medium #9ADF3E;
	background-color: #fff;
	color: #9ADF3E;
	border-radius: 5px;
	line-height: 25px;
	font-size: 22px;
	padding: 7px 10px;
	cursor: pointer;
}
.excel_buttons_calc span:hover,
.excel_buttons span:hover {
	background-color: #9ADF3E;
	color: #FFF;
}
.excel_buttons_calc span:hover svg,
.excel_buttons span:hover svg{
	fill: #FFF !important;
}
.excel_buttons_calc span:hover g,
.excel_buttons span:hover g{
	fill: #FFF !important;
}
@media(max-width: 1200px){
	.popup_payment {
		width: 80%;
	}
	.payments_header h3 {
    	padding: 25px;
    	margin-right: 10px;
	}
	.payments_load_data {
		padding: 0 45px;
	}
}
@media(max-width: 960px){
	.popup_payment {
		width: 90%;
	}
}
@media(max-width: 659px){
	.popup_payment {
		margin-top: 15px;
		width: 90%;
	}
	.payments_header {
		flex-wrap: wrap;
		padding: 0 35px;
	}
	.payments_header h3.active {
		border-bottom: none;
    	border-left: solid thin #1FB2E5;
    	background: linear-gradient( 90deg, rgba(31,178,229,0.49), #ffffff);
    	cursor: default;
	}
	.payments_header h3:hover {
		border-bottom: none;
    	border-left: solid thin #1FB2E5;
    	background: linear-gradient( 90deg, rgba(31,178,229,0.49), #ffffff);
	}
	.payments_header h3 {
    	padding: 25px;
    	margin-right: 0;
	}
	.payments_data {
		flex-wrap: wrap;
		justify-content: center;
	}
	.payments_input {
		padding: 0 35px;
	}
	.check_all {
		padding: 0 35px;
	}
	.payments_data p {
		padding: 5px 35px;
	}
	.payments_visualisation_data {
		padding: 0 25px;
	}
	.payment_text {
		text-align: center;
	}
	.payments_load_text {
		height: 350px;
		padding: 10px 0;
	}
	.payments_load_text p {
		padding-left: 10px;
	}
	.payments_input_label {
		flex-wrap: wrap;
		justify-content: center;
	}
	.payments_input_label label {
		width: 100%;
		padding-left: 10px;
		text-align: center;
	}
	.payments_input_label input {
		margin-left: 10px;
	}
	.excel_buttons_calc {
		padding: 0px 10px;
		padding-bottom: 45px;
	}
	.excel_buttons {
		margin: 0 5%;
		padding: 20px 20px;
		width: 90%;	
	}
	.excel_buttons_calc span {
		line-height: 20px;
		font-size: 16px;
	}
	
}
@media(max-width: 339px){
	.payments_header {
		padding: 0 15px;
	}
	.payments_input_label input {
		margin-left: 5px;
		width: 90% !important;
		min-width: 136px !important;
	}
	.excel_buttons_calc,
	.excel_buttons {
		margin: 0 5%;
		padding: 20px 10px;
		width: 90%;	
	}
	.excel_buttons_calc span,
	.excel_buttons span {
		line-height: 20px;
		font-size: 16px;
	}
}
@media(max-height: 760px){
	.popup_payment {
		margin-top: 3%;
	}
}

.import_popup {
	position: fixed;
	width: 50%;
	height: auto;
	overflow-y: scroll;
	z-index: 99;
	background-color: #FFF;
	box-shadow: 0px 0px 25px rgb(49 52 103 / 25%);
	margin-top: 6%;
	border-radius: 35px;
	padding: 20px 0;
}
.import_popup a {
	bottom: 10px;
    position: absolute;
    left: 20px;
	font-size: 12px;
	color: #282828;
}
.import_header {
	display: flex;
	justify-content: center;
	padding: 25px 45px;
	border-bottom: solid thin #F0F0F0; 
}
.import_header h2 {
	text-align: center;
}
.import_file_load {
	display: flex;
	justify-content: center;
	padding: 25px 45px;
	border-bottom: solid thin #F0F0F0;
    flex-direction: column;
    align-items: center;
}
.import_file_load label {
	padding: 5px 0;
	line-height: 32px;
	min-height: 35px;
	width: 250px;
	border: solid thin #C1C1C1;
	background-color: #F7F7F7;
	box-shadow: inset 0 0 7px 2px #E9E9E9;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.import_file_load label:hover {
	background-color: #E9E9E9;
	box-shadow: inset 0 0 7px 2px #c9c9c9;
}
.import_file_load span {
	font-size: 14px;
}
.import_input {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 25px 45px;
	border-bottom: solid thin #F0F0F0;
}
.import_input input {
	width: 286px;
	height: 40px;
	padding: 0 13px;
	border-radius: 5px;
	border: 0.5px solid #C1C1C1;
	margin: 5px 0; 
}
.import_input input::placeholder {
	font-size: 12px;
}
.import_button {
	display: flex;
	justify-content: center;
	padding: 25px 45px;
	margin-bottom: 20px;
}
.import_button button {
	height: 45px;
	width: 150px;
	font-size: 18px;
    color: #FFFFFF;
    border: solid thin #9ADF3E;
    box-shadow: none;
    border-radius: 10px;
    background: linear-gradient( 0deg, #9ADF3E, #9ADF3E);
    cursor: pointer;
}
.import_button button:hover {
	color: #9ADF3E;
    border: solid thin #9ADF3E;
    background: #FFFFFF;
}
@media(max-width: 769px){
	.import_input input {
		width: 100%;
	}
	.import_button button {
		font-size: 14px;
		width: 70%;
	}
}
@media(max-width: 450px){
	.import_popup {
		width: 80%;
	}
	.import_header {
		padding: 25px 15px; 
	}
	.import_button {
		padding: 25px 15px;
	}
	.import_input {
		padding: 25px 15px;
	}
	.import_button button {
		width: 100%;
	}
}


.avans_sotrudnik_list {
	
}
.avans_sotrudnik_list select {
	width: 100%;
	border-radius: 5px;
	border: solid thin #C1C1C1;
	padding: 10px;
}
.avans_sotrudnik_list select option {
	margin: 15px 0;
	padding: 15px 25px;
	line-height: 18px;
	font-size: 16px;
}
.avans_sotrudnik_list input {
	margin: 15px 0;
	width: 100%;
	border-radius: 5px;
	border: solid thin #C1C1C1;
	padding: 10px;
}
.no-avanses {
	padding: 25px 20px;
}
.avans_report_button {
	margin-bottom: 25px;
}
.avans_report_button button{
	border: solid 2px #9adf3e;
	border-radius: 5px;
	background-color: #FFF;
	color: #9adf3e;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
	cursor: pointer;
}
.avans_report_button button:hover {
	border-radius: 5px;
	background-color: #9adf3e;
	color: #fff;
}

.avans_report_popup {
	position: fixed;
	width: 50%;
	height: auto;
	z-index: 99;
	background-color: #FFF;
	box-shadow: 0px 0px 25px rgb(49 52 103 / 25%);
	margin-top: 6%;
	border-radius: 35px;
	padding: 20px 0;
}
.avans_report_header {
	padding: 20px 25px;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-bottom: solid thin #F0F0F0;
}
.avans_report_header h3 {
	font-size: 30px;
	margin-left: 40px;
	margin-bottom: 20px;
}
.avans_report_input {
	width: 250px;
	margin-left: 40px;
	margin-bottom: 20px;
}
.avans_report_input input{
	width: 100%;
	height: 35px;
	border-radius: 5px;
	border: solid thin #C1C1C1;
	padding: 10px;
}
.avans_report_data {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 25px 20px;
	margin: 20px 0;
	height: auto;
	min-height: 300px;
	max-height: 450px;
}
.avans_report_data table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 5px;
}
.avans_report_data table thead {
}
.avans_report_data table thead th {
}
.avans_report_data table tbody {
}
.avans_report_data table tbody td {
	text-align: center;
	padding: 7px 0px;
	border-radius: 5px;
}
@media(max-width: 960px){
	.avans_report_popup {
		width: 70%;
	}
}
@media(max-width: 690px){
	.avans_report_popup {
		width: 80%;
	}
	.avans_report_header h3 {
		font-size: 24px;
		margin-left: 25px;
	}
	.avans_report_input {
		margin-left: 25px;
		width: 150px;
	}
}
@media(max-width: 550px){
	.avans_report_popup {
		width: 90%;
	}
	.avans_report_header {
		padding: 20px 10px;
	}
	.avans_report_data {
		overflow-y: scroll;
	}
}
@media(max-width: 450px){
	.avans_report_popup {
		width: 100%;
	}
	.avans_report_header h3 {
		margin-left: 5px;
	}
	.avans_report_input {
		margin-left: 5px;
	}
}

.sotrudniki-doc {
	padding: 15px 45px;
	min-height: 650px;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #2E4059;
}
.sotrudniki-doc h2 {
	font-size: 32px;
	line-height: 48px;
	margin: 25px 0;
}
@media(max-width: 700px){
	.sotrudniki-doc h2 {
		text-align: center;
	}
}

.change_pass_block {
	padding: 25px;
	border-top: solid thin #9adf3e;
	margin-top: 25px;
}
.change_pass_block button {
	padding: 10px 15px;
	background-color: #fff;
	border: solid thin #9adf3e;
	border-radius: 20px;
	color: #9adf3e;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
}
.change_pass_block button:hover {
	background-color: #9adf3e;
	color: #fff;
}



.select-month-last-row {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    width: 100%;

    color: #2E4059;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-month-last-row > span {
    margin-left: 26px;
}
    

.select-month-last-row > button {
    margin-right: 26px;
    cursor: pointer;
}

.select-month-last-row button {
    background: #FFFFFF;
    border: 1px solid #9ADF3E;
    box-sizing: border-box;
    border-radius: 34px;
    width: 162.82px;
    height: 48.71px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;

    /* identical to box height, or 13px */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ADF3E;
}
.select-month-last-row button:hover {
	background: #9ADF3E;
    border: 1px solid #9ADF3E;
    color: #FFFFFF;
}

.admin-table-select-month {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.admin-table-select-month::before {
    content: '';
    border-radius: 50px 0 0 50px;
    width: 5px;
    height: 150px;
    background-color: #9ADF3E;
    position: absolute;
    left: 0;
}

.admin-table-select-month input {
	height: 35px;
	border-radius: 15px;
	width: 225px;
	margin-bottom: 25px;
	border: solid thin #ddd;
	box-shadow: 0 0 4px 1px #eee; 
	padding: 0 15px;
}
.admin-table-select-month button {
	margin-bottom: 25px;
}
@media(max-width: 590px){
	.select-month-last-row {
		flex-wrap: wrap;
	}
	.admin-table-select-month input {
		width: 170px;
	}
	.admin-table-select-month button {
		margin-left: 26px;
	}
}
@media(max-width: 430px){
	.admin-table-select-month input {
		margin-top: 25px;
	}
	.admin-table-select-month button {
		margin-bottom: 0px;
	}
}
@media(max-width: 340px){
	.select-month-last-row button {
		height: 34.71px;
	}
}
.admin-payments-header {
	border-bottom: solid medium rgba(199, 218, 236, 0.11);
	line-height: 50px;
	font-size: 18px;
}
.admin-payments {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 30px;
	font-size: 18px;
	cursor: pointer;
}
.no-payments {
	padding: 16px 32px;
}
.admin-payments:nth-child(even) {
    background-color: rgba(199, 218, 236, 0.11);
}
.admin-payments:hover {
	box-shadow: 0 0 4px -1px #dedede;
}
.admin-payments-header ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
.admin-payments ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
.admin-payments-header ul li {
	display: inline-block;
	white-space: nowrap;
}
.admin-payments ul li {
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
}
@media(max-width: 600px){
	.admin-payments ul li {
		white-space: normal;
	}
}
.admin-payments.active ul li {
	text-decoration: underline;
}
.admin-payments ul:hover li {
	text-decoration: underline;
}
.admin-payment {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
	cursor: default;
	
	display: flex;
    justify-content: space-between;
}
.admin-payments-info {
	position: relative;
	margin: 10px 10%;
	width: 80%;
	box-shadow: 0 0 7px 3px #dedede;
	padding: 15px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 18px;
}
.admin-payments-info-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
	height: auto;
}
.admin-payments-info-close span {
	position: absolute;
    padding: 0.5rem;
    font-size: 20px;
    top: 0;
    right: 0;
	color: #ccc;
	cursor: pointer;
}
@media(max-width: 650px){
	.admin-payments-info-close span {
		font-size: 18px;
	}
}
.admin-payments-info-close span:hover {
	color: #000;
}
.mobile_li {
	display: none !important;
}

@media(max-width: 700px){
	.mobile_li {
		display: inline-block !important;
	}
}	
@media(max-width: 650px){
	.admin-payments-header,
	.admin-payments {
		line-height: 25px;
		font-size: 14px;
	}
	.admin-payments-info {
		font-size: 13px;
		line-height: 16px;
	}
}
@media(max-width: 550px){
	.admin-payments-info {
		margin: 10px auto 10px auto;
	}
}
@media(max-width: 430px){
	.admin-payments-header,
	.admin-payments {
		line-height: 20px;
		font-size: 13px;
	}
	.admin-payments-info {
		font-size: 11px;
		line-height: 14px;
	}
}
@media(max-width: 430px){
	.admin-payments-header,
	.admin-payments {
		line-height: 18px;
		font-size: 12px;
	}
	.admin-payments-info {
		font-size: 10px;
		line-height: 14px;
	}
}
.select-period-last-row {
	font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    width: 100%;

    color: #2E4059;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.select-period-last-row > span {
    margin: 0;
}
.select-period-last-row span input {
	margin: 0;
}

.select-period-last-row > button {
	margin: 0;
    cursor: pointer;
}

.select-period-last-row button {
    background: #FFFFFF;
    border: 1px solid #9ADF3E;
    box-sizing: border-box;
    border-radius: 34px;
    width: 162.82px;
    height: 37.71px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;

    /* identical to box height, or 13px */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ADF3E;
}
.select-period-last-row button:hover {
	background: #9ADF3E;
    border: 1px solid #9ADF3E;
    color: #FFFFFF;
}
.select-period-header {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;

    /* identical to box height, or 24px */

    color: #2E4059;
    width: 100%;
    display: flex;
    justify-content: center;
}
.select-period-header > span {
    margin-left: 26px;
}
@media(max-width: 430px){
	.select-period-last-row {
		flex-wrap: wrap;
	}
	.select-period-last-row span {
		padding: 4px 0;
	}
}
.change_pass_popup {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 99;
	background-color: #FFF;
	box-shadow: 0px 0px 25px rgb(49 52 103 / 25%);
	margin-top: 230px;
	border-radius: 35px;
	padding: 20px 25px;
	text-align: center;
}
.change_pass_popup input {
	border-width: 0.5px 0.5px 0.5px 0.5px;
    border-style: solid;
    border-color: #2E4059;
    border-radius: 50px;
    width: 250px;
    height: 42px;
    border-color: #2E4059;
    margin: 0 auto;
    text-indent: 28px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2E4059;
    border-right: none;
}
.change_pass_popup button {
	padding: 10px 15px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    background-color: #9adf3e;
	border: solid thin #9adf3e;
	color: #fff;
}
.change_pass_popup button:hover {
	background-color: #fff;
    border: solid thin #9adf3e;
    color: #9adf3e;
}
#open_pass_block {
	margin: 30px 0 20px 0;
}
@media(max-width: 360px){
	.change_pass_popup {
		width: 80%;
	}
}
@media(max-height: 770px){
	.change_pass_popup {
		margin-top: 100px;
	}
}
@media(max-height: 660px){
	.change_pass_popup {
		margin-top: 70px;
	}
}
@media(max-height: 550px){
	.change_pass_popup {
		margin-top: 30px;
	}
}
.excel_block {
	margin: 25px 10px;
	text-align: right;
}
.excel_block button {
	border: solid 2px #9adf3e;
	border-radius: 5px;
	background-color: #FFF;
	color: #9adf3e;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
	cursor: pointer;
}
.excel_block button:hover {
	border: solid 2px #9adf3e;
	background-color: #9adf3e;
	color: #FFF;
}
.sure_del_popup {
	position: fixed;
	width: 40%;
	height: auto;
	background-color: #FFF;
	margin-top: 250px;
	border-radius: 10px;
	box-shadow: 0 0 13px 7px #ddd;
	padding: 25px 0;
}
.sure_del {
	display: flex;
	justify-content: space-around;
	margin: 15px 0;
}
.sure_del button {
	height: 55px;
	width: 105px;
	border: solid 3px #ddd;
	color: #2E4059;
	border-radius: 15px;
	background-color: #fff;
	cursor: pointer;
}
.sure_del #del_no {
	font-weight: 700;
	border: solid 3px #df3e3e;
	background-color: #df3e3e;
	color: #fff;
}
.sure_del #del_no:hover {
	border: solid 3px #df3e3e;
	background-color: #fff;
	color: #df3e3e;
}
.sure_del #del_yes {
	font-weight: 700;
	border: solid 3px #9adf3e;
	background-color: #9adf3e;
	color: #fff;
}
.sure_del #del_yes:hover {
	border: solid 3px #9adf3e;
	background-color: #fff;
	color: #9adf3e;
}
.sure_del_question {
	margin: 20px 0;
	text-align: center;
}
.sure_del_question p {
	padding: 0 45px;
	font-size: 14px;
}
@media(max-width: 960px){
	.sure_del_popup {
		width: 60%;
	}
}
@media(max-width: 690px){
	.sure_del_popup {
		width: 70%;
	}
}
@media(max-width: 430px){
	.sure_del_popup {
		width: 85%;
	}
	.sure_del_popup p {
		padding: 0 35px;
	}
	.sure_del_popup {
		height: auto;
	}
}


.operation_excel {
	padding: 20px 0px;
}
.operation_excel span {
	border: solid medium #9ADF3E;
	background-color: #fff;
	color: #9ADF3E;
	border-radius: 5px;
	line-height: 25px;
	font-size: 22px;
	padding: 7px 10px;
	cursor: pointer;
}
.operation_excel span:hover {
	background-color: #9ADF3E;
	color: #fff;
}
.operation_excel span:hover svg,
.operation_excel span:hover svg g {
	fill: #fff;
}
.avanses_td_title {
	display: flex;
    flex-wrap: wrap;
    white-space: normal;
    justify-content: flex-start;
    
    line-height: 20px;
}
.avanses_td {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    white-space: normal;
    
    line-height: 20px;
}
.operation-type-not-m {
	display: flex;
}
.operation-type-m {
	display: none;
}
@media(max-width:700px){
	.total-paid {
		width: 10% !important;
	}
	.avanses_td_title,
	.avanses_td {
		justify-content: center;
		text-align: center;
	}
	.operation-type-not-m {
		display: none;
	}
	.operation-type-m {
		display: flex;
	}
}
@media(max-width:340px){
	.avanses_td,
	.avanses_td_title {
		font-size: 12px;
	}
}

@media (max-width: 1152px) {
    .nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.btn-up {
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: .2s;
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 2000;
}
@media(max-width: 575px){
	.btn-up {
		right: 5%;
	}
}

.btn-up:hover .arrow-round {
    /* opacity: .8; */
}

.btn-up:focus,
.btn-up:hover {
	outline: none;
}

.btn-up .arrow-round {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9ADF3E;
    border-radius: 100%;
}
.btn-up .arrow-round .hover_img {
	display: none;
}
.btn-up .arrow-round .not_hover_img {
	display: block;
}
.btn-up .arrow-round:hover {
	background-color: #FFF;
	border: solid thin #9ADF3E;
}
.btn-up .arrow-round:hover .not_hover_img {
	display: none;
}
.btn-up .arrow-round:hover .hover_img {
	display: block;
}

.calendar-random {
    background: linear-gradient(142.42deg, rgba(254, 248, 255, 0.56) 1.79%, rgba(254, 248, 255, 0.4) 100.42%);
    box-shadow: inset -11.7292px -11.7292px 26px rgba(40, 91, 102, 0.08), inset 11.7292px 11.7292px 26px #FFFFFF;
    backdrop-filter: blur(83px);
    border-radius: 14px;
    overflow: hidden;
}

.calendar-random .random-week {
    display: flex;
    border-bottom: 1px solid #FFF;
}

.calendar-random .random-week:last-child {
    border-bottom: none;
}

.calendar-random .random-week .random-day {
    width: 94px;
    height: 100px;
    padding: 8px;
    box-sizing: border-box;
    border-right: 1px solid #FFF;
    color: #4A5660;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.calendar-random .random-week .random-day:last-child {
    border-right: none;
}

.calendar-random .random-week .random-day .random-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FF530D;
    padding: 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    display: flex;
    flex-direction: column;
}

.calendar-random .random-week .random-day .random-wrapper .random-wrapper-img {
    display: flex;
    justify-content: space-between;
}

.calendar-random .random-week .random-day .random-wrapper .random-wrapper-text {
    text-align: center;
    margin: auto;
    margin-bottom: 0;
}

.calendar-wrapper {
    padding: 100px;
    position: relative;
    width: fit-content;
}

.calendar-wrapper .calendar-img1 {
    position: absolute;
    left: 0;
    top: 0;
}

.calendar-wrapper .calendar-img2 {
    position: absolute;
    left: -60px;
    bottom: 0;
}

.calendar-wrapper .calendar-img3 {
    position: absolute;
    bottom: 94px;
    right: -22px;
}

.calendar-resize-spy {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 910px) {
    .calendar-random .random-week .random-day {
        width: 72px;
        height: 80px;
    }
    .calendar-random .random-week .random-day .random-wrapper .random-wrapper-text {
        font-size: 10px;
    }
    .calendar-random .random-week .random-day .random-wrapper .random-wrapper-img svg {
        width: 20px;
        height: 30px;
    }
    .calendar-wrapper .calendar-img {
        width: 20%;
    }
    .calendar-wrapper .calendar-img1 {
        left: 40px;
        top: 46px;
    }
    .calendar-wrapper .calendar-img2 {
        position: absolute;
        left: 0px;
        bottom: 30px;
    }
    .calendar-wrapper .calendar-img3 {
        position: absolute;
        bottom: 90px;
        right: 34px;
    }
}

@media (max-width: 575px) {
    .calendar-wrapper {
        padding-top: 0;
    }
    .calendar-wrapper .calendar-img {
        display: none;
    }
    .calendar__left .calendar-wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 490px) {
    .calendar-random .random-week .random-day {
        width: 56px;
        height: 60px;
    }
    .calendar-random .random-week .random-day .random-wrapper .random-wrapper-text {
        font-size: 8px;
    }
    .calendar-random .random-week .random-day .random-wrapper .random-wrapper-img svg {
        width: 20px;
        height: 30px;
    }
}

@media (max-width: 390px) {
    .calendar-random .random-week .random-day {
        width: 46px;
        height: 48px;
    }
    .calendar-random .random-week .random-day .random-wrapper .random-wrapper-text {
        font-size: 6.6px;
    }
    .calendar-random .random-week .random-day .random-wrapper .random-wrapper-img svg {
        width: 16px;
        height: 20px;
    }
}

@media (max-width: 1600px) {
    .main-work .calendar__container {
        flex-direction: column;
    }

    .main-work .calendar__container .calendar__right {
        max-width: 100%;
        margin: 0;
        padding: 12px;
    }

    .main-work .calendar__container .calendar__right .calendar__right-box {
        transform: none;
        max-width: 100%;
    }

    .main-work .calendar__container .calendar-wrapper {
        margin: auto;
    }
    .main-work .calendar__right-first-row, .calendar__right-second-row {
        margin: 0;
    }
}

@media (max-width: 500px) {
    .nav-top-row {
        padding: 10px 0;
    }
}

.doc_text {
	min-height: 300px;
	height: auto;
	padding-bottom: 150px;
	border-bottom: solid thin #ddd;
}
.doc_contract_block {
	padding: 30px 15px;
	border-bottom: solid thin #ddd;
}
.doc_contract_block ul {
	margin: 0;
	padding: 0;
}
.doc_contract_block ul li {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
}
.doc_contract_title {
	width: 50%;
	padding: 15px 5px;
}
.doc_contract_status {
	width: 20%;
	padding: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.doc_contract_status.read {
	color: #70ad47;
}
.doc_contract_status.not_read {
	color: #ff0000;
}
.doc_contract_read,
.doc_contract_write {
	padding: 10px 0px;
	width: 8%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.doc_contract_write {
	width: 12%;
}
.doc_contract_read span {
	cursor: pointer;
	background-color: #90caf9;
	border: solid 2px #11408b;
	color: #11408b;
}
.doc_contract_read span:hover {
	background-color: #fff;
}
.doc_contract_write span {
	cursor: pointer;
	background-color: #c1f5ea;
	border: solid 2px #00b569;
	color: #00b569;
}
.doc_contract_write span:hover {
	background-color: #fff;
}
.doc_contract_write .disabled_btn {
	border: solid 2px #97a59f;
	color: #97a59f;
	background-color: #c9d9d6;
	cursor: default;
}
.doc_contract_write .disabled_btn:hover {
	background-color: #c9d9d6;
	cursor: default;
}
.doc_contract_read a,
.doc_contract_write a {
	text-decoration: none;
}
.doc_contract_title span,
.doc_contract_read span,
.doc_contract_write span,
.doc_contract_status span {
	width: 100%;
	padding: 5px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
.doc_contract_title span {
	justify-content: flex-start;
}
@media(max-width: 1000px){
	.doc_contract_title {
		width: 43%;
	}
	.doc_contract_read {
		width: 12%;
	}
	.doc_contract_status {
		width: 20%;
	}
	.doc_contract_write {
		width: 20%;
	}
}
@media(max-width: 550px){
	.doc_contract_block ul li {
		flex-wrap: wrap;
	}
	.doc_contract_title {
		width: 100%;
	}
	.doc_contract_read {
		width: 25%;
	}
	.doc_contract_status {
		width: 38%;
	}
	.doc_contract_write {
		width: 32%;
	}
}

.doc_contract_form_block {
	position: fixed;
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    
    background-color: #FFF;
    z-index: 2080;
    border-radius: 25px;
    box-shadow: 0 0 13px 7px rgba(175,175,175,0.8);
    overflow-y: scroll;
}
.doc_contract_close {
	text-align: right;
	padding: 8px 14px;
}
.doc_contract_close span {
	cursor: pointer;
}

.doc_contract_form_block .log-block {
	margin-top: 5%;
	margin-bottom: 10%;
	box-shadow: 0 3px 10px rgb(125 125 125 / 10%);
	width: 50%;
}
.doc_contract_form_block p {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
@media(max-width:1200px){
	.doc_contract_form_block .log-block {
		width: 80%;
	}
	.doc_contract_form_block p {
		width: 90%;
	}
}
@media(max-width:700px){
	.doc_contract_form_block .log-block {
		margin-top: 2%;
		margin-bottom: 7%;
		width: 90%;
	}
}
.doc_contract_form_block .log-block h1 {
	font-weight: 700;
}

.doc_contract_form_block .log-logo {
	margin-bottom: 0px;
}
.doc_contract_form_block input:disabled {
	background-color: #fafafa;
}



.link_list {
	position: relative;
	max-width: 900px;
	height: 200px;
	display: block;
}
@media(max-width:1700px){
	.link_list {
		max-width: 700px;
	}
}
@media(max-width:1500px){
	.link_list {
		max-width: 600px;
	}
}
@media(max-width:1280px){
	.link_list {
		max-width: 800px;
	}
}
@media(max-width:1150px){
	.link_list {
		max-width: 700px;
	}
}
@media(max-width:960px){
	.link_list {
		max-width: 500px;
	}
}
@media(max-width:780px){
	.link_list {
		max-width: 500px;
	}
}
.doc_slide {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.doc_slide a {
	font-size: 12px;
	color: #282828;
	line-height: 14px;
	text-align: center;
	
	display: flex;
    flex-direction: column;
    align-items: center;
	
}
.doc-slide_arrows {
	position: relative;
}
.doc-slide_arrows svg{
	position: absolute;
	bottom: 25px;
	cursor: pointer;
}
.doc-prev {
	left: -17px;
}
.doc-next {
	right: -17px;
}

.main_slider {
	margin-bottom: 30px;
}
.main_slider_dots_absolute_space {
	position: absolute;
	width: 100%;
	height: 0%;
}
.main_slider_dots_space {
	position: relative;
}
.main_slider_dots_block {
    position: absolute;
    width: 40%;
    top: 595px;
    right: 30%;
    left: 15%;
    text-align: center;
}

.main_slider_dots {
	position: absolute;
	width: auto;
	width: 650px;
	top: 595px;
	right: 210px;
	left: auto;
}
.main_slider_dots_block ul,
.main_slider_dots ul {
	margin: 0;
	padding: 0;
	position: relative;
}
.main_slider_dots_block ul li,
.main_slider_dots ul li {
	display: inline-block;
	margin-right: 12px; 
}
.main_slider_dots_block button,
.main_slider_dots button {
	border-radius: 15px;
	padding: 4px;
	background-color: #fadcd5;
	color: #fadcd5;
	border: solid 5px #fadcd5;
	font-size: 1px;
	cursor: pointer;
}
.main_slider_dots_block .slick-active button,
.main_slider_dots .slick-active button {
	border-radius: 15px;
	padding: 4px;
	background-color: #ff530d;
	color: #ff530d;
	font-size: 1px;
	border: solid 5px #fadcd5;
	cursor: default;
}
@media(max-width: 1550px){
	.main_slider {
		margin-bottom: 0px;
	}
	.main_slider_dots_space {
		margin-bottom: 60px;
	}
	.main_slider_dots {
		top: 0;
		left: 10%;
		right: 10%;
		text-align: center;
		width: 80%;
	}
}



.feedback_text_header {
	margin: 126px auto 8px auto;
	text-align: center;
    max-width: 650px;
    color: #404040;
}
.feedback_text_image_block {
	width: 100%;
	margin-bottom: 76px;
	display: flex;
	justify-content: center;
}
.feedback_text_block {
	padding: 0 25px;
	width: 65%;
}
.feedback_image_block {
	margin-bottom: -25px;
	width: 40%;
}
.feedback_image_block img {
	width: 105px;
	height: auto;
}
@media(max-width: 1600px){
	.feedback_text_header {
		margin: 146px auto 8px auto;
	}
	
	.feedback_text_image_block {
		flex-wrap: wrap;
	}
	.feedback_image_block {
		margin-top: 55px;
    	margin-bottom: -115px;
		width: 75%;
	}
	.feedback_text_block {
		width: 75%;
	}
}
@media(max-width: 674px){
 	.feedback-text {
 		margin-top: 165px;
 	}
 	.employee-feedback-text {
 		margin-top: 45px !important;
 	}
}

.left_feedback_absolute_arrow {
	float: left;
    position: fixed !important;
    left: 10px !important;
    top: 424px !important;
    cursor: pointer;
    z-index: 2;
}
.right_feedback_absolute_arrow {
	float: left;
    position: fixed !important;
    right: 10px !important;
    top: 424px !important;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 1199px) {
    .calc-salary-input, .calc-salary-date-input {
        display: flex;
        flex-direction: column-reverse;
    }
    .calc-salary-input input, .calc-salary-date-input input {
        border-radius: 0 0 5px 5px;
    }
    .feedback_text_header {
		margin: 56px auto 8px auto;
	}
}
.slider-link {
	
}
.web_block_version {
	display: flex;
}
.mobile_block_version {
	display: none;
}
@media(max-width: 550px){
	.web_block_version {
		display: none;
	}
	.mobile_block_version {
		text-align: center;
		display: flex;
	}
}
.for_scroll_up_show {
	display: block !important;
}
.for_scroll_up_hide {
	display: none !important;
}

#alert__msg{
	padding: 30px 40px 30px 40px;
	background: #fefefe;
	color: #324554;
		border: 1px solid #efefef;
    font-family: inherit;
    font-size: 18px;
    	
    position: fixed;
    z-index: 999999;
    top: 120px;
    width: 450px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    display: none;
}
.alert__ok {
	width: 95px;
    text-transform: uppercase;
    
    background: linear-gradient( 0deg, #9ADF3E, #9ADF3E);
    border-radius: 81px;
    border: solid thin #9ADF3E;
    
    padding: 3px 0px 3px 0px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
/*
.alert__ok:hover {
	color: #9ADF3E;
	background: #FFFFFF;
	border: solid thin #9ADF3E; 
}
*/
input[type="date"],
input[type="month"] {
	position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator {
	position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
    color: transparent !important;
    background: transparent !important;
    z-index: 2;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-clear-button {
	z-index: 1;
}




@media(max-width: 700px){
	.calendar__right-second-row {
    	margin-left: auto;
    	margin-right: auto;
    }
}
.not_mobile_ul {
	display: block;
}
.mobile_ul {
	display: none;
}
@media(max-width:520px){
	.not_mobile_ul {
		display: none;
	}
	.mobile_ul {
		display: flex;
	}
}



.first_time_accept {
	font-size: 16px;
	line-height: 18px;
	padding: 10px;
}
.first_time_accept input {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	line-height: 18px;
	cursor: pointer;
	position: relative;
}
.first_time_accept_input:before {
	content: '';
    position: absolute;
    border: solid 2px red;
    background-color: transparent;
    top: -1px;
    left: -1px;
    width: 16px;
    height: 16px;
    border-radius: 5px;
}
@media(max-width:550px){
	.first_time_accept input {
		max-width: 32px;
		min-width: 18px !important;
		min-height: 18px !important;
		width: 100% !important;
		height: 100% !important;
	}
	.first_time_accept_input:before {
		left: 6px;
	}
}
@media(max-width:400px){
	.first_time_accept input {
		min-width: 18px !important;
		min-height: 18px !important;
		width: 100% !important;
		height: 100% !important;
	}
	.first_time_accept_input:before {
		left: 6px;
	}
}
@media(max-width:300px){
	.first_time_accept input {
		width: 100% !important;
		height: 100% !important;
	}
	.first_time_accept_input:before {
		left: 6px;
	}
}



.only_mobile {
	display: none;
}
@media(max-width:560px){
	.only_mobile {
		display: block;
	}
}

.loader_block {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba( 255, 255, 255, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 4000;
}

.loader {
	width: 70px;
	height: 70px;
	animation: spin 2s linear infinite;
}
.loader img {
	width: 70px;
	height: 70px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media(max-width: 450px){
	.salary-left-header span,
	.service-work__header span,
	.until-salary-left-header span {
		font-family: 'Arial';
	}
}


@media(max-width:400px){
	.salary-left-header,
	.until-salary-left-header {
		letter-spacing: -0.02em;
	}
}

.cabinet__mobile {
	display: none;
}
.cabinet__not_mobile {
	display: block;
}
@media(max-width:550px){
	.cabinet__mobile {
		display: block;
	}
	.cabinet__not_mobile {
		display: none;
	}
}
.fs-41 {
	font-size: 41px !important;
	font-family: 'Arial';
	font-weight: 900;
}
@media screen and (max-width: 800px) {
	.fs-41 {
		font-size: 34px !important;
	}
}
@media screen and (max-width: 600px) {
	.fs-41 {
		font-size: 28px !important;
	}
}


@media(max-width: 400px){
	.want-daily-left {
		margin-left: 5px;
	}
}
