:root {
  --black: #3C3C3B;
  --green: #2F7593;
  --sinbad: #AFDAD9;
  --catskill-white: #F3F9F9;
  --botticelli: #CFE3E9;
  --l-green: #D5F4F3;
  --white: #fff;
  --fountain-blue: #5CB4C7;
  --ff-elegance: "Rounded Elegance", sans-serif;
  --ff-poppins: "Poppins", sans-serif;
  --120px: 120px;
  --20px: 20px;
  --24px: 24px;
  --34px: 34px;
  --40px: 40px;
  --42px: 42px;
  --60px: 60px;
  --fs-sm: 16px;
  --fs-md: 18px;
  --fs-lg: 20px;
  --fs-xl: 24px;
  --fs-xxl: 36px;
  --fs-h1: 42px;
  --transition: 0.3s ease-in-out;
  --color-section: var(--catskill-white);
  --color-main: var(--black);
  --ff-main: var(--ff-poppins);
  --ff-second: var(--ff-elegance);
  --pt-section: var(--120px);
  --fs-h1: var(--42px);
  --fs-h2: var(--34px);
  --fs-h3: var(--24px);
  --fs-h4: var(--20px);
}

@media only screen and (max-width: 992px) {
  :root {
    --pt-section: var(--60px);
    --pt-side-mobile: var(--40px);
  }
}

@media only screen and (max-width: 768px) {
  :root {
    --pt-side-mobile: 15px;
    --fs-h1: 32px;
    --fs-h2: 26px;
    --fs-h3: 22px;
    --fs-h4: 19px;
  }
}

.lock {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: var(--ff-main);
  line-height: 26px;
  color: var(--color-main);
}

@media only screen and (max-width: 992px) {
  body {
    padding-top: 80px;
  }
}

img {
  transition: 0.3s;
}

p {
  font-size: var(--fs-sm);
  text-align: justify;
  cursor: default;
}

h1,
h2,
h3,
h4,
h5 {
  cursor: default;
  font-family: var(--ff-elegance), serif;
}

div,
p,
form,
input,
a,
span,
button,
textarea,
input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a {
  color: var(--color-main);
}

@media only screen and (min-width: 992px) {
  .menu li:hover>a {
    color: var(--green);
  }
}

a,
button,
input {
  transition: all 0.4s ease;
}

img {
  max-width: 100%;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

a p,
a span,
a div,
a li,
a label,
a input,
a button {
  cursor: pointer;
}

span {
  color: inherit;
}

ul li {
  display: block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

a,
a svg,
a svg path,
a p,
a div {
  cursor: pointer;
  transition: var(--transition);
}

svg,
svg path {
  transition: var(--transition);
}

p,
span,
li,
ul,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
label,
strong,
b {
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

#wpadminbar {
  display: none;
}

h1 {
  font-size: var(--fs-h1);
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  /* 123.81% */
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  h1 {
    line-height: 38px;
    letter-spacing: 1.6px;
  }
}

h2 {
  font-size: var(--fs-h2);
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 129.412% */
  letter-spacing: 1.5px;
}

h3,
h3 a {
  font-size: var(--fs-h3);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 141.667% */
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {

  h3,
  h3 a {
    line-height: 28px;
    letter-spacing: 1.6px;
  }
}

h4 {
  font-size: var(--fs-h4);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  h4 {
    letter-spacing: 1.6px;
  }
}

.single,
.page-template,
.archive,
.error404 {
  min-height: calc(100vh - 91px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-wrap {
  background: var(--catskill-white);
}

.sticky-wrap {
  position: relative;
}

@font-face {
  font-family: "Rounded Elegance";
  src: url("../fonts/RoundedElegance-Regular.eot");
  src: url("../fonts/RoundedElegance-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RoundedElegance-Regular.woff2") format("woff2"), url("../fonts/RoundedElegance-Regular.woff") format("woff"), url("../fonts/RoundedElegance-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.menu-item-has-children>a::after {
  content: url(../img/plus.svg);
  display: block;
}

@media only screen and (min-width: 992px) {
  .menu-item-has-children>a::after {
    width: 25px;
    height: 26px;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .menu-item-has-children:hover>a::after {
    content: url(../img/minus.svg);
  }

  .menu-item-has-children:hover .sub-menu-1 {
    opacity: 1;
    pointer-events: all;
  }
}

.otgs-development-site-front-end {
  display: none !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  opacity: 0;
}

.wpcf7-form.invalid .wpcf7-not-valid-tip {
  opacity: 1;
}

.language-list {
  display: none;
  gap: 20px;
  align-items: center;
}

.language-list li.active {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.contact-block {
  transition: var(--transition);
  min-width: 296px;
  max-width: 330px;
}

.contact-block h3 {
  margin-bottom: 10px;
  color: var(--green);
  transition: var(--transition);
}

.contact-block .wrap,
.contact-block a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--ff-second);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 141.667% */
  letter-spacing: 1px;
  transition: var(--transition);
}

.contact-block .wrap *,
.contact-block a * {
  cursor: pointer;
}

.contact-block .wrap svg,
.contact-block a svg {
  display: block;
  min-width: 22px;
  height: auto;
  padding-top: 6px;
  transition: var(--transition);
}

.contact-block.border {
  padding: 20px;
  border: 1px solid var(--green);
  border-radius: 10px;
}

.contact-block.border:hover {
  background-color: var(--green);
}

.contact-block.border:hover h3 {
  color: var(--l-green);
}

.contact-block.border:hover a,
.contact-block.border:hover .wrap {
  color: var(--l-green);
}

.contact-block.border:hover svg path {
  fill: var(--l-green);
}

.btn {
  display: inline-flex;
  align-items: center;
  background: transparent;
  cursor: pointer;
  gap: 10px;
  padding: 16px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--ff-second);
  border-radius: 10px;
  border: 1px solid var(--green);
  max-height: 62px;
}

.btn:hover {
  background-color: var(--fountain-blue);
  color: var(--white);
  border-color: var(--fountain-blue);
}

.btn:hover svg path {
  stroke: var(--white);
}

.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.btn-white:hover {
  background-color: var(--fountain-blue);
  border-color: var(--fountain-blue);
}

.bg-wrap {
  overflow: hidden;
  width: 100%;
}

.bg-wrap .bg {
  height: 100%;
  width: auto;
}

.bg-color {
  width: 100%;
  height: 87%;
  background: var(--fountain-blue);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 308px;
  width: 100%;
  margin-top: 30px;
}

.slider-nav .swiper-pagination {
  color: var(--white);
  font-family: "Rounded Elegance";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: static;
  margin: 0;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.slider-nav .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 140px;
  width: 100%;
}

.slider-nav .swiper-button-next,
.slider-nav .swiper-button-prev {
  position: static;
  margin: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #D5F4F3;
  transition: var(--transition);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-nav .swiper-button-next::after,
.slider-nav .swiper-button-prev::after {
  display: none;
}

.slider-nav .swiper-button-next:hover,
.slider-nav .swiper-button-prev:hover {
  background-color: #D5F4F3;
}

.slider-nav .swiper-button-next:hover svg path,
.slider-nav .swiper-button-prev:hover svg path {
  stroke: #2F7593;
}

.back-wrap {
  padding-top: 60px;
  padding-bottom: 160px;
}

.frame-bottom-b {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 11.511%;
}

.frame-posts {
  position: absolute;
  top: 47%;
  left: 0;
  width: 9.271%;
  height: auto;
  z-index: 0;
}

.frame-posts-r {
  position: absolute;
  top: 30%;
  right: 0;
  width: 11.5108%;
  height: auto;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .frame-posts {
    display: none;
  }

  .frame-posts-r {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .phone a {
    pointer-events: none;
  }
}

[data-aos=appearance] {
  opacity: 0;
}

[data-aos=appearance].aos-animate {
  opacity: 1;
}

.page-hero {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  color: var(--green);
  margin-bottom: 20px;
}

.page-hero .breadcrumbs {
  display: inline-flex;
  gap: 15px;
  overflow: auto;
  max-width: 100%;
}

.page-hero .breadcrumbs span,
.page-hero .breadcrumbs a {
  white-space: nowrap;
  text-transform: capitalize;
}

.widget {
  background: var(---fountain-blue);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 20px;
  height: 132px;
  width: 66px;
  z-index: 100;
  margin: auto;
  display: flex;
  border-radius: 10px;
  z-index: 9999;
}

@media only screen and (max-width: 992px) {
  .widget {
    display: none;
  }
}

@media only screen and (max-width: 1550px) {
  .widget {
    right: 10px;
  }
}

.widget .widget-phone {
  cursor: auto;
}

.widget.animation {
  transition: var(--transition);
}

.widget.animation.active {
  transform: translateX(0);
  transition: var(--transition);
}

.widget-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}

.widget-item {
  min-width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2F7593;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease;
  border: 1px solid #5CB4C7;
}

.widget-item span {
  pointer-events: none;
}

.widget-item svg {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
}

.widget-item:hover {
  transition: var(--transition);
  background: #D5F4F3;
  border: none;
  border-color: #5CB4C7;
}

.widget-item:hover span {
  color: #2F7593;
}

.widget-item:hover svg path {
  fill: #2F7593;
}

.widget-item:nth-child(1) {
  border-bottom: none;
}

.widget-item:nth-child(1):hover span {
  opacity: 1;
  font-size: 16px;
  transition: var(--transition);
}

.widget-item:nth-child(2) {
  border-top: none;
}

.widget-item:nth-child(2):hover span {
  opacity: 1;
  font-size: 16px;
  transition: var(--transition);
}

.widget-item:hover:nth-child(1) {
  min-width: 235px;
  border-bottom-left-radius: 10px;
}

.widget-item:hover:nth-child(1) svg {
  transform: translateX(-83px);
  transition: var(--transition);
}

.widget-item:hover:nth-child(2) {
  min-width: 207px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.widget-item:hover:nth-child(2) svg {
  transform: translateX(-70px);
  transition: var(--transition);
}

.widget-item:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.widget-item:nth-child(1) span {
  min-width: 112px;
}

.widget-item:nth-child(2) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.widget-item:nth-child(2):hover {
  border-top-left-radius: 10px;
}

.widget-item:nth-child(2) span {
  min-width: 151px;
  max-width: 173px;
  transition: var(--transition);
}

.widget-item svg {
  transition: var(--transition);
}

.widget-item span {
  color: var(--white);
  font-style: normal;
  line-height: 26px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 22px;
  max-width: 160px;
  opacity: 0;
  font-size: 0;
  transition: all 0.3s linear 0s;
}

.widget-item:nth-child(2) span {
  right: 22px;
}

.widget-item:nth-child(3) span {
  right: 54px;
}

.error404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}

.error404 .header {
  position: static !important;
  background-color: var(--color-section);
}

.error404 .error {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.error404__number {
  font-size: 50px;
  color: var(--green);
}

.error404__title {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.error404__subtitle {
  text-align: center;
  margin-bottom: 40px;
}

.home .header {
  background-color: var(--color-section);
}

.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header.f-nav {
  background-color: var(--color-section);
}

.header-mobile {
  display: none;
}

.header .burger-wrap {
  display: none;
}

.header .logo {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-container {
  padding: 0 20px 0 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
}

.header .wrap {
  display: flex;
  gap: 25px;
  max-width: 824px;
  width: 100%;
  justify-content: space-between;
}

.header nav {
  max-width: 700px;
  width: 100%;
}

.header nav .menu {
  display: flex;
  gap: 25px;
  align-items: stretch;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) {
  .header nav .menu .sub-menu-1 {
    position: absolute;
    top: 99%;
    border-radius: 10px;
    background: var(--1, #2F7593);
    overflow: hidden;
    left: -15px;
    transition: var(--transition);
    opacity: 0;
    pointer-events: none;
  }

  .header nav .menu .sub-menu-1 a {
    color: var(--white);
    display: block;
    width: 100%;
    padding: 12px 15px;
    white-space: nowrap;
  }

  .header nav .menu .sub-menu-1 li:hover {
    background-color: var(--fountain-blue);
  }

  .header nav .menu>.menu-item-has-children:hover .sub-menu-1 {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
}

.header nav .menu li {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .header {
    position: fixed !important;
    top: 0;
    border-bottom: 1px solid var(--green);
    background-color: var(--color-section) !important;
  }

  .header .logo svg {
    width: auto;
    height: 60px;
  }

  .header-mobile {
    padding-top: 60px;
    display: block;
    position: fixed;
    top: 81px;
    z-index: 2222;
    height: calc(100vh - 80px);
    width: 100%;
    background-color: var(--color-section);
    text-align: center;
    display: none;
    overflow: auto;
    padding-bottom: 40px;
  }

  .header-mobile .contact-block {
    margin: 0 auto;
    min-width: auto;
    max-width: 265px;
    margin-top: 44px;
  }

  .header-mobile .contact-block a {
    text-align: left;
    justify-content: center;
  }

  .header-mobile .menu {
    font-size: 26px;
  }

  .header-mobile .menu li {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 14px;
  }

  .header-mobile .menu a {
    font-size: 23px;
  }

  .header-mobile .menu-item-has-children {
    padding-left: 25px;
  }

  .header-mobile .menu-item-has-children>a {
    pointer-events: none;
  }

  .header-mobile .menu-item-has-children .sub-menu-1 {
    display: none;
    margin-top: 14px;
  }

  .header-mobile .menu-item-has-children.active>a {
    color: var(--green);
  }

  .header-mobile .menu-item-has-children.active>a::after {
    content: url(../img/minus.svg);
    width: 25px;
    height: 24px;
    max-height: 24px;
    display: block;
  }

  .header-mobile .menu-item-has-children.active .sub-menu-1 {
    opacity: 1;
    pointer-events: all;
  }

  .header-nav {
    display: none;
  }

  .header .burger-wrap {
    display: flex;
    align-items: center;
  }

  .header .burger {
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: none;
    color: var(--black);
    padding: 2px;
    display: block;
  }

  .header .burger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%);
    width: 85%;
    height: 1px;
    transition: transform 1s;
    background: var(--black);
  }

  .header .burger::after,
  .header .burger::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 85%;
    height: 1px;
    transition: transform 1s;
    background: currentColor;
  }

  .header .burger::before {
    top: 0;
    transform: translate(-50%, 6px);
  }

  .header .burger::after {
    bottom: 0;
    transform: translate(-50%, -6px);
  }

  .header .burger.active span {
    transform: scale(0);
    transition: transform 1s;
  }

  .header .burger.active::before {
    transform: rotate(45deg) translateY(21px) translateX(4%);
    transition: transform 1s, background-color 0.3s ease-in-out;
    background-color: var(--black);
  }

  .header .burger.active::after {
    transform: rotate(-45deg) translateY(-15px) translate(1px, -5px);
    transition: transform 1s, background-color 0.3s ease-in-out;
    background-color: var(--black);
  }
}

.hero {
  width: 100%;
  position: relative;
}

.hero-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  pointer-events: none;
}

.hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero .sound {
  position: absolute;
  bottom: 14.7%;
  right: 21.4%;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 2;
}

.hero .sound svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero .sound .sound-on {
  opacity: 0;
}

.hero .sound .sound-off {
  opacity: 1;
}

.hero .sound.active .sound-on {
  opacity: 1;
}

.hero .sound.active .sound-off {
  opacity: 0;
}

.intro {
  background-color: var(--color-section);
  position: relative;
}

.intro .container {
  padding-top: 72px;
  padding-bottom: 54px;
  position: relative;
  z-index: 2;
}

.intro .container h2 {
  margin-top: 20px;
  margin-bottom: 60px;
  color: var(--green);
}

.intro .container .blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.intro .container .contact-block h3 {
  cursor: pointer;
}

.intro .container .links {
  max-width: 689px;
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 30px;
  justify-content: space-between;
}

.intro .container .description {
  max-width: 570px;
}

.intro .container .description .text {
  text-align: justify;
  margin-bottom: 30px;
}

.intro-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1130px) and (min-width: 768px) {
  .intro .links {
    flex-direction: column;
  }

  .intro .contact-block {
    max-width: none;
  }
}

@media only screen and (max-width: 768px) {
  .intro .container .blocks {
    flex-direction: column;
  }

  .intro .container .description {
    max-width: none;
  }
}

@media only screen and (max-width: 672px) {
  .intro .container .links {
    flex-direction: column;
  }

  .intro .container .contact-block {
    max-width: none;
  }
}

.cabinet {
  position: relative;
  color: var(--white);
}

.cabinet .photo-large {
  position: relative;
  width: 100%;
}

.cabinet .photo-large:before {
  content: "";
  display: block;
  padding-top: 26.042%;
  transition: var(--transition);
}

.cabinet .photo-large img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.cabinet .container {
  margin-right: 0;
  padding-right: 0;
}

.cabinet-info {
  padding-top: 53px;
  padding-bottom: 53px;
  max-width: 570px;
  width: 100%;
}

.cabinet-wrap {
  background-color: var(--green);
}

.cabinet-wrap .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.cabinet-wrap .photo {
  max-width: 690px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cabinet-wrap .photo:before {
  content: "";
  display: block;
  padding-top: 58%;
  transition: var(--transition);
}

.cabinet-wrap .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.cabinet-wrap .btn {
  margin-top: 60px;
}

.cabinet-content {
  max-width: 1680px;
  padding-right: 15px;
  padding-top: 100px;
  position: relative;
}

.cabinet-content-wrap {
  position: relative;
}

.cabinet-content .title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .cabinet .container {
    padding-top: 0;
  }

  .cabinet .cabinet-content {
    padding-right: 0;
    padding-top: 60px;
  }

  .cabinet-wrap .container {
    flex-direction: column;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .cabinet-wrap .container .photo {
    order: 0;
    max-width: none;
  }

  .cabinet-wrap .container .cabinet-info {
    order: 1;
    padding-top: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 992px) and (max-width: 768px) {
  .cabinet-wrap .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .cabinet .cabinet-content {
    padding-top: 40px;
  }
}

.parcours {
  padding-top: var(--pt-section);
  padding-bottom: 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.parcours .title {
  margin-bottom: 30px;
}

.parcours-blocks {
  padding-top: 78px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.parcours .bg-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: var(--botticelli);
  z-index: -1;
}

.parcours .bg-lines .bg-line {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.parcours .bg-lines .bg-line:first-child {
  left: 0;
}

.parcours .bg-lines .bg-line:nth-child(2) {
  left: 24.4%;
}

.parcours .bg-lines .bg-line:nth-child(3) {
  left: 48.7%;
}

.parcours .bg-lines .bg-line:nth-child(4) {
  right: 24.4%;
}

.parcours .bg-lines .bg-line:nth-child(5) {
  right: 0;
}

.parcours-block {
  display: flex;
  gap: 20px;
  padding: 14px 20px;
  border-radius: 10px;
}

.parcours-block svg {
  min-width: 52px;
  min-height: 52px;
}

.parcours-block h3 {
  margin-bottom: 10px;
}

.parcours-block-1 {
  max-width: 687px;
  width: 100%;
  background: linear-gradient(90deg, #79CEE1 0%, rgba(255, 255, 255, 0) 100%);
}

.parcours-block-2 {
  margin-left: auto;
  margin-right: 18%;
  max-width: 570px;
  width: 100%;
  background: linear-gradient(90deg, #D5F4F3 0%, rgba(255, 255, 255, 0) 100%);
}

.parcours-block-3 {
  margin-left: auto;
  margin-right: 0;
  max-width: 570px;
  width: 100%;
  background: linear-gradient(90deg, #F3F9F9 33.7%, rgba(255, 255, 255, 0) 100%);
}

.parcours-block+.parcours-block {
  margin-top: 20px;
}

@media only screen and (max-width: 865px) {
  .parcours .parcours-block-3 {
    margin-right: auto;
    margin-left: 265px;
  }

  .parcours .parcours-block-2 {
    margin-left: 114px;
  }
}

@media only screen and (max-width: 768px) {
  .parcours .parcours-block-3 {
    margin-left: 40px;
  }

  .parcours .parcours-block-2 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 576px) {

  .parcours .parcours-block-3,
  .parcours .parcours-block-2 {
    margin-left: 0;
  }

  .parcours .text {
    text-align: left;
  }
}

.periodontal {
  padding-top: var(--pt-section);
}

.periodontal .top {
  position: relative;
}

.periodontal .top .bg-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.periodontal .top .container {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

.periodontal .bottom-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.periodontal .bottom .container {
  max-width: 1680px;
  margin-left: 0;
  padding-left: 0;
}

.periodontal .bottom .photo {
  overflow: hidden;
  position: relative;
  width: 50.782vw;
}

.periodontal .bottom .photo:before {
  content: "";
  display: block;
  padding-top: 51.2824%;
  transition: var(--transition);
}

.periodontal .bottom .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.periodontal .bottom .information {
  max-width: 690px;
  width: 39%;
  padding-top: 67px;
  padding-bottom: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.periodontal .bottom .information-wrap {
  max-width: 450px;
  width: 100%;
}

.periodontal .bottom .information .text {
  margin-bottom: 40px;
}

.periodontal .bottom .information .text p {
  margin-bottom: 10px;
}

.periodontal .bottom .information .text h4 {
  line-height: 30px;
}

@media only screen and (max-width: 1180px) {
  .periodontal .bottom .information {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .periodontal .bottom-wrap {
    flex-direction: column;
  }

  .periodontal .bottom .container {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 992px) and (max-width: 768px) {
  .periodontal .bottom .container {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .periodontal .bottom .photo {
    width: 100%;
  }

  .periodontal .bottom .information {
    padding-top: 0;
    width: 100%;
    max-width: none;
  }

  .periodontal .bottom .information-wrap {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.treatments .title {
  padding-top: 110px;
  padding-bottom: 30px;
  max-width: 644px;
  width: 100%;
}

.treatments .top .container .color-block {
  background-color: var(--fountain-blue);
  max-width: 690px;
  width: 100%;
}

.treatments .top-wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
}

.treatments .bottom {
  background-color: var(--green);
  position: relative;
}

.treatments .bottom .frame {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  height: auto;
  width: calc((100vw - 1410px) / 2);
  min-width: 169px;
  max-width: 255px;
}

@media only screen and (max-width: 1750px) {
  .treatments .bottom .frame {
    display: none;
  }
}

.treatments .bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.treatments .bottom .list {
  max-width: 644px;
  width: 100%;
  padding-top: 125px;
  padding-bottom: 124px;
}

.treatments .bottom .list .item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.treatments .bottom .list .item h3 {
  font-family: var(--ff-elegance);
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 141.667% */
  letter-spacing: 1.5px;
}

.treatments .bottom .list .item .svg {
  border-radius: 10px;
  border: 1px solid #5CB4C7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  max-height: 44px;
  max-width: 44px;
}

.treatments .bottom .list .item:hover .svg {
  border: 1px solid var(--fountain-blue);
  background: var(--fountain-blue);
}

.treatments .bottom .list .block+.block {
  margin-top: 15px;
}

.treatments .bottom .photo-mob {
  display: none;
}

.treatments .bottom .photos {
  max-width: 690px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 460px;
}

.treatments .bottom .photos img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: var(--transition);
}

.treatments .bottom .photos img.active {
  opacity: 1;
}

@media only screen and (max-width: 1180px) {
  .treatments .bottom .list {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .treatments .bottom .photos {
    min-height: auto;
  }
}

@media only screen and (max-width: 992px) {
  .treatments {
    padding-top: var(--pt-section);
  }

  .treatments .title {
    padding-top: 0;
  }

  .treatments .color-block {
    display: none;
  }

  .treatments .bottom .list {
    max-width: none;
  }

  .treatments .bottom .list .block+.block {
    margin-top: 30px;
  }

  .treatments .bottom .container .photos {
    display: none;
  }

  .treatments .bottom .container .photo-mob {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }

  .treatments .bottom .container .photo-mob:before {
    content: "";
    display: block;
    padding-top: 57.5%;
    transition: var(--transition);
  }

  .treatments .bottom .container .photo-mob img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}

.conseils {
  padding-bottom: var(--pt-section);
  position: relative;
}

.conseils .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.conseils .top {
  padding-top: var(--pt-section);
  padding-bottom: 30px;
  position: relative;
}

.conseils .top::before {
  content: "";
  display: block;
  width: 48%;
  height: 100%;
  background-color: var(--catskill-white);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}

.conseils .top .link-tablet {
  display: none;
}

.conseils .link-mob {
  display: none;
}

.conseils .container-df {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.conseils .info {
  min-width: 189px;
}

.conseils .info .title {
  margin-bottom: 30px;
}

.conseils .blocks {
  margin: 0;
  width: 100%;
  max-width: 1050px;
}

.conseils .blocks .block {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.conseils .blocks .block h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.conseils .blocks .block .link {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .conseils .blocks .block .link:hover {
    color: var(--fountain-blue);
  }

  .conseils .blocks .block .link:hover svg path {
    stroke: var(--fountain-blue);
  }
}

.conseils .blocks .block .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.conseils .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 72.73%;
  transition: var(--transition);
}

.conseils .blocks .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.conseils .blocks .slider-nav {
  margin-left: auto;
  margin-right: 0;
}

.conseils .blocks .slider-nav .slider-arrows .swiper-button-prev,
.conseils .blocks .slider-nav .slider-arrows .swiper-button-next {
  border-radius: 10px;
  border: 1px solid var(--green);
}

.conseils .blocks .slider-nav .slider-arrows .swiper-button-prev svg path,
.conseils .blocks .slider-nav .slider-arrows .swiper-button-next svg path {
  stroke: var(--black);
}

.conseils .blocks .slider-nav .slider-arrows .swiper-button-prev:hover,
.conseils .blocks .slider-nav .slider-arrows .swiper-button-next:hover {
  border-color: var(--fountain-blue) !important;
}

.conseils .blocks .slider-nav .slider-arrows .swiper-button-prev:hover svg path,
.conseils .blocks .slider-nav .slider-arrows .swiper-button-next:hover svg path {
  stroke: var(--green);
}

@media only screen and (max-width: 992px) {
  .conseils .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .conseils .top .link-tablet {
    position: relative;
    z-index: 2;
    display: inline-flex;
  }

  .conseils .top::before {
    display: none;
  }

  .conseils .info {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .conseils .top .link-tablet {
    display: none;
  }

  .conseils .link-mob {
    display: inline-flex;
  }

  .conseils .container-df {
    flex-direction: column;
    gap: 40px;
  }
}

.paralax {
  height: 660px;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 768px) {
  .paralax {
    height: auto;
    padding-top: 66px;
    background-attachment: inherit !important;
    padding-bottom: 49.2%;
  }
}

.access .top {
  padding-top: var(--pt-section);
  padding-bottom: 30px;
  background-color: var(--catskill-white);
}

.access .bottom .container {
  max-width: none;
  padding-left: calc((100vw - 1410.1px) / 2);
  padding-right: 0;
  margin-left: auto;
  width: 100%;
  margin-right: 0;
  display: flex;
  gap: 32px;
  align-items: stretch;
  justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
  .access .bottom .container {
    padding-left: 15px;
  }
}

.access .bottom .left {
  padding-top: 40px;
  padding-bottom: 81px;
  max-width: 690px;
  width: 100%;
}

.access .bottom .left .contacts {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.access .bottom .left .contacts .contact-block {
  flex: 1;
}

.access .bottom .left .form {
  margin-top: 80px;
}

.access .bottom .left .form .title {
  margin-bottom: 30px;
}

.access .bottom .left .form .wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.access .bottom .left .form .label span {
  display: block;
  height: 100%;
  width: 100%;
}

.access .bottom .left .form .label .label-text {
  transform: var(--transition);
}

.access .bottom .left .form .label.active-label .label-text {
  opacity: 0;
}

.access .bottom .left .form-left,
.access .bottom .left .form-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.access .bottom .left .form .label {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--l-green);
  height: 48px;
  width: 100%;
}

.access .bottom .left .form .label-text {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 2;
  pointer-events: none;
  font-family: var(--ff-main);
  font-size: 14px;
}

.access .bottom .left .form .label input,
.access .bottom .left .form .label textarea {
  height: 100%;
  width: 100%;
  border: none;
  background-color: transparent;
  background: var(--catskill-white);
  padding-left: 14px;
  font-family: var(--ff-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.access .bottom .left .form .label input:focus-visible,
.access .bottom .left .form .label textarea:focus-visible {
  outline: none;
}

.access .bottom .left .form .label-textarea {
  margin-top: 20px;
  height: 150px;
}

.access .bottom .left .form textarea {
  width: 100%;
  padding-top: 12px;
  resize: none;
}

.access .bottom .left .form-custom-select {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--l-green);
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.access .bottom .left .form-custom-select.active .form-options-container,
.access .bottom .left .form-custom-select.selected .form-options-container {
  opacity: 1;
}

.access .bottom .left .form-custom-select.active .form-selected-option svg,
.access .bottom .left .form-custom-select.selected .form-selected-option svg {
  transform: rotate(180deg);
}

.access .bottom .left .form-selected-option {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  background: var(--catskill-white);
  height: 100%;
  padding: 12px 14px;
  cursor: pointer;
}

.access .bottom .left .form-custom-select .form-options-container {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #e7e9ed;
  border-radius: 20px;
  background-color: var(--green);
  color: var(--white);
  cursor: pointer;
  position: relative;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}

.access .bottom .left .form-custom-select .form-selectable-option {
  padding: 12px 20px;
  cursor: pointer;
}

.access .bottom .left .form-selectable-option:hover {
  background-color: var(--fountain-blue);
  color: var(--white);
}

.access .bottom .left .form-button {
  margin-top: 30px;
  max-width: 150px;
}

.access .bottom .left .form-button .btn {
  width: 100%;
  color: #000;
}

.access .bottom .left .form .hidden {
  display: none;
}

.access .bottom .information {
  background-color: var(--fountain-blue);
  max-width: 825px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 81px;
  color: var(--white);
  padding-left: 15px;
  position: relative;
}

.access .bottom .information .frame-b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((100vw - 1548px) / 2);
  max-width: 186px;
  min-width: 169px;
  height: auto;
}

.access .bottom .information .wrap {
  padding-left: calc((100% - 580px) / 2);
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.access .bottom .information .wrap .btn {
  max-width: 155px;
}

.access .bottom .information .wrap .btn:hover {
  color: var(--fountain-blue);
  background-color: var(--white);
}

.access .bottom .information .wrap .btn:hover svg path {
  stroke: var(--fountain-blue);
}

.access .bottom .information a {
  color: var(--white);
}

.access .bottom .information .links h3 a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.access .bottom .information .links h3+h3 {
  margin-top: 16px;
}

.access .bottom .information .links h3 svg rect {
  fill: transparent;
}

.access .bottom .information .links h3 svg path {
  stroke: #D5F4F3;
}

.access .bottom .information .links h3:hover svg rect {
  fill: #D5F4F3;
}

.access .bottom .information .links h3:hover svg path {
  stroke: var(--green);
}

.access .bottom .information .schedule {
  max-width: 424px;
  width: 100%;
  margin-top: 70px;
}

.access .bottom .information .schedule h3 {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.access .bottom .information .schedule li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  color: var(--sinbad);
}

.access .bottom .information .schedule li.active {
  color: var(--white);
}

.access .bottom .information .schedule li+li {
  margin-top: 5px;
}

.access .bottom .information .schedule-list__day {
  min-width: 90px;
}

.access .bottom .information .schedule-list--hours {
  max-width: 304px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.access .bottom .information .schedule-list--hours .before,
.access .bottom .information .schedule-list--hours .after {
  display: flex;
  gap: 10px;
  align-items: center;
}

.access .color-line {
  background-color: var(--catskill-white);
  height: 120px;
}

.access .map-wrap {
  position: relative;
}

.access .map-wrap .btn {
  position: absolute;
  top: 44px;
  left: calc((100vw - 1410.1px) / 2);
  background: #2F7593;
  z-index: 2;
  border: none;
}

.access .map-wrap .btn:hover {
  background-color: #5CB4C7;
}

@media only screen and (max-width: 1440px) {
  .access .map-wrap .btn {
    left: 15px;
  }
}

.access .map {
  height: 500px;
}

.access .map div[title=marker] {
  background-image: url(../img/marker.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45.26px !important;
  height: 59px !important;
}

.access .map div[title=marker] img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .access .map div[title=marker] {
    width: 85px !important;
    height: 85px !important;
  }
}

.access .map div[title=marker]:hover {
  transform: scale(1.2);
  transition: 0.2s;
}

@media only screen and (max-width: 1280px) and (min-width: 1180px) {
  .access .bottom .left {
    width: 51%;
  }
}

@media only screen and (max-width: 1180px) and (min-width: 992px) {
  .access .bottom .left .contacts {
    flex-direction: column;
  }

  .access .bottom .left .form .wrap {
    flex-direction: column;
  }

  .access .contact-block {
    max-width: none;
  }
}

@media only screen and (max-width: 992px) {
  .access .bottom .container {
    flex-direction: column;
    padding-left: 0;
  }

  .access .bottom .left {
    order: 1;
    padding-top: 0;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: none;
  }

  .access .bottom .left .form {
    margin-top: 40px;
  }

  .access .bottom .left .contacts {
    max-width: 768px;
  }

  .access .bottom .information {
    order: 0;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .access .bottom .information .frame-b {
    display: none;
  }

  .access .bottom .information .info-wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    max-width: 768px;
    width: 100%;
  }

  .access .bottom .information .info-wrap .links {
    min-width: 229px;
  }

  .access .bottom .information .info-wrap .schedule {
    margin-top: 0;
  }

  .access .bottom .information .wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {

  .access .bottom .left,
  .access .bottom .information {
    padding-right: var(--pt-side-mobile);
    padding-left: var(--pt-side-mobile);
  }

  .access .bottom .left {
    padding-bottom: 40px;
  }

  .access .color-line {
    height: 60px;
  }
}

@media only screen and (max-width: 660px) {
  .access .bottom .information .info-wrap {
    flex-direction: column;
  }

  .access .bottom .left .contacts {
    flex-direction: column;
  }

  .access .bottom .left .contacts .contact-block {
    max-width: none;
  }

  .access .bottom .left .form .wrap {
    flex-direction: column;
  }

  .access .bottom .information .schedule {
    max-width: 324px;
  }

  .access .bottom .information .schedule li p {
    font-size: 14px;
  }

  .access .bottom .information .schedule-list__day {
    min-width: 77px;
  }
}

.footer {
  padding-top: 79px;
  padding-bottom: 34px;
  background: url(../img/footer.png);
  background-size: cover;
}

.footer .logo {
  max-width: 96px;
  height: 91px;
  display: block;
}

.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.footer .contacts {
  display: flex;
  max-width: 450px;
  width: 100%;
  gap: 30px;
  margin-top: 68px;
}

.footer .contact-block {
  flex: 1;
  min-width: 210px;
}

.footer .contact-block p {
  margin-bottom: 10px;
}

.footer .contact-block a {
  color: var(--white);
  display: inline-flex;
  align-items: flex-start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.footer .contact-block a svg {
  padding-top: 0;
}

.footer .contact-block a svg path {
  fill: var(--fountain-blue);
}

.footer .contact-block p {
  color: var(--fountain-blue);
}

.footer nav {
  max-width: 690px;
  width: 100%;
  padding-top: 62px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-end;
}

.footer nav #footer-menu-left {
  max-width: 210px;
  width: 100%;
}

.footer nav #footer-menu-right {
  max-width: 450px;
  width: 100%;
}

.footer nav ul li+li {
  margin-top: 16px;
}

.footer nav a {
  color: var(--white);
  white-space: nowrap;
}

.footer nav a:hover {
  color: var(--fountain-blue);
}

.footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 105px;
  color: var(--fountain-blue);
}

.footer .bottom .left {
  display: flex;
  gap: 20px;
}

.footer .bottom .left a:hover {
  color: var(--white);
}

.footer .bottom a {
  color: var(--fountain-blue);
}

@media only screen and (max-width: 992px) {
  .footer .contacts {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .footer .top {
    flex-direction: column;
  }

  .footer .contacts {
    margin-top: 40px;
  }

  .footer .logo {
    margin: 0 auto;
  }

  .footer .info {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .footer nav {
    flex-direction: column;
    padding-top: 20px;
  }

  .footer nav a {
    white-space: normal;
  }

  .footer .bottom {
    flex-direction: column;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .footer .bottom .right p {
    text-align: center;
  }

  .footer .bottom .left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.hero-photo {
  padding-bottom: 14.584%;
  background-repeat: no-repeat !important;
  background-size: 100%;
  width: 100%;
  height: 0;
  background-size: cover !important;
  position: relative;
}

.hero-photo .gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-photo .gradient-first {
  background: url(../img/post-hero-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-notre {
  padding-bottom: 23.438%;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

.hero-notre-wrap {
  position: relative;
  z-index: 2;
}

.hero-notre-wrap .frame {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 11.511%;
}

.hero-notre-wrap .frame-2 {
  position: absolute;
  left: 0;
  top: 100%;
}

.page-cabinet {
  position: relative;
}

.page-cabinet .philosophy {
  position: relative;
}

.page-cabinet .philosophy h2 {
  color: var(--white);
  margin-bottom: 30px;
}

.page-cabinet .philosophy .bg-color {
  height: 74.185%;
}

.page-cabinet .philosophy .bg {
  position: absolute;
  top: 74.185%;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .page-cabinet .philosophy .bg {
    display: none;
  }
}

.page-cabinet .philosophy-container {
  width: 100%;
  padding-top: 100px;
  padding-left: calc((100vw - 1410px) / 2);
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .page-cabinet .philosophy-container {
    padding-left: 15px;
  }
}

.page-cabinet .philosophy-container .container {
  margin: 0;
  padding-left: 15px;
}

.page-cabinet .philosophy-wrap {
  background: var(--green);
  gap: 30px;
  padding-right: 0;
  display: flex;
  align-items: stretch;
}

.page-cabinet .philosophy-wrap .photo {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page-cabinet .philosophy-wrap .photo-wrap {
  max-width: 690px;
  width: 100%;
}

.page-cabinet .philosophy-wrap .photo:before {
  content: "";
  display: block;
  padding-top: 72.464%;
  transition: var(--transition);
}

.page-cabinet .philosophy-wrap .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.page-cabinet .philosophy-wrap .info {
  padding-right: 15px;
  max-width: 570px;
  width: 100%;
  color: var(--white);
}

.page-cabinet .philosophy-wrap .info-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: calc((100% - 1365px) / 2);
}

.page-cabinet .philosophy-wrap .info ul {
  margin-top: 20px;
}

.page-cabinet .philosophy-wrap .info ul li {
  padding-left: 9px;
  display: inline-flex;
  align-items: flex-start;
  gap: 11px;
}

.page-cabinet .philosophy-wrap .info ul li::before {
  content: "";
  transform: translateY(10px);
  width: 4px;
  height: 4px;
  min-width: 4px;
  min-height: 4px;
  border-radius: 50%;
  background-color: var(--white);
  display: block;
}

@media only screen and (max-width: 999px) {
  .page-cabinet .philosophy {
    padding-top: 40px;
  }

  .page-cabinet .philosophy h2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 999px) and (max-width: 768px) {
  .page-cabinet .philosophy h2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 999px) {
  .page-cabinet .philosophy-container {
    padding: 0;
  }

  .page-cabinet .philosophy-wrap {
    flex-direction: column;
  }

  .page-cabinet .philosophy-wrap .photo {
    max-width: none;
  }

  .page-cabinet .philosophy-wrap .photo-wrap {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    max-width: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 999px) and (max-width: 768px) {
  .page-cabinet .philosophy-wrap .photo-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 999px) {
  .page-cabinet .philosophy .info {
    max-width: none;
  }

  .page-cabinet .philosophy .info-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 999px) and (max-width: 768px) {
  .page-cabinet .philosophy .info-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page-cabinet .valeurs {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}

.page-cabinet .valeurs .blocks {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-cabinet .valeurs .blocks>.block {
  max-width: 596px;
  width: 60%;
}

.page-cabinet .valeurs .blocks>.block svg {
  width: 100%;
  height: auto;
}

.page-cabinet .valeurs .blocks .wrap {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  max-width: 310px;
  width: 100%;
}

.page-cabinet .valeurs .blocks .wrap .block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-cabinet .valeurs .blocks .wrap-1 {
  align-items: flex-end;
  margin-right: -44px;
}

.page-cabinet .valeurs .blocks .wrap-2 {
  margin-left: -44px;
}

.page-cabinet .valeurs .blocks .wrap-2 .block .icon {
  order: 0;
}

.page-cabinet .valeurs .blocks .wrap-2 .block h3 {
  order: 1;
}

@media only screen and (max-width: 1085px) {
  .page-cabinet .valeurs .blocks>.block {
    width: 60%;
  }
}

@media only screen and (max-width: 992px) {
  .page-cabinet .valeurs {
    padding-bottom: var(--pt-section);
    padding-top: var(--pt-section);
  }

  .page-cabinet .valeurs .blocks {
    justify-content: space-between;
    margin-top: 40px;
    justify-content: flex-start;
  }

  .page-cabinet .valeurs .blocks .wrap-1 svg {
    order: 0;
  }

  .page-cabinet .valeurs .blocks .wrap-1 h3 {
    order: 1;
  }

  .page-cabinet .valeurs .blocks .wrap-1,
  .page-cabinet .valeurs .blocks .wrap-2 {
    margin: 0;
    align-items: flex-start;
  }

  .page-cabinet .valeurs .blocks>.block {
    display: none;
  }
}

@media only screen and (max-width: 626px) {
  .page-cabinet .valeurs .blocks {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}

.page-cabinet .technology {
  padding-bottom: 120px;
}

.page-cabinet .technology .title {
  margin-bottom: 30px;
}

.page-cabinet .technology .blocks {
  display: flex;
  align-items: stretch;
}

.page-cabinet .technology .blocks .block {
  max-height: 578px;
  flex: 0.8768;
  width: 100%;
  transition: var(--transition);
}

.page-cabinet .technology .blocks .block .photo {
  overflow: hidden;
  height: 400px;
}

.page-cabinet .technology .blocks .block .photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition);
}

.page-cabinet .technology .blocks .block .info {
  margin-top: 20px;
}

.page-cabinet .technology .blocks .block .info h3 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .page-cabinet .technology .blocks .block .info .text {
    opacity: 0;
    transition: 0.3s ease;
  }
}

.page-cabinet .technology .blocks .block.active {
  flex: 1.9484;
}

.page-cabinet .technology .blocks .block.active .photo:before {
  padding-top: 66.667%;
}

.page-cabinet .technology .blocks .block.active .info .text {
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
  .page-cabinet .technology .blocks .block .photo {
    height: 447px;
  }

  .page-cabinet .technology .blocks .block {
    flex: 0.5768;
  }

  .page-cabinet .technology .blocks .block.active {
    flex: 2;
  }
}

@media only screen and (max-width: 992px) {
  .page-cabinet .technology .blocks {
    flex-direction: column;
    gap: 30px;
    height: auto;
  }

  .page-cabinet .technology .blocks .block {
    flex: auto;
    max-height: none;
  }

  .page-cabinet .technology .blocks .block .photo {
    height: auto;
    position: relative;
    width: 100%;
  }

  .page-cabinet .technology .blocks .block .photo:before {
    content: "";
    display: block;
    padding-top: 66.667%;
    transition: var(--transition);
  }

  .page-cabinet .technology .blocks .block .photo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}

.page-cabinet .gallery {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}

.page-cabinet .gallery .container {
  max-width: 1170px;
}

.page-cabinet .gallery-bg {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-right: calc((100vw - 1409px) / 2);
}

.page-cabinet .gallery-bg .color-bg {
  width: 100%;
  height: 100%;
  background-color: var(--fountain-blue);
}

@media only screen and (max-width: 1440px) {
  .page-cabinet .gallery-bg {
    padding-right: 15px;
  }
}

.page-cabinet .gallery-slider {
  width: 100%;
}

.page-cabinet .gallery-slider .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page-cabinet .gallery-slider .photo:before {
  content: "";
  display: block;
  padding-top: 51.282%;
  transition: var(--transition);
}

.page-cabinet .gallery-slider .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 768px) {
  .page-cabinet .gallery-slider .photo:before {
    padding-top: 73.282%;
  }

  .page-cabinet .gallery {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cabinet .gallery-bg {
    padding-right: 0;
  }
}

.page-team .container {
  position: relative;
  z-index: 2;
}

.page-team .doctors {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 60px;
  justify-content: space-between;
}

.page-team .doctors .block {
  width: calc(50% - 15px);
}

.page-team .doctors .block-wrap {
  display: flex;
  align-items: flex-start;
  align-items: stretch;
  gap: 30px;
  width: 100%;
}

.page-team .doctors .block .photo-wrap {
  max-width: 330px;
  width: 54%;
}

.page-team .doctors .block .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page-team .doctors .block .photo:before {
  content: "";
  display: block;
  padding-top: 133.334%;
  transition: var(--transition);
}

.page-team .doctors .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.page-team .doctors .block .info {
  max-width: 330px;
  width: 60%;
  display: flex;
  flex-direction: column;
}

.page-team .doctors .block .info h2 {
  color: var(--green);
  margin-bottom: 10px;
  max-width: 252px;
  width: 100%;
}

.page-team .doctors .block .info .btn {
  margin-top: 30px;
  max-width: 140px;
}

.page-team .doctors .block .link-mobile {
  display: none;
}

.page-team .doctors .block .social {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}

.page-team .doctors .block .social a {
  display: block;
  width: 24px;
  height: 24px;
}

.page-team .doctors .block .social a svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 992px) {
  .page-team .doctors .block {
    width: calc(50% - 22.5px);
  }

  .page-team .doctors .block-wrap {
    flex-direction: column;
    justify-content: space-between;
  }

  .page-team .doctors .block .photo-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: none;
  }

  .page-team .doctors .block .info {
    max-width: none;
    width: 100%;
  }

  .page-team .doctors .block .info-wrap {
    margin-top: 20px;
  }

  .page-team .doctors .block .info .btn {
    display: none;
  }

  .page-team .doctors .block .link-mobile {
    display: inline-flex;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .page-team .doctors {
    flex-direction: column;
  }

  .page-team .doctors .block {
    width: 100%;
  }
}

.page-team .secretaries,
.page-team .assistants {
  margin-top: 60px;
}

.page-team .secretaries h2,
.page-team .assistants h2 {
  margin-bottom: 20px;
  color: var(--green);
}

.page-team .secretaries .blocks,
.page-team .assistants .blocks {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}

.page-team .secretaries .blocks .block,
.page-team .assistants .blocks .block {
  max-width: 210px;
  width: 100%;
}

.page-team .secretaries .blocks .block h3,
.page-team .assistants .blocks .block h3 {
  margin-top: 20px;
  margin-bottom: 6px;
}

.page-team .secretaries .blocks .block p,
.page-team .assistants .blocks .block p {
  text-align: left;
}

@media only screen and (max-width: 768px) {

  .page-team .secretaries .blocks,
  .page-team .assistants .blocks {
    flex-wrap: wrap;
  }

  .page-team .secretaries .blocks .block,
  .page-team .assistants .blocks .block {
    width: calc(50% - 22.5px);
    max-width: none;
  }
}

.single-doctor .container {
  max-width: 1440px !important;
}

.single-doctor .container .wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
}

.single-doctor .container .wrap .photo {
  max-width: 330px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.single-doctor .container .wrap .photo:before {
  content: "";
  display: block;
  padding-top: 133.334%;
  transition: var(--transition);
}

.single-doctor .container .wrap .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.single-doctor .container .wrap .content {
  max-width: 920px;
  width: 100%;
}

.single-doctor .container .wrap .content h2,
.single-doctor .container .wrap .content h3 {
  color: var(--green);
  margin-bottom: 6px;
  margin-top: 30px;
}

.single-doctor .container .wrap .content div+div {
  margin-top: 6px;
}

.single-doctor .container .wrap .content ul li+li {
  margin-top: 6px;
}

.single-doctor .content-doctor {
  max-width: 930px;
  width: 100%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .single-doctor .content-doctor p {
    text-align: left;
  }
}

.single-doctor .content-doctor h2,
.single-doctor .content-doctor h3,
.single-doctor .content-doctor h4,
.single-doctor .content-doctor h5 {
  color: var(--green);
}

.single-doctor .content-doctor h2+p,
.single-doctor .content-doctor h2+ul,
.single-doctor .content-doctor h2+div,
.single-doctor .content-doctor h3+p,
.single-doctor .content-doctor h3+ul,
.single-doctor .content-doctor h3+div,
.single-doctor .content-doctor h4+p,
.single-doctor .content-doctor h4+ul,
.single-doctor .content-doctor h4+div,
.single-doctor .content-doctor h5+p,
.single-doctor .content-doctor h5+ul,
.single-doctor .content-doctor h5+div {
  margin-top: 6px;
}

.single-doctor .content-doctor .social {
  position: absolute;
  right: 0;
  top: 40px;
}

@media only screen and (max-width: 992px) {
  .single-doctor .content-doctor .social {
    display: none;
  }
}

.single-doctor p+h1,
.single-doctor p+h2,
.single-doctor p+h3,
.single-doctor p+h4,
.single-doctor p+h5,
.single-doctor div+h1,
.single-doctor div+h2,
.single-doctor div+h3,
.single-doctor div+h4,
.single-doctor div+h5,
.single-doctor ul+h1,
.single-doctor ul+h2,
.single-doctor ul+h3,
.single-doctor ul+h4,
.single-doctor ul+h5 {
  margin-top: 30px;
}

.single-doctor div+div {
  margin-top: 6px;
}

@media only screen and (max-width: 768px) {
  .single-doctor .wrap {
    flex-direction: column;
  }

  .single-doctor .wrap .photo {
    margin: 0 auto;
  }
}

.page-parodontales .frame-posts-r {
  top: 49%;
}

.page-parodontales .content-container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: calc((100vw - 1440px) / 2);
}

.page-parodontales .content-container .wrap {
  display: flex;
  padding-right: 15px;
}

.page-parodontales .content-container .wrap .info-wrap {
  padding-top: 53px;
  padding-bottom: 53px;
  background-color: var(--fountain-blue);
  color: var(--white);
  max-width: 975px;
  width: 100%;
  padding-left: calc((100vw - 1440px) / 2);
}

@media only screen and (min-width: 992px) {
  .page-parodontales .content-container .wrap .info-wrap .info {
    max-width: 615px;
    padding-left: 15px;
    padding-right: 30px;
  }
}

.page-parodontales .content-container .wrap .photo {
  max-width: 690px;
  width: 100%;
}

.page-parodontales .content-container .wrap .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .page-parodontales .content-container .wrap {
    flex-direction: column;
    padding-right: 0;
  }

  .page-parodontales .content-container .wrap .info-wrap {
    padding-left: var(--pt-side-mobile);
    padding-right: var(--pt-side-mobile);
  }

  .page-parodontales .content-container .wrap .photo {
    max-width: none;
  }
}

.page-parodontales .posts-wrap {
  padding-top: 60px;
  position: relative;
}

.page-parodontales .posts-wrap .container .posts {
  max-width: 1290px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.page-parodontales .posts-wrap .container .posts h2 {
  max-width: 570px;
  width: 100%;
}

.page-parodontales .posts-wrap .container .posts h2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--ff-elegance);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.5px;
}

.page-parodontales .posts-wrap .container .posts h2 a .svg {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--fountain-blue);
}

.page-parodontales .posts-wrap .container .posts h2 a:hover .svg {
  background: var(--fountain-blue);
}

.page-parodontales .posts-wrap .container .posts h2 a:hover .svg svg path {
  stroke: var(--white);
}

.single-page .container,
.single-page-page .container {
  max-width: 960px;
  position: relative;
}

.single .content strong,
.single-page .content strong {
  font-family: "Poppins-medium", sans-serif;
}

.single .content a:hover,
.single-page .content a:hover {
  text-decoration: underline;
}

.single .content p,
.single-page .content p {
  text-align: justify;
}

.single .content p+h2,
.single .content p+h3,
.single .content p+h4,
.single .content p+h5,
.single .content p+h6,
.single-page .content p+h2,
.single-page .content p+h3,
.single-page .content p+h4,
.single-page .content p+h5,
.single-page .content p+h6 {
  margin-top: 40px;
}

.single .content p+p,
.single-page .content p+p {
  margin-top: 20px;
}

.single .content h2,
.single .content h3,
.single .content h4,
.single .content h5,
.single .content h6,
.single-page .content h2,
.single-page .content h3,
.single-page .content h4,
.single-page .content h5,
.single-page .content h6 {
  color: var(--green);
}

.single .content h2+p,
.single .content h2+ul,
.single .content h3+p,
.single .content h3+ul,
.single .content h4+p,
.single .content h4+ul,
.single .content h5+p,
.single .content h5+ul,
.single .content h6+p,
.single .content h6+ul,
.single-page .content h2+p,
.single-page .content h2+ul,
.single-page .content h3+p,
.single-page .content h3+ul,
.single-page .content h4+p,
.single-page .content h4+ul,
.single-page .content h5+p,
.single-page .content h5+ul,
.single-page .content h6+p,
.single-page .content h6+ul {
  margin-top: 15px;
}

.single .content h2+p,
.single .content h3+p,
.single .content h4+p,
.single .content h5+p,
.single .content h2+div,
.single .content h3+div,
.single .content h4+div,
.single .content h5+div,
.single-page .content h2+p,
.single-page .content h3+p,
.single-page .content h4+p,
.single-page .content h5+p,
.single-page .content h2+div,
.single-page .content h3+div,
.single-page .content h4+div,
.single-page .content h5+div {
  margin-top: 16px;
}

.single .content p+h2,
.single .content p+h3,
.single .content p+h4,
.single .content p+h5,
.single-page .content p+h2,
.single-page .content p+h3,
.single-page .content p+h4,
.single-page .content p+h5 {
  margin-top: 20px;
}

.single .content h2+h3,
.single-page .content h2+h3 {
  margin-top: 10px;
}

.single .content p+figure,
.single-page .content p+figure {
  margin-top: 60px;
}

.single .content figure img,
.single-page .content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.single .content figure.size-full,
.single-page .content figure.size-full {
  width: 100%;
}

.single .content figure.size-full img,
.single-page .content figure.size-full img {
  display: block;
  width: 100% !important;
}

.single .content figure+p,
.single .content figure+ul,
.single .content figure+h2,
.single .content figure+h3,
.single .content figure+h4,
.single .content figure+h5,
.single .content figure+h6,
.single-page .content figure+p,
.single-page .content figure+ul,
.single-page .content figure+h2,
.single-page .content figure+h3,
.single-page .content figure+h4,
.single-page .content figure+h5,
.single-page .content figure+h6 {
  margin-top: 40px;
}

.single .content ul,
.single .content ol,
.single-page .content ul,
.single-page .content ol {
  padding-left: 25px;
}

.single .content ul li,
.single .content ol li,
.single-page .content ul li,
.single-page .content ol li {
  display: list-item;
}

.single .content ul+div,
.single .content ul+p,
.single .content ul+ul,
.single .content ul+h2,
.single .content ul+h3,
.single .content ul+h4,
.single .content ul+h5,
.single .content ul+h6,
.single .content ol+div,
.single .content ol+p,
.single .content ol+ul,
.single .content ol+h2,
.single .content ol+h3,
.single .content ol+h4,
.single .content ol+h5,
.single .content ol+h6,
.single-page .content ul+div,
.single-page .content ul+p,
.single-page .content ul+ul,
.single-page .content ul+h2,
.single-page .content ul+h3,
.single-page .content ul+h4,
.single-page .content ul+h5,
.single-page .content ul+h6,
.single-page .content ol+div,
.single-page .content ol+p,
.single-page .content ol+ul,
.single-page .content ol+h2,
.single-page .content ol+h3,
.single-page .content ol+h4,
.single-page .content ol+h5,
.single-page .content ol+h6 {
  margin-top: 40px;
}

.single .content .wp-block-group,
.single-page .content .wp-block-group {
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.single .content .wp-block-group>div,
.single .content .wp-block-group>figure,
.single .content .wp-block-group>img,
.single .content .wp-block-group>p,
.single-page .content .wp-block-group>div,
.single-page .content .wp-block-group>figure,
.single-page .content .wp-block-group>img,
.single-page .content .wp-block-group>p {
  flex: 1;
  margin-top: 0;
}

.single .before-after,
.single-page .before-after {
  margin-top: 60px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}

.single .before-after .before,
.single .before-after .after,
.single-page .before-after .before,
.single-page .before-after .after {
  position: relative;
  width: 100%;
}

.single .before-after .before:before,
.single .before-after .after:before,
.single-page .before-after .before:before,
.single-page .before-after .after:before {
  content: "";
  display: block;
  padding-top: 57.78%;
  transition: var(--transition);
}

.single .before-after .before img,
.single .before-after .after img,
.single-page .before-after .before img,
.single-page .before-after .after img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.single .before-after .before .sticker,
.single .before-after .after .sticker,
.single-page .before-after .before .sticker,
.single-page .before-after .after .sticker {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  color: #fff;
  border-radius: 6px;
  background: rgba(92, 180, 199, 0.65);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 6px 16px;
}

.single .text-bg,
.single-page .text-bg {
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 930px;
  margin-top: 60px;
  width: 100%;
}

.single .text-bg p,
.single-page .text-bg p {
  font-family: "Rounded Elegance", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.5px;
}

.single .text-bg+p,
.single .text-bg+div,
.single .text-bg+ul,
.single .text-bg+ol,
.single-page .text-bg+p,
.single-page .text-bg+div,
.single-page .text-bg+ul,
.single-page .text-bg+ol {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {

  .single .before-after,
  .single-page .before-after {
    margin-top: 40px;
    gap: 20px;
  }

  .single .text-bg,
  .single-page .text-bg {
    margin-top: 40px;
  }

  .single .text-bg+p,
  .single .text-bg+div,
  .single .text-bg+ul,
  .single .text-bg+ol,
  .single-page .text-bg+p,
  .single-page .text-bg+div,
  .single-page .text-bg+ul,
  .single-page .text-bg+ol {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 576px) {

  .single .before-after,
  .single-page .before-after {
    flex-direction: column;
  }
}

.page-conseils .container {
  position: relative;
  z-index: 2;
}

.page-conseils .blocks {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.page-conseils .blocks .block {
  width: calc(33.3333333333% - 22.5px);
}

.page-conseils .blocks .block .photo {
  position: relative;
  width: 100%;
}

.page-conseils .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 72.73%;
  transition: var(--transition);
}

.page-conseils .blocks .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.page-conseils .blocks .block .info {
  margin-top: 20px;
}

.page-conseils .blocks .block h3 {
  margin-bottom: 20px;
}

.page-conseils .blocks .block .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .page-conseils .blocks .block .link:hover {
    color: var(--green);
  }

  .page-conseils .blocks .block .link:hover svg path {
    stroke: var(--green);
  }
}

@media only screen and (max-width: 1050px) {
  .page-conseils .blocks {
    flex-wrap: wrap;
  }

  .page-conseils .blocks .block {
    width: calc(33.3333333333% - 22.5px);
  }
}

@media only screen and (max-width: 992px) {
  .page-conseils .blocks .block {
    width: calc(50% - 22.5px);
  }
}

@media only screen and (max-width: 576px) {
  .page-conseils .blocks .block {
    width: 100%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}