@charset "UTF-8";
/*@font-face {
  font-family: "Ubuntu";
  src: url(../font/Ubuntu-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../font/Ubuntu-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../font/Ubuntu-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../font/Ubuntu-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}
@font-face {
  font-family: "Dela Gothic One";
  src: url(../font/DelaGothicOne-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Ubuntu", sans-serif, Helvetica;
  font-feature-settings: "onum" off, "pnum" off, "lnum" on, "tnum" on;
  -moz-font-feature-settings: "onum=0, pnum=0, lnum=1, tnum=1"; /* Firefox */
  -webkit-font-feature-settings: "onum" off, "pnum" off, "lnum" on, "tnum" on; /* WebKit */
  -o-font-feature-settings: "onum" off, "pnum" off, "lnum" on, "tnum" on;
  font-weight: 400;
  color: #403F3B;
  background: #f3f1eb;
}

.bodyStopScroll {
  overflow: hidden;
  height: 100vh;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: "Ubuntu", sans-serif, Helvetica;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

button {
  outline: none;
  border: none;
  padding: 0;
  font-family: "Ubuntu", sans-serif, Helvetica;
  transition: 0.3s all;
}

input, textarea, select, button {
  border: none;
  outline: none;
  font-family: "Ubuntu", sans-serif, Helvetica;
}

textarea:focus {
  border: 1px solid #A3A097;
}

.container {
  max-width: 1440px;
  padding: 0 20px;
}

.input-box {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.input-box .form-inp {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #D4D4D4;
  font-size: 14px;
  line-height: 16px;
  color: #403F3B;
  transition: 0.3s all;
  padding: 0 24px;
}
.input-box .form-inp::placeholder {
  color: #403F3B;
  opacity: 0.4;
}
.input-box .form-inp:focus {
  border-color: #403F3B;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #F35E32;
  transition: 0.3s all;
  padding: 10px 10px 10px 25px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
  cursor: pointer;
}
.form-btn span {
  width: 35px;
  height: 35px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FC6E44;
}
.form-btn:hover {
  box-shadow: none;
}

.access {
  background-image: url(../img/png/bg.jpg);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 16px;
  font-weight: 500;
  padding: 40px 0;
}
.access-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #403F3B;
  display: flex;
  justify-content: space-between;
}
.access-title span, .access-title a {
  cursor: pointer;
  opacity: 0.3;
}
.access-title .active {
  opacity: 1;
}
.access .regis-form {
  display: flex;
  justify-content: center;
}
.access .form-box {
  width: 400px;
  height: 505px;
  background-image: url("../img/png/form-bg.png");
  background-size: cover;
  background-position: bottom right;
  padding: 39px 60px 0 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 20px;
}
.access .form-box .box-title {
  font-size: 26px;
  line-height: 35px;
  font-family: "Dela Gothic One", sans-serif, Helvetica;
}
.access .form-box .box-subtitle {
  font-size: 14px;
  line-height: 23px;
  margin-top: 12px;
}
.access .forgot-pass {
  margin-top: 20px;
  color: #C2C0BE;
  text-align: center;
  cursor: pointer;
}
.access .forgot-pass:hover {
  color: #403F3B;
}
.access .send-new-pass {
  margin-top: 20px;
  color: #C2C0BE;
  text-align: center;
}
.access-form {
  width: 380px;
  height: auto;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
}
.access-body {
  padding: 40px;
}
.access-body .form {
  margin-top: 30px;
}
.access-body .form .phone-number {
  margin-bottom: 15px;
  white-space: nowrap;
}
.access-body .form .phone-number-text {
  margin-right: 3px;
}
.access-body .form .change-num {
  cursor: pointer;
}
.access-footer {
  background: #FBF9F6;
  padding-bottom: 25px;
}
.access-footer .socials {
  padding: 30px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #F0EBE4;
}
.access-footer .socials-title {
  margin-bottom: 15px;
}
.access-footer .socials .social {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  transition: 0.3s all;
}
.access-footer .socials .social:last-child {
  margin-right: 0;
}
.access-footer .socials .social:hover {
  background: #F35E32;
}
.access-footer .socials .social:hover svg path {
  fill: #fff;
}
.access-footer .socials > div > .social-parent:hover .social {
  background: #F35E32;
}
.access-footer .socials > div > .social-parent:hover .social svg path {
  fill: #fff;
}
.access-footer .no-account,
.access-footer .have-account {
  cursor: pointer;
  color: #C2C0BE;
}
.access-footer .no-account:hover,
.access-footer .have-account:hover {
  color: #403F3B;
}

.select {
  width: 100%;
  position: relative;
}
.select-head {
  width: 100%;
  height: 45px;
  border-radius: 15px;
  border: 1px solid #E9E9E9;
  background: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}
.select .options {
  position: absolute;
  top: 105%;
  left: 0;
  /*width: 100%;*/
  background: #fff;
  border-radius: 15px;
  border: 1px solid #E9E9E9;
  display: none;
  z-index: 10;
  padding: 5px;
  padding-left: 0;
  overflow: hidden;
}
.select .options-list {
  padding-right: 5px;
  max-height: 180px;
  overflow-y: auto;
}
.select .options-list::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  background: #B8B4A9;
}
.select .options-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #F35E32;
}
.select .options-list .option {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 16px;
  transition: 0.3s all;
  white-space: nowrap;
  cursor: pointer;
}
.select .options-list .option:hover {
  background: #F35E32;
  color: #fff;
}

.showSelect .select-head img,
.showSelect .select-head svg {
  transform: rotate(180deg);
}
.showSelect .options {
  display: block;
}

.video {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3333333333);
  z-index: 4;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video .video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.video .play {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
}

.playVideo::before {
  display: none;
}
.playVideo .video-img,
.playVideo .play {
  display: none;
}

h2.title-text {
  font-family: "Dela Gothic One", sans-serif, Helvetica;
  font-size: 22px;
  line-height: 25px;
  color: #3d3c39;
}

.header {
  width: 100%;
  padding: 6px 0;
}
.header-title {
  font-family: "Dela Gothic One", sans-serif, Helvetica;
  font-size: 40px;
  line-height: 57px;
  color: #3D3C39;
}
.header-mintitle {
  font-family: "Dela Gothic One", sans-serif, Helvetica;
  font-size: 30px;
  line-height: 43px;
  color: #3D3C39;
}
.header .notification {
  margin-right: 20px;
}
.header .notification-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.header .notification-btn .new-dote {
  position: absolute;
  top: 0;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F35E32;
}
.header .balance {
  margin: 0 30px 0 15px;
}
.header .balance div {
  display: flex;
  flex-direction: column;
}
.header .balance img {
  margin-right: 15px;
}
.header .balance-info {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #3D3C39;
  white-space: nowrap;
}
.header .balance-link {
  font-size: 10px;
  line-height: 11px;
  white-space: nowrap;
  color: #B8B4A9;
  display: inline-block;
  margin-top: 5px;
}
.header .balance-link:hover {
  color: #3D3C39;
}
.header .user div {
  display: flex;
  flex-direction: column;
}
.header .user-photo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 15px;
}
.header .user-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #3D3C39;
  white-space: nowrap;
}
.header .user-profile {
  font-size: 10px;
  line-height: 11px;
  white-space: nowrap;
  color: #B8B4A9;
  display: inline-block;
  margin-top: 5px;
}
.header .user-profile:hover {
  color: #3D3C39;
}

.menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 99;
}
.menu-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 30px;
  padding: 8px 10px;
}
.menu-nav li {
  position: relative;
}
.menu-nav li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  position: relative;
}
.menu-nav li .new-dote {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0px;
  background: #F35E32;
}
.menu-nav .active a {
  background: #498FF4;
  box-shadow: 0px 3px 10px 0px rgba(73, 143, 244, 0.7);
}
.menu-nav .active a svg path {
  stroke: #fff;
}

main {
  padding: 30px 0 0;
  position: relative;
}
.main-box {
	padding: 0 0 80px;
}
main::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e8e6de;
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 100;
}
main .container {
  display: flex;
  transition: 0.3s linear;
}
main .main-info {
  padding-top: 50px;
}
main .sidebar {
  min-width: 50px;
  margin-right: 40px;
  height: 628px;
  background: white;
  padding: 15px 10px;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  overflow-y: auto;
  z-index: 99;
  top:30px;
  position:sticky;
}
main .sidebar::-webkit-scrollbar {
  width: 0;
}
main .sidebar-top {
  height: 70px;
}
main .sidebar-top .logo {
  display: flex;
  align-items: start;
}
main .sidebar-top .logo img:first-child {
  margin-right: 0;
}
main .sidebar-top .logo img:last-child {
  display: none;
}
main .sidebar-btn {
  margin: 20px 0 50px;
  cursor: pointer;
}
main .sidebar-btn svg {
  margin-right: 0;
}
main .sidebar-btn span {
  display: none;
}
main .sidebar-nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 40px;
}
main .sidebar-nav li a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  white-space: nowrap;
}
main .sidebar-nav li a span {
  opacity: 0.6;
  display: none;
}
main .sidebar-nav li a .nav-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  position: relative;
}
main .sidebar-nav li a .nav-icon .new-dote {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0px;
  background: #F35E32;
}
main .sidebar-nav .active .nav-icon {
  background: #498FF4;
  box-shadow: 0px 3px 10px 0px rgba(73, 143, 244, 0.7);
}
main .sidebar-nav .active .nav-icon svg path {
  stroke: #fff;
}
main .sidebar-nav .active span {
  opacity: 1;
}
main .sidebar .add-order {
  cursor: pointer;
}
main .sidebar .add-order svg {
  margin-right: 0;
}
main .sidebar .add-order span {
  display: none;
}
main .sidebar .logOut-btn {
  cursor: pointer;
  transition: 0.3s all;
  margin-top: 10px;
}
main .sidebar .logOut-btn svg {
  margin-right: 0;
}
main .sidebar .logOut-btn span {
  opacity: 0.3;
  display: none;
}
main .sidebar .logOut-btn:hover svg path {
  stroke: #403F3B;
}
main .sidebar .logOut-btn:hover span {
  opacity: 1;
}
main .showSidebar {
  min-width: 212px;
}
main .showSidebar .sidebar-top .logo img:first-child {
  margin-right: 8px;
}
main .showSidebar .sidebar-top .logo img:last-child {
  display: inline-block;
}
main .showSidebar .sidebar-btn {
  opacity: 0.3;
}
main .showSidebar .sidebar-btn svg {
  margin-right: 8px;
  transform: rotate(180deg);
}
main .showSidebar .sidebar-btn span {
  display: inline-block;
}
main .showSidebar .sidebar-nav li a span {
  display: inline-block;
}
main .showSidebar .sidebar-nav li a .nav-icon {
  display: flex;
  margin-right: 8px;
}
main .showSidebar .add-order {
  cursor: pointer;
}
main .showSidebar .add-order svg {
  margin-right: 8px;
}
main .showSidebar .add-order span {
  display: inline-block;
}
main .showSidebar .logOut-btn svg {
  margin-right: 8px;
}
main .showSidebar .logOut-btn span {
  display: inline-block;
}
main .my-orders {
  padding-bottom: 25px;
}
main .my-orders .order-tab-btns {
  font-family: "Dela Gothic One", sans-serif, Helvetica;
  font-size: 22px;
  line-height: 25px;
  position: relative;
}
main .my-orders .order-tab-btns .mobile-tab {
  display: none;
  align-items: center;
  position: relative;
}
main .my-orders .order-tab-btns .mobile-tab::after {
  content: url(../img/svg/arrow-down.svg);
  position: absolute;
  left: 105%;
  top: -2px;
}
main .my-orders .order-tab-btns .tab-btns {
  display: flex;
}
main .my-orders .order-tab-btns .tab-btn {
  cursor: pointer;
  margin-right: 30px;
  color: #C4C2B9;
  white-space: nowrap;
}
main .my-orders .order-tab-btns .tab-btn:last-child {
  margin-right: 0;
}
main .my-orders .order-tab-btns .active {
  color: #3D3C39;
}
main .my-orders .add-order {
  width: 160px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #F35E32;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all;
}
main .my-orders .add-order svg {
  margin-right: 9px;
}
main .my-orders .add-order:hover {
  background: #F35E32;
  color: #fff;
}
main .my-orders .add-order:hover svg path {
  stroke: #fff;
}
main .my-orders .order-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin: 130px 0;
}
main .my-orders .order-box .order-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #5F5D54;
  margin-top: 15px;
}
main .my-orders .order-box .order-subtitle {
  font-size: 14px;
  line-height: 23px;
  color: #A3A097;
  margin: 10px 0 25px;
}
main .my-orders .order-box .order-subtitle span {
  cursor: pointer;
  border-bottom: 1px solid #A3A097;
  white-space: nowrap;
}
main .my-orders .order-box .order-subtitle span:hover {
  border-color: #F35E32;
  color: #F35E32;
}
main .my-orders .order-box .add-order {
  width: 164px;
  background: #F35E32;
  color: #fff;
  justify-content: space-between;
  padding: 5px 5px 5px 15px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.5);
}
main .my-orders .order-box .add-order .icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FC6E44;
}
main .my-orders .order-box .add-order .icon svg {
  margin: 0;
}
main .my-orders .order-box .add-order .icon svg path {
  stroke: #fff;
}
main .my-orders .order-box .add-order:hover {
  box-shadow: none;
}
main .my-orders .order-box .add-social {
  font-size: 14px;
  line-height: 16px;
  color: #b1ada2;
}
main .my-orders .order-box .add-social a {
  border-bottom: 1px solid #B1ADA2;
  white-space: nowrap;
}
main .my-orders .order-box .add-social a:hover {
  color: #498FF4;
  border-color: #498FF4;
}
main .my-orders .notifications {
  margin: 0 0 40px;
  display: block;
}
main .order-steps {
  display: flex;
  padding-top: 30px;
}
main .order-steps .steps-item {
  margin: 25px 40px 0 0;
  position: sticky;
  top: 20px;
  left: 0;
  min-width: 250px;
}
main .order-steps .steps-item .steps-list {
  display: flex;
  align-items: start;
  margin-bottom: 40px;
}
main .order-steps .steps-item .steps-list:last-child {
  margin-bottom: 10px;
}
main .order-steps .steps-item .steps-list .step {
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
  line-height: 17px;
  color: #BFBBAF;
  margin-top: 5px;
}
main .order-steps .steps-item .steps-list .step-name {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #BFBBAF;
  pointer-events: none;
}
main .order-steps .steps-item .steps-list:first-child .step-name {
  color: #403F3B;
  pointer-events: visible;
}
main .order-steps .steps-item .quiz {
  pointer-events: none;
}
main .order-steps .steps-item .quiz-head {
  cursor: pointer !important;
}
main .order-steps .steps-item .quiz-head .step-name {
  margin-right: 9px;
}
main .order-steps .steps-item .quiz-list {
  display: none;
}
main .order-steps .steps-item .quiz-item {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 20px;
  color: #BFBBAF;
  pointer-events: none;
}
main .order-steps .steps-item .showQuiz {
  pointer-events: visible;
}
main .order-steps .steps-item .showQuiz .quiz-head img {
  transform: rotate(180deg);
}
main .order-steps .steps-item .showQuiz .quiz-list {
  display: block;
}
main .order-steps .steps-item .showQuiz .quiz-item:first-child {
  /*color: #403F3B;
  pointer-events: visible;*/
}
main .order-steps .steps-item .rotateIcon {
  transform: rotate(360deg) !important;
}
main .order-steps .steps-item .showStep .step-name {
  color: #403F3B;
  pointer-events: visible;
}
main .order-steps .steps-item .show-quizItem {
  color: #403F3B;
  pointer-events: visible;
}
main .order-steps .steps-form {
  width: 720px;
  border-radius: 30px;
  padding: 40px;
  background: #fff;
}
main .order-steps .steps-form .box-item {
  margin-bottom: 40px;
}
main .order-steps .steps-form .item-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
main .order-steps .steps-form .check-radio {
  display: flex;
  flex-wrap: wrap;
}
main .order-steps .steps-form .check-radio label {
  cursor: pointer;
  margin: 15px 15px 0 0;
}
main .order-steps .steps-form .check-radio label input {
  display: none;
}
main .order-steps .steps-form .check-radio label span {
  padding: 8.5px 22px 10.5px;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
main .order-steps .steps-form .check-radio label input:checked ~ span {
  background: #F35E32;
  color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(243, 94, 50, 0.6);
}
main .order-steps .steps-form .item-info {
  display: flex;
  flex-wrap: wrap;
}
main .order-steps .steps-form .item1 .input-box {
  margin: 0;
  margin-top: 15px;
  width: 27%;
  height: 45px;
}
main .order-steps .steps-form .item1 .input-box .form-inp {
  padding: 0 5px 0 20px;
}
main .order-steps .steps-form .item1 .input-box:last-child {
  width: 13%;
}
main .order-steps .steps-form .item1 .select {
  width: 27%;
  margin-top: 15px;
}
main .order-steps .steps-form .item1 #house {
  padding: 0;
  text-align: center;
}
main .order-steps .steps-form .count-box {
  width: 135px;
  height: 45px;
  border-radius: 15px;
  border: 1px solid #E9E9E9;
  padding: 5px;
}
main .order-steps .steps-form .count-box .count-minus,
main .order-steps .steps-form .count-box .count-plus {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main .order-steps .steps-form .count-box .count-minus:hover,
main .order-steps .steps-form .count-box .count-plus:hover {
  background: #F0EBE4;
}
main .order-steps .steps-form .count-box .count {
  font-size: 14px;
  line-height: 16px;
}
main .order-steps .steps-form .price-box {
  padding: 15px 20px;
  border-radius: 14px;
  background: #EDF9FE;
  position: relative;
}
main .order-steps .steps-form .price-box::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -7px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #EDF9FE;
  transform: rotate(45deg);
}
main .order-steps .steps-form .price-box .price-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #5D717A;
}
main .order-steps .steps-form .price-box .price-subtitle {
  font-size: 11px;
  line-height: 12px;
  color: #ABC2CD;
  margin-top: 4px;
  margin-right: 14px;
}
main .order-steps .steps-form .price-box .price-faq {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  background: #E0F2FA;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .order-steps .steps-form .item2 {
  margin-top: 5px;
}
main .order-steps .steps-form .item2 .count-box {
  margin-right: 25px;
}
main .order-steps .steps-form .item2 .count::after {
  content: "м²";
  margin-left: 3px;
}
main .order-steps .steps-form .check-box label {
  cursor: pointer;
  margin: 15px 15px 0 0;
}
main .order-steps .steps-form .check-box label input {
  appearance: none;
  width: 14px;
  height: 14px;
  background-image: url("../img/svg/no-check.svg");
  background-size: 100% 100%;
  margin-right: 7px;
}
main .order-steps .steps-form .check-box label span {
  padding: 8px 15px;
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}
main .order-steps .steps-form .check-box label small {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
main .order-steps .steps-form .check-box label .count-box {
  width: auto;
  height: auto;
  border-radius: 0;
  border-color: #fff;
  padding: 0;
  position: relative;
  z-index: 5;
  margin-left: 7px;
  display: none;
  align-items: center;
}
main .order-steps .steps-form .check-box label .count-box .count-minus,
main .order-steps .steps-form .check-box label .count-box .count-plus {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  padding: 0;
}
main .order-steps .steps-form .check-box label .count-box .count-minus img,
main .order-steps .steps-form .check-box label .count-box .count-plus img {
  width: 8px;
}
main .order-steps .steps-form .check-box label .count-box .count {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
main .order-steps .steps-form .check-box label input:checked {
  background-image: url("../img/svg/checked.svg");
}
main .order-steps .steps-form .check-box label input:checked ~ small {
  box-shadow: 0px 5px 20px 0px rgba(243, 94, 50, 0.15);
}
main .order-steps .steps-form .check-box label input:checked ~ .count-box {
  display: flex;
}
main .order-steps .steps-form .check-list .check-item {
  margin: 15px 15px 0 0;
  padding: 8px 15px;
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}
main .order-steps .steps-form .check-list .check-item input {
  appearance: none;
  width: 14px;
  height: 14px;
  background-image: url("../img/svg/no-check.svg");
  background-size: 100% 100%;
  margin-right: 7px;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
main .order-steps .steps-form .check-list .check-item label, main .order-steps .steps-form .check-list label.check-item {
  cursor: pointer;
  position: relative;
  z-index: 4;
}
main .order-steps .steps-form .check-list .check-item small {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
main .order-steps .steps-form .check-list .check-item .count-box {
  width: auto;
  height: auto;
  border-radius: 0;
  border-color: #fff;
  padding: 0;
  position: relative;
  z-index: 5;
  margin-left: 7px;
  display: none;
  align-items: center;
}
main .order-steps .steps-form .check-list .check-item .count-box .count-minus,
main .order-steps .steps-form .check-list .check-item .count-box .count-plus {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  padding: 0;
}
main .order-steps .steps-form .check-list .check-item .count-box .count-minus img,
main .order-steps .steps-form .check-list .check-item .count-box .count-plus img {
  width: 8px;
}
main .order-steps .steps-form .check-list .check-item .count-box .count {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
main .order-steps .steps-form .check-list .check-item .count-box .count::after {
  display: none;
}
main .order-steps .steps-form .check-list .check-item input:checked {
  background-image: url("../img/svg/checked.svg");
  height: 16px;
}
main .order-steps .steps-form .check-list .check-item input:checked ~ small {
  box-shadow: 0px 5px 20px 0px rgba(243, 94, 50, 0.15);
}
main .order-steps .steps-form .check-list .check-item input:checked ~ .count-box {
  display: flex;
}
main .order-steps .steps-form textarea {
  max-width: 100%;
  height: 36px;
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  padding: 8px 16px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
  resize: both;
  min-width: 270px;
}
main .order-steps .steps-form textarea::placeholder {
  opacity: 0.4;
}
main .order-steps .step-controls {
  display: flex;
  justify-content: end;
  margin-top: 50px;
}
main .order-steps .step-controls .saved-draft {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  opacity: 0.2;
  /*cursor: pointer;*/
  transition: 0.3s all;
  margin-right: 40px;
}
main .order-steps .step-controls .saved-draft svg {
  margin-right: 7px;
}
/*main .order-steps .step-controls .saved-draft:hover {
  opacity: 1;
}*/
main .order-steps .step-controls .step-prev {
  min-width: 55px;
  height: 55px;
  border-radius: 12px;
  background: #FEF1ED;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
}
main .order-steps .step-controls .step-prev:hover svg path {
  fill: #403F3B;
}
main .order-steps .step-controls .step-next {
  width: 215px;
  cursor: pointer;
}
main .order-steps .check-btn {
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
}
main .order-steps .check-btn input {
  appearance: none;
  width: 16px;
  height: 16px;
  background-image: url("../img/svg/no-check.svg");
  background-size: 100% 100%;
  margin-right: 7px;
}
main .order-steps .check-btn input:checked {
  height: 16px;
  background-image: url("../img/svg/checked.svg");
}
main .order-steps .item3 .count-box {
  margin-top: 15px;
}
main .order-steps .item4 textarea {
  margin-top: 15px;
}
main .order-steps .members .member-card {
  width: 49%;
  background: #FFF9F7;
  border-radius: 20px;
  padding: 20px;
  margin-top: 15px;
}
main .order-steps .members .member-card .member-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
main .order-steps .members .member-card .member-name p {
  margin-right: 7px;
}
main .order-steps .members .member-card .member-name input {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-right: 7px;
  border:0;
  background:none;
}
main .order-steps .members .member-card .member-name img {
  cursor: pointer;
  /*margin-left: -15px;*/
}
main .order-steps .members .member-card .count-box {
  border: 1px solid #F4E6E2;
  margin-top: 15px;
}
main .order-steps .members .member-card .count-box .count-minus,
main .order-steps .members .member-card .count-box .count-plus {
  background: #FCEEEA;
}
main .order-steps .members .member-card .count-box .count::after {
  content: "лет";
  margin-left: 2px;
}
main .order-steps .members .member-card textarea {
  width: 100%;
  background: transparent;
}
main .order-steps .members .member-card textarea::placeholder {
  opacity: 0.4;
  color: #6B5B57;
}
main .order-steps .members .member-card .member-select {
  margin-top: 15px;
  margin-bottom: 10px;
}
main .order-steps .members .member-card .member-select .options {
  max-height: 1000px;
  overflow: visible;
}
main .order-steps .members .member-card .member-select .options .option:last-child {
  padding: 0 15px;
}
main .order-steps .members .member-card .member-select .options .option:last-child:hover {
  background: #fff;
}
main .order-steps .members .member-card .member-select .options textarea {
  width: 100%;
  resize: none;
  margin-top: 5px;
}
main .order-steps .members .member-card textarea {
  margin-top: 5px;
}
main .order-steps .members .member-card .text-box {
  position: relative;
}
main .order-steps .members .member-card .text-box .faq-icon {
  position: absolute;
  top: 13px;
  right: 14px;
}
main .order-steps .members .addMemeber-card {
  width: 49%;
  height: 385px;
  border: 5px solid #FFF9F7;
  border-radius: 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s all;
  cursor: pointer;
}
main .order-steps .members .addMemeber-card p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #C4BAB7;
  margin-top: 12px;
}
main .order-steps .members .addMemeber-card:hover {
  background: #FFF9F7;
}
main .order-steps .step-box-head {
  margin-bottom: 35px;
}
main .order-steps .step-box-title {
  display: flex;
  align-items: center;
}
main .order-steps .step-box-title p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-right: 14px;
}
main .order-steps .step-box-subtitle {
  font-size: 13px;
  line-height: 23px;
  margin-top: 10px;
}
main .order-steps .check-lists .check-item {
  margin-top: 60px;
  margin-right: 20px;
}
main .order-steps .check-lists .check-item:nth-child(1), main .order-steps .check-lists .check-item:nth-child(2), main .order-steps .check-lists .check-item:nth-child(3) {
  margin-top: 0;
}
main .order-steps .check-lists p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #403F3B;
}
main .order-steps .check-lists ul li {
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
main .order-steps .check-lists ul li:first-child {
  margin-top: 15px;
}
main .order-steps .check-lists ul li::before {
  content: url("../img/svg/no-check.svg");
  margin: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  margin: 4px 7px 0 0;
}
main .order-steps .field_cont_18 .check-lists ul li::before {
  margin: 3px 7px 0 0;
}
main .order-steps .check-lists ul .checked::before {
  content: url("../img/svg/checked.svg");
}
main .order-steps .checkBtn {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
main .order-steps .checkBtn::before {
	background: url(../img/svg/no-check.svg) no-repeat top left / 100% 100%;
    height: 13px;
    display: flex;
    align-items: center;
    margin: 0px 7px 0 0;
    content: "";
    width: 13px;
	min-width: 13px;
}
main .order-steps .field_cont_19 .checkBtn::before {
    margin: 0px 7px 0 0;
}
main .order-steps .field_cont_19 .lists .checkBtn::before {
    margin: -1px 7px 0 0;
}
main .order-steps .checked::before {
	/*background: url(../img/svg/checked.svg) no-repeat top left / 100% 100%;*/
  content: url("../img/svg/checked.svg");
}
main .order-steps .field_cont_19 .checked::before {
	background: url(../img/svg/checked.svg) no-repeat top left / 100% 100%;
  content: "";
}
main .order-steps .style-item .checked::before {
	background: url(../img/svg/checked.svg) no-repeat top left / 100% 100%;
  content: '';
}
main .order-steps .style-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 20px;
  margin-bottom: 30px;
}
main .order-steps .style-item:last-child {
  margin-bottom: 0;
}
main .order-steps .style-item .item-list {
  padding: 0 20px;
}
main .order-steps .style-item .stile-list {
  margin-top: 15px;
  width: 45%;
  position: relative;
}
main .order-steps .style-item .stile-list::before {
  content: "";
  width: 1px;
  height: 90%;
  background: #F2F2F2;
  position: absolute;
  bottom: 0;
  left: 110%;
}
main .order-steps .style-item .stile-list:last-child::before {
  display: none;
}
main .order-steps .style-item .stile-list .checkBtn {
  font-size: 14px;
  line-height: 16px;
}
main .order-steps .style-item .stile-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  margin-top: 9px;
}
main .order-steps .style-item .stile-list .stile-photos .photo {
  position: relative;
  width: 49%;
  height: 104px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}
main .order-steps .style-item .stile-list .stile-photos .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .order-steps .style-item .stile-list .stile-photos .photo .zoom {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: 0.3s all;
}
main .order-steps .style-item .stile-list .stile-photos .photo .zoom:hover {
  background: #F35E32;
}
main .order-steps .style-item .stile-list .stile-photos .photo .zoom:hover svg path {
  stroke: #fff;
}
main .order-steps .style_hide {
  background: #f9f9f9;
  opacity: 0.5;
  pointer-events: none;
}
main .order-steps .style-palette .colors {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  margin-top: 15px;
}
main .order-steps .style-palette .colors li {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  position: relative;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
main .order-steps .style-palette .colors li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .order-steps .style-palette .colors .addColor2::before {
  content: url(../img/svg/check-blue.svg);
  opacity:0;
}
main .order-steps .style-palette .colors .addColor2:hover::before {
  opacity:1;
}
main .order-steps .style-palette .colors .removeColor::before {
  content: url(../img/svg/close-blue.svg);
  opacity:0;
}
main .order-steps .style-palette .colors .removeColor:hover::before {
  opacity:1;
}
.filter_invert::before {
	filter: invert(100%);
}
main .order-steps .style-palette .palette {
  width: 48%;
  margin-top: 15px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
}
main .order-steps .style-palette .palette .colors {
  display: flex;
  flex-direction: column;
  width: 30px;
  margin-top: 0;
}
main .order-steps .style-palette .palette .colors li {
  margin: 0 0 10px 0;
}
main .order-steps .style-palette .palette .colors li:last-child {
  margin-bottom: 0;
}
main .order-steps .photos-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin-bottom: 30px;
}
main .order-steps .photos-box:last-child {
  margin-bottom: 0;
}
main .order-steps .photos-box .photos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
main .order-steps .photos-box .photo {
  width: 100%;
  height: 154px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
main .order-steps .photos-box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .order-steps .photos-box .photo input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  appearance: none;
}
main .order-steps .photos-box .photo span {
  content: url(../img/svg/check2.svg);
  position: absolute;
  top: 15px;
  right: 15px;
}
main .order-steps .photos-box .photo input:checked ~ span {
  content: url(../img/svg/check2.1.svg);
}
main .order-steps .photos-box .oldChecked {
  opacity: 0.4;
  pointer-events: none;
}
main .order-steps .design {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  /*padding: 30px;*/
  margin-bottom: 30px;
}
main .order-steps .design:last-child {
  margin-bottom: 0;
}
main .order-steps .design-head {
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 30px;
}
main .order-steps .design .check-lists {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  /*margin-top: 20px;*/
  padding: 0 30px 30px 30px;
}
main .order-steps .showDesign .design-head svg {
  transform: rotate(180deg);
}
main .order-steps .showDesign .check-lists {
  display: flex;
}
main .order-steps .householdAppliances {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 25px 30px;
  margin-bottom: 30px;
}
main .order-steps .householdAppliances:last-child {
  margin-bottom: 0;
}
main .order-steps .householdAppliances .add_yours {
  color: #C4C2B9;
}
main .order-steps .householdAppliances-info {
  padding-left: 20px;
}
main .order-steps .householdAppliances-info .checkBtn {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 15px;
}
main .order-steps .householdAppliances-info .quantity {
  margin-top: 5px;
}
main .order-steps .householdAppliances-info .quantity-text {
  font-size: 14px;
  line-height: 16px;
  margin-right: 20px;
}
main .order-steps .lighting-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 30px;
}
main .order-steps .lighting-box .lighting {
  width: 100%;
}
main .order-steps .lighting-box .lighting-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
main .order-steps .lighting-box .lighting img {
  width: 100%;
  height: 155px;
  border-radius: 9px;
  object-fit: cover;
  margin: 20px 0 25px;
}
main .order-steps .lighting-box .lighting-radio label {
  width: 48%;
  cursor: pointer;
}
main .order-steps .lighting-box .lighting-radio label input {
  display: none;
}
main .order-steps .lighting-box .lighting-radio label span {
  width: 100%;
  height: 38px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
}
main .order-steps .lighting-box .lighting-radio label span::before {
  content: url("../img/svg/no-check.svg");
  margin-right: 7px;
  margin-top: 5px;
}
main .order-steps .lighting-box .lighting-radio label input:checked ~ span {
  box-shadow: 0px 5px 20px 0px rgba(243, 94, 50, 0.15);
}
main .order-steps .lighting-box .lighting-radio label input:checked ~ span::before {
  content: url("../img/svg/checked.svg");
  margin-top: 3px;
}
main .order-steps .warm-floors .types,
main .order-steps .conditioner .types {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  width: 95%;
}
main .order-steps .warm-floors .types:last-child,
main .order-steps .conditioner .types:last-child {
  margin-bottom: 0;
}
main .order-steps .warm-floors .types-name,
main .order-steps .conditioner .types-name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
main .order-steps .warm-floors .types-radio,
main .order-steps .conditioner .types-radio {
  width: 78%;
  display: flex;
  justify-content: space-between;
}
main .order-steps .warm-floors .types-radio label,
main .order-steps .conditioner .types-radio label {
  cursor: pointer;
}
main .order-steps .warm-floors .types-radio label input,
main .order-steps .conditioner .types-radio label input {
  display: none;
}
main .order-steps .warm-floors .types-radio label span,
main .order-steps .conditioner .types-radio label span {
  padding: 8px 15px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
}
main .order-steps .warm-floors .types-radio label span::before,
main .order-steps .conditioner .types-radio label span::before {
  content: url("../img/svg/no-check.svg");
  margin-right: 7px;
  margin-top: 5px;
}
main .order-steps .warm-floors .types-radio label input:checked ~ span,
main .order-steps .conditioner .types-radio label input:checked ~ span {
  box-shadow: 0px 5px 20px 0px rgba(243, 94, 50, 0.15);
}
main .order-steps .warm-floors .types-radio label input:checked ~ span::before,
main .order-steps .conditioner .types-radio label input:checked ~ span::before {
  content: url("../img/svg/checked.svg");
  margin-top: 3px;
}
main .order-steps .conditioner .types {
  width: 100%;
}
main .order-steps .conditioner .types-radio {
  width: 70%;
  justify-content: start;
}
main .order-steps .conditioner .types-radio label {
  cursor: pointer;
  margin-right: 45px;
}
main .order-steps .conditioner .types-radio label:last-child {
  margin-right: 0;
}
main .order-steps .decor-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin-bottom: 30px;
}
main .order-steps .decor-box .decor-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
main .order-steps .decor-box .decor-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 26px;
  margin-top: 30px;
}
main .order-steps .decor-box .decor-list .decor label {
  cursor: pointer;
}
main .order-steps .decor-box .decor-list .decor label input {
  display: none;
}
main .order-steps .decor-box .decor-list .decor label span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
main .order-steps .decor-box .decor-list .decor label span::before {
  content: "";
  margin-right: 7px;
  width: 14px;
  line-height: 14px;
  height: 28px;
  background-image: url("../img/svg/no-check.svg");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
main .order-steps .decor-box .decor-list .decor label input:checked ~ span::before {
  background-image: url("../img/svg/checked.svg");
}
main .order-steps .decor-box .decor-list .decor-img {
  width: 100%;
  height: 122px;
  border-radius: 9px;
  object-fit: cover;
  margin-top: 10px;
}
main .order-steps .additional-textarea, main .box-item-31 textarea {
  width: 328px;
  min-height: 70px;
}
main .order-steps .order-pay .payment-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
main .order-steps .order-pay .info-box {
  background: #FFF9F7;
  border-radius: 14px;
  padding: 30px;
}
main .order-steps .order-pay .info-box .info-text {
  font-size: 13px;
  line-height: 23px;
  width: 57%;
}
main .order-steps .order-pay .info-box .info-text P:first-child {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
main .order-steps .order-pay .info-box .view-video {
  width: 166px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #F35E32;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
}
main .order-steps .order-pay .info-box .view-video span {
  display: flex;
  align-items: center;
}
main .order-steps .order-pay .info-box .view-video span::after {
  content: url(../img/svg/play-min.svg);
  margin-left: 7px;
  margin-top: 3px;
}
main .order-steps .order-pay .info-box .view-video:hover {
  opacity: 0.7;
}
main .order-steps .order-pay .payment {
  margin: 40px 0;
}
main .order-steps .order-pay .payment-item {
  width: 31%;
}
main .order-steps .order-pay .payment-item .item {
  height: 181px;
  border-radius: 20px;
  border: 5px solid #FFF9F7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
}
main .order-steps .order-pay .payment-item .item-sale {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  color: #F35E32;
}
main .order-steps .order-pay .payment-item .item-price {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 10px 0 15px;
}
main .order-steps .order-pay .payment-item input {
  display: none;
}
main .order-steps .order-pay .payment-item.active .item {
  border-color: #F35E32;
}
main .order-steps .order-pay .for-payment label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #403F3B;
  margin-right: 10px;
}
main .order-steps .order-pay .for-payment label input {
  appearance: none;
  margin-right: 7px;
  transform: translateY(3px);
  width: 14px;
  height: 14px;
  background-image: url("../img/svg/no-check.svg");
  background-size: 100% 100%;
}
main .order-steps .order-pay .for-payment label input:checked {
  background-image: url("../img/svg/checked.svg");
}
main .order-steps .order-pay .for-payment p {
  font-size: 12px;
  line-height: 13px;
  color: #A2A29F;
  margin-top: 9px;
  padding: 0 25px;
}
main .order-steps .order-pay .for-payment-faq {
  transform: translateY(-5px);
  cursor: pointer;
}
main .order-steps .order-pay .for-payment .for-payment-link {
  display: flex;
  align-items: center;
  width: 200px;
  margin: 50px 0;
}
main .order-steps .order-pay .for-payment .for-payment-link p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
main .order-steps .order-pay .for-payment .help {
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  color: #c2c0be;
}
main .order-steps .order-pay .for-payment .help-btn {
  cursor: pointer;
  border-bottom: 1px solid #C2C0BE;
}
main .order-steps .order-pay .for-payment .help-btn:hover {
  border-bottom-color: #FC6E44;
}
main .order-steps .measure-box {
  background: #fff9f7;
  border-radius: 20px;
  padding: 30px;
}
main .order-steps .measure-box .box-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #403f3b;
  width: 50%;
}
main .order-steps .measure-box .video {
  width: 208px;
  height: 102px;
  border-radius: 12px;
}
main .order-steps .measure-box .video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3333333333);
  z-index: 4;
}
main .order-steps .measure-box .video .play {
  width: 30px;
  height: 30px;
  background: transparent;
  z-index: 4;
}
main .order-steps .measure-box .video .play svg path {
  fill: #fff;
}
main .order-steps .measure-box .view-pdf {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #827F7E;
  cursor: pointer;
  margin-top: 15px;
}
main .order-steps .measure-box .view-pdf img {
  margin-left: 5px;
}
main .order-steps .measure-btns {
  margin: 30px 0 50px;
}
main .order-steps .measure-btns .measure-upload {
  min-width: 215px;
  position: relative;
  margin-right: 20px;
}
main .order-steps .measure-btns .measure-upload label {
  cursor: pointer;
}
main .order-steps .measure-btns .measure-upload label input {
  display: none;
}
main .order-steps .measure-btns .measure-upload .uploaded {
  position: absolute;
  left: 0;
  top: 125%;
  display: flex;
  align-items: center;
  font-size: 12px;
  left: 12px;
  color: #403f3b;
  z-index: 3;
}
main .order-steps .measure-btns .measure-upload .uploaded-text {
  display: inline-block;
  margin: 0 7px;
}
main .order-steps .measure-btns .measure-upload .uploaded-remove {
  cursor: pointer;
  transition: 0.3s all;
}
main .order-steps .measure-btns .measure-upload .uploaded-remove:hover {
  transform: scale(1.6);
}
main .order-steps .measure-btns .measure-upload .uploaded-remove:hover svg path {
  stroke: red;
}
main .order-steps .measure-btns .donT-measure {
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: #fef1ed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #917f79;
  cursor: pointer;
}
main .order-steps .measure-btns .donT-measure:hover {
  opacity: 0.8;
  color: #917f79;
}
main .order-steps .placeOrder-btn {
  width: 211px;
}
main .status-order {
  background: #498FF4;
  color: #fff;
  height: 304px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
main .status-order .step-box-head {
  margin: 0;
}
main .status-order .step-box-subtitle {
  max-width: 448px;
  margin: 15px 0 20px;
}
main .status-order_link {
  width: 216px;
  height: 55px;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: #3d3c39;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .payment_step,
main .measure_step {
  width: 720px;
  border-radius: 30px;
  padding: 40px;
  background: #fff;
  margin-bottom: 50px;
}
main .status_step {
  /*width: 720px;*/
  margin: -40px -20px;
}
main .order-status {
  width: 100%;
  padding: 40px;
  background: #fff;
  margin: 30px 0 !important;
  border-radius: 30px;
  justify-content: space-between;
  position: relative;
}
main .order-status .info-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #403f3b;
}
main .order-status .info-subtitle {
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
}
main .order-status .info-data {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #cfccc1;
  right: 40px;
  bottom: 40px;
  position: absolute;
}
main .order-status .info-data::before {
  content: url(../img/svg/calendar.svg);
  margin: 2px 5px 0 0;
  display: inline;
  vertical-align: middle;
}
main .order-status .status-project {
  margin: 18px 0;
}
main .order-status .status-project p {
  font-size: 13px;
  line-height: 14px;
  color: #a2a2a2;
  width: 120px;
}
main .order-status .status-project .status {
  padding: 7.5px 11px;
  border-radius: 9px;
  background: #f4f4f4;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  color: #747474;
}
main .order-status .status-project .consideration {
  color: #7c5119;
  background: #ffe3be;
  font-weight: 500;
}
main .order-status .status-step {
  font-size: 13px;
  line-height: 14px;
  color: #a2a2a2;
}
main .order-status .status-step p {
  width: 120px;
}
main .order-status .status-step .step {
  font-weight: 500;
}
main .order-status .status-step .step .active {
  color: #747474;
}
main .order-status .form-btn {
  height: 40px;
  width: auto;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  margin-top: 30px;
  box-shadow: none;
  display: inline-flex;
}
main .order-status .form-btn:hover {
  color: #fff;
}
main .order-status .form-btn p {
  margin-right: 10px;
}
main .order-status .toPayment {
  width: auto;
  margin-right: 20px;
}
main .order-status .help-btn,
main .order-status .leave-tip_btn,
main .order-status .review_btn {
  background: #fef1ed;
  color: #917F79;
}
main .order-status .help-btn:hover,
main .order-status .leave-tip_btn:hover,
main .order-status .review_btn:hover {
  color: #917F79;
}
main .order-status .view-reason {
  width: 185px;
  margin-right: 20px;
}
main .order-status .notification-link {
  width: 45px;
  height: 45px;
  border-radius: 15px;
  background: #fef1ed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .order-status .notification-link:hover {
  background: #EFEFEF;
}
main .order-status .notification-link .new-dote {
  position: absolute;
  top: 0;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F35E32;
}
main .order-status .loading-measurements {
  width: 230px;
  margin-right: 20px;
}
main .order-status .donT_measure, main .order-status .price_measure {
  width: 246px;
  justify-content: center;
  background: #fef1ed;
  color: #917F79;
  padding: 0;
}
main .order-status .open-order {
  width: 148px;
}
main .order-status .open-order_data {
  background: #fef1ed;
  color: #917f79;
}
main .order-box .box-left {
  margin-right: 10px !important;
}
main .order-box .box-timer {
  width: 250px;
  height: 250px;
  border-radius: 30px;
  background-image: url(../img/png/vektor-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: 30px;
  padding: 40px;
  box-shadow: 0px 15px 50px 0px rgba(243, 94, 50, 0.3);
  flex: 0 0 auto
}
main .order-box .box-timer .timer-top {
  padding: 7px 9px;
  border-radius: 7px;
  background: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  color: #3d3c39;
}
main .order-box .box-timer .timer-top img {
  margin-right: 7px;
}
main .order-box .box-timer .timer-big {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 10px 0 7px;
}
main .order-box .box-timer .timer-text {
  font-size: 12px;
  line-height: 17px;
}
main .order-box .order-decoration {
  background: #2F2F2F url(../img/png/vector2.png);
  background-position: right;
  background-size: cover;
  width: 100%;
  border-radius: 30px;
  color: #fff;
  padding: 20px;
  position: relative;
  margin-top: -30px;
}
main .order-box .order-decoration::before {
  content: url(../img/png/head.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
}
main .order-box .order-decoration .decoration-title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  width: 220px;
  margin-right: 24px;
}
main .order-box .order-decoration .decoration-subtitle {
  font-size: 16px;
  line-height: 25px;
  color: #a4a4a4;
  width: 280px;
}
main .order-box .order-decoration .decoration-sum {
  padding: 12px 30px;
  border-radius: 15px;
  background: #363636;
  white-space: nowrap;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 30px;
}
main .order-box .order-decoration .form-btn p {
  margin-right: 15px;
}
main .my-orders-head {
  padding: 18px 18px 18px 30px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
}
main .my-orders-head .order-title {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}
main .my-orders-head .order-title .change {
  margin-left: 7px;
  cursor: pointer;
  width: 16px;
}
main .my-orders-head .status {
  padding: 7.5px 11px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  color: #7C5119;
  border-radius: 9px;
  background: #ffe3be;
  margin: 0 20px;
}
main .my-orders-head .timer-head {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #f35e32;
}
main .my-orders-head .backTo-link {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #faf8f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .my-orders-body .body-left {
  min-width: 350px;
  width:40%;
  margin-right: 10px;
}
main .my-orders-body .body-left .arrow {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #fef1ed;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .my-orders-body .body-left .left-step {
  padding: 15px 15px 15px 30px;
  border-radius: 20px;
  background: #fff;
}
main .my-orders-body .body-left .left-step .step-head {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #403f3b;
  cursor: pointer;
}
main .my-orders-body .body-left .left-step .step-head p {
  margin-right: 17px;
}
main .my-orders-body .body-left .left-step .step-head .step-count {
  padding: 7.5px 15px;
  border-radius: 12px;
  background: #ffe3be;
  color: #403F3B;
}
main .my-orders-body .body-left .left-step .step-info {
  margin-top: 17px;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}
main .my-orders-body .body-left .left-step .step-info::before {
  content: "";
  width: 150%;
  height: 1px;
  background: #f3f1eb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .my-orders-body .body-left .left-step .step-info::after {
  content: "";
  width: 1px;
  height: 93%;
  border: 2px dashed #FFF7EC;
  position: absolute;
  top: 25px;
  left: 16px;
}
main .my-orders-body .body-left .left-step .step-info .info-item {
  margin-bottom: 30px;
}
main .my-orders-body .body-left .left-step .step-info .disabled {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
main .my-orders-body .body-left .left-step .step-info .info-num {
  min-width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #ffe3be;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #403f3b;
  position: relative;
  z-index: 3;
  margin-right: 15px;
  position: relative;
}
main .my-orders-body .body-left .left-step .step-info .info-item:last-child .info-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 500px;
  background: #fff;
  z-index: 4;
}
main .my-orders-body .body-left .left-step .step-info .info-list-title {
  cursor: pointer;
}
main .my-orders-body .body-left .left-step .step-info .list-title p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #403f3b;
}
main .my-orders-body .body-left .left-step .step-info .list-title .status {
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  margin-top: 6px;
  padding: 4px 5px;
  display: inline-block;
}
main .my-orders-body .body-left .left-step .step-info .list-title .accepted {
  background: #e8fbe9;
  color: #36a43b;
}
main .my-orders-body .body-left .left-step .step-info .info-arrow {
  display: none;
}
main .my-orders-body .body-left .left-step .step-info .options {
  padding-right: 15px;
  display: none;
}
main .my-orders-body .body-left .left-step .step-info .options li {
  margin-top: 10px;
}
main .my-orders-body .body-left .left-step .step-info .options li:last-child {
  margin-bottom: 0;
}
main .my-orders-body .body-left .left-step .step-info .options li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  border-radius: 12px;
  background: #fff;
  font-size: 12px;
  line-height: 12px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 0 10px;
}
main .my-orders-body .body-left .left-step .step-info .options li a span {
  display: inline-block;
  margin-right: 7px;
}
main .my-orders-body .body-left .left-step .step-info .options li a:hover {
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
}
main .my-orders-body .body-left .left-step .step-info .options .option {
  margin-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #F3F1EB;
}
main .my-orders-body .body-left .left-step .step-info .options .option:last-child {
  border-bottom: none;
}
main .my-orders-body .body-left .left-step .step-info .options .option-title p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #403F3B;
}
main .my-orders-body .body-left .left-step .step-info .options .option-title span {
  font-size: 12px;
  line-height: 12px;
  color: #CCCCCC;
}
main .my-orders-body .body-left .left-step .step-info .options .option-status {
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  margin-top: 6px;
  padding: 4px 5px;
  display: inline-block;
  margin: 6px 0 12px;
}
main .my-orders-body .body-left .left-step .step-info .options .not_accepted {
  color: #FF5E5E;
  background: #FFEAEA;
}
main .my-orders-body .body-left .left-step .step-info .options .option-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 17px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  height: 35px;
  width: 100%;
  padding: 8px 10px;
}
main .my-orders-body .body-left .left-step .step-info .options .photos-info {
  width: 100%;
  height: 35px;
  border-radius: 12px;
  background-image: url("../img/png/btn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
main .my-orders-body .body-left .left-step .step-info .options .photos-info img {
  margin-right: 10px;
}
main .my-orders-body .body-left .left-step .showStepOptions .info-arrow {
  display: block !important;
  transform: rotate(180deg);
}
main .my-orders-body .body-left .left-step .showStepOptions .options {
  display: block;
}
main .my-orders-body .body-left .left-about {
  padding: 25px 15px 30px 30px;
  border-radius: 20px;
  background: #fff;
  margin-top: 10px;
}
main .my-orders-body .body-left .left-about .about-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #403F3B;
}
main .my-orders-body .body-left .left-about .arrow {
  display: none;
}
main .my-orders-body .body-left .left-about .about-list {
  margin: 20px 0 75px;
}
main .my-orders-body .body-left .left-about .about-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
main .my-orders-body .body-left .left-about .about-list li p {
  width: 49%;
  font-size: 14px;
  line-height: 25px;
}
main .my-orders-body .body-left .left-about .about-list li p:first-child {
  font-weight: 700;
}
main .my-orders-body .body-left .left-about .about-more {
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #e7baac;
}
main .my-orders-body .body-left .left-about .about-more p {
  margin-right: 7px;
}
main .my-orders-body .body-left .left-about .about-more:hover {
  color: #403F3B;
}
main .my-orders-body .body-left .left-about .about-more:hover svg path {
  stroke: #403F3B;
}
main .my-orders-body .body-right {
  width: 100%;
  border-radius: 20px;
  background: #FFF;
}
main .my-orders-body .body-right .right-head {
  height: 68px;
  padding: 0 18px 0 30px;
  border-bottom: 1px solid #F3F1EB;
}
main .my-orders-body .body-right .right-head .head-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
main .my-orders-body .body-right .right-head .info {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fef1ed;
}
main .my-orders-body .body-right .right-box {
  padding: 40px;
  padding-top: 0;
}
main .my-orders-body .body-right .right-box .box-info {
  min-height: 200px;
}
main .my-orders-body .body-right .right-box .item {
  margin-top: 20px;
  position: relative;
}
main .my-orders-body .body-right .right-box .item .check-icon {
  margin-right: 10px;
}
main .my-orders-body .body-right .right-box .item .item-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  max-width: 376px;
}
main .my-orders-body .body-right .right-box .item .item-text {
  font-size: 12px;
  line-height: 17px;
  margin-top: 10px;
}
main .my-orders-body .body-right .right-box .item .item-text a {
  border-bottom: 1px solid #403F3B;
}
main .my-orders-body .body-right .right-box .item .item-text .fine-text {
  font-weight: 700;
  color: #ee4343;
}
main .my-orders-body .body-right .right-box .item .item-subtitle,
main .my-orders-body .body-right .right-box .item .item-data {
  font-size: 9px;
  line-height: 9px;
  color: #D2CDC5;
  margin-top: 10px;
}
main .my-orders-body .body-right .right-box .item .item-data {
  position: absolute;
  right: 0;
  bottom: 0;
}
main .my-orders-body .body-right .right-box .item-list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
main .my-orders-body .body-right .right-box .item-list li {
  width: 50%;
  display: flex;
  align-items: center;
}
main .my-orders-body .body-right .right-box .item-photos {
  /*display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin-top: 10px;*/
  display: flex;
  margin-top: 10px;
  grid-gap: 15px;
}
main .my-orders-body .body-right .right-box .item-photos .photo {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
main .my-orders-body .body-right .right-box .item-photos .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .my-orders-body .body-right .right-box .item-photos .photos {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  background-image: url(../img/png/back-bg.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
}
main .my-orders-body .body-right .right-box .item-photos .photos .icon {
  margin-bottom: 7px;
}
main .my-orders-body .body-right .right-box .file {
  margin-top: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 15px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
main .my-orders-body .body-right .right-box .file span {
  display: inline-block;
  margin: 7px;
}
main .my-orders-body .body-right .right-box .project-process {
  background: #F35E32 url("../img/png/Vector.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
  border-radius: 15px;
  padding: 20px 20px 20px 20px;
  margin-top: 30px;
  font-size: 12px;
  line-height: 17px;
}
main .my-orders-body .body-right .right-box .project-process img {
  margin-right: 10px;
}
main .my-orders-body .body-right .right-box .project-process .process-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  margin-right: 25px;
}
main .my-orders-body .body-right .right-box .project-process .process-subtitle {
  margin-top: 15px;
  width: 90%;
}
main .my-orders-body .body-right .right-box .project-process .process-subtitle ul {
  width: 85%;
}
main .my-orders-body .body-right .right-box .project-process .process-subtitle ul li {
  margin-top: 15px;
}
main .my-orders-body .body-right .right-box .project-process .timer-big {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
}
main .my-orders-body .body-right .right-box .project-process .timer-fine {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}
main .my-orders-body .body-right .right-box .project-process .timer-fine p {
  font-size: 20px;
  line-height: 22px;
  text-align: right;
  margin-top: 5px;
}
main .my-orders-body .body-right .right-box .project-process .form-btn {
  height: 40px;
}
main .my-orders-body .body-right .right-box .project-process .form-btn img {
  width: 30px;
}
main .my-orders-body .body-right .right-box .project-process .form-btn span {
  width: 30px;
  height: 30px;
}
main .my-orders-body .body-right .right-box .project-process button {
  border-radius: 12px;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin-top: 15px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
}
main .my-orders-body .body-right .right-box .project-process button img {
  margin: 0;
  width: 30px;
}
main .my-orders-body .body-right .right-box .project-process button span {
  display: inline-block;
  margin-right: 5px;
}
main .my-orders-body .body-right .right-box .project-process .upload-btn {
  background: #fff;
  margin-right: 20px;
}
main .my-orders-body .body-right .right-box .project-process .donT_measure,
main .my-orders-body .body-right .right-box .project-process .price_measure,
main .my-orders-body .body-right .right-box .project-process .need-think,
main .my-orders-body .body-right .right-box .project-process .another-option,
main .my-orders-body .body-right .right-box .project-process .help-payment_btn,
main .my-orders-body .body-right .right-box .project-process .contact-support_btn,
main .my-orders-body .body-right .right-box .project-process .review_btn,
main .my-orders-body .body-right .right-box .project-process .request-refund_btn,
main .my-orders-body .body-right .right-box .project-process .reject-work {
  background: #2f2f2f;
  color: #fff;
}
main .my-orders-body .body-right .right-box .project-process .donT_measure p,
main .my-orders-body .body-right .right-box .project-process .need-think p,
main .my-orders-body .body-right .right-box .project-process .another-option p,
main .my-orders-body .body-right .right-box .project-process .help-payment_btn p,
main .my-orders-body .body-right .right-box .project-process .contact-support_btn p,
main .my-orders-body .body-right .right-box .project-process .review_btn p,
main .my-orders-body .body-right .right-box .project-process .request-refund_btn p,
main .my-orders-body .body-right .right-box .project-process .reject-work p {
  margin-right: 10px;
}
main .my-orders-body .body-right .right-box .project-process .another-option {
  margin-right: 20px;
}
main .my-orders-body .body-right .right-box .project-process .compare-btn,
main .my-orders-body .body-right .right-box .project-process .compare2-btn,
main .my-orders-body .body-right .right-box .project-process .need_think {
  padding: 5px;
  background: #2f2f2f;
  color: #fff;
}
main .my-orders-body .body-right .right-box .project-process .leave-tip_btn,
main .my-orders-body .body-right .right-box .project-process .give-chance_btn,
main .my-orders-body .body-right .right-box .project-process .start-project {
  background: #fff;
  color: #403f3b;
  font-weight: 500;
}
main .my-orders-body .body-right .right-box .project-process .leave-tip_btn p,
main .my-orders-body .body-right .right-box .project-process .give-chance_btn p,
main .my-orders-body .body-right .right-box .project-process .start-project p {
  margin-right: 5px;
}
main .my-orders-body .body-right .right-box .project-process .need-think_lock {
  color: rgba(255, 255, 255, 0.3333333333);
}
main .my-orders-body .body-right .right-box .project-process .payment_btn {
  width: 200px;
  height: 40px;
  background: #fff;
  color: #403f3b;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  padding: 5px 5px 5px 15px;
  margin-top: 15px;
  white-space: nowrap;
}
main .my-orders-body .body-right .right-box .project-process .payment_btn img {
  width: 40px;
}
main .my-orders-body .body-right .right-box .project-process .payment_btn span {
  background: #FFF4F1;
}
main .my-orders-body .body-right .right-box .project-process .help-payment_btn {
  width: 210px;
}
main .my-orders-body .body-right .right-box .project-process .select-file {
  border-radius: 12px;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin-top: 15px;
  background: #fff;
  color: #403f3b;
  cursor: pointer;
}
main .my-orders-body .body-right .right-box .project-process .select-file img {
  margin: 0 0 0 5px;
}
main .my-orders-body .body-right .right-box .project-process .rooms-list {
  margin-top: 15px;
  margin-right: 15px;
}
main .my-orders-body .body-right .right-box .project-process .rooms-list li {
  display: flex;
  align-items: center;
  padding: 7px 7px 7px 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  height: 35px;
}
main .my-orders-body .body-right .right-box .project-process .rooms-list li:last-child {
  margin-bottom: 0;
}
main .my-orders-body .body-right .right-box .project-process .rooms-list li span {
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
  line-height: 17px;
  color: #403f3b;
}
main .my-orders-body .body-right .right-box .project-process .rooms-list li .status {
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  color: #9f9f9f;
  padding: 0 7px;
  border-radius: 5px;
  background: #f0f0f0;
}
main .my-orders-body .body-right .right-box .project-process .rooms-list li .approved {
  background: #d3efd4;
  color: #36a43b;
}
main .my-orders-body .body-right .right-box .project-process .rooms-list li .noReady {
  background: #FDE0D8;
  color: #F35E32;
}
main .my-orders-body .body-right .right-box .project-process .rooms button {
  height: 35px;
  margin-right: 10px;
}
main .my-orders-body .body-right .right-box .project-process .rooms button img {
  width: 25px;
  height: 25px;
}
main .my-orders-body .body-right .right-box .project-process .uploaded-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
main .my-orders-body .body-right .right-box .project-process .uploaded-box .uploaded {
  margin-right: 15px;
}
main .my-orders-body .body-right .right-box .project-process .uploaded-box .uploaded .remove-file {
  cursor: pointer;
}
main .my-orders-body .body-right .right-box .project-process .uploaded-box .uploaded .uploaded-file {
  font-size: 12px;
  line-height: 20px;
  margin: 0 5px 0 0;
}
main .my-orders-body .body-right .right-box .project-process .uploaded-box .file_name {
  padding: 8px 15px;
  border-radius: 12px;
  border: 1px solid #fff;
}
main .my-orders-body .body-right .right-box .project-process .select {
  margin-top: 10px;
}
main .my-orders-body .body-right .right-box .project-process .select-head {
  color: #403F3B;
  padding: 10px;
  padding-left: 15px;
}
main .my-orders-body .body-right .right-box .project-process .select-head img {
  margin: 0;
}
main .my-orders-body .body-right .right-box .project-process .select-head span {
  margin-right: 7px;
}
main .my-orders-body .body-right .right-box .project-process .select .options-list {
  color: #403F3B;
}
main .my-orders-body .body-right .right-box .project-process .select .options-list::-webkit-scrollbar {
  display: none;
}
main .my-orders-body .body-right .right-box .project-process .drawing-list {
  list-style-type: disc;
}
main .my-orders-body .body-right .right-box .project-process .drawing-list li {
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
}
main .my-orders-body .body-right .right-box .project-process .drawing-list .decoration {
  font-weight: 700;
}
main .my-orders-body .body-right .right-box .process_fine {
  background: #EE4343 url("../img/png/vector-fine.png");
  background-position: 150px;
  background-repeat: no-repeat;
}
main .my-orders-body .body-right .right-box .process_liquidation {
  background: #2F2F2F url(../img/png/vector2.png);
}
main .my-orders-body .body-right .right-box .chat-user,
main .my-orders-body .body-right .right-box .my-chat {
  margin-top: 20px;
}
main .my-orders-body .body-right .right-box .chat-user .user-img,
main .my-orders-body .body-right .right-box .my-chat .user-img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: cover;
  margin: 4px 15px 0 0;
}
main .my-orders-body .body-right .right-box .chat-user .user-img_mob,
main .my-orders-body .body-right .right-box .my-chat .user-img_mob {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
}
main .my-orders-body .body-right .right-box .chat-user .chat-item,
main .my-orders-body .body-right .right-box .my-chat .chat-item {
  max-width: 360px;
}
main .my-orders-body .body-right .right-box .chat-user .chat-item .item,
main .my-orders-body .body-right .right-box .my-chat .chat-item .item {
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  margin: 0 0 8px;
}
main .my-orders-body .body-right .right-box .chat-user .chat-item .chat-text,
main .my-orders-body .body-right .right-box .my-chat .chat-item .chat-text {
  font-size: 13px;
  line-height: 18px;
}
main .my-orders-body .body-right .right-box .chat-user .chat-item .reply,
main .my-orders-body .body-right .right-box .my-chat .chat-item .reply {
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  color: #fca58c;
  cursor: pointer;
  display: flex;
  margin-top: 12px;
}
main .my-orders-body .body-right .right-box .chat-user .chat-item .reply::before,
main .my-orders-body .body-right .right-box .my-chat .chat-item .reply::before {
  content: url(../img/svg/reply.svg);
  margin-right: 5px;
}
main .my-orders-body .body-right .right-box .chat-user .chat-item .item-info,
main .my-orders-body .body-right .right-box .my-chat .chat-item .item-info {
  font-size: 9px;
  line-height: 9px;
  color: #d2cdc5;
}
main .my-orders-body .body-right .right-box .my-chat {
  margin-right: auto;
}
main .my-orders-body .body-right .right-box .my-chat .chat-item .item {
  background: #FEF3E4;
}
main .my-orders-body .body-right .right-box .upload-box {
  background: #F35E32 url("../img/png/Vector.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  color: #fff;
  margin-top: 30px;
  padding: 20px 20px 25px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.5);
}
main .my-orders-body .body-right .right-box .upload-box .icon {
  margin-right: 10px;
}
main .my-orders-body .body-right .right-box .upload-box .upload-title {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}
main .my-orders-body .body-right .right-box .upload-box button {
  border-radius: 12px;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin-top: 15px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
}
main .my-orders-body .body-right .right-box .upload-box button span {
  display: inline-block;
  margin-right: 5px;
}
main .my-orders-body .body-right .right-box .upload-box .upload-btn {
  background: #fff;
  margin-right: 20px;
}
main .my-orders-body .body-right .right-box .upload-box .donT_measure, main .my-orders-body .body-right .right-box .price_measure {
  background: #2f2f2f;
  color: #fff;
}
main .my-orders-body .body-right .right-box .chat-input {
  margin-top: 30px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 10px;
  display: flex;
  align-items: start;
}
main .my-orders-body .body-right .right-box .chat-input .upload-file {
  cursor: pointer;
  min-width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
main .my-orders-body .body-right .right-box .chat-input .upload-file:hover {
  box-shadow: none;
}
main .my-orders-body .body-right .right-box .chat-input .send-btn {
  cursor: pointer;
  min-width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #F35E32;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.5);
}
main .my-orders-body .body-right .right-box .chat-input .send-btn:hover {
  box-shadow: none;
}
main .my-orders-body .body-right .right-box .chat-input .message {
  width: 100%;
  margin: 0 20px 0 10px;
  background: #f9f9f9;
  height: 50px;
  border-radius: 15px;
  color: #4A4640;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 18px;
  max-height: 200px !important;
  resize: none;
}
main .my-orders-body .body-right .right-box .chat-input .message::-webkit-scrollbar {
  display: none;
}
main .my-orders-body .body-right .right-box .chat-input .message::placeholder {
  opacity: 0.3;
}
main .my-orders-body .body-right .right-box .chat-input .input-rds {
  padding-left: 45px;
  margin-bottom: 10px;
}
main .my-orders-body .body-right .right-box .chat-input .input-rds li {
  margin-right: 20px;
}
main .my-orders-body .body-right .right-box .chat-input .input-rds li:last-child {
  margin-right: 0;
}
main .my-orders-body .body-right .right-box .chat-input .input-rds li input {
  appearance: none;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  cursor: pointer;
}
main .my-orders-body .body-right .right-box .chat-input .input-rds li input::before {
  content: url("../img/svg/r-nch.svg");
}
main .my-orders-body .body-right .right-box .chat-input .input-rds li input:checked {
  content: url("../img/svg/r-ch.svg");
}
main .my-orders-body .body-right .right-box .chat-input .input-rds li label {
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  opacity: 0.3;
}
main .my-orders-body .body-right .right-box .chat-input .input-rds li input:checked ~ label {
  opacity: 1;
}
main .my-orders-body .body-right .order-decoration {
  background: #2F2F2F url(../img/png/vector2.png);
  background-position: right;
  background-size: cover;
  width: 100%;
  border-radius: 30px;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
}
main .my-orders-body .body-right .order-decoration .decoration-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
main .my-orders-body .body-right .order-decoration .decoration-subtitle {
  font-size: 16px;
  line-height: 25px;
  color: #a4a4a4;
  margin: 15px 0 20px;
}
main .my-orders-body .body-right .order-decoration .decoration-sum {
  width: 120px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 15px;
  background: #363636;
  white-space: nowrap;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
main .my-orders-body .body-right .order-decoration .form-btn {
  width: 255px;
  height: 50px;
}
main .my-orders-body .body-right .order-decoration .form-btn p {
  margin-right: 15px;
  font-size: 14px;
  line-height: 16px;
}
main .my-orders_designer .body-right .right-box .box-info {
  min-height: 240px;
}
main .support {
  position: relative;
  padding: 17px 0;
}
main .support .add-order2 {
  position: absolute;
  top: 17px;
  right: 0;
  width: 160px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #F35E32;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all;
}
main .support .add-order2 svg {
  margin-right: 9px;
}
main .support .add-order2:hover {
  background: #F35E32;
  color: #fff;
}
main .support .add-order2:hover svg path {
  stroke: #fff;
}
main .support-chat {
  background: #fff;
  border-radius: 30px;
  margin-top: 30px;
}
main .support-chat .chat-head {
  padding: 40px;
  cursor: pointer;
}
main .support-chat .chat-head__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
main .support-chat .chat-head .new-message {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
main .support-chat .chat-head .new-message::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f35e32;
  margin-right: 8px;
}
main .support-chat .chat-head .issue-resolved {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 15px;
}
main .support-chat .chat-body {
  padding: 65px 20px 20px;
  border-top: 1px solid #F3F1EB;
  display: none;
}
main .support-chat .chat-body .chat-user,
main .support-chat .chat-body .my-chat {
  margin-top: 20px;
}
main .support-chat .chat-body .chat-user .user-img,
main .support-chat .chat-body .my-chat .user-img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: cover;
  margin: 4px 15px 0 0;
}
main .support-chat .chat-body .chat-user .user-img_mob,
main .support-chat .chat-body .my-chat .user-img_mob {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
}
main .support-chat .chat-body .chat-user .chat-item,
main .support-chat .chat-body .my-chat .chat-item {
  max-width: 48%;
}
main .support-chat .chat-body .chat-user .chat-item .item,
main .support-chat .chat-body .my-chat .chat-item .item {
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  margin: 0 0 8px;
}
main .support-chat .chat-body .chat-user .chat-item .chat-text,
main .support-chat .chat-body .my-chat .chat-item .chat-text {
  font-size: 13px;
  line-height: 18px;
}
main .support-chat .chat-body .chat-user .chat-item .item-info,
main .support-chat .chat-body .my-chat .chat-item .item-info {
  font-size: 9px;
  line-height: 9px;
  color: #d2cdc5;
}
main .support-chat .chat-body .my-chat {
  margin-right: auto;
}
main .support-chat .chat-body .my-chat .chat-item .item {
  background: #FEF3E4;
}
main .support-chat .chat-body .upload-box {
  background: #F35E32 url("../img/png/Vector.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  color: #fff;
  margin-top: 30px;
  padding: 20px 20px 25px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.5);
}
main .support-chat .chat-body .upload-box .icon {
  margin-right: 10px;
}
main .support-chat .chat-body .upload-box .upload-title {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}
main .support-chat .chat-body .upload-box button {
  border-radius: 12px;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin-top: 15px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
}
main .support-chat .chat-body .upload-box button span {
  display: inline-block;
  margin-right: 5px;
}
main .support-chat .chat-body .upload-box .upload-btn {
  background: #fff;
  margin-right: 20px;
}
main .support-chat .chat-body .upload-box .donT_measure {
  background: #2f2f2f;
  color: #fff;
}
main .support-chat .chat-body .chat-input {
  margin-top: 30px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 10px;
}
main .support-chat .chat-body .chat-input .uploaded-file {
  margin: 0 0 15px 36px;
  font-size: 11px;
  line-height: 11px;
}
main .support-chat .chat-body .chat-input .uploaded-file .file-remove {
  cursor: pointer;
}
main .support-chat .chat-body .chat-input .upload-file {
  cursor: pointer;
  min-width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
main .support-chat .chat-body .chat-input .upload-file:hover {
  box-shadow: none;
}
main .support-chat .chat-body .chat-input .send-btn {
  cursor: pointer;
  min-width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #F35E32;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.5);
}
main .support-chat .chat-body .chat-input .send-btn:hover {
  box-shadow: none;
}
main .support-chat .chat-body .chat-input .message {
  width: 100%;
  margin: 0 20px 0 10px;
  background: #f9f9f9;
  height: 50px;
  border-radius: 15px;
  color: #4A4640;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 18px;
  max-height: 200px !important;
  resize: none;
}
main .support-chat .chat-body .chat-input .message::-webkit-scrollbar {
  display: none;
}
main .support-chat .chat-body .chat-input .message::placeholder {
  opacity: 0.3;
}
main .support-list {
  width: 68%;
}
main .support-item {
  margin-bottom: 50px;
}
main .support-item:last-child {
  margin-bottom: 0;
}
main .support .disabled {
  opacity: 0.5;
  pointer-events: none;
}
main .support .showSupportChat .chat-head img {
  transform: rotate(180deg);
}
main .support .showSupportChat .chat-body {
  display: block;
}
main .support-info {
  background: #498FF4 url("../img/png/vector3.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 55px;
  width: 30%;
  border-radius: 30px;
  height: 370px;
  color: #fff;
}
main .support-info .info {
  width: 195px;
}
main .support-info .info-title {
  font-size: 26px;
  line-height: 35px;
  font-family: "Dela Gothic One", sans-serif, Helvetica;
}
main .support-info .info-subtitle {
  font-size: 14px;
  line-height: 21px;
  margin: 15px 0 30px;
}
main .support-info .info-btn {
  height: 40px;
  justify-content: space-between;
  color: #403f3b;
  font-size: 12px;
  line-height: 13px;
  background: #fff;
  padding: 5px 5px 5px 15px;
  box-shadow: 0px 10px 30px 0px rgba(59, 124, 217, 0.1);
}
main .support-info .info-btn p {
  margin-right: 10px;
}
main .settings {
  padding-bottom: 35px;
}
main .settings .setting-btns {
  width: 27%;
  display: flex;
  flex-direction: column;
}
main .settings .setting-btns .setting-btn {
  cursor: pointer;
  margin-bottom: 40px;
}
main .settings .setting-btns .setting-btn input {
  display: none;
}
main .settings .setting-btns .setting-btn span {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #bfbbaf;
}
main .settings .setting-btns .setting-btn input:checked ~ span {
  color: #403F3B;
}
main .settings .settings-box {
  width: 65%;
}
main .settings .settings-box .setting-item {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
}
main .settings .settings-box .setting-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: none;
}
main .settings .settings-box input:not([type="checkbox"]):not([type="radio"]) {
  width: 170px;
  height: 45px;
  border-radius: 15px;
  border: 1px solid #E9E9E9;
  padding: 0 20px;
  font-size: 14px;
  line-height: 16px;
  margin-right: 15px;
  margin-top: 20px;
}
main .settings .settings-box input:focus {
  border-color: #5D717A;
}
main .settings .settings-box input::placeholder {
  opacity: 0.5;
}
main .settings .settings-box #sms-code {
  width: 120px;
}
main .settings .settings-box .form-btn {
  height: 45px;
  margin-top: 20px;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  line-height: 15px;
}
main .settings .settings-box .sendSms_phone {
  width: auto !important;
  padding: 5px 5px 5px 15px;
}
main .settings .settings-box .sendSms_phone p {
  margin-right: 7px;
}
main .settings .settings-box .saved {
  width: 45px;
  pointer-events: none;
  margin-right: 15px;
}
main .settings .settings-box .save-btn {
  width: 45px; /*150px;*/
}
main .settings .settings-box .hideBtn {
  opacity: 0.5;
  pointer-events: none;
}
main .settings .settings-box .info-saved {
  font-size: 14px;
  line-height: 16px;
  color: #9f9f9d;
  margin-top: 20px;
}
main .settings .settings-box .setting-item .user-box .avatar {
  width: 135px;
  height: 135px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-image: url(../img/svg/user-box.svg);
  margin-right: 40px;
}
main .settings .settings-box .setting-item .user-box .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .settings .settings-box .setting-item .user-box .user-name {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
main .settings .settings-box .setting-item .user-box .upload-avatar {
  padding: 10px 22px;
  border-radius: 12px;
  background: #fff;
  color: #403f3b;
  border: 1px solid #F35E32;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s all;
}
main .settings .settings-box .setting-item .user-box .upload-avatar:hover {
  background: #F35E32;
  color: #fff;
}
main .settings .settings-box .setting-item .user-box .remove-avatar {
  width: 138px;
  height: 35px;
  border-radius: 12px;
  background: #f4f4f4;
  color: #c9c1be;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 20px;
}
main .settings .settings-box .setting-item .user-box .remove-avatar:hover {
  background: red;
  color: #fff;
}
main .settings .settings-box .setting-item .change-name {
  margin-top: 30px;
}
main .settings .settings-box .setting-item .change-name__text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
main .settings .settings-box .setting-item .check-list {
  margin-bottom: 40px;
}
main .settings .settings-box .setting-item .check-list:last-child {
  margin-bottom: 0;
}
main .settings .settings-box .setting-item .check-list .list-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
main .settings .settings-box .setting-item .check-notification li {
  margin-top: 20px;
}
main .settings .settings-box .setting-item .check-notification li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
main .settings .settings-box .setting-item .check-notification li label span {
  display: inline-block;
  width: 155px;
  font-size: 14px;
  line-height: 16px;
}
main .settings .settings-box .setting-item .check-notification li label input {
  appearance: none;
  width: 14px;
  height: 14px;
  background-image: url(../img/svg/no-check.svg);
  background-size: 100% 100%;
  position: relative;
  margin-right: 7px;
  padding: 0;
  margin: 0;
  border: none;
}
main .settings .settings-box .setting-item .check-notification li label input:checked {
  background-image: url(../img/svg/checked.svg);
}
main .settings .settings-box .setting-item .check-notification li:first-child {
  margin-bottom: 25px;
}
main .settings .settings-box .setting-item .check-notification li:first-child label {
  pointer-events: none;
  color: #D0CFCC;
}
main .settings .settings-box .setting-item .check-notification li:first-child label input {
  background-image: url(../img/svg/checked2.svg);
}
main .settings .settings-box .setting-item .check-socials li {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
main .settings .settings-box .setting-item .check-socials li .social {
  width: 90px;
  display: inline-block;
}
main .settings .settings-box .setting-item .check-socials li label {
  width: 150px;
  height: 36px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main .settings .settings-box .setting-item .check-socials li label input {
  appearance: none;
  width: 14px;
  height: 14px;
  background-image: url(../img/svg/no-check.svg);
  background-size: 100% 100%;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 7px;
}
main .settings .settings-box .setting-item .check-socials li label span::before {
  content: "Подключить";
  font-weight: 400;
}
main .settings .settings-box .setting-item .check-socials li label input:checked {
  background-image: url(../img/svg/checked.svg);
}
main .settings .settings-box .setting-item .check-socials li label input:checked ~ span::before {
  content: "Подключено";
}
main .settings .settings-box .setting-item .check-socials li:last-child label {
  pointer-events: none;
  color: #D0CFCC;
}
main .settings .settings-box .setting-item .check-socials li:last-child label input {
  background-image: url(../img/svg/checked2.svg);
}
main .settings .settings-box .setting-item .safety-item {
  margin-bottom: 40px;
}
main .settings .settings-box .setting-item .safety-item:last-child {
  margin-bottom: 0;
}
main .settings .settings-box .setting-item .safety-item .item-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
main .settings .settings-box .logOut-btn {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #403F3B;
  opacity: 0.6;
}
main .settings .settings-box .logOut-btn img {
  margin-right: 7px;
}
main .settings .settings-box .mob_btn {
  display: none;
  justify-content: space-between;
  padding: 10px 10px 10px 20px;
  display: none;
}
main .settings .settings-box .item {
  margin-bottom: 40px;
}
main .settings .settings-box .item-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
main .settings .settings-box .item label {
  width: auto;
  height: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding: 10px 15px;
  margin-top: 15px;
}
main .settings .settings-box .item label:first-child {
  margin-top: 20px;
}
main .settings .settings-box .item label input {
  appearance: none;
  width: 14px;
  height: 14px;
  background-image: url(../img/svg/no-check.svg);
  background-size: 100% 100%;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 7px;
}
main .settings .settings-box .item label input:checked {
  background-image: url(../img/svg/checked.svg);
}
main .settings .settings-box .item input[type=text] {
  width: 31%;
}
main .settings .settings-box .save-changes {
  width: 192px;
}
main .settings .settings-box .info-list {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F3F1EB;
}
main .settings .settings-box .info-list:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
main .settings .settings-box .info-list .list-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
main .settings .settings-box .info-list .item {
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: 15px;
}
main .settings .settings-box .info-list .item .item-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  width: 50%;
}
main .settings .settings-box .info-list .item .item-info {
  width: 125px;
  height: 35px;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 14px;
  line-height: 16px;
}
main .settings .settings-box .info-list .item .item-info2 {
  width: 125px;
  height: 35px;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 14px;
  line-height: 16px;
}
main .settings .settings-box .info-list .item .item-info::after {
  content: "₽";
}
main .settings .settings-box .info-list .item .percent::after {
  content: "%";
}
main .settings .settings-box .info-list .item .item-info input {
  height: 33px;
  margin: 0;
  line-height: 45px;
  width: 80px;
  border: 0;
  padding: 0;
}
main .settings .settings-box .info-list .item .item-info2 input {
  height: 33px;
  margin: 0;
  line-height: 45px;
  width: 80px;
  border: 0;
  padding: 0;
}
main .settings .settings-box .templates-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 50px;
}
main .settings .settings-box .templates .template {
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}
main .settings .settings-box .templates .template .template-create_btn,
main .settings .settings-box .templates .template .template-remove_btn {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
}
main .settings .settings-box .templates .template .template-create_btn img,
main .settings .settings-box .templates .template .template-remove_btn img {
  width: 16px;
}
main .settings .settings-box .templates .template-photo {
  width: 100%;
  height: 155px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f3f3f3;
}
main .settings .settings-box .templates .template-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
main .settings .settings-box .templates .template-photo label {
  font-size: 14px;
  line-height: 16px;
  color: #c6c6c6;
  border-bottom: 1px solid #C6C6C6;
  cursor: pointer;
}
main .settings .settings-box .templates .template-photo label:hover {
  color: #403F3B;
  border-color: #403F3B;
}
main .settings .settings-box .templates .template .remove-photo {
  cursor: pointer;
  font-size: 14px;
  line-height: 15px;
  color: #febdbd;
  margin-top: 12px;
}
main .settings .settings-box .templates .template .remove-photo img {
  width: 8px;
  margin-right: 7px;
}
main .settings .settings-box .templates .template .template-name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 19px;
  max-width: 100%;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
main .settings .settings-box .templates .template .uploaded-file,
main .settings .settings-box .templates .template .upload-file {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  background: #fef1ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 10px 0 20px;
}
main .settings .settings-box .templates .template .uploaded-file span,
main .settings .settings-box .templates .template .upload-file span {
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  color: #917f79;
  max-width: 80%;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
main .settings .settings-box .templates .template .uploaded-file_remove,
main .settings .settings-box .templates .template .upload-file_remove {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fbe8e2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main .settings .settings-box .templates .template .uploaded-file_remove:hover svg path,
main .settings .settings-box .templates .template .upload-file_remove:hover svg path {
  stroke: #403F3B;
}
main .settings .settings-box .templates .template .upload-file {
  cursor: pointer;
  justify-content: center;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  color: #917f79;
}
main .settings .settings-box .templates .template .template-name_write {
  width: 100%;
  height: 35px;
  border-radius: 10px;
}
main .settings .settings-box .banner-title {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
main .settings .settings-box .banner-subtitle {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
main .settings .settings-box .banner-box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F3F1EB;
}
main .settings .settings-box .banner-box:last-child {
  border: none;
  padding: 0;
  margin-bottom: 50px;
}
main .settings .settings-box .banner-photo {
  width: 100%;
  min-height: 30px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
main .settings .settings-box .banner-photo .photo {
  width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
main .settings .settings-box .banner-photo p {
  opacity: 0.3;
  font-size: 12px;
  line-height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .settings .settings-box .banner .upload-new_banner {
  width: 205px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 25px;
  padding: 0 5px 0 15px;
  font-size: 12px;
  line-height: 13px;
}
main .settings .settings-box .banner .upload-new_banner img {
  width: 30px;
  height: 30px;
}
main .settings .settings-box .banner .banner-remove {
  width: 135px;
  height: 40px;
  border-radius: 12px;
  background: #f4f4f4;
  margin-top: 20px;
  font-size: 12px;
  line-height: 13px;
  color: #c9c1be;
}
main .settings .settings-box .banner .banner_mob .banner-photo {
  width: 233px;
}
main .settings .settings-box .btns .btn-Nosave {
  background: transparent;
  margin-right: 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  opacity: 0.3;
  cursor: default;
}
main .settings .settings-box .btns .btn-Nosave img {
  margin-right: 7px;
}
main .settings .settings-box .btns .btn-Nosave:hover {
  /*opacity: 1;*/
}
main .settings .settings-box .btns .btn-save {
  width: auto !important;
  padding: 20px;
  margin: 0;
}
main .orders .orders-head .orders-nav {
  margin: 0 0 40px;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
main .orders .orders-head .orders-nav li {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #bfbbaf;
}
main .orders .orders-head .orders-nav li a.new {
  position: relative;
}
main .orders .orders-head .orders-nav li a.new::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f35e32;
  position: absolute;
  left: 103%;
  top: 50%;
  transform: translateY(-50%);
}
main .orders .orders-head .orders-nav .active {
  color: #403f3b;
}
main .orders .orders-head .orders-controls {
  padding: 18px 18px 18px 30px;
  background: #fff;
  border-radius: 20px;
}
main .orders .orders-head .orders-controls .item {
  margin-right: 40px;
}
main .orders .orders-head .orders-controls .item p {
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  margin-right: 20px;
}
main .orders .orders-head .orders-controls .item .select-head {
  width: auto;
  height: auto;
  padding: 8px 15px;
  border-radius: 12px;
}
main .orders .orders-head .orders-controls .item .select-head span {
  display: inline-block;
  margin-right: 7px;
}
main .orders .orders-head .orders-controls .item .select .options {
  width: auto;
  padding: 0;
  max-height: 500px;
  border-radius: 12px;
  overflow: visible;
  padding-right: 0;
}
main .orders .orders-head .orders-controls .item .select .options-list {
  width: auto;
  overflow: visible;
  padding-right: 0;
  overflow: hidden;
}
main .orders .orders-head .orders-controls .item .select .options-list::-webkit-scrollbar {
  display: none;
}
main .orders .orders-head .orders-controls .item .select .options-list .option {
  padding: 5px 15px;
}
main .orders .orders-head .orders-controls .item .select .options-list .option:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
main .orders .orders-head .orders-controls .item .select .options-list .option:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
main .orders .orders-head .orders-controls .control-btns button {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
main .orders .orders-head .orders-controls .control-btns button:first-child {
  margin-right: 15px;
}
main .orders .orders-head .orders-controls .control-btns button:first-child svg {
  transform: rotate(90deg);
}
main .orders .orders-head .orders-controls .control-btns button:last-child {
  display: none;
}
main .orders .orders-head .orders-controls .control-btns button:last-child svg {
  transform: rotate(90deg);
}
main .orders .orders-head .orders-controls .control-btns .active {
  box-shadow: none;
  background: #fef1ed;
}
main .orders .orders-head .orders-controls .control-btns .active svg rect {
  fill: #D7C4BF;
}
main .orders .orders-body .body-top {
  margin: 40px 0 20px;
}
main .orders .orders-body .body-top li {
  font-size: 13px;
  line-height: 14px;
  color: #403f3b;
  opacity: 0.4;
}
main .orders .orders-body .body-top li:nth-child(1) {
  width: 10%;
  text-align: center;
}
main .orders .orders-body .body-top li:nth-child(2), main .orders .orders-body .body-top li:nth-child(4) {
  width: 25%;
}
main .orders .orders-body .body-top li:nth-child(3) {
  width: 20%;
}
main .orders .orders-body .body-top li:nth-child(5) {
  width: 15%;
}
main .orders .orders-body .body-box .box-list {
  margin-bottom: 30px;
}
main .orders .orders-body .body-box .box-list .box-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
main .orders .orders-body .body-box .box-list .count {
  padding: 7px 10px;
  background: #EBE8DE;
  border-radius: 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  color: #afa998;
  margin-left: 10px;
}
main .orders .orders-body .body-box .box-list .item {
  padding: 20px 0;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
}
main .orders .orders-body .body-box .box-list .item:first-child {
  margin-top: 15px;
}
main .orders .orders-body .body-box .box-list .item li {
  font-size: 14px;
  line-height: 16px;
  color: #403F3B;
}
main .orders .orders-body .body-box .box-list .item li:nth-child(1) {
  width: 10%;
  text-align: center;
  opacity: 0.5;
}
main .orders .orders-body .body-box .box-list .item li:nth-child(2) {
  font-weight: 700;
}
main .orders .orders-body .body-box .box-list .item li:nth-child(2) span {
  margin-right: 5px;
}
main .orders .orders-body .body-box .box-list .item li:nth-child(2) img {
  cursor: pointer;
}
main .orders .orders-body .body-box .box-list .item li:nth-child(2), main .orders .orders-body .body-box .box-list .item li:nth-child(4) {
  width: 25%;
}
main .orders .orders-body .body-box .box-list .item li:nth-child(3) {
  width: 20%;
}
main .orders .orders-body .body-box .box-list .item li:last-child {
  width: 15%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #f35e32;
  white-space: nowrap;
}
main .orders .orders-body .body-box .box-list .item li:last-child .fine {
  color: #ED4747;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main .orders .orders-body .body-box .box-list .item li:last-child .fine-time {
  display: inline-block;
  margin-right: 9px;
}
main .orders .orders-body .body-box .box-list .item li:last-child .fine-price {
  font-size: 13px;
  line-height: 14px;
  color: #ffa3a3;
}
main .orders .orders-body .body-box .box-list .liquidation {
  background: #2f2f2f;
}
main .orders .orders-body .body-box .box-list .liquidation li {
  color: #fff;
}
main .orders .orders-body .body-box .box-list .liquidation .item-liquidation {
  width: auto;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
  background: #e54141;
  border-radius: 10px;
  padding: 4px;
}
main .orders .orders-body .vertical {
  overflow-x: scroll;
  margin-top: 40px;
  display: flex;
}
main .orders .orders-body .vertical .box-list .item {
  width: 290px;
  border-radius: 12px;
  padding: 20px;
  flex-direction: column;
  margin: 10px 20px 10px 0;
}
main .orders .orders-body .vertical .box-list .item li {
  width: 100% !important;
  text-align-last: left;
  font-size: 13px;
}
main .orders .orders-body .vertical .box-list .item li:nth-child(1) {
  font-size: 10px;
  line-height: 11px;
}
main .orders .orders-body .vertical .box-list .item li:nth-child(2) {
  font-size: 15px;
  line-height: 17px;
  margin: 6px 0 15px;
  display: flex;
}
main .orders .orders-body .vertical .box-list .item li:nth-child(2) span {
  width: 245px;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
main .orders .orders-body .vertical .box-list .item li:nth-child(4) {
  margin: 10px 0 15px;
}
main .orders .orders-body .vertical .box-list .item li:nth-child(5) {
  font-size: 20px;
  line-height: 22px;
}
main .orders .templates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
main .orders .templates .template {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
main .orders .templates .template-img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  margin-bottom: 25px;
}
main .orders .templates .template-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
main .orders .templates .template-download {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 17px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  height: 35px;
  width: 100%;
  padding: 8px 10px;
  margin-top: 15px;
}
main .orders .templates .template-download:first-child {
  margin-top: 20px;
}
main .orders .templates .template-download span {
  margin-right: 7px;
  display: inline-block;
}
main .orders_admin .orders-head .orders-controls .item {
  margin-right: 15px;
  white-space: nowrap;
}
main .orders_admin .orders-head .orders-controls .item:first-child {
  margin-right: 40px;
}
main .orders_admin .orders-body .body-top li:nth-child(1) {
  width: 10%;
  text-align: center;
}
main .orders_admin .orders-body .body-top li:nth-child(2), main .orders_admin .orders-body .body-top li:nth-child(4) {
  width: 25%;
}
main .orders_admin .orders-body .body-top li:nth-child(3), main .orders_admin .orders-body .body-top li:nth-child(7) {
  width: 15%;
}
main .orders_admin .orders-body .body-top li:nth-child(5), main .orders_admin .orders-body .body-top li:nth-child(6) {
  width: 10%;
}
main .orders_admin .orders-body .body-box .box-list .item {
  padding: 20px 0;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
}
main .orders_admin .orders-body .body-box .box-list .item:first-child {
  margin-top: 15px;
}
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(1) {
  width: 10%;
  text-align: center;
}
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(2), main .orders_admin .orders-body .body-box .box-list .item li:nth-child(4) {
  width: 25%;
}
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(3), main .orders_admin .orders-body .body-box .box-list .item li:nth-child(7) {
  width: 15%;
}
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5), main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) {
  width: 10%;
}
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5) a,
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5) .assign-btn, main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) a,
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) .assign-btn {
  border-bottom: 1px solid #403F3B;
  cursor: pointer;
}
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5) a:hover,
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5) .assign-btn:hover, main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) a:hover,
main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) .assign-btn:hover {
  color: #9f9f9d;
  border-color: #9f9f9d;
}
main .orders_admin .orders-body .vertical {
  overflow-x: scroll;
  margin-top: 40px;
  display: flex;
}
main .orders_admin .orders-body .vertical .box-list .item {
  width: 290px;
  border-radius: 12px;
  padding: 20px;
  flex-direction: column;
  margin: 10px 20px 10px 0;
}
main .orders_admin .orders-body .vertical .box-list .item li {
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: start;
}
main .orders_admin .orders-body .vertical .box-list .item li:nth-child(1) {
  text-align: start;
  align-items: start;
  justify-content: start;
}
main .orders_admin .orders-body .vertical .box-list .item li:nth-child(5), main .orders_admin .orders-body .vertical .box-list .item li:nth-child(6) {
  margin-bottom: 10px;
  width: 10%;
}
main .orders_admin .orders-body .vertical .box-list .item li:nth-child(5) a, main .orders_admin .orders-body .vertical .box-list .item li:nth-child(6) a {
  font-size: 14px;
  line-height: 14px;
}
main .measurement_admin .orders-body .body-top li:nth-child(1) {
  width: 10%;
  text-align: center;
}
main .measurement_admin .orders-body .body-top li:nth-child(2) {
  width: 27%;
}
main .measurement_admin .orders-body .body-top li:nth-child(3) {
  width: 16%;
}
main .measurement_admin .orders-body .body-top li:nth-child(4) {
  width: 16%;
}
main .measurement_admin .orders-body .body-top li:nth-child(5), main .measurement_admin .orders-body .body-top li:nth-child(6) {
  width: 12%;
}
main .measurement_admin .orders-body .body-box .box-list .item {
  padding: 20px 0;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
}
main .measurement_admin .orders-body .body-box .box-list .item:first-child {
  margin-top: 15px;
}
main .measurement_admin .orders-body .body-box .box-list .item li:nth-child(1) {
  width: 10%;
  text-align: center;
}
main .measurement_admin .orders-body .body-box .box-list .item li:nth-child(2) {
  width: 27%;
}
main .measurement_admin .orders-body .body-box .box-list .item li:nth-child(3) {
  width: 16%;
}
main .measurement_admin .orders-body .body-box .box-list .item li:nth-child(4) {
  width: 16%;
}
main .measurement_admin .orders-body .body-box .box-list .item li:nth-child(5), main .measurement_admin .orders-body .body-box .box-list .item li:nth-child(6) {
  width: 12%;
}
main .measurement_admin .orders-body .body-box .box-list .item li a,
main .measurement_admin .orders-body .body-box .box-list .item li .assign-btn {
  border-bottom: 1px solid #403F3B;
  cursor: pointer;
}
main .measurement_admin .orders-body .body-box .box-list .item li a:hover,
main .measurement_admin .orders-body .body-box .box-list .item li .assign-btn:hover {
  color: #9f9f9d;
  border-color: #9f9f9d;
}
main .order_users .orders-head .orders-controls .control-btns label {
  cursor: pointer;
  margin-right: 15px;
}
main .order_users .orders-head .orders-controls .control-btns label:last-child {
  margin-right: 0;
}
main .order_users .orders-head .orders-controls .control-btns label input {
  display: none;
}
main .order_users .orders-head .orders-controls .control-btns label span {
  padding: 8px 15px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
}
main .order_users .orders-head .orders-controls .control-btns label span::before {
  content: url("../img/svg/no-check.svg");
  margin-right: 7px;
  margin-top: 5px;
}
main .order_users .orders-head .orders-controls .control-btns label input:checked ~ span {
  box-shadow: 0px 5px 20px 0px rgba(243, 94, 50, 0.15);
}
main .order_users .orders-head .orders-controls .control-btns label input:checked ~ span::before {
  content: url("../img/svg/checked.svg");
  margin-top: 3px;
}
main .order_users .orders-head .orders-controls .control-btns .add-user {
  padding: 10px 15px;
  border-radius: 12px;
  border: 1px solid #F35E32;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
main .order_users .orders-head .orders-controls .control-btns .add-user svg {
  margin-right: 10px;
}
main .order_users .orders-body .body-top {
  padding: 0 18px;
}
main .order_users .orders-body .body-top li {
  text-align: start !important;
}
main .order_users .orders-body .body-top li:nth-child(1), main .order_users .orders-body .body-top li:nth-child(2) {
  width: 25%;
}
main .order_users .orders-body .body-top li:nth-child(1) {
  width: 26%;
  padding-left: 15px;
}
main .order_users .orders-body .body-top li:nth-child(2) {
  width: 20%;
}
main .order_users .orders-body .body-top li:nth-child(3), main .order_users .orders-body .body-top li:nth-child(4), main .order_users .orders-body .body-top li:nth-child(5) {
  width: 14%;
}
main .order_users .orders-body .body-top li:nth-child(6) {
  width: 12%;
  display: flex;
  justify-content: end;
  padding-right: 10px;
}
main .order_users .orders-body .body-box .box-list .item {
  padding: 12px;
  align-items: center;
}
main .order_users .orders-body .body-box .box-list .item:first-child {
  margin-top: 15px;
}
main .order_users .orders-body .body-box .box-list .item li {
  text-align: start !important;
}
main .order_users .orders-body .body-box .box-list .item li:nth-child(1) {
  width: 26%;
  font-weight: 700;
  opacity: 1;
  padding-left: 15px;
}
main .order_users .orders-body .body-box .box-list .item li:nth-child(2) {
  width: 20%;
  font-weight: 400;
}
main .order_users .orders-body .body-box .box-list .item li:nth-child(3), main .order_users .orders-body .body-box .box-list .item li:nth-child(4), main .order_users .orders-body .body-box .box-list .item li:nth-child(5) {
  width: 14%;
}
main .order_users .orders-body .body-box .box-list .item li:nth-child(6) {
  width: 12%;
  display: flex;
  justify-content: end;
}
main .order_users .orders-body .body-box .box-list .item li:nth-child(6) button {
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .order_users .orders-body .body-box .box-list .item li:nth-child(6) button:last-child {
  margin-right: 0;
}
main .order_users .orders-body .body-box .box-list .item li:nth-child(6) button:hover {
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
}
main .request-resolved {
  min-width: 155px;
  height: 70px;
  border-radius: 12px;
  background: #FEF1ED;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #917f79;
  cursor:pointer;
}
main .request-resolved svg {
  margin-right: 10px;
}
main .statistics {
  padding: 40px 0;
}
main .statistics-chart {
  width: 640px;
  padding: 40px;
  border-radius: 30px;
  background: #fff;
}
main .statistics-chart .chart {
  width: 150px;
  margin-right: 25px;
}
main .statistics-chart .chart-info {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
}
main .statistics-chart .chart-info p {
  font-size: 50px;
  line-height: 57px;
}
main .statistics-chart .chart-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #3d3c39;
  margin-bottom: 17px;
}
main .statistics-chart .chart-list li:last-child {
  margin-bottom: 0;
}
main .statistics-chart .chart-list li .chart-color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
}
main .statistics-table {
  width: 80%;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 0 20px;
}
main .statistics-table thead th {
  font-size: 13px;
  line-height: 20px;
  color: #c9c1be;
  font-weight: 400;
  padding: 10px 30px;
}
main .statistics-table tbody tr {
  margin-top: 20px;
}
main .statistics-table tbody tr td {
  background: #fff;
  padding: 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #3d3c39;
}
main .statistics-table tbody tr td:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  white-space: nowrap;
}
main .statistics-table tbody tr td:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 200px;
}
main .statistics-table tbody tr td .td-steps li {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  border-radius: 12px;
  background: #fef1ed;
  color: #917f79;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 10px;
  white-space: nowrap;
}
main .statistics-table tbody tr td .td-steps li:last-child {
  margin-bottom: 0;
}
main .statistics-table tbody tr td .view-btn {
  width: 180px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #F35E32;
  background: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
}
main .statistics-table tbody tr td .view-btn img {
  margin-right: 5px;
}
main .balance-page .balance-top {
  padding-bottom: 40px;
}
main .balance-page .balance-top .balance-card {
  width: 35%;
  height: 180px;
  background-image: url(../img/png/pay-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
main .balance-page .balance-top .balance-card svg {
  margin-right: 30px;
}
main .balance-page .balance-top .balance-card .balance-title {
  font-size: 50px;
  line-height: 57px;
}
main .balance-page .balance-top .balance-faq {
  width: 32%;
  height: 180px;
  border-radius: 30px;
  background: #2F2F2F url(../img/png/vector2.png);
  background-position: right;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  padding: 35px 20px 40px 40px;
  position: relative;
}
main .balance-page .balance-top .balance-faq::before {
  content: url(../img/png/head.png);
  position: absolute;
  left: -39px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
main .balance-page .balance-top .balance-faq p {
  width: 70%;
}
main .balance-page .balance-top .balance-faq img {
  position: absolute;
  top: 20px;
  right: 20px;
}
main .balance-page .balance-top .balance-faq span {
  display: inline-block;
  background: #3c3c3c;
  border-radius: 15px;
  padding: 5px 15px;
  margin-top: 9px;
}
main .balance-page .balance-top .balance-btns {
  width: 28%;
  height: 180px;
  border-radius: 30px;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .balance-page .balance-top .balance-btns button:first-child {
  color: #fff;
  box-shadow: none;
}
main .balance-page .balance-top .balance-btns button:last-child {
  background: #fff;
  color: #403f3b;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
main .balance-page .balance-top .balance-btns .locked {
  color: rgba(255, 255, 255, 0.3333333333) !important;
  pointer-events: none;
}
main .balance-page .balance-controls {
  padding: 18px;
  border-radius: 20px;
  background: #fff;
}
main .balance-page .balance-controls label {
  cursor: pointer;
  margin-right: 15px;
}
main .balance-page .balance-controls label input {
  display: none;
}
main .balance-page .balance-controls label span {
  padding: 8px 15px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
}
main .balance-page .balance-controls label span::before {
  content: url("../img/svg/no-check.svg");
  margin-right: 7px;
  margin-top: 5px;
}
main .balance-page .balance-controls label input:checked ~ span {
  box-shadow: 0px 5px 20px 0px rgba(243, 94, 50, 0.15);
}
main .balance-page .balance-controls label input:checked ~ span::before {
  content: url("../img/svg/checked.svg");
  margin-top: 3px;
}
main .balance-page .balance-controls .select {
  width: 200px;
}
main .balance-page .balance-controls .select .options {
  padding-right: 0;
}
main .balance-page .balance-controls .select .options-list {
  padding-right: 0;
}
main .balance-page .balance-controls .select .options-list::-webkit-scrollbar {
  display: none;
}
main .balance-page .balance-list li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #E7E5DF;
  font-size: 14px;
  line-height: 17px;
}
main .balance-page .balance-list li .data {
  color: #b4afa6;
  white-space: nowrap;
}
main .balance-page .balance-list li div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main .balance-page .balance-list li div .price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
main .balance-page .balance-list li div .price.fine {
  color: #ff5e5e;
  background: #FDE0D8;
  padding: 10px 15px;
  border-radius: 10px;
}
main .balance-page .balance-list li div .status.fine {
  color: #ff5e5e;
}
main .balance-page .balance-list li div .receipt {
  color: #36A43B;
}
main .balance-page .balance-list li div .withdrawal-funds {
  color: #F35E32;
}
main .balance-page .balance-list li div .withdrawal-request {
  position: relative;
}
main .balance-page .balance-list li div .withdrawal-request::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f35e32;
  position: absolute;
  left: 105%;
  right: 0;
}
main .balance-page .balance-list li div .form-btn {
  height: 40px;
  padding: 5px 5px 5px 15px;
  margin-right: 15px;
  box-shadow: none;
}
main .balance-page .balance-list li div .form-btn p {
  margin-right: 10px;
}
main .balance-page .balance-list li div .refuse-withdrawal {
  background: #2F2F2F;
}
main .balance-page .balance-list li div .progress {
  color: #aca89b;
  padding: 0;
  height: auto;
  background: transparent;
}
main .balance-page .balance-list li div span {
  display: inline-block;
  margin-right: 30px;
}
main .balance-page .balance-list li div .in-progress {
  margin-top: 5px;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 12px;
  background: #edebe4;
  color: #b6b2a4;
}
main .balance-page .balance-list li div .in-progress::before {
  content: url(../img/svg/progress.svg);
  margin-right: 6px;
}
main .balance-page .balance-list li div .refusal {
  margin-right: 15px;
  margin-top: 5px;
}
main .balance-page .balance-list li div .refusal-btn {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 12px;
  background: #FF5E5E;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}
main .balance-page .balance-list li div .refusal-btn::before {
  content: url(../img/svg/close-min.svg);
  margin-right: 6px;
}
main .balance-page .balance-list li div .refusal span {
  color: #b7b3a9;
}
main .balance-page .statistic-head .all {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-right: 50px;
}
main .balance-page .statistic-head .select {
  width: auto;
}
main .balance-page .statistic-head .select-head {
  width: auto;
  padding: 0;
  height: auto;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #bfbbaf;
  background: transparent;
  border: none;
  margin-right: 50px;
}
main .balance-page .statistic-head .select-head span {
  display: inline-block;
  margin-right: 7px;
}
main .balance-page .statistic-head .select .options {
  background: rgba(0, 0, 0, 0.6980392157);
  backdrop-filter: blur(35px);
  width: 275px;
  top: 120%;
  border: none;
}
main .balance-page .statistic-head .select .option-search {
  width: 235px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.0666666667);
  margin: 20px 20px 5px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  padding: 0 20px;
}
main .balance-page .statistic-head .select .options-list {
  max-height: 300px;
}
main .balance-page .statistic-head .select .options-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6980392157);
}
main .balance-page .statistic-head .select .options-list li {
  color: rgba(255, 255, 255, 0.4666666667);
  padding: 15px 0;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
}
main .balance-page .statistic-head .select .options-list li:hover {
  background: transparent;
  color: #fff;
}
main .balance-page .statistic-head .selected .select-head span {
  color: #403F3B;
}
main .balance-page .statistic-head .selected .select-head svg path {
  stroke: #F35E32;
}
main .balance-page .statistics-top {
  padding-bottom: 40px;
}
main .balance-page .statistics-top .statistic {
  width: 32%;
  height: 252px;
  border-radius: 30px;
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
main .balance-page .statistics-top .statistic-title {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}
main .balance-page .statistics-top .statistic-subtitle {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
main .balance-page .statistics-top .statistic .select-head {
  background: #599af8;
  border: none;
}
main .balance-page .statistics-top .statistic .select-head span {
  display: flex;
  align-items: center;
  padding-left: 3px;
}
main .balance-page .statistics-top .statistic .select-head strong {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-right: 10px;
}
main .balance-page .statistics-top .statistic .select .options {
  background: #599af8;
  border: none;
}
main .balance-page .statistics-top .statistic:nth-child(1) {
  background: #498ff4;
}
main .balance-page .statistics-top .statistic:nth-child(1) .select-head {
  background: #599af8;
}
main .balance-page .statistics-top .statistic:nth-child(1) .select .options {
  background: #599af8;
}
main .balance-page .statistics-top .statistic:nth-child(1) .select .options-list::-webkit-scrollbar-thumb {
  background: #498ff4;
}
main .balance-page .statistics-top .statistic:nth-child(1) .select .options-list .option:hover {
  background: #498ff4;
}
main .balance-page .statistics-top .statistic:nth-child(2) {
  background: #f35e32;
}
main .balance-page .statistics-top .statistic:nth-child(2) .select-head {
  background: #FD6C41;
}
main .balance-page .statistics-top .statistic:nth-child(2) .select .options {
  background: #FD6C41;
}
main .balance-page .statistics-top .statistic:nth-child(3) {
  background: #2F2F2F;
}
main .balance-page .statistics-top .statistic:nth-child(3) .select-head {
  background: #3B3B3B;
}
main .balance-page .statistics-top .statistic:nth-child(3) .select .options {
  background: #3B3B3B;
}
main .balance-page .statistics-top .statistic:nth-child(3) .select .options-list::-webkit-scrollbar-thumb {
  background: #000;
}
main .balance-page .statistics-top .statistic:nth-child(3) .select .options-list .option:hover {
  background: #2F2F2F;
}
main .balance-page .statistics-top .statistic:nth-child(4), main .balance-page .statistics-top .statistic:nth-child(5), main .balance-page .statistics-top .statistic:nth-child(6) {
  background: #fff;
  color: #3d3c39;
  margin-top: 35px;
}
main .balance-page .statistics-top .statistic:nth-child(4) .select-head, main .balance-page .statistics-top .statistic:nth-child(5) .select-head, main .balance-page .statistics-top .statistic:nth-child(6) .select-head {
  background: #F7F7F7;
}
main .balance-page .statistics-top .statistic:nth-child(4) .select-head span, main .balance-page .statistics-top .statistic:nth-child(5) .select-head span, main .balance-page .statistics-top .statistic:nth-child(6) .select-head span {
  color: #3D3C39;
}
main .balance-page .statistics-top .statistic:nth-child(4) .select .options, main .balance-page .statistics-top .statistic:nth-child(5) .select .options, main .balance-page .statistics-top .statistic:nth-child(6) .select .options {
  background: #F7F7F7;
}
main .balance-page .statistics-top .statistic:nth-child(4) .select .options-list::-webkit-scrollbar-thumb, main .balance-page .statistics-top .statistic:nth-child(5) .select .options-list::-webkit-scrollbar-thumb, main .balance-page .statistics-top .statistic:nth-child(6) .select .options-list::-webkit-scrollbar-thumb {
  background: #fff;
}
main .balance-page .statistics-top .statistic:nth-child(4) .select .options-list .option, main .balance-page .statistics-top .statistic:nth-child(5) .select .options-list .option, main .balance-page .statistics-top .statistic:nth-child(6) .select .options-list .option {
  color: #3D3C39;
}
main .balance-page .statistics-top .statistic:nth-child(4) .select .options-list .option:hover, main .balance-page .statistics-top .statistic:nth-child(5) .select .options-list .option:hover, main .balance-page .statistics-top .statistic:nth-child(6) .select .options-list .option:hover {
  background: rgba(255, 255, 255, 0.6);
}
main .balance-page .statistics-top .statistic:nth-child(7), main .balance-page .statistics-top .statistic:nth-child(8) {
  width: 49%;
  margin-top: 35px;
  background: #fff;
  color: #3d3c39;
  height: auto;
  padding: 30px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
main .balance-page .statistics-top .statistic:nth-child(7) .statistic-title, main .balance-page .statistics-top .statistic:nth-child(8) .statistic-title {
  margin-right: 20px;
}
main .balance-page .statistics-top .statistic .no {
  color: #49bd4e !important;
}
main .balance-page .statistics-top .statistic .yes {
  color: #ff5252 !important;
}
main .balance-page .statistics-top .profit {
  background: #49BD4E !important;
}
main .balance-page .statistics-top .profit .select-head {
  background: #58CC5D !important;
}
main .balance-page .statistics-top .profit .select .options {
  background: #58CC5D !important;
}
main .balance-page .statistics-top .profit .select .options-list::-webkit-scrollbar-thumb {
  background: #49BD4E !important;
}
main .balance-page .statistics-top .profit .select .options-list .option:hover {
  background: #49BD4E !important;
}
main .balance-page .balance-top .admin_card {
  width: 40%;
}

.popUp {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3019607843);
  backdrop-filter: blur(10px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#403F3B;
}
.popUp-content {
  width: 380px;
  border-radius: 40px;
  background: #fff;
  padding: 40px;
  position: relative;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  animation: popUp-anim 0.3s linear;
}
.popUp-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.popUp-close:hover svg path {
  stroke: #403F3B;
}
.popUp-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  width: 100%;
}
.popUp-subtitle {
  font-size: 13px;
  line-height: 23px;
  font-weight: 300;
}
.popUp .step {
  width: 85px;
  height: 25px;
  border-radius: 15px;
  border: 1px solid #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  color: #D0CFCC;
}
.popUp .step-left {
  margin-right: 2px;
  color: #918E84;
}
.popUp .form .popUp-title {
  margin-top: 15px;
  width: 100%;
}
.popUp .form .input-box {
  margin: 20px 0 0;
  position: relative;
}
.popUp .form .input-box #user-name::placeholder {
  opacity: 1;
}
.popUp .form .input-box:last-child {
  margin-bottom: 54px;
}
.popUp .form .input-box img {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popUp .form .check-item li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.popUp .form .check-item li label {
  width: 150px;
  height: 36px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popUp .form .check-item li label input {
  appearance: none;
  width: 14px;
  height: 14px;
  background-image: url(../img/svg/no-check.svg);
  background-size: 100% 100%;
  position: relative;
  margin-right: 7px;
}
.popUp .form .check-item li label span::before {
  content: "Подключить";
  font-weight: 400;
}
.popUp .form .check-item li label input:checked {
  background-image: url(../img/svg/checked.svg);
}
.popUp .form .check-item li label input:checked ~ span::before {
  content: "Подключено";
}
.popUp .form .check-item li.act {
  margin-bottom: 25px;
}
.popUp .form .check-item li.act label {
  pointer-events: none;
  color: #D0CFCC;
}
.popUp .form .check-item li.act label input {
  background-image: url(../img/svg/checked2.svg);
}
.popUp .form .step-video {
  height: 150px;
  margin: 15px 0 20px;
}
.popUp .form .step-controls {
  display: flex;
}
.popUp .form .step-controls .step-prev {
  min-width: 55px;
  height: 55px;
  border-radius: 12px;
  background: #FEF1ED;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
}
.popUp .form .step-controls .step-prev:hover svg path {
  fill: #403F3B;
}
.popUp .form .step-controls .step-next {
  width: 100%;
  cursor: pointer;
}

.hideControls {
  opacity: 0.5;
  pointer-events: none;
}

.hideInput {
  pointer-events: none;
}

.popUp-video .popUp-content {
  width: 700px;
}
.popUp-video .video {
  margin-top: 20px;
}

.popUp-privacy_policy {
  display: block;
  overflow-y: scroll;
}
.popUp-privacy_policy .popUp-content {
  width: 880px;
  padding: 50px 50px;
  margin: 50px auto;
  overflow: hidden;
}
.popUp-privacy_policy .popUp-close {
  top: 30px;
  right: 30px;
}
.popUp-privacy_policy .privacy_policy-item {
  margin: 20px 0 40px;
}
.popUp-privacy_policy .privacy_policy-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
  position: relative;
}
.popUp-privacy_policy .privacy_policy-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #EFEFEF;
}
.popUp-privacy_policy .privacy_policy-box .box-text {
  width: 45%;
  font-size: 16px;
  line-height: 27px;
}
.popUp-privacy_policy .privacy_policy-box .box-text a {
  font-weight: 700;
}
.popUp-privacy_policy .privacy_policy-box .privacy_policy-form {
  width: 49%;
  display: flex;
  justify-content: space-between;
}
.popUp-privacy_policy .privacy_policy-box .privacy_policy-form .input-box {
  width: 110px;
  height: 55px;
  margin: 0;
}
.popUp-privacy_policy .privacy_policy-box .privacy_policy-form .form-btn {
  width: 240px;
  margin-left: auto;
}

.popUp-photo {
  overflow-y: scroll;
}
.popUp-photo .popUp-content {
  max-width: 70%;
  max-height: 95vh;
  padding:0;
  overflow:hidden;
  border-radius:30px;
  width: auto;
  height: auto;
}
.popUp-photo .popUp-content .photo {
  max-width: 100%;
  max-height: 95vh;
  object-fit: cover;
  border-radius: 30px;
}

.popUp-helpPayment .popUp-content {
  width: 380px;
  height: 482px;
  padding: 40px;
}
.popUp-helpPayment .popUp-close {
  top: 30px;
  right: 30px;
}
.popUp-helpPayment .popUp-subtitle {
  margin: 10px 0 20px;
}
.popUp-helpPayment .helpPayment-textarea {
  width: 100%;
  min-height: 121px;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  font-size: 13px;
  line-height: 14px;
}
.popUp-helpPayment .helpPayment-textarea::placeholder {
  opacity: 0.5;
}

.message-sent img {
  margin-bottom: 15px;
}

.popUp-measureOrder .popUp-content {
  width: 380px;
  height: 482px;
  padding: 40px;
}
.popUp-measureOrder .popUp-close {
  top: 30px;
  right: 30px;
}
.popUp-measureOrder .popUp-subtitle {
  margin: 5px 0 25px;
}
.popUp-measureOrder .measureOrder-box {
  background: #edf9fe;
  border-radius: 14px;
  padding: 15px 20px;
  font-size: 11px;
  line-height: 16px;
  color: #abc2cd;
  width: 100%;
}
.popUp-measureOrder .measureOrder-box .box-title {
  font-size: 14px;
  line-height: 16px;
  color: #5d717a;
  margin-bottom: 10px;
}
.popUp-measureOrder .measureOrder-box .box-title span:first-child {
  display: inline-block;
  margin-right: 10px;
}

.popUp-aboutProject {
  overflow-y: scroll;
  display: block;
}
.popUp-aboutProject .popUp-content {
  width: 880px;
  margin: 50px auto;
}
.popUp-aboutProject .popUp-close {
  top: 30px;
  right: 30px;
}
.popUp-aboutProject .aboutProject-title {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}
.popUp-aboutProject .aboutProject-title .change {
  width: 16px;
  cursor: pointer;
  margin-left: 7px;
}
.popUp-aboutProject .aboutProject-hide {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #E7BAAC;
  margin: 20px 0 35px;
  cursor: pointer;
}
.popUp-aboutProject .aboutProject-hide img {
  margin-right: 7px;
}
.popUp-aboutProject .aboutProject-hide span::before {
  content: "Свернуть все категории";
}
.popUp-aboutProject .aboutProject .cleckedBtn span::before {
  content: "Развернуть все категории";
}
.popUp-aboutProject .aboutProject .cleckedBtn img {
  transform: rotate(180deg);
}
.popUp-aboutProject .aboutProject-list {
  margin-bottom: 30px;
}
.popUp-aboutProject .aboutProject-list:last-child {
  margin-bottom: 0;
}
.popUp-aboutProject .aboutProject-list .list-head {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  cursor: pointer;
}
.popUp-aboutProject .aboutProject-list .arrow {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #FEF1ED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popUp-aboutProject .aboutProject-list .arrow img {
  width: 15px;
}
.popUp-aboutProject .aboutProject-list .list-item {
  margin-top: 28px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F3F1EB;
  display: none;
}
.popUp-aboutProject .aboutProject-list .list-item li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  color: #403F3B;
  margin-bottom: 25px;
}
.popUp-aboutProject .aboutProject-list .list-item li:last-child {
  margin-bottom: 0;
  border: none;
}
.popUp-aboutProject .aboutProject-list .list-item li .item-title {
  width: 30%;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.popUp-aboutProject .aboutProject-list .list-item li .item-title .suptitle {
  font-size: 16px;
}
.popUp-aboutProject .aboutProject-list .list-item li .item-title .subtitle {
  margin: 15px 0 9px;
}
.popUp-aboutProject .aboutProject-list .list-item li .item-title .texttitle {
  font-size: 12px;
  font-weight: 300;
}
.popUp-aboutProject .aboutProject-list .list-item li .item-title .title-last {
  font-weight: 400;
}
.popUp-aboutProject .aboutProject-list .list-item li .item-info {
  width: 67%;
}
.popUp-aboutProject .aboutProject-list .list-item li .check-list li {
  margin-bottom: 10px;
}
.popUp-aboutProject .aboutProject-list .list-item li .check-list li:last-child {
  margin-bottom: 0;
}
.popUp-aboutProject .aboutProject-list .list-item li .style-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
}
.popUp-aboutProject .aboutProject-list .list-item li .style-photos img {
  width: 100%;
  height: 104px;
  border-radius: 10px;
  object-fit: cover;
}
.popUp-aboutProject .aboutProject-list .list-item li .likes {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.popUp-aboutProject .aboutProject-list .list-item li .likes img {
  height: 140px;
}
.popUp-aboutProject .aboutProject-list .list-item li .style-colors {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
}
.popUp-aboutProject .aboutProject-list .list-item li .style-colors li {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  position: relative;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.popUp-aboutProject .aboutProject-list .list-item li .style-colors li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popUp-aboutProject .aboutProject-list .list-item .member-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.popUp-aboutProject .aboutProject-list .list-item .member-box .member {
  padding: 20px;
  background: #fff9f7;
  border-radius: 20px;
}
.popUp-aboutProject .aboutProject-list .list-item .member-box .member-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.popUp-aboutProject .aboutProject-list .list-item .member-box .member-list li {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
}
.popUp-aboutProject .aboutProject-list .list-item .member-box .member-list li p {
  width: 50%;
}
.popUp-aboutProject .aboutProject-list .list-item .member-box .member-list li p:last-child {
  padding-left: 15px;
}
.popUp-aboutProject .aboutProject-list .list-item .member-box .member-list li:first-child {
  margin-top: 10px;
}
.popUp-aboutProject .aboutProject-list .checked-list li {
  width: auto;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  margin: 0 12px 10px 0;
}
.popUp-aboutProject .aboutProject-list .checked-list li span {
  display: inline-block;
  margin-right: 5px;
}
.popUp-aboutProject .aboutProject-list .checked-list li img {
  cursor: pointer;
  width: 12px;
}
.popUp-aboutProject .aboutProject-list .add-room {
  width: 155px;
  height: 35px;
  border-radius: 12px;
  background: #fff;
  padding: 8px 15px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  margin-top: 10px;
}
.popUp-aboutProject .aboutProject-list .add-room::placeholder {
  opacity: 0.5;
}
.popUp-aboutProject .aboutProject-list .info-interior {
  display: flex;
  margin-bottom: 10px;
  margin-left: -80px;
}
.popUp-aboutProject .aboutProject-list .info-interior:last-child {
  margin-bottom: 0;
}
.popUp-aboutProject .aboutProject-list .info-interior p {
  font-weight: 500;
  width: 100px;
}
.popUp-aboutProject .aboutProject-list .list_checked li {
  margin-bottom: 15px;
}
.popUp-aboutProject .aboutProject-list .list_checked li:last-child {
  margin-bottom: 0;
}
.popUp-aboutProject .aboutProject-list .list_checked li .item-title {
  display: flex;
  align-items: start;
  flex-direction: row;
}
.popUp-aboutProject .aboutProject-list .list_checked li .item-title::before {
  content: url(../img/svg/checked.svg);
  margin-right: 10px;
}
.popUp-aboutProject .aboutProject-list .list-lighting {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
.popUp-aboutProject .aboutProject-list .list-lighting .light {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popUp-aboutProject .aboutProject-list .list-lighting .light-name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.popUp-aboutProject .aboutProject-list .list-lighting .light-status {
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0;
}
.popUp-aboutProject .aboutProject-list .list-lighting .light-img {
  width: 100%;
  height: 150px;
  border-radius: 9px;
  object-fit: cover;
}
.popUp-aboutProject .aboutProject-list .light.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.popUp-aboutProject .aboutProject-list .decor-list {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 9px;
  margin-top: 20px;
}
.popUp-aboutProject .aboutProject-list .decor-list .decor {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  line-height: 16px;
}
.popUp-aboutProject .aboutProject-list .decor-list .decor-name {
  font-weight: 500;
}
.popUp-aboutProject .aboutProject-list .decor-list .decor-status {
  margin: 10px 0;
}
.popUp-aboutProject .aboutProject-list .decor-list .decor-img {
  width: 130px;
  height: 120px;
  border-radius: 9px;
  object-fit: cover;
}
.popUp-aboutProject .aboutProject .list_style .list-item li {
  margin-bottom: 40px;
}
.popUp-aboutProject .aboutProject .list_style .list-item li:last-child {
  margin-bottom: 0;
}
.popUp-aboutProject .aboutProject .list_style .list-item .photoTitle {
  margin-bottom: 30px;
}
.popUp-aboutProject .aboutProject .showLists .list-head .arrow {
  transform: rotate(180deg);
}
.popUp-aboutProject .aboutProject .showLists .list-item {
  display: block;
}
.popUp-aboutProject .aboutProject .showLists .list-lighting,
.popUp-aboutProject .aboutProject .showLists .decor-list {
  display: grid;
}

.popUp-options .popUp-content,
.popUp-options-free .popUp-content,
.popUp-think-again .popUp-content {
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.popUp-options .popUp-subtitle,
.popUp-options-free .popUp-subtitle,
.popUp-think-again .popUp-subtitle {
  font-size: 13px;
  line-height: 21px;
  margin: 15px 0 20px;
}
.popUp-options .popUp-subtitle strong,
.popUp-options-free .popUp-subtitle strong,
.popUp-think-again .popUp-subtitle strong {
  font-weight: 700;
}
.popUp-options .icon,
.popUp-options-free .icon,
.popUp-think-again .icon {
  margin-bottom: 15px;
}
.popUp-options textarea,
.popUp-options-free textarea,
.popUp-think-again textarea {
  width: 100%;
  height: 80px;
  border-radius: 15px;
  border: 1px solid #E9E9E9;
  padding: 16px 24px;
  resize: vertical;
  font-size: 14px;
  line-height: 16px;
}
.popUp-options textarea::placeholder,
.popUp-options-free textarea::placeholder,
.popUp-think-again textarea::placeholder {
  opacity: 0.5;
}
.popUp-options .check-box,
.popUp-options-free .check-box,
.popUp-think-again .check-box {
  margin: 15px 0 20px;
}
.popUp-options .check-box input,
.popUp-options-free .check-box input,
.popUp-think-again .check-box input {
  appearance: none;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-right: 8px;
}
.popUp-options .check-box input::before,
.popUp-options-free .check-box input::before,
.popUp-think-again .check-box input::before {
  content: url(../img/svg/no-check.svg);
}
.popUp-options .check-box input:checked,
.popUp-options-free .check-box input:checked,
.popUp-think-again .check-box input:checked {
  content: url(../img/svg/checked.svg);
}
.popUp-options .check-box label,
.popUp-options-free .check-box label,
.popUp-think-again .check-box label {
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
}
.popUp-options .for-payment-link,
.popUp-options-free .for-payment-link,
.popUp-think-again .for-payment-link {
  margin: 20px 0 50px;
}
.popUp-options .disabled,
.popUp-options-free .disabled,
.popUp-think-again .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.popUp-compare {
  overflow-y: scroll;
  display: block;
}
.popUp-compare .popUp-content {
  width: 880px;
  margin: 50px auto;
}
.popUp-compare .compare-table {
  width: 100%;
  margin-top: 30px;
}
.popUp-compare .compare-table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popUp-compare .compare-table thead th {
  font-size: 13px;
  line-height: 14px;
  color: #A3A097;
  font-weight: 400;
}
.popUp-compare .compare-table thead th:nth-child(1), .popUp-compare .compare-table thead th:nth-child(2) {
  width: 17%;
}
.popUp-compare .compare-table thead th:nth-child(3) {
  width: 30%;
}
.popUp-compare .compare-table thead th:nth-child(4) {
  width: 25%;
}
.popUp-compare .compare-table tbody tr {
  border-bottom: 1px solid #F6F6F6;
  padding: 20px 0 30px;
}
.popUp-compare .compare-table tbody tr:last-child {
  border: none;
  padding-bottom: 0;
}
.popUp-compare .compare-table tbody tr:last-child {
  margin-bottom: 0;
}
.popUp-compare .compare-table tbody tr td {
  font-size: 14px;
  line-height: 16px;
}
.popUp-compare .compare-table tbody tr td:first-child {
  font-weight: 700;
}
.popUp-compare .compare-table tbody tr td:nth-child(1), .popUp-compare .compare-table tbody tr td:nth-child(2) {
  width: 17%;
}
.popUp-compare .compare-table tbody tr td:nth-child(3) {
  width: 30%;
}
.popUp-compare .compare-table tbody tr td:nth-child(4) {
  width: 25%;
}
.popUp-compare .compare-table tbody tr td .file {
  max-width: 230px;
  background: #fff;
  border-radius: 12px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 15px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.popUp-compare .compare-table tbody tr td .file span {
  display: inline-block;
  margin: 7px;
  white-space: nowrap;
}
.popUp-compare .compare-table tbody tr td .form-btn {
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding: 5px 5px 5px 15px;
}
.popUp-compare .compare-table tbody tr td .photos {
  background-image: url(../img/png/back-bg.png);
  background-size: cover;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  width: 224px;
  height: 160px;
}
.popUp-compare .compare-table tbody tr td .photos img {
  margin-right: 15px;
}

.popUp-photos {
  overflow-y: scroll;
  display: block;
}
.popUp-photos .popUp-content {
  width: 880px;
  margin: 50px auto;
}
.popUp-photos .photos2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}
.popUp-photos .photos2 img {
  width: 100%;
  height: 285px;
  border-radius: 15px;
  object-fit: cover;
}
.popUp-photos .project-process {
  background: #F35E32 url("../img/png/Vector.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-top: 40px;
  font-size: 12px;
  line-height: 17px;
}
.popUp-photos .project-process img {
  margin-right: 10px;
}
.popUp-photos .project-process .process-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  margin-right: 25px;
}
.popUp-photos .project-process .timer-big {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.6);
}
.popUp-photos .project-process button {
  border-radius: 12px;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin-top: 15px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
}
.popUp-photos .project-process button img {
  margin: 0;
  width: 30px;
}
.popUp-photos .project-process button span {
  display: inline-block;
  margin-right: 5px;
}
.popUp-photos .project-process .upload-btn {
  background: #fff;
  margin-right: 20px;
}
.popUp-photos .project-process .need-think,
.popUp-photos .project-process .another-option {
  background: #2f2f2f;
  color: #fff;
}
.popUp-photos .project-process .another-option {
  margin-right: 20px;
}
.popUp-photos .project-process .need-think {
  color: rgba(255, 255, 255, 0.3333333333);
}

.popUp-leave-tip .popUp-content,
.popUp-review .popUp-content {
  padding: 75px 55px 55px;
}
.popUp-leave-tip .popUp-close,
.popUp-review .popUp-close {
  top: 30px;
  right: 30px;
}
.popUp-leave-tip .popUp-title,
.popUp-review .popUp-title {
  margin: 15px 0;
}
.popUp-leave-tip .popUp-subtitle,
.popUp-review .popUp-subtitle {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 20px;
}
.popUp-leave-tip input,
.popUp-review input {
  width: 100%;
  height: 50px;
  border-radius: 15px;
  border: 1px solid #C3C3C3;
  padding: 0 50px 0 24px;
  font-size: 14px;
  line-height: 16px;
}
.popUp-leave-tip input::placeholder,
.popUp-review input::placeholder {
  opacity: 0.5;
}
.popUp-leave-tip .rubl,
.popUp-review .rubl {
  content: url(../img/svg/rubl.svg);
  position: absolute;
  top: 20px;
  right: 24px;
}
.popUp-leave-tip .form-btn,
.popUp-review .form-btn {
  margin-top: 20px;
  justify-content: center;
}

.popUp-review textarea {
  width: 100%;
  height: 50px;
  border-radius: 15px;
  border: 1px solid #C3C3C3;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}
.popUp-review .reating p {
  font-size: 14px;
  line-height: 16px;
  color: #d1d1d1;
  margin-right: 20px;
}
.popUp-review .reating .stars svg {
  cursor: pointer;
}
.popUp-review .reating .stars .active path {
  fill: #F35E32;
}

.popUp-support form {
  width: 100%;
}
.popUp-support form .item {
  margin-top: 30px;
}
.popUp-support form .item p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.popUp-support form textarea {
  width: 100%;
  height: 50px;
  border-radius: 15px;
  border: 1px solid #C3C3C3;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 16px;
}
.popUp-support form textarea::placeholder {
  color: #b3b2b1;
}
.popUp-support form .form-btn {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popUp-support form .form-btn p {
  margin-right: 5px;
}

.popUp-logOut .popUp-content,
.popUp-request_resolved .popUp-content {
  height: 460px;
}
.popUp-logOut button,
.popUp-request_resolved button {
  justify-content: center;
  margin-top: 30px;
}
.popUp-logOut .logOut-wrong,
.popUp-logOut .request-no,
.popUp-request_resolved .logOut-wrong,
.popUp-request_resolved .request-no {
  background: #fef1ed;
  color: #917f79;
  box-shadow: none;
}

.popUp-statistics {
  overflow-y: scroll;
  display: block;
}
.popUp-statistics .popUp-content {
  width: 1000px;
  padding-bottom: 20px;
  margin: 50px auto;
}
.popUp-statistics .projects-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.popUp-statistics .projects-table tbody tr {
  margin-top: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
}
.popUp-statistics .projects-table tbody tr:hover {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}
.popUp-statistics .projects-table tbody tr td {
  background: #fff;
  padding: 20px 0;
  font-size: 14px;
  line-height: 16px;
  color: #403F3B;
}
.popUp-statistics .projects-table tbody tr td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  color: #455445;
  width: 60px;
  padding: 20px 30px;
}
.popUp-statistics .projects-table tbody tr td:nth-child(2) {
  font-weight: 700;
}
.popUp-statistics .projects-table tbody tr td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 200px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #f35e32;
  width: 100px;
  padding-right: 30px;
}

.popUp-withdrawal .popUp-content {
  padding: 70px 40px 60px;
  width: 395px;
}
.popUp-withdrawal .popUp-title {
  font-size: 20px;
  margin: 10px 0;
}
.popUp-withdrawal .popUp-subtitle {
  margin-bottom: 25px;
}
.popUp-withdrawal .popUp-subtitle strong {
  font-weight: 700;
}
.popUp-withdrawal .input-box span {
  position: absolute;
  top: 14px;
  right: 18px;
}
.popUp-withdrawal .upload-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  border-radius: 12px;
  border: 1.5px solid #F35E32;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.popUp-withdrawal .upload-file .upload {
  cursor: pointer;
}
.popUp-withdrawal .upload-file .remove-file {
  width: 35px;
  height: 35px;
  border-radius: 9px;
  background: #ffece6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popUp-withdrawal .disabled {
  pointer-events: none;
  opacity: 0.5;
}

.popUp-responsible .popUp-content {
  padding: 50px 40px;
  width: 395px;
}
.popUp-responsible .popUp-close {
  top: 30px;
  right: 30px;
}
.popUp-responsible .popUp-title {
  margin-top: 15px;
}
.popUp-responsible .select-box {
  width: 100%;
  margin-top: 20px;
}
.popUp-responsible .select-box p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}
.popUp-responsible .select-box .select-head span.num {
  display: none;
}
.popUp-responsible .select-box .select .options-list::-webkit-scrollbar {
  background: transparent;
}
.popUp-responsible .select-box .select .options-list li {
  padding: 15px 10px 15px 20px;
  border-bottom: 1px solid #F4F4F4;
  display: flex;
  justify-content: space-between;
}
.popUp-responsible .select-box .select .options-list li span:first-child {
  opacity: 0.5;
}
.popUp-responsible .select-box .select .options-list li span:last-child {
  color: #f35e32;
  padding: 2px 7px;
  border-radius: 5px;
  background: #fff0ec;
}
.popUp-responsible .select-box .select .options-list li:last-child {
  border: none;
}
.popUp-responsible .select-box .select .options-list li:hover {
  background: transparent;
  color: #403F3B;
}
.popUp-responsible .select-box .select .options-list li:hover span {
  opacity: 1;
}
.popUp-responsible .form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.popUp-user-editing {
  overflow-y: scroll;
  display: block;
}
.popUp-user-editing .popUp-content {
  width: 880px;
  margin: 50px auto;
  padding: 40px;
}
.popUp-user-editing .popUp-close {
  top: 30px;
  right: 30px;
}
.popUp-user-editing .user-name .name {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-right: 20px;
}
.popUp-user-editing .user-name .data-regis {
  font-size: 14px;
  line-height: 25px;
  opacity: 0.4;
}
.popUp-user-editing .item-box {
  margin-top: 30px;
}
.popUp-user-editing .item-box .item-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.popUp-user-editing .item-box .select {
  width: 200px;
  margin-top: 15px;
}
.popUp-user-editing .item-box .select .options {
  padding-right: 0;
}
.popUp-user-editing .item-box .select .options-list {
  padding-right: 0;
}
.popUp-user-editing .item-box .select .options-list::-webkit-scrollbar {
  display: none;
}
.popUp-user-editing .item-box .input-box {
  width: 200px;
  position: relative;
  margin-right: 20px;
  margin-top: 15px;
}
.popUp-user-editing .item-box .input-box .rubl {
  position: absolute;
  bottom: 16px;
  right: 20px;
}
.popUp-user-editing .item-box .form-inp {
  width: 100%;
  height: 45px;
  border-radius: 15px;
  border: 1px solid #E9E9E9;
  padding: 0 20px;
}
.popUp-user-editing .item-box .form-inp:focus {
  border-color: #2F2F2F;
}
.popUp-user-editing .item-box #balance {
  padding-right: 40px;
}
.popUp-user-editing .btns {
  margin-top: 40px;
}
.popUp-user-editing .btns .no-save {
  background: #fff;
  margin-right: 30px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  opacity: 0.4;
}
.popUp-user-editing .btns .no-save:hover {
  opacity: 0.8;
}
.popUp-user-editing .btns .form-btn {
  padding: 20px;
}
.popUp-user-editing .user-editing_form {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F4F4F4;
}
.popUp-user-editing .projects-btns label {
  cursor: pointer;
  margin-right: 50px;
}
.popUp-user-editing .projects-btns label:last-child {
  margin-right: 0;
}
.popUp-user-editing .projects-btns label input {
  display: none;
}
.popUp-user-editing .projects-btns label span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  opacity: 0.3;
}
.popUp-user-editing .projects-btns label span span {
  opacity: 1;
}
.popUp-user-editing .projects-btns label input:checked ~ span {
  opacity: 1;
}
.popUp-user-editing .projects-item .item {
  padding: 16px 20px;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.popUp-user-editing .projects-item .item:first-child {
  margin-top: 30px;
}
.popUp-user-editing .projects-item .item li {
  font-size: 14px;
  line-height: 16px;
  color: #403F3B;
}
.popUp-user-editing .projects-item .item li:nth-child(1) {
  opacity: 0.5;
}
.popUp-user-editing .projects-item .item li:nth-child(2) {
  font-weight: 700;
}
.popUp-user-editing .projects-item .item li:nth-child(2) span {
  margin-right: 5px;
}
.popUp-user-editing .projects-item .item li:nth-child(2) img {
  cursor: pointer;
}
.popUp-user-editing .projects-item .item li:last-child {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #f35e32;
  white-space: nowrap;
}

.popUp-remove .popUp-content {
  width: 380px;
  padding: 95px 40px 50px;
}
.popUp-remove .popUp-title span {
  color: #f35e32;
}
.popUp-remove button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popUp-remove .wrong-btn {
  margin: 30px 0;
}
.popUp-remove .yesRemove-btn {
  box-shadow: none;
  background: #fef1ed;
  color: #917f79;
}

.popUp.withdrawal {
  overflow-y: scroll;
  display: block;
}
.popUp.withdrawal .popUp-content {
  width: 395px;
  min-height: 550px;
  margin: 50px auto;
}
.popUp.withdrawal .popUp-close {
  top: 30px;
  right: 30px;
}
.popUp.withdrawal .withdrawal-list {
  margin-bottom: 40px;
}
.popUp.withdrawal .withdrawal-list li {
  display: flex;
  align-items: start;
  margin-top: 20px;
  font-size: 14px;
  line-height: 21px;
}
.popUp.withdrawal .withdrawal-list li span {
  display: block;
  width: 40%;
}
.popUp.withdrawal .withdrawal-list li span:first-child {
  font-weight: 500;
}
.popUp.withdrawal .withdrawal-list li span:last-child {
  width: 60%;
}
.popUp.withdrawal .form-btn {
  padding: 0;
  height: 55px;
  margin: 20px 0 0;
  justify-content: center;
}
.popUp.withdrawal .refuse-withdrawal_btn {
  box-shadow: none;
  background: #2F2F2F;
}
.popUp.withdrawal .link-file {
  border-bottom: 1px solid #F35E32;
  color: #f35e32;
}
.popUp.withdrawal .link-project {
  border-bottom: 1px solid #403F3B;
}
.popUp.withdrawal .popUp-subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  margin: 20px 0 15px;
}
.popUp.withdrawal textarea {
  width: 100%;
  height: 150px;
  border-radius: 15px;
  border: 1px solid #E9E9E9;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 16px;
}
.popUp.withdrawal textarea::placeholder {
  opacity: 0.5;
}

.popUp-request_client .popUp-content {
  min-height: 420px !important;
}

.popUp-addUser {
  overflow-y: scroll;
  display: block;
}
.popUp-addUser .popUp-content {
  width: 395px;
  padding: 50px 45px;
  margin: 50px auto;
}
.popUp-addUser .popUp-close {
  top: 30px;
  right: 30px;
}
.popUp-addUser .popUp-title {
  margin-top: 15px;
}
.popUp-addUser .addUser-form .item {
  margin-top: 13px;
}
.popUp-addUser .addUser-form .item-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popUp-addUser .addUser-form .item .select .options {
  padding: 0;
}
.popUp-addUser .addUser-form .item .select .options-list {
  padding: 0;
}
.popUp-addUser .addUser-form .item .select .options-list::-webkit-scrollbar {
  display: none;
}
.popUp-addUser .addUser-form .addUser_btn {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes popUp-anim {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  main .order-steps .steps-item {
    margin: 0px 20px 0 0;
    min-width: 210px;
  }
  main .order-steps .steps-item .steps-list {
    margin-bottom: 30px;
  }
  main .order-steps .steps-item .steps-list .step {
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
  }
  main .order-steps .steps-item .steps-list .step-name {
    font-size: 18px;
    line-height: 18px;
  }
  main .order-steps .steps-item .quiz-item {
    font-size: 14px;
    line-height: 15px;
  }
  main .my-orders-body .body-right .right-box .item-list {
    width: 100%;
  }
  main .statistics-table {
    width: 100%;
  }
  main .balance-page .balance-top {
    padding: 40px 0;
  }
  main .balance-page .balance-top .balance-card svg {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  main .balance-page .balance-top .balance-card .balance-title {
    font-size: 30px;
    line-height: 37px;
  }
  main .balance-page .balance-top .balance-faq {
    width: 32%;
    padding: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  main .balance-page .balance-top .balance-faq::before {
    left: -36px;
  }
  main .balance-page .balance-top .balance-faq p {
    width: 75%;
  }
  main .balance-page .balance-top .balance-faq img {
    width: 40px;
  }
  main .balance-page .balance-top .balance-btns {
    width: 30%;
    padding: 20px 15px;
  }
  main .balance-page .balance-top .balance-btns button {
    font-size: 13px;
  }
  main .balance-page .balance-controls {
    padding: 10px;
  }
  main .balance-page .balance-controls label {
    margin-right: 10px;
  }
  main .balance-page .balance-controls label span {
    padding: 8px 10px;
  }
  main .balance-page .balance-controls .select {
    width: 190px;
  }
  main .balance-page .statistics-top .statistic {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  main .balance-page .statistics-top .statistic:last-child {
    margin-bottom: 0;
  }
  main .orders .orders-head .orders-nav {
    width: 100% !important;
  }
  main .orders_admin .orders-head .orders-controls .item {
    margin-right: 5px;
  }
  main .orders_admin .orders-head .orders-controls .item p {
    display: none;
  }
  main .orders_admin .orders-head .orders-controls .item:first-child {
    margin-right: 10px;
  }
  main .settings .settings-box .templates-box {
    grid-gap: 15px;
  }
  .popUp-statistics .popUp-content {
    width: 98%;
  }
  .popUp-statistics .projects-table tbody tr td {
    padding: 10px;
    font-size: 11px;
    line-height: 12px;
  }
}
@media (max-width: 991px) {
  .access {
    font-size: 13px;
    line-height: 14.5px;
  }
  .access-title {
    font-size: 17px;
    line-height: 18px;
  }
  .access .regis-form {
    flex-direction: column;
    align-items: center;
  }
  .access .form-box {
    background-image: url("../img/png/form-bg-m.png");
    width: 300px;
    height: auto;
    padding: 30px 30px 60px;
    margin-right: 0;
    margin-bottom: 11px;
  }
  .access .form-box .box-title {
    font-size: 20px;
    line-height: 30px;
  }
  .access .form-box .box-subtitle {
    font-size: 13px;
    margin-top: 10px;
  }
  .access-form {
    width: 300px;
  }
  .access-body {
    padding: 35px 30px;
  }
  .access-footer .socials {
    padding: 30px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #F0EBE4;
  }
  .access-footer .socials-title {
    margin-bottom: 15px;
  }
  .access-footer .socials .social {
    width: 40px;
    height: 40px;
  }
  .header .container {
    padding: 0 20px 0 100px;
  }
  .header-title, .header-mintitle {
    font-size: 25px;
    line-height: 29px;
    margin-right: 20px;
  }
  .header .balance div {
    display: none;
    flex-direction: column;
  }
  .header .balance img {
    margin-right: 0;
  }
  .header .user div {
    display: none;
  }
  main::before {
    display: none;
  }
  main .container {
    padding: 0 15px;
  }
  main .sidebar {
    display: none;
  }
  main .my-orders {
    padding: 20px 0;
  }
  main .my-orders .order-tab-btns {
    font-size: 18px;
  }
  main .my-orders .order-tab-btns .mobile-tab {
    display: flex;
    align-items: center;
  }
  main .my-orders .order-tab-btns .tab-btns {
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
  }
  main .my-orders .order-tab-btns .tab-btn {
    margin-right: 0;
  }
  main .my-orders .order-tab-btns .active {
    display: none;
  }
  main .my-orders .showTabBtn .mobile-tab::after {
    transform: rotate(180deg);
    margin-top: 10px;
  }
  main .my-orders .showTabBtn .tab-btns {
    display: flex;
  }
  /*main .my-orders .order-box_timer {
    background: #fff;
    margin-top: 28px !important;
    border-radius: 20px;
    padding: 20px;
  }*/
  main .my-orders .order-box_timer .order-box-item {
    margin: 20px 0;
    padding: 20px;
	background:#fff;
    border-radius:30px;
  }
  main .my-orders .order-box_timer .order-status {
    margin: 0 !important;
    padding: 0 !important;
  }
  main .my-orders .order-box_timer .box-timer {
    padding: 20px;
    height: 132px;
	width: 100%;
  }
  main .order-box .order-decoration {
	  margin-top:-20px;
  }
  main .my-orders .order-box_timer .box-timer .timer-top {
    padding: 5px 9px;
    font-size: 11px;
  }
  main .my-orders .order-box_timer .box-timer .timer-top img {
    min-width: 8px;
  }
  main .my-orders .order-box_timer .box-timer .timer-big {
    font-size: 30px;
    line-height: 34px;
  }
  main .my-orders .order-box_timer .box-timer .timer-text {
    font-size: 11px;
    line-height: 15px;
  }
  main .order-box .order-decoration .decoration-subtitle {
    margin: 15px 0;
  }
  main .order-box .order-decoration .decoration-sum {
    margin: 0 15px 0 0;
  }
  main .order-steps {
    flex-direction: column;
    align-items: center !important;
  }
  main .order-steps .steps-select {
    position: relative;
    margin-bottom: 20px;
  }
  main .order-steps .steps-select .steps-select-head {
    width: 300px;
    padding: 14px 20px;
    border-radius: 15px;
    background: #e9e7de;
  }
  main .order-steps .steps-select .steps-select-head .steps-num {
    font-size: 11px;
    line-height: 18px;
    color: #bfbbaf;
    margin-right: 15px;
  }
  main .order-steps .steps-select .steps-select-head .active {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #403f3b;
  }
  main .order-steps .steps-select .steps-select-head .active-sub {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #403f3b;
    margin-top: 5px;
  }
  main .order-steps .steps-select .steps-select-head svg {
    margin-top: 8px;
  }
  main .order-steps .steps-item {
    position: absolute;
    top: 105%;
    width: 100%;
    background: #e9e7de;
    padding: 14px 20px;
    border-radius: 15px;
    z-index: 10;
    display: none;
  }
  main .order-steps .showStepSelect .steps-select-head svg {
    transform: rotate(180deg);
  }
  main .order-steps .showStepSelect .steps-item {
    display: block !important;
  }
  main .order-steps .steps-form {
    width: 100%;
  }
  main .order-steps .payment_step,
  main .order-steps .measure_step {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
  main .order-steps .status_step {
    width: 100%;
  }
  main .order-steps .status-order {
    padding: 30px;
  }
  main .my-orders-head {
    padding: 15px 15px 60px 30px;
    margin-bottom: 15px;
    position: relative;
  }
  main .my-orders-head .order-title {
    font-size: 17px;
    line-height: 23px;
  }
  main .my-orders-head .order-title p {
    width: 170px;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  main .my-orders-head .order-title .change {
    display: none;
  }
  main .my-orders-head .status {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
  main .my-orders-head .timer-head {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #f35e32;
  }
  main .my-orders-head .backTo-link {
    width: 25px;
    height: 25px;
  }
  main .my-orders-head .backTo-link svg {
    width: 10px;
  }
  main .my-orders-body {
    flex-direction: column;
  }
  main .my-orders-body .body-left {
    min-width: 100%;
    margin-right: 10px;
  }
  main .my-orders-body .body-left .arrow {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    background: #fef1ed;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .my-orders-body .body-left .left-step {
    padding: 15px 30px 15px 30px;
    border-radius: 20px;
    background: #fff;
  }
  main .my-orders-body .body-left .left-step .step-head {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #403f3b;
    cursor: pointer;
  }
  main .my-orders-body .body-left .left-step .step-head p {
    margin-right: 17px;
  }
  main .my-orders-body .body-left .left-step .step-head .step-count {
    padding: 7.5px 15px;
    border-radius: 12px;
    background: #ffe3be;
    color: #403F3B;
  }
  main .my-orders-body .body-left .left-step .step-info {
    margin-top: 17px;
    padding-top: 25px;
    position: relative;
    overflow: hidden;
  }
  main .my-orders-body .body-left .left-step .step-info::before {
    content: "";
    width: 150%;
    height: 1px;
    background: #f3f1eb;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  main .my-orders-body .body-left .left-step .step-info::after {
    content: "";
    width: 1px;
    height: 93%;
    border: 2px dashed #FFF7EC;
    position: absolute;
    top: 25px;
    left: 16px;
  }
  main .my-orders-body .body-left .left-step .step-info .info-item {
    margin-bottom: 30px;
  }
  main .my-orders-body .body-left .left-step .step-info .disabled {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
    z-index: 2;
  }
  main .my-orders-body .body-left .left-step .step-info .info-num {
    min-width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #ffe3be;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #403f3b;
    position: relative;
    z-index: 3;
    margin-right: 15px;
    position: relative;
  }
  main .my-orders-body .body-left .left-step .step-info .info-item:last-child .info-num::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 500px;
    background: #fff;
    z-index: 4;
  }
  main .my-orders-body .body-left .left-step .step-info .info-list-title {
    cursor: pointer;
  }
  main .my-orders-body .body-left .left-step .step-info .list-title p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #403f3b;
  }
  main .my-orders-body .body-left .left-step .step-info .list-title .status {
    background: #f0f0f0;
    border-radius: 5px;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    margin-top: 6px;
    padding: 4px 5px;
    display: inline-block;
  }
  main .my-orders-body .body-left .left-step .step-info .info-arrow {
    display: none;
  }
  main .my-orders-body .body-left .left-step .step-info .options {
    padding-right: 15px;
    display: none;
  }
  main .my-orders-body .body-left .left-step .step-info .options li {
    margin-top: 10px;
  }
  main .my-orders-body .body-left .left-step .step-info .options li:last-child {
    margin-bottom: 0;
  }
  main .my-orders-body .body-left .left-step .step-info .options li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 12px;
    background: #fff;
    font-size: 12px;
    line-height: 12px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  }
  main .my-orders-body .body-left .left-step .step-info .options li a span {
    display: inline-block;
    margin-right: 7px;
  }
  main .my-orders-body .body-left .left-step .step-info .options li a:hover {
    box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
  }
  main .my-orders-body .body-left .left-step .step-info .options .option {
    margin-top: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F3F1EB;
  }
  main .my-orders-body .body-left .left-step .step-info .options .option:last-child {
    border-bottom: none;
  }
  main .my-orders-body .body-left .left-step .step-info .options .option-title p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #403F3B;
  }
  main .my-orders-body .body-left .left-step .step-info .options .option-title span {
    font-size: 12px;
    line-height: 12px;
    color: #CCCCCC;
  }
  main .my-orders-body .body-left .left-step .step-info .options .option-status {
    background: #f0f0f0;
    border-radius: 5px;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    margin-top: 6px;
    padding: 4px 5px;
    display: inline-block;
    margin: 6px 0 12px;
  }
  main .my-orders-body .body-left .left-step .step-info .options .not_accepted {
    color: #FF5E5E;
    background: #FFEAEA;
  }
  main .my-orders-body .body-left .left-step .step-info .options .option-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 17px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    height: 35px;
    width: 100%;
    padding: 8px 10px;
  }
  main .my-orders-body .body-left .left-step .step-info .options .photos-info {
    width: 100%;
    height: 35px;
    border-radius: 12px;
    background-image: url("../img/png/btn-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
  }
  main .my-orders-body .body-left .left-step .step-info .options .photos-info img {
    margin-right: 10px;
  }
  main .my-orders-body .body-left .left-step .showStepOptions .info-arrow {
    display: block !important;
  }
  main .my-orders-body .body-left .left-step .showStepOptions .options {
    display: block;
  }
  main .my-orders-body .body-left .left-about {
    padding: 15px 30px 15px 30px;
  }
  main .my-orders-body .body-left .left-about .about-title {
    font-size: 17px;
    line-height: 22px;
  }
  main .my-orders-body .body-left .left-about .arrow {
    display: flex;
  }
  main .my-orders-body .body-left .left-about .about-info {
    display: none;
  }
  main .my-orders-body .body-left .left-about .about-list {
    margin: 20px 0 40px;
  }
  main .my-orders-body .body-left .left-about .about-list li {
    margin-bottom: 10px;
  }
  main .my-orders-body .body-left .left-about .about-list li p {
    width: 49%;
    font-size: 12px;
    line-height: 16px;
  }
  main .my-orders-body .body-left .showAbout .about-info {
    display: block;
  }
  main .my-orders-body .body-right {
    margin-top: 15px;
  }
  main .my-orders-body .body-right .right-head {
    padding: 0 30px;
  }
  main .my-orders-body .body-right .right-head .head-title {
    font-size: 17px;
  }
  main .my-orders-body .body-right .right-box {
    padding: 20px 30px;
  }
  main .my-orders-body .body-right .right-box .box-info {
    min-height: 350px;
  }
  main .my-orders-body .body-right .right-box .item {
    margin-top: 20px;
  }
  main .my-orders-body .body-right .right-box .item .check-icon {
    width: 18px;
  }
  main .my-orders-body .body-right .right-box .project-process {
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
    font-size: 10px;
    line-height: 14px;
    position: relative;
  }
  main .my-orders-body .body-right .right-box .project-process img {
    width: 15px;
  }
  main .my-orders-body .body-right .right-box .project-process .process-title {
    font-size: 13px;
    line-height: 17px;
    width: 65%;
  }
  main .my-orders-body .body-right .right-box .project-process .process-subtitle {
    margin-top: 5px;
  }
  main .my-orders-body .body-right .right-box .project-process .timer-big {
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 13px;
    right: 15px;
  }
  main .my-orders-body .body-right .right-box .project-process .timer-fine {
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 13px;
    right: 15px;
  }
  main .my-orders-body .body-right .right-box .project-process .timer-fine .timer-big {
    position: relative;
    top: 0;
    right: 0;
  }
  main .my-orders-body .body-right .right-box .project-process .timer-fine p {
    font-size: 15px;
  }
  main .support {
    padding: 20px 0;
  }
  main .support .add-order2 {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
  }
  main .support .add-order2 span {
    display: none;
  }
  main .support .add-order2 svg {
    margin: 0;
  }
  main .support-list {
    width: 100%;
  }
  main .support-item {
    margin-bottom: 50px;
  }
  main .support-item:last-child {
    margin-bottom: 0;
  }
  main .support .disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  main .support .showSupportChat .chat-head img {
    transform: rotate(180deg);
  }
  main .support .showSupportChat .chat-body {
    display: block;
  }
  main .support-info {
    background: #498FF4;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  main .support-info .info {
    width: 60%;
  }
  main .support-info .info-title {
    font-size: 18px;
    line-height: 18px;
  }
  main .support-info .info-subtitle {
    font-size: 12px;
    line-height: 17px;
    margin: 7px 0 0;
  }
  main .support-info .info-btn {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  main .support-info .info-btn img {
    width: 40px;
  }
  main .settings .setting-btns {
    display: none;
  }
  main .settings .settings-box {
    width: 100%;
  }
  main .settings .settings-box .setting-item {
    border-radius: 20px;
    padding: 20px;
    display: block !important;
    margin-bottom: 30px;
  }
  main .settings .settings-box .setting-item:last-child {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  main .settings .settings-box input {
    width: 100%;
  }
  main .settings .settings-box #sms-code {
    width: 120px;
  }
  main .settings .settings-box .form-btn {
    width: 100% !important;
  }
  main .settings .settings-box .sendSms_phone {
    display: none !important;
  }
  main .settings .settings-box .saved {
    display: none !important;
  }
  main .settings .settings-box .save-btn {
    display: none !important;
  }
  main .settings .settings-box .setting-title {
    display: block;
  }
  main .settings .settings-box .setting-item .user-box .avatar {
    width: 56px;
    height: 56px;
    margin-right: 10px;
  }
  main .settings .settings-box .setting-item .user-box .user-name {
    font-size: 15px;
    line-height: 17px;
  }
  main .settings .settings-box .setting-item .user-box .upload-avatar {
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 13px;
    margin-top: 10px;
  }
  main .settings .settings-box .setting-item .user-box .upload-avatar span.in {
    display: none;
  }
  main .settings .settings-box .setting-item .user-box .remove-avatar {
    width: 72px;
    height: 28px;
    font-size: 12px;
    line-height: 13px;
    margin-top: 10px;
  }
  main .settings .settings-box .setting-item .user-box .remove-avatar span {
    display: none;
  }
  main .settings .settings-box .setting-item .change-name {
    margin-top: 25px;
  }
  main .settings .settings-box .setting-item .change-name__text {
    font-size: 15px;
    line-height: 17px;
  }
  main .settings .settings-box .setting-item .check-list {
    margin-bottom: 30px;
  }
  main .settings .settings-box .setting-item .check-list:last-child {
    margin-bottom: 0;
  }
  main .settings .settings-box .setting-item .check-list .list-title {
    font-size: 15px;
    line-height: 17px;
  }
  main .settings .settings-box .setting-item .check-notification li label {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    justify-content: start !important;
    cursor: pointer;
  }
  main .settings .settings-box .setting-item .check-notification li label span {
    width: auto;
    font-size: 13px;
    line-height: 15px;
  }
  main .settings .settings-box .setting-item .check-notification li label input {
    margin-right: 7px;
  }
  main .settings .settings-box .setting-item .check-socials li {
    justify-content: space-between;
    font-size: 13px;
    line-height: 14px;
  }
  main .settings .settings-box .setting-item .check-socials li .social {
    width: auto;
  }
  main .settings .settings-box .setting-item .safety {
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
  }
  main .settings .settings-box .setting-item .safety-item {
    margin: 0;
  }
  main .settings .settings-box .setting-item .safety-item input {
    height: 50px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  main .settings .settings-box .setting-item .safety-item #sms-code {
    width: 100%;
    display: none;
  }
  main .settings .settings-box .setting-item .safety-item .item-title {
    font-size: 18px;
    line-height: 20px;
  }
  main .settings .settings-box .setting-item .safety-item .sendSms_phone,
  main .settings .settings-box .setting-item .safety-item .saveNew_phone {
    justify-content: space-between;
    display: flex;
    padding: 5px 5px 5px 20px;
  }
  main .settings .settings-box .setting-item .safety-item .saveNew_phone {
    opacity: 0.5;
    pointer-events: none;
  }
  main .settings .settings-box .setting-item .safety-item .btnView {
    opacity: 1;
    pointer-events: visible;
  }
  main .settings .settings-box .setting-item .showBtn {
    display: flex !important;
  }
  main .settings .settings-box .setting-item .hidePhone {
    display: none !important;
  }
  main .settings .settings-box .setting-item .showSms {
    display: flex !important;
  }
  main .settings .settings-box .item {
    margin-bottom: 20px;
  }
  main .settings .settings-box .item input[type=text] {
    width: 100%;
  }
  main .orders .orders-head .orders-nav {
    margin: 20px 0 30px;
    width: 100%;
  }
  main .orders .orders-head .orders-nav li {
    font-size: 18px;
    line-height: 20px;
  }
  main .orders .orders-head .orders-controls {
    padding: 10px 10px 10px 15px;
  }
  main .orders .orders-head .orders-controls .item {
    margin-right: 20px;
  }
  main .orders .orders-head .orders-controls .item p {
    font-size: 12px;
    line-height: 13px;
    margin-right: 10px;
  }
  main .orders .orders-head .orders-controls .item .select-head {
    width: 120px;
    height: auto;
    padding: 5px 10px;
    border-radius: 8px;
  }
  main .orders .orders-head .orders-controls .item .select .options .option {
    padding: 5px 10px;
  }
  main .orders .orders-head .orders-controls .control-btns button:first-child {
    margin-right: 10px;
  }
  main .orders .orders-body .body-top {
    margin: 30px 0 20px;
  }
  main .orders .orders-body .body-top li {
    font-size: 12px;
    line-height: 12px;
  }
  main .orders .orders-body .body-box .box-list {
    margin-bottom: 20px;
  }
  main .orders .orders-body .body-box .box-list .box-title {
    font-size: 16px;
    line-height: 16px;
  }
  main .orders .orders-body .body-box .box-list .count {
    padding: 5px 7px;
    font-size: 13px;
    line-height: 13px;
  }
  main .orders .orders-body .body-box .box-list .item {
    padding: 15px 0;
  }
  main .orders .orders-body .body-box .box-list .item li {
    font-size: 11px;
    line-height: 13px;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(1) {
    width: 8%;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(2) {
    font-weight: 700;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(2) {
    width: 32%;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(4) {
    width: 25%;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(3), main .orders .orders-body .body-box .box-list .item li:nth-child(5) {
    width: 18%;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(5) {
    font-size: 14px;
    line-height: 14px;
  }
  main .orders .orders-body .vertical {
    overflow-x: scroll;
    margin-top: 40px;
    display: flex;
  }
  main .orders .orders-body .vertical .box-list .item {
    width: 290px;
    border-radius: 12px;
    padding: 20px;
    flex-direction: column;
    margin: 10px 20px 10px 0;
  }
  main .orders .orders-body .vertical .box-list .item li {
    width: 100% !important;
    text-align-last: left;
    font-size: 13px;
  }
  main .orders .orders-body .vertical .box-list .item li:nth-child(1) {
    font-size: 10px;
    line-height: 11px;
  }
  main .orders .orders-body .vertical .box-list .item li:nth-child(2) {
    font-size: 15px;
    line-height: 17px;
    margin: 6px 0 15px;
    display: flex;
  }
  main .orders .orders-body .vertical .box-list .item li:nth-child(2) span {
    width: 245px;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  main .orders .orders-body .vertical .box-list .item li:nth-child(4) {
    margin: 10px 0 15px;
  }
  main .orders .orders-body .vertical .box-list .item li:nth-child(5) {
    font-size: 20px;
    line-height: 22px;
  }
  main .orders .templates {
    grid-template-columns: repeat(2, 1fr);
  }
  main .orders_admin .orders-head .orders-controls .item {
    margin-right: 15px;
  }
  main .orders_admin .orders-head .orders-controls .item:first-child {
    margin-right: 40px;
  }
  main .orders_admin .orders-body .body-top li {
    font-size: 10px;
    line-height: 10px;
  }
  main .orders_admin .orders-body .body-top li:nth-child(1) {
    width: 10%;
    text-align: center;
  }
  main .orders_admin .orders-body .body-top li:nth-child(2), main .orders_admin .orders-body .body-top li:nth-child(4) {
    width: 25%;
  }
  main .orders_admin .orders-body .body-top li:nth-child(3), main .orders_admin .orders-body .body-top li:nth-child(7) {
    width: 15%;
  }
  main .orders_admin .orders-body .body-top li:nth-child(5), main .orders_admin .orders-body .body-top li:nth-child(6) {
    width: 10%;
  }
  main .orders_admin .orders-body .body-box .box-list .item {
    padding: 20px 0;
    background: #fff;
    border-radius: 20px;
    margin-top: 20px;
  }
  main .orders_admin .orders-body .body-box .box-list .item:first-child {
    margin-top: 15px;
  }
  main .orders_admin .orders-body .body-box .box-list .item li {
    font-size: 10px;
    line-height: 10px;
    display: flex;
    align-items: start;
  }
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(1) {
    width: 10%;
    text-align: center;
    justify-content: center;
  }
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(2), main .orders_admin .orders-body .body-box .box-list .item li:nth-child(4) {
    width: 25%;
  }
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(3), main .orders_admin .orders-body .body-box .box-list .item li:nth-child(7) {
    width: 15%;
  }
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5), main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) {
    width: 10%;
  }
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5) a, main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) a {
    font-size: 10px;
    line-height: 10px;
  }
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5) a:hover, main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) a:hover {
    color: #9f9f9d;
    border-color: #9f9f9d;
  }
  main .order_users {
    margin-top: 20px;
  }
  main .order_users .orders-head .orders-controls {
    padding: 0;
    background: transparent;
  }
  main .order_users .orders-head .orders-controls .control-btns .orders_check {
    position: absolute;
    top: 105%;
    left: 0;
    background: #fff;
    border-radius: 12px;
    padding: 12px !important;
    z-index: 10;
    width: 250px !important;
    display: none;
  }
  main .order_users .orders-head .orders-controls .control-btns .showNav {
    display: flex;
  }
  main .order_users .orders-head .orders-controls .control-btns label {
    cursor: pointer;
    margin-right: 0;
    margin-bottom: 10px;
  }
  main .order_users .orders-head .orders-controls .control-btns label:last-child {
    margin-bottom: 0;
  }
  main .order_users .orders-head .orders-controls .control-btns label input {
    display: none;
  }
  main .order_users .orders-head .orders-controls .control-btns label span {
    align-items: start;
    justify-content: start;
  }
  main .order_users .orders-head .orders-controls .control-btns .add-user {
    padding: 0;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #F35E32;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .order_users .orders-head .orders-controls .control-btns .add-user svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
  main .order_users .orders-head .orders-controls .control-btns .add-user svg path {
    stroke: #fff;
  }
  main .order_users .orders-head .orders-controls .control-btns .add-user span {
    display: none;
  }
  main .order_users .orders-head .orders-controls .control-btns .filter-btn {
    display: flex !important;
  }
  main .order_users .orders-head .orders-controls .control-btns .filter-btn svg {
    transform: rotate(0) !important;
  }
  main .order_users .orders-body .body-top li:nth-child(1), main .order_users .orders-body .body-top li:nth-child(2) {
    width: 25%;
  }
  main .order_users .orders-body .body-top li:nth-child(1) {
    width: 26%;
    padding-left: 0;
  }
  main .order_users .orders-body .body-top li:nth-child(2) {
    width: 20%;
  }
  main .order_users .orders-body .body-top li:nth-child(3), main .order_users .orders-body .body-top li:nth-child(4), main .order_users .orders-body .body-top li:nth-child(5) {
    width: 13%;
  }
  main .order_users .orders-body .body-top li:nth-child(6) {
    width: 15%;
    padding-right: 0;
  }
  main .order_users .orders-body .body-box .box-list .item {
    padding: 8px 0;
  }
  main .order_users .orders-body .body-box .box-list .item li {
    text-align: start !important;
    font-size: 12px !important;
  }
  main .order_users .orders-body .body-box .box-list .item li:nth-child(1) {
    width: 26%;
    padding-left: 10px;
  }
  main .order_users .orders-body .body-box .box-list .item li:nth-child(2) {
    width: 20%;
  }
  main .order_users .orders-body .body-box .box-list .item li:nth-child(3), main .order_users .orders-body .body-box .box-list .item li:nth-child(4), main .order_users .orders-body .body-box .box-list .item li:nth-child(5) {
    width: 13%;
  }
  main .order_users .orders-body .body-box .box-list .item li:nth-child(6) {
    width: 15%;
    padding-right: 10px;
  }
  main .statistics-table thead {
    display: none;
  }
  main .statistics-table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
  }
  main .statistics-table tbody tr td {
    width: 100% !important;
    padding: 0;
    background: transparent;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  main .statistics-table tbody tr td:last-child {
    margin-bottom: 0;
  }
  main .statistics-table tbody tr td::before {
    content: attr(data-lab);
    opacity: 0.5;
    margin-bottom: 5px;
  }
  .popUp-privacy_policy .popUp-content {
    width: 98%;
    padding: 30px 20px;
  }
  .popUp-privacy_policy .popUp-close {
    top: 20px;
    right: 20px;
  }
  .popUp-privacy_policy .popUp-close svg {
    width: 18px;
  }
  .popUp-privacy_policy .popUp-title {
    width: 95%;
    font-size: 17px;
  }
  .popUp-privacy_policy .privacy_policy-item {
    margin: 20px 0 30px;
    font-size: 12px;
    line-height: 20px;
  }
  .popUp-privacy_policy .privacy_policy-box {
    padding-top: 25px;
    flex-direction: column;
  }
  .popUp-privacy_policy .privacy_policy-box .box-text {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .popUp-privacy_policy .privacy_policy-box .privacy_policy-form {
    width: 100%;
    flex-direction: column;
  }
  .popUp-privacy_policy .privacy_policy-box .privacy_policy-form .input-box {
    width: 100%;
  }
  .popUp-privacy_policy .privacy_policy-box .privacy_policy-form .form-btn {
    width: 100%;
    margin-top: 20px;
  }
  .popUp-aboutProject .popUp-content {
    width: 98%;
    border-radius: 20px;
  }
  .popUp-compare .popUp-content {
    width: 320px;
  }
  .popUp-compare .popUp-close {
    top: 20px;
    right: 20px;
  }
  .popUp-compare .popUp-close svg {
    width: 20px;
  }
  .popUp-compare .compare-table {
    margin-top: 15px;
  }
  .popUp-compare .compare-table tr {
    align-items: start;
    flex-direction: column;
  }
  .popUp-compare .compare-table thead {
    display: none;
  }
  .popUp-compare .compare-table tbody tr td {
    font-size: 14px;
    line-height: 16px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .popUp-compare .compare-table tbody tr td .file {
    max-width: 100%;
  }
  .popUp-compare .compare-table tbody tr td .form-btn {
    width: 100%;
  }
  .popUp-compare .compare-table tbody tr td::before {
    content: attr(data-lab);
    font-size: 13px;
    line-height: 14px;
    color: #A3A097;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .popUp-photos .popUp-content {
    width: 98%;
  }
  .popUp-user-editing .popUp-content {
    width: 98%;
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  main .order-steps .steps-form {
    padding: 30px 20px;
  }
  main .orders .orders-head .orders-nav {
    margin: 0;
    width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    background: #fff;
    z-index: 10;
    border-radius: 8px;
    padding: 20px 15px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    display: none;
  }
  main .orders .orders-head .orders-nav li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  main .orders .orders-head .orders-nav li:last-child {
    margin-bottom: 0;
  }
  main .orders .orders-head .showNav {
    display: flex;
  }
  main .orders .orders-head .orders-controls {
    padding: 0;
    background: transparent;
    margin: 20px 0 30px;
    flex-direction: row-reverse;
  }
  main .orders .orders-head .orders-controls .item {
    flex-direction: column;
    align-items: start !important;
  }
  main .orders .orders-head .orders-controls .item:last-child {
    margin: 0;
  }
  main .orders .orders-head .orders-controls .item p {
    margin-bottom: 5px;
  }
  main .orders .orders-head .orders-controls .item .select-head {
    width: 120px;
    height: auto;
    padding: 5px 10px;
    border-radius: 8px;
  }
  main .orders .orders-head .orders-controls .item .select .options .option {
    padding: 5px 10px;
  }
  main .orders .orders-head .orders-controls .control-btns button {
    display: none;
  }
  main .orders .orders-head .orders-controls .control-btns button:last-child {
    display: flex;
  }
  main .orders .orders-body .body-top {
    display: none !important;
  }
  main .orders .orders-body .body-box .box-list {
    margin-bottom: 20px;
  }
  main .orders .orders-body .body-box .box-list .box-title {
    font-size: 18px;
    line-height: 18px;
  }
  main .orders .orders-body .body-box .box-list .count {
    padding: 7px 10px;
    font-size: 15px;
    line-height: 15px;
  }
  main .orders .orders-body .body-box .box-list .item {
    width: 100%;
    border-radius: 12px;
    padding: 20px;
    flex-direction: column;
    margin-top: 20px;
  }
  main .orders .orders-body .body-box .box-list .item li {
    width: 100% !important;
    text-align-last: left;
    font-size: 14px;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(1) {
    font-size: 12px;
    line-height: 12px;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(2) {
    font-size: 16px;
    line-height: 17px;
    margin: 6px 0 15px;
    display: flex;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(2) span {
    max-width: 300px;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  main .orders .orders-body .body-box .box-list .item li:nth-child(4) {
    margin: 10px 0 15px;
  }
  main .orders .orders-body .body-box .box-list .item li:last-child {
    font-size: 22px;
    line-height: 22px;
  }
  main .orders .templates {
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  main .orders_admin .orders-head .orders-controls {
    align-items: start !important;
  }
  main .orders_admin .orders-head .orders-controls .item-box {
    width: 82%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .orders_admin .orders-head .orders-controls .item {
    margin-right: 0;
    width: 49%;
    margin-bottom: 5px;
  }
  main .orders_admin .orders-head .orders-controls .item:first-child {
    margin-right: 0;
  }
  main .orders_admin .orders-head .orders-controls .item .select {
    width: 100%;
  }
  main .orders_admin .orders-head .orders-controls .item .select-head {
    width: 100%;
  }
  main .orders_admin .orders-head .orders-controls .item .select .options {
    width: 100%;
  }
  main .orders_admin .orders-body .body-box .box-list .item {
    padding: 20px;
  }
  main .orders_admin .orders-body .body-box .box-list .item:first-child {
    margin-top: 15px;
  }
  main .orders_admin .orders-body .body-box .box-list .item li {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: start;
  }
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(1) {
    text-align: start;
    align-items: start;
    justify-content: start;
  }
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5), main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) {
    margin-bottom: 10px;
    width: 10%;
  }
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5) a,
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(5) .assign-btn, main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) a,
  main .orders_admin .orders-body .body-box .box-list .item li:nth-child(6) .assign-btn {
    font-size: 14px;
    line-height: 14px;
  }
  main .measurement_admin .orders-body .body-box .box-list .item li:nth-child(5) {
    margin-bottom: 15px;
  }
  main .order_users .orders-body .body-box .box-list .item li {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
  }
  main .order_users .orders-body .body-box .box-list .item li:last-child {
    margin: 0 !important;
  }
  main .statistics-chart {
    width: 100%;
    flex-direction: column;
  }
  main .statistics-chart .chart {
    margin: 0 0 20px;
  }
  main .statistics-chart .chart-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  main .statistics-table {
    margin: 0;
  }
  main .balance-page .balance-top {
    padding: 20px 0;
  }
  main .balance-page .balance-top .balance-card {
    width: 100%;
  }
  main .balance-page .balance-top .balance-card svg {
    width: 60px;
    height: 60px;
  }
  main .balance-page .balance-top .balance-card .balance-title {
    font-size: 40px;
    line-height: 47px;
  }
  main .balance-page .balance-top .balance-faq {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
  }
  main .balance-page .balance-top .balance-faq::before {
    left: 50%;
    transform: none;
    transform: translateX(-50%);
    top: -15px;
  }
  main .balance-page .balance-top .balance-faq p {
    width: 75%;
  }
  main .balance-page .balance-top .balance-faq img {
    width: 40px;
  }
  main .balance-page .balance-top .balance-btns {
    width: 100%;
  }
  main .balance-page .balance-top .balance-btns button {
    font-size: 16px;
  }
  main .balance-page .balance-controls {
    padding: 0;
    background: transparent;
    flex-direction: column;
  }
  main .balance-page .balance-controls div {
    width: 100%;
  }
  main .balance-page .balance-controls label {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  main .balance-page .balance-controls .select {
    width: 100%;
  }
  main .balance-page .balance-list {
    margin-top: 30px;
  }
  main .balance-page .balance-list li {
    padding: 20px 0;
    font-size: 13px;
    line-height: 15px;
  }
  main .balance-page .balance-list li p .price {
    font-size: 18px;
    line-height: 18px;
  }
  main .balance-page .balance-list li p span {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .title-text {
    font-size: 18px;
    line-height: 25px;
  }
  .header {
    padding: 20px 0;
  }
  .header .container {
    padding: 0 20px;
  }
  main {
    padding-top: 0;
  }
  main .container {
    padding: 0 20px;
  }
  main .main-info {
    padding-top: 0;
  }
  main .my-orders .add-order {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding: 0;
    background: #F35E32;
    box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.5);
  }
  main .my-orders .add-order svg {
    margin-right: 0;
  }
  main .my-orders .add-order svg path {
    stroke: #fff;
  }
  main .my-orders .add-order span {
    display: none;
  }
  main .my-orders .order-box {
    margin: 45px 0;
  }
  main .my-orders .order-box .order-title {
    font-size: 16px;
    line-height: 18px;
  }
  main .my-orders .order-box .order-subtitle {
    font-size: 13px;
  }
  main .my-orders .order-box .add-order {
    width: 100%;
    height: 55px;
  }
  main .my-orders .order-box .add-order span {
    display: block;
  }
  main .my-orders .order-box .order-decoration {
    padding: 30px 30px;
  }
  main .my-orders .order-box .order-decoration .decoration-title {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    margin-right: 0;
  }
  main .my-orders .order-box .order-decoration .decoration-subtitle {
    font-size: 12px;
    line-height: 19px;
    width: 260px;
    margin: 10px 0 20px;
  }
  main .my-orders .order-box .order-decoration .decoration-sum {
    width: 100%;
    margin: 0;
  }
  main .my-orders .order-box .order-decoration .info {
    width: 100%;
  }
  main .my-orders .order-box .order-decoration .form-btn {
    margin: 15px 0 0;
  }
  main .my-orders .order-box .add-social p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .notifications {
    margin: 0 0 30px 0 !important;
  }
  main .notifications .order-status {
    padding-top: 40px;
  }
  main .order-status {
    margin: 20px 0 !important;
  }
  main .order-status .info-data {
    left: 20px;
    top: 20px;
  }
  main .order-steps .step-box-title p {
    font-size: 18px;
    line-height: 20px;
  }
  main .order-steps .step-box-head {
    margin-bottom: 25px;
  }
  main .order-steps .steps-form {
    padding: 30px;
  }
  main .order-steps .steps-form .check-radio {
    justify-content: space-between;
  }
  main .order-steps .steps-form .check-radio label {
    width: 48%;
    margin-right: 0;
  }
  main .order-steps .steps-form .check-radio label span {
    width: 100%;
    text-align: center;
  }
  main .order-steps .steps-form .item1 .input-box {
    width: 100%;
  }
  main .order-steps .steps-form .item1 .input-box:last-child {
    width: 100%;
  }
  main .order-steps .steps-form .item1 .select {
    width: 100%;
  }
  main .order-steps .steps-form .item1 #house {
    padding: 0 20px;
    text-align: left;
  }
  main .order-steps .steps-form .count-box {
    width: 100%;
  }
  main .order-steps .steps-form .price-box {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  main .order-steps .steps-form .price-box::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: none;
    transform: translateX(-50%);
  }
  main .order-steps .steps-form .item2 .count-box {
    margin: 0;
  }
  main .order-steps .steps-form .item4 textarea {
    width: 100%;
    margin-top: 15px;
  }
  main .order-steps .steps-form .members .member-card,
  main .order-steps .steps-form .members .addMemeber-card {
    width: 100%;
  }
  main .order-steps .steps-form .check-lists .check-item {
    width: 50%;
    margin-right: 0;
    margin-top: 30px;
  }
  main .order-steps .steps-form .check-lists .check-item:nth-child(1), main .order-steps .steps-form .check-lists .check-item:nth-child(2) {
    margin-top: 0;
  }
  main .order-steps .steps-form .check-lists .check-item:nth-child(3) {
    margin-top: 30px;
  }
  main .order-steps .steps-form .check-lists p {
    font-size: 14px;
    line-height: 16px;
  }
  main .order-steps .steps-form .check-lists ul li {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  main .order-steps .steps-form .style-item {
    padding: 20px 10px;
  }
  main .order-steps .steps-form .style-item:last-child {
    margin-bottom: 0;
  }
  main .order-steps .steps-form .style-item .item-list {
    padding: 0 20px;
  }
  main .order-steps .steps-form .style-item .stile-list {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  main .order-steps .steps-form .style-item .stile-list:first-child {
    margin-top: 20px;
  }
  main .order-steps .steps-form .style-item .stile-list::before {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -25px;
    left: 0;
  }
  main .order-steps .steps-form .style-palette .colors {
    width: 100%;
  }
  main .order-steps .steps-form .style-palette .palette {
    width: 100%;
  }
  main .order-steps .steps-form .photos-box {
    padding: 10px;
  }
  main .order-steps .steps-form .photos-box .photos-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  main .order-steps .steps-form .design {
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  main .order-steps .steps-form .showDesign .design-head svg {
    transform: rotate(180deg);
  }
  main .order-steps .steps-form .showDesign .check-lists {
    display: flex;
  }
  main .order-steps .steps-form .householdAppliances {
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  main .order-steps .steps-form .householdAppliances-info {
    padding-left: 10px;
  }
  main .order-steps .steps-form .householdAppliances-info .checkBtn {
    margin-top: 10px;
  }
  main .order-steps .steps-form .lighting-box {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }
  main .order-steps .steps-form .lighting-box .lighting-title {
    font-size: 16px;
    line-height: 18px;
  }
  main .order-steps .steps-form .lighting-box .lighting img {
    height: 130px;
    margin: 10px 0 15px;
  }
  main .order-steps .steps-form .warm-floors .types {
    margin-bottom: 25px;
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  main .order-steps .steps-form .warm-floors .types-name {
    margin-bottom: 10px;
  }
  main .order-steps .steps-form .warm-floors .types-radio {
    width: 100%;
    display: flex;
    justify-content: start;
  }
  main .order-steps .steps-form .warm-floors .types-radio label {
    margin-right: 10px;
  }
  main .order-steps .steps-form .warm-floors .types-radio label:last-child {
    margin-right: 1px;
  }
  main .order-steps .steps-form .warm-floors .types-radio label span {
    padding: 8px 10px;
  }
  main .order-steps .steps-form .conditioner .types {
    margin-bottom: 20px;
  }
  main .order-steps .steps-form .conditioner .types:last-child {
    margin: 0;
  }
  main .order-steps .steps-form .conditioner .types-name {
    min-width: 100px;
  }
  main .order-steps .steps-form .conditioner .types-radio {
    width: 100%;
  }
  main .order-steps .steps-form .decor-box {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  main .order-steps .steps-form .decor-box .decor-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }
  main .order-steps .steps-form .decor-box .decor-list .decor-img {
    margin-top: 10px;
  }
  main .order-steps .order-pay .info-box {
    padding: 20px 10px;
    flex-direction: column;
  }
  main .order-steps .order-pay .info-box .info-text {
    width: 100%;
  }
  main .order-steps .order-pay .info-box .view-video {
    margin-top: 20px;
  }
  main .order-steps .order-pay .payment-item {
    width: 100%;
    margin-bottom: 20px;
  }
  main .order-steps .order-pay .payment-item:last-child {
    margin: 0;
  }
  main .order-steps .order-pay .for-payment label {
    display: flex;
  }
  main .order-steps .order-pay .for-payment .for-payment-link {
    width: 100%;
    margin: 30px 0;
  }
  main .order-steps .order-pay .for-payment .help {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .order-steps .measure-box {
    padding: 20px 10px;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }
  main .order-steps .measure-box .box-title {
    width: 100%;
  }
  main .order-steps .measure-box .video {
    width: 100%;
    height: 150px;
    margin-top: 20px;
  }
  main .order-steps .measure-btns {
    margin: 20px 0 30px;
    flex-direction: column;
  }
  main .order-steps .measure-btns .measure-upload {
    min-width: 100%;
    margin-bottom: 20px;
  }
  main .order-steps .measure-btns .measure-upload .uploaded {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
  main .order-steps .placeOrder-btn {
    width: 100%;
  }
  main .order-steps .step-controls {
    flex-direction: column-reverse;
  }
  main .order-steps .step-controls .saved-draft {
    order: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  main .order-steps .step-controls .step-prev {
    min-width: 100T;
    height: 15px;
    background: #fff;
    margin: 25px 0 0;
  }
  main .order-steps .step-controls .step-prev span::before {
    content: "Предыдущий шаг";
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    color: #E3C6BD;
  }
  main .order-steps .step-controls .step-prev svg {
    margin: 7px 10px 0 0;
  }
  main .order-steps .step-controls .step-prev:hover svg path {
    fill: #403F3B;
  }
  main .order-steps .step-controls .step-next {
    width: 100%;
    cursor: pointer;
  }
  main .order-status {
    padding: 20px;
    border-radius: 20px;
  }
  main .order-status .info-title {
    font-size: 18px;
  }
  main .order-status .order-info {
    width: 100%;
  }
  main .order-status .status-project {
    margin: 15px 0;
  }
  main .order-status .status-project p {
    font-size: 12px;
    line-height: 13px;
  }
  main .order-status .status-project .status {
    font-size: 12px;
    line-height: 13px;
  }
  main .order-status .status-step {
    font-size: 12px;
    line-height: 13px;
  }
  main .order-status .form-btn {
    width: 100%;
    margin-top: 15px;
  }
  main .order-status .form-btn:first-child {
    margin-top: 25px;
  }
  main .my-orders-body .body-right .right-box .chat-user .chat-item {
    max-width: 236px;
  }
  main .my-orders-body .body-right .right-box .chat-user .chat-item .item {
    padding: 8px 10px;
    border-radius: 12px;
    margin: 0 0 6px;
  }
  main .my-orders-body .body-right .right-box .chat-user .chat-item .chat-text {
    font-size: 12px;
    line-height: 17px;
  }
  main .my-orders-body .body-right .right-box .chat-user .chat-item .reply {
    font-size: 9px;
    line-height: 10px;
  }
  main .my-orders-body .body-right .right-box .chat-user .chat-item .item-info {
    font-size: 8px;
  }
  main .my-orders-body .body-right .right-box .item {
    position: relative;
  }
  main .my-orders-body .body-right .right-box .item .item-title {
    font-size: 13px;
  }
  main .my-orders-body .body-right .right-box .item .item-data {
    position: absolute !important;
    bottom: 0;
    right: 0;
  }
  main .my-orders-body .body-right .right-box .item-list li {
    width: 100%;
  }
  main .my-orders-body .body-right .right-box .item-list li a {
    width: 100%;
    justify-content: center;
  }
  main .my-orders-body .body-right .right-box .item-photos {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  main .my-orders-body .body-right .right-box .item-photos .photo {
    height: 120px;
  }
  main .my-orders-body .body-right .right-box .item-photos .photos {
    height: 120px;
    font-size: 10px;
    line-height: 13px;
  }
  main .my-orders-body .body-right .right-box .file {
    font-size: 10px;
  }
  main .my-orders-body .body-right .right-box .project-process button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 !important;
    padding: 10px 10px 10px 20px;
  }
  main .my-orders-body .body-right .right-box .project-process button span {
    width: 70%;
    display: inline-block;
    text-align: left;
  }
  main .my-orders-body .body-right .right-box .project-process .payment_btn {
    width: 100%;
  }
  main .my-orders-body .body-right .right-box .project-process .help-payment_btn {
    width: 100%;
  }
  main .my-orders-body .body-right .right-box .project-process .compare-btn,
  main .my-orders-body .body-right .right-box .project-process .compare2-btn {
    padding: 5px 5px 5px 15px;
  }
  main .my-orders-body .body-right .right-box .upload-box {
    padding: 15px;
    box-shadow: 0px 5px 10px 0px rgba(243, 94, 50, 0.5);
  }
  main .my-orders-body .body-right .right-box .upload-box .icon {
    width: 15px;
  }
  main .my-orders-body .body-right .right-box .upload-box .upload-title {
    font-size: 13px;
  }
  main .my-orders-body .body-right .right-box .upload-box button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding: 10px 10px 10px 20px;
  }
  main .my-orders-body .body-right .right-box .upload-box button span {
    width: 70%;
    display: inline-block;
    text-align: left;
  }
  main .my-orders-body .body-right .right-box .upload-box .upload-btn {
    margin-right: 0;
  }
  main .my-orders-body .body-right .right-box .chat-input {
    margin-top: 30px;
    background: #fff;
    box-shadow: none;
    padding: 0;
  }
  main .my-orders-body .body-right .right-box .chat-input .send-btn {
    min-width: 35px;
    height: 35px;
    border-right-style: 10px;
  }
  main .my-orders-body .body-right .right-box .chat-input .send-btn img {
    width: 12px;
  }
  main .my-orders-body .body-right .right-box .chat-input .message {
    margin: 0 10px;
    height: 35px;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 17px;
    max-height: 150px !important;
  }
  main .my-orders-body .body-right .right-box .chat-input .input-rds {
    padding-left: 0;
    margin-bottom: 20px;
  }
  main .my-orders-body .body-right .right-box .chat-input .input-rds li {
    margin-right: 15px;
  }
  main .my-orders-body .body-right .right-box .chat-input .input-rds li:last-child {
    margin-right: 0;
  }
  main .support-chat {
    border-radius: 20px;
    margin-top: 20px;
  }
  main .support-chat .chat-head {
    padding: 20px;
  }
  main .support-chat .chat-head__title {
    font-size: 18px;
    margin-right: 15px;
  }
  main .support-chat .chat-head .new-message {
    font-size: 12px;
    margin-top: 6px;
  }
  main .support-chat .chat-head .new-message::before {
    margin-right: 6px;
  }
  main .support-chat .chat-head .issue-resolved {
    font-size: 12px;
    margin-top: 6px;
  }
  main .support-chat .chat-body {
    padding: 40px 20px 20px;
  }
  main .support-chat .chat-body .chat-user .chat-item,
  main .support-chat .chat-body .my-chat .chat-item {
    max-width: 80%;
  }
  main .support-chat .chat-body .chat-user .chat-item .item,
  main .support-chat .chat-body .my-chat .chat-item .item {
    padding: 8px 10px;
    border-radius: 12px;
  }
  main .support-chat .chat-body .chat-user .chat-item .chat-text,
  main .support-chat .chat-body .my-chat .chat-item .chat-text {
    font-size: 12px;
    line-height: 17px;
  }
  main .support-chat .chat-body .chat-user .chat-item .item-info,
  main .support-chat .chat-body .my-chat .chat-item .item-info {
    font-size: 8px;
  }
  main .support-chat .chat-body .my-chat {
    margin-right: auto;
  }
  main .support-chat .chat-body .my-chat .chat-item .item {
    background: #FEF3E4;
  }
  main .support-chat .chat-body .upload-box {
    background: #F35E32 url("../img/png/Vector.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    color: #fff;
    margin-top: 30px;
    padding: 20px 20px 25px;
    box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.5);
  }
  main .support-chat .chat-body .upload-box .icon {
    margin-right: 10px;
  }
  main .support-chat .chat-body .upload-box .upload-title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
  }
  main .support-chat .chat-body .upload-box button {
    border-radius: 12px;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    margin-top: 15px;
    box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
  }
  main .support-chat .chat-body .upload-box button span {
    display: inline-block;
    margin-right: 5px;
  }
  main .support-chat .chat-body .upload-box .upload-btn {
    background: #fff;
    margin-right: 20px;
  }
  main .support-chat .chat-body .upload-box .donT_measure {
    background: #2f2f2f;
    color: #fff;
  }
  main .support-chat .chat-body .upload-box .start-project {
    width: 100%;
  }
  main .support-chat .chat-body .chat-input {
    margin-top: 30px;
    background: #fff;
    box-shadow: none;
    padding: 0;
  }
  main .support-chat .chat-body .chat-input .send-btn {
    min-width: 35px;
    height: 35px;
    border-right-style: 10px;
  }
  main .support-chat .chat-body .chat-input .send-btn img {
    width: 12px;
  }
  main .support-chat .chat-body .chat-input .message {
    margin: 0 10px;
    height: 35px;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 17px;
    max-height: 150px !important;
  }
  main .support-list {
    width: 100%;
  }
  main .support-item {
    margin-bottom: 50px;
  }
  main .support-item:last-child {
    margin-bottom: 0;
  }
  main .support .disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  main .support .showSupportChat .chat-head img {
    transform: rotate(180deg);
  }
  main .support .showSupportChat .chat-body {
    display: block;
  }
  main .support-info {
    background: #498FF4;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  main .support-info .info {
    width: 60%;
  }
  main .support-info .info-title {
    font-size: 18px;
    line-height: 18px;
  }
  main .support-info .info-subtitle {
    font-size: 12px;
    line-height: 17px;
    margin: 7px 0 0;
  }
  main .support-info .info-btn {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  main .support-info .info-btn img {
    width: 40px;
  }
  main .request-resolved {
    min-width: 100%;
    height: 30px;
    border-radius: 8px;
    background: #FEF1ED;
    margin: 5px 0 0;
    font-size: 8px;
    line-height: 8px;
  }
  main .orders .templates .template {
    padding: 20px;
  }
  main .balance-page .statistics-top {
    padding: 30px 0;
  }
  main .balance-page .statistics-top .statistic {
    padding: 20px;
  }
  main .balance-page .statistics-top .statistic:last-child {
    margin-bottom: 0;
  }
  main .balance-page .statistics-top .statistic-title {
    font-size: 40px;
    line-height: 45px;
  }
  main .balance-page .statistics-top .statistic .select-head strong {
    font-size: 24px;
    line-height: 38px;
  }
  main .settings .settings-box .info-list .item {
    justify-content: space-between;
  }
  main .settings .settings-box .info-list .item .item-title {
    font-size: 12px;
    line-height: 14px;
  }
  main .settings .settings-box .info-list .item .item-info {
    width: 115px;
    height: 35px;
  }
  main .settings .settings-box .btns {
    flex-direction: column;
  }
  main .settings .settings-box .btns .btn-Nosave {
    height: auto;
    margin-bottom: 15px;
  }
  main .settings .settings-box .btns .btn-save {
    width: 100% !important;
  }
  main .settings .settings-box .templates {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
  }
  main .settings .settings-box .templates-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  main .settings .settings-box .banner {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
  }
  main .settings .settings-box .banner .form-btn {
    margin-right: 0;
  }
  main .settings .settings-box .banner .banner-remove {
    width: 100%;
  }
  .order-steps-page .header {
    padding: 20px;
  }
  .order-steps-page .container {
    padding: 0;
  }
  .popUp-content {
    width: 300px;
    padding: 35px 30px 40px;
    border-radius: 30px;
  }
  .popUp-title {
    font-size: 17px;
    line-height: 20px;
  }
  .popUp-close {
    top: 35px;
    right: 30px;
  }
  .popUp .form .input-box:last-child {
    margin-bottom: 25px;
  }
  .popUp .form .step-video {
    height: 350px;
  }
  .popUp .form .step-controls {
    flex-direction: column-reverse;
  }
  .popUp .form .step-controls .step-prev {
    min-width: 100T;
    height: 15px;
    background: #fff;
    margin: 25px 0 0;
  }
  .popUp .form .step-controls .step-prev span::before {
    content: "Предыдущий шаг";
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    color: #E3C6BD;
  }
  .popUp .form .step-controls .step-prev svg {
    margin: 7px 10px 0 0;
  }
  .popUp .form .step-controls .step-prev:hover svg path {
    fill: #403F3B;
  }
  .popUp .form .step-controls .step-next {
    width: 100%;
    cursor: pointer;
  }
  .popUp-video .popUp-content {
    width: 97%;
  }
  .popUp-video .video {
    margin-top: 20px;
  }
  .popUp-aboutProject .popUp-content {
    padding: 30px;
  }
  .popUp-aboutProject .popUp-close {
    top: 20px;
    right: 20px;
  }
  .popUp-aboutProject .popUp-close svg {
    width: 16px;
  }
  .popUp-aboutProject .aboutProject-title {
    font-size: 17px;
    line-height: 19px;
    max-width: 80%;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .popUp-aboutProject .aboutProject-title .change {
    width: 12px;
  }
  .popUp-aboutProject .aboutProject-hide {
    font-size: 11px;
    line-height: 11px;
    margin: 10px 0 20px;
  }
  .popUp-aboutProject .aboutProject-list {
    margin-bottom: 20px;
  }
  .popUp-aboutProject .aboutProject-list:last-child {
    margin-bottom: 0;
  }
  .popUp-aboutProject .aboutProject-list .list-head {
    font-size: 15px;
    line-height: 17px;
  }
  .popUp-aboutProject .aboutProject-list .arrow {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  .popUp-aboutProject .aboutProject-list .arrow svg {
    width: 10px;
  }
  .popUp-aboutProject .aboutProject-list .list-item {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .popUp-aboutProject .aboutProject-list .list-item li {
    justify-content: start;
    flex-direction: column;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .popUp-aboutProject .aboutProject-list .list-item li:last-child {
    margin-bottom: 0;
  }
  .popUp-aboutProject .aboutProject-list .list-item li .item-title {
    width: 100%;
  }
  .popUp-aboutProject .aboutProject-list .list-item li .item-title .suptitle {
    font-size: 14px;
  }
  .popUp-aboutProject .aboutProject-list .list-item li .item-title .subtitle {
    margin: 9px 0 5px;
  }
  .popUp-aboutProject .aboutProject-list .list-item li .item-title .texttitle {
    font-size: 11px;
  }
  .popUp-aboutProject .aboutProject-list .list-item li .item-info {
    width: 100%;
    margin-top: 5px;
  }
  .popUp-aboutProject .aboutProject-list .list-item li .style-photos {
    grid-template-columns: repeat(3, 1fr);
  }
  .popUp-aboutProject .aboutProject-list .list-item li .likes {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .popUp-aboutProject .aboutProject-list .list-item li .likes img {
    height: 120px;
  }
  .popUp-aboutProject .aboutProject-list .list-item li .style-colors {
    width: 100%;
  }
  .popUp-aboutProject .aboutProject-list .list-item .member-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .popUp-aboutProject .aboutProject-list .list-item .member-box .member {
    padding: 20px;
    background: #fff9f7;
    border-radius: 20px;
  }
  .popUp-aboutProject .aboutProject-list .list-item .member-box .member-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }
  .popUp-aboutProject .aboutProject-list .list-item .member-box .member-list li {
    flex-direction: row;
  }
  .popUp-aboutProject .aboutProject-list .info-interior {
    margin-left: 0;
  }
  .popUp-aboutProject .aboutProject-list .list-lighting {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 15px;
  }
  .popUp-aboutProject .aboutProject-list .list-lighting .light-name {
    font-size: 14px;
    line-height: 16px;
  }
  .popUp-aboutProject .aboutProject-list .list-lighting .light-status {
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0;
  }
  .popUp-aboutProject .aboutProject-list .list-lighting .light-img {
    height: 120px;
  }
  .popUp-aboutProject .aboutProject-list .decor-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
  }
  .popUp-aboutProject .aboutProject-list .decor-list .decor {
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .popUp-aboutProject .aboutProject-list .decor-list .decor-status {
    margin: 5px 0;
  }
  .popUp-aboutProject .aboutProject-list .decor-list .decor-img {
    width: 100%;
    height: 120px;
  }
  .popUp-aboutProject .aboutProject .list_style .list-item li {
    margin-bottom: 20px;
  }
  .popUp-aboutProject .aboutProject .list_style .list-item li:last-child {
    margin-bottom: 0;
  }
  .popUp-aboutProject .aboutProject .list_style .list-item .photoTitle {
    margin-bottom: 15px;
  }
  .my-order-page .container {
    padding: 0;
  }
  .my-order-page .container .row {
    padding: 0;
  }
  .popUp-options .popUp-content,
  .popUp-options-free .popUp-content,
  .popUp-think-again .popUp-content {
    width: 98%;
  }
  .popUp .popUp-close {
    top: 30px;
    right: 30px;
  }
  .popUp .popUp-close svg {
    width: 18px;
  }
  .popUp .popUp-content {
    width: 97% !important;
  }
  .popUp-photos .photos {
    grid-gap: 10px;
    margin-top: 20px;
  }
  .popUp-photos .photos img {
    height: 120px;
    border-radius: 8px;
  }
  .popUp-photos .project-process button {
    width: 100%;
    margin-right: 0 !important;
  }
  .popUp-leave-tip .popUp-content,
  .popUp-review .popUp-content {
    width: 96%;
    padding: 50px 30px;
  }
  .popUp-statistics .popUp-content,
  .popUp-withdrawal .popUp-content {
    width: 98%;
  }
  .popUp-statistics .projects-table,
  .popUp-withdrawal .projects-table {
    border-spacing: 0;
  }
  .popUp-statistics .projects-table tbody tr,
  .popUp-withdrawal .projects-table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .popUp-statistics .projects-table tbody tr td,
  .popUp-withdrawal .projects-table tbody tr td {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  .popUp-statistics .projects-table tbody tr td:last-child,
  .popUp-withdrawal .projects-table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .popUp-user-editing .popUp-close {
    top: 20px;
    right: 20px;
  }
  .popUp-user-editing .user-name .name {
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
  }
  .popUp-user-editing .item-box {
    margin-top: 20px;
  }
  .popUp-user-editing .item-box .item-title {
    font-size: 14px;
    line-height: 16px;
  }
  .popUp-user-editing .item-box .select {
    width: 100%;
    margin-top: 10px;
  }
  .popUp-user-editing .item-box .input-box {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .popUp-user-editing .item-box .form-inp {
    width: 100%;
  }
  .popUp-user-editing .item-box #balance {
    padding-right: 40px;
  }
  .popUp-user-editing .btns {
    margin-top: 40px;
    flex-direction: column;
  }
  .popUp-user-editing .btns .no-save {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .popUp-user-editing .btns .form-btn {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popUp-user-editing .user-editing_form {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .popUp-user-editing .projects-btns {
    justify-content: space-between;
    display: flex;
  }
  .popUp-user-editing .projects-btns label {
    cursor: pointer;
    margin-right: 0;
  }
  .popUp-user-editing .projects-btns label span {
    font-size: 13px;
    line-height: 15px;
  }
  .popUp-user-editing .projects-btns label input:checked ~ span {
    opacity: 1;
  }
  .popUp-user-editing .projects-item .item {
    flex-direction: column;
    margin-top: 20px;
  }
  .popUp-user-editing .projects-item .item:first-child {
    margin-top: 20px;
  }
  .popUp-user-editing .projects-item .item li {
    margin-top: 8px;
  }
  .popUp-user-editing .projects-item .item li:first-child {
    margin: 0;
  }
}

.error-text-border {
	border: 1px solid #FE1E25 !important;
}
.success-text-border {
	border: 1px solid #403F3B !important;
}
#tgone, #tgtwo {
  overflow: hidden;
  height: 50px;
  position: absolute;
  width: 50px;
  top: 1px;
}
#telegram-login-idAuthBot, #telegram-login-idAuthBot-2 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 50px !important;
	overflow: hidden !important;
	height:  50px !important;
	opacity:0.01;
	z-index: 1;
	-ms-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
}
.social-parent:hover .social {
  background: #F35E32;
}
.social-parent:hover .social svg path {
  fill: #fff;
}
.social-parent .social {
  margin-right: 0 !important;
}
#login_card_sms_cd .hour {
	display:none;
}

.select-head .head-active textarea {
  border: 0 !important;
  padding: 0 !important;
  line-height: 45px !important;
  margin: 0 !important;
  overflow: hidden;
  resize: none !important;
}

.member-card {
	position:relative;
}
.field_people_card_delete::before {
  content: "x";
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align:center;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
}

.design .check-item {
  width: calc(33.3333% - 20px);
}

.field_cont.field_cont_16 {
  margin-bottom: 40px;
}

.status .countdown_all {
  font-weight: normal;
  font-size: inherit !important;
  color: inherit !important;
}

.set_title_form_input {
  background: #fff;
  color: #333;
  border-radius: 12px;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
}
.set_title_form_btn {
  background: #2f2f2f;
  color: #fff;
  border-radius: 12px;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
}

main .settings .settings-box .setting_7 .info-list .item .item-info::after {
  content: "ч.";
}

.move_btn {
  display:inline-block;
  width: 50px;
  height: 52px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: url(../img/svg/move.svg) no-repeat center center / 30px 30px;
}

.checkbox_delete_btn, .people_type_delete_btn {
  display:inline-block;
  width: 50px;
  height: 52px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: url(../img/svg/remove.svg) no-repeat center center / 30px 30px;
}

.checkbox_add_btn, .people_type_add_btn, .style_add_btn {
  display:inline-block;
  width: 50px;
  height: 52px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: url(../img/svg/add2.svg) no-repeat center center / 30px 30px;
}

.new_btn_sm {
	width: 30px;
	height: 32px;
	background-size: 15px 15px;
}



.profile_edit_field_colors li {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  position: relative;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.profile_edit_field_colors li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile_edit_field_colors .removeSettingsColor::before {
  content: url(../img/svg/close-blue.svg);
}
.profile_edit_field_colors .evo-pointer {
  width: 140px !important;
  line-height: 28px !important;
  text-align: center !important;
  float: none !important;
  height: 28px !important;
  background-color: transparent !important;
}
.profile_edit_field_colors .evo-pointer::after {
  content: "Добавить цвет" !important;
  font-size: 14px !important;
  visibility: visible !important;
}

.imgcheckbox_images_delete {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/svg/close-blue.svg) no-repeat center center / 20px 20px;
}

.decoration_item_delete {
  height: 30px;
  width: 30px;
  background-image: url(../img/svg/close-blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}

.count .area-value {
  text-align: center;
}
.count-pcount-input {
  width: 25px;
  text-align: right;
}
#area-count.count::after {
  margin-left: 0px;
}

.is_req .item-title, .is_req .lighting-title {
  color: #F35E32;
}


.sidebar-top::after {
  content: "";
  border-bottom: 1px solid #e8e6de;
  display: block;
  position: absolute;
  bottom: 4px;
  right: -10px;
  left: -10px;
  top: auto;
}

.sidebar-top {
	position: relative;
}

main .sidebar {
	z-index:100;
}

.field_cont .photo.disabled {
  opacity: 0.5;
}

.members .select-head {
  background: none;
}

.householdAppliances {
	cursor:pointer;
}

main .my-orders-body .body-right .right-box .project-process .rooms .popUp form .form-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #F35E32;
  transition: 0.3s all;
  padding: 10px 10px 10px 25px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
  cursor: pointer;
}
main .my-orders-body .body-right .right-box .project-process .rooms .popUp form .form-btn span {
    width: 35px;
    height: 35px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FC6E44;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.orders-title-form-show {
	height: 15px;
    vertical-align: top;
}
.orders-title-form-show img {
	vertical-align: top;
}

.popUp .form-btn {
	padding:10px;
}

button.need-think:disabled {
	opacity:.5;
}

.info-list-messages {
	min-height:392px;
	padding-right:15px;
}

.rooms-list + form .select-file {
	line-height:35px !important;
}
.rooms-list + form .uploaded {
	line-height:25px !important;
}
.rooms-list + form .start-project {
	height:35px !important;
}

.lists .orders-title-form-show {
  padding: 3px 0 0 0 !important;
  display: inline-block;
}

main .right-box .uploaded-file {
  margin: 0 0 15px 36px;
  font-size: 11px;
  line-height: 11px;
}
main .right-box .uploaded-file {
  font-size: 11px;
  line-height: 11px;
}

main .my-orders-body .body-right .right-box .project-process .popUp .form-btn {
	height:55px;
}
main .my-orders-body .body-right .right-box .project-process .popUp .form-btn span {
  width: 35px;
  height: 35px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FC6E44;
}
main .my-orders-body .body-right .right-box .project-process .popUp .form-btn img {
  width: auto;
}
main .my-orders-body .body-right .right-box .project-process .popUp button {
	font-size:14px;
	font-weight: 400;
}




main .settings .settings-box .info-list-2 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F3F1EB;
}
main .settings .settings-box .info-list-2:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
main .settings .settings-box .info-list-2 .list-title-2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
main .settings .settings-box .info-list-2 .item-2 {
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: 15px;
}
main .settings .settings-box .info-list-2 .item-2 .item-title-2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  width: 50%;
}
main .settings .settings-box .info-list-2 .item-2 .item-info-2 {
  width: 125px;
  height: 35px;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 14px;
  line-height: 16px;
}
main .settings .settings-box .info-list-2 .item-2 .item-info-2::after {
}
main .settings .settings-box .info-list-2 .item-2 .item-info-2 input {
  height: 33px;
  margin: 0;
  line-height: 45px;
  width: 80px;
  border: 0;
  padding: 0;
}



.notify_info {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  background: #F33232B2;
  padding: 20px 20px 20px 55px;
  min-width: 279px;
  height: 85px;
  border-radius: 20px;
}
.notify_info h3 {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}
.notify_info p {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.notify_info::after {
  content: url(/templates/temp/img/svg/info_icon.svg);
  position: absolute;
  left: 20px;
  top: 20px;
}

[data-url] {
	cursor:pointer;
}

.next.next2 {
  height: 30px;
  width: 30px;
}


.steps-select .steps-list.showStep {
  cursor: pointer;
}
.steps-select .steps-list > .step-name  {
  padding-left:0px;
  transition: all 0.2s;
}
.steps-select .steps-list > .step-name:hover  {
  padding-left:3px;
}
.steps-select .quiz-head  {
  padding-left:0px;
  transition: all 0.2s;
}
.steps-select .quiz-head:hover  {
  padding-left:3px;
}
.quiz-list {
  cursor: default;
}
.quiz-list .quiz-item.show-quizItem {
  cursor: pointer;
}
.quiz-list .quiz-item {
  padding-left:0px;
  transition: all 0.2s;
}
.quiz-list .quiz-item:hover {
  padding-left:3px;
}

.zoom-img {
  cursor: zoom-in;
}


main .settings .settings-box .setting-cities-prices .input {
  height: 35px;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom:15px;
}
main .settings .settings-box .setting-cities-prices .input input {
  border: 0;
  height: 33px;
  margin: 1px;
  padding: 0;
}
main .settings .settings-box .setting-cities-prices .input_r::after {
  content: "₽";
}
main .settings .settings-box .setting-cities-prices .input_r {
  margin-left: 10px;
}
main .settings .settings-box .setting-cities-prices .input_r input {
  width:50px;
}
main .settings .settings-box .setting-cities-prices .input_r span {
  margin-right: 10px;
}



.orders_list_videos {
  border-radius: 30px;
  background: #F35E321F;
  display: flex;
  text-align: left;
  flex-shrink: 0;
  flex-wrap: wrap;
  margin-top:40px;
}
.orders_list_videos_left {
  padding: 40px;
  width: 50%;
  box-sizing: border-box;
}
.orders_list_videos_title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 17px;
}
.orders_list_videos_right {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}
.orders_list_videos_right_row {
  display: flex;
}
.orders_list_videos_right_col {
  width: 50%;
  margin-left: 10px;
}
.orders_list_videos_right_row img {
  border-radius: 20px;
}
.orders_list_videos_right_col:first-child {
  margin-left: 0;
}
.orders_list_videos_desc {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.orders_list_videos_left {
  background: url(/templates/temp/img/png/orders_list_videos_ar.png) no-repeat right center;
}


.orders_list_videos_designer {
	max-width: 827px;
	margin: 40px auto;
}
.orders_list_videos_designer .orders_list_videos_left {
	width: calc(100% - 353px);
}
.orders_list_videos_designer .orders_list_videos_right {
	width:353px;
}
.orders_list_videos_designer .orders_list_videos_right_col {
	width:100%;
}


.measure-upload-title {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
  margin-bottom: 12px;
}
.measure-upload-filelink input {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  color: #666561;
  padding: 0 20px;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.measure-upload img {
  width: 35px;
  height: 35px;
  border-radius: 9px;
  background: #FC6E44;
  padding: 10px;
}
.measure-upload button.disabled {
	opacity:0.5;
	cursor:default;
}


.measure-text-overflow-ellipsis {
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.project-process-measure-upload button.disabled {
	opacity:0.5;
	cursor:default;
}
.project-process-measure-upload-filelink input {
  width: 200px;
  height: 40px;
  border-radius: 12px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  background: #FFFFFF1F;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF80;
  margin-right: 10px;
}
.project-process-measure-upload {
  display: flex;
  padding-top: 15px;
  margin-left: -35px;
}




.check-list-designer-rooms li {
  width: auto;
  flex: 0 0 auto;
  height: 35px;
  border-radius: 12px;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px #00000012;
  margin-right: 12px;
  flex: 0 0 auto;
  margin-bottom: 12px !important;
}
.check-list-designer-rooms {
  display: flex;
  flex-wrap: wrap;
}
.check-list-designer-rooms li img {
  width: 12px;
  margin-left: 7px;
  cursor: pointer;
}
.check-list-designer-rooms select.check-list-designer-rooms-add {
  color: #403F3B54 !important;
  width: auto;
  flex: 0 0 auto;
  height: 35px;
  border-radius: 12px;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px #00000012;
  margin-right: 12px;
  flex: 0 0 auto;
  margin-bottom: 12px !important;
}

.check-list-designer-rooms2 li {
  width: auto;
  flex: 0 0 auto;
  height: 35px;
  border-radius: 12px;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px #00000012;
  margin-right: 12px;
  flex: 0 0 auto;
  margin-bottom: 12px !important;
}
.check-list-designer-rooms2 {
  display: flex;
  flex-wrap: wrap;
}
.check-list-designer-rooms2 li img {
  width: 12px;
  margin-left: 7px;
}

.check-list-designer-rooms-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 35px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #F35E32;
  transition: 0.3s all;
  padding: 10px;
  box-shadow: 0px 10px 30px 0px rgba(243, 94, 50, 0.3);
  cursor: pointer;
}
.check-list-designer-rooms-submit img {
  width: 12px;
  margin-left: 0;
  cursor: pointer;
}

.check-list-designer-rooms-saved {
  padding: 0 10px;
  line-height: 35px;
}

.regis-form-policy {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ADADAD;
  margin-top: 14px;
  margin-bottom: -23px;
  display: flex;
}
.regis-form-policy a {
  text-decoration: underline;
}
.regis-form .access-footer .socials {
  padding: 15px 0;
  margin-bottom: 14px;
}
.regis-form .access-footer {
  padding-bottom: 20px;
}

#login_phone_reg_policy {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  margin-top: 1px;
  margin-right: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  min-width: 13px;
}
#login_phone_reg_policy:checked {
	background:url("../img/svg/checked.svg") no-repeat center center;
}

#login_phone_reg_policy:not(:checked) {
	background:url("../img/svg/no-check.svg") no-repeat center center;
}



.social-policy-title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  color: #403F3B;
  margin-bottom: 10px;
}
.social-policy-desc {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  color: #95938F;
  margin-bottom: 20px;
}
.social-policy-desc a {
  text-decoration: underline;
}
.social-policy-btn-1 {
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: #F35E32;
  box-shadow: 0px 10px 30px 0px #F35E3280;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.social-policy-btn-2 {
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: #FEF1ED;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #917F79;
}



.cookies_main {
  min-height: 94px;
  position:fixed;
  z-index:9999;
  left:0;
  right:0;
  bottom:0;
  top:auto;
}
.cookies {
  max-width: 1230px;
  margin:0 auto;
  min-height: 94px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #00000099;
  display: flex;
}
.cookies_title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #FFFFFF;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 20px;
  min-width: 22%;
}
.cookies_desc {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #FFFFFF;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 20px;
  min-width: 43%;
}
.cookies_btns {
  min-width: 35%;
  text-align: right;
  padding-top: 27px;
  padding-bottom: 15px;
  padding-right: 20px;
}
.cookies_btns button {
  width: 30%;
  height: 40px;
  border-radius: 11px;
  background: #FFFFFF40;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-left: 5px;
}
.cookies_btns button:first-child {
  color: #ffffff7a;
  background: none;
}
.cookies_btns button:last-child {
  background: #F35E32;
}



.popUp-cookies {
	z-index:10000;
}
.popUp-cookies-title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 15px;
}
.popUp-cookies-desc {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #95938F;
  margin-bottom: 15px;
}
.popUp-cookies-item {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0%;
  color: #3D3C397D;
  margin-bottom: 15px;
  display:flex;
}
.popUp-cookies-item span {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 3px;
  color: #3D3C39;
}
.popUp-cookies-item input {
  width: 13px;
  height: 15px;
  border-radius: 4px;
  margin-right: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  min-width: 13px;
  margin-top: -2px;
}
.popUp-cookies-item input:checked {
	background:url("../img/svg/checked.svg") no-repeat center center;
}
.popUp-cookies-item input:not(:checked) {
	background:url("../img/svg/no-check.svg") no-repeat center center;
}
.popUp-cookies-btns button {
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: #F35E32;
  box-shadow: 0px 10px 30px 0px #F35E3280;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.popUp-cookies-items {
  margin-bottom: 30px;
}
.popUp-cookies-desc p {
  margin-bottom: 15px;
}
.popUp-cookies-desc {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
.cookies {
  display: block;
}
}


#privacy-policy-form-1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


#privacy-policy-form-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#privacy-policy-form-1 .form-btn {
  width: 180px;
}
#privacy-policy-form-1 .input-box {
  width: 180px;
}
#privacy-policy-form-1 .input-box input {
  text-align: left !important;
}


@media (max-width: 767px) {
	.orders_list_videos {
	  display: block;
	}
	.orders_list_videos_left {
	  width: auto;
	  padding-bottom: 10px;
	}
	.orders_list_videos_right {
	  width: auto;
	}
	.orders_list_videos_right_row {
	  display: block;
	}
	.orders_list_videos_right_col {
	  width: auto;
	  margin: 0 0 10px 0;
	}
}

.timers_edit_btn {
	margin-left:15px;
}
.popUp-timers-edit .popUp-content {
  width: 600px;
}
.timers-edit-item {
  display: flex;
  line-height: 45px;
  margin-top: 20px;
}
.popUp-timers-edit form {
  display: flex;
}


.timers-edit-item > * {
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.timers-edit-item > *:first-child {
  border-left: 0;
}
.timers-edit-item-actions a {
  line-height: 45px;
  height: 45px;
  border-radius: 12px;
  background: #F35E32;
  box-shadow: 0px 10px 30px 0px #F35E3280;
  display: block;
  padding: 0 10px;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
}
.timers-edit-item-actions a.disabled {
	opacity:0.5;
}
.popUp-timers-edit form button {
  line-height: 45px;
  height: 45px;
  border-radius: 12px;
  background: #F35E32;
  box-shadow: 0px 10px 30px 0px #F35E3280;
  display: block;
  padding: 0 10px;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  margin-left: 10px;
}
.popUp-timers-edit form button.disabled {
	opacity:0.5;
}
.popUp-timers-edit form input {
  width: 60px;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-left: 5px;
  margin-right: 5px;
}

.timer-head.disabled, .box-timer.disabled, .timer-big.disabled, .countdown_all.disabled {
  display: none;
}

.setting_31 .form-btn span {
	margin:0 10px;
}







