/* Scss Document */
.db {
  display: block;
}

.dib {
  display: inline-block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fxs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.p-0 {
  padding-right: 0px;
}

.p-0 {
  padding: 0px;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 6px;
}

.p-7 {
  padding: 7px;
}

.p-8 {
  padding: 8px;
}

.p-9 {
  padding: 9px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.mobile-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: Roboto;
  z-index: 1000;
  display: none;
}

.mobile-panel-ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1001;
  padding: 10px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: rgb(30 75 210 / 15%) 0px 4px 30px 0px, rgb(0 0 0 / 10%) 0px 0px 20px 0px;
}

.menu-li {
  text-align: center;
  width: 20%;
}
.menu-li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  text-decoration: none;
  font-size: 14px;
}
.menu-li span {
  display: block;
}
.menu-li .pic {
  margin-bottom: 0px;
}

.menu-open {
  position: relative;
  margin-top: -20px;
}
.menu-open.active a i:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
          transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
}
.menu-open.active a i:nth-child(2) {
  -webkit-transform: translate(-50%, calc(-50% - 0px)) rotate(-45deg);
          transform: translate(-50%, calc(-50% - 0px)) rotate(-45deg);
}
.menu-open.active a i:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 0px));
          transform: translate(-50%, calc(-50% + 0px));
  opacity: 0;
}
.menu-open a {
  width: 60px;
  height: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
}
.menu-open a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;box-shadow: rgb(30 75 210 / 15%) 0px 4px 30px 0px, rgb(0 0 0 / 10%) 0px 0px 20px 0px;
  border-radius: 100%;
}
.menu-open a i {
  width: 20px;
  height: 2px;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-open a i:last-child {
  margin-bottom: 0;
}
.menu-open a i:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
}
.menu-open a i:nth-child(2) {
  -webkit-transform: translate(-50%, calc(-50% - 0px));
          transform: translate(-50%, calc(-50% - 0px));
}
.menu-open a i:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}

.mobile-panel-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mobile-panel-top {
  background-color: rgba(33, 33, 33, 0.7);
  padding-top: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 66px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.mobile-panel-top.active {
  -webkit-transform: translate(0);
          transform: translate(0);
  visibility: visible;
  opacity: 1;
}
.mobile-panel-top .inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 16px;
  height: 100%;
}

.m-name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.m-name span {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-name svg {
  width: 14px;
  height: 14px;
}

.m-tab {
  overflow-y: auto;
}

.m-tab-nav {
  overflow-x: auto;
  margin-bottom: 20px;
}
.m-tab-nav ul {
  gap: 10px;
}
.m-tab-nav ul::-webkit-scrollbar {
  width: 100%;
  height: 0px;
}
.m-tab-nav ul::-webkit-scrollbar-track {
  background: #f4f4f5;
}
.m-tab-nav ul::-webkit-scrollbar-thumb {
  background-color: #007aff;
}
.m-tab-nav li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0 4px 4px transparent;
          box-shadow: inset 0 4px 4px transparent;
  color: gray;
  font-size: 12px;
  border-radius: 8px;
  padding: 8px 12px;
}
.m-tab-nav .current {
  background-color: #006df0;
  color: #fff;
  border-color: #006df0;
}

.m-tab-box:nth-child(1n+2) {
  display: none;
}
.m-tab-box ul {
  margin-bottom: 20px;
}
.m-tab-box ul:last-child {
  margin-bottom: 0;
}
.m-tab-box li {
  display: block;
  margin-bottom: 12px;
}
.m-tab-box li:last-child {
  margin-bottom: 0;
}
.m-tab-box .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.m-tab-box .arrow svg {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.m-tab-box .arrow path {
  stroke: #006df0;
}
.m-tab-box .plus {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-tab-box .plus svg {
  display: block;
  width: 20px;
  height: 20px;
}
.m-tab-box .plus path {
  stroke: #006df0;
}
.m-tab-box > ul > li > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f4f4f5;
  border: 1px solid #f4f4f5;
  border-radius: 16px;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  text-decoration: none;
}
.m-tab-box > ul > .drop.open > a {
  border-radius: 16px 16px 0 0;
  color: #006df0;
}
.m-tab-box > ul > .drop.open > a .plus {
  overflow: hidden;
  height: 2px;
}
.m-tab-box .drop ul {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 16px 16px;
  padding: 0 16px;
  border-top-width: 0;
  display: none;
}
.m-tab-box .drop ul li {
  display: block;
  margin-bottom: 0;
}
.m-tab-box .drop ul li:nth-child(1n+2) {
  border-top: 1px solid #e5e5e5;
}
.m-tab-box .drop ul a {
  color: #2a2a2a;
  text-decoration: none;
  font-size: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}
.m-tab-box .phone-link {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  overflow: hidden;
  height: 74px;
}
.m-tab-box .phone-link .name {
  font-size: 16px;
  font-weight: 500;
}
.m-tab-box .phone-link .tel {
  font-size: 12px;
  margin-top: 7px;
}
.m-tab-box .phone-link span {
  display: block;
}
.m-tab-box .phone-link .pic {
  font-size: 9px;
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 96px;
  height: 80px;
  margin-top: 5px;
  text-align: center;
  padding-top: 28px;
  margin-right: 20px;
}
.m-tab-box .btn-blue {
  display: block;
  text-align: center;
  border-radius: 8px;
  background-color: #006df0;
  color: #fff;
  padding: 18px 32px;
  border-width: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.wrap {
  max-width: 1200px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.custom-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
.custom-list::-webkit-scrollbar {
  width: 100%;
  height: 0px;
}
.custom-list::-webkit-scrollbar-track {
  background: #f4f4f5;
}
.custom-list::-webkit-scrollbar-thumb {
  background-color: #007aff;
}

.custom-item {
  font-family: Roboto;
  background: #f4f4f5;
  border-radius: 32px;
  display: block;
  height: 100%;
  padding: 20px;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #2a2a2a;
  width: 288px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-item:last-child {
  margin-right: 0;
}
.custom-item:hover .arrow {
  background-color: #007aff;
}
.custom-item:hover .arrow path {
  fill: #fff;
}
.custom-item:hover .name {
  color: #007aff;
}
.custom-item span {
  display: block;
}
.custom-item .top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.custom-item .tags-link {
  border: 1px solid #c8c7cc;
  border-radius: 13px;
  color: gray;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 12px;
}
.custom-item .arrow {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 100%;
}
.custom-item .name {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 8px;
}
.custom-item .txt {
  color: #525252;
  font-size: 14px;
  line-height: 120%;
}

/* Scss Document */
@media (max-width: 1230px) {
  .wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  .custom-list {
    margin-right: -15px;
  }
}
@media (max-width: 992px) {
  .mobile-panel {
    display: block;
  }
}
@media (max-width: 550px) {
  .menu-li a {
    font-size: 12px;
  }
}


.employees .employees__list:last-child {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 70px;
}

.employees__link {
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: 48% 48%;
  gap: 2% 15px;
  background-color: #f4f4f5;
  border: 1px solid #f4f4f5;
  border-radius: 16px;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  text-decoration: none;
}
.employees__category {
  background-color: #f4f4f5;
  border: 1px solid #f4f4f5;
  border-radius: 16px;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  text-decoration: none;
}
.employees__item-back {
  margin-bottom: 20px;
}
.employees__avatar {
  grid-column: 1/2;
  grid-row: 1/3;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  align-self: center;object-fit: cover;
}
.employees__fullname {
  grid-column: 2/3;
  grid-row: 1/2;
}
.employees__caption {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 12px;
}
.employees__hide {
  display: none;
}