@import "../fonts/Manrope/stylesheet.css";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Color+Emoji&Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.form-select .select-btn {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 14px 30px 14px 15px;
  gap: 15px;
  border: 1px solid transparent;
  cursor: pointer;
}
@media (max-width: 576px) {
  .form-select .select-btn {
    padding: 11px 10px;
    border-radius: 10px;
  }
}
.form-select .select-btn.active {
  border-color: rgb(255, 190, 64);
}
.form-select .select-btn.active .arrown-icon {
  transform: rotate(-180deg);
}
.form-select .select-btn .btn-content {
  max-width: calc(100% - 20px);
  gap: 8px;
  font-size: 16px;
  font-family: "Manrope";
  white-space: nowrap;
  color: rgb(51, 51, 51);
  line-height: 19px;
}
@media (max-width: 576px) {
  .form-select .select-btn .btn-content {
    font-size: 14px;
    gap: 7px;
  }
}
.form-select .select-btn .btn-content span {
  letter-spacing: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-select .select-btn .btn-content .select-id {
  padding: 8px 11px;
  border-radius: 10px;
  background-color: rgb(241, 238, 240);
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 12px;
  white-space: nowrap;
  margin-left: -4px;
}
@media (max-width: 576px) {
  .form-select .select-btn .btn-content .select-id {
    padding: 8px;
    font-size: 11px;
    line-height: 9px;
  }
}
.form-select .select-btn .arrown-icon {
  width: 12px;
  height: 12px;
  transform-origin: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s;
}
.form-select .select-menu {
  width: 100%;
  gap: 20px;
  transition: 0.3s;
  padding: 10px 0px;
  border: 1px solid rgb(255, 190, 64);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 25px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 25px);
  z-index: 100;
}
.form-select .select-menu#addfunds_payment_list {
  transition: none !important;
}
.form-select .select-menu#addfunds_payment_list .select-option {
  transition: none !important;
}
@media (max-width: 576px) {
  .form-select .select-menu {
    border-radius: 10px;
  }
}
.form-select .select-menu::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.form-select .select-menu::-webkit-scrollbar-track {
  background-color: transparent;
}
.form-select .select-menu::-webkit-scrollbar-thumb {
  background-color: #f1eef0;
  border-radius: 5px;
}
.form-select .select-menu.show {
  top: calc(100% + 10px);
  visibility: visible;
  opacity: 1;
}
.form-select .select-menu .select-option {
  gap: 9px;
  padding: 3px 14px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: rgb(17, 17, 17);
  transition: 0.3s;
}
@media (max-width: 576px) {
  .form-select .select-menu .select-option {
    padding: 4px 10px;
    border-radius: 0;
    font-size: 13px;
  }
}
.form-select .select-menu .select-option .select-id {
  padding: 8px 11px;
  border-radius: 10px;
  background-color: rgb(241, 238, 240);
  font-size: 14px;
  white-space: nowrap;
  color: rgb(68, 68, 68);
  line-height: 12px;
  margin-left: -4px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .form-select .select-menu .select-option .select-id {
    border-radius: 5px;
    padding: 8px;
    font-size: 11px;
    line-height: 9px;
  }
}
.form-select .select-menu .select-option span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .form-select .select-menu .select-option span {
    font-size: 13px;
  }
}
.form-select .select-menu .select-option.active {
  background-color: rgb(247, 245, 246);
  color: rgb(253, 119, 97);
}
.form-select .select-menu .select-option.active .select-id {
  background-color: rgb(255, 255, 255);
}
.form-select .select-menu .select-option:hover {
  background-color: rgb(247, 245, 246);
}
@media (max-width: 576px) {
  .form-select .select-menu .select-option:hover {
    background-color: transparent;
  }
}
.form-select .select-menu .select-option:hover .select-id {
  background-color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .form-select .select-menu .select-option:hover .select-id {
    background-color: transparent;
  }
}

.platform-select .select-menu {
  padding: 0;
}
.platform-select .select-menu.show .select-menu {
  visibility: visible;
}
.platform-select .select-menu .menu-head .form-select .select-btn {
  padding: 9px 8px;
  background-color: rgb(247, 245, 246);
  border: 0;
  border-radius: 0;
  margin-bottom: 7px;
  padding-right: 10px;
}
.platform-select .select-menu .menu-head .form-select .select-btn.active {
  background-color: rgb(247, 245, 246);
}
@media (max-width: 576px) {
  	.platform-select .select-menu .menu-head .form-select .select-btn {
  	  	display: flex;
		padding: 12px 13px !important;
  	}
  	.platform-select .select-menu .menu-head .form-select .select-btn.neworder_napravlenie_mobile_open {
		margin: 10px;
		border-radius: 10px;
  	}
	.platform-select .select-menu .menu-head .form-select .select-btn.neworder_napravlenie_mobile_open .btn-left {
		font-size: 12px;
	}
	.platform-select .select-menu .menu-head .form-select .select-btn.neworder_napravlenie_mobile_open.active {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.platform-select .select-menu .menu-head .form-select .select-btn.neworder_napravlenie_mobile_open:not(.active) #neworder_napravlenie_selected_text {
		color: rgb(253, 119, 97);
	}
	.platform-select .select-menu .menu-head .form-select .select-btn.neworder_napravlenie_mobile_open:not(.active) #napravlenie_selected_text {
		color: rgb(253, 119, 97);
	}
}
.platform-select .select-menu .menu-head .form-select .select-btn .btn-left {
  gap: 7px;
  font-size: 13px;
  color: rgb(85, 85, 85);
  line-height: 15px;
}
.platform-select .select-menu .menu-head .form-select .select-btn .btn-left .select-val {
  font-size: 12px;
  color: rgb(157, 153, 154);
}
.platform-select .select-menu .menu-head .form-select .select-menu {
  display: flex;
  position: static;
  padding: 21px 25px;
  background-color: rgb(247, 245, 246);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 20px;
  opacity: 1;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.platform-select .select-menu .menu-head .form-select .select-menu.show.neworder_napravlenie_mobile_list hr {
	display: none;
}
@media (max-width: 576px) {
  	.platform-select .select-menu .menu-head .form-select .select-menu {
    	gap: 6px !important;
    	position: absolute;
    	opacity: 0;
    	visibility: hidden;
    	flex-direction: column;
    	align-items: start;
    	padding: 0 !important;
    	padding-bottom: 5px !important;
  	}
  	.platform-select .select-menu .menu-head .form-select .select-menu.show {
    	padding-bottom: 119px;
    	top: 100%;
    	opacity: 1;
    	visibility: visible;
  	}
	.platform-select .select-menu .menu-head .form-select .select-menu.show.neworder_napravlenie_mobile_list {
		position: relative;
		margin: -10px 10px 10px 10px;
		padding: 5px 10px 10px 10px !important;
		width: auto !important;
		flex-flow: row wrap;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
  	}
	.platform-select .select-menu .menu-head .form-select .select-menu.show.neworder_napravlenie_mobile_list button {
		padding: 10px 12px;
		background-color: #ffffff;
		border-radius: 8px;
	}
	.platform-select .select-menu .menu-head .form-select .select-menu.show.neworder_napravlenie_mobile_list .neworder_main_napravlenie {
		width: 100%;
		justify-content: center;
	}
	.platform-select .select-menu .menu-head .form-select .select-menu.show.neworder_napravlenie_mobile_list hr {
		border: 1px solid #e7e7e7;
		width: 100%;
		display: block !important;
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
.platform-select .select-menu .menu-head .form-select .select-menu .filter-btn {
  padding: 0;
  gap: 15px;
  font-size: 13px;
  font-family: "Manrope";
  color: rgb(102, 102, 102);
  font-weight: 600;
  line-height: 11px;
}
@media (max-width: 576px) {
  .platform-select .select-menu .menu-head .form-select .select-menu .filter-btn {
    padding-left: 36px;
	padding-bottom: 7px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .platform-select .select-menu .menu-head .form-select .select-menu .filter-btn .list-type {
    display: block;
  }
}
.platform-select .select-menu .menu-head .form-select .select-menu .filter-btn.active {
  font-weight: 600;
  color: rgb(253, 90, 60);
}
@media (max-width: 576px) {
  /* .platform-select .select-menu__in {
    padding-right: 6px;
  } */
}
@media (max-width: 576px) {
  .platform-select .select-menu__in .category-list {
    flex-direction: column;
    max-height: 273px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .platform-select .select-menu__in .category-list::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
    padding-top: 50px;
  }
  .platform-select .select-menu__in .category-list::-webkit-scrollbar-thumb {
    background-color: #f1eef0;
    border-radius: 5px;
  }
}
.platform-select .select-menu__in .category-list .list-item {
  flex: 1 1 0;
  padding: 11px 0;
  border-left: 1px solid rgb(241, 238, 240);
}
@media (max-width: 576px) {
  .platform-select .select-menu__in .category-list .list-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .platform-select .select-menu__in .category-list .list-item:is(:last-child) {
	padding-bottom: 11px;
  }
  .platform-select .select-menu__in .category-list .list-item .select-option {
    font-size: 14px;
    border-radius: 0;
    padding: 3px 7px;
  }
}
.platform-select .select-menu__in .category-list .list-item .select-option {
  font-size: 15px;
}
@media (max-width: 576px) {
  .platform-select .select-menu__in .category-list .list-item .select-option {
    font-size: 13px;
  }
}
.platform-select .select-menu__in .category-list .list-item:first-child {
  border: 0;
}

.category-select .select-menu {
  padding: 0;
  padding-right: 10px;
  overflow: hidden;
  padding-bottom: 23px;
  padding-top: 17px;
}
@media (max-width: 576px) {
  .category-select .select-menu {
    padding: 12px 0;
    padding-right: 6px;
  }
}
.category-select .select-menu__in {
  max-height: 390px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .category-select .select-menu__in {
    max-height: 270px;
  }
}
.category-select .select-menu__in::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  padding-top: 50px;
}
.category-select .select-menu__in::-webkit-scrollbar-thumb {
  background-color: #f1eef0;
  border-radius: 5px;
}
.category-select .select-menu__in .service-type__group .group-head {
  padding-bottom: 17px;
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 13px;
  text-align: center;
}
@media (max-width: 576px) {
  .category-select .select-menu__in .service-type__group .group-head {
    font-size: 12px;
    display: none;
  }
}
.category-select .select-menu__in .service-type__group .select-option {
  position: relative;
}
@media (max-width: 576px) {
  .category-select .select-menu__in .service-type__group .select-option {
    border-radius: 0;
    padding: 3px 10px;
  }
}
.category-select .select-menu__in .service-type__group .select-option::after {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgb(247, 245, 246);
  opacity: 0;
  transform: translateX(10px);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.category-select .select-menu__in .service-type__group .select-option.active::after {
  opacity: 1;
}
.category-select .select-menu__in .service-type__group .select-option:hover::after {
  opacity: 1;
}

.service-select .select-btn {
  padding: 12px 30px 12px 15px;
}
@media (max-width: 576px) {
  .service-select .select-btn {
    padding: 10px 10px;
  }
}
@media (max-width: 576px) {
  .service-select .select-btn .btn-content {
    font-size: 13px;
  }
}
.service-select .select-menu {
  padding: 10px 12px 10px 0;
  border-radius: 15px;
  background-color: rgb(247, 245, 246);
}
@media (max-width: 576px) {
  .service-select .select-menu {
    padding: 8px 4px 8px 0;
  }
}
.service-select .select-menu .menu-head {
  width: calc(100% + 12px);
  margin-right: -12px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 10px;
  font-size: 12px;
  color: rgb(102, 102, 102);
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .service-select .select-menu .menu-head {
    width: calc(100% + 4px);
    margin-right: -4px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 7px;
    font-size: 10px;
  }
}
.service-select .select-menu .menu-filter {
  width: calc(100% + 12px);
  margin-right: -12px;
  -moz-column-gap: 33px;
       column-gap: 33px;
  row-gap: 10px;
  padding: 15px 25px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 13px;
}
@media (max-width: 576px) {
  .service-select .select-menu .menu-filter {
    width: calc(100% + 4px);
    margin-right: -4px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 10px 13px;
    margin-bottom: 9px;
  }
}
.service-select .select-menu .menu-filter .filter-btn {
  font-size: 13px;
  color: rgb(102, 102, 102);
  line-height: 12px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .service-select .select-menu .menu-filter .filter-btn {
    font-size: 12px;
  }
}
.service-select .select-menu .menu-filter .filter-btn.active {
  font-weight: bold;
  color: rgb(253, 90, 60);
}
.service-select .select-menu__in {
  padding: 0 9px 0 4px;
  max-height: 473px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .service-select .select-menu__in {
    padding: 0 4px;
    max-height: 388px;
  }
}
.service-select .select-menu__in::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  padding-top: 50px;
}
.service-select .select-menu__in::-webkit-scrollbar-thumb {
  background-color: rgb(222, 218, 221);
  border-radius: 5px;
}
.service-select .select-menu__in .service-group .select-option:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 190, 64);
}
.service-select .select-menu__in .service-group .select-option.active {
  background-color: rgb(255, 255, 255);
}

.page-search {
  margin-bottom: 34px;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .page-search {
    margin-bottom: 27px;
    display: none;
  }
}
.page-search__in .form-control {
  gap: 15px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 16px 20px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .page-search__in .form-control {
    width: calc(100% + 6px);
    margin-left: -3px;
    margin-top: -3px;
    border-radius: 10px 10px 0 0;
    padding: 14px 18px;
  }
}
.page-search__in .form-control.active {
  border-color: rgb(255, 190, 64);
}
.page-search__in .form-control .form-input {
  display: block;
  height: 100%;
  height: 15px;
  font-size: 14px;
  font-family: "Manrope";
  color: rgb(51, 51,51);;
  line-height: 15px;
  border: 0;
}
.page-search__in .form-control .form-input#search_service_by_id, .page-search__in .form-control .form-input#mini_search_service_by_id {
	color: #d3d3d3;
}
.page-search__in .form-control.active .form-input#search_service_by_id, .page-search__in .form-control.active .form-input#mini_search_service_by_id {
	color: rgb(51, 51, 51);
}
.page-search__in .form-control.active .form-input {
	color:rgb(51, 51,51);
}
.page-search__in .form-control .form-input:focus {
  outline: none;
}
.page-search__in .form-control .form-input::-moz-placeholder {
  font-size: 14px;
  font-family: "Manrope";
  color: #b0b0b0;
  line-height: 15px;
}
.page-search__in .form-control .form-input::placeholder {
  font-size: 14px;
  font-family: "Manrope";
  color: #b0b0b0;
  line-height: 15px;
}
@media (max-width: 576px) {
  .page-search__in .form-control .form-input {
    font-size: 13px;
  }
}
.page-search__in .search-menu {
  width: 100%;
  padding: 5px 0 12px;
  transition: 0.3s;
  border: 1px solid rgb(255, 190, 64);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 25px);
  z-index: 2;
}
.page-search__in .search-menu.show {
  top: calc(100% + 10px);
  visibility: visible;
  opacity: 1;
  border-color: rgb(255, 190, 64);
}
@media (max-width: 992px) {
  .page-search__in .search-menu.show {
    top: 100%;
  }
}
@media (max-width: 992px) {
  .page-search__in .search-menu {
    width: calc(100% + 6px);
    background-color: rgb(241, 238, 240);
    top: 100%;
    margin-left: -3px;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    padding: 12px 8px 12px 0;
  }
}
@media (max-width: 576px) {
  .page-search__in .search-menu {
    width: calc(100% + 6px);
    background-color: rgb(241, 238, 240);
    top: 100%;
    margin-left: -3px;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    padding: 12px 8px 12px 0;
  }
}
.page-search__in .search-menu::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.page-search__in .search-menu::-webkit-scrollbar-track {
  background-color: transparent;
}
.page-search__in .search-menu::-webkit-scrollbar-thumb {
  background-color: #f1eef0;
  border-radius: 5px;
}
.page-search__in .search-menu__in {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 9px 0 4px;
  max-height: 390px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .page-search__in .search-menu__in {
    padding: 0 4px;
  }
}
.page-search__in .search-menu__in::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  padding-top: 50px;
}
.page-search__in .search-menu__in::-webkit-scrollbar-thumb {
  background-color: rgb(222, 218, 221);
  border-radius: 5px;
}
.page-search__in .search-menu__in .option-group {
  gap: 3px;
}
.page-search__in .search-menu__in .option-group:nth-child(1) .filter-menu__head {
  margin-top: 0;
}
.page-search__in .search-menu__in .option-group .filter-menu__head {
  padding: 0 9px 13px 9px;
  gap: 10px;
  font-size: 13px;
  color: rgb(102, 102, 102);
  line-height: 14px;
  text-align: left;
  margin-top: 13px;
}
@media (max-width: 576px) {
  .page-search__in .search-menu__in .option-group .filter-menu__head {
    padding: 0 6px 9px;
    font-size: 13px;
  }
}
.page-search__in .search-menu__in .option-group .select-option {
  gap: 10px;
  border-radius: 15px;
  padding: 4px 6px 4px 21px;
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  cursor: pointer;
}
.page-search__in .search-menu__in .option-group .select-option:hover .option-left__block {
  color: rgb(253, 90, 60);
}
@media (max-width: 576px) {
  .page-search__in .search-menu__in .option-group .select-option {
    flex-direction: column;
    align-items: start;
    gap: 4px;
    padding: 8px 6px 8px 13px;
  }
}
.page-search__in .search-menu__in .option-group .select-option .option-left__block {
  max-width: 400px;
  font-size: 13px;
  color: rgb(35, 35, 35);
  line-height: 16px;
}
@media (max-width: 576px) {
  .page-search__in .search-menu__in .option-group .select-option .option-left__block {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
  }
}
.page-search__in .search-menu__in .option-group .select-option .option-id,
.page-search__in .search-menu__in .option-group .select-option .option-from,
.page-search__in .search-menu__in .option-group .select-option .option-to {
  padding: 6px 8px;
  border-radius: 10px;
  background-color: rgb(241, 238, 240);
  font-size: 11px;
  white-space: nowrap;
  color: rgb(68, 68, 68);
  line-height: 9px;
  text-align: center;
}
@media (max-width: 576px) {
  .page-search__in .search-menu__in .option-group .select-option .option-id,
  .page-search__in .search-menu__in .option-group .select-option .option-from,
  .page-search__in .search-menu__in .option-group .select-option .option-to {
    font-size: 10px;
  }
}
.page-search__in .search-menu__in .option-group .select-option .option-right__block {
  gap: 6px;
}
@media (max-width: 576px) {
  .page-search__in .search-menu__in .option-group .select-option .option-right__block {
    width: 100%;
  }
}
.page-search__in .search-menu__in .option-group .select-option .option-right__block .option-sum {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 4px;
  padding: 7px 12px;
  border-radius: 10px;
  background-color: rgb(255, 190, 64);
  white-space: nowrap;
  font-size: 12px;
  color: rgb(34, 34, 34);
  line-height: 13px;
  text-align: center;
}
@media (max-width: 576px) {
  .page-search__in .search-menu__in .option-group .select-option .option-right__block .option-sum {
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 8px;
  }
}
.page-search__in .search-menu__in .option-group .select-option.active {
  color: transparent;
  border-color: rgb(255, 190, 64);
}
.page-search__in .search-menu .menu-option {
  gap: 7px;
  padding: 5px 24px;
  cursor: pointer;
  font-size: 13px;
  color: rgb(35, 35, 35);
  line-height: 16px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .page-search__in .search-menu .menu-option {
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 13px;
  }
}
.page-search__in .search-menu .menu-option .option-id {
  min-width: 55px;
  padding: 5px 7px;
  border-radius: 10px;
  background-color: rgb(241, 238, 240);
  font-size: 12px;
  white-space: nowrap;
  color: rgb(68, 68, 68);
  line-height: 12px;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .page-search__in .search-menu .menu-option .option-id {
    border-radius: 5px;
    padding: 8px;
    font-size: 11px;
    line-height: 9px;
  }
}
.page-search__in .search-menu .menu-option .option-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .page-search__in .search-menu .menu-option .option-content {
    font-size: 13px;
  }
}
.page-search__in .search-menu .menu-option.active {
  background-color: rgb(247, 245, 246);
  font-weight: 600;
}
.page-search__in .search-menu .menu-option:hover {
  background-color: rgb(247, 245, 246);
}
@media (max-width: 576px) {
  .page-search__in .search-menu .menu-option:hover {
    background-color: transparent;
  }
}
@media (max-width: 576px) {
  .page-search__in .search-menu .menu-option:hover .option-id {
    background-color: transparent;
  }
}

.service-group {
  gap: 3px;
}
.service-group:nth-child(1) .filter-menu__head {
  margin-top: 0;
}
.service-group .filter-menu__head {
  padding: 0 9px 13px 9px;
  gap: 10px;
  font-size: 13px;
  color: rgb(102, 102, 102);
  line-height: 14px;
  text-align: left;
  margin-top: 13px;
}
@media (max-width: 576px) {
  .service-group .filter-menu__head {
    padding: 0 6px 9px;
    font-size: 13px;
  }
}
.service-group .service-item {
  gap: 10px;
  border-radius: 15px;
  padding: 4px 6px 4px 21px;
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  transition: 0.3s;
}
/* .service-group .service-item:nth-child(4) .option-left__block .star-icon svg path {
  fill: rgb(255, 190, 64) !important;
  stroke: rgb(255, 190, 64);
} */
.service-group .service-item .option-left__block .star-icon.active svg path {
  fill: rgb(255, 190, 64) !important;
  stroke: rgb(255, 190, 64);
}
.service-group .service-item:hover {
  border-color: rgb(255, 190, 64);
}
@media (max-width: 576px) {
  .service-group .service-item {
    flex-direction: column;
    align-items: start;
    gap: 4px;
    border-radius: 10px;
    padding: 8px 6px 8px 13px;
  }
}
.service-group .service-item .option-left__block {
  max-width: 400px;
  font-size: 13px;
  letter-spacing: -0.7px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  line-height: 20px;
}
@media (max-width: 576px) {
  .service-group .service-item .option-left__block {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .service-group .service-item .option-left__block .star-icon {
    display: none;
  }
}
.service-group .service-item .option-left__block .star-icon svg path {
  stroke-width: 2px;
  stroke: #dbd4d9;
}
.service-group .service-item .option-right__block {
  gap: 6px;
}
@media (max-width: 576px) {
  .service-group .service-item .option-right__block {
    width: 100%;
  }
}
.service-group .service-item .option-right__block .option-id,
.service-group .service-item .option-right__block .option-from,
.service-group .service-item .option-right__block .option-to {
  padding: 6px 8px;
  border-radius: 10px;
  background-color: rgb(241, 238, 240);
  font-size: 11px;
  white-space: nowrap;
  color: rgb(68, 68, 68);
  line-height: 9px;
  letter-spacing: -0.8px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .service-group .service-item .option-right__block .option-id,
  .service-group .service-item .option-right__block .option-from,
  .service-group .service-item .option-right__block .option-to {
    font-size: 10px;
  }
}
.service-group .service-item .option-right__block .option-sum {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 4px;
  padding: 7px 12px;
  border-radius: 10px;
  background-color: rgb(255, 190, 64);
  white-space: nowrap;
  font-size: 12px;
  color: rgb(34, 34, 34);
  line-height: 13px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .service-group .service-item .option-right__block .option-sum {
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 8px;
  }
}
.service-group .service-item .option-right__block .read-more__btn {
  margin-left: 13px;
  white-space: nowrap;
  font-size: 12px;
  color: rgb(153, 153, 153);
  line-height: 13px;
}
@media (max-width: 992px) {
  .service-group .service-item .option-right__block .read-more__btn {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .service-group .service-item .option-right__block .read-more__btn {
    display: none;
  }
}
.service-group .service-item.active {
  color: transparent;
  border-color: rgb(255, 190, 64);
}

.page-head {
  padding-bottom: 24px;
}
.page-head__in {
  gap: 10px;
}
@media (max-width: 576px) {
  .page-head__in {
    gap: 10px;
  }
}
.page-head__in .icon {
  font-size: 16px;
  font-family: "Manrope";
  color: rgb(51, 51, 51);
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .page-head__in .icon {
    font-size: 16px;
  }
}
.page-head__in .page-head__btn {
  padding: 9px 16px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  font-family: "Manrope";
  color: rgb(51, 51, 51);
  line-height: 11px;
}

.pagination {
  gap: 8px;
  cursor: pointer;
  user-select: none;
}
.pagination .prev-btn span,
.pagination .next-btn span {
  padding: 9px 14px;
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 7px;
  text-align: center;
}
.pagination .pagination-bullet span {
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 12px;
  text-align: center;
}
.pagination .pagination-bullet.pagination-bullet__active span {
  border-color: rgb(255, 190, 64);
  cursor: default;
}
.pagination .pagination-bullet.pagination-inactive span {
  cursor: default;
}
.pagination .prev-btn a,
.pagination .next-btn a {
  padding: 9px 14px;
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 7px;
  text-align: center;
}
.pagination .pagination-bullet a {
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 12px;
  text-align: center;
}
.pagination .pagination-bullet.pagination-bullet__active a {
  border-color: rgb(255, 190, 64);
}

.flex {
  display: flex;
}

.none {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: start;
}

.align-end {
  align-items: end;
}

.align-stretch {
  align-items: stretch;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.border {
  border: 1px solid black;
}

.border-0 {
  border: 0;
}

.outline-none {
  outline: none;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.header {
  margin-bottom: 30px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 576px) {
  .header {
    margin-bottom: 0;
  }
}
.header .header-in {
  min-height: 75px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  gap: 67px;
}
@media (max-width: 1100px) {
  .header .header-in {
    gap: 35px;
  }
}
@media (max-width: 992px) {
  .header .header-in {
    min-height: 63px;
    padding: 12px 15px;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .header .header-in {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media (max-width: 576px) {
  .header .header-in {
    padding: 19px 0;
    background-color: transparent;
  }
}
.header .header-in .header-logo a {
  display: block;
  font-size: 35px;
  color: rgb(253, 90, 60);
  font-weight: 800;
  line-height: 28px;
  text-align: left;
  padding-left: 29px;
}
@media (max-width: 992px) {
  .header .header-in .header-logo a {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .header .header-in .header-logo a {
    font-size: 34px;
  }
}
@media (max-width: 340px) {
  .header .header-in .header-logo a {
    font-size: 30px;
  }
}
.header .header-in .header-balance {
  padding: 9px 14px;
  font-size: 13px;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  background: linear-gradient(to bottom, #fdcc6e 0%, #fdc861 50%, #ffbe40 100%);
  margin-right: 10px;
}
.header .header-in .header-balance-curr {
  border: 1px solid #c6c6c6;
  padding: 9px 14px;
  font-size: 13px;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  margin-right: 30px;
  cursor: pointer;
}
.header .header-in .header-balance-curr:hover {
  background-color: #e7e7e7;
}
.header-balance-flex {
	display: none;
}
@media (max-width: 1100px) {
  .header .header-in .header-balance-curr {
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .header .header-in .header-balance {
    padding: 5px 9px;
    font-size: 12px;
    display: none;
  }
  .header .header-in .header-balance-curr {
    padding: 5px 9px;
    font-size: 12px;
    display: none;
  }
}
@media (max-width: 768px) {
  .header .header-in .header-balance {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 8px;
    font-size: 15px;
    color: rgb(17, 17, 17) !important;
    line-height: 2.667;
    font-weight: 600;
    text-align: center;
  }
  .header .header-in .header-balance-curr {
    display: flex;
    margin-left: 5px;
    margin-right: 20px;
    padding: 0 8px;
    font-size: 15px;
    color: rgb(17, 17, 17) !important;
    line-height: 2.667;
    font-weight: 600;
    text-align: center;
  }
  .header .header-in .burger-btn {
    display: block;
  }
  .header-balance-flex {
	display: flex;
  }
}
.header .header-in .header-link {
  gap: 15px;
  padding: 18px 26px 18px 29px;
}
@media (max-width: 400px) {
  .header .header-in .header-balance, .header .header-in .header-balance-curr {
	display: none;
  }
}
@media (max-width: 768px) {
  .header .header-in .header-link {
    width: 100%;
    justify-content: start;
    border-radius: 15px;
    background-color: #f1eef0;
    border: 1px solid rgb(255, 190, 64);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    flex-direction: column;
    gap: 22px;
    padding: 30px 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 100px);
    left: 0;
    transition: top 0.3s, opacity 0.3s;
  }
  .header .header-in .header-link.show {
    visibility: visible;
    top: calc(100% + 15px);
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .header .header-in .header-link {
    border-radius: 10px;
  }
  .header .header-in .header-link.show {
    top: 100%;
  }
}
@media (max-width: 768px) {
  .header .header-in .left-block .header-nav {
    max-width: 230px;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 25px;
    border-bottom: 2px solid rgb(226, 222, 225);
  }
}
.header .header-in .left-block .header-nav .nav-list {
  max-width: 334px;
  width: 100%;
  gap: 10px;
}
@media (max-width: 768px) {
  .header .header-in .left-block .header-nav .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.header .header-in .left-block .header-nav .nav-list .header-nav__link {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  line-height: 15px;
  text-align: left;
}
.header .header-in .left-block .header-nav .nav-list .header-nav__link.active {
  color: rgb(253, 90, 60);
}
@media (max-width: 992px) {
  .header .header-in .left-block .header-nav .nav-list .header-nav__link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header .header-in .left-block .header-nav .nav-list .header-nav__link {
    font-size: 15px;
  }
}
.header .header-in .right-block {
  min-height: 34px;
  border-left: 2px solid rgb(233, 238, 243);
  padding-left: 30px;
}
@media (max-width: 1100px) {
  .header .header-in .right-block {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .header .header-in .right-block {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .header .header-in .right-block {
    max-width: 100%;
    min-height: auto;
    height: auto;
    justify-content: center;
    padding: 0;
    border: 0;
  }
}
.header .header-in .right-block .header-auth {
  gap: 15px;
}
@media (max-width: 992px) {
  .header .header-in .right-block .header-auth {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .header .header-in .right-block .header-auth {
    flex-direction: column;
    gap: 25px;
  }
}
.header .header-in .right-block .header-auth .sign-up__link,
.header .header-in .right-block .header-auth .personal-accaunt__link {
  gap: 5px;
}
@media (max-width: 768px) {
  .header .header-in .right-block .header-auth .sign-up__link .list-type,
  .header .header-in .right-block .header-auth .personal-accaunt__link .list-type {
    display: none;
  }
}
@media (max-width: 992px) {
  .header .header-in .right-block .header-auth .sign-up__link,
  .header .header-in .right-block .header-auth .personal-accaunt__link {
    gap: 5px;
  }
}
.header .header-in .right-block .header-auth .sign-up__link span,
.header .header-in .right-block .header-auth .personal-accaunt__link span {
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  line-height: 15px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header .header-in .right-block .header-auth__registered .header-balance {
    display: none;
  }
  .header .header-in .right-block .header-auth__registered .header-balance-curr {
    display: none;
  }
}
.header .header-in .right-block .header-auth__registered .nav-list {
  width: 100%;
  gap: 10px;
}
@media (max-width: 768px) {
  .header .header-in .right-block .header-auth__registered .nav-list {
    flex-direction: column;
    gap: 25px;
  }
}
.header .header-in .right-block .header-auth__registered .nav-list .header-nav__link {
  font-size: 12px;
  font-weight: 700;
  color: #111111;
  line-height: 15px;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 768px) {
  .header .header-in .right-block .header-auth__registered .nav-list .header-nav__link {
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    line-height: 15px;
  }
  .header .header-in .right-block .header-auth__registered .nav-list .header-nav__link .list-type {
    display: none;
  }
}
.header .header-in .right-block .header-auth__registered .nav-list .header-nav__link.active {
  color: rgb(253, 90, 60);
}

.mobile-menu {
  width: 100%;
  display: none;
  background-color: rgb(63, 63, 63);
  padding: 14px 13px 9px 17px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
@media (max-width: 576px) {
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 360px) {
  .mobile-menu {
    padding: 14px 10px 9px;
  }
}
.mobile-menu__nav .nav-link {
  gap: 9px;
}
.mobile-menu__nav .nav-link span {
  font-size: 11px;
  color: rgb(255, 255, 255);
  line-height: 10px;
  text-align: center;
}

.footer {
  background-color: rgb(226, 222, 225);
  border-top: 3px solid rgb(255, 255, 255);
  padding: 41px 10px 27px;
}
@media (max-width: 576px) {
  .footer {
    padding: 21px 10px 85px 10px;
  }
}
.footer .footer-in {
  gap: 44px;
}
@media (max-width: 576px) {
  .footer .footer-in {
    gap: 25px;
  }
}
.footer .footer-in .footer-nav {
  gap: 22px;
}
@media (max-width: 576px) {
  .footer .footer-in .footer-nav {
    flex-direction: column;
    gap: 17px;
  }
}
.footer .footer-in .footer-nav .nav-link {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 576px) {
  .footer .footer-in .footer-nav .nav-link {
    font-size: 13px;
  }
}
.footer .footer-in .rights-reserved {
  font-size: 15px;
  color: rgb(102, 102, 102);
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 576px) {
  .footer .footer-in .rights-reserved {
    font-size: 12px;
  }
}

.modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(45, 42, 42, 0.902);
  padding: 50px 20px;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  transition: opacity 0.5s;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal.show .modal-content {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 576px) {
  .modal.show .modal-content {
    transform: translate(0, 0);
  }
}
@media (max-width: 576px) {
  .modal {
    padding: 0;
  }
}
.modal .modal-content {
  max-width: 426px;
  height: calc(100% - 100px);
  padding: 21px;
  border-radius: 15px;
  background-color: rgb(241, 238, 240);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s, transform 0s;
}
@media (max-width: 576px) {
  .modal .modal-content {
    width: 100%;
    max-width: 100%;
    height: 80%;
    padding: 16px 10px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -80%;
    transform: translate(0, 0);
  }
}
.modal .modal-content .close-btn {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  font-size: 18px;
  color: rgb(225, 120, 18);
  font-weight: bold;
  line-height: 12px;
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
}
.modal .modal-content .close-btn span {
  padding-bottom: 2.3px;
}
@media (max-width: 576px) {
  .modal .modal-content .close-btn {
    display: none;
  }
}
.modal .modal-content .mobile-touch__icon {
  width: 73px;
  height: 6px;
  display: none;
  border-radius: 5px;
  background-color: rgb(218, 211, 216);
  margin-bottom: 14px;
}
@media (max-width: 576px) {
  .modal .modal-content .mobile-touch__icon {
    display: block;
  }
}
.modal .modal-content .mobile-close__btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
  padding: 4px 15px;
  border: 1px solid rgb(203, 203, 203);
  background-color: rgb(241, 238, 240);
  border-radius: 10px;
  font-size: 11px;
  color: rgb(51, 51, 51);
  line-height: 12px;
  text-align: center;
  position: absolute;
  top: 7px;
  right: 22px;
}
@media (max-width: 576px) {
  .modal .modal-content .mobile-close__btn {
    display: block;
  }
}
.modal .modal-content__in {
  height: 100%;
  padding: 0 0 21px 0;
  overflow-y: auto;
  gap: 10px;
  scroll-behavior: smooth;
  transition: 0.3s;
}
.modal .modal-content__in::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.modal .modal-content__in .modal-content__info {
  gap: 13px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 13px 0 14px;
  margin-bottom: 10px;
}
.modal .modal-content__in .modal-content__info .info-head {
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(241, 238, 240);
  border-radius: 15px 15px 0 0;
  font-size: 14px;
  color: rgb(51, 51, 51);
  text-align: center;
  font-weight: 600;
  line-height: 16px;
  z-index: 2;
}
@media (max-width: 576px) {
  .modal .modal-content__in .modal-content__info .info-head {
    font-size: 13px;
  }
}
.modal .modal-content__in .modal-content__info .info-id {
  padding: 7px 10px;
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  font-size: 13px;
  color: rgb(59, 59, 59);
  line-height: 11px;
}
@media (max-width: 576px) {
  .modal .modal-content__in .modal-content__info .info-id {
    font-size: 12px;
  }
}
.modal .modal-content__in .modal-content__info .info-title {
  padding: 0 14px;
  font-size: 16px;
  color: rgb(34, 34, 34);
  line-height: 1.652;
  text-align: center;
}
@media (max-width: 576px) {
  .modal .modal-content__in .modal-content__info .info-title {
    padding: 0 10px;
    letter-spacing: -0.7px;
    font-size: 15px;
    font-weight: 600;
  }
}
.modal .modal-content__in .modal-content__info .info-quantity {
  font-size: 13px;
  color: rgb(51, 51, 51);
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .modal .modal-content__in .modal-content__info .info-quantity {
    font-size: 12px;
  }
}
.modal .modal-content__in .modal-content__info .info-price {
  font-size: 16px;
  color: rgb(34, 34, 34);
  line-height: 20px;
  text-align: center;
}
@media (max-width: 576px) {
  .modal .modal-content__in .modal-content__info .info-price {
    font-size: 15px;
  }
}
.modal .modal-content__in .modal-content__info .create-order {
  padding: 15px 23px;
  border-radius: 10px;
  background-color: rgb(255, 190, 64);
  cursor: pointer;
  font-size: 14px;
  color: rgb(34, 34, 34);
  font-weight: 600;
  line-height: 13px;
  text-align: center;
}
@media (max-width: 576px) {
  .modal .modal-content__in .modal-content__info .create-order {
    font-size: 13px;
  }
}
.modal .modal-content__in .delivery-time {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 190, 64);
  overflow: hidden;
  margin-bottom: 10px;
}
.modal .modal-content__in .delivery-time__head {
  padding: 10px;
  background-color: rgb(252, 250, 251);
  border-bottom: 1px solid rgb(233, 238, 243);
  font-size: 13px;
  font-weight: 600;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  text-align: center;
}
.modal .modal-content__in .delivery-time .delivery-time__list {
  padding: 0 18px;
}
.modal .modal-content__in .delivery-time .delivery-time__list .list-item {
  padding: 8px 0;
  border-bottom: 1px solid rgb(233, 238, 243) !important;
  font-size: 13px;
  color: rgb(34, 34, 34);
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 576px) {
  .modal .modal-content__in .delivery-time .delivery-time__list .list-item {
    font-size: 12px;
  }
}
.modal .modal-content__in .delivery-time .delivery-time__list .list-item:last-child {
  border: 0;
}
.modal .modal-content__in .delivery-time .delivery-time__list .list-item span {
  font-weight: 500;
  color: #666666;
}
.modal .modal-content__in .modal-content__list {
  padding: 16px 24px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.modal .modal-content__in .modal-content__list .list-item {
  font-size: 13px;
  color: rgb(34, 34, 34);
  line-height: 1.9;
  text-align: left;
  font-weight: 600;
}
.modal .modal-content__in .modal-content__description {
  padding: 19px 23px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 576px) {
  .modal .modal-content__in .modal-content__description {
    padding: 18px 18px 18px 15px;
    font-size: 12px;
	margin-bottom: 90px;
  }
}
.modal .modal-content__in .modal-content__description span {
  display: block;
  width: 100%;
  white-space: normal;
  overflow: hidden;
}

.chat {
  width: 100%;
  border-radius: 15px;
  padding: 18px;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .chat {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .chat {
    height: auto !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
}
.chat.show {
  opacity: 1;
  visibility: visible;
}
.chat .back-btn {
  padding: 14px 18px;
  border: 1px solid rgb(227, 227, 227);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
  font-size: 14px;
  color: rgb(68, 68, 68);
  font-weight: 600;
  line-height: 15px;
}
.chat .chat-in {
  gap: 36px;
}
@media (max-width: 992px) {
  .chat .chat-in {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .chat .chat-in {
    flex-direction: column;
  }
}
.chat .chat-in .chat-wrapper {
  flex: 1 1 765px;
}
@media (max-width: 768px) {
  .chat .chat-in .chat-wrapper {
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .chat .chat-in .chat-wrapper {
    padding-bottom: 16px;
    border-bottom: 2px solid rgb(247, 245, 246);
  }
}
.chat .chat-in .chat-wrapper .chat-messages {
  min-height: 302px;
  max-height: 350px;
  overflow-y: scroll;
  display: block;
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  padding: 15px 20px;
  gap: 10px;
  margin-bottom: 15px;
}
.chat .chat-in .chat-wrapper .chat-messages .message-item {
	padding: 5px 0;
}
.chat .chat-in .chat-wrapper .chat-messages .message-item .message {
  max-width: 90%;
  border: 1px solid rgb(255, 190, 64);
  background-color: rgb(255, 255, 255);
  padding: 14px 15px;
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 7px;
}
.chat .chat-in .chat-wrapper .chat-messages .message-item .message-date {
  font-size: 12px;
  color: rgb(119, 119, 119);
  line-height: 1.2;
  font-weight: 600;
  text-align: right;
}
.chat .chat-in .chat-wrapper .chat-messages .savol-message .message {
  border-radius: 10px 10px 10px 0;
}
.chat .chat-in .chat-wrapper .chat-messages .javob-message .message {
  border-radius: 10px 10px 0 10px;
}
.chat .chat-in .chat-wrapper .send-message {
  gap: 20px;
}
@media (max-width: 576px) {
  .chat .chat-in .chat-wrapper .send-message {
    flex-direction: column;
    gap: 16px;
  }
}
.chat .chat-in .chat-wrapper .send-message .form-control .form-textarea {
  padding: 26px 29px;
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  border: 1px solid transparent;
  resize: none;
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 576px) {
  .chat .chat-in .chat-wrapper .send-message .form-control .form-textarea {
    padding: 18px 13px;
  }
}
.chat .chat-in .chat-wrapper .send-message .form-control .form-textarea:focus {
  outline: none;
  border-color: rgb(255, 190, 64);
}
.chat .chat-in .chat-wrapper .send-message .send-btn {
  border-radius: 10px;
  background-color: rgb(255, 190, 64);
  padding: 14px 20px;
  font-size: 14px;
  color: rgb(34, 34, 34);
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}
.chat .chat-in .chat-info {
  flex: 1 1 380px;
  gap: 20px;
}
@media (max-width: 768px) {
  .chat .chat-in .chat-info {
    flex: 1 1 100%;
    width: 100%;
  }
}
.chat .chat-in .chat-info .info-item {
  font-size: 14px;
  font-weight: 600;
  color: rgb(68, 68, 68);
  line-height: 1.2;
}

.table-wrapper {
  flex: 1 1 650px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 18px 18px 20px;
}
@media (max-width: 992px) {
  .table-wrapper {
    width: 100%;
    flex: 1 1 100%;
    padding: 18px 0;
    padding-right: 0;
  }
}
.table-wrapper__in {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .table-wrapper__in {
    padding: 0 8px;
  }
}
@media (max-width: 576px) {
  .table-wrapper__in {
    padding-bottom: 20px;
    overflow-x: auto;
  }
  .table-wrapper__in::-webkit-scrollbar {
    height: 10px;
    background-color: transparent;
  }
  .table-wrapper__in::-webkit-scrollbar-thumb {
    background-color: #f1eef0;
    border-radius: 5px;
  }
}
.table-wrapper .table {
  border-collapse: collapse;
}
@media (max-width: 576px) {
  .table-wrapper .table {
    min-width: 610px;
  }
}
.table-wrapper .table .table-head td {
  padding: 13px 0;
  background-color: rgb(247, 245, 246);
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  text-align: center;
}
.table-wrapper .table .table-head td:first-child {
  border-radius: 15px 0 0 15px;
}
.table-wrapper .table .table-head td:last-child {
  border-radius: 0 15px 15px 0;
}
.table-wrapper .table .table-body tr:hover td {
  background-color: rgb(251, 251, 251);
}
.table-wrapper .table .table-body tr.tr-active td {
  background-color: rgb(247, 245, 246);
}
.table-wrapper .table .table-body td {
  position: relative;
  padding: 17px 0;
  border-bottom: 1px solid rgb(241, 238, 240);
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
}
.table-wrapper .table .table-body td::before {
  content: "";
  height: 100%;
  width: 18px;
  background-color: rgb(247, 245, 246);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  top: -1px;
  right: 100%;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .table-wrapper .table .table-body td::before {
    width: 8px;
  }
}
.table-wrapper .table .table-body td::after {
  content: "";
  height: 100%;
  width: 18px;
  background-color: rgb(247, 245, 246);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  top: -1px;
  left: 100%;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .table-wrapper .table .table-body td::after {
    width: 8px;
  }
}
.table-wrapper .table .table-body td.there-answer {
  color: rgb(253, 90, 60);
  cursor: pointer;
}
.table-wrapper .range a {
  width: 38px;
  height: 38px;
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 12px;
  text-align: center;
}

.auth-content__in {
  max-width: 470px;
  margin: 86px auto 300px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 45px 46px 30px;
}
@media (max-width: 576px) {
  .auth-content__in {
    margin: 36px auto 230px;
    padding: 28px 16px;
  }
}
.auth-content__in .auth-title {
  font-size: 24px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .auth-content__in .auth-title {
    margin-bottom: 25px;
  }
}
.auth-content__in .auth-form {
  gap: 24px;
}
@media (max-width: 576px) {
  .auth-content__in .auth-form {
    margin-bottom: 20px;
  }
}
.auth-content__in .auth-form .form-control .label {
  font-size: 16px;
  color: rgb(68, 68, 68);
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 9px;
}
@media (max-width: 576px) {
  .auth-content__in .auth-form .form-control .label {
    font-size: 14px;
  }
}
.auth-content__in .auth-form .form-control .form-input {
  width: 100%;
  border-radius: 15px;
  background-color: rgb(247, 245, 246);
  padding: 12px 16px;
  border: 1px solid transparent;
  resize: none;
  font-size: 16px;
  color: rgb(68, 68, 68);
  line-height: 16px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .auth-content__in .auth-form .form-control .form-input {
    border-radius: 10px;
    padding: 14px 14px;
    font-size: 14px;
  }
}
.auth-content__in .auth-form .form-control .form-input::-moz-placeholder {
  font-size: 16px;
  color: #b0b0b0;
  line-height: 16px;
  font-weight: 600;
}
.auth-content__in .auth-form .form-control .form-input::placeholder {
  font-size: 16px;
  color: #b0b0b0;
  line-height: 16px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .auth-content__in .auth-form .form-control .form-input::-moz-placeholder {
    font-size: 14px;
  }
  .auth-content__in .auth-form .form-control .form-input::placeholder {
    font-size: 14px;
  }
}
.auth-content__in .auth-form .form-control .form-input:focus {
  border-color: rgb(255, 190, 64);
  outline: none;
}
.auth-content__in .auth-form .form-control .sign-up__btn {
  padding: 18px 39px;
  background-color: rgb(255, 190, 64);
  border-radius: 15px;
  margin-bottom: 9px;
  font-size: 16px;
  color: rgb(59, 59, 59);
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .auth-content__in .auth-form .form-control .sign-up__btn {
    margin-top: 4px;
    padding: 15px 29px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 15px;
  }
}
.auth-content__in .auth-form .form-control .sign-in__btn {
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 15px;
  text-align: center;
}
@media (max-width: 576px) {
  .auth-content__in .auth-form .form-control .sign-in__btn {
    font-size: 13px;
  }
}

.home .home-in {
  gap: 20px;
}
@media (max-width: 768px) {
  .home .home-in {
    display: block;
  }
}
.home .home-in .home-body {
  flex: 1 1 741px;
  padding: 38px 35px 40px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .home .home-in .home-body {
    border-radius: 10px;
    padding: 17px 11px 18px 15px;
  }
}
.home .home-in .home-body__title {
  max-width: 634px;
  font-size: 39px;
  color: rgb(0, 0, 0);
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}
.home .home-in .home-body__title span {
  color: #fd5a3c;
}
@media (max-width: 576px) {
  .home .home-in .home-body__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.home .home-in .home-body__description {
  font-size: 15px;
  color: #999999;
  line-height: 1.386;
  text-align: left;
  margin-bottom: 23px;
}
.home .home-in .home-body__description p {
	color: #999999;
}
@media (max-width: 576px) {
  .home .home-in .home-body__description {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.home .home-in .home-body__description br,
.home .home-in .home-body__description span {
  display: none;
}
@media (max-width: 576px) {
  .home .home-in .home-body__description br,
  .home .home-in .home-body__description span {
    display: inline-block;
  }
}
.home .home-in .home-body__auth {
  gap: 30px;
}
@media (max-width: 576px) {
  .home .home-in .home-body__auth {
    flex-direction: column;
    gap: 25px;
  }
}
.home .home-in .home-body__auth .btn {
  display: block;
  padding: 17.5px 15px;
  font-size: 16px;
  color: rgb(34, 34, 34);
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}
@media (max-width: 576px) {
  .home .home-in .home-body__auth .btn {
    display: block;
    font-size: 15px;
    line-height: 18px;
  }
}
.home .home-in .home-body__auth .sign-up__link {
  max-width: 240px;
  border-radius: 15px;
  background: linear-gradient(to bottom, #fdcc6e 0%, #fdc861 50%, #ffbe40 100%);
}
.home .home-in .home-body__auth .sign-up__link span {
  display: block;
  transform: translateY(2px);
}
@media (max-width: 576px) {
  .home .home-in .home-body__auth .sign-up__link span {
    transform: translateY(0);
  }
}
.home .home-in .home-body__auth .sign-in__link {
  max-width: 186px;
  border: 2px solid rgb(227, 227, 227);
  border-radius: 14px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .home .home-in .home-body {
    margin-bottom: 24px;
  }
}
.home .home-in .home-swiper {
  flex: 1 1 438px;
  border-radius: 15px;
}
.home .home-in .home-swiper .swiper-slide {
  background-color: rgb(255, 255, 255);
  min-height: 323px;
}
.home .home-in .home-swiper .swiper-slide__img {
  position: absolute;
  top: 0;
  right: 0;
}
.home .home-in .home-swiper .swiper-slide__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.home .home-in .home-swiper .swiper-slide .swiper-body {
  padding: 30px 27px;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .home .home-in .home-swiper .swiper-slide .swiper-body {
    padding: 24px 21px;
  }
}
.home .home-in .home-swiper .swiper-slide .swiper-body__description {
  font-size: 25px;
  color: rgb(255, 255, 255);
  line-height: 1.45;
  text-align: left;
}
@media (max-width: 576px) {
  .home .home-in .home-swiper .swiper-slide .swiper-body__description {
    font-size: 22px;
  }
}
.home .home-in .home-swiper .swiper-pagination {
  bottom: 14px;
}
@media (max-width: 576px) {
  .home .home-in .home-swiper .swiper-pagination {
    bottom: 11px;
  }
}
.home .home-in .home-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .home .home-in .home-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.home .home-in .home-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.service-and-cards .cards {
  padding-top: 40px;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) {
  .service-and-cards .cards {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .service-and-cards .cards {
    padding-top: 16px;
    margin-bottom: 90px;
  }
}
.service-and-cards .cards .card-item {
  border-radius: 15px;
  border: 3px solid rgb(255, 255, 255);
  padding: 25px 15px 24px;
  gap: 7px;
}
@media (max-width: 1100px) {
  .service-and-cards .cards .card-item {
    flex: 1 1 230px;
    gap: 5px;
  }
}
@media (max-width: 576px) {
  .service-and-cards .cards .card-item {
    padding: 26px 15px;
  }
  .service-and-cards .cards .card-item:nth-child(1), .service-and-cards .cards .card-item:nth-child(2), .service-and-cards .cards .card-item:nth-child(3) {
    gap: 21px;
  }
}
.service-and-cards .cards .card-item__head {
  display: inline-block;
  font-size: 39px;
  color: rgb(253, 90, 60);
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}
@media (max-width: 576px) {
  .service-and-cards .cards .card-item__head {
    font-size: 38px;
  }
}
.service-and-cards .cards .card-item__description {
  font-size: 17px;
  color: rgb(17, 17, 17);
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}
.service-and-cards .cards .card-item:nth-child(4) .card-item__head, .service-and-cards .cards .card-item:nth-child(5) .card-item__head {
  font-size: 20px;
  line-height: 1.3;
}
.service-and-cards .service {
  padding-top: 50px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .service-and-cards .service {
    padding-top: 35px;
    margin-bottom: 0;
  }
}
.service-and-cards .service .service-title {
  font-size: 34px;
  color: rgb(17, 17, 17);
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-title {
    display: none;
  }
}
.service-and-cards .service .service-in .service-tab {
  border: 3px solid rgb(255, 255, 255);
  border-radius: 15px;
  padding: 25px 14px;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab {
    padding: 8px 14px 17px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-head {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-head {
    margin-bottom: 8px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn {
  max-width: 100%;
  gap: 9px;
  position: relative;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn {
    display: flex;
	justify-content: center;
    background-color: #ffffff;
	border-radius: 10px;
    padding: 0;
  }
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn::after {
  content: "";
  width: 11px;
  height: 11px;
  display: none;
  background-image: url("../../../public/images/acccardion-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  transform: rotate(0deg);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn::after {
    display: block;
  }
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn.active {
  border-color: transparent;
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn.active::after {
  transform: rotate(90deg);
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn span {
  font-size: 13px;
  color: rgb(51, 51, 51);
  font-weight: 600;
  line-height: 12px;
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn-freset {
  max-width: 100%;
  gap: 9px;
  position: relative;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn-freset {
    display: flex;
	justify-content: center;
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn-freset::after {
    display: block;
  }
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn-freset.active {
  border-color: transparent;
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn-freset.active::after {
  transform: translateY(-50%) rotate(90deg);
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-btn-freset span {
  font-size: 13px;
  color: rgb(51, 51, 51);
  font-weight: 600;
  line-height: 12px;
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-menu {
  visibility: visible;
  position: static;
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-head .form-select .select-menu {
    max-height: -moz-fit-content;
    max-height: fit-content;
    gap: 0;
    padding: 0;
    border: 1px solid rgb(255, 190, 64);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 25px);
    z-index: 2;
  }
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-menu.show {
  position: relative;
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-menu__in {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-head .form-select .select-menu__in {
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    row-gap: 0;
    max-height: 288px;
    overflow-y: auto;
  }
  .service-and-cards .service .service-in .service-tab .tab-head .form-select .select-menu__in::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
  }
  .service-and-cards .service .service-in .service-tab .tab-head .form-select .select-menu__in::-webkit-scrollbar-thumb {
    background-color: #f1eef0;
    border-radius: 5px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-head .form-select .select-menu .menu-head {
  padding: 5px 10px;
  border-bottom: 1px solid #f1eef0;
  font-size: 13px;
  color: rgb(102, 102, 102);
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-head .form-select .select-menu .menu-head {
    display: block;
  }
}
.service-and-cards .service .service-in .service-tab .tab-head .tab-btn {
  gap: 7px;
  border: 0;
  padding: 0;
  font-size: 15px;
  color: rgb(102, 102, 102);
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-head .tab-btn .list-type {
    display: block;
  }
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-head .tab-btn {
    justify-content: start;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
  }
  .service-and-cards .service .service-in .service-tab .tab-head .tab-btn:last-child {
    border: 0;
  }
}
.service-and-cards .service .service-in .service-tab .tab-head .tab-btn.active {
  color: #fd5a3c;
  color: #fd5a3c;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-head .tab-btn.active {
    background-color: #f1eef0;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content {
  gap: 13px;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .tab-content-item__in {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .tab-content-item__in {
    border-radius: 10px;
    padding-top: 14px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .item-head {
  padding: 13px 5px;
  border-bottom: 1px solid #edebe9;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .item-head {
    display: none;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .item-head .item-title {
  font-size: 16px;
  color: rgb(85, 85, 85);
  line-height: normal;
  text-align: center;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .item-head .reset-filter__btn {
  font-size: 12px;
  color: rgb(150, 150, 150);
  line-height: normal;
  text-align: center;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .tab-content-item__in {
  padding-top: 0;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-button__head {
  padding: 15px 5px 20px;
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item:nth-child(2n+1) .filter-btn {
  background: #fcfafb;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn {
  padding: 4px 15px;
  gap: 9px;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn::before {
  content: "";
  width: 4px;
  height: 0;
  background-color: #fd5a3c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn span {
  display: block;
  width: calc(100% - 50px);
  font-size: 15px;
  color: rgb(17, 17, 17);
  font-weight: 500;
  text-align: left;
  line-height: normal;
  transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn span {
    font-size: 13px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn::after {
  content: "";
  width: 11px;
  height: 11px;
  display: none;
  background-image: url("../../../public/images/acccardion-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  right: 18px;
  transform: rotate(0deg);
  transform-origin: center !important;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn::after {
    display: block;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn:hover span {
  color: #fd5a3c;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn:hover span {
    color: rgb(17, 17, 17);
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn.active::before {
  height: 100%;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn.active::after {
  transform: rotate(90deg);
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-btn.active span {
  color: #fd5a3c;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-button__group {
  background-color: #fff;
  padding-bottom: 13px;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-button__group:nth-last-child(2) {
  border-radius: 0 0 10px 10px;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-button__group .filter-btn {
  position: relative;
  padding-left: 25px;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-button__group .filter-btn::before {
  display: none;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-button__group .filter-btn::after {
  content: "";
  width: 5px;
  height: 11px;
  display: none;
  background-image: url("../../../public/images/acccardion-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  right: 18px;
  transform: rotate(0deg);
  transform-origin: 50% 50% !important;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-button__group .filter-btn::after {
    display: block;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .filter-button__group .filter-btn.active::after {
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .cheating-mobile__item {
    display: none;
  }
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .cheating-mobile__item.show {
    display: block;
  }
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .cheating-mobile__item .filter-menu {
    display: block;
  }
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .social-media-mobile__item {
    display: none;
    background-color: #f1eef0;
    padding-bottom: 16px;
  }
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .social-media-mobile__item.show {
    display: block;
  }
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .social-media-mobile__item .filter-group__wrapper {
    display: block;
  }
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .social-media-mobile__item .filter-group__wrapper .filter-item {
    background-color: transparent;
  }
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .filter-item .social-media-mobile__item .filter-group__wrapper .filter-item:nth-child(2n+1) .filter-btn {
    background: #fcfafb;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .social-media-mobile__item .filter-group__wrapper .filter-item .filter-btn {
  background-color: transparent !important;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .filter-button__group .social-media-mobile__item .filter-group__wrapper .filter-item:nth-child(2n+1) .filter-btn {
  background: #fcfafb !important;
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .required-service {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 13.5px;
  margin-top: 18px;
  text-align: center;
  font-size: 15px;
  color: #4e4e4e;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .required-service {
    border-radius: 10px;
    padding: 11.5px;
    margin-top: 16px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .required-service__link {
  font-size: 15px;
  color: rgb(255, 96, 89);
  text-decoration: underline;
  text-align: center;
  line-height: 16px;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .tab-content__item .required-service__link {
    font-size: 12px;
    line-height: 13px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .social-media {
  flex: 1 1 210px;
}
.service-and-cards .service .service-in .service-tab .tab-content .cheating {
  flex: 1 1 436px;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .cheating {
    display: none;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .cheating .filter-button__group .filter-btn {
  position: relative;
}
.service-and-cards .service .service-in .service-tab .tab-content .cheating .filter-button__group .filter-btn::after {
  content: "";
  width: 5px;
  height: 11px;
  display: none;
  background-image: url("../../../public/images/acccardion-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  right: 18px;
  transform: rotate(0deg);
  transform-origin: 50% 50% !important;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .cheating .filter-button__group .filter-btn::after {
    display: block !important;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .cheating .filter-button__group .filter-btn.active::after {
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .cheating .cheating-mobile__item.show {
    display: block;
  }
  .service-and-cards .service .service-in .service-tab .tab-content .cheating .cheating-mobile__item .filter-menu {
    display: block;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu {
  flex: 1 1 500px;
  min-width: 275px;
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu {
    display: none;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(244, 242, 243);
    padding: 0 13px 28px;
    border-radius: 0 0 15px 15px;
    border-top: 0;
  }
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu {
    padding: 0 13px 15px;
  }
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .tab-content-item__in {
    background-color: transparent;
    padding-bottom: 1px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .goto-service {
  padding: 18px 15px;
  border-bottom: 1px solid #edebe9;
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .goto-service {
    padding: 22px 15px 24px;
    border-bottom: 0;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .goto-service .goto-service__btn {
  max-width: 297px;
  margin: 0 auto;
  gap: 33px;
  padding: 18px 21px;
  border-radius: 15px;
  background: linear-gradient(to bottom, #fdcc6e 0%, #fdc861 50%, #ffbe40 100%);
  font-size: 16px;
  color: rgb(59, 59, 59);
  font-weight: 600;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .goto-service .goto-service__btn {
    max-width: 199px;
    gap: 19px;
    padding: 11px 21px;
    font-size: 12px;
    border-radius: 10px;
  }
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .goto-service .goto-service__btn img {
    width: 16px;
    height: 16px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service {
  padding: 10px 15px 9px 20px;
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service {
    padding: 0 0 15px;
    position: relative;
  }
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service::after {
    content: "";
    width: 200px;
    height: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service__title,
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service .sweet-amount {
  font-size: 15px;
  color: rgb(85, 85, 85);
  line-height: 2;
  text-align: center;
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service__title {
	padding-bottom: 5px;
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service .premium-amount {
  font-size: 15px;
  color: rgb(85, 85, 85);
  line-height: 1.67;
  text-align: center;
}
@media (max-width: 576px) {
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service__title,
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service .sweet-amount,
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service .premium-amount {
    font-size: 13px;
  }
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__body .sweet-service .sweet-amount {
  font-weight: bold;
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__description-block {
  background: linear-gradient(to top, #f89797, #f8d698);
  padding: 7px;
  border-radius: 15px;
  margin-top: 15px;
}
.service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__description {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 25px 29px 60px 20px;
  font-size: 15px;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  opacity: 0.95;
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__description {
    border: 0;
    padding: 13px 15px 50px 13px;
  }
}
@media (max-width: 992px) {
  .service-and-cards .service .service-in .service-tab .tab-content .filter-menu .filter-menu__description {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .service-and-cards .main-container:nth-child(1) {
    order: 2;
  }
  .service-and-cards .main-container:nth-child(2) {
    order: 1;
  }
}

@media (max-width: 992px) {
  .page-head {
    max-width: 768px;
    margin: 0 auto;
  }
}

.new-order__content {
  padding-bottom: 157px;
}
@media (max-width: 576px) {
  .new-order__content {
    padding-bottom: 78px;
  }
}
.new-order__content .new-order__tab {
  gap: 30px;
}
@media (max-width: 992px) {
  .new-order__content .new-order__tab {
    max-width: 768px;
    margin: 0 auto;
    flex-direction: column;
    gap: 40px;
  }
}
.new-order__content .new-order__tab .switch-wrapper + .label {
  margin-bottom: 0;
}
.new-order__content .new-order__tab .switch-wrapper .form-checkbox:checked + .form-switch {
  background-color: rgb(255, 190, 64);
}
.new-order__content .new-order__tab .switch-wrapper .form-checkbox:checked + .form-switch .rounded {
  margin-left: 18px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .switch-wrapper .form-checkbox:checked + .form-switch .rounded {
    margin-left: 17px;
  }
}
.new-order__content .new-order__tab .switch-wrapper .form-switch {
  width: 49px;
  background-color: rgb(218, 211, 216);
  border-radius: 15px;
  padding: 2px 3px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .switch-wrapper .form-switch {
    width: 46px;
  }
}
.new-order__content .new-order__tab .switch-wrapper .form-switch .rounded {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .switch-wrapper .form-switch .rounded {
    width: 23px;
    height: 23px;
  }
}
.new-order__content .new-order__tab .left-block {
  flex: 1 1 730px;
}
@media (max-width: 992px) {
  .new-order__content .new-order__tab .left-block {
    width: 100%;
    flex: 1 1 100%;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .new-order__content .new-order__tab .left-block .page-search {
    display: block;
    border-radius: 0;
  }
}
.new-order__content .new-order__tab .left-block .tab-head {
  border-radius: 15px;
  border: 1px solid rgb(203, 203, 203);
  height: 44px;
  margin-bottom: 32px;
  transition: 0.3s;
}
.new-order__content .new-order__tab .left-block .tab-head:hover {
  border-color: rgb(255, 190, 64);
}
@media (max-width: 992px) {
  .new-order__content .new-order__tab .left-block .tab-head {
    display: none;
  }
}
.new-order__content .new-order__tab .left-block .tab-head .button-bg {
  width: 50%;
  height: calc(100% + 2px);
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  transition: 0.3s;
}
.new-order__content .new-order__tab .left-block .tab-head .tab-btn {
  gap: 15px;
  flex: 1 1 0;
  z-index: 2;
  font-size: 16px;
  font-family: "Manrope";
  color: rgb(51, 51, 51);
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.new-order__content .new-order__tab .left-block .tab-content {
  gap: 23px;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control__in .form-input-minmax {
  box-sizing: border-box;
  width: 35%;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control__in .form-minmax-help {
  box-sizing: border-box;
  width: 65%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px;
  color: #606060;
  font-size: 14px;
  border: 1px solid rgb(255, 190, 64);
}
.new-order__content .new-order__tab .left-block .tab-content .form-control__in .form-input-minmax input, 
.new-order__content .new-order__tab .left-block .tab-content .form-control__in .form-minmax-help input {
  width: 100%;
  max-width: 100%;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control__in.fminmax-flex {
	display: flex;
}
@media (max-width: 992px) {
  .new-order__content .new-order__tab .left-block .tab-content {
    padding: 0 5px 18px;
    gap: 20px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .form-control {
  gap: 11px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .form-control {
    gap: 1px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .form-control__in {
  gap: 25px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .form-control__in {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .new-order__content .new-order__tab .left-block .tab-content .form-control__in .form-input__wrapper {
    width: 100%;
  }
  .new-order__content .new-order__tab .left-block .tab-content .form-control__in .form-input-minmax, 
  .new-order__content .new-order__tab .left-block .tab-content .form-control__in .form-minmax-help {
    width: 100%;
  }
  .new-order__content .new-order__tab .left-block .tab-content .form-control__in.fminmax-flex {
	flex-direction: column;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .form-control__in .form-input {
  max-width: 207px;
}
@media (max-width: 992px) {
  .new-order__content .new-order__tab .left-block .tab-content .form-control__in .form-input {
    max-width: 100%;
    width: 100%;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .form-control:nth-child(1) {
  position: relative;
  z-index: 3;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control:nth-child(2) {
  position: relative;
  z-index: 2;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control:nth-child(3) {
  position: relative;
  z-index: 1;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control .form-input {
  max-height: 52px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  padding: 19px 20px;
  font-size: 16px;
  color: rgb(51, 51, 51);
  font-weight: 500;
  line-height: 13px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .form-control .form-input {
    padding: 17px 15px;
    border-radius: 10px;
    max-height: 46px;
    font-size: 14px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .form-control .form-input:focus {
  outline: none;
  border-color: rgb(255, 190, 64);
}


.new-order__content .new-order__tab .left-block .tab-content .form-control .form-textarea {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  padding: 12px 16px;
  border: 1px solid transparent;
  resize: vertical;
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 13px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .form-control .form-textarea {
    padding: 11px 16px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .form-control .form-textarea::placeholder {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 13px;
  font-weight: 600;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control .form-textarea:focus {
  border-color: rgb(255, 190, 64);
  outline: none;
}



.new-order__content .new-order__tab .left-block .tab-content .form-control .min-and-max {
  gap: 7px;
  margin-top: 7px;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control .min-and-max span {
  padding: 11px 21px;
  border-radius: 14px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  color: rgb(85, 85, 85);
  line-height: 12px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .form-control .min-and-max span {
    font-size: 12px;
    border-radius: 10px;
    line-height: 10px;
    padding: 5px 20px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 3px 20px;
}
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity,
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .price {
  padding: 9.5px 0;
}
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity .quantity-title,
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity .proce-title,
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .price .quantity-title,
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .price .proce-title {
  font-size: 16px;
  color: rgb(17, 17, 17);
  line-height: 13px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity .quantity-title,
  .new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity .proce-title,
  .new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .price .quantity-title,
  .new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .price .proce-title {
    font-size: 14px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity .quantity-value,
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .price .quantity-value {
  font-size: 16px;
  color: rgb(17, 17, 17);
  line-height: 13px;
  text-align: right;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity .quantity-value,
  .new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .price .quantity-value {
    font-size: 14px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity .price-value,
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .price .price-value {
  font-size: 18px;
  color: rgb(17, 17, 17);
  line-height: 16px;
  text-align: right;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity .price-value,
  .new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .price .price-value {
    font-size: 14px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity {
  padding: 16px 0;
  border-bottom: 1px solid rgb(236, 234, 235);
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .quantity-and-price .quantity {
    padding: 14px 0;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .tab-content__bottom {
  gap: 50px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .tab-content__bottom {
    gap: 10px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .tab-content__bottom .create-order__btn,
.new-order__content .new-order__tab .left-block .tab-content .tab-content__bottom .add-cart__btn {
  max-width: 240px;
  width: 100%;
  border-radius: 15px;
  background-color: rgb(255, 190, 64);
  padding: 18px 10px;
  font-size: 16px;
  color: rgb(59, 59, 59);
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .left-block .tab-content .tab-content__bottom .create-order__btn,
  .new-order__content .new-order__tab .left-block .tab-content .tab-content__bottom .add-cart__btn {
    padding: 15px 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 12px;
  }
}
.new-order__content .new-order__tab .left-block .tab-content .tab-content__bottom .add-cart__btn {
  background-color: transparent;
  color: rgb(93, 93, 93);
}
.new-order__content .new-order__tab .right-block {
  flex: 1 1 440px;
  min-width: 333px;
  width: 100%;
}
.new-order__content .new-order__tab .right-block .tab-menu {
  gap: 25px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu {
    gap: 13px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-top {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-top {
    border-radius: 10px;
	padding-bottom: 10px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-head {
  padding: 12px 5px;
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 17px;
  text-align: center;
  margin-bottom: 12px;
  border-bottom: 1px solid rgb(233, 238, 243);
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-head {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-id {
  padding: 8px 11px;
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-id {
    padding: 4px 8px;
    font-size: 12px;
    margin-bottom: 9px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-title {
  padding: 0 25px;
  font-size: 18px;
  color: rgb(34, 34, 34);
  line-height: 1.667;
  letter-spacing: -0.6px;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-title {
    padding: 0 20px;
    font-size: 15px;
    margin-bottom: 9px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-price {
  padding: 14px 23px;
  border-radius: 17px;
  background-color: rgb(255, 190, 64);
  margin-bottom: 14px;
  font-size: 16px;
  color: rgb(34, 34, 34);
  line-height: 13px;
  text-align: center;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-price {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 11px;
    margin-bottom: 9px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-quantity {
  padding: 0 25px;
  margin-bottom: 14px;
  font-size: 14px;
  color: rgb(51, 51, 51);
  line-height: 13px;
  text-align: center;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-quantity {
    padding: 0 20px;
    font-size: 12px;
    line-height: 9px;
    margin-bottom: 9px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-speed {
  padding: 0 25px;
  margin-bottom: 0;
  font-size: 16px;
  color: rgb(34, 34, 34);
  line-height: 16px;
  text-align: center;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-speed {
    padding: 0 20px;
    font-size: 14px;
    line-height: 11px;
    margin-bottom: 0;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-list {
  padding: 0 25px;
  gap: 7px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-list {
    padding: 0 20px;
    gap: 5px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-list .list-item {
  font-size: 14px;
  color: rgb(34, 34, 34);
  line-height: 1.607;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-top .menu-list .list-item {
    font-size: 12px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .add-favorites {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 11px 25px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .add-favorites {
    border-radius: 10px;
    padding: 10px 20px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .add-favorites .label {
  margin-bottom: 0;
  padding: 0 17px 0 8px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .add-favorites .label {
    font-size: 13px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .add-favorites .form-checkbox:checked + .form-switch {
  background-color: rgb(255, 190, 64);
}
.new-order__content .new-order__tab .right-block .tab-menu .add-favorites .form-switch {
  background-color: rgb(218, 211, 216);
}
.new-order__content .new-order__tab .right-block .tab-menu .add-favorites .form-switch .rounded {
  background-color: rgb(255, 255, 255);
}
.new-order__content .new-order__tab .right-block .tab-menu .si_service_block {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 20px 25px;
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .si_service_block {
    border-radius: 10px;
    padding: 15px 20px;
	font-size: 13px;
	line-height: 25px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .si_service_block .label {
  margin-bottom: 0;
  padding: 0 17px 0 8px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .si_service_block .label {
    font-size: 13px;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .si_service_block .form-checkbox:checked + .form-switch {
  background-color: rgb(255, 190, 64);
}
.new-order__content .new-order__tab .right-block .tab-menu .si_service_block .form-switch {
  background-color: rgb(218, 211, 216);
}
.new-order__content .new-order__tab .right-block .tab-menu .si_service_block .form-switch .rounded {
  background-color: rgb(255, 255, 255);
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-description-block {
  background: linear-gradient(to top, #f89797, #f8d698);
  padding: 7px;
  border-radius: 15px;
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-description {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 30px 24px 50px 26px;
  font-size: 15px;
  font-family: "Manrope";
  letter-spacing: -0.6px;
  color: rgb(51, 51, 51);
  line-height: 1.3;
  opacity: 0.95;
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-description {
    border-radius: 10px;
    padding: 25px 20px 20px;
    font-size: 13px;
	letter-spacing: -0.6px;
  	line-height: 1.3;
  }
}
.new-order__content .new-order__tab .right-block .tab-menu .menu-description span {
  display: block;
  max-width: 351px;
  width: 100%;
  height: 0;
  border-bottom: 2px dashed rgb(51, 51, 51);
  transform: translateY(12px);
}
@media (max-width: 576px) {
  .new-order__content .new-order__tab .right-block .tab-menu .menu-description span {
    border-width: 1px;
  }
}

.services-content {
  margin-bottom: 170px;
}
@media (max-width: 576px) {
  .services-content {
    margin-bottom: 150px;
  }
}
.services-content .page-title {
  margin-bottom: 38px;
  font-size: 19px;
  color: rgb(34, 34, 34);
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 576px) {
  .services-content .page-title {
    margin-bottom: 24px;
    font-size: 17px;
  }
}
.services-content .page-go-services {
  margin-bottom: 25px;
  font-size: 16px;
  color: rgb(34, 34, 34);
  line-height: 1.2;
  text-align: left;
}
.services-content .page-go-services a {
	color: rgb(34, 34, 34);
}
@media (max-width: 576px) {
  .services-content .page-go-services {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.services-content .content-head {
  max-width: 648px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: rgb(252, 250, 251);
  padding: 8px 23px;
  font-size: 13px;
  color: rgb(102, 102, 102);
  line-height: 16px;
  text-align: center;
  margin-bottom: 37px;
}
@media (max-width: 576px) {
  .services-content .content-head {
    flex-direction: column;
    align-items: start;
    gap: 9px;
    padding: 18px;
    margin-bottom: 35px;
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .services-content .services-filter {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .services-content .filter-block {
    width: 100%;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 10px;
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .services-content .page-search {
    display: block;
  }
}
@media (max-width: 576px) {
  .services-content .page-search__in .search-menu__in .option-group .filter-menu__head {
    display: none;
  }
}
.services-content .page-search__in .search-menu__in .option-group .select-option {
  padding: 3px 6px 3px 19px;
}
@media (max-width: 576px) {
  .services-content .page-search__in .search-menu__in .option-group .select-option {
    flex-direction: row;
    padding: 3px 9px;
  }
}
.services-content .page-search__in .search-menu__in .option-group .select-option .option-left__block {
  max-width: 100%;
}
@media (max-width: 576px) {
  .services-content .page-search__in .search-menu__in .option-group .select-option .option-right__block {
    display: none;
  }
}
.services-content .page-search__in .search-menu__in .option-group .select-option .option-right__block .option-id {
  display: none;
}
@media (max-width: 576px) {
  .services-content .page-search__in .search-menu__in .option-group .select-option .option-right__block .option-id {
    display: block;
  }
}
.services-content .page-search__in .search-menu__in .option-group .select-option .option-right__block .option-sum {
  padding: 6px 12px;
}
.services-content .filter-head {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 24px 22px 17px;
  gap: 22px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .services-content .filter-head {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .services-content .filter-head {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 0 5px 28px 5px;
  }
}
.services-content .filter-head .form-control {
  max-width: 254px;
}
@media (max-width: 992px) {
  .services-content .filter-head .form-control {
    max-width: 100%;
  }
}
.services-content .filter-head .form-control .label {
  font-size: 15px;
  padding-left: 13px;
}
@media (max-width: 576px) {
  .services-content .filter-head .form-control .label {
    font-size: 14px;
  }
}
.services-content .filter-head .form-control .form-select .select-btn {
  background-color: rgb(247, 245, 246);
  padding: 7px 13px;
  min-height: 40px;
}
@media (max-width: 992px) {
  .services-content .filter-head .form-control .form-select .select-btn {
    background-color: rgb(247, 245, 246);
    padding: 9px 8px;
  }
}
.services-content .filter-head .form-control .form-select .select-btn .btn-content {
  font-size: 15px;
  color: rgb(17, 17, 17);
  font-weight: 600;
}
@media (max-width: 992px) {
  .services-content .filter-head .form-control .form-select .select-btn .btn-content .list-type {
    display: block;
  }
}
@media (max-width: 992px) {
  .services-content .filter-head .form-control .form-select .select-menu .select-option .list-type {
    display: block;
  }
}
.services-content .filter-head .form-control .platform-select .select-menu {
  width: 657px;
}
@media (max-width: 992px) {
  .services-content .filter-head .form-control .platform-select .select-menu {
    width: 100%;
  }
}
.services-content .filter-head .form-control .platform-select .select-menu .menu-head .form-select .select-menu {
  padding: 12px 13px;
  row-gap: 10px;
}
.services-content .filter-head .form-control .platform-select .select-menu .menu-head .form-select .select-menu .filter-btn {
  gap: 8px;
  font-size: 13px;
}
.services-content .filter-head .form-control .platform-select .select-menu .category-list .list-item .select-option {
  padding: 4px 13px;
  font-size: 14px;
}
@media (max-width: 576px) {
  .services-content .filter-head .form-control .platform-select .select-menu .category-list .list-item .select-option {
    padding: 4px 8px;
  }
}
.services-content .filter-head .form-control .platform-select .select-menu .category-list .list-item .select-option.active {
  font-weight: 600;
}
.services-content .filter-head .form-control .category-select .select-menu {
  width: 277px;
  border-radius: 15px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .services-content .filter-head .form-control .category-select .select-menu {
    width: 100%;
  }
}
.services-content .filter-head .form-control .category-select .select-menu__in .service-type__group .group-head {
  padding: 20px 0;
  font-size: 13px;
}
.services-content .filter-head .form-control .category-select .select-menu__in .service-type__group .select-option {
  font-size: 14px;
  font-weight: 600;
}
.services-content .filter-head .form-control .service-select .select-menu {
  background-color: rgb(255, 255, 255);
  padding-right: 0;
}
.services-content .filter-head .form-control .service-select .select-menu .select-option {
  font-size: 14px;
  font-weight: 600;
  color: rgb(17, 17, 17);
}
.services-content .filter-head .form-control .service-select .select-menu .select-option.active {
  color: rgb(253, 90, 60);
}
@media (max-width: 992px) {
  .services-content .filter-head .form-control .service-select .select-menu .select-option {
    color: rgb(34, 34, 34);
  }
}
@media (max-width: 992px) {
  .services-content .filter-head .filter-btn {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .services-content .filter-head .filter-btn .btn {
    width: 100%;
  }
}
.services-content .filter-head .filter-btn .btn:nth-child(1) {
  border-radius: 15px;
  background-color: rgb(255, 190, 64);
  padding: 13px 32px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: rgb(51, 51, 51);
  line-height: 14px;
}
@media (max-width: 576px) {
  .services-content .filter-head .filter-btn .btn:nth-child(1) {
    font-weight: 600;
    border-radius: 10px;
  }
}
.services-content .filter-head .filter-btn .btn:nth-child(2) {
  padding: 13px 29px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: rgb(85, 85, 85);
  line-height: 14px;
}
.services-content .filter-content .filter-menu .service-group {
  gap: 7px;
  margin-bottom: 50px;
}
.services-content .filter-content .filter-menu .service-group:nth-child(1) .filter-menu__head {
  margin-top: 0;
}
@media (max-width: 576px) {
  .services-content .filter-content .filter-menu .service-group:nth-child(1) .filter-menu__head {
    margin-top: 0;
  }
}
.services-content .filter-content .filter-menu .service-group .filter-menu__head {
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin-top: 0;
}
@media (max-width: 576px) {
  .services-content .filter-content .filter-menu .service-group .filter-menu__head {
    padding: 0 9px 9px;
    font-size: 13px;
    margin-top: 24px;
  }
}
.services-content .filter-content .filter-menu .service-group .select-option {
  padding: 11px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 576px) {
  .services-content .filter-content .filter-menu .service-group .select-option {
    padding: 7px 6px 7px 13px;
    gap: 7px;
  }
}
.services-content .filter-content .filter-menu .service-group .select-option .option-left__block {
  max-width: 100%;
  overflow: hidden;
  gap: 14px;
  font-size: 15px;
  color: rgb(35, 35, 35);
  font-weight: 500;
}
@media (max-width: 576px) {
  .services-content .filter-content .filter-menu .service-group .select-option .option-left__block {
    font-size: 14px;
  }
}
.services-content .filter-content .filter-menu .service-group .select-option .option-left__block span {
  width: 100%;
  overflow: hidden;
}

.service-group__page .services-filter .filter-block {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .service-group__page .services-filter .filter-block {
    margin-bottom: 30px;
  }
}
.service-group__page .services-filter .filter-block .filter-head {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 992px) {
  .service-group__page .services-filter .filter-block .filter-head {
    padding: 5px 5px 20px 5px;
    align-items: center;
  }
}
.service-group__page .services-filter .filter-block .filter-head .form-control .form-select .select-btn {
  background-color: rgb(255, 255, 255);
}
.service-group__page .services-filter .filter-block .filter-head .content-head {
  width: 100%;
  margin: 0;
  gap: 10px;
}
.service-group__page .services-filter .filter-menu .service-group .select-option:hover {
  background-color: rgb(252, 250, 251);
}
@media (max-width: 992px) {
  .service-group__page .services-filter .filter-menu .service-group .filter-menu__head .list-type {
    display: block;
  }
}

.support-content {
  margin-bottom: 170px;
}
@media (max-width: 576px) {
  .support-content {
    margin-bottom: 50px;
  }
}
.support-content .support-content__row {
  gap: 16px;
}
@media (max-width: 992px) {
  .support-content .support-content__row {
    max-width: 768px;
    margin: 0 auto;
    flex-direction: column;
  }
}
.support-content .support-content__row .support-form__wrapper {
  flex: 1 1 534px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 27px 17px 18px;
}
@media (max-width: 992px) {
  .support-content .support-content__row .support-form__wrapper {
    width: 100%;
    flex: 1 1 100%;
    padding: 18px 8px;
  }
}
.support-content .support-content__row .support-form__wrapper .support-form {
  gap: 20px;
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .label {
  font-size: 14px;
  color: rgb(68, 68, 68);
  font-weight: 600;
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-select .select-btn {
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  padding: 13px 16px;
  line-height: 13px;
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-select .select-btn .btn-content {
  font-size: 14px;
  color: rgb(68, 68, 68);
  font-weight: 600;
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-select .select-menu {
  background-color: rgb(255, 255, 255);
  padding: 10px 0;
}
@media (max-width: 576px) {
  .support-content .support-content__row .support-form__wrapper .support-form .form-control .form-select .select-menu {
    border-radius: 10px;
  }
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-select .select-menu .select-option {
  font-weight: 600;
  border-radius: 0;
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-input,
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-textarea {
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  padding: 12px 16px;
  border: 1px solid transparent;
  resize: none;
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 13px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .support-content .support-content__row .support-form__wrapper .support-form .form-control .form-input,
  .support-content .support-content__row .support-form__wrapper .support-form .form-control .form-textarea {
    padding: 11px 16px;
  }
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-input::-moz-placeholder, .support-content .support-content__row .support-form__wrapper .support-form .form-control .form-textarea::-moz-placeholder {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 13px;
  font-weight: 600;
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-input::placeholder,
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-textarea::placeholder {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 13px;
  font-weight: 600;
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-input:focus,
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-textarea:focus {
  border-color: rgb(255, 190, 64);
  outline: none;
}
.support-content .support-content__row .support-form__wrapper .support-form .form-control .form-btn {
  padding: 15px;
  border-radius: 10px;
  background-color: rgb(255, 190, 64);
  font-size: 14px;
  color: rgb(34, 34, 34);
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}

.balance-replenishment__content {
  margin-bottom: 212px;
}
@media (max-width: 576px) {
  .balance-replenishment__content {
    margin-bottom: 50px;
  }
}
.balance-replenishment__content .balance-replenishment-content__row {
  gap: 16px;
}
@media (max-width: 992px) {
  .balance-replenishment__content .balance-replenishment-content__row {
    max-width: 768px;
    margin: 0 auto;
    flex-direction: column;
  }
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper {
  flex: 1 1 534px;
}
@media (max-width: 992px) {
  .balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper {
    width: 100%;
    flex: 1 1 100%;
  }
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form {
  gap: 18px;
  margin-bottom: 17px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 27px 17px 18px;
}
@media (max-width: 992px) {
  .balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form {
    padding: 18px 8px;
  }
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .label {
  font-size: 14px;
  color: rgb(68, 68, 68);
  font-weight: 600;
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-select .select-btn {
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  padding: 13px 16px;
  line-height: 13px;
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-select .select-btn .btn-content {
  font-size: 14px;
  color: rgb(68, 68, 68);
  font-weight: 600;
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-select .select-menu {
  background-color: rgb(255, 255, 255);
  padding: 10px 0;
}
@media (max-width: 576px) {
  .balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-select .select-menu {
    border-radius: 10px;
  }
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-select .select-menu .select-option {
  font-weight: 600;
  border-radius: 0;
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-input,
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-textarea {
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  padding: 12px 16px;
  border: 1px solid transparent;
  resize: none;
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 13px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-input,
  .balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-textarea {
    padding: 11px 16px;
  }
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-input::-moz-placeholder, .balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-textarea::-moz-placeholder {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 13px;
  font-weight: 600;
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-input::placeholder,
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-textarea::placeholder {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 13px;
  font-weight: 600;
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-input:focus,
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-textarea:focus {
  border-color: rgb(255, 190, 64);
  outline: none;
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-btn {
  max-width: 193px;
  padding: 15px;
  border-radius: 10px;
  background-color: rgb(255, 190, 64);
  font-size: 14px;
  color: rgb(34, 34, 34);
  line-height: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .balance-replenishment-form .form-control .form-btn {
    max-width: 163px;
  }
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .bonuses-replenishment {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 27px 31px 25px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .bonuses-replenishment {
    padding: 25px 16px;
  }
}
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .bonuses-replenishment .head,
.balance-replenishment__content .balance-replenishment-content__row .balance-replenishment-form__wrapper .bonuses-replenishment .item {
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 1.714;
}
#addfunds_payment_selected {
	font-size: 14px;
}

.affiliate-content {
  margin-bottom: 310px;
}
@media (max-width: 576px) {
  .affiliate-content {
    margin-bottom: 100px;
  }
}
.affiliate-content__in {
  min-height: 560px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 44px 54px;
}
@media (max-width: 576px) {
  .affiliate-content__in {
    padding: 24px;
  }
}
.affiliate-content__in .page-title {
  font-size: 23px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .affiliate-content__in .page-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.affiliate-content__in .affiliate-content__text {
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 2.143;
}

.api-content {
  margin-bottom: 41px;
}
@media (max-width: 576px) {
  .api-content {
    margin-bottom: 40px;
  }
}
.api-content__in {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 44px 50px 64px 50px;
}
@media (max-width: 576px) {
  .api-content__in {
    padding: 24px 20px;
  }
}
.api-content__in .page-title {
  font-size: 23px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .api-content__in .page-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.api-content__in .api-head {
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .api-content__in .api-head {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-bottom: 25px;
  }
}
.api-content__in .api-head .head-item {
  padding: 0 50px;
  border-bottom: 1px solid rgb(241, 238, 240);
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 2;
  overflow: hidden;
}
@media (max-width: 576px) {
  .api-content__in .api-head .head-item {
    padding: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.api-content__in .api-head .head-item:last-child {
  border-bottom: 0;
}
.api-content__in .api-head .head-item .left-block {
  min-width: 184px;
}
@media (max-width: 576px) {
  .api-content__in .api-head .head-item .left-block {
    min-width: 120px;
  }
}
@media (max-width: 576px) {
  .api-content__in .api-head .head-item .right-block {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.api-content__in .api-list {
  gap: 45px;
}
.api-content__in .api-list .list-item .item-title {
  margin-bottom: 32px;
  padding-left: 25px;
  font-size: 18px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 15px;
}
@media (max-width: 576px) {
  .api-content__in .api-list .list-item .item-title {
    padding-left: 20px;
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.api-content__in .api-list .list-item .api-table {
  border: 1px solid rgb(241, 238, 240);
  border-radius: 15px;
  margin-bottom: 44px;
  overflow: hidden;
}
.api-content__in .api-list .list-item .api-table .table {
  border-collapse: collapse;
}
.api-content__in .api-list .list-item .api-table .table .table-head td {
  border: 0;
  background-color: rgb(247, 245, 246);
  padding: 14px 38px;
  font-size: 14px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 0.88;
}
@media (max-width: 576px) {
  .api-content__in .api-list .list-item .api-table .table .table-head td {
    padding: 12px 0 14px 20px;
  }
}
.api-content__in .api-list .list-item .api-table .table .table-body tr:hover td {
  background-color: rgb(247, 245, 246);
}
.api-content__in .api-list .list-item .api-table .table .table-body tr:last-child td {
  border: 0;
}
.api-content__in .api-list .list-item .api-table .table .table-body td {
  border: 0;
  border-bottom: 1px solid rgb(241, 238, 240);
  background-color: transparent;
  padding: 14px 38px;
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 0.88;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .api-content__in .api-list .list-item .api-table .table .table-body td {
    padding: 12px 0 14px 20px;
  }
}
.api-content__in .api-list .list-item .sample-return__title {
  font-size: 15px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 17px;
  padding-left: 25px;
}
@media (max-width: 576px) {
  .api-content__in .api-list .list-item .sample-return__title {
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.api-content__in .api-list .list-item .sample-return .sample-return__object {
  border-radius: 15px;
  background-color: rgb(247, 245, 246);
  padding: 35px 30px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(68, 68, 68);
  line-height: 2.143;
}
@media (max-width: 576px) {
  .api-content__in .api-list .list-item .sample-return .sample-return__object {
    padding: 25px 20px;
    font-size: 15px;
  }
}
.api-content__in .api-list .list-item .sample-return .sample-return__object .object {
  padding-left: 20px;
}
.api-content__in .api-list .list-item .sample-return .sample-return__object .object-val {
  padding-left: 40px;
}

.blog-content {
  margin-bottom: 200px;
}
@media (max-width: 576px) {
  .blog-content {
    margin-bottom: 100px;
  }
}
.blog-content .blog-filter {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 30px 18px 21px;
}
@media (max-width: 576px) {
  .blog-content .blog-filter {
    padding: 26px 8px 33px;
  }
}
.blog-content .blog-filter .filter-btn__wrapper {
  max-width: 838px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-btn__wrapper {
    margin-bottom: 37px;
  }
}
.blog-content .blog-filter .filter-btn__wrapper .form-select .select-btn {
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  padding: 14px 19px;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-btn__wrapper .form-select .select-btn {
    display: flex;
  }
}
.blog-content .blog-filter .filter-btn__wrapper .form-select .select-btn .btn-content {
  line-height: 16px;
}
.blog-content .blog-filter .filter-btn__wrapper .form-select .select-menu {
  visibility: visible;
  position: static;
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-btn__wrapper .form-select .select-menu {
    max-height: -moz-fit-content;
    max-height: fit-content;
    gap: 0;
    padding: 0;
    border: 1px solid rgb(255, 190, 64);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 25px);
    z-index: 2;
  }
}
.blog-content .blog-filter .filter-btn__wrapper .form-select .select-menu.show {
  top: calc(100% + 8px);
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.blog-content .blog-filter .filter-btn__wrapper .form-select .select-menu__in {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-btn__wrapper .form-select .select-menu__in {
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    row-gap: 0;
    max-height: 288px;
    overflow-y: auto;
  }
  .blog-content .blog-filter .filter-btn__wrapper .form-select .select-menu__in::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
  }
  .blog-content .blog-filter .filter-btn__wrapper .form-select .select-menu__in::-webkit-scrollbar-thumb {
    background-color: #f1eef0;
    border-radius: 5px;
  }
}
.blog-content .blog-filter .filter-btn__wrapper .filter-btn {
  gap: 7px;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-btn__wrapper .filter-btn .list-type {
    display: block;
  }
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-btn__wrapper .filter-btn {
    justify-content: start;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
  }
  .blog-content .blog-filter .filter-btn__wrapper .filter-btn:last-child {
    border: 0;
  }
}
.blog-content .blog-filter .filter-btn__wrapper .filter-btn.active {
  color: #fd5a3c;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-btn__wrapper .filter-btn.active {
    background-color: #f1eef0;
  }
}
.blog-content .blog-filter .filter-menu {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-menu {
    margin-bottom: 60px;
  }
}
.blog-content .blog-filter .filter-menu .blog-list {
  gap: 34px;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-menu .blog-list {
    gap: 52px;
  }
}
.blog-content .blog-filter .filter-menu .blog-list .list-item {
  gap: 20px;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-menu .blog-list .list-item {
    flex-direction: column;
  }
}
.blog-content .blog-filter .filter-menu .blog-list .list-item:hover .list-item__body .body-title:not(.bd_none),
.blog-content .blog-filter .filter-menu .blog-list .list-item:hover .list-item__body .body-description:not(.bd_none) {
  color: rgb(253, 90, 60);
}
.blog-content .blog-filter .filter-menu .blog-list .list-item .left-block {
  min-width: 206px;
  min-height: 136px;
  border-radius: 15px;
  background-color: rgb(218, 211, 216);
  padding: 10px;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-menu .blog-list .list-item .left-block {
    min-width: 100%;
    min-height: 225px;
    border-radius: 10px;
  }
}
.blog-content .blog-filter .filter-menu .blog-list .list-item .list-item__body .body-title {
  font-size: 17px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 1.765;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-menu .blog-list .list-item .list-item__body .body-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.blog-content .blog-filter .filter-menu .blog-list .list-item .list-item__body .body-description {
  max-width: 878px;
  /* display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
  font-size: 14px;
  color: rgb(68, 68, 68);
  font-weight: 600;
  line-height: 1.2;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .blog-content .blog-filter .filter-menu .blog-list .list-item .list-item__body .body-description {
    -webkit-line-clamp: 11;
  }
}

.personal-cabinet__content .personal-cabinet__in {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 40px 50px 70px;
}
@media (max-width: 992px) {
  .personal-cabinet__content .personal-cabinet__in {
    padding: 30px 20px 50px;
  }
}
@media (max-width: 576px) {
  .personal-cabinet__content .personal-cabinet__in {
    padding: 20px 8px 30px;
  }
}
.personal-cabinet__content .personal-cabinet__in .page-title {
  font-size: 24px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .personal-cabinet__content .personal-cabinet__in .page-title {
    margin-bottom: 20px;
  }
}
.personal-cabinet__content .personal-cabinet__in .balance {
  font-size: 14px;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .personal-cabinet__content .personal-cabinet__in .balance {
    margin-bottom: 20px;
  }
}
.personal-cabinet__content .personal-cabinet__in .personal-cabinet__link {
  gap: 20px;
  margin-bottom: 75px;
}
@media (max-width: 576px) {
  .personal-cabinet__content .personal-cabinet__in .personal-cabinet__link {
    margin-bottom: 50px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .personal-cabinet__content .personal-cabinet__in .personal-cabinet__link .nav-link__item {
    flex: 1 1 150px;
    width: 100% !important;
  }
}
.personal-cabinet__content .personal-cabinet__in .personal-cabinet__link .nav-link__item:nth-child(1), .personal-cabinet__content .personal-cabinet__in .personal-cabinet__link .nav-link__item:nth-child(2) {
  width: 150px;
}
.personal-cabinet__content .personal-cabinet__in .personal-cabinet__link .nav-link__item:nth-child(3), .personal-cabinet__content .personal-cabinet__in .personal-cabinet__link .nav-link__item:nth-child(4), .personal-cabinet__content .personal-cabinet__in .personal-cabinet__link .nav-link__item:nth-child(5) {
  width: 170px;
}
.personal-cabinet__content .personal-cabinet__in .personal-cabinet__link .nav-link__item .nav-link__btn {
  height: 46px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(232, 226, 230);
  font-size: 14px;
  color: rgb(51, 51, 51);
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
.personal-cabinet__content .personal-cabinet__in .personal-cabinet__link .nav-link__item .nav-link__btn:hover {
  border-color: rgb(255, 190, 64);
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__title {
  font-size: 24px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__title {
    margin-bottom: 20px;
  }
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form {
  width: 100%;
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control {
    margin-bottom: 20px;
  }
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control:nth-child(1) .form-input {
  max-width: 320px;
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control:nth-child(4), .personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control:nth-child(5), .personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control:nth-child(6) {
  margin-bottom: 15px;
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control:nth-child(4) .form-control__in, .personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control:nth-child(5) .form-control__in, .personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control:nth-child(6) .form-control__in {
  flex-direction: row;
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control .label {
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  color: rgb(68, 68, 68);
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control .form-input {
  max-width: 240px;
  width: 100%;
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  padding: 10.5px 16px;
  border: 1px solid transparent;
  resize: none;
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 12px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control .form-input {
    max-width: 100% !important;
    width: 100%;
  }
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control .form-input::-moz-placeholder {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 13px;
  font-weight: 600;
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control .form-input::placeholder {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 13px;
  font-weight: 600;
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control .form-input:focus {
  border-color: rgb(255, 190, 64);
  outline: none;
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control .btn {
  padding: 15px 23px;
  border-radius: 15px;
  margin-top: 0;
  background-color: rgb(255, 190, 64);
  font-size: 14px;
  white-space: nowrap;
  color: rgb(34, 34, 34);
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control .btn {
    max-width: 163px;
  }
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control .update-password__btn {
  padding: 15px 25px;
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control__in {
  gap: 16px;
}
@media (max-width: 576px) {
  .personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control__in {
    flex-direction: column;
    gap: 10px;
  }
}
.personal-cabinet__content .personal-cabinet__in .account-settings .account-settings__form .form-control__in .label {
  min-width: 153px;
  margin-bottom: 0;
}

.basket-content {
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .basket-content {
    margin-bottom: 125px;
  }
}
.basket-content .page-title {
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 24px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 1.25;
}
.basket-content .page-title span {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .basket-content .page-title span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .basket-content .page-title {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 18px;
  }
}
.basket-content .basket-content__in {
  padding: 0 20px;
}
@media (max-width: 576px) {
  .basket-content .basket-content__in {
    padding: 0;
  }
}
.basket-content .basket-content__in .basket-list {
  max-width: 650px;
  gap: 20px;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .basket-content .basket-content__in .basket-list {
    gap: 10px;
    margin-bottom: 33px;
  }
}
.basket-content .basket-content__in .basket-list .list-item {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 10px 26px;
  font-size: 14px;
  color: rgb(35, 35, 35);
  line-height: 1.714;
}
@media (max-width: 576px) {
  .basket-content .basket-content__in .basket-list .list-item {
    font-size: 13px;
    padding: 8px 16px;
    line-height: 1.846;
    font-weight: 500;
  }
}
.basket-content .basket-content__in .basket-list .list-item span {
  font-weight: 600;
}
@media (max-width: 576px) {
  .basket-content .basket-content__in .basket-list .list-item span {
    font-weight: 600;
  }
}
.basket-content .basket-content__in .basket-list .list-item .delete-btn {
  padding: 9px 25px;
  margin-top: 11px;
  border-radius: 15px;
  border: 1px solid rgb(203, 203, 203);
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
.basket-content .basket-content__in .basket-list .list-item .delete-btn:hover {
  border-color: rgb(255, 190, 64);
}
@media (max-width: 576px) {
  .basket-content .basket-content__in .basket-list .list-item .delete-btn {
    font-size: 12px;
    padding: 9px 21px;
  }
}
.basket-content .basket-content__in .total {
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 16px;
  color: rgb(35, 35, 35);
  line-height: 1.375;
}
@media (max-width: 576px) {
  .basket-content .basket-content__in .total {
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
    padding-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .basket-content .basket-content__in .create-order {
    display: flex;
    justify-content: center;
  }
}
.basket-content .basket-content__in .create-order .create-order__btn {
  border-radius: 15px;
  background-color: rgb(255, 190, 64);
  padding: 19px 45px;
  font-size: 15px;
  color: rgb(35, 35, 35);
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 576px) {
  .basket-content .basket-content__in .create-order .create-order__btn {
    font-size: 14px;
    padding: 14px 27px;
  }
}

.platform-content {
  margin-bottom: 135px;
}
@media (max-width: 576px) {
  .platform-content {
    margin-bottom: 100px;
  }
}
.platform-content .page-title {
  margin-bottom: 30px;
  font-size: 20px;
  color: rgb(68, 68, 68);
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 576px) {
  .platform-content .page-title {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.platform-content .platform-filter .filter-btn__wrapper {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-btn__wrapper {
    margin-bottom: 40px;
  }
}
.platform-content .platform-filter .filter-btn__wrapper .filter-item__head {
  font-size: 14px;
  color: rgb(34, 34, 34);
  line-height: 1.2;
  text-align: left;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-btn__wrapper .filter-item__head {
    width: 100%;
    padding: 8px;
    margin-bottom: 0;
    text-align: center;
  }
}
.platform-content .platform-filter .filter-btn__wrapper .form-select .select-btn {
  border-radius: 10px;
  background-color: rgb(247, 245, 246);
  padding: 14px 19px;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-btn__wrapper .form-select .select-btn {
    display: flex;
    padding: 10px 19px 10px 9px;
  }
}
.platform-content .platform-filter .filter-btn__wrapper .form-select .select-btn .btn-content {
  line-height: 16px;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-btn__wrapper .form-select .select-btn .btn-content .list-type {
    display: block;
  }
}
.platform-content .platform-filter .filter-btn__wrapper .form-select .select-menu {
  padding: 0;
  gap: 0;
  border-radius: 0;
  visibility: visible;
  position: static;
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-btn__wrapper .form-select .select-menu {
    max-height: -moz-fit-content;
    max-height: fit-content;
    gap: 0;
    padding: 0;
    padding-bottom: 8px;
    border: 1px solid rgb(255, 190, 64);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 25px);
    z-index: 2;
    max-height: 288px;
    overflow-y: auto;
  }
  .platform-content .platform-filter .filter-btn__wrapper .form-select .select-menu::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
  }
  .platform-content .platform-filter .filter-btn__wrapper .form-select .select-menu::-webkit-scrollbar-thumb {
    background-color: #f1eef0;
    border-radius: 5px;
  }
}
.platform-content .platform-filter .filter-btn__wrapper .form-select .select-menu.show {
  top: calc(100% + 8px);
  visibility: visible;
  opacity: 1;
}
.platform-content .platform-filter .filter-btn__wrapper .form-select .select-menu__in {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 24px;
  padding-bottom: 0;
  margin-bottom: 58px;
}
.platform-content .platform-filter .filter-btn__wrapper .form-select .select-menu__in:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-btn__wrapper .form-select .select-menu__in {
    margin-bottom: 30px;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    row-gap: 0;
    margin-bottom: 0;
  }
}
.platform-content .platform-filter .filter-btn__wrapper .filter-btn {
  gap: 7px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 15px;
  padding: 14px 16px;
  font-size: 15px;
  color: rgb(51, 51, 51);
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-btn__wrapper .filter-btn .list-type {
    display: block;
  }
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-btn__wrapper .filter-btn {
    justify-content: start;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
  }
  .platform-content .platform-filter .filter-btn__wrapper .filter-btn:last-child {
    border: 0;
  }
}
.platform-content .platform-filter .filter-btn__wrapper .filter-btn.active {
  font-weight: 700;
  background-color: rgb(252, 250, 251);
  border-color: rgb(255, 190, 64);
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-btn__wrapper .filter-btn.active {
    border-color: rgb(255, 255, 255);
  }
}
.platform-content .platform-filter .filter-menu {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 35px 43px 44px 34px;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-menu {
    padding: 20px 10px;
  }
}
.platform-content .platform-filter .filter-menu .platform-title {
  font-size: 20px;
  color: rgb(34, 34, 34);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-menu .platform-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.platform-content .platform-filter .filter-menu .platform-description {
  font-size: 15px;
  color: rgb(51, 51, 51);
  line-height: 1.6;
  letter-spacing: -0.8px;
}
@media (max-width: 576px) {
  .platform-content .platform-filter .filter-menu .platform-description {
    font-size: 14px;
  }
}

.updates-content {
  margin-bottom: 260px;
}
@media (max-width: 576px) {
  .updates-content {
    margin-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .updates-content .updates-filter {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .updates-content .filter-block {
    width: 100%;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 10px;
    margin-bottom: 36px;
  }
}
.updates-content .filter-block .page-search {
  display: block;
}
.updates-content .filter-head {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 10px 37px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .updates-content .filter-head {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .updates-content .filter-head {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 0 5px 28px 5px;
  }
}
.updates-content .filter-head .form-control {
  gap: 45px;
}
@media (max-width: 992px) {
  .updates-content .filter-head .form-control {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.updates-content .filter-head .form-control .label {
  font-size: 14px;
  color: rgb(51, 51, 51);
  margin-bottom: 0;
}
.updates-content .filter-head .form-control .form-select {
  max-width: 254px;
  width: 100%;
}
@media (max-width: 992px) {
  .updates-content .filter-head .form-control .form-select {
    max-width: 100%;
  }
}
.updates-content .filter-head .form-control .form-select .select-btn {
  background-color: rgb(247, 245, 246);
  padding: 7px 13px;
  min-height: 40px;
}
@media (max-width: 992px) {
  .updates-content .filter-head .form-control .form-select .select-btn {
    background-color: rgb(247, 245, 246);
    padding: 9px 8px;
  }
}
.updates-content .filter-head .form-control .form-select .select-btn .btn-content {
  font-size: 14px;
  color: rgb(17, 17, 17);
  font-weight: 600;
}
@media (max-width: 992px) {
  .updates-content .filter-head .form-control .form-select .select-btn .btn-content .list-type {
    display: block;
  }
}
.updates-content .filter-head .form-control .form-select .select-menu {
  width: 284px;
}
@media (max-width: 992px) {
  .updates-content .filter-head .form-control .form-select .select-menu {
    width: 100%;
  }
}
.updates-content .filter-head .form-control .form-select .select-menu .select-option {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .updates-content .filter-head .form-control .form-select .select-menu .select-option .list-type {
    display: block;
  }
}
.updates-content .filter-head .form-control .service-select .select-menu {
  background-color: rgb(255, 255, 255);
  padding-right: 0;
  padding: 16px 0;
}
@media (max-width: 576px) {
  .updates-content .filter-head .form-control .service-select .select-menu {
    padding: 8px 0;
  }
}
.updates-content .filter-head .form-control .service-select .select-menu .select-option {
  font-size: 14px;
  font-weight: 500;
  color: rgb(17, 17, 17);
}
.updates-content .filter-head .form-control .service-select .select-menu .select-option.active {
  color: rgb(253, 90, 60);
}
@media (max-width: 992px) {
  .updates-content .filter-head .form-control .service-select .select-menu .select-option {
    color: rgb(34, 34, 34);
  }
}
@media (max-width: 992px) {
  .updates-content .filter-head .filter-btn {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .updates-content .filter-head .filter-btn .btn {
    width: 100%;
  }
}
.updates-content .filter-head .filter-btn .btn:nth-child(1) {
  border-radius: 15px;
  background-color: rgb(255, 190, 64);
  padding: 13px 32px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: rgb(51, 51, 51);
  line-height: 14px;
}
@media (max-width: 576px) {
  .updates-content .filter-head .filter-btn .btn:nth-child(1) {
    font-weight: 600;
    border-radius: 10px;
  }
}
.updates-content .filter-head .filter-btn .btn:nth-child(2) {
  padding: 13px 29px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: rgb(85, 85, 85);
  line-height: 14px;
}
.updates-content .filter-content {
  padding: 25px 50px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .updates-content .filter-content {
    padding: 20px 8px;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .updates-content .filter-content {
    padding: 0 0 20px;
    border: 3px solid rgb(255, 255, 255);
    background-color: transparent;
  }
}
.updates-content .filter-content .filter-menu {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .updates-content .filter-content .filter-menu {
    margin-bottom: 20px;
  }
}
.updates-content .filter-content .filter-menu .service-group {
  gap: 30px;
}
@media (max-width: 576px) {
  .updates-content .filter-content .filter-menu .service-group {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .updates-content .filter-content .filter-menu .service-group .group-item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
  }
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-date {
  background-color: rgb(247, 245, 246);
  padding: 14px;
  border-radius: 15px 15px 0 0;
  font-size: 15px;
  color: rgb(35, 35, 35);
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 992px) {
  .updates-content .filter-content .filter-menu .service-group .group-item .service-date {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 576px) {
  .updates-content .filter-content .filter-menu .service-group .group-item .service-date {
    padding: 10px;
  }
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item {
  gap: 20px;
  padding: 3px 15px;
  border: 1px solid rgb(241, 238, 240);
  border-top: 0;
}
@media (max-width: 992px) {
  .updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item {
    gap: 15px;
    padding: 3px 10px;
  }
}
@media (max-width: 576px) {
  .updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item {
    flex-direction: column;
    align-items: start;
    gap: 5px;
    border-left: 0;
    border-right: 0;
  }
  .updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item:last-child {
    border-bottom: 0;
  }
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item:nth-child(1) {
  padding-top: 5px;
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item:last-child {
  border-radius: 0 0 15px 15px;
}
@media (max-width: 992px) {
  .updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item:last-child {
    border-radius: 0 0 10px 10px;
  }
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item .left-block {
  gap: 8px;
  overflow: hidden;
  flex: 1 1 50%;
}
@media (max-width: 576px) {
  .updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item .left-block {
    width: 100%;
    flex: 1 1 100%;
  }
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item .left-block .service-id {
  border-radius: 10px;
  background-color: rgb(241, 238, 240);
  padding: 6px 7px;
  white-space: nowrap;
  font-size: 10px;
  color: rgb(68, 68, 68);
  line-height: 9px;
  font-weight: 600;
  text-align: center;
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item .left-block .service-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: rgb(35, 35, 35);
  font-weight: 600;
  line-height: 1.2;
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item .right-block {
  gap: 30px;
  flex: 1 1 50%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item .right-block {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item .right-block {
    width: 100%;
    justify-content: space-between;
    flex: 1 1 100%;
  }
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item .right-block .service-status {
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  font-size: 14px;
  color: rgb(35, 35, 35);
  line-height: 1.2;
}
.updates-content .filter-content .filter-menu .service-group .group-item .service-list .list-item .right-block .more-btn {
  white-space: nowrap;
  font-size: 12px;
  color: rgb(153, 153, 153);
  line-height: 1.2;
  font-weight: 600;
}

.my-order__page .my-order__filter {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .my-order__page .my-order__filter {
    margin-bottom: 24px;
  }
}
.my-order__page .my-order__filter .filter-button__wrapper {
  max-width: 540px;
  margin: 0 auto;
  border-radius: 15px;
  background: linear-gradient(to top, #f89797, #f8d698);
  border: 2px solid rgb(255, 255, 255);
  padding: 5px 6px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .my-order__page .my-order__filter .filter-button__wrapper {
    border-width: 1px;
    border-radius: 10px;
  }
}
.my-order__page .my-order__filter .filter-button__wrapper .button-actual {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .my-order__page .my-order__filter .filter-button__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .my-order__page .my-order__filter .filter-button__wrapper a {
    width: 100%;
  }

  .my-order__page .my-order__filter .filter-button__wrapper .filter-btn {
    width: 100%;
  }

  .my-order__page .my-order__filter .filter-button__wrapper .button-bg {
    border-radius: 10px;
  }
}

.my-order__page .my-order__filter .filter-button__wrapper .filter-btn {
  flex: 1 1 50%;
  padding: 15px 0;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  line-height: 12px;
}
@media (max-width: 576px) {
  .my-order__page .my-order__filter .filter-button__wrapper .filter-btn {
    padding: 12px 0;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .my-order__page .page-head {
    max-width: 100%;
  }
}
.my-order__page .modal .modal-content {
  height: auto;
}
.my-order__page .modal .modal-content__in {
  padding-bottom: 0;
}
.my-order__page .modal .modal-content__in .modal-buttons {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 11px;
  gap: 8px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .my-order__page .modal .modal-content__in .modal-buttons {
    padding: 7px 6px;
    gap: 15px;
    margin-bottom: 18px;
  }
}
.my-order__page .modal .modal-content__in .modal-buttons .modal-btn {
  flex: 1 1 0;
  padding: 11px 0;
  border-radius: 10px;
  font-size: 13px;
  color: rgb(34, 34, 34);
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}
@media (max-width: 576px) {
  .my-order__page .modal .modal-content__in .modal-buttons .modal-btn {
    padding: 8px 0;
  }
}
.my-order__page .modal .modal-content__in .modal-buttons .modal-btn.retry-btn {
  background-color: rgb(132, 209, 132);
}
.my-order__page .modal .modal-content__in .modal-buttons .modal-btn.support-btn {
  background-color: rgb(255, 190, 64);
}
.my-order__page .modal .modal-content__in .modal-buttons .modal-btn.cancel-btn {
  background-color: rgb(236, 125, 99);
}
.my-order__page .modal .modal-content__in .service-info {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 17px;
  gap: 15px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(35, 35, 35);
  line-height: 1.2;
  margin-top: 20px;
}
.my-order__page .modal .modal-content__in .service-info:nth-child(2) {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .my-order__page .modal .modal-content__in .service-info {
    padding: 18px 15px;
  }
}
.my-order__page .modal .modal-content__in .service-info__head {
  font-weight: bold;
  text-align: center;
}
.my-order__page .modal .modal-content__in .service-info .service-info__item {
  letter-spacing: -0.8px;
}
.my-order__page .modal .modal-content__in .service-info .service-info__item span {
  color: rgb(253, 90, 60);
}

.order-content {
  margin-bottom: 380px;
}
@media (max-width: 576px) {
  .order-content {
    margin-bottom: 64px;
  }
}
.order-content .page-search {
  display: block;
}
@media (max-width: 576px) {
  .order-content .page-search {
    margin-bottom: 44px;
  }
}
@media (max-width: 992px) {
  .order-content .page-search__in .form-control {
    width: 100%;
    margin: 0;
    border-radius: 10px;
  }
}
.order-content .order-accordion {
  margin-bottom: 18px;
  border-radius: 15px;
  transition: 0.3s;
  z-index: 20;
}
@media (max-width: 576px) {
  .order-content .order-accordion {
    margin-bottom: 14px;
  }
}
.order-content .order-accordion.show .accordion-btn {
  border-color: rgb(255, 190, 64);
  border-radius: 15px 15px 0 0;
}
@media (max-width: 992px) {
  .order-content .order-accordion.show .accordion-btn {
    border-radius: 10px 10px 0 0;
  }
}
.order-content .order-accordion.show .arrown-icon {
  transform: rotate(90deg);
}
.order-content .order-accordion.show .accordion-content {
  border-color: rgb(255, 190, 64);
  top: 100%;
}
.order-content .order-accordion .accordion-btn {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 18px 25px;
  border: 1px solid rgb(255, 255, 255);
  border-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  color: rgb(102, 102, 102);
  line-height: 1.2;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .order-content .order-accordion .accordion-btn {
    padding: 15.5px 14px;
    border-radius: 10px;
  }
}
.order-content .order-accordion .accordion-btn .arrown-icon {
  transition: 0.3s;
}
.order-content .order-accordion .accordion-content {
  width: 100%;
  display: none;
  padding: 10px 25px 17px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 15px 15px;
  border: 1px solid rgb(255, 255, 255);
  border-top: 0;
  font-size: 13px;
  color: rgb(102, 102, 102);
  font-weight: 500;
  line-height: 1.2;
  transition: 0.3s;
  top: calc(100% - 10px);
  left: 0;
  z-index: -1;
  transition: top 0.3s, border 0.3s;
  position: static;
}
@media (max-width: 992px) {
  .order-content .order-accordion .accordion-content {
    padding: 15px 14px 13px;
    border-radius: 0 0 10px 10px;
  }
}
.order-content .order-accordion .accordion-content .head {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .order-content .order-accordion .accordion-content .head {
    margin-bottom: 15px;
  }
}
.order-content .order-accordion .accordion-content .service-name__icons {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .order-content .order-accordion .accordion-content .service-name__icons {
    margin-bottom: 20px;
  }
}
.order-content .order-accordion .accordion-content .service-name__icons .service-icons__list {
  gap: 25px;
  flex-wrap: wrap;
}
.order-content .order-table {
  overflow: auto;
}
.order-content .order-table::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 1200px) {
  .order-content .order-table {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px;
  }
}
.order-content .order-table .table {
  border-collapse: collapse;
  min-width: 1200px;
}
.order-content .order-table .table .table-head td {
  padding-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: rgb(68, 68, 68);
  line-height: normal;
  text-align: center;
}
.order-content .order-table .table .table-body tr {
  cursor: pointer;
}
.order-content .order-table .table .table-body tr:hover td:first-child .td-in {
  border-left-color: rgb(255, 190, 64);
}
.order-content .order-table .table .table-body tr:hover td:last-child .td-in {
  border-left-color: rgb(255, 190, 64);
  border-right-color: rgb(255, 190, 64);
}
.order-content .order-table .table .table-body tr:hover td .td-in {
  background-color: rgb(252, 250, 251);
  border-top-color: rgb(255, 190, 64);
  border-bottom-color: rgb(255, 190, 64);
}
.order-content .order-table .table .table-body tr:hover td .td-in .more-btn {
  background-color: rgb(255, 190, 64);
  color: rgb(34, 34, 34);
}
.order-content .order-table .table .table-body td.order-service .td-in {
  gap: 8px;
}
.order-content .order-table .table .table-body td.text-center .td-in {
  justify-content: center;
  text-align: center;
}
.order-content .order-table .table .table-body td:first-child {
  width: 99px;
}
.order-content .order-table .table .table-body td:first-child .td-in {
  padding: 0 12px;
  border-radius: 15px 0 0 15px;
  border-left: 1px solid rgb(241, 238, 240);
}
.order-content .order-table .table .table-body td:nth-child(2) {
  width: 93px;
}
.order-content .order-table .table .table-body td:nth-child(3) {
  width: 250px;
  max-width: 250px;
}
.order-content .order-table .table .table-body td:nth-child(4) {
  width: 343px;
  max-width: 343px;
}
.order-content .order-table .table .table-body td:nth-child(5) {
  width: 67px;
  max-width: 67px;
}
.order-content .order-table .table .table-body td:nth-child(6) {
  width: 67px;
  max-width: 67px;
}
.order-content .order-table .table .table-body td:nth-child(7) {
  max-width: 100px;
  width: 100px;
}
.order-content .order-table .table .table-body td:nth-child(8) {
  width: 67px;
  max-width: 67px;
}
.order-content .order-table .table .table-body td:nth-child(8) .td-in {
  border-right: 0;
}
.order-content .order-table .table .table-body td:last-child {
  width: 103px;
}
.order-content .order-table .table .table-body td:last-child .td-in {
  padding: 0;
  border-radius: 0 15px 15px 0;
  border-left: 1px solid rgb(241, 238, 240);
}
.order-content .order-table .table .table-body td:last-child .td-in::after {
  display: none;
}
.order-content .order-table .table .table-body td:nth-child(2) {
  white-space: nowrap;
}
.order-content .order-table .table .table-body .td-in {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 9px;
  margin-bottom: 7px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(241, 238, 240);
  border-right: 1px solid rgb(241, 238, 240);
  border-left: 0;
  position: relative;
  font-size: 13px;
  color: rgb(68, 68, 68);
  text-align: left;
  line-height: 1;
  letter-spacing: -0.6px;
  font-weight: 600;
  transition: 0.3s;
}
.order-content .order-table .table .table-body .td-in span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.6px;
  line-height: 1.2;
  color: #232323;
}
.order-content .order-table .table .table-body .td-in .order-id {
  border-radius: 10px;
  background-color: rgb(241, 238, 240);
  padding: 9px;
  white-space: nowrap;
  line-height: 10px;
}
.order-content .order-table .table .table-body .td-in .service-id {
  border-radius: 10px;
  background-color: rgb(241, 238, 240);
  padding: 6px 7px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 9px;
}
.order-content .order-table .table .table-body .td-in .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0 13px 13px 0;
  font-size: 12px;
  white-space: nowrap;
  color: rgb(153, 153, 153);
  line-height: 1.2;
  transition: 0.3s;
}
.order-content .order-table .table .table-body .order-num,
.order-content .order-table .table .table-body .order-ready {
  font-size: 13px;
}
.order-content .subscriptions-menu .order-table .table .table-head td {
  padding-bottom: 10px;
}
.order-content .subscriptions-menu .order-table .table .table-head td:nth-child(6), .order-content .subscriptions-menu .order-table .table .table-head td:nth-child(7) {
  padding: 0 8px;
  padding-bottom: 10px;
  line-height: 15px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:first-child {
  width: 99px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:nth-child(2) {
  width: 114px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:nth-child(3) {
  width: 312px;
  max-width: 312px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:nth-child(4) {
  width: 110px;
  max-width: 110px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:nth-child(5) {
  width: 109px;
  max-width: 109px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:nth-child(6) {
  width: 118px;
  max-width: 118px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:nth-child(7) {
  max-width: 118px;
  width: 118px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:nth-child(8) {
  width: 110px;
  max-width: 110px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:nth-child(8) .td-in {
  border-right: 1px solid rgb(241, 238, 240);
}
.order-content .subscriptions-menu .order-table .table .table-body td:last-child {
  width: 115px;
}
.order-content .subscriptions-menu .order-table .table .table-body td:last-child .td-in {
  padding: 0;
  border-radius: 0 15px 15px 0;
  border-left: 1px solid rgb(241, 238, 240);
}
.order-content .subscriptions-menu .order-table .table .table-body td:last-child .td-in::after {
  display: none;
}
.order-content .subscriptions-menu .order-table .table .table-body td.future-posts .td-in a, .order-content .subscriptions-menu .order-table .table .table-body td.previous-posts .td-in a {
  padding: 8px 9px;
  border-radius: 15px;
  background-color: rgb(252, 250, 251);
  border: 1px solid rgb(235, 231, 231);
  font-size: 12px;
  color: rgb(68, 68, 68);
  letter-spacing: -0.6px;
  font-weight: 600;
  line-height: 10px;
  transition: 0.3s;
}
.order-content .subscriptions-menu .order-table .table .table-body td.future-posts .td-in a:hover, .order-content .subscriptions-menu .order-table .table .table-body td.previous-posts .td-in a:hover {
  background-color: rgb(255, 190, 64);
  border-color: rgb(255, 190, 64);
}
.order-content .subscriptions-menu .order-table .table .table-body td.order-link span {
  -webkit-line-clamp: 1;
}
.order-content .subscriptions-menu .order-table .table .table-body td .more-btn {
  color: rgb(34, 34, 34);
}

.order-content .intervals-menu .order-table .table .table-head td {
  padding-bottom: 10px;
}
.order-content .intervals-menu .order-table .table .table-head td:nth-child(6), .order-content .intervals-menu .order-table .table .table-head td:nth-child(7) {
  padding: 0 8px;
  padding-bottom: 10px;
  line-height: 15px;
}
.order-content .intervals-menu .order-table .table .table-body td:first-child {
  width: 99px;
}
.order-content .intervals-menu .order-table .table .table-body td:nth-child(2) {
  width: 114px;
}
.order-content .intervals-menu .order-table .table .table-body td:nth-child(3) {
  width: 312px;
  max-width: 312px;
}
.order-content .intervals-menu .order-table .table .table-body td:nth-child(4) {
  width: 118px;
  max-width: 118px;
}
.order-content .intervals-menu .order-table .table .table-body td:nth-child(5) {
  width: 118px;
  max-width: 118px;
}
.order-content .intervals-menu .order-table .table .table-body td:nth-child(6) {
  width: 312px;
  max-width: 312px;
}
.order-content .intervals-menu .order-table .table .table-body td:nth-child(7) {
  max-width: 118px;
  width: 118px;
}
.order-content .intervals-menu .order-table .table .table-body td:nth-child(8) {
  width: 110px;
  max-width: 110px;
}
.order-content .intervals-menu .order-table .table .table-body td:nth-child(8) .td-in {
  border-right: 1px solid rgb(241, 238, 240);
}
.order-content .intervals-menu .order-table .table .table-body td:last-child {
  width: 115px;
}
.order-content .intervals-menu .order-table .table .table-body td:last-child .td-in {
  padding: 0;
  border-radius: 0 15px 15px 0;
  border-left: 1px solid rgb(241, 238, 240);
}
.order-content .intervals-menu .order-table .table .table-body td:last-child .td-in::after {
  display: none;
}
.order-content .intervals-menu .order-table .table .table-body td.future-posts .td-in a, .order-content .intervals-menu .order-table .table .table-body td.previous-posts .td-in a {
  padding: 8px 9px;
  border-radius: 15px;
  background-color: rgb(252, 250, 251);
  border: 1px solid rgb(235, 231, 231);
  font-size: 12px;
  color: rgb(68, 68, 68);
  letter-spacing: -0.6px;
  font-weight: 600;
  line-height: 10px;
  transition: 0.3s;
}
.order-content .intervals-menu .order-table .table .table-body td.future-posts .td-in a:hover, .order-content .intervals-menu .order-table .table .table-body td.previous-posts .td-in a:hover {
  background-color: rgb(255, 190, 64);
  border-color: rgb(255, 190, 64);
}
.order-content .intervals-menu .order-table .table .table-body td.order-link span {
  -webkit-line-clamp: 1;
}
.order-content .intervals-menu .order-table .table .table-body td .more-btn {
  color: rgb(34, 34, 34);
}

.order-content .refill-menu .order-table .table .table-head td {
  padding-bottom: 10px;
}
.order-content .refill-menu .order-table .table .table-head td:nth-child(6), .order-content .refill-menu .order-table .table .table-head td:nth-child(7) {
  padding: 0 8px;
  padding-bottom: 10px;
  line-height: 15px;
}
.order-content .refill-menu .order-table .table .table-body td:first-child {
  width: 118px;
}
.order-content .refill-menu .order-table .table .table-body td:nth-child(2) {
  width: 95px;
}
.order-content .refill-menu .order-table .table .table-body td:nth-child(3) {
  width: 95px;
}
.order-content .refill-menu .order-table .table .table-body td:nth-child(4) {
  width: 250px;
  max-width: 250px;
}
.order-content .refill-menu .order-table .table .table-body td:nth-child(5) {
  width: 312px;
  max-width: 312px;
}
.order-content .refill-menu .order-table .table .table-body td:nth-child(6) {
  width: 119px;
  max-width: 119px;
}
.order-content .refill-menu .order-table .table .table-body td:last-child {
  width: 119px;
}
.order-content .refill-menu .order-table .table .table-body td:last-child .td-in {
  padding: 0;
  border-radius: 0 15px 15px 0;
  border-left: 1px solid rgb(241, 238, 240);
}
.order-content .refill-menu .order-table .table .table-body td:last-child .td-in::after {
  display: none;
}
.order-content .refill-menu .order-table .table .table-body td.future-posts .td-in a, .order-content .refill-menu .order-table .table .table-body td.previous-posts .td-in a {
  padding: 8px 9px;
  border-radius: 15px;
  background-color: rgb(252, 250, 251);
  border: 1px solid rgb(235, 231, 231);
  font-size: 12px;
  color: rgb(68, 68, 68);
  letter-spacing: -0.6px;
  font-weight: 600;
  line-height: 10px;
  transition: 0.3s;
}
.order-content .refill-menu .order-table .table .table-body td.future-posts .td-in a:hover, .order-content .refill-menu .order-table .table .table-body td.previous-posts .td-in a:hover {
  background-color: rgb(255, 190, 64);
  border-color: rgb(255, 190, 64);
}
.order-content .refill-menu .order-table .table .table-body td.order-link span {
  -webkit-line-clamp: 1;
}
.order-content .refill-menu .order-table .table .table-body td .more-btn {
  color: rgb(34, 34, 34);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  letter-spacing: -0.5px;
}

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

img,
svg {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  line-height: 0;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

html {
  scroll-behavior: smooth;
}
html.hide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: #f1eef0;
  font-weight: 500;
}

.main-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.main {
  padding: 31px 10px 0;
}
@media (max-width: 992px) {
  .main {
    padding-top: 15px;
  }
}
@media (max-width: 576px) {
  .main {
    padding: 0 10px;
  }
}

.label {
  padding-left: 10px;
  font-size: 16px;
  font-family: "Manrope";
  color: rgb(34, 34, 34);
  line-height: 16px;
  margin-bottom: 9px;
}

.dripfeed-interval-help {
  font-size: 14px;
  font-family: "Manrope";
  color: #555555;
  line-height: 16px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 6px 20px 6px 6px;
  cursor: pointer !important;
  user-select: none;
  -moz-user-select: none;
}
.dripfeed-interval-help span {
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid rgb(255, 190, 64);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}
.dripfeed-interval-help.iopened {
  background-color: rgb(255, 190, 64);
}

.dripfeed-help-list {
  	list-style: none;
  	counter-reset: item;
  	padding: 0;
  	margin: 0;
}
.dripfeed-help-list li {
  	counter-increment: item;
  	position: relative;
  	margin-top: 15px;
  	padding-left: 40px;
  	line-height: 1.4;
}
.dripfeed-help-list li::before {
  	content: counter(item);
  	position: absolute;
  	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
  	height: 28px;
  	border-radius: 11px;
  	background: linear-gradient(to bottom, #f8d698 0%, #fbb835 100%);
  	color: #343434;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
.dripfeed-help-block {
	color: #414141;
	font-size: 14px;
	border: 1px solid rgb(255, 190, 64);
	border-radius: 15px;
  	background-color: #ffffff;
  	padding: 20px;
}

@media (max-width: 576px) {
  	.label, .dripfeed-interval-help, .dripfeed-help-block {
  	  	font-size: 14px;
  	}
}
@media (max-width: 992px) {
	.dripfeed-ih-margin {
		margin-top: 15px;
	}
}

.list-type {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 8px;
}

.list-type.noradius {
	border-radius: 0;
}

.list-type.noimage {
	background-color: #46aab5;
}

.list-type.menu-image {
	background-color: #46aab5;
}

.blur {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .blur {
    display: block;
  }
  .blur.show {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    visibility: visible;
  }
}

.form-label-block {
	user-select: none;
}

.platform-content .platform-filter .filter-btn__wrapper .filter-btn:hover {
	border-color: rgb(255, 190, 64);
}

.header_cab_active {
	color: rgb(253, 90, 60) !important;
}

.flex-1 {
	flex: 1;
}
.form-row {
	gap: 18px;
}
.form-row:not(:first-child) {
	margin-top: 20px;
}
@media (max-width: 768px) {
	.balance-replenishment-form.zlstrap {
		flex-direction: column;
	}
	.form-row {
		margin-top: 0;
		flex-direction: column;
	}
}
.myorders-buttons-1 {
	flex: 1 1 25%;
	display: flex;
}
.myorders-buttons-2 {
	flex: 1 1 30%;
	display: flex;
}
.myorders-buttons-3 {
	flex: 1 1 40%;
	display: flex;
}
.myorders-buttons-4 {
	flex: 1 1 45%;
	display: flex;
}
.color_inherit {
	color: inherit !important;
}

.page-search .search-menu .services_search_scroll {
	overflow-y: auto !important;
	max-height: 250px;
}

.vkcities_dropdown {
	margin-top: 10px;
	border: 1px solid rgb(255, 190, 64);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
	max-height: 220px;
	overflow-y: auto;
	display: none;
	z-index: 1000;
	scrollbar-width: inherit;
	scrollbar-color: #dedadd transparent;
}
.vkcities_dropdown::-webkit-scrollbar {
  	width: 10px;
  	background-color: transparent;
}
.vkcities_dropdown::-webkit-scrollbar-track {
  	background: transparent;
  	border-radius: 25px;
}
.vkcities_dropdown::-webkit-scrollbar-thumb {
  	background-color: #f1eef0;
  	border-radius: 5px;
}
.vkcities_dropdown-item {
	padding: 5px 20px;
	cursor: pointer;
	white-space: nowrap;
}
.vkcities_dropdown-item:hover {
	background-color: #f0f0f0;
}
.vkcities_selected-items {
	margin-top: 10px;
}
.vkcities_selected-item {
	margin-top: 10px;
	display: inline-block;
	padding: 5px 10px;
	margin: 5px;
	border: 1px solid rgb(255, 190, 64);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
	overflow-y: hidden;
}
.vkcities_selected-item.vkorderinfo {
	background-color: #fefefe;
}
.vkcities_selected-item .remove {
	margin-left: 10px;
	cursor: pointer;
	color: red;
}
.vkcities_orderinfo {
	background-color: #F1F7FC;
	border-color: #C3DAEB;
	color: #7296B2;
	font-weight: inherit;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 5px;
	box-shadow: none;
	outline: none;
}
.no_lastorders {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 190, 64);
  overflow: hidden;
  margin-bottom: 10px;
}
.no_lastorders .no_lastorders__head {
  padding: 10px;
  background-color: rgb(252, 250, 251);
  border-bottom: 1px solid rgb(233, 238, 243);
  font-size: 13px;
  font-weight: 600;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  text-align: center;
}
.no_lastorders .no_lastorders__list {
  padding: 0 18px;
}
.no_lastorders .no_lastorders__list .list-item {
  padding: 8px 0;
  border-bottom: 1px solid rgb(233, 238, 243) !important;
  font-size: 13px;
  color: rgb(34, 34, 34);
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 576px) {
  .no_lastorders .no_lastorders__list .list-item {
    font-size: 12px;
  }
}
.no_lastorders .no_lastorders__list .list-item:last-child {
  border: 0;
}
.no_lastorders .no_lastorders__list .list-item span {
  font-weight: 500;
  color: #666666;
}
.footfixed_body{
 	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
}
.footfixed_main {
	flex: 1;
}
.footfixed_bottom {
	width: 100%;
}

.order_subsinfo {
	margin-bottom: 34px;
	font-size: 14px;
	font-weight: bold;
}

#scrollBtnUp {
	position: fixed;
  	bottom: 30px;
  	right: 15px;
  	width: 60px;
  	height: 60px;
  	font-size: 32px;
  	border: none;
  	border-radius: 10px;
  	background-color: rgb(255, 190, 64);
  	color: #000000;
  	cursor: pointer;
  	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  	z-index: 999;
  	transition: opacity 0.3s ease, transform 0.3s ease;
	display: none;
  	align-items: center;
  	justify-content: center;
}
#scrollBtnUp:hover {
  	transform: scale(1.1);
}
#scrollBtnUp span {
	position: relative;
	top: 7px;
	left: 1px;
}

.form-radio-input {
	width: 15px;
	height: 15px;
	margin-right: 8px;
}

.form-radio-block {
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	padding: 13px 20px;
	color: #414141;
}

.form-select-api {
	border-radius: 15px;
  	background-color: rgb(247, 245, 246);
  	border: 1px solid rgb(241, 238, 240);
  	border-bottom-width: 3px;
  	padding: 17px 18px;
  	font-size: 14px;
  	color: rgb(68, 68, 68);
  	font-weight: 500;
  	line-height: 13px;
  	margin-bottom: 15px;
	outline: none;
}
.form-select-api:focus, .form-select-api:active {
	border-radius: 15px;
  	background-color: rgb(247, 245, 246);
  	border: 1px solid rgb(241, 238, 240);
  	border-bottom-width: 3px;
	outline: none;
}
.form-select-api:focus-visible {
	outline: none;
}
.smmuzi_logo_header {
	height: 70px;
}
.smmuzi_logo_footer {
	height: 100px;
}
.smmuzi_logo_margin {
	margin-bottom: 17px;
}

.btn-order-gray {
	background-color: #f1eef0;
}

.btn-order-gray.stat-waiting {
	color: #ccc;
}

.form-select-field {
	max-height: 52px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 13px 20px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: 500;
	max-width: 207px;
	margin-top: 25px;
}
@media (max-width: 576px) {
  	.form-select-field {
    	padding: 11px 15px;
    	border-radius: 10px;
    	max-height: 46px;
    	font-size: 14px;
  	}
}
.form-select-field:focus {
  	outline: none;
  	border-color: rgb(255, 190, 64);
}
@media (max-width: 992px) {
  	.form-select-field {
    	max-width: 100%;
    	width: 100%;
		margin-top: 0;
  	}
}

.quantity-wrapper {
  	display: grid;
  	grid-template-columns: 1fr auto;
  	align-items: center;
  	border-radius: 15px;
  	border-radius: 15px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
  	transition: border-color 0.2s, box-shadow 0.2s;
  	padding-right: 20px;
}
.quantity-wrapper .form-input-span {
  	border: none !important;
  	outline: none !important;
  	background: transparent !important;
  	box-shadow: none !important;
  	padding: 19px 0 19px 20px !important;
  	font-size: 16px;
  	color: #333;
  	font-weight: 500;
  	line-height: 13px;
  	width: 100%;
}
.quantity-wrapper .form-span-input {
  	font-size: 14px;
  	color: #999999;
  	white-space: nowrap;
  	pointer-events: none;
  	margin-left: 10px;
}
.quantity-wrapper .form-span-input #quantity-done-title {
	color: #999999;
}
.quantity-wrapper .form-span-input #quantity-done-time {
	color: #444444;
}
.quantity-wrapper:focus-within {
  	outline: none;
    border-color: rgb(255, 190, 64);
}
.quantity-block-text {
	color: #999999 !important;
	font-size: 14px !important;
}
.home-bdesktop {
	display: block;
}
.home-bmobile {
	display: none;
}
@media (max-width: 576px) {
	.quantity-wrapper .form-span-input {
		font-size: 12px;
	}
	.quantity-block-text {
		font-size: 12px !important;
	}
	.home-bdesktop {
		display: none;
	}
	.home-bmobile {
		display: block;
	}
}
.link-serv {
	color: rgb(35, 35, 35);
}
.link-serv:hover {
	color: rgb(253, 90, 60);
}

.refer_withdraw_bonus {
  	border-radius: 10px;
  	background: linear-gradient(to bottom, #fdcc6e 0%, #fdc861 50%, #ffbe40 100%);
  	padding: 24px;
  	font-size: 15px;
  	color: rgb(35, 35, 35);
  	font-weight: 500;
  	text-align: center;
	width: 100%;
}
@media (max-width: 576px) {
  	.refer_withdraw_bonus {
    	font-size: 14px;
  	}
}
.refer_pages_block {
	margin: 30px 0 5px 0;
	display: flex;
	justify-content: center;
}
.refer_pages {
	border: 2px solid #ffffff;
	background-color: #e9dcda;
	padding: 5px 6px;
	display: flex;
	border-radius: 15px;
}
.refer_pages_button {
	flex: 1;
	text-align: center;
	font-size: 14px;
	width: 50%;
	padding: 10px 70px;
	cursor: pointer;
	user-select: none;
	display: inline-table;
}
.refer_pages_button.active {
	background-color: #ffffff;
	border-radius: 10px;
	transition: all 0.3s ease-out;
}
.refer_datatable_margin {
	margin-top: 25px;
}
@media (max-width: 576px) {
  	.refer_pages {
    	width: 100%;
  	}
	.refer_pages_button {
		font-size: 14px;
		padding: 10px;
	}
}

.refer-table-overlay {
	pointer-events: none;
	user-select: none;
	filter: blur(3px);
    transition: filter 0.3s ease;
}
.refer-table-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.refer-table-loader::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 4px solid transparent;
  border-top-color: rgb(255, 190, 64);
  border-right-color: rgb(255, 190, 64);
  border-radius: 50%;
  animation: semicircle-spin 0.8s linear infinite;
}

@keyframes semicircle-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.main-container .page-head_madaptive {
	flex-wrap: wrap;
}
.service-url__block {
	margin-top: 20px;
	margin-bottom: 100px;
}
.service-url__block .service-url__tab {
	gap: 30px;
}
.service-url__block .left-block {
	flex: 1 1 490px;
	min-width: 333px;
}
.service-url__block .right-block {
	flex: 1 1 730px;
	width: 100%;
}
.service-url__block .left-block .tab-menu {
	gap: 25px;
}
.service-url__block .left-block .tab-menu .menu-top {
	border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 25px 0;
}
.service-url__block .left-block .tab-menu .menu-top .menu-id {
	padding: 8px 11px;
    border-radius: 10px;
    background-color: rgb(247, 245, 246);
    font-size: 14px;
    color: rgb(68, 68, 68);
    line-height: 12px;
    font-weight: 600;
    margin-bottom: 14px;
}
.service-url__block .left-block .tab-menu .menu-top .menu-title {
	padding: 0 25px;
    font-size: 18px;
    color: rgb(34, 34, 34);
    line-height: 1.667;
    letter-spacing: -0.6px;
    text-align: center;
    margin-bottom: 14px;
}
.service-url__block .left-block .tab-menu .menu-top .menu-price {
	padding: 14px 23px;
    border-radius: 17px;
    background-color: rgb(255, 190, 64);
    margin-bottom: 14px;
    font-size: 16px;
    color: rgb(34, 34, 34);
    line-height: 13px;
    text-align: center;
}
.service-url__block .left-block .tab-menu .menu-top .menu-quantity {
	padding: 0 25px;
    margin-bottom: 14px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 13px;
    text-align: center;
}
.service-url__block .left-block .tab-menu .menu-top .menu-speed {
	padding: 0 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: rgb(34, 34, 34);
    line-height: 16px;
    text-align: center;
}
.service-url__block .left-block .tab-menu .menu-top .menu-speed .no_lastorders {
	margin: 0;
}
.service-url__block .left-block .tab-menu .si_service_block {
	border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 20px 25px;
    font-size: 14px;
    line-height: 25px;
}
.service-url__block .right-block .menu-description-block {
	background: linear-gradient(to top, #f89797, #f8d698);
    padding: 7px;
    border-radius: 15px;
}
.service-url__block .right-block .menu-description-block .menu-description {
	border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 30px 24px 50px 26px;
    font-size: 15px;
    font-family: "Manrope";
    letter-spacing: -0.6px;
    color: rgb(51, 51, 51);
    line-height: 1.3;
    opacity: 0.95;
}
.service-url__block .left-block .left-buttons {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 25px;
}
.service-url__block .left-block .left-buttons .go-services-button {
	flex: 1 1 50%;
    width: 100%;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 18px 10px;
    font-size: 16px;
    color: rgb(59, 59, 59);
    line-height: 15px;
    font-weight: 600;
    text-align: center;
}
.service-url__block .left-block .left-buttons .create-order-button {
	flex: 1 1 50%;
    width: 100%;
    border-radius: 15px;
    background-color: rgb(255, 190, 64);
    padding: 18px 10px;
    font-size: 16px;
    color: rgb(59, 59, 59);
    line-height: 15px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 992px) {
    .service-url__block .service-url__tab {
        max-width: 768px;
        margin: 0 auto;
        flex-direction: column;
        gap: 25px;
    }
	.service-url__block .left-block, .service-url__block .right-block {
		width: 100%;
		flex: 1 1 100%;
	}
	.service-url__block .left-block .left-buttons {
		gap: 10px;
		flex-direction: column;
	}
}
@media (max-width: 576px) {
	.service-url__block .left-block .left-buttons .go-services-button {
		padding: 15px 10px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 12px;
	}
	.service-url__block .left-block .left-buttons .create-order-button {
		padding: 15px 10px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 12px;
	}
}

.list-service-id {
    padding: 7px 10px;
    border-radius: 10px;
    background-color: rgb(247, 245, 246);
    font-size: 13px;
    color: rgb(59, 59, 59);
    line-height: 11px;
	width: max-content;
	display: inline-block;
}
.list-service-name {
	margin-top: 8px;
}
.list-service-hint {
	color: #959595;
	margin-top: 15px;
}

.fcsubs-border {
	border: 3px solid #ffffff;
	border-radius: 15px;
	padding: 20px;
}
.fcsubs-title {
	display: block;
	text-align: center;
	padding-bottom: 25px;
}
.fcsubs-block-start {
	margin-top: 23px;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control__in .fcsubs-minmax-help {
	box-sizing: border-box;
	width: 80%;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 13px;
	color: #606060;
	font-size: 14px;
	border: 1px solid rgb(255, 190, 64);
	line-height: 17px;
}
.new-order__content .new-order__tab .left-block .tab-content .form-control__in .fcsubs-minmax-help input {
	width: 100%;
	max-width: 100%;
}
@media (max-width: 992px) {
	.new-order__content .new-order__tab .left-block .tab-content .form-control__in .fcsubs-minmax-help {
	  	width: 100%;
		line-height: normal;
	}
}
.fcsubs-future-calcblock {
	font-size: 16px;
	font-family: "Manrope";
	color: rgb(34, 34, 34);
	line-height: 16px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 13px 20px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.fcsubs-fc-left {
	flex: 1 1 auto;
	min-width: 0;
	word-break: break-word;
}
.fcsubs-fc-right {
	flex: 0 0 140px;
	max-width: 15%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#changeMyCurrModal {
	font-size: 15px;
}
#changeMyCurrModal .myCurr {
	background-color: rgb(255, 190, 64);
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	padding: 6px 10px;
	display: inline-block;
	cursor: default;
	color: #494949;
}
#changeMyCurrModal .currName {
	border: 1px solid #c6c6c6;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	padding: 6px 10px;
	display: inline-block;
	cursor: pointer;
	color: #494949;
	margin: 5px;
}
#changeMyCurrModal .currName:hover {
	background-color: #e7e7e7;
}
#changeMyCurrModal .modal .modal-content {
	max-width: 406px;
}
@media (max-width: 576px) {
  	#changeMyCurrModal {
		inset: 0;
		max-height: 100dvh;
		padding-bottom: env(safe-area-inset-bottom);
    	box-sizing: border-box;
  	}
}
.sign-up, .personal-accaunt {
	font-size: 15px;
}

.list-item.margt-5 {
	margin-top: 5px;
}
.description-ul-list {
   	list-style: none;
    padding-left: 0;
}
.description-ul-list li {
    padding-left: 5px;
}
.description-ul-list li::before {
    content: "•";
	padding-right: 5px;
	font-size: 16px;
}

/*# sourceMappingURL=main.css.map */