.schedule_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.schedule_wrap .select_wrap {
  background: #f7f7f7;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.schedule_wrap .select_wrap > * {
  flex: 100%;
}
.schedule_wrap .select_wrap input {
  width: 100%;
  padding: 0 16px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  color: #5a6066;
  font-size: 14px;
  min-height: 38px;
  outline: none;
}
.schedule_wrap .select_wrap .sel {
  display: flex;
  gap: 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  min-height: 38px;
  position: relative;
}
.schedule_wrap .select_wrap .sel select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  min-height: 100%;
  color: #5a6066;
  font-size: 14px;
  border: none;
  padding: 0 16px;
  outline: none;
}
.schedule_wrap .select_wrap .sel .custom-arrow {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 5px;
  top: calc(50% - 2px);
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237e7e7e; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arr.svg' class='cls-1' d='M1065,516.6a0.6,0.6,0,0,1-.18.428l-3.72,3.793a0.592,0.592,0,0,1-.84,0l-4.08-3.793a0.6,0.6,0,0,1-.01-0.852,0.588,0.588,0,0,1,.84,0l3.67,3.372,3.31-3.372a0.588,0.588,0,0,1,.84,0A0.624,0.624,0,0,1,1065,516.6Z' transform='translate(-1056 -516)'/%3E%3C/svg%3E");
}
@media (max-width: 1023px) {
  .schedule_wrap .select_wrap {
    flex-direction: column;
    gap: 10px;
  }
  .schedule_wrap .select_wrap > * {
    width: 100%;
  }
}
.schedule_wrap .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.schedule_wrap .btn_wrap .item {
  cursor: pointer;
  background: #f7f7f7;
  border-radius: 15.5px;
  padding: 3px 15px;
  color: #5a6066;
  font-size: 12px;
}
.schedule_wrap .btn_wrap .item.active {
  background: #7fff00;
}
.schedule_wrap .blocks_wrap .date_wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .schedule_wrap .blocks_wrap .date_wrap {
    display: none;
  }
}
.schedule_wrap .blocks_wrap .date_wrap .slider_date {
  display: flex;
  align-items: center;
  gap: 2px;
}
.schedule_wrap .blocks_wrap .date_wrap .slider_date .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 186px;
  border-radius: 20px;
  min-height: 32px;
  color: #000;
  font-size: 15px;
}
.schedule_wrap .blocks_wrap .date_wrap .slider_date .item.active {
  background: #f7f7f7;
}
.schedule_wrap .blocks_wrap .date_wrap .slick-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  border: 1px solid #eee;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='0 0 6 12'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23797979; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arr2.svg' class='cls-1' d='M318.4,744a0.58,0.58,0,0,1-.428-0.192l-4.793-5.151a0.683,0.683,0,0,1,0-.914l4.793-5.552a0.573,0.573,0,0,1,.852,0,0.686,0.686,0,0,1,0,.918l-4.372,5.094,4.372,4.694a0.686,0.686,0,0,1,0,.918A0.58,0.58,0,0,1,318.4,744Z' transform='translate(-313 -732)'/%3E%3C/svg%3E") 50% 50% no-repeat #fff;
}
.schedule_wrap .blocks_wrap .date_wrap .arrow_next {
  right: 0;
  transform: rotate(180deg);
}
.schedule_wrap .blocks_wrap .items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-top: 12px;
}
.schedule_wrap .blocks_wrap .items .item-group {
  min-height: 240px;
  /*@media (max-width: 1023px) {
					grid-template-columns: repeat(4, 1fr);
				}
				@media (max-width: 640px) {
					grid-template-columns: repeat(2, 1fr);
					.item {
						.name {
							flex-direction: column;
							span {
								text-align: center;
							}
						}
					}
				}*/
}
@media (max-width: 1024px) {
  .schedule_wrap .blocks_wrap .items .item-group {
    min-height: 1px;
  }
}
.schedule_wrap .blocks_wrap .items .item-group .item-group_name_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .schedule_wrap .blocks_wrap .items .item-group .item-group_name_mobile {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: left;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237e7e7e; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arr.svg' class='cls-1' d='M1065,516.6a0.6,0.6,0,0,1-.18.428l-3.72,3.793a0.592,0.592,0,0,1-.84,0l-4.08-3.793a0.6,0.6,0,0,1-.01-0.852,0.588,0.588,0,0,1,.84,0l3.67,3.372,3.31-3.372a0.588,0.588,0,0,1,.84,0A0.624,0.624,0,0,1,1065,516.6Z' transform='translate(-1056 -516)'/%3E%3C/svg%3E") 95% 50% no-repeat;
  }
}
.schedule_wrap .blocks_wrap .items .item-group .item {
  margin: 3px 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #000;
  background: #f7f7f7;
  cursor: pointer;
  padding: 15px;
  text-align: left;
}
.schedule_wrap .blocks_wrap .items .item-group .item .time {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.schedule_wrap .blocks_wrap .items .item-group .item .time .date1 {
  font-weight: bold;
}
.schedule_wrap .blocks_wrap .items .item-group .item .time .icon {
  margin-left: auto;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23c4c4c4; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='time.svg' class='cls-1' d='M461,799a10,10,0,1,0-10-10A10.012,10.012,0,0,0,461,799Zm-0.8-9.262,3.389,3.039a1.009,1.009,0,0,0,1.144.047,0.588,0.588,0,0,0,.059-0.916l-3.165-2.845v-6.407a0.746,0.746,0,0,0-.806-0.651,0.773,0.773,0,0,0-.823.651v6.55A0.752,0.752,0,0,0,460.2,789.738Z' transform='translate(-451 -779)'/%3E%3C/svg%3E");
}
.schedule_wrap .blocks_wrap .items .item-group .item .name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.schedule_wrap .blocks_wrap .items .item-group .item .name span {
  text-align: left;
}
@media (max-width: 1200px) {
  .schedule_wrap .blocks_wrap .items .item-group .item .name {
    flex-wrap: wrap;
    justify-content: center;
  }
  .schedule_wrap .blocks_wrap .items .item-group .item .name span {
    width: 100%;
    text-align: center;
  }
}
.schedule_wrap .blocks_wrap .items .item-group .item .desc {
  color: #32CD32;
  font-size: 14px;
  font-weight: bold;
  word-break: break-word;
}
@media (max-width: 1200px) {
  .schedule_wrap .blocks_wrap .items .item-group .item .desc {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .schedule_wrap .blocks_wrap .items .item-group .item {
    font-size: 13px;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .schedule_wrap .blocks_wrap .items .item-group .item-group_inner {
    display: none;
    flex-wrap: wrap;
    gap: 3px;
  }
  .schedule_wrap .blocks_wrap .items .item-group .item-group_inner .item {
    flex: 0 0 calc(33.33% - 2px);
    margin: 0;
  }
}
@media (max-width: 800px) {
  .schedule_wrap .blocks_wrap .items .item-group .item-group_inner .item {
    flex: 0 0 calc(50% - 1.5px);
    margin: 0;
  }
}
@media (max-width: 370px) {
  .schedule_wrap .blocks_wrap .items .item-group .item-group_inner .item {
    flex: none;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .schedule_wrap .blocks_wrap .items .item-group.opened .item-group_inner {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .schedule_wrap .blocks_wrap .items {
    display: block;
  }
}
.remodal {
  max-width: 460px !important;
  padding: 45px !important;
}
@media (max-width: 1023px) {
  .remodal {
    padding: 20px !important;
  }
}
.pop_form {
  max-width: 460px;
  margin: 0 auto;
  margin-left: auto;
  background: #fff;
  z-index: 100;
  color: #000;
  position: relative;
}
.pop_form .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 17px;
  height: 17px;
  font-size: 0px;
  border: none;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23656565; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='close.svg' class='cls-1' d='M1169.04,501.488l6.64-6.644a1.1,1.1,0,1,0-1.55-1.548l-6.64,6.644-6.65-6.644a1.092,1.092,0,0,0-1.54,1.548l6.64,6.644-6.64,6.643a1.092,1.092,0,0,0,1.54,1.548l6.65-6.644,6.64,6.644a1.1,1.1,0,1,0,1.55-1.548Z' transform='translate(-1159 -493)'/%3E%3C/svg%3E");
}
.pop_form .body .title {
  font-size: 28px;
  font-weight: bold;
}
.pop_form .body .time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  margin-bottom: 15px;
}
.pop_form .body .time .icon {
  margin-left: 28px;
  padding-left: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23c4c4c4; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='time.svg' class='cls-1' d='M461,799a10,10,0,1,0-10-10A10.012,10.012,0,0,0,461,799Zm-0.8-9.262,3.389,3.039a1.009,1.009,0,0,0,1.144.047,0.588,0.588,0,0,0,.059-0.916l-3.165-2.845v-6.407a0.746,0.746,0,0,0-.806-0.651,0.773,0.773,0,0,0-.823.651v6.55A0.752,0.752,0,0,0,460.2,789.738Z' transform='translate(-451 -779)'/%3E%3C/svg%3E") 0% 50%/20px no-repeat;
}
.pop_form .body .day {
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 17px;
}
.pop_form .body .name {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 30px;
}
.pop_form .body .name .left img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  object-fit: cover;
}
.pop_form .body .name .right {
  text-align: left;
  display: grid;
  gap: 5px;
}
.pop_form .body .name .right span {
  font-size: 18px;
  font-weight: 500;
}
.pop_form .body .name .right div {
  color: #777777;
  font-size: 14px;
}
.pop_form .body .text {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pop_form .body .text .tit {
  background: #f5f5f5;
  padding: 17px;
  display: inline-block;
}
.pop_form .body .text .anonce {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1023px) {
  .pop_form {
    padding: 0px !important;
  }
}
.tag-link.active {
  background: #ed1d24;
  color: #fff;
}
.g-form-control-checkbox input[type=checkbox]:checked ~ .g-form-control-checkbox__input {
  background-color: #15c !important;
  box-shadow: none !important;
}
