@import 'https://bakucarpetfest.az/2025_old_files/_assets/fonts/stylesheet.css';
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-family: "you2013bold";
}

p {
  font-family: "Open Sans" !important;
}

.popup b {
  display: block;
  margin-bottom: 20px;
}

html, body {
  background: url("../images/bgmain.svg") no-repeat top center #eeeeee;
  background-size: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.page {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-size: 100%;
  height: 100dvh;
  width: 100%;
  position: relative;
  max-width: 400px;
  margin: auto;
}

.logos {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-102px);
          transform: translateY(-102px);
}
.logos img.logo_h {
  width: 250px;
}
.logos img.logo {
  width: 250px;
}
.logos img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  margin: auto;
}

.userinfo {
  display: none;
  padding: 20px;
  background: #eaeaea;
  border-radius: 10px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.page {
  position: relative;
}

.flylang {
  position: absolute;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 140px;
  gap: 5px;
}
.flylang a {
  border: 1px solid #ccc;
  padding: 10px;
  color: black;
  text-decoration: none;
}
.flylang a.selected {
  background: rgba(9, 83, 120, 0.1254901961);
}
.flylang a:nth-child(1) {
  border-top-left-radius: 10px;
}
.flylang a:nth-child(2) {
  border-bottom-left-radius: 10px;
}

.shadow {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background: #000;
  position: absolute;
  right: 15px;
  bottom: 90px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  z-index: 90;
  opacity: 0.4;
}

.infoei .logoin > div {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.infoei a {
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  text-decoration: none;
  color: #095378;
  text-align: center !important;
  display: block;
}
.infoei .inf {
  padding: 30px;
}
.infoei img {
  width: 100%;
}

.day {
  z-index: 1000;
  top: 0 !important;
}

.stick {
  position: sticky;
  top: 30px;
}

.fa {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.fa a {
  font-size: 120%;
  text-decoration: none;
  color: #095378;
  padding: 20px;
  border: 1px solid #ccc;
}

.acc .alone {
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.acc .alone.op {
  opacity: 0.5;
}
.acc {
  padding: 30px;
}
.acc .header2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 120%;
  font-weight: bold;
}
.acc .txt {
  display: none;
}
.acc img {
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  border-radius: 200px;
  margin-bottom: 20px;
}

.time {
  background: #8fb3d5;
  padding: 14px;
  top: 0;
  display: block;
  text-align: center;
  font-size: 130%;
  margin-bottom: 10px;
  height: 57px;
}
.time:before {
  content: "";
  width: 40px;
  position: absolute;
  height: 40px;
  left: 0;
  top: 57px;
  background: url("../images/corner_left.svg");
  background-size: 100%;
}
.time:after {
  content: "";
  width: 40px;
  position: absolute;
  height: 40px;
  right: 0;
  top: 57px;
  background: url("../images/corner_right.svg");
  background-size: 100%;
}

.ttm {
  padding: 20px;
}

.item {
  margin-bottom: 15px;
  padding: 10px;
}

.h {
  font-weight: bold;
  font-size: 160%;
  font-weight: lighter;
}

.item b {
  color: #095378;
}

.listttbreack {
  height: 300px;
  background: url("/_assets/images/coffee.jpg") no-repeat center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 300%;
  font-weight: lighter;
  color: white;
}

.calicon {
  position: absolute;
  right: 20px;
  bottom: 100px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  z-index: 100;
}
.calicon img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 10px 10px 87px -33px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 87px -33px rgba(0, 0, 0, 0.75);
  display: block;
}

.da {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

nav {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  height: 0;
  pointer-events: none;
  overflow: hidden;
}
nav .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: #eeeeee;
  border-radius: 30px;
  overflow: hidden;
}
nav .grid > div {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  min-height: 53px;
  background: #095378;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .grid > div a {
  width: 130px;
}
nav .grid > div a span {
  text-align: left !important;
}
nav .grid > div a {
  font-size: 70%;
  color: white;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px 10px 1fr;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .grid > div a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.copyright {
  position: absolute;
  bottom: 30px;
  width: 100%;
  color: gray;
  text-align: center;
  font-size: 80%;
}

.start_gr a .arrow {
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  -webkit-transform: rotateZ(-45deg) scale(0.7) translateY(2px) translateX(1px);
          transform: rotateZ(-45deg) scale(0.7) translateY(2px) translateX(1px);
}
.start_gr a {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #095378;
  border-radius: 100px;
  display: none;
  text-decoration: none;
  color: white;
  margin-left: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.start1 .start_gr a, .start2 .start_gr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.openbutton {
  position: absolute;
  bottom: 30px;
  width: 100%;
  mix-blend-mode: multiply;
  max-width: 250px;
  text-align: center;
  left: 50%;
  margin-left: -125px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 68px;
}
.openbutton .start_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.openbutton .start_gr button {
  cursor: pointer;
  background: #095378;
  padding: 15px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 100px;
  border: none;
  color: white;
  font-size: 100%;
  font-weight: lighter;
}

.sponsors {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3px 1fr 3px 1fr 3px 1fr 3px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  padding: 20px 0;
}
.sponsors img {
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.start1 .start_1 {
  display: block;
}
.start1 .start_2 {
  display: none;
}
.start1 .sponsorsmessage {
  height: 50px !important;
  opacity: 1;
}
.start1 .sponsors {
  height: 60px !important;
  opacity: 1;
}
.start1 .openbutton {
  bottom: 250px;
  margin-left: -175px;
  max-width: 350px;
  height: 200px;
}
.start1 .openbutton nav {
  opacity: 1;
  height: 250px;
  pointer-events: all;
  overflow: hidden;
}
.start1 .openbutton button {
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.start1 .copyright {
  opacity: 0;
}
.start1 .logos {
  -webkit-transform: translateY(100px) !important;
          transform: translateY(100px) !important;
  padding-top: 20px;
  top: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.start1 .logos img {
  margin: 5px auto 20px auto !important;
  width: 200px !important;
}
.start1 .da {
  top: 22%;
}

.start2 .start_2 {
  display: block;
}
.start2 .start_1 {
  display: none;
}
.start2 .sponsorsmessage {
  height: 50px !important;
  opacity: 1;
}
.start2 .sponsors {
  height: 60px !important;
  opacity: 1;
}
.start2 .openbutton {
  bottom: 250px;
  margin-left: -175px;
  max-width: 350px;
  height: 200px;
}
.start2 .openbutton nav {
  opacity: 1;
  height: 270px;
  pointer-events: all;
  overflow: hidden;
}
.start2 .openbutton button {
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.start2 .copyright {
  opacity: 0;
}
.start2 .logos {
  -webkit-transform: translateY(100px) !important;
          transform: translateY(100px) !important;
  padding-top: 20px;
  top: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.start2 .logos img {
  margin: 5px auto 20px auto !important;
  width: 200px !important;
}
.start2 .da {
  top: 22%;
}

.agenda img {
  padding: 20px;
  width: 100%;
}

.agendatext {
  padding: 20px;
}
.agendatext h3 {
  padding: 0;
  margin: 0;
  color: #095378;
}
.agendatext p {
  margin-bottom: 20px;
}
.agendatext p b {
  color: #095378;
  font-size: 140%;
  display: block;
}

.showpopup .whitebody {
  opacity: 0.8;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.showpopup .close {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.showpopup .popup {
  opacity: 1;
  height: calc(90dvh - 0px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
}

.close {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  pointer-events: none;
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
  position: absolute;
  top: calc(10dvh - 20px);
  right: 10px;
  width: 50px;
  z-index: 1000;
  height: 50px;
  background: red;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 10px;
}
.close div {
  -webkit-transform: rotateZ(90deg) translateX(4px);
          transform: rotateZ(90deg) translateX(4px);
}
.close div:nth-child(2) {
  -webkit-transform: rotateZ(0deg) translateY(-3px);
          transform: rotateZ(0deg) translateY(-3px);
}
.close div {
  width: 20px;
  height: 2px;
  background: #fff;
}

.popup {
  overflow: auto !important;
}
.popup img {
  width: 100%;
  border-radius: 10px;
}
.popup {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.popup b,
.popup strong {
  color: #095378;
  font-size: 130%;
}
.popup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  pointer-events: none;
  position: absolute;
  left: 0px;
  z-index: 999;
  width: 100%;
  padding: 20px;
  font-size: 120%;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px -5px 40px -3px rgba(34, 60, 80, 0.8);
          box-shadow: 0px -5px 40px -3px rgba(34, 60, 80, 0.8);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  height: calc(0dvh - 100px);
  bottom: 0;
}

.hascontent {
  font-weight: bold !important;
  cursor: pointer;
}

.lightnum:before {
  background: red;
  width: 30px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.hightliht {
  border: 2px solid #000 !important;
}

.lightnum {
  position: relative;
}

.map {
  margin-bottom: 90px;
}

@-webkit-keyframes lightt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lightt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#map .lightnum path {
  stroke: none;
}
#map circle {
  -webkit-animation: lightt 1s linear infinite;
          animation: lightt 1s linear infinite;
}

.header {
  position: absolute;
  z-index: 100;
  bottom: 60px;
  color: black;
  text-decoration: none;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 3px 1fr;
  grid-template-columns: 30px 1fr;
  gap: 3px;
  font-size: 80%;
}
.header .arrow {
  width: 20px;
  height: 20px;
  border-top: 4px solid #444;
  border-left: 4px solid #444;
  -webkit-transform: rotateZ(-45deg) scale(0.7) translateY(-4px);
          transform: rotateZ(-45deg) scale(0.7) translateY(-4px);
}

.st0,
.st1,
.st2,
.st3,
.st4,
.st5,
.st6,
.st7,
.st8,
.st9 {
  fill-rule: evenodd;
}

.st0,
.st10,
.st11 {
  fill: #fff;
}

.st1 {
  fill: #5b63ac;
}

.st2 {
  fill: #01496f;
}

.st12,
.st13,
.st8 {
  fill: #000001;
}

.st12,
.st11 {
  font-family: ArialMT, Arial;
  font-size: 9.3px;
}

.st3 {
  fill: #ca4a28;
}

.st4 {
  fill: #e8b6d4;
}

.st5 {
  fill: #b83b95;
}

.st6 {
  fill: #eacb50;
}

.st7 {
  fill: #6ac8ca;
}

.st14 {
  fill: none;
  stroke: #231f1f;
  stroke-miterlimit: 2.6;
  stroke-width: 0.2px;
}

.st15 {
  fill: #231f1f;
}

.st9 {
  fill: #00ab4c;
}

.map {
  background: url("../images/map-1.jpg") no-repeat center;
  background-size: 100%;
}

.light {
  background: linear-gradient(50deg, rgba(34, 140, 45, 0.2) 0%, rgba(44, 91, 184, 0.2) 100%);
  border-left: 10px solid rgba(34, 140, 45, 0.2) !important;
  background-size: 340% 340%;
  -webkit-animation: gradient-animation 2s ease infinite;
          animation: gradient-animation 2s ease infinite;
}

@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.listitem {
  position: relative;
}
.listitem .status span {
  font-size: 120%;
  margin-left: 10px;
  position: absolute;
  border: 1px solid #000;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: 3px;
  font-size: 80%;
  -webkit-transform: scale(1.43);
          transform: scale(1.43);
}
.listitem .status {
  position: absolute;
  right: 0px;
  top: -14px;
  font-size: 70%;
  color: white;
  border-radius: 20px;
  padding: 5px 30px 5px 15px;
}
.listitem {
  padding: 20px;
  border: 1px solid #ccc;
  margin: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 120%;
}
.listitem .event_time {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 70%;
}

.sp_p {
  text-align: center;
}
.sp_p .list {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp_p .list a {
  display: block !important;
}

.callblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.callblock a span {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
}
.callblock b {
  color: #095378;
  font-size: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  border: 1px solid #095378;
  border-radius: 100px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.users span {
  font-family: "Open Sans" !important;
  font-size: 90%;
  font-weight: bold;
}
.users {
  margin-bottom: 36px;
}

.bigNum {
  font-size: 120%;
}

.inside .pr_event_time {
  position: absolute;
  background: #095378;
  top: 0;
  font-size: 70%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  left: 0;
  border-radius: 100px;
  margin-top: -10px;
  padding: 2px 10px;
}
.inside {
  overflow: hidden;
}
.inside .logos {
  display: none;
}
.inside .whitebody {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.inside .whitebody .list {
  margin: auto;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.inside .whitebody .list a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.inside .whitebody .list a .c {
  font-size: 70%;
}
.inside .whitebody .list a {
  color: black;
  text-decoration: none;
  font-size: 140%;
  margin-bottom: 40px;
}
.inside .whitebody .list a span {
  display: block;
}
.inside .whitebody .list img {
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 200px;
  margin-bottom: 20px;
}
.inside .whitebody .listei {
  margin: auto;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.inside .whitebody .listei a {
  border: 1px solid #ccc;
  margin: 4px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  color: black;
  padding: 10px 0;
  text-decoration: none;
}
.inside .whitebody .listei img {
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 200px;
}
.inside .whitebody {
  position: relative;
  background: url("../images/gr.svg") no-repeat bottom center;
  background-size: 100%;
  height: calc(100vh - 90px);
}
.inside .whitebody .textblock h4 {
  color: #095378;
  font-size: 130%;
}
.inside .whitebody .textblock .grid3m > div {
  background: #eaeaea;
  margin-bottom: 5px;
  padding: 15px;
}
.inside .whitebody .textblock .grid3m > div b {
  font-size: 150%;
}
.inside .whitebody .textblock .grid3 > a {
  padding: 10px 0;
  background: #eaeaea;
}
.inside .whitebody .textblock .grid3 {
  gap: 5px;
  margin: 30px 0 10px 0;
  display: -ms-grid;
  display: grid;
}
.inside .whitebody .textblock .grid3 span {
  display: block;
  text-align: center;
  font-size: 200%;
}
.inside .whitebody .textblock .grid3 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.inside .whitebody .textblock .grid3 span.t {
  font-size: 70%;
  text-align: center;
  width: 100%;
}
.inside .whitebody .textblock {
  line-height: 1.7;
  padding: 20px;
}
.inside .whitebody .textblock a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.inside .whitebody .content {
  height: calc(100% - 110px);
  overflow: auto !important;
}
.inside .whitebody .ico {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.inside .whitebody .ico img {
  width: 40px;
  height: 40px;
}
.inside .whitebody .pagebody {
  padding: 20px;
}
.inside .whitebody .profile img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin: auto;
  display: block;
}
.inside .whitebody .profile h4.username {
  font-size: 140%;
  font-weight: lighter;
  text-align: center;
}
.inside .whitebody .profile h4.username span {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid red;
}
.inside .whitebody .profile h5 {
  font-size: 100%;
  text-align: center;
}
.inside .whitebody .profile .info {
  padding: 10px 30px;
}
.inside .whitebody .subheader {
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
  padding: 0px 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-size: 120%;
  font-weight: bold;
}
.inside .whitebody .subheader .hours {
  color: #095378;
}