@charset "UTF-8";
.btn-transparent:hover .right-img {
  filter: none;
}

.home-first-section .header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  left: 0;
  background: transparent;
}

.home-first-section {
  min-height: 909px;
  background-color: #0A0A0A;
  position: relative;
  display: flex;
  align-items: center;
}

.right-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
}

.home-first-section--book-now-hovered .right-img img {
  filter: grayscale(0);
}

.right-img img {
  filter: grayscale(1);
  max-height: 100%;
  transition: 0.2s linear;
}

.right-img.hover img {
  filter: none !important;
}

.text-block button {
  margin-top: 47px;
}

.text-block h1 {
  font-size: 72px;
  color: #fff;
  font-family: "Proxima Nova Light";
  line-height: 88px;
  margin-top: 20px;
}

.text-block .mr {
  margin-right: 17px;
}

@media screen and (max-width: 1366px) {
  .home-first-section {
    min-height: 660px;
  }

  .text-block h1 {
    line-height: 70px;
    font-size: 55px;
  }
}
@media screen and (max-width: 992px) {
  .text-block h1 {
    line-height: 52px;
    font-size: 42px;
  }

  .home-first-section {
    min-height: 530px;
  }
}
@media screen and (max-width: 768px) {
  .home-first-section {
    min-height: 440px;
  }

  .text-block h1 {
    line-height: 41px;
    font-size: 34px;
  }

  .text-block button {
    margin-top: 22px;
  }
}
@media screen and (max-width: 576px) {
  .home-first-section {
    min-height: 358px;
    align-items: flex-end;
    padding-bottom: 50px;
  }

  .text-block h1 {
    line-height: 37px;
    font-size: 30px;
  }

  .text-block button {
    margin-top: 16px;
  }
}
.home-fo-section {
  padding: 180px 0;
}

.home-fo-section h3 {
  font-size: 48px;
  line-height: 58px;
  color: #151515;
  margin-bottom: 20px;
}

.home-fo-section p {
  font-size: 20px;
  line-height: 29px;
  color: #7A7A7A;
}

.home-fo-section .social {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.home-fo-section .item-soc {
  padding: 38px;
  transition: 0.2s;
  border-radius: 100%;
  border: 1px solid #E0E0E0;
  display: flex;
  height: 90px;
  width: 90px;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
}

.home-fo-section .item-soc:hover {
  background: #000;
}

.home-fo-section .item-soc:hover img {
  filter: invert(1);
}

.home-fo-section .item-soc img {
  transition: 0.2s;
  height: 15px;
}

@media screen and (max-width: 992px) {
  .home-fo-section {
    padding: 75px 0;
  }

  .home-fo-section h3 {
    font-size: 46px;
  }

  .home-fo-section p {
    font-size: 16px;
    line-height: 26px;
  }

  .home-fo-section .social {
    margin-top: 30px;
  }

  .home-fo-section .item-soc {
    height: 60px;
    width: 60px;
    padding: 29px;
  }
}
@media screen and (max-width: 576px) {
  .home-fo-section {
    padding: 40px 0;
  }

  .home-fo-section h3 {
    font-size: 30px;
  }

  .home-fo-section p {
    font-size: 14px;
  }

  .home-fo-section h3 {
    line-height: 28px;
  }

  .home-fo-section p {
    line-height: 20px;
  }

  .home-fo-section .social {
    margin-top: 10px;
  }

  .home-fo-section .item-soc {
    height: 50px;
    width: 50px;
    padding: 24px;
  }
}
.home-second-section {
  padding: 176px 0;
  background: #fff;
  padding-bottom: 232px;
}

.home-second-section h2 {
  font-size: 48px;
  font-family: "Proxima Nova Regular";
  color: #151515;
  line-height: 58px;
}

.home-second-section .item h5 {
  font-size: 24px;
  color: #151515;
  line-height: 29px;
}

.home-second-section .item span {
  color: #7A7A7A;
  height: 145.3%;
  font-size: 16px;
}

.home-second-section .items-wrapper {
  margin-top: 85px;
}

@media screen and (max-width: 992px) {
  .home-second-section {
    padding: 65px 0;
  }

  .home-second-section h2 {
    font-size: 34px;
  }

  .home-second-section .item {
    margin-bottom: 30px;
  }

  .md-jc-center {
    justify-content: center !important;
  }

  .home-second-section .item h5 {
    margin-bottom: 0;
  }

  .home-second-section .item h5 {
    font-size: 20px;
  }

  .home-second-section .item span {
    font-size: 14px;
  }

  .home-second-section .items-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .items-wrapper > .d-flex {
    justify-content: flex-start !important;
  }

  .home-second-section .item span br {
    display: none;
  }

  .home-second-section {
    padding: 40px 0;
  }

  .home-second-section h2 {
    font-size: 26px;
  }

  .home-second-section .items-wrapper {
    margin-top: 10px;
  }

  .home-second-section h2 {
    line-height: 32px;
  }

  .home-second-section .item::last-child {
    margin-bottom: 5px !important;
  }

  .home-second-section .item {
    margin-bottom: 20px;
  }
}
.btn-transparent.active {
  margin-top: 8px;
}
@media (min-width: 375px) {
  .btn-transparent.active {
    margin-top: 0;
    margin-left: 20px;
  }
}

.video {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 126%;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}

.video source {
  width: 100%;
}

.home-three-section .container {
  position: relative;
  z-index: 999999;
}

.home-three-section:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}

.home-three-section {
  overflow: hidden;
  padding: 235px 0;
  background-image: url(/img/home/three-section-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-bottom: 243px;
}

.home-three-section h2 {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 78px;
  color: #fff;
}

.home-three-section p {
  font-size: 20px;
  color: #fff;
  line-height: 156.3%;
  margin-bottom: 111px;
}

@media screen and (max-width: 992px) {
  .home-three-section {
    padding: 75px 0;
  }

  .home-three-section h2 {
    font-size: 46px;
  }

  .home-three-section p {
    font-size: 16px;
    margin-bottom: 48px;
  }

  .home-three-section h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .home-three-section {
    padding: 40px 0;
  }

  .home-three-section h2 {
    font-size: 26px;
  }

  .home-three-section p {
    font-size: 14px;
  }

  .home-three-section p {
    margin-bottom: 28px;
  }

  .home-three-section h2 {
    line-height: 42px;
  }
}
header {
  padding: 27px 0;
  background: #000;
}

.logo {
  text-decoration: none;
}
.logo:hover {
  text-decoration: none;
}

.logo > span {
  display: block;
}

.big-logo {
  font-size: 30px;
  line-height: 37px;
  color: #fff;
  text-transform: uppercase;
}

.small-logo {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
  line-height: 15px;
  font-family: "Proxima Nova SemiBold";
}

nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

nav ul li {
  display: block;
}

nav {
  padding-left: 8px;
}

nav ul li a {
  display: flex;
  margin-right: 62.5px;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova SemiBold";
  line-height: 17px;
}

nav ul li a img {
  margin-right: 14px;
}

.default {
  background: #000;
}

.transparent {
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  header {
    padding: 18px 0;
  }
}
.header-nav-link {
  opacity: 0.8;
  transition: 0.3s;
}
.header-nav-link:hover {
  opacity: 1;
  color: #ffffff;
  text-decoration: none;
}

.g-mobile-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 560px) {
  .g-mobile-nav {
    display: none;
  }
}

.g-sigin-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 560px) {
  .g-sigin-mobile {
    display: none;
  }
}

.g-header-nav-link-mobile {
  display: flex;
  align-items: center;
}

.g-mobile-nav-link {
  height: 100%;
  display: flex;
  align-items: center;
}

.g-header-nav-link:hover {
  text-decoration: none;
  color: #ffffff;
}

.g-logo-link-header:hover {
  text-decoration: none;
  color: #ffffff;
}

footer {
  padding: 82px 0;
  padding-bottom: 45px;
  background: #0A0A0A;
}

footer .social {
  justify-content: flex-end;
  gap: 12px;
  display: flex;
  width: 100%;
}
@media (min-width: 560px) {
  footer .social {
    width: auto;
    justify-content: center;
  }
}

footer .social .item-soc {
  height: 53px;
  width: 53px;
  border: 1px solid rgba(224, 224, 224, 0.12);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
  transition: 0.2s;
}
@media (min-width: 560px) {
  footer .social .item-soc {
    margin: 0 7px;
  }
}

footer .social .item-soc img {
  transition: 0.2s;
  filter: invert(1);
}

footer .social .item-soc img {
  height: 15px;
}

footer .footer-nav {
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 768px) {
  footer .footer-nav {
    flex-direction: row;
    gap: 0;
  }
}

footer .footer-nav a {
  color: #fff;
  font-size: 16px;
  font-family: "Proxima Nova SemiBold";
  line-height: 19px;
  margin-right: 60px;
  display: block;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}
footer .footer-nav a:hover {
  opacity: 1;
}

footer .social .item-soc:last-child {
  margin-right: 0;
}

footer .social .item-soc:hover {
  background: #fff;
}

footer .social .item-soc:hover img {
  filter: none;
}

footer .copyright {
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  line-height: 15px;
  margin-top: 50px;
  display: block;
}

@media screen and (max-width: 992px) {
  footer .footer-nav a {
    margin-right: 28px;
  }

  footer {
    padding: 50px 0;
  }

  footer .social-wrapper {
    justify-content: center !important;
  }

  .footer-nav {
    justify-content: center;
    margin-bottom: 20px;
  }

  footer .footer-nav a {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .sm-jc-center {
    justify-content: center !important;
  }

  footer .footer-nav {
    justify-content: center;
    margin-bottom: 37px;
  }

  footer .footer-nav a:last-child {
    margin-right: 0;
  }

  footer .copyright {
    text-align: center;
    margin-top: 37px;
  }

  footer .social-wrapper {
    justify-content: center !important;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-nav a {
    margin: 0 11px;
    margin-right: 4px;
  }

  footer .footer-nav a:last-child {
    margin-right: 0;
  }

  footer {
    padding: 36px 0;
  }
}
.contact-first-section {
  padding-top: 160px;
  padding-bottom: 250px;
}

.contact-first-section h2 {
  font-size: 30px;
  color: #151515;
  line-height: 54px;
}

.contact-first-section span {
  font-size: 20px;
  line-height: 24px;
  color: #7A7A7A;
  margin-top: 15px;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

.contact-first-section .form input {
  border: none;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 40px;
  padding: 20px 0;
  line-height: 24px;
  font-size: 20px;
  color: #151515;
  padding-left: 0;
}

.contact-first-section .btn-black {
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  .contact-first-section {
    padding-top: 64px;
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 768px) {
  .contact-first-section h2 {
    font-size: 40px;
    color: #151515;
    line-height: 45px;
  }
}
@media screen and (max-width: 576px) {
  .contact-first-section .form input {
    font-size: 16px;
    padding: 12px 0;
  }

  .contact-first-section h2 {
    font-size: 32px;
    color: #151515;
    line-height: 35px;
  }

  .contact-first-section .btn-black {
    margin-top: 20px;
  }
}
.blog-page a:hover {
  text-decoration: none;
}

.pagination {
  width: 100%;
  margin-top: 90px;
  display: flex;
  justify-content: center;
  margin-bottom: 210px;
}

.pagination a {
  border-radius: 100%;
  justify-content: center;
  display: flex;
  height: 50px;
  width: 50px;
  transition: 0.2s;
  margin: 0 15px;
  align-items: center;
}

.pagination a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #7A7A7A;
  transition: 0.2s;
}

.pagination a.active {
  color: #fff;
}

.pagination a:hover {
  background: #151515;
  color: #fff !important;
}

.pagination a:hover {
  color: #fff;
}

.pagination a.active {
  color: #fff !important;
  background: #151515;
}

.prev {
  margin-right: 40px !important;
}

.next {
  margin-left: 40px !important;
}

.blog-page .active-blog {
  background: #F9F9F9;
  padding: 115px 0;
}

.next img {
  transform: rotate(180deg);
}

.blog-page .blog-desc h1 {
  font-size: 48px;
  line-height: 58px;
  color: #151515;
  margin-bottom: 30px;
}

.blog-page .blog-desc p {
  font-size: 16px;
  line-height: 22px;
  color: #151515;
}

.active-blog .author {
  margin-top: 56px;
}

.author {
  display: flex;
  align-items: center;
}

.author img {
  margin-right: 18px;
}

.author span {
  color: #7A7A7A;
  font-size: 16px;
  line-height: 22px;
}

.item-blog {
  text-decoration: none;
  display: block;
  margin-bottom: 80px;
}

.item-blog .img {
  width: 100%;
  overflow: hidden;
  max-height: 270px;
}

.item-blog:hover {
  text-decoration: none;
}

.item-blog .img img {
  min-height: 100%;
  max-height: 100%;
  width: 100%;
}

.item-blog h3 {
  font-size: 32px;
  color: #151515;
  line-height: 39px;
  margin-top: 30px;
  margin-bottom: 44px;
}

.section-blog-list {
  padding: 102px 0;
  padding-bottom: 170px;
}

.main-img {
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .blog-page .blog-desc h1 {
    font-size: 39px;
    line-height: 42px;
    color: #151515;
    margin-bottom: 24px;
  }

  .active-blog .author {
    margin-top: 28px;
  }
}
@media screen and (max-width: 800px) {
  .blog-page .blog-desc h1 {
    font-size: 27px;
    line-height: 29px;
    color: #151515;
    margin-bottom: 15px;
  }

  .blog-page .blog-desc p {
    font-size: 14px;
    line-height: 20px;
    color: #151515;
  }

  .active-blog .author {
    margin-top: 20px;
  }

  .item-blog h3 {
    font-size: 22px;
    color: #151515;
    line-height: 25px;
    margin-top: 22px;
    margin-bottom: 21px;
  }

  .email-form h3 {
    font-size: 36px;
  }

  .blog-page .active-blog {
    padding: 56px 0;
  }
}
@media screen and (max-width: 600px) {
  .blog-desc {
    margin-top: 20px;
  }

  .blog-page .blog-desc h1 br {
    display: none;
  }

  .item-blog {
    margin-bottom: 55px;
  }

  .pagination a {
    margin: 0 !important;
  }

  .email-form h3 {
    font-size: 28px;
    margin-bottom: 0;
  }

  .email-form .form input {
    width: 195px;
  }

  .email-form .form input {
    font-size: 16px;
  }

  .form .btn-black {
    padding: 18px 28px;
  }

  .email-form h3 {
    line-height: 32px;
    text-align: center;
    margin-bottom: 5px;
  }

  .email-form span {
    margin-bottom: 35px;
  }

  .pagination {
    margin-bottom: 85px;
  }

  .section-blog-list {
    padding-bottom: 70px;
  }

  .pagination a {
    min-width: 50px;
  }
}
.content-post .share {
  display: flex;
  margin-top: 75px;
  margin-bottom: 137px;
}

.content-post .share .item-share {
  display: flex;
  text-decoration: none;
  align-items: center;
  margin-right: 34px;
}

.content-post .share .item-share:last-child {
  margin-right: 0;
}

.content-post .share .item-share span {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  font-family: "Proxima Nova SemiBold";
  color: #151515;
}

.content-post .share .item-share .img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-post .share .item-share .img img {
  margin-bottom: 0;
  max-width: 100%;
}

.content-post .share .facebook .img {
  border: 1px solid #2D609B;
}

.content-post .share .twitter .img {
  border: 1px solid #00C3F3;
}

.content-post .share .item-share .img {
  margin-right: 15px;
}

.content-post {
  padding: 72px 0;
}

.open-blog-page h1 {
  margin-bottom: 0;
  font-size: 48px;
  color: #151515;
  line-height: 58px;
}

.content-post .author {
  margin-bottom: 53px;
  margin-top: 34px;
}

.content-body img {
  margin-bottom: 60px;
  max-width: 100%;
}

.content-body span {
  color: #4D4D4D;
  font-size: 20px;
  margin-bottom: 64px;
}

.content-body h3 {
  margin-top: 64px;
  margin-bottom: 21px;
  font-size: 32px;
  line-height: 39px;
  color: #151515;
}

.content-body p {
  font-size: 16px;
  line-height: 160%;
  color: #4D4D4D;
}

.open-blog-page .comment h3 {
  ont-size: 32px;
  line-height: 39px;
  margin-bottom: 23px;
  color: #151515;
}

.open-blog-page .comment input {
  border: none;
  border-radius: 0;
  width: 100%;
  outline: none;
  padding: 20px 0px;
  border-bottom: 1px solid #EBEBEB;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
}

.open-blog-page .comment > .d-flex input {
  margin-right: 36px;
}

.open-blog-page .comment > .d-flex input:last-child {
  margin-right: 0;
}

.open-blog-page .comment .btn-black {
  margin-top: 69px;
}

.related-posts {
  margin-top: 150px;
}

.related-posts h3 {
  margin-bottom: 59px;
}

.latest {
  padding-left: 70px;
}

.latest h4 {
  font-size: 24px;
  line-height: 29px;
  color: #151515;
}

.latest ul {
  padding: 0;
  margin: 0;
  margin-top: 33px;
  margin-bottom: 90px;
}

.latest ul li {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid #EBEBEB;
}

.latest ul li a {
  font-size: 16px;
  line-height: 19px;
  text-transform: initial;
  color: #4D4D4D;
}

.latest ul li:first-child {
  border-top: 1px solid #EBEBEB;
}

@media screen and (max-width: 768px) {
  .latest {
    padding-left: 15px;
    margin-top: 35px;
  }

  .related-posts {
    margin-top: 10px;
  }

  .related-posts h3 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 576px) {
  .share {
    flex-wrap: wrap;
  }

  .content-post .share .item-share {
    margin-bottom: 12px;
  }

  .content-post .share {
    margin-top: 51px;
    margin-bottom: 42px;
  }

  .latest ul {
    margin-bottom: 55px;
  }

  .open-blog-page h1 {
    margin-bottom: 0;
    font-size: 33px;
    color: #151515;
    line-height: 38px;
  }

  .content-post {
    padding: 40px 0;
  }
}
.accordion-list {
  display: grid;
  gap: 16px;
}
@media (min-width: 1024px) {
  .accordion-list {
    grid-template-columns: 1fr;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/**
 * Accordion container element
 */
.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion > li {
  margin: 0;
}

/**
 * Add zero-width space. needed to ensure Safari + VO respect list semantics.
 * Set the before content to position absolute to negate any visible space
 * the before content could add to the document.
 */
.accordion > li:before {
  content: "\200B";
  position: absolute;
}

/**
 * Accordion Heading
 */
.accordion__heading {
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  box-sizing: border-box;
  font-size: inherit;
  margin: -1px 0 0;
  margin-bottom: 4px;
  background: #000;
  color: #fff;
}

.accordion__trigger {
  -webkit-appearance: none;
  background-color: #000;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}

.accordion__trigger:after {
  bottom: 0;
  content: "";
  background: url("/img/arrow-bottom.png");
  width: 16px;
  height: 12px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  right: 1em;
  top: 0;
  transition: transform 0.2s ease-in-out;
  transform-origin: center center;
  transform: rotate(0deg);
}

.accordion__trigger:hover:after,
.accordion__trigger:focus:after,
.accordion__trigger[aria-expanded=true]:after {
  border-top-color: #fff;
}

.accordion__trigger[aria-expanded=true]:after {
  transform: rotate(180deg);
}

/**
 * This is needed to allow a double tap iOS 11
 * Safari + VO to function correctly, if there
 * are multiple elements (wrapper spans) to layout
 * text nodes within the accordion button.

	-- This is not needed if a button only contains text
	   and no other child nodes wrapping the text --

.accordion__trigger > * {
	pointer-events: none;
}
 */
.accordion__trigger:hover,
.accordion__trigger:focus {
  outline: none;
}

.accordion__trigger[aria-disabled=true]:hover {
  cursor: not-allowed;
}

.accordion__panel {
  background-color: #fff;
  max-height: 0vh;
  overflow: hidden;
  padding: 0.001em 1.25em;
  position: relative;
  visibility: hidden;
  z-index: 1;
  font-size: 14px;
  border-left: 1px solid rgba(172, 172, 172, 0.8);
  border-right: 1px solid rgba(172, 172, 172, 0.8);
  border-bottom: 1px solid rgba(172, 172, 172, 0.8);
}
.accordion__panel p {
  margin: 0 !important;
}

.accordion__panel--transition {
  transition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}

.accordion__panel > :last-child {
  margin-bottom: 0;
}

.accordion__panel[aria-hidden=false] {
  max-height: 100vh;
  overflow: auto;
  padding: 16px;
  visibility: visible;
  margin-top: -4px;
  margin-bottom: 4px;
}

.accordion__trigger[aria-expanded=true] {
  border-top: 1px solid rgba(172, 172, 172, 0.8);
  border-left: 1px solid rgba(172, 172, 172, 0.8);
  border-right: 1px solid rgba(172, 172, 172, 0.8);
  border-bottom: none;
}

.accordion__trigger[aria-expanded=false] {
  border-top: 1px solid rgba(172, 172, 172, 0.8);
  border-left: 1px solid rgba(172, 172, 172, 0.8);
  border-right: 1px solid rgba(172, 172, 172, 0.8);
  border-bottom: 1px solid rgba(172, 172, 172, 0.8);
}

.btn-ask {
  text-decoration: none;
}

.comments {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.comment__top-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment__user-wrapper {
  display: flex;
  align-items: center;
}

.comment__user-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
}
.comment__user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment__user-text {
  display: grid;
  gap: 2px;
}

.comment__user-name {
  font-weight: 500;
  font-size: 14px;
}
.comment__user-name a {
  text-decoration: none;
  color: #000;
}

.comment__datetime {
  font-size: 12px;
  color: #828282;
}

.comment__children {
  padding-left: 32px;
  border-left: 2px solid #d9d9d9;
}

.comments {
  display: grid;
  gap: 40px;
}

.comments__list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments__list:empty {
  display: none;
}

.comment-writer {
  display: grid;
  gap: 20px;
  padding: 24px;
  padding-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0px 20px 90px rgba(179, 179, 179, 0.25);
  border-radius: 12px;
}

.comment-writer__user-wrapper {
  display: flex;
  align-items: center;
}

.comment-writer__user-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
}
.comment-writer__user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-writer__user-control {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  border: none;
  cursor: pointer;
}

.comment-writer__user-name {
  font-weight: 500;
  font-size: 16px;
}

.comment-writer__user-control-arrow {
  margin-left: 4px;
  display: flex;
  align-items: center;
}

.comment-writer__sheet {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.comment-writer__field {
  display: grid;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  max-height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.comment-writer__field::after {
  content: attr(data-value);
  white-space: pre-wrap;
  z-index: -1;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  max-height: 200px;
  padding: 1px 20px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid transparent;
  overflow: auto;
  color: red;
  pointer-events: none;
  overflow-wrap: break-word;
}

.comment-writer__input {
  display: block;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  width: 100%;
  padding: 1px 20px;
  font-size: 18px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  resize: none;
  outline: none;
  scrollbar-width: thin;
  box-sizing: border-box;
}
.comment-writer__input::-webkit-scrollbar {
  width: 4px;
}
.comment-writer__input::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.01);
}
.comment-writer__input::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.05);
}

.comment-writer__submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  outline: none;
}
.comment-writer__submit-btn:hover, .comment-writer__submit-btn:focus {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.comment-writer__submit-btn-icon {
  width: 16px;
  height: 16px;
  fill: #97005d;
}

.comment__tools-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.commnet__replay-btn {
  background: none;
  border: none;
  color: #000000;
}

.service-wrapper {
  width: 1366px;
  margin: auto;
  padding-top: 70px;
}
@media (min-width: 1366px) {
  .service-wrapper {
    padding-top: 140px;
  }
}

.service-header {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 58px;
  color: #151515;
  margin-bottom: 100px;
}

.service-content {
  padding: 0 15px;
}
.service-content--flex {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-category {
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  padding: 24px 0px 24px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #151515;
}
.service-category--active {
  color: #ffffff;
  background-color: #151515;
}
.service-category--active .service-category__icon svg {
  fill: currentColor;
}

.service-category__title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-top: 4px;
  text-align: center;
}
@media (min-width: 768px) {
  .service-category__title {
    margin-top: 24px;
  }
}

.radio {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 38px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  justify-content: space-between;
  z-index: 0;
}
@media (min-width: 769px) {
  .radio {
    padding: 38px;
  }
}

.radio__input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}

.radio__caption {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #151515;
  margin-right: 16px;
}
@media (min-width: 375px) {
  .radio__caption {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .radio__caption {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .radio__caption {
    font-size: 18px;
    line-height: 20px;
  }
}
.radio__caption::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.radio__input:checked ~ .radio__caption {
  color: #ffffff;
}
.radio__input:checked ~ .radio__caption::before {
  background-color: #151515;
}

.radio__indicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #151515;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .radio__indicator {
    width: 24px;
    height: 24px;
  }
}
.radio__indicator::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.radio__input:checked ~ .radio__indicator {
  border-color: #ffffff;
}
.radio__input:checked ~ .radio__indicator::before {
  background-color: #ffffff;
}

.form-control__input {
  display: flex;
  flex-direction: column;
}

.base-label {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #7a7a7a;
  cursor: pointer;
}

.input-base {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #151515;
  outline: none;
}
.input-base::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #151515;
}
.input-base:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #151515;
}
.input-base::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #151515;
}

select.input-base {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

select.input-base::-ms-expand {
  /* IE */
  display: none;
}

.base-select {
  border: none;
  color: #c4c4c4;
  outline: none;
  width: 100%;
}

.select {
  position: relative;
  padding-bottom: 24px;
}
.select::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M6 7.4c-.2 0-.4 0-.6-.2L.4 2A.8.8 0 01.4.8c.4-.3.9-.3 1.2 0L6 5.4 10.4.8c.3-.3.8-.3 1.2 0 .3.3.3.8 0 1.2l-5 5.2-.6.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.steps-pool__actions {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 70px;
}

.grid-pool-require {
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
@media (min-width: 768px) {
  .grid-pool-require {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media (min-width: 992px) {
  .grid-pool-require {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.grid-pool-require--label {
  display: grid;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
@media (min-width: 440px) {
  .grid-pool-require--label {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
@media (min-width: 1024px) {
  .grid-pool-require--label {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

.grid-pool-data-and-address {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .grid-pool-data-and-address {
    gap: 64px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-pool-price {
  display: grid;
  gap: 32px;
}

.grid-pool-price__row {
  display: grid;
  gap: inherit;
}

@media (min-width: 768px) {
  .grid-pool-price__row:nth-child(1) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-pool-price__row:nth-child(2) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.prev-service-btn {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  background: none;
  outline: none;
  display: flex;
  align-items: center;
  color: #7A7A7A;
  padding: 19px 43px;
}

.prev-service-icon {
  display: block;
  margin-right: 10px;
}

.next-service-btn {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  background: #151515;
  outline: none;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 19px 43px;
  cursor: pointer;
}

.next-service-icon {
  display: block;
  margin-left: 10px;
  cursor: pointer;
}

.container-service {
  max-width: 1170px;
  margin: auto;
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.steps-pool__header h1 {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .steps-pool__header h1 {
    margin-bottom: 85px;
  }
}

.w-750 {
  max-width: 750px;
  margin: auto;
}

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

.text-service-description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  max-width: 419px;
  display: block;
  margin: auto;
}

.service-title {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #151515;
}

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

.main-layout__inner {
  display: grid;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .main-layout__inner {
    grid-template-columns: 240px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.sideber-filter {
  display: grid;
  row-gap: 12px;
}

.filter-control {
  display: grid;
}

.service-cards {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
@media (min-width: 992px) {
  .service-cards {
    grid-template-columns: initial;
  }
}

.service-card {
  display: grid;
}
@media (min-width: 992px) {
  .service-card {
    grid-template-columns: 208px 1fr;
  }
}

.service-card__primary {
  display: grid;
  row-gap: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .service-card__primary {
    grid-template-columns: 1fr 228px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    order: 1;
    padding-left: 30px;
    padding-bottom: 0;
  }
}

.service-card__title {
  margin: 0;
}

.service-card__content {
  display: flex;
  flex-direction: column;
}

.service-card__meta {
  margin-top: auto;
}

.service-card__meta-list {
  display: none;
}
@media (min-width: 992px) {
  .service-card__meta-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

.service-card__meta-link {
  display: inline-grid;
  grid-template-columns: 28px 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #151515;
  height: 100%;
}
.service-card__meta-link:hover {
  color: #151515;
  text-decoration: none;
}

.service-card__meta-icon {
  width: 100%;
}

.service-card__photo-holder {
  aspect-ratio: 230/272;
  position: relative;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 991px) {
  .service-card__photo-holder {
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}

.list-specialist-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .list-specialist-description {
    display: block;
  }
}

.service-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.service-card__secondary {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .service-card__secondary {
    padding-right: 60px;
  }
}

.price {
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
  color: #151515;
}

.service-card__price-holder {
  display: grid;
}

.service-card__price-note {
  margin-top: 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #7A7A7A;
}

.service-card__actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .service-card__actions {
    flex-direction: column;
  }
}

.book-btn {
  background: #151515;
  border: 1px solid #151515;
  color: #ffffff;
  padding: 18px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.book-btn:hover {
  color: #151515;
  background: #fff;
}

.btn-profile {
  background: #ffffff;
  border: 1px solid #151515;
  color: #151515;
  padding: 18px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.btn-profile:hover {
  text-decoration: none;
  background: #151515;
  color: #fff;
  border-radius: 0;
}

.link-title-specialist {
  font-weight: normal;
  font-size: 28px;
  line-height: 39px;
  color: #151515;
}
.link-title-specialist:hover {
  color: #151515;
  text-decoration: none;
}

.img-more-card {
  padding: 22px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #151515;
  border: 1px solid #151515;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.img-more-card svg {
  display: block;
  margin-right: 12px;
}
.img-more-card span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.black {
  color: #151515;
}

@media (max-width: 992px) {
  .sidebar__module img {
    width: 60%;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
}

.price-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .price-header {
    display: block;
    margin-top: 0;
  }
}

.container-card-specialist {
  padding-top: 48px;
}

.photo-gallery {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .photo-gallery {
    margin-top: 60px;
  }
}

.photo-gallery__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .photo-gallery__list {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  }
}
@media (min-width: 992px) {
  .photo-gallery__list {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }
}

.photo-gallery__link {
  display: block;
}

.photo-gallery__image {
  display: block;
  width: 100%;
  max-width: 325px;
  max-height: 219px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .header-card {
    flex-direction: row;
  }
}

.title-card {
  font-size: 32px;
  line-height: 39px;
  color: #151515;
  margin-top: 0;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .title-card {
    margin-bottom: 24px;
  }
}

.container-max {
  max-width: 1320px;
}

.title-gallery {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #151515;
  margin-bottom: 25px;
}

.city-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .city-item {
    margin-top: 40px;
  }
}

.city-icon {
  margin-right: 17px;
}
.city-icon svg {
  display: block;
}

.city-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #151515;
}

.checkout-btn {
  margin-top: 0;
}
@media (min-width: 992px) {
  .checkout-btn {
    margin-top: 30px;
  }
}

.raiting-card {
  margin-bottom: 60px;
}

.description-card {
  max-width: 375px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7A7A7A;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .description-card {
    margin-top: 60px;
  }
}

.wrapper-review__card {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
  justify-content: space-between;
}

.section-reviews {
  margin-top: 50px;
}

.header-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review {
  max-width: 361px;
}

.name-user {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #151515;
  margin-bottom: 25px;
}

.raiting-review {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.raiting-spec-show {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7A7A7A;
  margin-left: 24px;
}

.text-raiting {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #7A7A7A;
  margin-bottom: 46px;
}

.dt-raiting {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #151515;
}

.g-wrapper-grid {
  display: grid;
  grid-auto-flow: row;
  gap: 40px;
  height: 100%;
  grid-template-rows: 140px 1fr;
}
@media (min-width: 769px) {
  .g-wrapper-grid {
    grid-auto-flow: column;
    grid-template-rows: none;
    grid-template-columns: minmax(300px, 390px) 1fr;
  }
}
@media (min-width: 1024px) {
  .g-wrapper-grid {
    grid-template-columns: minmax(300px, 370px) 1fr;
  }
}
@media (min-width: 1366px) {
  .g-wrapper-grid {
    grid-template-columns: minmax(400px, 550px) 1fr;
    gap: clamp(40px, 10vw, 80px);
  }
}
@media (min-width: 1600px) {
  .g-wrapper-grid {
    grid-template-columns: minmax(400px, 550px) 1fr;
    gap: clamp(40px, 10vw, 200px);
  }
}

@media (max-width: 550px) {
  .gap-0 {
    gap: 0 !important;
  }
}

.g-registration-block-info {
  background-color: #0A0A0A;
  background-image: url(/auth/img/image445.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 28px;
  padding-left: 28px;
  padding-bottom: 28px;
  box-sizing: border-box;
}

.g-header-registration {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-logo-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.g-logo-name {
  color: #fff;
  font-size: 30px;
  line-height: 37px;
}

.g-logo-slogan {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

.g-registration-block-info__content {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 769px) {
  .g-registration-block-info__content {
    margin-top: 0;
    height: calc(100vh - 113px);
    justify-content: center;
  }
}

.g-auth-page-description {
  display: none;
}
@media (min-width: 769px) {
  .g-auth-page-description {
    display: block;
    font-size: 72px;
    line-height: 88px;
    margin: 0;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-family: Proxima Nova Regular;
  }
}

.g-login-transition {
  display: none;
}
@media (min-width: 769px) {
  .g-login-transition {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
  }
}

.g-login-transition--bottom {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .g-login-transition--bottom {
    display: none;
  }
}

.g-login-transition__link {
  color: #fff;
}

.g-login-transition__link--bottom {
  color: #151515;
}

.g-title-registration {
  margin: 0;
  font-size: 26px;
  color: #151515;
  font-family: Proxima Nova Regular;
  font-weight: 500;
}
@media (min-width: 768px) {
  .g-title-registration {
    font-size: 30px;
  }
}

.g-subtitle-registration {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: Proxima Nova Regular;
  color: #7A7A7A;
  margin-top: 0px;
  margin-bottom: 0;
}

.g-registration-block-content {
  padding: 0 28px 28px 28px;
  background: #fff;
  box-sizing: border-box;
  max-width: 100%;
}
@media (min-width: 769px) {
  .g-registration-block-content {
    padding: 28px 28px 28px 28px;
  }
}

.g-registration-form-container {
  max-width: 100%;
  width: 100%;
  padding-top: 34px;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .g-registration-form-container {
    width: 100%;
    max-width: 620px;
  }
}
@media (min-width: 1024px) {
  .g-registration-form-container {
    padding-top: 60px;
  }
}

.no-pt {
  padding-top: 0 !important;
}

.g-form-group {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .g-form-group {
    margin-bottom: 48px;
  }
}

.g-form-control {
  width: 100%;
}

.g-form-input-text {
  width: 100%;
  outline: none;
  font-size: 18px;
  line-height: 22px;
  color: #151515;
  font-family: "Proxima Nova Regular";
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #EBEBEB;
  padding: 0 0 6px 0;
  box-sizing: border-box;
}
.g-form-input-text::-moz-placeholder {
  color: #151515;
}
.g-form-input-text:-ms-input-placeholder {
  color: #151515;
}
.g-form-input-text::placeholder {
  color: #151515;
}
.g-form-input-text:focus::-moz-placeholder {
  opacity: 0;
}
.g-form-input-text:focus:-ms-input-placeholder {
  opacity: 0;
}
.g-form-input-text:focus::placeholder {
  opacity: 0;
}
@media (min-width: 1024px) {
  .g-form-input-text {
    font-size: 20px;
    line-height: 24px;
  }
}

.g-form-group__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(252px, 1fr));
  grid-auto-flow: row;
  gap: 24px;
}
@media (min-width: 500px) {
  .g-form-group__grid {
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .g-form-group__grid {
    gap: 50px;
  }
}

.auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
}

.error {
  color: #eb232f;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .error {
    font-size: 16px;
  }
}

.g-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  box-sizing: border-box;
}

.g-btn-default {
  border: 1px solid #151515;
  background: #151515;
  color: #fff !important;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.g-btn-default:hover {
  background: #fff !important;
  color: #151515 !important;
  text-decoration: none !important;
}

.g-btn-icon-next {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px 44px;
}
.g-btn-icon-next svg {
  stroke: #fff;
}
.g-btn-icon-next:hover svg {
  stroke: #151515;
}

.g-footer-button__registration {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .g-footer-button__registration {
    margin-top: 60px;
  }
}

.g-select-field {
  width: 100%;
  outline: none;
  padding: 0 28px 6px 0;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #EBEBEB;
  background-color: #fff;
  font-size: 18px;
  line-height: 22px;
  color: #151515;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Proxima Nova Regular";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00471 7.40022C5.78471 7.40022 5.5847 7.32021 5.4247 7.16021L0.424704 1.96021C0.124704 1.64021 0.124699 1.14022 0.444699 0.820218C0.764699 0.520218 1.26471 0.520219 1.58471 0.840219L6.00471 5.44022L10.4247 0.840219C10.7247 0.520219 11.2447 0.520218 11.5647 0.820218C11.8847 1.12022 11.8847 1.64021 11.5847 1.96021L6.58471 7.16021C6.42471 7.32021 6.22471 7.40022 6.00471 7.40022Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 8px top 50%;
  background-size: 12px;
}
@media (min-width: 768px) {
  .g-select-field {
    font-size: 20px;
    line-height: 24px;
  }
}

.g-error-field {
  border-bottom: 1px solid #eb232f;
  color: #eb232f;
}
.g-error-field::-moz-placeholder {
  color: #eb232f;
}
.g-error-field:-ms-input-placeholder {
  color: #eb232f;
}
.g-error-field::placeholder {
  color: #eb232f;
}

.g-registration-link-back {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #7A7A7A;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}

.g-field-files {
  border: 1px dashed #CCCCCC;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  padding: 8px 24px;
}
@media (min-width: 368px) {
  .g-field-files {
    padding: 15px 48px;
  }
}
.g-field-files span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.g-subtitle-registration--content {
  margin-bottom: 17px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #7A7A7A;
}

.g-service-registration-container {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 630px) {
  .g-service-registration-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.flex-container {
  display: flex;
}

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

.g-btn-white {
  border: 1px solid #151515;
  background: #fff;
  color: #151515;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px 44px;
  transition: 0.3s;
  justify-content: center;
}
.g-btn-white svg {
  stroke: #151515;
  transform: rotate(180deg);
}
.g-btn-white:hover {
  background: #151515;
  color: #fff !important;
}
.g-btn-white:hover svg {
  stroke: #fff;
  transform: rotate(180deg);
}

.g-social-finish-registration {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .g-social-finish-registration {
    margin-top: 20px;
  }
}

.g-social-link {
  width: 67px;
  height: 67px;
  text-decoration: none;
  display: flex;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 100px;
  transition: 0.3s;
}
.g-social-link:hover {
  background: #151515;
}
.g-social-link:hover svg {
  fill: #fff;
  stroke: #fff;
}

.g-title-finish-reg {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin: 0;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .g-title-finish-reg {
    font-size: 32px;
    line-height: 39px;
  }
}

.g-finish-reg-info {
  margin: 0;
  font-size: 12px;
  color: #7A7A7A;
  text-align: center;
}
@media (min-width: 768px) {
  .g-finish-reg-info {
    font-size: 16px;
    line-height: 27px;
  }
}

.g-reg-info-bottom {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #151515;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .g-reg-info-bottom {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1;
  }
}

.flex-finish {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  height: 100%;
}

.success-registration-block {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.success-reg-icon {
  border: 1px solid #E0E0E0;
  border-radius: 100px;
  width: 67px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg-client-flex {
  display: flex;
}

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

.g-flex-grow {
  flex-grow: 1;
}

.g-reg-client-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.g-wrapper-profile-avatar {
  display: flex;
  align-items: center;
  gap: 32px;
}

.g-profile-avatar {
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-profile-align-center {
  align-items: center;
  display: flex;
}

.g-footer-profile-btn {
  display: flex;
  justify-content: flex-end;
}

.flex-grow {
  flex-grow: 1;
}

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

@media (max-width: 758px) {
  .login-footer {
    flex-direction: column-reverse;
    gap: 12px;
  }
}

.g-tab-login {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 50px;
}
@media (min-width: 425px) {
  .g-tab-login {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  .g-tab-login {
    margin-bottom: 60px;
  }
}

.g-tab-login-link {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: #7A7A7A;
  font-size: 22px;
}
@media (min-width: 425px) {
  .g-tab-login-link {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .g-tab-login-link {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .g-tab-login-link {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .g-tab-login-link {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1366px) {
  .g-tab-login-link {
    font-size: 32px;
    line-height: 40px;
  }
}

.g-tab-active-link {
  color: #151515;
}

.g-forgot-block {
  display: flex;
  justify-content: flex-end;
}

.g-forgot-link {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #7A7A7A;
  margin-top: -12px;
}

.login-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1366px) {
  .login-flex {
    justify-content: flex-start;
  }
}

.g-header {
  background: #0A0A0A;
}

.g-header-bottom {
  display: none;
}
@media (min-width: 768px) {
  .g-header-bottom {
    display: block;
    background: #0A0A0A;
    border-top: 1px solid rgba(245, 245, 245, 0.1);
  }
}

.g-header-content {
  display: grid;
}

.g-logo-link-header {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.g-big-logo-header {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
}

.g-small-logo-header {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.g-header-container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: auto;
}

.g-header-content {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 560px) {
  .g-header-content {
    display: grid;
    grid-template-columns: minmax(143px, 143px) 1fr;
    gap: 118px;
  }
}

.g-header-nav {
  display: none;
}
@media (min-width: 560px) {
  .g-header-nav {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
}

.g-header-nav-link--bottom {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova SemiBold";
  line-height: 17px;
  padding: 18px 0;
  display: block;
  border-top: 1px solid #0A0A0A;
  transition: 0.3s;
}
.g-header-nav-link--bottom:hover {
  border-top: 1px solid #FFFFFF !important;
}

.g-header-nav-link--bottom--active {
  border-top: 1px solid #FFFFFF;
}

.g-header-nav-link {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova SemiBold";
  line-height: 17px;
  margin-right: 0;
}

.g-header-nav-list {
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  list-style: none;
}
@media (min-width: 992px) {
  .g-header-nav-list {
    gap: 90px;
  }
}

.g-container-footer {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: auto;
}

.flex-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .flex-footer {
    flex-direction: row;
  }
}

.g-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 12px 30px;
}
@media (min-width: 768px) {
  .g-footer-nav {
    display: flex;
    gap: 30px;
    align-items: center;
  }
}

.g-footer-nav__link {
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  opacity: 0.8;
  transition: 0.3s;
}
.g-footer-nav__link:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .g-footer-nav__link {
    font-size: 14px;
  }
}
@media (min-width: 820px) {
  .g-footer-nav__link {
    font-size: 16px;
  }
}

.g-content-main {
  position: relative;
}

.g-container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: auto;
}

.booking-content {
  display: flex;
}

.not-booking {
  padding-top: 116px;
  padding-bottom: 116px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .not-booking {
    padding-top: 216px;
    padding-bottom: 216px;
  }
}

.g-icon-calendar-booking {
  margin-bottom: 20px;
}

.title-not-bookings {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #151515;
  margin: 0;
  text-align: center;
}

.answer-not-bookings {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7A7A7A;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 36px;
  text-align: center;
}

.g-profile-content {
  padding-top: 80px;
  display: grid;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .g-profile-content {
    gap: 100px;
    grid-template-columns: minmax(150px, 160px) 1fr;
  }
}

.profile-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #151515;
  margin: 0px;
}

.g-nav-sidebar {
  display: none;
}
@media (min-width: 992px) {
  .g-nav-sidebar {
    display: block;
  }
}

.g-list-nav-sidebar {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.g-item-nav-sidebar {
  margin-bottom: 48px;
}

.g-link-sidebar {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #7A7A7A;
  font-family: "Proxima Nova Regular";
  text-decoration: none;
  transition: 0.3s;
}
.g-link-sidebar:hover {
  color: #151515;
}
.g-link-sidebar--active {
  color: #151515;
}

.g-form-profile-header {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: space-between;
}

.nav-mobile-profile--link {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .nav-mobile-profile--link {
    display: none;
  }
}

.dropdown-menu-block {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  background: #ffffff;
  top: 32px;
  right: 0;
  width: 190px;
  max-width: 200px;
  box-shadow: -11px 3px 35px -10px rgba(34, 60, 80, 0.31);
  padding: 4px;
  box-sizing: border-box;
}

.dropdown-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-menu-item {
  padding: 6px 0;
}
.dropdown-menu-item a {
  text-decoration: none;
  color: #111111;
}

.g-grid-label {
  margin-bottom: 24px;
}
@media (min-width: 557px) {
  .g-grid-label {
    margin-bottom: 48px;
  }
}

.g-grid-label {
  display: flex;
  gap: 6px;
  flex-direction: column;
}

.g-label-profile {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  max-width: 180px;
  color: #7A7A7A;
}

.g-field-wrapper {
  flex-grow: 1;
}

.content-booking {
  padding: 116px 0;
}

.table-booking {
  width: 100%;
}
@media (max-width: 767px) {
  .table-booking thead {
    display: none;
  }
  .table-booking tr {
    display: block;
    padding: 18px 12px;
    border: 1px solid #EBEBEB;
    margin-bottom: 24px;
  }
  .table-booking td {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
  }
  .table-booking td::before {
    display: flex;
    content: attr(data-label);
    font-weight: bold;
    margin-right: 20px;
    align-items: center;
    width: 100%;
    max-width: 60px;
  }
  .table-booking td:last-child {
    justify-content: center;
  }
  .table-booking td:last-child::before {
    content: none;
  }
}
@media (min-width: 768px) {
  .table-booking {
    max-width: 100%;
    border-collapse: collapse;
  }
  .table-booking th,
.table-booking td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #EBEBEB;
  }
  .table-booking th:first-child,
.table-booking td:first-child {
    padding-left: 0;
  }
  .table-booking th:last-child,
.table-booking td:last-child {
    padding-right: 0;
  }
  .table-booking th {
    font-weight: 400;
    color: #7A7A7A;
  }
}

td.table-booking__cancel-ceil {
  text-align: right;
}

.table-booking__expert {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 20px;
}

.table-booking__expert-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.g-filter-booking-btn {
  display: flex;
  margin-bottom: 30px;
  gap: 28px;
}

.g-btn-filter-booking-btn {
  border: none;
  background: none;
  outline: none;
  color: #7A7A7A;
  cursor: pointer;
  border: 1px solid #ffffff;
  padding: 9px 18px;
  transition: all 0.3s;
}
.g-btn-filter-booking-btn:hover {
  color: #151515;
  border: 1px solid #151515;
}

.td-action {
  display: flex;
  gap: 12px;
}

.g-chat-main {
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 402px;
  background: #FFFFFF;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.06);
  z-index: 10;
  box-sizing: border-box;
}

.g-chat-main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
}

.g-title-chat h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.service-chat {
  font-size: 18px;
  line-height: 1.2;
  color: #7A7A7A;
}

.g-close-chat {
  text-decoration: none;
  border: 1px solid #E0E0E0;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.g-close-chat:hover {
  background: #151515;
  fill: #fff;
  stroke: #fff;
}

.g-main-chat-content {
  padding: 0 32px 32px 32px;
  overflow: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #151515 #F8F8F8;
  /* Works on Chrome/Edge/Safari */
}
.g-main-chat-content::-webkit-scrollbar {
  width: 12px;
}
.g-main-chat-content::-webkit-scrollbar-track {
  background: #F8F8F8;
}
.g-main-chat-content::-webkit-scrollbar-thumb {
  background-color: #151515;
  border-radius: 20px;
  border: 3px solid #F8F8F8;
}

.g-chat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 100px;
}

.g-message {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.g-message-content {
  max-width: 243px;
  width: 100%;
}

.g-message-info {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px;
  color: #7A7A7A;
}

.g-message-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #151515;
  background: #F7F7F7;
  padding: 12px 18px;
  box-sizing: border-box;
  border-radius: 3px;
}
.g-message-text img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-specialist {
  background: #e6e5e5;
}

.g-chat-message {
  height: 82px;
  border-top: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 24px;
}

.field-text {
  flex-grow: 1;
  height: 100%;
}

.g-chat-text {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px;
}

.g-btn-chat {
  width: 100%;
  max-width: 32px;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.g-file-message {
  display: flex;
  gap: 12px;
  align-items: center;
}

.g-chat-filename {
  text-decoration: none;
  color: #151515;
  cursor: pointer;
}

.list-attached {
  list-style: none;
  padding: 0 24px;
  margin: 0;
}

.item-attached {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}

.g-delete-file-attached {
  text-decoration: none;
  cursor: pointer;
}

.badge-new-message-count {
  background: #151515;
  color: #fff;
  font-size: 10px;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-shrink: 0;
  min-width: 16px;
  line-height: 14px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}
.badge-new-message-count--absolute {
  position: absolute;
  left: 100%;
  top: -4px;
}

.legend-calendar {
  background: #f1f1f1;
  padding: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 610px) {
  .legend-calendar {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

.item-legend {
  display: flex;
  gap: 12px;
  align-items: center;
}
.item-legend div {
  display: block;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.item-legend-color {
  height: 10px;
  width: 10px;
  display: inline-block;
  border: 1px solid #151515;
  display: flex;
  align-items: center;
}

.gray {
  background: #c1c1c1;
}

.blue {
  background: lightblue;
}

.white {
  background: #fff;
}

.g-avatar-sidebar {
  margin-bottom: 24px;
}
.g-avatar-sidebar img {
  max-width: 140px;
  width: 100%;
  border-radius: 100px;
  margin: auto;
  display: block;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-name-sidebar {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0A0A0A;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}

.g-raiting-sidebar {
  margin-bottom: 24px;
}

.g-btn-white-edit {
  display: flex;
  color: #151515;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 8px;
  border: 1px solid #E4E4E4;
  padding: 12px 16px;
  margin: auto;
}
.g-btn-white-edit svg {
  display: block;
}

.g-raiting-sidebar {
  display: flex;
  justify-content: center;
}

.personal-information-data-block {
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
}

.g-personal-information-data {
  display: grid;
  gap: 30px;
  grid-template-columns: 60px 1fr;
  margin-bottom: 20px;
}

.g-personal-information-data-service {
  grid-template-columns: 180px 1fr;
}

.g-personal-information-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #7A7A7A;
}

.g-personal-information-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #151515;
}

.g-subtitle-profile {
  margin: 0 0 30px 0;
  font-size: 19px;
  font-weight: 500;
}
@media (min-width: 375px) {
  .g-subtitle-profile {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .g-subtitle-profile {
    font-size: 24px;
  }
}

.g-user-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #7A7A7A;
  margin: 0;
}

.g-personal-information-user-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}

.personal-information-my-skills-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}

.g-review-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  margin-top: 0;
  margin-bottom: 24px;
}

.g-rating-review {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.g-rating-review-info {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #7A7A7A;
  margin-left: 24px;
}

.personal-information-review_text {
  font-size: 14px;
  line-height: 16px;
  color: #7A7A7A;
  margin-bottom: 24px;
}

.g-review-dt-published {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #151515;
}

.g-reviews-wrapper__profile {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .g-reviews-wrapper__profile {
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
  }
}
@media (min-width: 992px) {
  .g-reviews-wrapper__profile {
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
  }
}

.g-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 375px) {
  .g-gallery {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@media (min-width: 768px) {
  .g-gallery {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
@media (min-width: 992px) {
  .g-gallery {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.g-gallery-item {
  position: relative;
}

.g-gallery-item__link {
  display: block;
  aspect-ratio: 230/193;
}

.g-gallery-item__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-gallery-item__remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  transition: 0.2s;
  background: none;
  border: none;
}
@media (pointer: fine) {
  .g-gallery-item__remove-btn {
    opacity: 0;
    transform: translateY(-4px);
  }
  .g-gallery-item:hover .g-gallery-item__remove-btn, .g-gallery-item:focus-visible .g-gallery-item__remove-btn, .g-gallery-item:focus-within .g-gallery-item__remove-btn {
    opacity: 1;
    transform: translateY(0);
  }
}

.g-gallery-uploading {
  display: grid;
  place-content: center;
  border: 1px dashed;
}

.g-gallery-uploading__input {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.g-gallery-uploading__indicator {
  display: grid;
  gap: 4px;
  justify-items: center;
}

.g-field-item--price {
  position: relative;
}
.g-field-item--price .currency {
  position: absolute;
  font-size: 20px;
  line-height: 24px;
}
.g-field-item--price .g-form-input-text {
  padding-left: 1.5ch;
}

.g-field-with-controls-wrapper {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 40px;
}

.g-btn-action {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.g-width-500 {
  max-width: 540px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.w-100-service {
  max-width: 100% !important;
}

.g-discount-info {
  background: #F4F4F4;
  padding: 16px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}

.g-date {
  height: 31px;
}

.g-finish-info {
  text-align: left !important;
  margin: 30px 0;
  padding: 16px 20px;
  box-sizing: border-box;
}

.subtitle-finish {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.title-finish {
  margin-top: 30px;
  margin-bottom: 30px;
}

.grid-details {
  display: grid;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .grid-details {
    grid-template-areas: "checkout booking" "checkout your";
  }
}

@media (min-width: 992px) {
  .grid-details__checkout {
    grid-area: checkout;
  }

  .grid-details__booking {
    grid-area: booking;
  }

  .grid-details__your {
    grid-area: your;
  }
}
.details-list {
  display: grid;
  gap: 40px;
  padding: 40px;
  border: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .details-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.details-list__caption {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  color: #7a7a7a;
}

.details-list__definition {
  margin: 0;
  padding: 0;
}

.checkout-title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #7A7A7A;
  margin: 0;
  margin-bottom: 24px;
}

.checkout-avatar img {
  width: 84px;
  height: 89px;
  -o-object-fit: cover;
     object-fit: cover;
}

.provide-info {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #151515;
  margin-bottom: 16px;
}

.small-info {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #7A7A7A;
}

.checkout-info-spec {
  display: flex;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEB;
}

.checkout-person {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.title-person {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7A7A7A;
  width: 100%;
  text-align: right;
  margin: 0;
  margin-bottom: 16px;
}

.btn-person {
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.field-person {
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}

.input-person {
  outline: none;
  border: none;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}

.field-person {
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  display: grid;
  max-width: 130px;
  grid-template-columns: 25px 1fr 25px;
  height: 56px;
}

.service-price {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.checkout-title-service-price {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.checkout-price {
  font-size: 20px;
  line-height: 24px;
}

.disckount-wrapper {
  position: relative;
  height: 57px;
}

.discount-field {
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #7A7A7A;
  padding-left: 22px;
}

.discount-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  bottom: 0;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.checkout-bb {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 24px;
}

.checkout-pay {
  margin-top: 40px;
}
.checkout-pay button {
  width: 100% !important;
}

/*Checkbox*/
.custom-checkbox {
  padding: 5px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.checkbox-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom-label {
  height: 38px;
  display: inline-block;
  cursor: pointer;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  border: 2px solid #bbbcbc;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  background: url(../images/check.png) no-repeat;
  background-size: 15px 17px;
  background-position: 100%;
  border: 1px solid #7A7A7A;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Proxima Nova Light";
}

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

.link-edit-profile-mobile {
  opacity: 1;
}
@media (min-width: 992px) {
  .link-edit-profile-mobile {
    opacity: 0;
  }
}

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

.header-logo-and-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .header-logo-and-menu {
    display: block;
  }
}

.slide-fade-enter-active {
  transition: all 0.1s ease;
}

.slide-fade-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.4, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

@font-face {
  font-family: "Proxima Nova Regular";
  font-weight: normal;
  src: url(/fonts/ProximaNova-Regular.ttf);
}
@font-face {
  font-family: "Proxima Nova SemiBold";
  font-weight: 600;
  src: url(/fonts/ProximaNova-Semibold.ttf);
}
@font-face {
  font-family: "Proxima Nova Light";
  font-weight: 600;
  src: url(/fonts/ProximaNova-Light.ttf);
}
* {
  font-family: "Proxima Nova Regular";
}

.btn-white {
  padding: 18px 45px;
  background: #fff;
  font-family: "Proxima Nova SemiBold";
  font-size: 16px;
  color: #000;
  border-radius: 0;
  line-height: 19px;
}

.btn-transparent {
  padding: 21px 44px;
  border: 1px solid #F2F2F2;
  font-size: 16px;
  font-family: "Proxima Nova SemiBold";
  line-height: 19px;
  border-radius: 0;
  background: transparent;
  transition: 0.2s;
  color: #fff;
}

.btn-transparent:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

.btn-transparent.active {
  background: #fff !important;
  border-color: #fff;
  color: #000;
}
.btn-transparent.active:hover {
  background: none !important;
  color: #ffffff;
}

.g-join-now:hover {
  background: #ffffff;
  color: #000;
}

.g-welcome-book-now:hover {
  background: #ffffff;
  color: #000;
}

.btn-black {
  padding: 18px 45px;
  background: #151515;
  font-size: 16px;
  font-family: "Proxima Nova SemiBold";
  line-height: 19px;
  color: #fff;
  border-radius: 0;
}

.custom-container {
  max-width: 990px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .custom-container {
    max-width: 760px;
  }
}
@media screen and (max-width: 800px) {
  .custom-container {
    max-width: 570px;
  }
}
@media screen and (max-width: 600px) {
  .custom-container {
    max-width: 420px;
  }
}
@media screen and (max-width: 460px) {
  .custom-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 992px) {
  .btn-transparent {
    padding: 13px 30px;
    border: 1px solid #F2F2F2;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .btn-transparent {
    padding: 10px 16px;
  }
}
.about-title {
  font-size: 48px !important;
}
@media (min-width: 768px) {
  .about-title {
    font-size: 78px !important;
  }
}
@media (min-width: 1225px) {
  .about-title {
    font-size: 99px !important;
  }
}

.image-header {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  padding: 0 12px;
  gap: 12px;
  position: relative;
}

.text-image-header {
  width: 190px;
  position: absolute;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  font-size: 12px;
  text-align: center;
  padding: 34px;
  background: rgba(255, 255, 255, 0.54);
  font-weight: 700;
}
@media (min-width: 375px) {
  .text-image-header {
    width: 220px;
    font-size: 18px;
  }
}
@media (min-width: 425px) {
  .text-image-header {
    width: 300px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .text-image-header {
    width: 400px;
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .text-image-header {
    width: 500px;
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  .text-image-header {
    width: 500px;
    font-size: 38px;
  }
}

.about-img {
  aspect-ratio: 600/400;
  /* max-width: 100%; */
  height: auto;
  width: 100%;
  /* height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
}

.content-about {
  margin-top: 12px;
  font-size: 20px;
}

.cursor-pouinter {
  cursor: pointer;
}

.g-text-profile {
  width: 100%;
  resize: none;
  min-height: 80px;
  border: 1px solid #EBEBEB;
  outline: none;
  padding: 8px;
}

.g-specialist-price-skills {
  display: flex;
  gap: 8px;
  align-items: center;
}

.g-action-skill {
  display: flex;
  text-decoration: none;
}

.btn-subtitle {
  padding: 8px 15px !important;
}

.flex-subtitle {
  display: flex;
  gap: 16px;
  align-items: center;
}

.g-welcome-icon-how-works {
  width: 60px;
  height: 60px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  margin-right: 18px;
}
@media (min-width: 548px) {
  .g-welcome-icon-how-works {
    width: 90px;
    height: 90px;
    margin-right: 28px;
  }
}

.payout-add-payout-methods {
  display: flex;
  border: 1px dashed #CCCCCC;
  width: 163px;
  height: 153px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
  width: 259px;
  height: 153px;
}

.payout-add-payout-methods > span {
  display: block;
  max-width: 105px;
  color: black;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: "Proxima Nova Regular";
  text-align: center;
  line-height: 19px;
  margin-top: 20px;
}

.payout-center-block {
  display: flex;
}

.payout-right-block > h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #151515;
  font-family: "Proxima Nova SemiBold";
  margin-top: 0;
}

.payout-list {
  padding: 0;
  margin: 0;
  margin-top: 24px;
  list-style: none;
}

.payout-item {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #7A7A7A;
  border-top: 1px solid #7A7A7A;
}

.payout-item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.payout-item-info__currency {
  text-transform: uppercase;
}

.g-nav-header {
  display: none;
}
@media (min-width: 560px) {
  .g-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.logout-header {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.logout-header:hover {
  color: #ffffff;
  text-decoration: none;
}

.accordion__panel {
  font-size: 14px;
  color: #000000;
}
.accordion__panel span {
  margin-bottom: 0 !important;
  text-align: left !important;
  font-size: 14px !important;
  margin-top: 0 !important;
}

.table-privacy td {
  border: 2px #000000 solid;
  padding: 4px;
  box-sizing: border-box;
  vertical-align: baseline;
}

.g-message-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.5);
  color: #fff;
  font-size: 16px;
  padding: 24px 0;
}

.g-message-cookie-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-message-cookie-text {
  width: 100%;
  max-width: 600px;
}
.g-message-cookie-text a {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
}

.g-message-cookie-action {
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: 0.4s;
}
.g-message-cookie-action:hover {
  background: #111111;
  border: 1px solid #151515;
}

.notifications-link {
  position: relative;
}

.notifications-count {
  display: block;
  position: absolute;
  border-radius: 25px;
  background: red;
  padding: 4px;
  box-sizing: border-box;
  font-size: 11px;
  top: 4px;
  right: -22px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-mobile-edit-profile {
  display: block;
}
@media (min-width: 992px) {
  .g-mobile-edit-profile {
    display: none;
  }
}

.group-profile-my-service {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .group-profile-my-service {
    margin-top: 0;
  }
}

.mobile-margin {
  margin-top: 28px;
}
@media (min-width: 992px) {
  .mobile-margin {
    margin-top: 0;
  }
}

.content-my-booking {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .content-my-booking {
    padding: 116px;
  }
}

.g-title-my-booking {
  margin: 0 0 16px 0;
}

.fc-toolbar-chunk:last-child {
  text-align: right;
}
.fc-toolbar-chunk:last-child button {
  margin-bottom: 8px;
}