/* fonts */
/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/outfit-v11-latin-regular.woff2") format("woff2"), url("/assets/fonts/outfit-v11-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/outfit-v11-latin-500.woff2") format("woff2"), url("/assets/fonts/outfit-v11-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/outfit-v11-latin-600.woff2") format("woff2"), url("/assets/fonts/outfit-v11-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-family: "Chillax-Extralight";
  src: url("/assets/fonts/Chillax-Extralight.woff2") format("woff2"), url("/assets/fonts/Chillax-Extralight.woff") format("woff"), url("/assets/fonts/Chillax-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Chillax-Light";
  src: url("/assets/fonts/Chillax-Light.woff2") format("woff2"), url("/assets/fonts/Chillax-Light.woff") format("woff"), url("/assets/fonts/Chillax-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Chillax-Regular";
  src: url("/assets/fonts/Chillax-Regular.woff2") format("woff2"), url("/assets/fonts/Chillax-Regular.woff") format("woff"), url("/assets/fonts/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Chillax-Medium";
  src: url("/assets/fonts/Chillax-Medium.woff2") format("woff2"), url("/assets/fonts/Chillax-Medium.woff") format("woff"), url("/assets/fonts/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Chillax-Semibold";
  src: url("/assets/fonts/Chillax-Semibold.woff2") format("woff2"), url("/assets/fonts/Chillax-Semibold.woff") format("woff"), url("/assets/fonts/Chillax-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Chillax-Bold";
  src: url("/assets/fonts/Chillax-Bold.woff2") format("woff2"), url("/assets/fonts/Chillax-Bold.woff") format("woff"), url("/assets/fonts/Chillax-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "Chillax-Variable";
  src: url("/assets/fonts/Chillax-Variable.woff2") format("woff2"), url("/assets/fonts/Chillax-Variable.woff") format("woff"), url("/assets/fonts/Chillax-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 400;
  background-color: #F4F6F6;
  color: #002233;
}

a {
  color: #002233;
}

button {
  background: none;
  border: 0;
  font-family: inherit;
  color: inherit;
}

video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

picture {
  display: block;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  border: 0;
}

input, textarea {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

iframe {
  border: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.full-width {
  width: 100% !important;
}

.hidden {
  display: none !important;
}

strong, .bold {
  font-weight: 700;
}

.nopadding {
  padding: 0;
}

.width_75 {
  width: 75%;
}

.width_66 {
  width: 66.66%;
}

.width_50 {
  width: 50%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fdfdfc;
  background: rgba(253, 253, 252, 0);
}
header.scroll {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: rgba(253, 253, 252, 0.35);
}
header .wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: none;
  padding: 12px 20px;
}
header .logo a, header .logo img {
  display: block;
}
header .header-right {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .rdv {
  display: none;
}
header #menu-link button {
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
}
header #menu-link button .burger {
  margin-left: 32px;
}

main .search-form {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
main .search-form form {
  margin: 48px 0;
  border: 1px solid #002233;
}
main .search-form input {
  border-bottom: 0;
  font-size: 24px;
  letter-spacing: 0.75px;
}
main .search-form input::-moz-placeholder {
  text-transform: none;
  font-size: inherit;
}
main .search-form input::placeholder {
  text-transform: none;
  font-size: inherit;
}
main .search-form button {
  background-size: 24px 24px;
}

#search #search-block {
  padding: 72px 24px 128px 24px;
  background-color: #d8f2ff;
  text-align: center;
}
#search #search-block h3 {
  font-size: 24px;
}
#search #search-block .search-form form {
  border: 0;
}
#search #search-block .search-form form input {
  border-bottom: 1px solid #002233;
}
#search #search-block .search-form form input::-moz-placeholder {
  text-transform: uppercase;
}
#search #search-block .search-form form input::placeholder {
  text-transform: uppercase;
}

.search-link a {
  margin: 48px 0;
}
.search-link a span {
  display: block;
  padding-right: 24px;
  background-image: url(/assets/img/search.svg);
  background-position: right center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.search-link a:hover span {
  background-image: url(/assets/img/search+.svg);
}

.search-focus {
  height: 100vh;
  overflow: hidden;
}
.search-focus .nav--menu {
  overflow: hidden;
}
.search-focus .nav--menu nav {
  overflow: hidden;
  opacity: 0.2;
}
.search-focus .search-form {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  height: 80px;
  opacity: 1;
  z-index: 100;
}

.search-form {
  align-self: flex-end;
  width: 100%;
}
.search-form form {
  position: relative;
}
.search-form input {
  width: 100%;
  display: inline-block;
  padding: 15px 50px 15px 16px;
  line-height: 34px;
  font-family: "Chillax-Variable";
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #002233;
  border-bottom: 1px solid #002233;
}
.search-form input::-moz-placeholder {
  text-transform: uppercase;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.search-form input::placeholder {
  text-transform: uppercase;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.search-form input:focus {
  background-color: #d8f2ff;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 16px;
  display: inline-block;
  line-height: 34px;
  width: 34px;
  height: 100%;
  background-image: url(/assets/img/search.svg);
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prev {
  display: none;
  width: 80px;
  height: 80px;
  transform: rotate(180deg);
  -webkit-mask-image: url(/assets/img/arrow.svg);
  mask-image: url(/assets/img/arrow.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #002233;
  cursor: pointer;
}

.close {
  width: 48px;
  height: 32px;
  background-image: url(/assets/img/close.svg);
  cursor: pointer;
}

.nav--menu {
  width: 100%;
  height: 100vh;
  display: flex;
  transition: all 1s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: -100vw;
  overflow: hidden;
  z-index: 99998;
  content: "";
  background-color: #fdfdfc;
  transform: translateX(100%);
}
.nav--menu .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.nav--menu.active a {
  opacity: 1;
}
.nav--menu .wrapper {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.nav--menu nav {
  width: 100%;
  height: calc(100% - 80px);
}
.nav--menu nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  list-style-type: none;
}
.nav--menu nav > ul > li {
  width: 100%;
}
.nav--menu nav > ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.nav--menu nav > ul > li > a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 32px;
  font-family: "Chillax-Variable";
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #002233;
  text-decoration: none;
}
.nav--menu nav > ul > li > a:before {
  transition: width 1s ease, background-color 2s ease;
  display: inline-block;
  content: " ";
  width: 0px;
  height: 42px;
  -webkit-mask-image: url(/assets/img/arrow.svg);
  mask-image: url(/assets/img/arrow.svg);
  -webkit-mask-position: center left;
          mask-position: center left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #002233;
}
.nav--menu nav > ul > li > a:hover:before {
  width: 40px;
  margin-left: 10px;
}
.nav--menu nav > ul > li > ul {
  display: none;
  list-style-type: none;
}
.nav--menu nav > ul > li > ul > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #002233;
}
.nav--menu nav > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.nav--menu nav > ul > li > ul > li > a > span {
  min-height: 80px;
}
.nav--menu nav > ul > li > ul > li a {
  width: calc(100% - 80px);
  font-size: 24px;
  color: #002233;
  text-decoration: none;
}
.nav--menu nav > ul > li > ul > li a > span {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 24px;
}
.nav--menu nav > ul > li > ul > li button {
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/img/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 18px;
  -webkit-mask-size: 24px 18px;
          mask-size: 24px 18px;
  transform: rotate(90deg);
  cursor: pointer;
}
.nav--menu nav > ul > li > ul > li button:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 80px;
  background-image: url(/assets/img/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 18px;
  z-index: 1;
}
.nav--menu nav > ul > li > ul > li button.active:after {
  display: block;
}
.nav--menu nav > ul > li > ul > li > ul {
  display: none;
  width: 100%;
  padding: 12px 12px 16px 12px;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style-type: none;
  border-top: 1px solid #002233;
  background-color: #d8f2ff;
}
.nav--menu nav > ul > li > ul > li > ul > li {
  width: 100%;
}
.nav--menu nav > ul > li > ul > li > ul > li a {
  font-size: 16px;
  letter-spacing: 0.8px;
}

.nav--is-visible {
  overflow-y: hidden;
  height: 100vh;
}
.nav--is-visible header {
  z-index: 1000;
}
.nav--is-visible header .nav--brand {
  color: #000;
}
.nav--is-visible header .nav--toggle {
  color: #000;
}
.nav--is-visible header .nav--label-container .nav--label {
  transform: translateY(100%);
  opacity: 0;
}
.nav--is-visible header .nav--label-container .nav--label:last-of-type {
  transform: translateY(0%);
  opacity: 1;
}
.nav--is-visible header .nav--menu {
  transform: translateX(0);
  visibility: visible;
}
.nav--is-visible header .nav--menu li {
  opacity: 1;
  transform: translateY(0%);
}
.nav--is-visible header .nav--menu li:nth-child(1) {
  transition-delay: 0.2s;
}
.nav--is-visible header .nav--menu li:nth-child(2) {
  transition-delay: 0.3s;
}
.nav--is-visible header .nav--menu li:nth-child(3) {
  transition-delay: 0.4s;
}
.nav--is-visible header .nav--menu li:nth-child(4) {
  transition-delay: 0.5s;
}

.burger {
  width: 48px;
}
.burger span {
  transition: margin 0.5s ease-in-out;
  display: block;
  width: 36px;
  height: 1px;
  background-color: #002233;
}
.burger span:not(:last-child) {
  margin-bottom: 8px;
}
.burger span:nth-child(odd) {
  margin-left: 12px;
}
.burger:hover span:nth-child(even) {
  margin-left: 12px;
}
.burger:hover span:nth-child(odd) {
  margin-left: 0px;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

#breadcrumbs {
  padding: 16px 24px;
}
#breadcrumbs ul {
  list-style-type: none;
}
#breadcrumbs ul li {
  display: inline-block;
}
#breadcrumbs ul li a {
  text-decoration: none;
}
#breadcrumbs ul li a:hover {
  text-decoration: underline;
}
#breadcrumbs ul li:last-child {
  font-weight: 600;
}
#breadcrumbs ul li:not(:last-child):after {
  content: "-";
  padding: 0 2px;
}

main {
  display: block;
  width: 100%;
  min-height: 500px;
  background-color: #fdfdfc;
}

#category main, #service main, #contact main {
  margin-top: 80px;
}

#splashscreen {
  width: 100%;
  min-height: 160px;
}
#splashscreen .wrapper {
  padding: 48px 24px;
}

.arrow-next-section {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.arrow-next-section button {
  display: inline-block;
  width: 32px;
  height: 60px;
  margin: 0 auto;
  background-image: url(/assets/img/bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.full-height {
  height: 100vh;
}
.full-height .video, .full-height #background-img {
  width: auto;
  height: 100%;
}
.full-height .video picture, .full-height #background-img picture {
  width: 100%;
  height: 100%;
  text-align: center;
}
.full-height .video img, .full-height #background-img img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

#splashscreen h1 {
  font-size: 36px;
}

#index #splashscreen {
  aspect-ratio: 0.75;
  text-shadow: 1px 1px #002233;
}
#index #splashscreen p {
  color: #fdfdfc;
  font-weight: 500;
  font-size: 24px;
}
#index #splashscreen .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}
#index #splashscreen .video video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
}

#category #splashscreen {
  height: 405px;
}
#category #splashscreen h1 {
  color: #002233;
}
#category #splashscreen .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}
#category #splashscreen .video video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
}

#splashscreen {
  position: relative;
}
#splashscreen .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 1;
}
#splashscreen .wrapper > * {
  width: 100%;
}
#splashscreen h1 {
  width: 100%;
  line-height: 42px;
  margin: 8px auto;
  text-transform: uppercase;
  font-family: "Chillax-Variable";
  font-weight: 572;
  color: #fdfdfc;
  text-align: center;
  -webkit-hyphens: auto;
          hyphens: auto;
  z-index: 1;
}
#splashscreen p {
  color: #fdfdfc;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1.2px;
  z-index: 1;
}
#splashscreen img {
  display: block;
  width: 100%;
}
#splashscreen #background-img {
  overflow: hidden;
}

#page-section h1 {
  margin-bottom: 25px;
  text-align: center;
}
#page-section #page-content h2 {
  margin: 16px 0;
}
#page-section #page-content p {
  margin-bottom: 10px;
}

.service-list {
  padding: 48px 24px 16px 24px;
}
.service-list > h2 {
  line-height: 120%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #39d1ff;
}
.service-list > h3 {
  line-height: 120%;
  margin-bottom: 48px;
  font-family: "Chillax-Variable";
  font-size: 32px;
  font-weight: 572;
}
.service-list .excerpt {
  line-height: 150%;
  margin-bottom: 32px;
}
.service-list .service-img {
  width: 100%;
  max-width: 480px;
}
.service-list .service-img a {
  display: block;
}
.service-list .service-img picture {
  display: block;
}
.service-list .service-img picture img {
  display: block;
}
.service-list > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: 40px;
  gap: 24px;
}
.service-list > div .service {
  max-width: 480px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #F4F6F6;
}
.service-list > div h3 {
  line-height: 120%;
  font-size: 24px;
}
.service-list > div h3 a {
  text-decoration: none;
}
.service-list > div .headline {
  line-height: 150%;
  margin-bottom: 16px;
  color: #39d1ff;
}
.service-list > div .product-links a {
  text-decoration: none;
}
.service-list .service-content {
  width: 100%;
  padding: 48px 24px;
}

#category #category-description {
  line-height: 150%;
  padding: 24px;
}

#service-main picture img {
  display: block;
  width: 100%;
  height: auto;
}

#service-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 24px 64px 24px;
  background-color: #F4F6F6;
}
#service-info .headline {
  line-height: 120%;
  margin-bottom: 12px;
  color: #39d1ff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
#service-info h1 {
  line-height: 42px;
  margin-bottom: 32px;
  font-family: "Chillax-Variable";
  font-size: 40px;
  font-weight: 572;
  text-transform: uppercase;
  -webkit-hyphens: auto;
          hyphens: auto;
}
#service-info #service-description {
  line-height: 150%;
  font-size: 15px;
  letter-spacing: 0.75px;
}
#service-info #service-description hr {
  margin: 12px 0;
}
#service-info #service-description h3 {
  margin-bottom: 12px;
}
#service-info #service-description ul {
  list-style-position: inside;
  margin-bottom: 12px;
  margin-left: 12px;
}
#service-info #service-description ul p {
  display: inline;
}
#service-info #service-description:not(.show) > div {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#service-info #service-description p:not(:last-child) {
  margin-bottom: 12px;
}
#service-info #service-description .more {
  display: none;
  margin-top: 12px;
}
#service-info #service-description .more button {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  text-decoration: underline;
}
#service-info #service-price {
  line-height: 150%;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 400;
}

#service_block_list > div {
  border: 1px solid #002233;
}
#service_block_list > div h4 {
  line-height: 150%;
}
#service_block_list > div .service_block-content {
  padding: 12px;
  background: #d8f2ff;
}

#service-detail {
  max-width: 860px;
  margin: 40px auto;
  padding: 20px;
}
#service-detail h4 {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc(100% - 49px);
  padding: 0 16px 0 12px;
  border-right: 1px solid #002233;
  font-size: 15px;
}
#service-detail button {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-image: url("/assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(90deg);
  background-size: 24px 18px;
  text-indent: -999999px;
  overflow: hidden;
}
#service-detail .service-block {
  border: 1px solid #002233;
}
#service-detail .service-block .service-block-top {
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
#service-detail .service-block:not(:last-child) {
  margin-bottom: 24px;
}
#service-detail .service_block-content {
  display: none;
  padding: 24px;
  border-top: 1px solid #002233;
  background-color: #d8f2ff;
}
#service-detail .service_block-content.video {
  display: block;
  padding: 0;
}
#service-detail .service_block-content video {
  display: block;
  width: 100%;
}
#service-detail .service_block-content hr {
  margin: 12px 0;
}
#service-detail .service_block-content h3 {
  margin-bottom: 12px;
}
#service-detail .service_block-content ul {
  list-style-position: inside;
  margin-bottom: 12px;
  margin-left: 12px;
}
#service-detail .service_block-content ul p {
  display: inline;
}
#service-detail .service_block-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #002233;
}
#service-detail .service_block-content table:not(:first-child) {
  margin-top: 24px;
}
#service-detail .service_block-content table tbody tr:first-child td {
  padding-top: 10px;
}
#service-detail .service_block-content table tbody tr:last-child td {
  padding-bottom: 10px;
}
#service-detail .service_block-content table th, #service-detail .service_block-content table td {
  line-height: 150%;
  padding: 4px 10px;
}
#service-detail .service_block-content table th {
  border-top: 1px solid #002233;
  border-bottom: 1px solid #002233;
}
#service-detail .service_block-content table th.background-light {
  background-color: #fdfdfc;
}

#service #splashscreen {
  color: #002233;
  min-height: 480px;
  text-align: center;
}
#service #splashscreen p {
  color: inherit;
}
#service #splashscreen h4 {
  margin: 16px 0 48px 0;
  font-family: "Chillax-Variable";
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}
#service #splashscreen .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}
#service #splashscreen .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rdv-link {
  margin-top: 64px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 24px;
}

.button {
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid #002233;
  text-decoration: none;
}

.animated-button {
  position: relative;
}
.animated-button span {
  position: relative;
  z-index: 2;
}
.animated-button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #39d1ff;
  transition: all 0.35s;
}
.animated-button:hover:after {
  width: 100%;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#index #search-section {
  border: none;
}

#search-section {
  min-height: 480px;
  background-color: #fdfdfc;
  border-bottom: 1px solid #002233;
}
#search-section .wrapper {
  padding: 48px 24px 0 24px;
}
#search-section .headline {
  line-height: 120%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #39d1ff;
}
#search-section h2 {
  margin-bottom: 24px;
  line-height: 120%;
  font-family: "Chillax-Variable";
  text-transform: uppercase;
  font-weight: 572;
  font-size: 32px;
}
#search-section img {
  display: none;
}
#search-section #search-img {
  min-height: 300px;
  background-image: url(/assets/img/search-background.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

#index-content {
  background-color: #d8f2ff;
}
#index-content .wrapper {
  padding: 48px 24px 112px 24px;
}
#index-content .wrapper > picture {
  padding: 6px;
  margin-bottom: 48px;
  border: 1px solid #002233;
}
#index-content .wrapper > picture img {
  display: block;
}
#index-content .headline {
  line-height: 120%;
  margin-bottom: 6px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #39d1ff;
}
#index-content h2 {
  line-height: 120%;
  margin-bottom: 32px;
  font-family: "Chillax-Variable";
  text-transform: uppercase;
  font-weight: 572;
  font-size: 32px;
  text-align: center;
}
#index-content .flex {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-content .flex > div {
  width: 100%;
}
#index-content .flex p {
  line-height: 150%;
  margin-bottom: 12px;
}
#index-content .flex picture {
  margin-top: 32px;
}
#index-content .img {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#index-content .img picture {
  width: 125px;
  margin: 32px auto;
}

#index #reinsurance {
  background-color: #fdfdfc;
}

#service-bottom {
  padding: 0 24px;
}
#service-bottom .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 32px;
}
#service-bottom .rdv {
  display: flex;
  align-self: flex-end;
  margin: 0;
}
#service-bottom .rdv a {
  margin-bottom: 112px;
}
#service-bottom picture img {
  display: block;
  max-height: 368px;
}

main .rdv {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
}
main .rdv a {
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  background-image: url(/assets/img/rdv.svg);
  background-size: 100% 100%;
  background-position: center center;
  text-indent: -99999px;
  z-index: 10;
}

#reinsurance {
  position: relative;
  padding: 96px 0 112px 0;
  text-align: center;
}
#reinsurance .rdv {
  position: absolute;
  z-index: 10;
  top: -75px;
  left: calc(50% - 75px);
}
#reinsurance .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#reinsurance .wrapper > div {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  justify-content: center;
  max-width: 300px;
  padding: 24px;
}
#reinsurance .wrapper p {
  width: 100%;
}
#reinsurance h5 {
  line-height: 120%;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
#reinsurance img {
  width: 72px;
  height: 72px;
}

#logo-list {
  margin: 72px auto 0 auto;
  text-align: center;
  list-style-type: none;
}
#logo-list li {
  display: block;
}
#logo-list li:not(:last-child) {
  margin-bottom: 64px;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#docrault.in-view .wrapper {
  animation: 2s linear 1s both fade-up;
}

#docrault {
  width: 100%;
  padding: 24px;
  aspect-ratio: 2.4;
  background-color: #fdfdfc;
  background-image: url(/img/page/splashscreen/3_thumb.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@supports (background-image: url(/img/page/splashscreen/3_thumb.jpg)) {
  #docrault {
    background-image: url(/img/page/splashscreen/3_thumb.jpg);
  }
}
#docrault > .wrapper {
  opacity: 0;
  position: relative;
  max-width: 640px;
  padding: 48px 24px;
  text-align: center;
  background-color: rgba(206, 239, 255, 0.96);
}
#docrault > .wrapper:after {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  border: 1px solid #002233;
}
#docrault .headline {
  line-height: 120%;
  color: #39d1ff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
}
#docrault h3 {
  line-height: 120%;
  margin: 16px 0 24px 0;
  font-family: "Chillax-Variable";
  font-weight: 572;
  font-size: 32px;
  text-transform: uppercase;
}
#docrault .text {
  margin-bottom: 48px;
}

#doctor {
  background-color: #d8f2ff;
  background-image: url(/assets/img/doctor-background.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#doctor > .wrapper {
  padding: 234px 24px 0 24px;
}
#doctor .headline {
  margin-bottom: 24px;
}
#doctor h1 {
  margin-bottom: 24px;
  font-family: "Chillax-Variable";
  font-size: 40px;
  font-weight: 572;
  line-height: 42px;
  text-transform: uppercase;
}
#doctor p {
  margin-bottom: 10px;
}

#history {
  padding: 96px 0 112px 0;
}
#history p {
  margin-bottom: 0;
}
#history .wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#history .wrapper > div {
  width: 50%;
  padding: 0 24px;
  position: relative;
}
#history .wrapper > div .divider {
  position: absolute;
  top: 0;
  width: 16px;
  height: 36px;
  display: flex;
  justify-content: center;
}
#history .wrapper > div .divider span {
  line-height: 150%;
  align-self: center;
}
#history .wrapper > div .divider span:after {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  border: 1px solid #39d1ff;
}
#history .wrapper > div:nth-child(odd) {
  text-align: right;
}
#history .wrapper > div:nth-child(odd) .divider {
  right: -8px;
}
#history .wrapper > div:nth-child(odd) .description:before {
  right: -25px;
}
#history .wrapper > div:nth-child(even) {
  align-self: flex-end;
}
#history .wrapper > div:nth-child(even) .divider {
  left: -8px;
}
#history .wrapper > div:nth-child(even) .description:before {
  left: -25px;
}
#history .wrapper > div:not(:last-child) .description {
  padding-bottom: 17px;
}
#history .wrapper > div p {
  line-height: 150%;
}
#history .wrapper > div p.description {
  position: relative;
  font-size: 15px;
}
#history .wrapper > div p.description:before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #39d1ff;
}
#history .wrapper > div p.date {
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #39d1ff;
}

#team {
  background-image: url(/img/team2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#team .wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 32px 24px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
#team h3 {
  align-self: center;
  line-height: 42px;
  font-family: "Chillax-Variable";
  font-weight: 572;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #fdfdfc;
}

#search-results {
  padding: 48px 24px 72px 24px;
}
#search-results h1 {
  font-family: "Chillax-Variable";
  font-size: 40px;
  font-weight: 572;
  line-height: 42px;
  text-align: center;
}

#faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 72px 24px;
}
#faq h2 {
  text-align: center;
}

#faq_service-list {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  padding: 0 24px;
}
#faq_service-list > div {
  background-color: #F4F6F6;
}
#faq_service-list h3 a {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  text-decoration: none;
}
#faq_service-list a, #faq_service-list img {
  display: block;
}
#faq_service-list .content {
  padding: 24px;
}
#faq_service-list .excerpt {
  line-height: 150%;
  margin: 24px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#faq_service-list .headline {
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.75px;
  color: #39d1ff;
}

.faq-steps {
  display: flex;
  margin-top: 32px;
  justify-content: center;
}
.faq-steps .step {
  width: 32px;
  height: 32px;
  border: 1px solid #39d1ff;
  color: #39d1ff;
  transform: rotate(45deg);
}
.faq-steps .step span {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
}

#faq-list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#faq-list .prev-step button {
  cursor: pointer;
}
#faq-list .prev-step button:hover {
  text-decoration: underline;
}
#faq-list .faq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#faq-list .faq p {
  width: 100%;
  margin: 32px auto;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: center;
}
#faq-list .faq ul {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
#faq-list .faq ul li {
  line-height: 150%;
  margin: 18px;
}
#faq-list .faq ul li button {
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  background-color: #d8f2ff;
  border-radius: 40px;
  cursor: pointer;
}
#faq-list .faq ul li button:hover {
  background-color: #39d1ff;
}

#gallery {
  background-color: #002233;
}
#gallery #gallery-button a {
  display: block;
}
#gallery #gallery-button a picture {
  display: block;
}
#gallery #gallery-button a picture img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 72px;
}
#gallery #picture-list {
  position: relative;
  height: 560px;
}
#gallery #picture-list .swiper-slide {
  text-align: center;
}
#gallery #picture-list picture {
  display: block;
}
#gallery .swiper-button-prev, #gallery .swiper-button-next {
  transition: all 1s;
}
#gallery .swiper-button-prev:after, #gallery .swiper-button-next:after {
  transition: all 1s;
  display: block;
  width: 42px;
  height: 42px;
  -webkit-mask-image: url(/assets/img/arrow.svg);
  mask-image: url(/assets/img/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 24px 32px;
          mask-size: 24px 32px;
  font-size: 0;
  background-color: #fdfdfc;
}
#gallery .swiper-button-prev {
  left: 58px;
}
#gallery .swiper-button-prev:after {
  transform: rotate(180deg);
}
#gallery .swiper-button-prev:hover {
  left: 48px;
}
#gallery .swiper-button-next {
  right: 58px;
}
#gallery .swiper-button-next:hover {
  right: 48px;
}

footer {
  padding: 40px;
  background-color: #F4F6F6;
  color: #002233;
  font-size: 15px;
}
footer a {
  color: inherit;
}
footer .rating i {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 2px;
}
footer .button {
  border-color: #002233;
  cursor: pointer;
}
footer .wrapper ul {
  display: inline-block;
  list-style-type: none;
}
footer .wrapper ul li {
  display: block;
  margin: 5px 0;
}
footer .wrapper ul li a {
  line-height: 24px;
  padding: 3px 13px 4px 13px;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}
footer .wrapper ul li a:hover {
  text-decoration: underline;
}
footer .links {
  margin-top: 32px;
  text-align: center;
}
footer .links ul {
  list-style-type: none;
}
footer .links ul li {
  display: block;
}
footer .links ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}
footer h4 {
  margin-bottom: 8px;
  font-size: 24px;
  letter-spacing: 1.2px;
}
footer p:not(:last-child) {
  margin-bottom: 6px;
}
footer .rdv {
  display: none;
}

.nopadding {
  padding: 0 !important;
}

#contact .flex {
  display: flex;
  flex-wrap: wrap;
}
#contact .flex > div {
  width: 100%;
  padding: 64px;
  text-align: center;
}
#contact .flex > div h3, #contact .flex > div .h3 {
  display: block;
  line-height: 120%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
#contact .flex > div .txt {
  margin: 24px 0;
}
#contact .flex > div ul {
  list-style-type: none;
}
#contact .flex > div ul > li {
  display: block;
}
#contact .flex > div img {
  display: block;
}
#contact .flex > div#place {
  text-align: left;
}
#contact .flex > div#place > .wrapper {
  display: flex;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
#contact .flex > div#place ul {
  margin-bottom: 24px;
}
#contact .flex > div#place li {
  line-height: 32px;
  padding-left: 32px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  letter-spacing: 0.75px;
  background-size: 32px 32px;
}
#contact .flex > div#place li.opening-hours {
  background-image: url("/assets/img/opening-hours.svg");
}
#contact .flex > div#place li.map {
  background-image: url("/assets/img/map.svg");
}
#contact .flex > div#place #map {
  margin-top: 48px;
  width: 100%;
  border: 1px solid #002233;
  padding: 6px;
}
#contact .flex > div#place #map iframe {
  width: 100%;
}

#contact-picture p {
  height: 100%;
}
#contact-picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#doctolib {
  background-color: #d8f2ff;
}
#doctolib a {
  display: inline-block;
}

#contact-form {
  padding: 72px;
  background-color: #d8f2ff;
}
#contact-form > div {
  max-width: 900px;
  margin: 0 auto;
}
#contact-form h3 {
  line-height: 120%;
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1.2px;
}

.form-default > div {
  width: 100%;
}
.form-default > div:not(:last-child) {
  margin-bottom: 16px;
}
.form-default > div:last-child > p {
  width: auto;
  line-height: 18px;
}
.form-default > div:last-child > p span {
  vertical-align: top;
  line-height: 18px;
  font-size: 15px;
}
.form-default > div:last-child > p a {
  text-decoration: underline;
}
.form-default label {
  display: block;
  line-height: 150%;
  font-weight: 15px;
  margin-bottom: 8px;
}
.form-default input {
  border: 1px solid #002233;
  background-color: transparent;
}
.form-default input[type=checkbox] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.form-default input[type=text], .form-default input[type=tel], .form-default input[type=email] {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 150%;
  padding: 12px;
  border: 1px solid #002233;
}
.form-default input[type=text]:focus, .form-default input[type=tel]:focus, .form-default input[type=email]:focus {
  background-color: #fdfdfc;
}
.form-default input[type=text].mail, .form-default input[type=tel].mail, .form-default input[type=email].mail {
  display: none;
}
.form-default textarea {
  display: block;
  width: 100%;
  height: 180px;
  line-height: 23px;
  padding: 12px;
  border: 1px solid #002233;
  background-color: transparent;
}
.form-default textarea:focus {
  background-color: #fdfdfc;
}
.form-default button {
  cursor: pointer;
}

.icon-star {
  -webkit-mask-image: url(/assets/img/star.svg);
  mask-image: url(/assets/img/star.svg);
  background-color: #39d1ff;
}
.icon-star.empty {
  background-color: rgba(0, 51, 77, 0.12);
}

#reviews .reviews .item {
  margin-bottom: 40px;
}

.reviews {
  position: relative;
  padding: 48px 24px 72px 24px;
  color: #002233;
}
.reviews > * {
  position: relative;
  z-index: 1;
}
.reviews .video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reviews .video video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews h4 {
  margin-bottom: 32px;
  font-family: "Chillax-Variable";
  font-weight: 572;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}
.reviews .slider {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.reviews .item {
  padding: 0 24px;
}
.reviews .swiper-button-prev, .reviews .swiper-button-next {
  transition: all 1s;
  display: none;
}
.reviews .swiper-button-prev:after, .reviews .swiper-button-next:after {
  transition: all 1s;
  display: block;
  width: 42px;
  height: 42px;
  -webkit-mask-image: url(/assets/img/arrow.svg);
  mask-image: url(/assets/img/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 24px 32px;
          mask-size: 24px 32px;
  font-size: 0;
  background-color: #002233;
}
.reviews .swiper-button-prev {
  left: -48px;
}
.reviews .swiper-button-prev:after {
  transform: rotate(180deg);
}
.reviews .swiper-button-prev:hover {
  left: -58px;
}
.reviews .swiper-button-next {
  right: -48px;
}
.reviews .swiper-button-next:hover {
  right: -58px;
}
.reviews .author {
  margin-top: 10px;
  text-align: center;
}
.reviews .review-description {
  line-height: 150%;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews .rating {
  line-height: 120%;
  margin-bottom: 24px;
  text-align: center;
}
.reviews .rating i {
  width: 17px;
  height: 16px;
}
.reviews .rating i, .reviews .rating span {
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
}
.reviews .more {
  margin-top: 32px;
  text-align: center;
}
.reviews .rdv {
  margin-top: 48px;
  text-align: center;
}

footer .wrapper > div {
  margin-bottom: 32px;
}
footer .wrapper > div > div:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  #splashscreen h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 540px) {
  #docrault {
    background-image: url(/img/page/splashscreen/3_default.jpg);
  }
  @supports (background-image: url(/img/page/splashscreen/3_default.jpg)) {
    #docrault {
      background-image: url(/img/page/splashscreen/3_default.jpg);
    }
  }
}
@media screen and (min-width: 640px) {
  #category main {
    margin-top: 0;
  }
  #category #splashscreen {
    height: auto;
    aspect-ratio: 3;
  }
  header .rdv {
    display: block;
  }
  header .rdv .button {
    border-color: #002233;
    color: #002233;
  }
  #index #splashscreen {
    aspect-ratio: 2.4;
  }
  #index #splashscreen .video {
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #contact .flex > div#place > div ul {
    margin-bottom: 0;
  }
  footer .img {
    text-align: center;
  }
  footer .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .wrapper > div {
    width: calc(50% - 10px);
  }
  footer .links ul li {
    display: inline-block;
  }
  footer .links ul li:not(:last-child) {
    margin-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  #team {
    aspect-ratio: 3/2;
    background-size: 100% auto;
  }
  .service-list > div {
    justify-content: flex-start;
    gap: 24px;
  }
  .service-list .service {
    width: calc(50% - 12px);
  }
  #reinsurance {
    padding: 96px 40px 112px 40px;
  }
  #reinsurance .wrapper {
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
    justify-content: center;
  }
  #reinsurance .wrapper > div {
    width: calc(50% - 10px);
  }
  .form-default > div {
    display: flex;
    justify-content: space-between;
  }
  .form-default > div > p {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 840px) {
  #index-content .flex > div {
    width: calc(50% - 16px);
  }
  #search-section {
    display: flex;
    justify-content: space-between;
    padding: 96px 72px 0 72px;
  }
  #search-section > div {
    width: calc(50% - 16px);
  }
  #search-section .wrapper {
    padding: 0;
  }
  #search-section img {
    display: block;
    margin: 0 auto 112px auto;
  }
  #service-main {
    display: flex;
  }
  #service-main > div {
    width: 50%;
  }
  #service-info {
    padding: 96px 72px 112px 72px;
  }
  #faq_service-list {
    margin-bottom: 40px;
  }
  #faq_service-list > div {
    display: flex;
    margin-bottom: 20px;
    background-color: #F4F6F6;
  }
  #faq_service-list > div .img {
    height: 100%;
  }
  #faq_service-list > div .content {
    width: 70%;
  }
  #faq_service-list > div:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  #docrault {
    padding: 92px 48px;
  }
  #index #splashscreen .video video {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transform: translate(0, 0);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .reviews {
    padding: 96px 72px 112px 72px;
  }
  .reviews .slider .swiper-button-prev, .reviews .slider .swiper-button-next {
    transition: all 1s;
    display: inline-block;
  }
  .service-list {
    padding: 96px 72px 16px 72px;
  }
  #contact .flex > div {
    width: 50%;
  }
  #reinsurance .wrapper > div {
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  #faq {
    padding: 96px 72px 112px 72px;
  }
  .service-list > div {
    gap: 32px;
  }
  .service-list .service {
    width: calc(33.3333333333% - 21.3333333333px);
  }
  header .wrapper {
    padding: 12px 72px;
  }
  header .top {
    padding: 0 72px;
  }
  header .nav--menu {
    padding: 64px 72px 120px 72px;
  }
  header .nav--menu nav > ul > li > a {
    font-size: 42px;
  }
  header .nav--menu:before {
    content: "";
    width: 50%;
  }
  header .nav--menu .wrapper {
    width: 50%;
    padding: 0;
  }
  #doctor {
    background-size: 50% auto;
  }
  #doctor > .wrapper {
    padding: 96px 72px 72px 72px;
  }
  #doctor #doctor-content {
    display: flex;
    justify-content: flex-end;
  }
  #doctor #doctor-content ul {
    list-style-position: inside;
    margin-bottom: 12px;
    margin-left: 12px;
  }
  #doctor #doctor-content ul p {
    display: inline;
  }
  #doctor #doctor-content > div {
    width: 50%;
  }
  #logo-list li {
    display: inline-block;
  }
  #logo-list li:not(:last-child) {
    margin-right: 64px;
    margin-bottom: 0;
  }
  footer .wrapper > div {
    padding: 0 12px;
    width: calc(20% - 10px);
  }
}
@media screen and (min-width: 1600px) {
  .service-list .service {
    width: calc(25% - 24px);
  }
  footer .wrapper > div {
    padding: 0 24px;
    width: calc(20% - 10px);
  }
}
@media screen and (min-height: 768px) {
  .nav--menu nav > ul > li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) and (min-height: 600px) {
  body {
    padding-bottom: 55px;
  }
  footer {
    padding: 40px 40px 95px 40px;
  }
  footer .rdv {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  footer .rdv a {
    display: block;
    width: 100%;
    padding: 18px 24px;
    text-align: center;
    background-color: #39d1ff;
    text-decoration: none;
    letter-spacing: 0.75px;
    font-weight: 500;
    font-size: 15px;
  }
}/*# sourceMappingURL=global.css.map */