/*

Theme Name: Mediweb
Theme URI: https://mediweb.co/
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: http://mediweb.co/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@font-face {
  font-family: "Omega Sans";
  src: url("fonts/OmegaSans.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

* {
  box-sizing: content-box;
}

html {
  font-size: 12px;
}

body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.005em;
  padding: 0px;
  margin: 0px;
  background-color: #f9f9f9;
  overflow-x: hidden;
}

h1 {
  font-family: "Omega Sans";
  font-weight: 400;
  /*font-size: 120px;*/
  font-size: 52px;
  line-height: 120px;
  letter-spacing: -0.015em;
  padding: 0px;
  margin: 0px;
}

h2 {
  font-family: "Omega Sans";
  font-weight: 400;
  /*font-size: 100px;*/
  font-size: 46px;
  line-height: 100px;
  letter-spacing: -0.005em;
  padding: 0px;
  margin: 0px;
}
@media(max-width: 767.98px) {
  h2 {
    font-family: "Omega Sans";
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.165px;
  }
}

h3 {
  font-family: "Omega Sans";
  font-weight: 400;
  font-size: 38px;
  line-height: 54px;
  padding: 0px;
  margin: 0px;
}

.title {
  font-family: "Poppins";
  font-weight: 300;
  /*font-size: 36px;*/
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 0.0025em;
}

.subtitle {
  font-family: "Poppins";
  font-weight: 500;
  /*font-size: 25px;*/
  font-size: 20px;
  line-height: 32px;
}

.button {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0125em;
}

.caption {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.004em;
}

img {
  max-width: 100%;
  display: block;
}

.site {
  /*     overflow-x: hidden; */
}

.container {
  max-width: 1920px;
  margin: auto;
  padding-left: 16px;
}

.animate {
  transition: all ease 1s;
}
.animate:nth-last-of-type(2) {
  transition: all ease 1s;
  transition-delay: 0.3s;
}
.animate:nth-last-of-type(3) {
  transition: all ease 1s;
  transition-delay: 0.7s;
}
.animate:nth-last-of-type(4) {
  transition: all ease 1s;
  transition-delay: 0.5s;
}
.animate:nth-last-of-type(5) {
  transition: all ease 1s;
  transition-delay: 0.9s;
}

header {
  min-height: 92px;
  position: sticky;
  top: 0px;
  z-index: 100;
}

header .container {
  display: flex;
  min-height: 92px;
  padding: 0px;
}

header .left {
  background-color: #fff;
  min-height: 92px;
  width: calc(100% / 3);
}

header .center {
  background-color: #fff;
  min-height: 92px;
  width: calc(100% / 3);
  text-align: center;
}

header .right {
  background-color: #fff;
  width: calc(100% / 3);
  display: flex;
  justify-content: flex-end;
  min-height: 92px;
  align-items: center;
}

header .container {
  padding-left: 92px;
  padding-right: 92px;
  background: #fff;
}

.header-icons {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 0;
}

.header-icon {
  margin-right: 40px;
}
.header-icon svg path {
  transition: 0.3s;
}
.header-icon .txt {
  display: none;
}
.header-icon:last-child {
  margin-right: 0;
}

.header-icon.phone .header-icon-link {
  display: flex;
  flex-wrap: wrap;
}

.header-icon .header-icon-link .txt {
  width: auto;
  padding-left: 0px;
  max-width: 0px;
  overflow: hidden;
  white-space: nowrap;
  color: #00426b;
  pointer-events: all;
  padding-top: 3px;
  transition: 0.3s;
}

.header-icon .header-icon-link {
  text-decoration: none;
  pointer-events: all;
}
.header-icon .header-icon-link:hover {
  text-decoration: none;
}
.header-icon .header-icon-link:hover svg path {
  fill: #feb318;
  transition: 0.3s;
}
.header-icon .header-icon-link:hover .txt {
  max-width: 300px;
  padding-left: 20px;
  color: #feb318;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .header-icon .txt {
    display: block;
  }
}

header .logo {
  max-width: 396px;
  display: none;
  margin: 0 auto;
}

header .logom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 92px;
  padding: 2px;
  margin: 0 auto;
}

header .menu_ {
  display: block;
  /* --------------------------------------RR */
  height: 100%;
  top: 0;
}
header .menu_ nav {
  position: absolute;
  top: 100%;
  height: 0px;
  left: 0px;
  width: 100%;
  background-color: #00426b;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  z-index: 1;
  /* --------------------------------------RR */
}
/* --------------------------------------RR */
header .menu_ nav .menu-main-menu-container {
  height: 100%;
}

header .menu_.active nav {
  /* height: 230px; */
  height: auto;
  padding: 21px 0;
}
.menu .menu-item {
  position: relative;
}
header .menu_ nav ul {
  text-align: center;
  margin: 0px;
  gap: 10px;
  /* --------------------------------------RR */

  padding: 0 10px;
  height: 100%;
}
/* --------------------------------------RR */

header .menu_ nav ul li {
  list-style: none;
}
/* --------------------------------------RR */
@media (min-width: 1440px) {
  header .menu_ nav .menu-main-menu-container > ul > li {
    display: flex;
    align-items: center;
  }
}

header .menu_ nav ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
header .menu_ nav ul li a:hover {
  color: #feb318;
  transition: 0.3s;
}


header .rdv {
  margin-top: 18px;
  margin-right: 15px;
  max-height: 30px;
  line-height: 30px;
  padding: 12px 28px 12px 20px;
  position: relative;
  color: #feb318;
  border: 1px solid #feb318;
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition: all ease 0.5s;
}

header .rdv:hover {
  border-right: 1px solid transparent;
}

header .rdv:hover svg {
  right: -10px;
}

header .rdv:active svg {
  display: none;
}

header .rdv svg {
  position: absolute;
  right: -4px;
  height: 24px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background-color: #00426b;
  fill: #feb318;
  transition: all ease 0.5s;
}

header .rdv svg path:first-child {
  stroke: #feb318;
}

.mobile_btn {
  padding: 5px 5px;
  display: inline-flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  /* margin-top: 28px; */
  outline: none;
}

.mobile_btn:hover {
  opacity: 0.7;
}

.mobile_btn.active:hover {
  opacity: 0.7;
}

.mobile_btn.active .inner,
.mobile_btn.active .inner::before,
.mobile_btn.active .inner::after {
  background-color: #ffffff;
}

.outer {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.inner,
.inner::before,
.inner::after {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.inner::before,
.inner::after {
  content: "";
  display: block;
}

.inner::before {
  top: -10px;
}

.inner::after {
  bottom: -10px;
}

.mobile_btn .inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile_btn .inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}

.mobile_btn .inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile_btn.active .inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile_btn.active .inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}

.mobile_btn.active .inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

span.menu_btn_txt {
  padding-right: 20px;
  color: #002338;
  text-align: center;
  /* Mobile/Menu */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  letter-spacing: 0.25px;
}

span.menu_btn_stripes {
  width: 80px;
  height: 16px;
  position: relative;
}

span.menu_btn_stripes span {
  height: 2px;
  width: 80px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

span.menu_btn_stripes span:first-child {
  top: 0;
  width: 56px;
}

span.menu_btn_stripes span:last-child {
  bottom: 0;
}
button.mobile_btn.active .menu_btn_stripes span {
  transition: 0.3s;
}
button.mobile_btn.active .menu_btn_stripes span:first-child {
  width: 35px;
  transform: translate(-20px, 6px) rotate(45deg);
}
button.mobile_btn.active .menu_btn_stripes span:last-child {
  width: 35px;
  transform: translate(-20px, -7px) rotate(-45deg);
}

@media (max-width: 767.98px) {
  .menu_btn_txt {
    display: none;
  }
  header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-icon {
    margin-right: 15px;
  }
  .header-icon:last-child {
    margin-right: 0px;
  }
  span.menu_btn_stripes {width: 50px;}

  span.menu_btn_stripes span {
    width: 50px;
  }

  span.menu_btn_stripes span:first-child {
    width: 26px;
  }

  button.mobile_btn.active .menu_btn_stripes span:first-child {
    transform: translate(-7px, 6px) rotate(45deg);
  }

  button.mobile_btn.active .menu_btn_stripes span:last-child {
    transform: translate(-8px, -7px) rotate(-45deg);
  }
}

header .menu_ nav ul.menu li .h-menu-arr {
  position: absolute;
  top: 2px;
  right: 4px;
}
header .menu_ nav ul.menu li .h-menu-arr:hover {
  cursor: pointer;
}

header .menu_ nav ul.menu li > .h-menu-arr svg path {transition: 0.3s;}
header .menu_ nav ul.menu li.active > .h-menu-arr svg path {stroke: #feb318;transition: 0.3s;}

header .menu_ nav ul.menu li > .h-menu-arr svg {
  transition: 0.3s;
  transform: rotate(180deg);
}

header .menu_ nav ul.menu li.active > .h-menu-arr svg {
  transition: 0.3s;
  transform: rotate(0deg);
}

footer {
  background-color: #efefef;
  overflow-x: hidden;
}

footer .frow {
  background-color: #00426b;
  position: relative;
  top: -32px;
  margin-bottom: -30px;
  padding-top: 52px;
}

footer .frow .arr {
  width: 20%;
  display: inline-block;
}

footer .frow .logo {
  width: 75%;
  display: inline-block;
  position: relative;
  top: 20px;
}

footer .frow .menu_ {
  display: flex;
  border-top: 8px solid #ffffff;
  width: 300px;
  margin-top: 52px;
  padding-top: 20px;
}

footer .frow .menu_ .col1 {
  padding-left: 10px;
}

footer .frow .menu_ .col2 {
  padding-left: 32px;
}

footer .frow .menu_ ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer .frow .menu_ ul li {
  margin-bottom: 12px;
}

footer .frow .menu_ ul li a {
  text-decoration: none;
  color: #ffffff;
}

footer .frow .menu_ ul li a:hover {
  color: #feb318;
}

footer .srow {
  padding-bottom: 32px;
  color: #999999;
}

footer .srow .link a {
  text-decoration: none;
  color: #00426b;
}

.preloader {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #00426b;
  z-index: 1000;
}

.preloader_box {
  max-width: 765px;
  max-height: 765px;
  width: 80%;
  margin: auto;
  padding: 20px;
  position: relative;
}
.preloader_box #preloader_circle svg {
  max-height: 85vh;
}
.plogo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 60%;
  max-height: 16vh;
}

.progressbar-text {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  bottom: 50px !important;
  top: unset !important;
}

/*.b1 {*/
/*  position: relative;*/
/*  display: block;*/
/*  overflow: hidden;*/
/*  max-height: 876px;*/
/*}*/
.b1 {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}
.b1 .container {
  padding-left: 0px;
  position: relative;
}

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

.b1 #video {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  pointer-events: none;
  position: relative;
}
.b1 #video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*.b1 #video {*/
/*  padding: 0;*/
/*  width: 100%;*/
/*  height: 100vh;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  max-height: 350px;*/
/*  background-image: url("img/preload.jpg");*/
/*  background-size: cover;*/
/*}*/

/*.b1 #video iframe {*/
/*  box-sizing: border-box;*/
/*  width: 177.77777778vh;*/
/*  height: 56.25vw;*/
/*  min-width: 100%;*/
/*  min-height: 100%;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/

.b1 .sound {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.main-first {
  position: relative;
}
.main-first-img {
  position: relative;
  z-index: 1;
}
.main-first-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.main-first-info {
  position: absolute;
  z-index: 2;
  padding: 41px 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}
h1.main-first-ttl {
  color: #002338;
  text-align: center;
  font-family: "Omega Sans";
  font-size: 80px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100px !important;
  letter-spacing: -0.4px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.main-first-after {
  position: absolute;
  pointer-events: none;
  bottom: 96px;
  opacity: 0;
  left: 0;
}
@media(min-width: 768px) and (max-width: 1365.98px) {
  h1.main-first-ttl {
    font-size: 35px !important;
    line-height: 55px !important;
  }
}
@media(max-width: 767.98px) {
  h1.main-first-ttl {
    color: #002338;
    text-align: center;
    font-family: "Omega Sans";
    font-size: 38px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 54.333px !important;
    letter-spacing: -0.19px;
  }
  .main-first-arr svg {
    width: 40px;
    height: auto;
  }
  .main-first-info {
    padding: 20px 0;
  }
  .main-first-img {
    min-height: 420px;
    height: calc(100vh - 96px);
  }
  .main-first-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background: linear-gradient(180deg, rgba(249, 249, 249, 0.00) 36.59%, #F9F9F9 100%);
    top: 0;
    left: 0;
    opacity: 0.5;
  }
}

.b2 .container {
  position: relative;
  /*overflow: hidden;*/
}
.b2 {
  position: relative;
}

.b2 .dard {
  color: #f9f9f9;
  padding-left: 32px;
  max-width: 300px;
}

.b2 span {
  color: #e5ded3;
  font-size: 18px;
  line-height: 18px;
}

.b2 a {
  text-decoration: none;
  color: #f9f9f9;
}

.b2 h1 {
  line-height: 45px;
  padding-top: 10px;
}
@media only screen and (max-width: 1459px) {
  .b2 h1 {
    font-size: 44px !important;
  }
}
@media only screen and (max-width: 1078px) {
  .b2 h1 {
    font-size: 32px !important;
  }
}
.b2 h3 {
  line-height: 30px;
  transition: all 0.2s;
}
.b2 h3:hover {
  color: #feb318;
}

.b2 p {
  font-size: 10px;
  line-height: 10px;
}

.b2 h1,
.b2 h3,
.b2 p {
  position: relative;
  z-index: 2;
}

.b2 .wrapper-rec {
  height: 100%;
  display: inline-block;
  left: inherit;
  right: 0;
  width: 46%;
  margin: auto;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.b2_slider_wrap {
  min-height: 100%;
  display: inline-block;
  left: inherit;
  right: 0;
  width: 46%;
  margin: auto;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.b2_slider_in {
  position: relative;
  z-index: 3;
  left: -40px;
  width: 100%;
  padding-top: 40px;
}

.b2_slider {
  width: 100%;
}

.b2_slider_item {
  cursor: pointer;
}
.b2_slider_item, .b2_slider_item img {
  line-height: 0;
  font-size: 0;
}

.b2_slider_nav {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 356px;
  width: 100%;
  margin: 20px auto 0;
}
.b2_slider_nav_arrows {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.b2_slider_nav_dots {
  position: relative;
  padding: 0 56px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.b2_slider_nav_arrows .slick-arrow {
  pointer-events: all;
}
.b2_slider_nav_dots span {
  padding-bottom: 0;
  color: #737373;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.b2_slider_nav_dots span.cur {
  color: #00426B;
  text-align: center;
  font-family: "Omega Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding-bottom: 0;
  transform: translateY(10px);
}
.b2_slider_nav_dots span.sep {
  padding: 0 6px;
}
.b2_slider_nav_dots {
  align-items: flex-end;
}
.b2_slider_nav_dots span.all {
  padding-bottom: 0;
}

.b2_slider_nav_arrows .slick-arrow {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00426B;
  transition: 0.3s;
}
.b2_slider_nav_arrows .slick-arrow span {
  padding-bottom: 0;
}
.b2_slider_nav_arrows .slick-arrow svg path {
  transition: 0.3s;
}
.b2_slider_nav_arrows .slick-arrow:hover {
  background: #00426B;
  transition: 0.3s;
}
.b2_slider_nav_arrows .slick-arrow:hover svg path {
  stroke: #fff;
  transition: 0.3s;
}

@media (max-width: 1439.98px) {
  .preloader_box {
    max-width: 630px;
    max-height: 630px;
  }
}
@media (max-width: 767px) {
  .b5 .bgi {
    object-fit: cover;
  }
  .b6 .bgi {
    object-fit: cover;
    object-position: left;
  }
  .b6 .b6__content {
    margin: 4% !important;
    max-width: 320px !important;
  }
}
.b2 .wrapper-rec .rec {
  width: 100%;
}

@keyframes hoverImage {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.b2 .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
  min-height: 900px;
}

.b3 .frow,
.b3 .srow {
  margin-right: 16px;
}

.b3 .doctor {
  border: 1px solid #e5ded3;
  color: #002338;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.b3 .doctor:not(.wide) {
  display: flex;
  max-width: 392px;
  justify-content: space-between;
}

.b3 .doctor:not(.wide) img {
  max-width: 190px;
}

.b3 .doctor:not(.wide) .left {
  margin: auto;
  padding: 10px;
}

.b3 .doctor .left .pos {
  color: #00426b;
  font-size: 16px;
}

.b3 .doctor .left span {
  display: block;
  text-align: center;
}

.b3 .doctor .left .subtitle {
  font-size: 17px;
}

.b3 .doctor.wide {
  max-width: 852px;
  transition: all ease 0.5s;
  z-index: 1;
  position: relative;
}

.b3 .doctor.wide:hover {
  box-shadow: 0px 18px 18px -12px rgba(0, 0, 0, 0.3);
}

.b3 .doctor.wide .right {
  padding: 10px;
}

.b3 .doctor.wide .right h3 {
  line-height: 40px;
}

.b3 .doctor.wide .right .subtitle {
  font-size: 18px;
}

.b3 .doctor.wide .right ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

.b3 .doctor.wide .right ul li {
  padding-left: 10px;
  font-size: 12px;
}

.b3 .doctor.wide .right ul li::marker {
  font-size: 10px;
}

.b3 .doctor.wide span {
  color: #a7a7a7;
}

.b4 {
  position: relative;
  margin-bottom: -230px;
}
.title-mobile {
  font-family: "Omega Sans";
  font-weight: 400;
  /* font-size: 100px; */
  font-size: 46px;
  line-height: 100px;
  letter-spacing: -0.005em;
  padding: 0;
  margin: 0 0 -25px 0;
  display: none;
  color: #002338;
  text-align: center;
  position: relative;
}
.b4 #cabinet {
  position: absolute;
  width: 0px;
  height: 0px;
  top: -100px;
}

.b4 .container {
  padding-left: 16px;
}

.b4 h2 {
  color: #002338;
  text-align: center;
  position: relative;
  bottom: 215px;
  left: 175px;
  font-size: 46px;
  max-width: 150px;
}

.b4 .bg {
  position: relative;
  top: -130px;
  left: 0px;
  z-index: -1;
}

.b5 {
  margin-bottom: 0;
  position: relative;
  padding: 17% 0 4%;
}

.b5 .container {
  padding-left: 0;
}

.b5 .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 111%;
}

.b5 .bgi {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: 75%;
  height: 100%;
  object-fit: cover;
}

.b5 .icons_block {
  position: relative;
  left: 16px;
  color: #00426b;
  max-width: 300px;
}

.b5 .icons {
  position: relative;
  top: -25px;
  padding-top: 10px;
  border-top: 3px solid #00426b;
  /* width: 155px; */
}

.b5 h2 {
  font-size: 46px;
}

.b5 ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}

.b5 ul li {
  list-style: none;
  width: 35px;
}

.b5 ul li img {
  margin: auto;
  width: 35px;
  height: 35px;
  transition: all ease 0.5s;
}

.b5 ul li img:hover {
  transform: scale(1.2);
}
.b5 .b5__content {
  margin: 40px 0 0;
}
.b5 .subtitle {
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  display: block;
  width: 40px;
  margin: auto;
}

.b6 {
  position: relative;
  padding: 7% 0 6%;
  margin-bottom: 120px;
}

.b6 .container {
  padding-left: 0;
}
.b6 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.b6 .bgi {
  position: absolute;

  top: 0;
  right: 0;
  width: 65.7%;
  z-index: -1;
}

.b6 h2 {
  font-size: 46px;
  width: 135px;
  line-height: 25px;
  padding-left: 16px;
  color: #fff;
  top: 50px;
}
.b6 .b6__content {
  width: 100%;
  max-width: 370px;
  color: #ffffff;
  text-align: justify;
  margin: 3% 0 0 13%;
}

.b7 {
  overflow: hidden;
}

.b7 .container {
  padding-right: 16px;
}

.b7 .images {
  width: 100%;
  display: block;
}

.b7 .img {
  position: relative;
}

.b7 .img img {
  width: 100%;
  cursor: pointer;
}

.b7 .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 66, 107, 0.8);
  opacity: 0;
  transition: all ease 0.5s;
  cursor: pointer;
}

.b7 .img:before {
  content: url("img/p.svg");
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 56px;
  height: 56px;
  opacity: 0;
  transition: all ease 0.5s;
  cursor: pointer;
}

.b7 .img:hover:before {
  opacity: 1;
  z-index: 2;
}

.b7 .img:hover:after {
  opacity: 1;
}

.b7 .left {
  padding-bottom: 10px;
}

.b7 .left .frow {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
}

.b7 .left .frow .img {
  width: 49%;
}

.b7 .left .frow .img:first-child {
  margin-right: 10px;
}

.b7 .right .frow {
  padding-bottom: 10px;
}

.b7 .right .srow {
  display: flex;
  justify-content: space-between;
}

.b7 .right .srow .img {
  width: 49%;
}

.b7 .right .srow .img:first-child {
  margin-right: 10px;
}

.b7 .overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #ffffff;
  z-index: 1000;
  padding: 16px;
  display: none;
}

.b7 .row_num {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: auto;
}

.b7 .row_num .current_num {
  color: #00426b;
}

.b7 .row_num .subtitle {
  color: #737373;
}

#splide-list {
  width: 100%;
}

.b7 .overlay .subtitle {
  color: #a7a7a7;
}

.b7 .overlay .current {
  color: #00426b;
}

.b7 .overlay .row {
  display: flex;
  justify-content: space-between;
}

.b7 .overlay .row svg {
  padding-top: 9px;
  fill: #ffffff;
  stroke: #00426b;
}

.b7 .overlay .row svg:hover {
  fill: #00426b;
  stroke: #ffffff;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__arrow {
  border-radius: 0px;
  border: 1px solid #00426b;
  padding: 0;
  opacity: 1;
  background-color: #ffffff;
}

.splide__arrow svg {
  fill: #00426b;
}

.splide__arrow:hover {
  background-color: #00426b;
}

.splide__arrow:hover svg {
  fill: #ffffff;
}

.splide__arrow.passive {
  border: 1px solid #c5cce2;
}

.splide__arrow.passive svg {
  fill: #c5cce2;
}

.splide__arrow.passive:hover {
  background-color: #ffffff;
  opacity: 1;
}

.splide__arrow.passive:hover svg {
  fill: #c5cce2;
}

.b8 {
  padding-top: 120px;
}

.b8 .container {
  padding-left: 0px;
}

.b8 .logoc {
  position: sticky;
  top: 100px;
  z-index: -1;
  max-width: 95%;
  margin: auto;
}

.b8 h2 {
  color: #00426b;
  width: 335px;
  margin: auto;
  text-align: center;
}

.b8 .boxes {
  position: relative;
  bottom: 80px;
}

.b8 .boxes::after {
  content: "";
  clear: both;
  display: table;
}

.b8 .box {
  width: 50%;
  color: #00426b;
  position: relative;
  margin-bottom: 40px;
  clear: right;
  max-width: 450px;
  background-color: #f9f9f9;
}

.b8 .box:nth-child(2n) {
  /* float: right;
  clear: right; */
  margin-left: auto;
}

.b8 .box:last-child {
  margin-bottom: -40px;
}

.b8 .box h3 {
  line-height: 30px;
}

.b8 .box p {
  color: #002338;
  margin: 0px;
  padding: 0px;
  max-width: 340px;
  text-align: justify;
}

.b8 .box:not(:nth-child(2n)) *:not(img):not(.animateme):not(.scrollme) {
  padding-left: 40px;
}

.b8 .box .num {
  position: absolute;
  top: -3px;
  right: -22px;
  font-size: 45px;
  font-family: "Omega Sans";
}

.b8 .box:nth-child(2n) .num {
  top: -3px;
  left: -22px;
  right: auto;
}

.b9 {
  /*margin-bottom: -56px;*/
  overflow-x: hidden;
  width: 100%;
}

/*.b9 .container*/
/*{*/
/*	padding-left: 0px;*/
/*	position: relative;*/
/*	background: url("/wp-content/themes/drdard/img/bg9.png") no-repeat;*/
/*	background-size: cover;*/

/*}*/

.b9 .container {
  background-size: cover;
  display: flex;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  padding: 0;
}

.b9 .b9_img {
  width: 60%;
  background-size: cover;
}

.b9 .textbox {
  padding: 10% 50px;
  width: 30%;
  color: #ffffff;
  text-align: left;
}

.b9 .bgi {
  display: none;
}

/*.b9 .bgi*/
/*{*/
/*	width: 100%;*/
/*}*/

/*.b9 .bg*/
/*{*/
/*	display: none;*/
/*}*/

/*.b9 .textbox {*/

/*    position: relative;*/
/*    !*bottom: 100px;*!*/
/*    !*left: 220px;*!*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    padding: 50px;*/
/*}*/

.b9 h3 {
  font-size: 13px;
  line-height: 15px;
}

.b10 {
  margin-bottom: -115px;
}

.b10 .container {
  padding-left: 0px;
}

.b10 .textbox {
  margin: auto;
  max-width: 310px;
  text-align: center;
  position: relative;
  bottom: 115px;
  color: #00426b;
}

.b10 h2 {
  font-size: 46px;
  line-height: 25px;
}

.b10 .title {
  font-size: 15px;
  line-height: 15px;
}

.b10 p {
  padding: 5px;
  margin: 0px;
  color: #002338;
}

.b10 .rdv {
  margin-top: 18px;
  max-height: 30px;
  line-height: 30px;
  padding: 12px 28px 12px 20px;
  position: relative;
  color: #002338;
  border: 1px solid #002338;
  border-right: 0px;
  cursor: pointer;
  max-width: 168px;
  margin: auto;
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px !important;
  transition: all ease 0.5s;
}

.b10 .rdv:after {
  content: "";
  width: 0;
  height: 15px;
  position: absolute;
  border-right: 1px solid #002338;
  top: 0;
  right: 0px;
  transition: all ease 0.5s;
}

.b10 .rdv:before {
  content: "";
  width: 0;
  height: 15px;
  position: absolute;
  border-right: 1px solid #002338;
  bottom: 0;
  right: 0px;
  transition: all ease 0.5s;
}

.b10 .rdv:hover svg {
  right: -10px;
}

.b10 .rdv:hover:after,
.b10 .rdv:hover:before {
  border-right: 1px solid transparent;
}

.b10 .rdv:active svg {
  display: none;
}

.b10 .rdv svg {
  position: absolute;
  right: -4px;
  height: 24px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  fill: #002338;
  transition: all ease 0.5s;
}

.b10 svg path:first-child {
  stroke: #002338;
}

.b11 {
  margin-bottom: -180px;
}

.b11 .bg {
  min-height: 240px;
}

.b11 .container {
  padding-left: 0px;
}

.b11 .left img {
  background-color: #00426b;
  display: none;
}

.b11 .left img.active {
  display: block;
}

.b11 .left h2 {
  color: #00426b;
  line-height: 80px;
  padding-left: 16px;
}

.b11 .right h3 {
  cursor: pointer;
  color: #e5ded3;
  font-family: 'Poppins';
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.b11 .right h3.active {
  padding-top: 10px;
  color: #f9f9f9;
  font-family: "Omega Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

.b11 .right .textbox div:first-child h3.active {
  padding-top: 0px;
}

.b11 .right ul {
  display: none;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}

.b11 .right ul li::marker {
  font-size: 10px;
}

.b11 .right ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  padding-left: 10px;
  cursor: pointer;
}

.b11 .right ul li span {
  display: inline-block;
  position: relative;
}

.b11 .right ul li:hover {
  color: #feb318;
}

.b11 .right ul.active {
  display: block;
  padding-bottom: 10px;
}

.b11 .right .textbox {
  position: relative;
  bottom: 220px;
  left: 105px;
  max-width: 220px;
  color: #f9f9f9;
}

.b11 .right .textbox > div {
  position: relative;
}
.b11 .right .textbox > div {
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.b11 .right .textbox > div h3:not(.active):hover {
  color: #feb318;
}

.b11 .more {
  position: absolute;
  right: -60px;
  bottom: 0px;
  border: 1px solid #feb318;
  width: 16px;
  height: 16px;
  display: block;
}

.b11 .more {
  display: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.b11 .more.active {
  display: block !important;
}

.b11 .more svg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.b11 .more svg path:first-child {
  stroke: #feb318;
}

.b11 .more svg path:last-child {
  fill: #feb318;
}

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

.b12 .container {
  padding-left: 0;
}
.b12 .container img {
  position: relative;
  top: -95px;
}

.b12 .textbox {
  color: #00426b;
  position: relative;
  bottom: 150px;
  left: 165px;
  max-width: 190px;
}

.b12 .textbox h2 {
  font-size: 46px;
  line-height: 35px;
}

.b12 .textbox .title {
  color: #002338;
  font-size: 14px;
  line-height: 25px;
}

.b12 .textbox a {
  color: #00426b;
  text-decoration: none;
  transition: all 0.2s;
}
.b12 .textbox a:hover h3 {
  border-bottom: 1px solid #feb318;
  color: #feb318;
}

.b12 .textbox h3 {
  border-bottom: 1px solid #00426b;
  line-height: 25px;
  width: 155px;
  transition: all 0.2s;
}

.b12 .boxes {
  position: relative;
  bottom: 100px;
}

.b12 .box {
  border: 1px solid #00426b;
  width: 240px;
  height: 170px;
  color: #00426b;
  padding: 40px;
  margin: auto;
  margin-bottom: 20px;
}

.b12 .box a {
  text-decoration: none;
}

.b12 .box span {
  display: block;
}

.b12 .box .subtitle {
  height: 64px;
}

.b12 .box svg {
  stroke: #00426b;
}

.b12 .box .rdv {
  margin-top: 18px;
  max-height: 30px;
  line-height: 30px;
  padding: 12px 28px 12px 20px;
  position: relative;
  color: #00426b;
  border: 1px solid #00426b;
  border-right: 0px;
  cursor: pointer;
  max-width: 168px;
  display: block;
  transition: all ease 0.5s;
}

.b12 .box .rdv:after {
  content: "";
  width: 0;
  height: 12px;
  position: absolute;
  border-right: 1px solid #00426b;
  top: 0;
  right: 0px;
  transition: all ease 0.5s;
}

.b12 .box .rdv:before {
  content: "";
  width: 0;
  height: 12px;
  position: absolute;
  border-right: 1px solid #00426b;
  bottom: 0;
  right: 0px;
  transition: all ease 0.5s;
}

.b12 .box .rdv svg {
  position: absolute;
  right: -4px;
  height: 24px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  fill: #00426b;
  transition: all ease 0.5s, background-color ease 0s;
}

.b12 .box:hover {
  background-color: #00426b;
  color: #ffffff;
  box-shadow: 0px 18px 18px -12px #6e87ad;
}

.b12 .box:hover svg {
  stroke: #ffffff;
}

.b12 .box:hover .rdv svg {
  fill: #ffffff;
  background-color: #00426b !important;
}

.b12 .box:hover .rdv {
  border: 1px solid #ffffff;
  border-right: 0px;
  color: #ffffff;
}

.b12 .box:hover .rdv:after,
.b12 .box:hover .rdv:before {
  border-right: 1px solid #ffffff;
}

.b12 .rdv:hover svg {
  right: -10px;
}

.b12 .box .rdv:hover:after,
.b12 .box .rdv:hover:before {
  border-right: 1px solid transparent;
}

.b12 .rdv:active svg {
  display: none;
}

.b13 {
  margin-bottom: -133px;
}

.b13 .container {
  padding-left: 0px;
  position: relative;
}

.b13 .bgi {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 80%;
  height: 50%;
  object-fit: contain;
}

.b13 .textbox {
  color: #002338;
  max-width: 250px;
  position: relative;
  bottom: 310px;
  left: 16px;
}


.b14 {
  display: none;
  margin-bottom: -190px;
}

.b14 .container {
  padding-left: 0px;
}

.b14 h2 {
  line-height: 80px;
  color: #00426b;
  width: 260px;
  margin: auto;
  position: relative;
  bottom: 200px;
}

.b14 .frow,
.b14 .srow {
  position: relative;
  bottom: 100px;
}

.b14 .boxes {
  position: relative;
  bottom: 100px;
}

.b14 .box {
  border: 1px solid #00426b;
  width: 240px;
  height: 170px;
  color: #00426b;
  padding: 40px;
  margin: auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  flex-basis: 21%;
}

.b14 .box a {
  text-decoration: none;
}

.b14 .box span {
  display: block;
}

.b14 .box .subtitle {
  height: 64px;
}

.b14 .box svg {
  stroke: #00426b;
}

.b14 .box .rdv {
  margin-top: 18px;
  max-height: 30px;
  line-height: 30px;
  padding: 12px 28px 12px 20px;
  position: relative;
  color: #00426b;
  border: 1px solid #00426b;
  cursor: pointer;
  max-width: 168px;
  display: block;
  transition: all ease 0.5s;
}

.b14 .box .rdv svg {
  position: absolute;
  right: -4px;
  height: 24px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background-color: #ffffff;
  fill: #00426b;
  transition: all ease 0.5s, background-color ease 0s;
}

.b14 .box:hover {
  background-color: #00426b;
  color: #ffffff;
  box-shadow: 0px 18px 18px -12px #6e87ad;
}

.b14 .box:hover svg {
  stroke: #ffffff;
}

.b14 .box:hover .rdv svg {
  fill: #ffffff;
  background-color: #00426b !important;
}

.b14 .box:hover .rdv {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.b14 .rdv:hover svg {
  right: -10px;
}

.b14 .box:hover .rdv:hover {
  border-right: 1px solid transparent;
}

.b14 .rdv:active svg {
  display: none;
}

.b14 .box .more {
  border: 1px solid #00426b;
  width: 56px;
  height: 56px;
  display: block;
  position: relative;
  margin-top: 18px;
}

.b14 .box .more svg {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.b14 .box .more svg path:first-child {
  stroke: #00426b;
}

.b14 .box .more svg path:last-child {
  fill: #00426b;
}

.b14 .box:hover .more {
  border: 1px solid #ffffff;
}

.b14 .box:hover .more svg path:first-child {
  stroke: #ffffff;
}

.b14 .box:hover .more svg path:last-child {
  fill: #ffffff;
}

.b15 {
  margin-bottom: 0px;
}

.b15 .map {
  height: 550px;
  width: 100%;
}

.b15 .container {
  padding-left: 0px;
}

.b15 .bg {
  min-height: 200px;
  position: relative;
  width: 100%;
}

.b15 .loc {
  /* position: relative; */
  margin: auto;
  width: 170px;
  display: block;
  /* top: -205px;
    left: -10px; */
}

.b15 .loc img {
  width: 100%;
}

.b15 .gm-style .gm-style-iw-t::after {
  content: none !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: none !important;
}

.b15 .gm-style .gm-style-iw-c {
  background-color: inherit;
  box-shadow: none;
}

.b15 .gm-style .gm-style-iw-c button {
  display: none !important;
}

.b15 .loc .more {
  border: 1px solid #f9f9f9;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  margin-top: 18px;
  top: -7px;
  right: 15px;
}

.b15 .loc .more svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.b15 .loc .more svg path:first-child {
  stroke: #f9f9f9;
}

.b15 .loc .more svg path:last-child {
  fill: #f9f9f9;
}

.b15 .textbox {
  color: #00426b;
  bottom: 100px;
  max-width: 320px;
  margin: auto;
  padding-top: 60px;
  text-align: center;
  position: relative;
  top: 0;
}

.b15 .textbox a {
  text-decoration: none;
  color: #00426b;
}

.b15 .textbox h2 {
  width: 90px;
  margin: auto;
  margin-bottom: 32px;
}

.b15 .textbox .title {
  font-size: 20px;
}

.b15 .textbox .subtitle {
  font-size: 16px;
}

.b15 .textbox .colls > div {
  padding-bottom: 60px;
}

.b15 .textbox .subtitle-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.b15 .textbox .subtitle.h {
  color: #a7a7a7;
  padding-left: 17px;
}
.b15 .textbox .colls div div:first-child {

  border-bottom: 1px solid #00426b;
}



.b15 .textbox .col2 .title {
  max-width: 225px;
  display: block;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
}
.b15 .textbox .col-content {
  text-align: left;
}

.b15 .textbox .col2 .col-content .title {
  margin-left: 0;
}

.b15 .textbox .hours-row {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 6px;
}
.b15 .textbox .hours-row .day {
  width: 140px;
  text-align: left;
  padding-right: 15px;
  box-sizing: border-box;
  padding-bottom: 6px;
}

.b15 .textbox .hours-row .hour {
  color: #002338;
  padding-bottom: 6px;
}

.b15 .textbox .col3 .last {
  text-align: right;
}

.b16 {
  padding-bottom: 61px;
}

.b16 .fblock {
  background-color: #e5ded3;
  margin-right: 32px;
}

.b16 input,
.b16 textarea {
  background-color: #e5ded3;
  border: 1px solid #999999;
  width: 220px;
  margin: auto;
  height: 30px;
  padding: 14px 20px 10px 20px;
  color: #00426b;
}

.b16 input:focus,
.b16 textarea:focus {
  background-color: #efefef;
  border: 1px solid #00426b;
  outline: none !important;
}

.b16 input.ok,
.b16 textarea.ok {
  border: 1px solid #7c9a0f;
}

.b16 input.nok,
.b16 textarea.nok {
  border: 1px solid #dd4b4b;
}

.b16 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin: auto;
  width: 260px;
}

.b16 .wpcf7-form p {
  width: 262px;
  margin: auto;
  padding-bottom: 20px;
}

.b16 .wpcf7-form br,
.b16 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  max-width: 250px;
  margin: auto;
  position: relative;
  left: 10px;
}

.b16 .fblock .place {
  color: #999999;
  position: relative;
  top: 44px;
  z-index: 1;
  left: 23px;
  pointer-events: none;
  transition: all ease 0.5s;
}

.b16 .fblock .error {
  color: #dd4b4b !important;
  position: relative;
  float: right;
  top: 5px;
}

.b16 .fblock .place.focus {
  color: #00426b;
  position: relative;
  top: -4px;
  left: 3px;
}

.b16 .fblock .place.active {
  color: #00426b;
}

.b16 textarea {
  height: 100px;
}

.b16 img {
  position: relative;
  right: -16px;
  top: -16px;
}

.b16 h3 {
  width: 262px;
  margin: auto;
  margin-bottom: 30px;
}
.b16 input {
  margin-bottom: 15px;
}

.b16 .rdv {
  padding: 12px 28px 12px 20px;
  border: 1px solid #00426b;
  background-color: #e5ded3;
  color: #00426b;
  width: 116px;
  height: 27px;
  line-height: 26px;
  position: relative;
  transition: all ease 0.5s;
}

.b16 .rdv svg {
  position: absolute;
  right: -4px;
  height: 24px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background-color: #e5ded3;
  fill: #00426b;
  transition: all ease 0.5s, background-color ease 0s;
}

.b16 .rdv:hover svg {
  right: -10px;
}

.b16 .rdv:hover {
  border-right: 1px solid transparent;
  transition: all ease 0.5s;
}

.b16 .rdv:active svg {
  display: none;
}

.more svg {
  transition: all ease 0.5s;
}

.more:hover svg {
  transform: rotate(45deg);
}

@media only screen and (min-width: 380px) {
  /*.b9 .textbox*/
  /*{*/
  /*	bottom: 110px;*/
  /*	left: 238px;*/
  /*}*/
  .b11 .right .textbox {
    bottom: 220px;
    left: 130px;
  }
}
@media only screen and (max-width: 400px) {
  .b5 .b5__content {
    max-width: 300px;
    text-align: justify;
  }
}
@media only screen and (max-width: 600px) {
  .b4 h2 {
    display: none;
  }
  .b4 {
    margin-bottom: -200px;
    overflow: hidden;
  }
  .title-mobile {
    display: block;
    z-index: 3;
  }

  .b4 .container {
    transform: scale(1.25щ);
    transform-origin: left;
  }
}
@media only screen and (min-width: 400px) {

  .b3 .doctor.wide img {
    margin: auto;
  }

  .b3 .doctor:not(.wide) {
    margin: 20px auto;
  }

  .b4 h2 {
    left: 210px;
  }
  .b5 .b5__content {
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
    /* max-width: 300px; */
    width: 100%;
    text-align: justify;
  }
  .b6 {
    margin-bottom: 50px;
  }
  .b6 h2 {
    bottom: 125px;
    padding-left: 18px;
  }
  .b6 .b6__content {
    font-size: 16px;
    line-height: 20px;
  }
  .b11 .right .textbox {
    bottom: 225px;
    left: 140px;
  }

  .b12 .textbox {
    bottom: 150px;
    left: 200px;
  }

  .b13 .textbox {
    bottom: 350px;
    left: 16px;
  }
}

/*@media only screen and (min-width: 420px) */
/*{*/
/*	.b9 .textbox*/
/*	{*/
/*		bottom: 125px;*/
/*		left: 275px;*/
/*	}*/
/*}*/

@media only screen and (min-width: 450px) {
  header .phone,
  header .rdv {
    margin-right: 15px;
  }

  .b2 .dard {
    padding-left: 64px;
  }

  .b4 .container {
    padding-left: 20px;
  }

  .b4 h2 {
    bottom: 220px;
    left: 250px;
  }

  .b6 h2 {
    padding-left: 22px;
  }

  /*.b9 .textbox*/
  /*{*/
  /*	bottom: 135px;*/
  /*	left: 305px;*/
  /*}*/
  .b10 h2 {
    padding-bottom: 10px;
  }

  .b10 p {
    padding-bottom: 20px;
  }

  .b10 .title {
    padding-bottom: 15px;
    display: block;
  }

  .b10 .textbox {
    bottom: 145px;
  }

  .b11 .right .textbox {
    bottom: 235px;
    left: 195px;
  }

  .b12 .textbox {
    bottom: 175px;
    left: 245px;
  }

  .b13 .textbox {
    bottom: 390px;
    left: 16px;
  }
}

@media only screen and (min-width: 500px) {
  .b2 .rec {
    left: 12px;
  }

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

  .b8 .boxes {
    bottom: 100px;
  }

  /*.b9 .textbox*/
  /*{*/
  /*	bottom: 140px;*/
  /*	left: 355px;*/
  /*}*/
  .b11 .right .textbox {
    bottom: 255px;
    left: 235px;
  }

  .b12 .textbox {
    bottom: 185px;
    left: 290px;
  }

  .b13 {
    margin-bottom: -389px;
  }
}

@media only screen and (min-width: 550px) {
  header .logom {
    display: none;
  }

  header .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 92px;
    padding: 2px;
  }

  .b2 .rec {
    left: 14px;
  }

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

  .b3 .doctor.wide {
    display: flex;
    justify-content: space-between;
    max-width: 852px;
    margin: 20px auto;
  }

  .b4 .container {
    padding-left: 25px;
  }

  .b4 h2 {
    bottom: 240px;
    left: 330px;
  }

  .b5 .icons_block {
    left: 32px;
  }

  .b6 h2 {
    padding-left: 26px;
  }

  /*.b9 .textbox*/
  /*{*/
  /*	bottom: 160px;*/
  /*	left: 400px;*/
  /*}*/
  .b10 .textbox {
    bottom: 180px;
  }

  .b11 .right .textbox {
    bottom: 275px;
    left: 275px;
  }

  .b11 .more {
    right: -60px;
  }

  .b13 .textbox {
    bottom: 480px;
    left: 16px;
  }
}

@media only screen and (min-width: 600px) {
  .b2 .rec {
    left: 16px;
  }

  /*.b9 .textbox*/
  /*{*/
  /*	bottom: 170px;*/
  /*	left: 450px;*/
  /*}*/
  .b12 .textbox {
    bottom: 200px;
    left: 350px;
  }

  .b13 {
    margin-bottom: -576px;
  }
}

@media only screen and (min-width: 650px) {
  header .left {
    width: 25%;
  }
  header .center {
    width: 50%;
  }
  header .right {
    width: 25%;
  }

  .b2 .rec {
    left: 18px;
  }

  .b2 .dard {
    padding-left: 96px;
  }

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

  .b3 .doctor.wide .right h3 {
    padding-top: 0px;
  }

  .b6 h2 {
    padding-left: 32px;
    font-size: 30px;
    line-height: 30px;
    width: 200px;
  }
  .b6 .b6__content {
    font-size: 16px;
    line-height: 20px;
  }

  .b8 .boxes {
    bottom: 130px;
  }

  /*.b9 .textbox*/
  /*{*/
  /*	bottom: 180px;*/
  /*	left: 495px;*/
  /*}*/
  .b10 .textbox {
    bottom: 210px;
  }

  .b13 .textbox {
    bottom: 580px;
    left: 16px;
  }
}

@media only screen and (min-width: 700px) {
  .b2 .rec {
    left: 20px;
  }

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

  v .b3 h2 {
    padding-left: 32px;
  }

  .b3 .doctor.wide {
    width: 600px;
  }

  .b4 h2 {
    bottom: 260px;
    left: 455px;
  }

  /*.b9 .textbox*/
  /*{*/
  /*	bottom: 185px;*/
  /*	left: 535px;*/
  /*}*/
  .b11 .right .textbox {
    bottom: 320px;
    left: 380px;
  }

  .b12 .textbox {
    bottom: 250px;
    left: 450px;
  }

  .b13 {
    margin-bottom: -260px;
  }
}

@media only screen and (min-width: 1150px) {

  .b2 .bg {
    width: 60%;
    max-width: 1100px;
    height: 218%;
  }
  @media (min-width: 1920px) {
    .b2 .bg {
      /* left: calc((100vw - 2110.7px) / 2); */
      left: calc((100vw - 1920px) / 2);
    }
  }
}
@media only screen and (min-width: 768px) {
  header .phone,
  header .rdv {
    margin-right: 40px;
  }

  header .mobile_btn {
    margin-right: 10px;
  }

  footer .frow {
    display: flex;
    justify-content: space-between;
  }

  footer .frow .logo {
    width: 250px;
    top: 52px;
  }

  footer .frow .arr {
    width: 120px;
    height: 120px;
  }

  footer .frow .menu_ {
    margin-right: 16px;
  }

  footer .srow {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
  }

  footer .link.caption {
    padding-right: 16px;
  }

  .preloader_box {
    padding: 32px;
  }

  .plogo {
    width: 70%;
  }

  .progressbar-text {
    bottom: 150px !important;
  }

  .b1 #video {
    max-height: 500px;
  }

  .b2 {
    position: relative;
    margin-bottom: 100px;
  }


  .b2 .rec {
    position: absolute;
    top: 48px;
    left: unset;
    right: 0px;
    width: 40%;
    padding-right: 32px;
  }

  .b2 .dard {
    padding-left: 32px;
    padding-top: 32px;
  }

  .b2 .dard p {
    max-width: 270px;
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.005em;
  }

  .b4 .container {
    padding-left: 34px;
  }

  .b6 h2 {
    padding-left: 36px;
  }

  .b7 .left .frow {
    padding-bottom: 20px;
  }

  .b7 .left .frow img:first-child {
    padding-right: 20px;
  }

  .b7 .left .srow {
    padding-bottom: 20px;
  }

  .b7 .right .frow {
    padding-bottom: 20px;
  }

  .b7 .right .srow img:first-child {
    padding-right: 20px;
  }

  .b7 .left .srow img,
  .b7 .right .frow img {
    width: 100%;
  }

  .splide__arrow {
    width: 3em;
    height: 3em;
  }

  .splide__arrow--prev {
    left: -4em;
  }

  .splide__arrow--next {
    right: -4em;
  }

  #splide {
    width: 80%;
    max-width: 1240px;
    /*margin: 14% auto 0;*/
    margin: 50px auto;
  }

  .b7 .overlay .row {
    position: relative;
    top: 50px;
  }

  .b8 .boxes {
    bottom: 150px;
  }

  .b9 h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .b9 p {
    /*width: 200px;*/
  }

  /*.b9 .container*/
  /*{*/
  /*	background: transparent;*/
  /*}*/
  /*.b9 .textbox {*/
  /*    text-align: left;*/
  /*    padding: 0;*/
  /*    bottom: 220px;*/
  /*    left: 500px;*/
  /*    max-width: 235px;*/
  /*}*/
  /*.b9 .bg*/
  /*{*/
  /*	display: block;*/
  /*}*/
  .b10 .textbox {
    bottom: 250px;
  }

  .b11 .container {
    position: relative;
  }

  .b11 .left {
    position: absolute;
    width: 447px;
  }

  .b11 .left img {
    background-color: transparent;
  }

  .b11 .right {
    width: 80%;
    float: right;
    clear: right;
    height: 400px;
  }

  .b11 .right img {
    width: 614px;
    float: right;
    clear: right;
  }

  .b11 .right .textbox {
    bottom: 275px;
    left: 350px;
    clear: right;
  }

  .b12 .textbox {
    bottom: 290px;
    left: 500px;
  }

  .b12 .boxes {
    display: flex;
    max-width: 746px;
    margin: auto;
  }
  .b12 .container img {
    top: -20px;
  }
  .b13 .textbox {
    bottom: 650px;
    left: 16px;
  }

  .b14 .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1240px;
    margin: auto;
  }

  .b14 .box {
    margin: 5px;
  }

  /*.b9 .bgi*/
  /*{*/
  /*	position: absolute;*/
  /*	top: 80px;*/
  /*	left: 0px;*/
  /*	width: 63%;*/
  /*	max-height: 70%;*/
  /*}*/
}

@media only screen and (min-width: 800px) {
  /*.b9 .textbox {*/
  /*    bottom: 220px;*/
  /*    left: 525px;*/
  /*}*/
  .b11 .left {
    width: 471px;
  }

  .b11 .right img {
    width: 640px;
  }

  .b11 .right .textbox {
    bottom: 275px;
    left: 350px;
  }

  .b13 {
    margin-bottom: -621px;
  }

  .b14 .box {
    flex-basis: 22%;
  }
}

@media only screen and (min-width: 850px) {
  .b2 {
    margin-bottom: 120px;
  }

  .b2 .dard {
    padding-left: 64px;
  }

  .b2 .rec {
    top: 52px;
  }

  .b3 {
    margin-bottom: -140px;
  }

  .b3 h2 {
    padding-left: 64px;
  }

  .b4 .container {
    padding-left: 39px;
  }

  .b4 h2 {
    bottom: 290px;
    left: 550px;
  }

  .b6 h2 {
    padding-left: 42px;
  }

  /*.b9 .textbox {*/
  /*    bottom: 240px;*/
  /*    left: 580px;*/
  /*}*/
  .b11 .left {
    width: 510px;
  }

  .b11 .right {
    width: 681px;
  }

  .b11 .right img {
    width: 700px;
  }

  .b11 .right .textbox {
    bottom: 325px;
    left: 380px;
  }

  .b15 .loc {
    top: -220px;
  }
}

@media only screen and (min-width: 900px) {

  .b5 .icons_block {
    left: 48px;
  }

  .b8 .boxes {
    bottom: 170px;
  }

  /*.b9 .textbox {*/
  /*    bottom: 250px;*/
  /*    left: 615px;*/
  /*}*/
  .b10 .textbox {
    bottom: 300px;
  }

  .b11 .left {
    width: 533px;
  }

  .b11 .right {
    width: 705px;
    height: 500px;
  }

  .b11 .right img {
    width: 710px;
  }

  .b11 .right .textbox {
    bottom: 325px;
    left: 380px;
  }

  .b12 .textbox {
    bottom: 350px;
    left: 630px;
  }

  .b13 .textbox {
    bottom: 750px;
    left: 16px;
  }

  .b13 {
    margin-bottom: -744px;
  }

  .b14 .box {
    flex-basis: 23%;
  }

  .b15 .textbox {
    width: 100%;
    max-width: 95%;
    padding-top: 60px;
    text-align: center;
  }

  .b15 .colls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .b15 .colls > div {
    width: 50%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 950px) {
  .b2 {
    margin-bottom: 160px;
  }

  .b2 .rec {
    top: 62px;
  }

  .b2 .dard {
    padding-left: 96px;
    padding-top: 64px;
  }

  .b3 {
    margin-bottom: -190px;
  }

  .b4 .container {
    padding-left: 45px;
  }

  .b6 h2 {
    padding-left: 46px;
  }

  /*.b9 .textbox {*/
  /*    bottom: 280px;*/
  /*    left: 670px;*/
  /*}*/
  .b11 .left {
    width: 599px;
  }

  .b11 .right {
    width: 775px;
  }

  .b11 .right img {
    width: 775px;
  }

  .b11 .right .textbox {
    bottom: 385px;
    left: 475px;
  }

  .b15 .loc {
    top: -235px;
    left: -22px;
  }
}

@media only screen and (min-width: 1024px) {
  body,
  p {
    font-size: 15px;
    line-height: 20px;
  }

  h1 {
    font-size: 52px !important;
    line-height: 60px !important;
  }

  h2 {
    font-size: 46px;
    line-height: 50px;
  }

  h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .title {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .subtitle {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .button {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .caption {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .ovf {
    padding-right: 14px;
  }

  header .rdv {
    line-height: 28px !important;
  }

  footer .frow .logo {
    width: 450px;
  }

  footer .frow .menu_ {
    width: 400px;
    padding-bottom: 16px;
  }

  .preloader_box {
    padding: 60px;
  }

  .b1 #video {
    max-height: 600px;
  }

  .b2 {
    margin-bottom: 100px;
  }

  .b2 .dard {
    /* max-width: 550px; */
    max-width: 36%;
  }

  .b2 .dard p {
    max-width: 100%;
  }

  .b2 span {
    padding-bottom: 20px;
    display: block;
  }

  .b3 {
    margin-bottom: -210px;
  }

  .b3 .frow {
    max-width: 1817px;
    margin: auto;
  }

  .b3 .doctor.wide {
    justify-content: flex-start;
    width: 852px;
  }

  .b3 .doctor.wide .right h3 {
    padding-top: 56px;
  }

  .b3 .srow {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: auto;
  }

  .b4 {
    margin-bottom: -180px;
  }

  .b4 .container {
    padding-left: 48px;
  }

  .b4 h2 {
    max-width: 285px;
  }

  .b5 .icons_block {
    /* max-width: 460px; */
    max-width: 34%;
    text-align: justify;
  }

  .b5 .b5__content {
    margin-top: 40px;
  }

  .b5 .icons {
    top: 20px;
    border-top: 6px solid #00426b;
    /* width: 460px; */
    width: 100%;
  }

  .b5 ul li {
    width: 50px;
  }

  .b5 ul li img {
    width: 50px;
    height: 50px;
  }

  .b5 .subtitle {
    width: 75px;
    font-size: 15px !important;
    position: relative;
    left: -10px;
  }

  .b6 h2 {
    width: 300px;
    padding-left: 50px;
  }

  .b7 {
    margin-bottom: 40px;
  }

  .b7 .container {
    max-width: 1736px;
    margin: auto;
  }

  .b7 .images {
    display: flex;
    justify-content: space-between;
  }

  .b7 .left .frow .img:first-child {
    margin-right: 20px;
  }

  .b7 .right .srow .img:first-child {
    margin-right: 20px;
  }

  .b7 .left {
    padding-right: 20px;
    padding-bottom: 0px;
  }

  .b8 h2 {
    width: 480px;
    padding-bottom: 40px;
  }

  .b8 .boxes {
    bottom: 210px;
  }

  .b8 .box {
    max-width: none;
  }

  .b8 .box h3 {
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .b8 .box .num {
    top: 3px;
    right: -28px;
    font-size: 55px;
  }

  .b8 .box:nth-child(2n) .num {
    top: 0px;
    left: -31px;
  }

  /*.b9 .textbox {*/
  /*    bottom: 355px;*/
  /*    left: 760px;*/
  /*}*/
  .b10 .textbox {
    bottom: 340px;
    max-width: 625px;
  }

  .b11 .left h2 {
    position: relative;
    top: 16px;
  }

  .b11 .left {
    width: 599px;
  }

  .b11 .left img {
    position: relative;
    top: 50px;
    height: 335px;
    width: 600px;
    max-width: unset;
  }

  .b11 .right {
    width: 775px;
  }

  .b11 .right img {
    width: 100%;
  }

  .b11 .right .textbox {
    bottom: 395px;
    left: 360px;
    max-width: 380px;
  }

  .b11 .right ul li {
    margin-bottom: 20px;
  }
  .b11 .right ul li:hover .more {
    opacity: 1;
  }

  .b11 .right ul.active {
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .b12 {
    margin-bottom: -280px;
  }

  .b12 .textbox {
    bottom: 400px;
    left: 400px;
    max-width: 610px;
  }

  .b12 .boxes {
    position: relative;
    margin: unset;
    bottom: 350px;
    left: 250px;
  }

  .b12 .textbox h3 {
    width: 250px;
  }

  .b12 h2 {
    padding-bottom: 62px;
  }

  .b12 .textbox .title {
    padding-bottom: 24px;
    display: block;
  }

  .b13 .textbox {
    bottom: 850px;
    left: 16px;
    max-width: 300px;
  }

  .b13 {
    margin-bottom: -724px;
  }

  .b14 h2 {
    width: 365px;
  }

  .b14 .boxes {
    max-width: 1024px;
    padding-bottom: 16px;
  }

  .b15 .loc {
    top: -250px;
    left: -23px;
  }

  .b16 input,
  .b16 textarea {
    width: 350px;
  }

  .b16 .fblock {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .b16 .form {
    padding-left: 92px;
  }

  .b16 img {
    width: 50%;
  }

  .b16 h3 {
    width: 266px;
    padding-top: 32px;
  }

  .b16 .fblock .error {
    color: #dd4b4b !important;
    position: relative;
    left: 130px;
    top: 4px;
  }
}

@media only screen and (min-width: 1300px) {
  .b2 .dard {
    padding-left: 138px;
  }
}
@media only screen and (min-width: 1100px) {
  .b2 .rec {
    top: 68px;
  }

  .b2 .dard {
    padding-left: 88px;
  }

  /*.b9 .textbox {*/
  /*    bottom: 360px;*/
  /*    left: 840px;*/
  /*}*/
  .b11 .left {
    width: 599px;
  }

  .b11 .left img {
    position: relative;
    top: 59px;
    height: 368px;
    width: 680px;
    max-width: unset;
  }

  .b11 .right {
    width: 850px;
    height: 600px;
  }

  .b11 .right img {
    width: 100%;
  }

  .b11 .right .textbox {
    bottom: 430px;
    left: 440px;
  }

  .b12 .textbox {
    bottom: 420px;
    left: 475px;
  }

  .b12 .boxes {
    bottom: 350px;
    left: 330px;
  }

  .b13 .textbox {
    bottom: 900px;
    left: 16px;
  }

  .b13 {
    margin-bottom: -774px;
  }

  .b15 .textbox .col2 .title {
    max-width: 350px;
  }
}

@media only screen and (min-width: 992px) {
  .b2 {
    margin-bottom: 140px;
  }

  .b2 .rec {
    padding-right: 44px;
  }
  .b2 .bg {
    width: 55%;
    height: 221%;
  }
}
@media only screen and (min-width: 1150px) {

  .b2 .rec {
    width: 43%;
    top: 40px;
  }

  .b3 {
    margin-bottom: -250px;
  }

  .b4 h2 {
    bottom: 295px;
    left: 720px;
  }

  .b6 h2 {
    padding-left: 54px;
  }

  .b11 .left {
    width: 599px;
  }

  .b11 .left img {
    position: relative;
    top: 67px;
    height: 394px;
    width: 730px;
    max-width: unset;
  }

  .b11 .right {
    width: 910px;
  }

  .b11 .right img {
    width: 100%;
  }

  .b11 .right .textbox {
    bottom: 450px;
    left: 485px;
  }

  .b12 .textbox {
    bottom: 420px;
    left: 500px;
  }

  .b12 .boxes {
    bottom: 350px;
    left: 360px;
  }

  .b13 .textbox {
    bottom: 950px;
    left: 16px;
  }

  .b15 .loc {
    top: -270px;
    left: -27px;
  }
}

@media only screen and (min-width: 1200px) {
  .b1 #video {
    max-height: 876px;
  }

  .b3 .doctor.wide img {
    min-width: 300px;
  }

  .b4 .container {
    padding-left: 58px;
  }

  .b8 h2 {
    padding-bottom: 80px;
  }

  .b8 .boxes {
    bottom: 260px;
  }

  .b8 .box {
    max-width: 600px;
  }

  .b8 .box p {
    max-width: 500px;
    text-align: justify;
  }

  /*.b9 .textbox {*/
  /*    bottom: 410px;*/
  /*    left: 930px;*/
  /*}*/
  .b10 .textbox {
    bottom: 390px;
  }

  .b11 .more {
    width: 22px;
    height: 22px;
  }

  .b11 .more svg {
    width: 18px;
    height: 18px;
  }

  .b12 .textbox {
    bottom: 420px;
    left: 550px;
  }

  .b12 .boxes {
    bottom: 350px;
    left: 440px;
  }

  .b13 .textbox {
    bottom: 1000px;
    left: 16px;
  }

  .b13 {
    margin-bottom: -815px;
  }

  .b15 .colls > div {
    width: 50%;
  }
}

@media only screen and (min-width: 1250px) {
  .b2 {
    margin-bottom: 120px;
  }

  .b2 .rec {
    width: 47%;
    top: 26px;
  }

  .b3 {
    margin-bottom: -280px;
  }

  .b3 .doctor:not(.wide) {
    width: 392px;
  }

  .b6 h2 {
    padding-left: 58px;
  }

  .b11 .left {
    width: 599px;
  }

  .b11 .left img {
    position: relative;
    top: 78px;
    height: 433px;
    width: 810px;
    max-width: unset;
  }

  .b11 .right {
    width: 1000px;
    height: 700px;
  }

  .b11 .right img {
    width: 100%;
  }

  .b11 .right .textbox {
    bottom: 490px;
    left: 560px;
  }
  .b12 .container img {
    top: -140px;
  }
  .b13 .textbox {
    bottom: 1050px;
    left: 16px;
  }
}

@media only screen and (min-width: 1300px) {
  .b2 {
    margin-bottom: 150px;
  }

  .b2 .rec {
    padding-right: 64px;
  }

  .b5 .icons_block {
    left: 64px;
  }

  /*.b9 .textbox {*/
  /*    bottom: 430px;*/
  /*    left: 1010px;*/
  /*}*/
  .b12 .textbox {
    bottom: 470px;
    left: 650px;
  }

  .b12 .boxes {
    bottom: 400px;
    left: 540px;
  }

  .b13 .textbox {
    bottom: 1100px;
    left: 16px;
  }

  .b13 {
    margin-bottom: -885px;
  }

  .b15 .loc {
    top: -295px;
    left: -30px;
  }
}

@media only screen and (min-width: 1350px) {
  .b2 {
    margin-bottom: 180px;
  }

  .b3 {
    margin-bottom: -330px;
  }

  .b4 h2 {
    bottom: 315px;
    left: 850px;
  }

  .b4 .container {
    padding-left: 65px;
  }

  .b6 h2 {
    padding-left: 64px;
  }

  .b8 h2 {
    padding-bottom: 10px;
  }

  .b8 .boxes {
    bottom: 300px;
  }

  .b8 .box {
    max-width: 700px;
  }

  .b10 .textbox {
    bottom: 450px;
  }
  .b13 .textbox {
    bottom: 1150px;
    left: 16px;
  }
}

@media only screen and (min-width: 1440px) {



  footer .container {
    padding-left: 32px;
  }

  footer .frow .logo {
    width: 600px;
  }

  footer .frow .menu_ {
    width: 640px;
    padding-bottom: 32px;
    margin-right: 32px;
    margin-left: 64px;
  }

  footer .link.caption {
    padding-right: 32px;
  }

  .b2 {
    margin-bottom: 230px;
  }

  .b2 .rec {
    top: 30px;
  }

  .b3 {
    margin-bottom: -360px;
  }

  .b4 .container {
    padding-left: 70px;
  }

  .b4 h2 {
    bottom: 330px;
    left: 950px;
  }
  .b6 {
    margin-bottom: 120px;
  }
  .b6 h2 {
    padding-left: 68px;
  }

  .b7 .container {
    padding: 0px 32px;
  }

  .b7 .left {
    padding-right: 32px;
  }

  .b7 .left .frow {
    padding-bottom: 32px;
  }

  .b7 .left .frow .img:first-child {
    margin-right: 32px;
  }

  .b7 .right .srow .img:first-child {
    margin-right: 32px;
  }

  .b7 .left .srow {
    padding-bottom: 32px;
  }

  .b7 .right .frow {
    padding-bottom: 32px;
  }

  .b8 .box:not(:nth-child(2n)) :not(img) {
    padding-left: 32px;
  }

  .b8 .box .scrollme,
  .b8 .box .animateme {
    padding-left: 0px !important;
  }

  /*.b9 .textbox {*/
  /*    max-width: 400px;*/
  /*    bottom: 430px;*/
  /*    left: 1010px;*/
  /*}*/
  .b9 p {
    /*width: 350px;*/
  }

  .b10 .textbox {
    bottom: 480px;
  }

  .b11 .left h2 {
    padding-left: 32px;
    top: 32px;
  }

  .b11 .left {
    width: 599px;
  }

  .b11 .left img {
    position: relative;
    top: 103px;
    height: 521px;
    width: 930px;
    max-width: unset;
  }

  .b11 .right {
    width: 1200px;
    height: 800px;
  }

  .b11 .right img {
    width: 100%;
  }

  .b11 .right .textbox {
    bottom: 575px;
    left: 755px;
  }

  .b12 .textbox {
    bottom: 550px;
    left: 750px;
  }

  .b12 .boxes {
    bottom: 450px;
    left: 640px;
  }

  .b13 .textbox {
    bottom: 1200px;
    left: 32px;
  }

  .b13 {
    margin-bottom: -950px;
  }

  .b16 .container {
    padding-left: 32px;
  }

  .b16 .form {
    padding-left: 148px;
  }

  .b16 img {
    right: -32px;
    top: -32px;
  }
  .b11 .more {
    width: 22px;
    height: 22px;
  }
  .b11 .more svg {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (min-width: 1550px) {
  /*.b9 .textbox {*/
  /*    bottom: 450px;*/
  /*    left: 1100px;*/
  /*}*/
  .b13 .textbox {
    bottom: 1250px;
    left: 32px;
  }

  .b15 .loc {
    top: -340px;
    left: -35px;
  }
  .b5 .icons_block {
    max-width: 560px;
  }
  .b5 .icons {
    width: 560px;
  }
}

@media only screen and (min-width: 1600px) {

  header .rdv {
    margin-right: 92px;
  }

  .b2 .dard {
    padding-top: 92px;
    padding-left: 160px;
  }

  .b2 .rec {
    top: 48px;
    width: 50%;
    height: 500px;
  }

  .b3 {
    margin-bottom: -410px;
  }

  .b4 .container {
    padding-left: 80px;
  }

  .b4 h2 {
    bottom: 315px;
    left: 850px;
  }

  .b4 h2 {
    bottom: 360px;
    left: 1100px;
  }

  .b5 .icons_block {
    left: 80px;
  }

  .b6 h2 {
    padding-left: 76px;
  }

  .b8 h2 {
    padding-bottom: 10px;
  }

  .b8 .boxes {
    bottom: 340px;
  }

  .b8 .box {
    max-width: 800px;
  }

  /*.b9 .textbox {*/
  /*    bottom: 470px;*/
  /*    left: 1150px;*/
  /*}*/
  .b10 .textbox {
    bottom: 540px;
  }

  .b12 .textbox {
    bottom: 600px;
    left: 900px;
  }

  .b12 .boxes {
    bottom: 500px;
    left: 790px;
  }

  .b13 .textbox {
    bottom: 1300px;
    left: 32px;
  }

  .b13 {
    margin-bottom: -996px;
  }
}

@media only screen and (min-width: 1650px) {
  .b2 {
    margin-bottom: 260px;
  }

  .b11 .left {
    width: 599px;
  }

  .b11 .left img {
    position: relative;
    top: 128px;
    height: 608px;
    width: 1000px;
    max-width: unset;
  }

  .b11 .right {
    width: 1400px;
    height: 900px;
  }

  .b11 .right img {
    width: 100%;
  }

  .b11 .right .textbox {
    bottom: 675px;
    left: 850px;
  }

  .b13 .textbox {
    bottom: 1350px;
    left: 32px;
  }
  .b12 .container img {
    top: -115px;
  }
}

@media only screen and (min-width: 1700px) {
  .b2 .rec {
    top: 64px;
  }

  .b3 {
    margin-bottom: -450px;
  }

  .b5 .icons_block {
    /* left: 92px; */
    left: 78px;
  }

  .b6 h2 {
    padding-left: 80px;
  }

  /*.b9 .textbox {*/
  /*    bottom: 480px;*/
  /*    left: 1220px;*/
  /*}*/
  .b13 .textbox {
    bottom: 1400px;
    left: 32px;
  }

  .b13 {
    margin-bottom: -1064px;
  }

  .b15 .loc {
    top: -370px;
    left: -40px;
  }

  header .menu_ {
    max-width: 800px;
  }
}

@media only screen and (min-width: 1750px) {
  .b2 {
    margin-bottom: 300px;
  }

  .b2 .rec {
    top: 72px;
  }

  .b4 .container {
    padding-left: 86px;
  }

  .b8 h2 {
    padding-bottom: 20px;
  }

  .b8 .boxes {
    bottom: 370px;
  }

  .b8 .box {
    max-width: 900px;
  }

  .b12 .textbox {
    bottom: 650px;
    left: 1050px;
  }

  .b12 .boxes {
    bottom: 550px;
    left: 940px;
  }

  .b13 .textbox {
    bottom: 1450px;
    left: 32px;
  }
}

@media only screen and (min-width: 1800px) {
  .b2 .rec {
    top: 86px;
  }

  .b3 {
    margin-bottom: -480px;
  }

  .b3 .frow {
    display: flex;
    justify-content: space-between;
  }

  /*.b9 .textbox {*/
  /*    bottom: 500px;*/
  /*    left: 1350px;*/
  /*}*/
  .b10 .textbox {
    bottom: 600px;
  }

  .b13 .textbox {
    bottom: 1500px;
    left: 32px;
  }

  .b13 {
    margin-bottom: -1139px;
  }

  header .menu_ {
    max-width: 800px;
  }

  @media (min-width: 800px) {
    header .menu_ {
      max-width: 900px;
    }
  }
}

@media only screen and (min-width: 1850px) {
  .b2 {
    margin-bottom: 200px;
  }

  .b2 .rec {
    top: 96px;
  }

  .b4 .container {
    padding-left: 92px;
  }

  .b6 h2 {
    padding-left: 86px;
  }

  .b11 .left {
    width: 599px;
  }

  .b11 .left img {
    position: relative;
    top: 142px;
    height: 664px;
    width: 1050px;
    max-width: unset;
  }

  .b11 .right {
    width: 1524px;
    height: 950px;
  }

  .b11 .right img {
    width: 100%;
  }

  .b11 .right .textbox {
    bottom: 710px;
    left: 900px;
  }

  .b13 .textbox {
    bottom: 1550px;
    left: 32px;
  }
}

@media only screen and (min-width: 1920px) {
  body,
  p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  h1 {
    font-size: 52px !important;
    line-height: 60px !important;
  }

  h2 {
    /* font-size: 100px !important;
    line-height: 100px !important; */
    font-size: 46px !important;
    line-height: 58px !important;
  }

  h3 {
    font-size: 38px !important;
    line-height: 54px !important;
  }

  .b11 .right h3 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .b11 .right h3.active {
    font-size: 40px !important;
    line-height: 44px !important;
  }

  .title {
    font-size: 36px !important;
    line-height: 40px !important;
  }

  .subtitle {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .button {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .caption {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  footer .frow .menu_ {
    width: 640px;
    padding-bottom: 32px;
    margin-right: 92px;
  }

  footer .link.caption {
    padding-right: 92px;
  }

  footer .frow .arr {
    margin-left: 50px;
  }

  .b2 h1 {
    font-size: 52px !important;
    line-height: 60px !important;
  }

  .b2 .dard {
    max-width: 750px;
  }

  .b2 .dard p {
    max-width: 100%;
    margin: 15px 0px;
  }

  .b2 .rec {
    top: 108px;
    width: 48%;
  }

  .b3 .doctor.wide .right h3 {
    padding-top: 16px;
  }

  .b4 {
    margin-bottom: -230px;
  }

  .b4 #cabinet {
    top: 500px;
  }

  .b4 .container {
    padding-left: 94px;
  }

  .b4 h2 {
    max-width: 575px;
    bottom: 395px;
    left: 1000px;
  }

  .b5 .icons_block {
    max-width: 708px;
  }

  .b5 .b5__content {
    margin-top: 100px;
  }

  .b5 .icons {
    width: 708px;
    border-top: 8px solid #00426b;
    top: 40px;
    padding-top: 40px;
  }

  .b5 .subtitle {
    font-size: 25px !important;
    width: 120px;
  }

  .b5 ul li {
    width: 92px;
  }

  .b5 ul li img {
    width: 92px;
    height: 92px;
    padding-bottom: 12px;
  }

  .b5 ul li:nth-child(3) {
    width: 120px;
  }

  .b5 ul li:nth-child(3) img {
    width: 120px;
  }

  .b6 h2 {
    padding-left: 90px;
    width: 600px;
  }

  .b7 .container {
    padding: 0px 92px;
    padding-left: 62px;
  }

  .b7 .overlay .row {
    padding: 0px 92px;
  }

  .splide__arrow--prev {
    left: -12.5em;
  }

  .splide__arrow--next {
    right: -12.5em;
  }

  .row_num .splide__arrow--prev {
    left: -2.5em;
  }

  .row_num .splide__arrow--next {
    right: -2.5em;
  }

  .b8 h2 {
    padding-bottom: 40px;
    width: 950px;
  }

  .b8 .boxes {
    bottom: 390px;
  }

  .b8 .box {
    max-width: 1000px;
    margin-bottom: 80px;
  }

  .b8 .box:not(:nth-child(2n)) :not(img) {
    padding-left: 92px;
  }

  .b8 .box .scrollme,
  .b8 .box .animateme {
    padding-left: 0px !important;
  }

  .b8 .box h3 {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .b8 .box .num {
    top: 27px;
    right: -75px;
    font-size: 144px;
  }

  .b8 .box:nth-child(2n) .num {
    top: 23px;
    left: -82px;
  }

  /*.b9 .textbox {*/
  /*    bottom: 520px;*/
  /*    left: 1350px;*/
  /*    max-width: 500px;*/
  /*}*/

  .b9 {
    margin-bottom: 100px;
  }
  .b10 {
    /*margin-bottom: -250px;*/
    margin-bottom: -350px;
  }

  .b10 p {
    padding-bottom: 60px;
  }

  .b11 .left h2 {
    padding-left: 92px;
    top: 62px;
  }

  .b11 .left img {
    position: relative;
    top: 92px;
    height: 687px;
    width: 1086px;
    max-width: unset;
  }

  .b11 .right {
    width: 1524px;
  }

  .b11 .right img {
    width: 100%;
  }

  .b11 .right .textbox {
    bottom: 700px;
    left: 735px;
    max-width: 550px;
  }

  .b11 .right ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .b11 .right h3 {
    padding-bottom: 12px;
  }

  .b12 .textbox {
    bottom: 750px;
    left: 1050px;
    max-width: 740px;
  }

  .b12 .box {
    width: 275px;
    margin: unset;
  }

  .b12 .boxes {
    bottom: 670px;
    left: 1060px;
    justify-content: space-between;
  }

  .b12 .textbox h3 {
    width: 300px;
  }

  .b12 {
    margin-bottom: -400px;
  }

  .b13 .textbox {
    bottom: 1600px;
    left: 92px;
    max-width: 640px;
  }

  .b13 {
    margin-bottom: -1235px;
  }

  .b14 {
    margin-bottom: -115px;
  }

  .b14 .box {
    width: 310px;
  }

  .b14 .boxes {
    max-width: 1240px;
    padding-bottom: 32px;
  }

  .b14 h2 {
    width: 725px;
  }

  .b15 {
    margin-bottom: 256px;
  }

  .b15 .title {
    font-size: 30px !important;
  }

  .b15 .subtitle {
    font-size: 20px !important;
  }

  .b15 .textbox {
    bottom: 0px;
    padding-top: 60px;
  }

  .b15 .textbox .col2 .title {
    max-width: 410px;
  }

  .b15 .loc {
    top: -405px;
    left: -45px;
  }

  .b16 .container {
    padding-left: 92px;
  }

  .b16 .form {
    padding-left: 248px;
  }

  .b16 img {
    right: 0px;
    top: -92px;
  }

  .b16 .fblock {
    margin-right: 92px;
  }

  .b16 h3 {
    width: 366px;
  }

  .b16 .wpcf7-form p {
    margin: unset;
  }
}

.foc1 {
  position: absolute;
  top: 1186px;
  right: 1485px;
  transform: rotate(45deg);
  z-index: 1;
  max-width: 250px;
  animation-delay: 5s;
}

.foc2 {
  position: absolute;
  top: 683px;
  right: 1239px;
  transform: rotate(45deg);
  z-index: 1;
}

.foc3 {
  position: absolute;
  top: 1002px;
  right: 954px;
  transform: rotate(45deg);
  z-index: 1;
}

.foc4 {
  position: absolute;
  top: 765px;
  right: 480px;
  transform: rotate(45deg);
  z-index: 1;
}

.foc5 {
  position: absolute;
  top: 697px;
  right: 821px;
  transform: rotate(45deg);
  z-index: 1;
}

.foc {
  opacity: 0;
  /*max-width: 250px;*/
}

.foc:hover {
  opacity: 1;
  transition: all ease 1s;
  z-index: 2;
}

.a1 {
  background-color: #00426b;
  padding-top: 16px;
}

.a1 h1 {
  line-height: 55px;
  color: #f9f9f9;
}
.a1 .h1-wrapper {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.breadcrumbs a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.09px;
  color: #f9f9f9;
  text-decoration: none;
}

.breadcrumbs a:after {
  content: '/';
  margin: 0 16px;
}

.breadcrumbs span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.09px;
  color: #FEB318;
}

.breadcrumbs a:hover {
  color: #FEB318;
}
.breadcrumbs a:hover:after {
  color: #f9f9f9;
}

.a2 .container,
.a3 .container,
.a4 .container {
  max-width: 1028px;
  margin: auto;
  padding: 0px 16px;
}

.a2 h1,
.a2 h2,
.a2 h3,
.a2 h4,
.a2 h5,
.a4 h1,
.a4 h2,
.a4 h3,
.a4 h4,
.a4 h5 {
  color: #00426b;
}

.pol {
  padding-bottom: 100px;
  padding-top: 25px;
}

.a2 p,
.a4 p,
.a3 .title,
.a2 ul li,
.a4 ul li,
.a2 ol li,
.a4 ol li {
  color: #002338;
}

.a3 p {
  color: #737373;
}

.a3 .textbox {
  border-top: 2px solid #002338;
  border-bottom: 2px solid #002338;
  margin: 16px 0px;
  padding-top: 5px;
}

.a2 ul li::marker,
.a4 ul li::marker {
  font-size: 10px;
}

.a4 .rdv {
  margin-top: 18px;
  max-height: 30px;
  line-height: 30px;
  width: 90px;
  padding: 12px 20px 12px 28px;
  position: relative;
  color: #00426b;
  border: 1px solid #00426b;
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition: all ease 0.5s;
  display: block;
  margin: 50px auto 150px auto;
  text-align: center;
}

.a4 .rdv:hover {
  border-left: 1px solid transparent;
}

.a4 .rdv:hover svg {
  left: -10px;
}

.a4 .rdv:active svg {
  display: none;
}

.a4 .rdv svg {
  position: absolute;
  left: -4px;
  height: 24px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background-color: #f9f9f9;
  fill: #00426b;
  transition: all ease 0.5s;
  transform: rotate(180deg);
}

.a4 .rdv svg path:first-child {
  stroke: #00426b;
}

@media only screen and (min-width: 768px) {
  .a1 {
    margin-bottom: 60px;
  }

  .a1 .container {
    display: flex;
    justify-content: space-between;
  }

  .a1 .h1-wrapper {
    max-width: 350px;
  }

  .a1 img {
    width: 100%;
    position: relative;
    top: 16px;
    width: calc(100% - 250px);
  }
}

@media only screen and (min-width: 1024px) {
  .a1 .h1-wrapper {
    max-width: 686px;
    width: 686px;
    padding: 40px;
  }

  .pol {
    padding-bottom: 150px;
    padding-top: 50px;
  }

  /*.b9 .bgi {*/
  /*	width: 69%;*/
  /*	max-height: 734px;*/
  /*}*/
}

@media only screen and (min-width: 1440px) {
  .a1 {
    padding-top: 32px;
  }

  .a1 img {
    top: 32px;
    max-width: 1050px;
  }

  .a1 .containet {
    padding-left: 32px;
  }

  .a2 .container,
  .a3 .container,
  .a4 .container {
    max-width: 1028px;
    padding: 0px 32px;
  }
}

@media only screen and (min-width: 1550px) {
  .a1 .h1-wrapper {
    max-width: 686px;
    width: 480px;
  }
}

@media only screen and (min-width: 1700px) {
  .a3 div {
    position: relative;
  }

  .a3 .textbox {
    position: absolute;
    top: -15px;
    right: -320px;
    max-width: 300px;
  }
}

@media only screen and (min-width: 1920px) {
  .a1 {
    padding: 0px;
    margin-bottom: 160px;
  }

  .a1 .h1-wrapper {
    max-width: 686px;
    width: 686px;
    padding: 92px;
  }

  .a1 .containet {
    padding-left: 0px;
  }

  .a1 img {
    top: 92px;
  }

  .a3 img {
    padding: 32px 0px;
  }

  .a3 .textbox {
    top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .b13 .container .bg {
    height: 100%;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: top;
  }
  .b13 .textbox {
    bottom: 150px;
  }
  .b13 .container .bgi {
    height: 100%;
    max-height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .b12 .container img {
    top: 0;
  }

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

  .b9 .b9_img,
  .b9 .textbox {
    width: 100%;
  }

  .b9 .textbox {
    text-align: center;
    box-sizing: border-box;
    padding: 50px 30px;
  }

  .b9 h3 {
      font-size: 40px;
      line-height: 44px;
  }

  .b9 .bgi {
    display: block;
  }
  .b8 {
    margin-bottom: 0px;
    overflow: hidden;
  }
  .b11 .right ul li {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .b11 .right .textbox > div {
    padding-bottom: 10px;
  }
  .b11 .bg {
    min-height: 280px;
    opacity: 0;
  }
  .b11 .right .textbox {
    bottom: 250px;
    max-width: 100%;
  }

  .b11 .container .right {
    background: #00426b;
    padding: 40px 16px;
  }

  .main_trait-wrap {
    padding-bottom: 50px;
  }

  footer .frow .menu_ {
    width: 100%;
    padding: 20px 30px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 850px) {
  .b6 .bgi {
    object-fit: cover;
    object-position: left;
    opacity: 0.5;
  }
  .b5 .bgi {
    object-fit: cover;
    opacity: 0.2;
    width: 100%;
  }
  .b5 .bg {
    opacity: 0.5;
  }
}
.animate {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grecaptcha-badge {
  visibility: hidden;
}
#cookie-notice .cookie-notice-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 20px 10px;
}
#cn-notice-text {
  width: 75%;
  text-align: justify;
}
.cookie__title {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
}
#cn-notice-text div {
  text-align: justify;
  color: #fff;
}
#cn-notice-text div a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
#cn-accept-cookie {
  float: right;
  padding: 10px 50px;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#cn-accept-cookie:hover {
  background: #fff;
  color: #000;
}
#cookie-notice a {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .cookie-notice-container {
    padding: 20px;
    flex-direction: column;
  }
  #cn-notice-text {
    width: 100%;
  }
  #cookie-notice .cn-button {
    width: 100%;
    margin: 10px 0;
  }
  #cn-notice-text div {
    font-size: 14px;
  }
}
.preloader,
header .button.rdv.pc {
  display: none;
}

.b8 .box .scrollme {
  padding-top: 75px;
}

@media (max-width: 1720px) {
  /*.b15 .textbox {*/
  /*  position: inherit;*/
  /*}*/

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

/* ========================================================R */
.menu-item-has-children ul {
  display: none;
}
.menu > .menu-item-has-children {
  position: relative;
}
.menu > .menu-item-has-children > .sub-menu {
  opacity: 0;
  pointer-events: none;
  background: #ffffff;
  height: auto;
  z-index: 999;
  transition: 0.3s ease-in-out;
  position: static;
  display: none !important;
  background: none;
  border: 0;
  box-shadow: none;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 8px;
  order: 3;
  width: 100%;
}

.menu > .menu-item-has-children > .sub-menu.active {
  /* display: block; */
  pointer-events: all;
  opacity: 1;
  /*margin: 0 auto;*/
  padding: 13px 0;
  display: block !important;
}
@media (max-width: 576px) {
  .menu > .menu-item-has-children > .sub-menu.active {
    width: 100%;
  }
}
.menu > .menu-item-has-children > .sub-menu > li {
  padding-bottom: 8px;
  padding-right: 30px;
  cursor: pointer;
}
.menu-item-has-children .sub-menu ul {
  display: block;
  text-align: left;
}
.menu-item-has-children ul li {
  text-align: left;
}

.menu-item-has-children .sub-menu a {
  color: #002338;
  white-space: nowrap;
  text-align: left;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */

  display: flex;
  align-items: center;
  letter-spacing: 0.0125em;
}

@media (min-width: 1440px) {
  .menu > .menu-item-has-children {
    padding-right: 28px;
  }
}
@media (max-width: 1439.98px) {
  .menu-item-has-children .sub-menu a {
    justify-content: center;
  }
}

.menu .menu-item-has-children a {
  position: relative;
}
.menu > .menu-item-has-children {
  background-position: calc(100% - 5px) 8px;
  max-width: 300px;
  margin: 0 auto;
}
.menu .menu-item-has-children a {
  margin-left: 28px;
  margin-right: 28px;
}

/*.menu > .menu-item-has-children.active > a:before,
#menu-main-menu > .menu-item.active > a::before {
  background: url(img/header-arrow-orange.svg) no-repeat center center;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
}*/

.menu > .menu-item-has-children ul li.menu-item-has-children ul li {
  padding-top: 5px;
}
.menu > .menu-item-has-children ul li.menu-item-has-children ul {
/*   display: none; */
}

header .menu_ nav ul li ul li a:hover::after {
  display: none;
  content: "";
}

header .menu_ nav ul.sub-menu li a:hover {
  position: relative;
  color: #006eb3;
  transition: all ease 0.4s;
}
.menu-item-has-children .sub-menu a.active {
  color: #006eb3;
}
#menu-main-menu > .menu-item.active > a {
  position: relative;
  color: #feb318;
  transition: all ease 0.4s;
}

.link-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */

  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  display: block !important;
  color: #f9f9f9;
  text-decoration: none;
}
.b11 .right ul li:hover a {
  color: #feb318;
}





/* hover sub menu */



.menu > .menu-item-has-children:hover:before, .menu > .menu-item-has-children.active:before{
	background: url(img/header-arrow-orange.svg) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 2px;
    transform: rotate(0deg);
}

.menu > .menu-item-has-children:hover>.sub-menu{
	pointer-events: all;
    opacity: 1;
} 
.menu > .menu-item-has-children > .sub-menu > li>.sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -22px;
  left: calc(100% + 20px);
  background: #ffffff;
  border: 1px solid #feb318;
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.2);
  width: max-content;
  z-index: 999;
  padding: 21px 20px 20px;
  transition: 0.3s ease-in-out;
  height: auto;
  max-width: 250px;
}
.menu > .menu-item-has-children > .sub-menu > li:first-child>.sub-menu {
  top: -22px;
}
.menu > .menu-item-has-children > .sub-menu > li.active:before {
	background: url(img/header-arrow-down.svg) 
}
.menu > .menu-item-has-children > .sub-menu > li.active>.sub-menu {
  pointer-events: all;
  opacity: 1;
  transition: 0.3s ease-in-out;

}
.menu > .menu-item-has-children > .sub-menu > li>.sub-menu li a {
  white-space: normal;
}

@media (min-width: 1440px) {
  .menu > .menu-item-has-children:before {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  .menu > .menu-item-has-children:hover:before, .menu > .menu-item-has-children.active:before{
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }
}








@media (max-width: 768px) {
  .b11 {
    margin-bottom: auto;
  }
  .b11 .container .right {
    /*position: relative;*/
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /*.b11 .bg {*/
  /*  position: absolute;*/
  /*  left: auto;*/
  /*  right: 0;*/
  /*  top: 0;*/
  /*  height: 100%;*/
  /*}*/
  .b11 .right .textbox {
    position: static;
    margin-left: auto;
    max-width: 443px;
  }
}
@media (max-width: 590px) {
  .b11 .right .textbox {
    max-width: 76%;
  }
}
/* ========================================================R */
@media (max-width: 1051px) {
  .b13 {
    overflow: hidden;
  }
  .b2 .dard p,
  .b13 .textbox p {
    font-size: 17px;
    line-height: 26px;
    max-width: 100%;
    text-align: justify;
  }
  .b13 .textbox p {
    max-width: 250px;
    text-align: left;
  }
  .b13 .textbox h2 {
    font-size: 40px;
    line-height: 40px;
  }
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 1280px) {
}
@media (max-width: 1150px) {
  .b2_slider_in {
    left: 0;
  }
}
@media (max-width: 768px) {
  .b5 .icons_block {
    max-width: 100%;
    width: 100%;
    left: 0;
    padding-left: 16px;
    width: 90%;
  }
  .b5 .icons {
    width: 100%;
  }
  .b8 .box p,
  .b10 p {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
  }
  .b10 p {
    text-align: center;
  }

  .b8 .box p {
    padding-right: 16px;
    text-align: justify;
  }
}
@media (max-width: 600px) {
  .b13 .textbox {
    max-width: 40%;
  }
  .b13 .textbox h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .b13 .textbox p {
    font-size: 10px;
    line-height: 15px;
  }
}
@media (max-width: 576px) {
  .b8 .box {
    max-width: auto;
    width: 100%;
  }

  .b8 .box:not(:nth-child(2n)) *:not(img):not(.animateme):not(.scrollme),
  .b8 .box h3,
  .b8 .box p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .b8 .box .num,
  .b8 .box:nth-child(2n) .num {
    right: auto;
    left: 0;
    padding-left: 16px;
    padding-right: 0;
  }
  .menu-item-has-children .sub-menu a {
    white-space: normal;
    text-align: center;
  }
}
/* ================================================================================ */
.b6-r {
  /* padding-left: calc((100vw - 1230px) / 2); */
  background: #00426b;
  overflow: hidden;
  margin-bottom: 50px;
  z-index: 3;
  position: relative;
}
.b6-r .container {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  max-width: 1844px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
  gap: 37px;
  justify-content: space-between;
}
.b6-r__info-wrap h2 {
  font-size: 46px !important;
  line-height: 58px !important;
}
.b6-r__photo {
  width: 68.438178%;
  /* width: 97.438178%; */
  max-width: 1262px;
  position: relative;
}
.b6-r__photo-wrap {
  -webkit-mask: url(/wp-content/uploads/2021/11/Cabinet-Dr-Dard-soin-dentaire.png)
    no-repeat top center;
  text-shadow: 0px 0.5px #282828;
  -webkit-mask-size: 100% auto;
  background: red;
  -webkit-mask-size: 100% 100%;
  position: relative;
  height: 100%;
}
.b6-r__photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b6-r__info {
  /* width: 41.917591%; 529px/1262 */
  min-width: 370px;
  width: 28.917591%;

  max-width: 529px;
  /* padding-top: 152px;
  padding-bottom: 80px; */
  padding-top: 6%;
  padding-bottom: 4%;
}
.b6-r__info-wrap {
  padding-bottom: 40px;

  color: #ffffff;
  position: relative;
  @media (max-width: 1480px) {
    padding-bottom: 22%;
  }
}
.b6-r__info-wrap .b6__content {
  text-align: justify;
  max-width: 369px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.b6-r__triangles {
  position: absolute;
  top: 0;
  left: -8%;
  /* width: 28.378%;
  height: 41%; */
}
.b6-r-content__triangles {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 23.73%;
  width: 22.19%;
  max-height: 112px;
  max-width: 112px;
  z-index: 0;
}
@media only screen and (max-width: 992px) {
  .b6-r .container {
    /* margin-right: 0; */
    padding-right: 16px;
    flex-direction: column;
  }
  .b6-r__photo {
    /* width: 68.438178%; */
    width: 100%;
    order: 0;
  }
  .b6-r__info {
    /* min-width: 370px; */
    /* width: 28.917591%; */
    /* max-width: 529px; */
    min-width: auto;
    width: 100%;
    max-width: none;
    order: 1;
  }
  .b6-r__info-wrap .b6__content {
    /* max-width: 369px; */
    max-width: 100%;
    margin: 40px 0;
  }
  .b6-r__info-wrap {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 578px) {
  .b6-r__triangles,
  .b6-r-content__triangles {
    display: none;
  }
  .b6-r__info-wrap {
    padding-bottom: 0;
  }
}
.equipe h2 {
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.46px;
  text-align: center;
  margin-top: 60px;
}
.equipe .small-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1272px;
  padding: 0 16px;
  box-sizing: border-box;
}
.equipe .wrapper-doctor,
.equipe .wrapper-assistante {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0;
}
.equipe .wrapper-doctor .item,
.equipe .wrapper-assistante .item {
  width: calc(33.3% - 21.5px);
  cursor: default;
  min-width: 300px;
}
.equipe .wrapper-doctor .item .image,
.equipe .wrapper-assistante .item .image{
  position: relative;
  background-size: cover;
  background-position: top center;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
}
.equipe .wrapper-doctor .item .image {
  width: 100%;
  margin-bottom: 32px;
  transition: .5s;
}
.equipe .wrapper-doctor .item:hover .image {
  box-shadow: 0px 18px 18px -12px rgba(0, 0, 0, 0.30);
}
.equipe .wrapper-doctor .item .image .list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 66, 107, 0.80);
  box-shadow: 0px 18px 18px -12px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(8px);
  padding: 60px 40px 60px 60px;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.09px;
  color: #fff;
  opacity: 0;
  transition: .5s;
}
.equipe .wrapper-doctor .item:hover .image .list {
  opacity: 1;
}
.equipe h3 {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 30px;
}
.equipe .wrapper-doctor .sub-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.2px;
  color: #A7A7A7;
  text-align: center;
}
.equipe .wrapper-assistante .item {
  display: flex;
  align-items: center;

}
.equipe .wrapper-assistante .item .left,
.equipe .wrapper-assistante .item .image {
  width: 50%;
}
.equipe .wrapper-assistante .item .left {
  text-align: center;
  color: #002338;
  max-width: 166px;
  transform: translateX(-17px);
}
.equipe .wrapper-assistante .item .left .sub-title {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
}
.equipe .wrapper-assistante .item .left .pos {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.2px
}
@media (max-width: 768px) {
  .equipe .wrapper-doctor .item, .equipe .wrapper-assistante .item {
    width: 100%;
  }
  .equipe h3 {
    padding: 0;
  }
}

@media (max-width: 576px) {
	.b5 .icons_block {
		width: calc(100% - 32px);
		max-width: 100%;
	}
	.b8 .box p {
		max-width: 100%;
	}
	.b4 h2 {
		line-height: 1.1;
		bottom: 242px
	}
	.b8 h2 {
		line-height: 1.3;
	}
	
	body,
	#page{
		scroll-behavior: smooth;
	}
	
	.b12 .textbox h3 {
		font-size: 24px;
	}
}

@media(min-width:768px){
 a[href^="tel:"] {
  pointer-events: none;
 }
}

.main_trait-wrap {
  display: none;
  padding: 32px 0 83px;
}
.main_trait-wrap_list {
  display: none;
  padding: 32px 0 83px;
}
.main_trait-txt {
  padding-bottom: 30px;
}
.main_trait-btn .button {
  padding: 12px 28px 12px 20px;
  border: 1px solid #e5ded3;
  background-color: #00426b;
  color: #e5ded3;
  width: 116px;
  height: 27px;
  line-height: 26px;
  position: relative;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.main_trait-btn .button svg {
  position: absolute;
  right: -4px;
  height: 24px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background-color: #00426b;
  transition: all ease 0.5s, background-color ease 0s;
}

.main_trait-btn .button:hover {
  border-right: 1px solid transparent;
  transition: all ease 0.5s;
}
.main_trait-btn .button:hover svg {
  right: -10px;
}

.tax_trait-content .container {
  max-width: 1028px;
}

.tax_trait-posts .container {
  max-width: 1028px;
}

.tax_trait-content, .tax_trait-posts {
  padding: 60px 0;
}

@media(min-width: 1024px) and (max-width: 1199.98px) {
  .main_trait-wrap {
    padding-bottom: 43px;
  }
}
@media(max-width: 1023.98px) {
  .b11 .left {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
  }

  .b11 .left img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .b11 .right {
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .b11 {
    margin-bottom: 0px;
  }

  .b11 .right img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: auto;
    margin-right: -28vw;
  }

  .b11 .right .textbox {
    background: #02426b;
    position: static;
    width: 100%;
    max-width: none;
    padding: 40px 15px;
  }

  .b11 .left img {
    background: #02426b;
  }

  .main_trait-wrap {
    padding-bottom: 40px;
  }

  .b11 .right .textbox > div:last-child .main_trait-wrap {
    padding-bottom: 0;
  }

  .b11 .left h2 {
    text-align: right;
    color: #fff;
    padding-right: 20vw;
  }
}
@media(max-width: 799.98px) {
  .b11 .container {
    position: relative;
  }
  .b11 .left h2 {
    padding-right: 16px;
  }
  .b11 .right img {
    opacity: 1;
  }
  .b11 .right img {
    margin-right: -18vw;
  }
}

.content-block,
.content-block p,
.content-block span,
.content-block a,
.content-block ul li {
  color: #002338;
  font-family: 'Poppins';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.09px;
}
.content-block h2, .content-block h2 * {
  color: #00426B;
  font-family: "Omega Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin: 44px 0 32px;
}
.content-block h3, .content-block h3 * {
  color: #00426B;
  font-family: 'Poppins';
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.09px;
  margin: 44px 0 24px;
}
.content-block h4, .content-block h4 * {
  color: #00426B;
  font-family: 'Poppins';
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 24px 0 12px;
}
.content-block img {
  margin: 40px 0px;
}

.tax_trait-posts-row {
  background: #00426B;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  margin-bottom: 44px;
}
.tax_trait-posts-row:last-child {
  margin-bottom: 0;
}

.tax_trait-posts-row-img {
  max-width: 605px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.tax_trait-posts-row-img .img-in {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: 0.3s;
}
.tax_trait-posts-row-img:hover .img-in {
  transform: scale(1.2);
  transition: 0.3s;
}

.tax_trait-posts-row-bl {
  width: 100%;
  max-width: calc(100% - 605px);
  display: block;
}

.tax_trait-posts-row-bl-ttl {
  color: #F9F9F9;
  font-family: 'Poppins';
  font-size: 36px!important;
  font-style: normal;
  font-weight: 300;
  line-height: 40px!important;
  display: block;
  text-decoration: none;
  margin-bottom: 32px;
  transition: 0.3s;
}
.tax_trait-posts-row-bl-ttl:hover {
  color: #FEB318;
  transition: 0.3s;
}

.tax_trait-posts-row-bl {
  padding: 60px 49px;
  box-sizing: border-box;
  display: block;
}
.tax_trait-posts-ttl {
  text-align: center;
  margin-bottom: 40px;
  color: #00426B;
  display: block;
}

.tax_trait-posts-row-bl-btn .button {
  padding: 12px 28px 12px 20px;
  border: 1px solid #e5ded3;
  background-color: #00426b;
  color: #e5ded3;
  width: 116px;
  height: 27px;
  line-height: 26px;
  position: relative;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
}

.tax_trait-posts-row-bl-btn .button svg {
  position: absolute;
  right: -4px;
  height: 24px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background-color: #00426b;
  transition: all ease 0.5s, background-color ease 0s;
}

.tax_trait-posts-row-bl-btn .button:hover {
  border-right: 1px solid transparent;
  transition: all ease 0.5s;
}
.tax_trait-posts-row-bl-btn .button:hover svg {
  right: -10px;
}

.tax_trait-parc {
  padding: 60px 0;
}

.tax_trait-parc .container {
  max-width: 1240px;
}

.tax_trait-parc-ttl {
  text-align: center;
  margin-bottom: 40px;
  color: #00426B;
  display: block;
}

.tax_trait-parc-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  box-sizing: border-box;
  position: relative;
}
.tax_trait-parc-row:before {
  content: '';
  height: 1px;
  width: 80%;
  position: absolute;
  background: #00426b;
  top: 63px;
  left: 10%;
}

.tax_trait-parc-col {
  width: 100%;
  max-width: calc(100% / 5);
  padding: 0 12px;
  box-sizing: border-box;
}

.tax_trait-parc-bl-top {
  font-family: 'Poppins';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.09px;
  text-align: center;
  color: #00426B;
  margin-bottom: 24px;
}

.tax_trait-parc-bl-circle {
  text-align: center;
  margin-bottom: 24px;
}

.tax_trait-parc-bl-ttl {
  color: #00426B;
  margin: 0 auto;
  margin-bottom: 8px;
  height: 68px;
  text-align: center;
  font-family: 'Poppins';
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 214px;
}

.tax_trait-parc-bl-txt {
  color: #002338;
  text-align: center;
  font-family: 'Poppins';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.09px;
}

@media(min-width: 992px) {
  .tax_trait-posts-row-bl {
    min-height: 330px;
  }
}
@media(max-width: 1024.98px) {
  .breadcrumbs {
    padding-bottom: 30px;
  }
}

@media(max-width: 991.98px) {

  .tax_trait-posts-row {
    max-width: 605px;
    flex-direction: column-reverse;
    margin: 0 auto 44px;
  }
  .tax_trait-posts-row:last-child {
    margin-bottom: 0;
  }

  span.tax_trait-posts-row-bl {
    width: 100%;
    max-width: 100%;
  }

  span.tax_trait-posts-row-img {
    height: 284px;
  }
}
@media(max-width: 767.98px) {
  .tax_trait-parc-row {
    justify-content: center;
  }
  .tax_trait-parc-row:before {
    display: none;
  }
  .tax_trait-parc-col {
    max-width: calc(100% / 3);
    margin-bottom: 30px;
  }
  .tax_trait-parc-bl-top {
    margin-bottom: 12px;
  }
  .tax_trait-parc-bl-circle {
    margin-bottom: 12px;
  }
  .tax_trait-parc-bl-ttl {
    font-size: 18px;
  }
  .tax_trait-parc-bl-txt {
    font-size: 14px;
  }
  .tax_trait-posts {
    padding-top: 0;
  }
}
@media(max-width: 559.98px) {
  .tax_trait-parc-col {
    max-width: 100%;
  }
  .tax_trait-parc-bl-ttl {
    height: auto;
  }
}


section.page-404-top {
  padding: 60px 0;
  background: #EFEFEF;
}

.h1.page-404-ttl {
  text-align: center;
}

.content-block.page-404-txt h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
}

.content-block.page-404-txt {
  text-align: center;
}


@media (min-width: 1440px) {
  .menu > .menu-item-has-children > .sub-menu > li > a {
    white-space: normal;
    width: max-content;
    max-width: 100%;
  }
}
.menu > .menu-item-has-children > .sub-menu > li>.sub-menu {
  position: static;
  max-width: 100%;
  padding: 0;
  border: 0;
  max-height: 0;
  margin: 0 auto;
  box-shadow: none;
  text-align: center;
  overflow: hidden;
}

.menu > .menu-item-has-children > .sub-menu > li.active>.sub-menu {
  max-height: 1000px;
}

.menu .menu-item-has-children a {
  white-space: normal;
  text-align: center;
}



@media only screen and (max-width: 899.98px) {
  .b15 .textbox .hours-row .day {
    width: 100px;
  }
}



/*b2 new*/
@media (max-width: 991.98px) {
  section.b2 {
    background: #02426b;
    margin-bottom: 220px;
  }

  .b2 .dard {
    padding: 0;
    max-width: none;
  }

  .b2 .bg {display: none;}

  .b2 .container {
    padding: 40px 16px 300px;
  }

  .b2_slider_wrap {
    width: 600px;
    height: auto;
    min-height: 1px;
    top: calc(100% - 260px);
    max-width: 100%;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .b2_slider_in {
    padding-top: 0;
  }
  .b4 h2 {
    font-size: 34px;
    max-width: 200px;
  }
}
@media (max-width: 679.98px) {
  section.b2 {
    margin-bottom: 54vw;
  }
  .b2 .container {
    padding-bottom: 39vw;
  }
  .b2_slider_wrap {
    padding: 0 16px;
    top: calc(100% - 27vw);
  }
}
/*b2 new*/

/*b4 new*/
.b4 .mob_bg {
  display: none;
}
@media(max-width: 767.98px) {
  .b4 .bg {
    display: none;
  }
  .b4 {
    margin-bottom: 0;
    height: 96vw;
    margin-top: 15vw;
  }

  .b4 .mob_bg {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
  }

  .b4 .mob_bg svg {
    width: 100%;
    height: auto;
  }

  .foc1 {
    width: 21.6vw!important;
    top: 51vw!important;
    right: 69vw!important;
  }
  .foc2 {
    width: 41.8vw!important;
    top: 7.4vw!important;
    right: 47.6vw!important;
  }
  .foc3 {
    width: 23.1vw!important;
    top: 61.9vw!important;
    right: 45.7vw!important;
  }
  .foc4 {
    width: 27.9vw!important;
    top: 10vw!important;
    right: 10vw!important;
  }
  .foc5 {
    width: 32.3vw!important;
    top: 34.3vw!important;
    right: 22.8vw!important;
  }

  .b4 p.title-mobile {
    position: absolute;
    width: 148px;
    text-align: right;
    font-family: "Omega Sans";
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.165px;
    bottom: 10px;
    margin-bottom: 0;
    right: 14px;
    display: block;
  }
}
/*b4 new*/


header .menu_ nav ul {
  padding: 0 16px;
}
header .menu_.active nav {
  max-height: calc(100vh - 96px);
  overflow: auto;
}
header .menu_ nav ul.menu > li > a {
  font-size: 20px;
  line-height: 26px;
}
header .menu_ nav ul.menu > li {
  margin-bottom: 32px;
}


.menu > .menu-item-has-children > .sub-menu > li {
  margin-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.menu > .menu-item-has-children ul li.menu-item-has-children ul li {
  margin-bottom: 10px;
}
.menu > .menu-item-has-children ul li.menu-item-has-children ul li:last-child {
  margin-bottom: 0;
}

.menu-item-has-children .sub-menu a {
  text-align: left;
  justify-content: flex-start;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.menu > .menu-item-has-children ul li.menu-item-has-children:before {
  background: url(img/header-arrow-white.svg) no-repeat center center;
  transform: rotate(180deg);
}

.menu > .menu-item-has-children ul li.menu-item-has-children.active:before {
  background: url(img/header-arrow-orange.svg) no-repeat center center;
  transform: rotate(0deg);
}
.menu > .menu-item-has-children ul li.menu-item-has-children.active a {
  color: #feb318;
}

.menu > .menu-item-has-children > .sub-menu > li>.sub-menu {
  background: none;
}

.menu > .menu-item-has-children > .sub-menu > li>.sub-menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.menu > .menu-item-has-children > .sub-menu > li>.sub-menu li a:hover {
  color: #feb318;
}
.menu > .menu-item-has-children > .sub-menu > li.active>.sub-menu {
  max-width: none;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}

.menu > .menu-item-has-children:before {
  position: static!important;
  order: 2;
  margin-right: -24px;
}

header .menu_ nav ul.menu > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

header .menu_ nav ul.menu > li > a {
  order: 1;
}

.menu > .menu-item-has-children > .sub-menu > li {
  padding-left: 0;
  padding-right: 0;
}

.menu > .menu-item-has-children > .sub-menu {
  width: calc(100% + 27px);
  max-width: none;
  margin-right: -27px;
}

@media only screen and (min-width: 1440px) {
  header .menu_ nav {
    padding: 0px 50px;
    max-width: 364px;
    right: 0;
    left: auto;
  }
  header .menu_.active nav {
    padding: 21px 50px;
    padding-right: 0px;
    max-height: calc(100vh - 138px);
  }

  header .menu_ {
    right: 0;
  }

  header .menu_ nav ul.menu > li {
    justify-content: flex-start;
  }

  .menu .menu-item-has-children a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1439.98px) {

  
  header .button.rdv.mob {
    display: block;
    width: 100%;
    max-width: 187px;
    margin: 0 auto;
    box-sizing: border-box;
    max-height: none;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/*main technologies*/
.main-techs-slider {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.main-techs-slide {
  width: 100%;
  max-width: 8%;
  overflow: hidden;
  height: 29vw;
  transition: 0.6s;
  position: relative;
  z-index: 2;
}

.main-techs-slide-img img {
  width: 60vw;
  max-width: none;
}


.main-techs-slide-img {
  position: relative;
  z-index: 1;
}
.main-techs-slide-img img {
  position: relative;
  z-index: 1;
}

.main-techs-slide-img {
  position: relative;
}

.main-techs-slide-img-ovrl {
  transition: 0.3s;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 50, 82, 0.40);
  overflow: hidden;
}

.main-techs-slide-img-ttl {
  color: #fff;
  font-family: Poppins;
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.09px;
  transform: rotate(-90deg);
  width: 100%;
  position: absolute;
  left: 0px;
  top: 22vw;
  white-space: nowrap;
}

.main-techs-slide-info {
  position: absolute;
  top: 0;
  right: -59%;
  z-index: 2;
  width: 59%;
  height: 100%;
  padding: 10% 11% 6% 15%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s;
}
.main-techs-slide-info .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.main-techs-slide-info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.main-techs-slide-info .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #02426b;
  opacity: 1;
}
.main-techs-slide-info > * {
  position: relative;
  z-index: 2;
}
.main-techs-slide-info:before {
  content: '';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="681" height="700" viewBox="0 0 681 700" fill="none"><path d="M0 0H681V700H147.887L0 0Z" fill="%23E5DED3"/></svg>');
  background-size: 100% auto;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.main-techs-slide-info-in {
  overflow: hidden;
  max-height: calc(100% - 90px);
}

h3.main-techs-slide-ttl {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 7%;
}

.main-techs-slide-pagi {
  flex: 1;
}
.main-techs-slide-pagi {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.main-techs-slide-pagi-in {
  position: relative;
}

.main-techs-slide-pagi-cnt {
  height: 56px;
  position: relative;
  z-index: 1;
  padding: 0 56px;
}

.main-techs-slide-pagi-btn {
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00426B;
  height: 56px;
  width: 56px;
  box-sizing: border-box;
  background: none;
  cursor: pointer;
  transition: 0.3s;
}

.main-techs-slide-pagi-btn svg path {
  transition: 0.3s;
}

.main-techs-slide-pagi-btn:hover {
  background: #00426B;
  transition: 0.3s;
}

.main-techs-slide-pagi-btn:hover svg path {
  stroke: #fff;
  transition: 0.3s;
}

.main-techs-slide-pagi-btn.prev {
  left: 0;
}

.main-techs-slide-pagi-btn.next {
  right: 0;
}

.main-techs-slide-pagi-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-techs-slide-pagi-cnt > span {
  color: #737373;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.main-techs-slide-pagi-cnt > span.cur {
  color: #00426B;
  text-align: center;
  font-family: "Omega Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding-bottom: 0;
  transform: translateY(1px);
}

.main-techs-slide-txt > * {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.main-techs-slide-txt {
  padding-bottom: 9%;
}


.main-techs-slide.active {
  max-width: 60%;
  z-index: 2;
  transition: 0.6s;
}
.main-techs-slide.active .main-techs-slide-img-ttl {
  opacity: 0;
  transition: 0.3s;
}
.main-techs-slide.active .main-techs-slide-info {
  right: 0;
  transition: 0.3s;
}

@media(max-width: 1349.98px) {
  h3.main-techs-slide-ttl {
    font-size: 30px;
    line-height: 34px;
  }
}
@media(max-width: 1199.98px) {
  .main-techs-slide-pagi-cnt {
    height: 36px;
    padding: 0 36px;
  }
  button.main-techs-slide-pagi-btn {
    width: 36px;
    height: 36px;
  }
  .main-techs-slide-pagi-cnt > span {
    font-size: 18px;
    line-height: 23px;
  }
  .main-techs-slide-pagi-cnt > span.cur {
    font-size: 34px;
    line-height: 43px;
  }
}
@media(max-width: 991.98px) {
  .main-techs-slide {
    max-width: 0px;
  }
  .main-techs-slide-img-ttl {
    display: none;
  }
  .main-techs-slide.active {
    max-width: 100%;
    height: auto;
  }

  .main-techs-slide-info {
    position: static;
    padding: 40px;
    width: 100vw;
    height: auto;
  }
  .main-techs-slide-info-in {
    max-height: none;
    order: 2;
  }
  .main-techs-slide-pagi {
    order: 1;
    margin-bottom: 30px;
  }

  .main-techs-slide-img img {
    width: 100vw;
  }


  .main-techs-slide-info:before {
    background: #e5ded3;
  }
  .main-techs-slide-pagi {
    padding-bottom: 0;
  }
}
@media(min-width: 1200px) {

  .main-techs-slide-info-in {
    width: 374px;
    max-width: none;
    min-height: 260px;
  }
}
@media(min-width: 1934px) {
  .main-techs-slide-img img {
    width: 1160px;
  }

  .main-techs-slide {
    height: 560px;
  }

  .main-techs-slide-img-ttl {
    top: 425px;
    font-size: 35px;
  }
}
/*main technologies*/

/*b12 new*/
@media(max-width: 1099.98px) {
  .b12 .textbox {
    left: calc(100% - 50vw);
    max-width: 50vw;
  }
  .b12 .textbox .title {
    font-size: 22px !important;
    line-height: 30px !important;
    margin: 9px 0;
    display: inline-block;
  }
  .b12 .textbox a {
    color: #00426b;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
    line-height: 1.2;
  }
  .b12 .textbox h3 {
    width: auto;
    line-height: 1.2;
  }
}
@media(max-width: 599.98px) {
  .b12 .container {
    overflow: hidden;
  }

  .b12 .container img {
    position: static;
    max-width: none;
    width: 187vw;
  }

  .b12 .textbox {
    position: static;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .b12 .boxes {
    position: static;
    margin: 40px 0;
  }

  section.b12 {
    margin-bottom: 0;
  }

  .b12 .textbox .title {
    margin: 20px 0;
    font-family: Poppins;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 22px !important;
  }
}
/*b12 new*/

/*b13 new*/
@media(max-width: 899.98px) and (min-width: 600px){
  .b13 .textbox {
    bottom: 85vw;
  }
  .b13 {
    margin-bottom: 0;
    height: 48vw;
  }
  .b13 .container {
    position: static;
  }
}
@media(max-width: 767.98px) and (min-width: 600px){
  .b13 .textbox h2 {
    font-size: 24px;
    line-height: 27px;
  }

  .b13 .textbox p {
    font-size: 10px;
    line-height: 15px;
  }
}
/*b13 new*/

/*modal new*/
.modal {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  padding: 60px 16px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.modal.active {
  pointer-events: all;
  opacity: 1;
  transition: 0.3s;
}

.modal-overlay {
  background: #02426b;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal-wrap {
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  max-height: 100%;
  overflow: auto;
}
/*modal new*/